Trace number 3386101

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 4800.5 1205.52

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g6.cnf
MD5SUMd0bb6612a0c88017c970eb8fd1a4be9e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3386101-1305578667/watcher-3386101-1305578667 -o /tmp/evaluation-result-3386101-1305578667/solver-3386101-1305578667 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386101-1305578667.cnf -threads=4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.14 8.15 8.10 5/530 12351
/proc/meminfo: memFree=9084564/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=25636 CPUtime=0.01 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 947 0 0 0 1 0 0 0 25 0 1 0 669465467 26251264 568 33554432000 4194304 4625164 140734738963568 18446744073709551615 268272688896 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12351/statm: 6409 569 296 106 0 1912 0

[startup+0.085281 s]
/proc/loadavg: 8.14 8.15 8.10 5/530 12351
/proc/meminfo: memFree=9084564/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=136396 CPUtime=0.09 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 5809 0 0 0 9 0 0 0 25 0 4 0 669465467 139669504 3955 33554432000 4194304 4625164 140734738963568 18446744073709551615 4499479 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 50483 3956 325 106 0 45986 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 136396

[startup+0.147663 s]
/proc/loadavg: 8.14 8.15 8.10 5/530 12351
/proc/meminfo: memFree=9084564/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=202872 CPUtime=0.34 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) D 12349 12351 12217 0 -1 4202496 6950 0 0 0 34 0 0 0 25 0 4 0 669465467 207740928 5096 33554432000 4194304 4625164 140734738963568 18446744073709551615 268272386435 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 50718 5096 341 106 0 46221 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 202872

[startup+0.3003 s]
/proc/loadavg: 8.14 8.15 8.10 5/530 12351
/proc/meminfo: memFree=9084564/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=205380 CPUtime=0.96 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 8851 0 0 0 95 1 0 0 25 0 4 0 669465467 210309120 6954 33554432000 4194304 4625164 140734738963568 18446744073709551615 4512057 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 51345 6954 342 106 0 46848 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 205380

[startup+0.700229 s]
/proc/loadavg: 8.14 8.15 8.10 5/530 12351
/proc/meminfo: memFree=9084564/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=211968 CPUtime=2.56 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 12050 0 0 0 255 1 0 0 25 0 4 0 669465467 217055232 10153 33554432000 4194304 4625164 140734738963568 18446744073709551615 4511349 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 52992 10153 342 106 0 48495 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 211968

[startup+1.50109 s]
/proc/loadavg: 8.13 8.15 8.10 9/534 12355
/proc/meminfo: memFree=9035312/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=215948 CPUtime=5.74 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 17179 0 0 0 572 2 0 0 25 0 4 0 669465467 221130752 14269 33554432000 4194304 4625164 140734738963568 18446744073709551615 4512066 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 53987 14269 343 106 0 49490 0
[pid=12351/tid=12353] ppid=12349 vsize=215948 CPUtime=1.42 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 2052 0 0 0 142 0 0 0 25 0 4 0 669465474 221130752 14269 33554432000 4194304 4625164 140734738963568 18446744073709551615 4375311 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=215948 CPUtime=1.39 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 2080 0 0 0 139 0 0 0 25 0 4 0 669465474 221130752 14269 33554432000 4194304 4625164 140734738963568 18446744073709551615 4464944 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=215948 CPUtime=1.42 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 2435 0 0 0 142 0 0 0 25 0 4 0 669465474 221130752 14269 33554432000 4194304 4625164 140734738963568 18446744073709551615 4547221 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 215948

[startup+3.1008 s]
/proc/loadavg: 8.13 8.15 8.10 9/534 12355
/proc/meminfo: memFree=9015088/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=237188 CPUtime=12.12 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 26623 0 0 0 1209 3 0 0 25 0 4 0 669465467 242880512 19691 33554432000 4194304 4625164 140734738963568 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 59297 19691 343 106 0 54800 0
[pid=12351/tid=12353] ppid=12349 vsize=237188 CPUtime=3.02 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 3178 0 0 0 302 0 0 0 25 0 4 0 669465474 242880512 19691 33554432000 4194304 4625164 140734738963568 18446744073709551615 4351996 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=237188 CPUtime=2.96 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 3276 0 0 0 296 0 0 0 25 0 4 0 669465474 242880512 19691 33554432000 4194304 4625164 140734738963568 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=237188 CPUtime=3.02 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 7371 0 0 0 302 0 0 0 25 0 4 0 669465474 242880512 19691 33554432000 4194304 4625164 140734738963568 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 237188

[startup+6.30023 s]
/proc/loadavg: 8.13 8.15 8.10 9/534 12355
/proc/meminfo: memFree=8974232/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=247504 CPUtime=24.86 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 47601 0 0 0 2479 7 0 0 25 0 4 0 669465467 253444096 28799 33554432000 4194304 4625164 140734738963568 18446744073709551615 4512312 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 61876 28799 343 106 0 57379 0
[pid=12351/tid=12353] ppid=12349 vsize=247504 CPUtime=6.22 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 4814 0 0 0 622 0 0 0 25 0 4 0 669465474 253444096 28799 33554432000 4194304 4625164 140734738963568 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=247504 CPUtime=6.11 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 5711 0 0 0 610 1 0 0 25 0 4 0 669465474 253444096 28799 33554432000 4194304 4625164 140734738963568 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=247504 CPUtime=6.22 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 20367 0 0 0 619 3 0 0 25 0 4 0 669465474 253444096 28799 33554432000 4194304 4625164 140734738963568 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 247504

[startup+12.7012 s]
/proc/loadavg: 8.11 8.15 8.10 5/529 12356
/proc/meminfo: memFree=12375364/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=272836 CPUtime=50.35 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 82593 0 0 0 5023 12 0 0 25 0 4 0 669465467 279384064 40090 33554432000 4194304 4625164 140734738963568 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 68209 40090 343 106 0 63712 0
[pid=12351/tid=12353] ppid=12349 vsize=272836 CPUtime=12.62 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 7505 0 0 0 1261 1 0 0 25 0 4 0 669465474 279384064 40091 33554432000 4194304 4625164 140734738963568 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=272836 CPUtime=12.4 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 10671 0 0 0 1238 2 0 0 25 0 4 0 669465474 279384064 40091 33554432000 4194304 4625164 140734738963568 18446744073709551615 4467433 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=272836 CPUtime=12.62 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 46955 0 0 0 1255 7 0 0 25 0 4 0 669465474 279384064 40091 33554432000 4194304 4625164 140734738963568 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 272836

[startup+25.5008 s]
/proc/loadavg: 8.17 8.16 8.10 9/534 12386
/proc/meminfo: memFree=12198068/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=373348 CPUtime=101.32 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 160359 0 0 0 10107 25 0 0 25 0 4 0 669465467 382308352 59552 33554432000 4194304 4625164 140734738963568 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 93337 59552 343 106 0 88840 0
[pid=12351/tid=12353] ppid=12349 vsize=373348 CPUtime=25.42 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 11559 0 0 0 2540 2 0 0 25 0 4 0 669465474 382308352 59552 33554432000 4194304 4625164 140734738963568 18446744073709551615 4351798 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=373348 CPUtime=24.97 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 15540 0 0 0 2494 3 0 0 25 0 4 0 669465474 382308352 59552 33554432000 4194304 4625164 140734738963568 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=373348 CPUtime=25.42 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 110051 0 0 0 2526 16 0 0 25 0 4 0 669465474 382308352 59552 33554432000 4194304 4625164 140734738963568 18446744073709551615 4352007 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 373348

[startup+51.1003 s]
/proc/loadavg: 8.11 8.14 8.10 9/534 12387
/proc/meminfo: memFree=11937132/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=627524 CPUtime=203.27 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 346570 0 0 0 20269 58 0 0 25 0 4 0 669465467 642584576 100889 33554432000 4194304 4625164 140734738963568 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 156881 100889 343 106 0 152384 0
[pid=12351/tid=12353] ppid=12349 vsize=627524 CPUtime=51.02 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 20431 0 0 0 5096 6 0 0 25 0 4 0 669465474 642584576 100889 33554432000 4194304 4625164 140734738963568 18446744073709551615 4339569 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=627524 CPUtime=50.13 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 30400 0 0 0 5003 10 0 0 25 0 4 0 669465474 642584576 100889 33554432000 4194304 4625164 140734738963568 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=627524 CPUtime=51.01 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 223578 0 0 0 5070 31 0 0 25 0 4 0 669465474 642584576 100889 33554432000 4194304 4625164 140734738963568 18446744073709551615 4561177 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.27
Current children cumulated vsize (KiB) 627524

[startup+102.32 s]
/proc/loadavg: 8.13 8.14 8.10 9/534 12388
/proc/meminfo: memFree=11541060/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=900484 CPUtime=407.25 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 784400 0 0 0 40591 134 0 0 25 0 4 0 669465467 922095616 164924 33554432000 4194304 4625164 140734738963568 18446744073709551615 4393000 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 225121 164924 351 106 0 220624 0
[pid=12351/tid=12353] ppid=12349 vsize=900484 CPUtime=102.24 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 35715 0 0 0 10209 15 0 0 25 0 4 0 669465474 922095616 164924 33554432000 4194304 4625164 140734738963568 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=900484 CPUtime=100.45 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 50987 0 0 0 10022 23 0 0 25 0 4 0 669465474 922095616 164924 33554432000 4194304 4625164 140734738963568 18446744073709551615 4339569 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=900484 CPUtime=102.23 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 542714 0 0 0 10150 73 0 0 25 0 4 0 669465474 922095616 164924 33554432000 4194304 4625164 140734738963568 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.25
Current children cumulated vsize (KiB) 900484

[startup+162.3 s]
/proc/loadavg: 8.21 8.16 8.10 9/534 12390
/proc/meminfo: memFree=11118072/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=1205256 CPUtime=646.14 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 924628 0 0 0 64439 175 0 0 25 0 4 0 669465467 1234182144 244187 33554432000 4194304 4625164 140734738963568 18446744073709551615 4393074 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 301314 244187 359 106 0 296817 0
[pid=12351/tid=12353] ppid=12349 vsize=1205256 CPUtime=162.22 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 51722 0 0 0 16197 25 0 0 25 0 4 0 669465474 1234182144 244187 33554432000 4194304 4625164 140734738963568 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=1205256 CPUtime=159.4 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 68145 0 0 0 15902 38 0 0 25 0 4 0 669465474 1234182144 244187 33554432000 4194304 4625164 140734738963568 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=1205256 CPUtime=162.21 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 553350 0 0 0 16146 75 0 0 25 0 4 0 669465474 1234182144 244187 33554432000 4194304 4625164 140734738963568 18446744073709551615 4554664 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 646.14
Current children cumulated vsize (KiB) 1205256

[startup+222.301 s]
/proc/loadavg: 8.31 8.19 8.11 9/534 12392
/proc/meminfo: memFree=10854640/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=1535492 CPUtime=885.09 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 1055093 0 0 0 88302 207 0 0 25 0 4 0 669465467 1572343808 287808 33554432000 4194304 4625164 140734738963568 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 383873 287808 359 106 0 379376 0
[pid=12351/tid=12353] ppid=12349 vsize=1535492 CPUtime=222.22 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 59367 0 0 0 22189 33 0 0 25 0 4 0 669465474 1572343808 287808 33554432000 4194304 4625164 140734738963568 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=1535492 CPUtime=218.35 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 91266 0 0 0 21786 49 0 0 25 0 4 0 669465474 1572343808 287808 33554432000 4194304 4625164 140734738963568 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=1535492 CPUtime=222.21 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 562159 0 0 0 22145 76 0 0 25 0 4 0 669465474 1572343808 287808 33554432000 4194304 4625164 140734738963568 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 885.09
Current children cumulated vsize (KiB) 1535492

[startup+282.301 s]

################
# More data... #
################

[pid=12351] ppid=12349 vsize=1995352 CPUtime=2557.88 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 3574029 0 0 0 255161 627 0 0 25 0 4 0 669465467 2043240448 416886 33554432000 4194304 4625164 140734738963568 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 498838 416886 343 106 0 494341 0
[pid=12351/tid=12353] ppid=12349 vsize=1995352 CPUtime=642.25 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 79737 0 0 0 64185 40 0 0 25 0 4 0 669465474 2043240448 416887 33554432000 4194304 4625164 140734738963568 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=1995352 CPUtime=631.06 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 95559 0 0 0 63053 53 0 0 25 0 4 0 669465474 2043240448 416887 33554432000 4194304 4625164 140734738963568 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=1995352 CPUtime=642.24 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 2841668 0 0 0 63773 451 0 0 25 0 4 0 669465474 2043240448 416887 33554432000 4194304 4625164 140734738963568 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2557.88
Current children cumulated vsize (KiB) 1995352

[startup+702.3 s]
/proc/loadavg: 8.16 8.14 8.10 9/534 12404
/proc/meminfo: memFree=9719528/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=2130588 CPUtime=2796.79 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 3980728 0 0 0 278986 693 0 0 25 0 4 0 669465467 2181722112 437070 33554432000 4194304 4625164 140734738963568 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 532647 437070 343 106 0 528150 0
[pid=12351/tid=12353] ppid=12349 vsize=2130588 CPUtime=702.23 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 80113 0 0 0 70183 40 0 0 25 0 4 0 669465474 2181722112 437070 33554432000 4194304 4625164 140734738963568 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=2130588 CPUtime=690.02 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 99210 0 0 0 68948 54 0 0 25 0 4 0 669465474 2181722112 437070 33554432000 4194304 4625164 140734738963568 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=2130588 CPUtime=702.22 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 3234661 0 0 0 69707 515 0 0 25 0 4 0 669465474 2181722112 437070 33554432000 4194304 4625164 140734738963568 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2796.79
Current children cumulated vsize (KiB) 2130588

[startup+762.321 s]
/proc/loadavg: 8.22 8.16 8.10 9/534 12406
/proc/meminfo: memFree=9529260/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=2454796 CPUtime=3035.8 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 4578508 0 0 0 302790 790 0 0 25 0 4 0 669465467 2513711104 474234 33554432000 4194304 4625164 140734738963568 18446744073709551615 4393089 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 613699 474234 343 106 0 609202 0
[pid=12351/tid=12353] ppid=12349 vsize=2454796 CPUtime=762.25 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 80477 0 0 0 76185 40 0 0 25 0 4 0 669465474 2513711104 474234 33554432000 4194304 4625164 140734738963568 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=2454796 CPUtime=749.41 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 99785 0 0 0 74887 54 0 0 25 0 4 0 669465474 2513711104 474234 33554432000 4194304 4625164 140734738963568 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=2454796 CPUtime=761.79 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 3640867 0 0 0 75593 586 0 0 25 0 4 0 669465474 2513711104 474234 33554432000 4194304 4625164 140734738963568 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3035.8
Current children cumulated vsize (KiB) 2454796

[startup+822.301 s]
/proc/loadavg: 8.17 8.16 8.10 9/534 12408
/proc/meminfo: memFree=9427172/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=2523652 CPUtime=3274.67 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 4991778 0 0 0 326608 859 0 0 25 0 4 0 669465467 2584219648 487835 33554432000 4194304 4625164 140734738963568 18446744073709551615 4393051 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 630913 487835 343 106 0 626416 0
[pid=12351/tid=12353] ppid=12349 vsize=2523652 CPUtime=822.24 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 80852 0 0 0 82183 41 0 0 25 0 4 0 669465474 2584219648 487835 33554432000 4194304 4625164 140734738963568 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=2523652 CPUtime=809.39 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 100277 0 0 0 80885 54 0 0 25 0 4 0 669465474 2584219648 487835 33554432000 4194304 4625164 140734738963568 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=2523652 CPUtime=820.72 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 4047323 0 0 0 81418 654 0 0 25 0 4 0 669465474 2584219648 487835 33554432000 4194304 4625164 140734738963568 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3274.67
Current children cumulated vsize (KiB) 2523652

[startup+882.3 s]
/proc/loadavg: 8.16 8.16 8.10 9/534 12409
/proc/meminfo: memFree=9297788/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=2525760 CPUtime=3513.61 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 5403059 0 0 0 350434 927 0 0 25 0 4 0 669465467 2586378240 501447 33554432000 4194304 4625164 140734738963568 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 631440 501447 343 106 0 626943 0
[pid=12351/tid=12353] ppid=12349 vsize=2525760 CPUtime=882.23 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 81179 0 0 0 88182 41 0 0 25 0 4 0 669465474 2586378240 501447 33554432000 4194304 4625164 140734738963568 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=2525760 CPUtime=869.39 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 100581 0 0 0 86884 55 0 0 25 0 4 0 669465474 2586378240 501447 33554432000 4194304 4625164 140734738963568 18446744073709551615 4330855 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=2525760 CPUtime=879.65 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 4450974 0 0 0 87246 719 0 0 25 0 4 0 669465474 2586378240 501447 33554432000 4194304 4625164 140734738963568 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3513.61
Current children cumulated vsize (KiB) 2525760

[startup+942.301 s]
/proc/loadavg: 8.06 8.13 8.09 9/534 12411
/proc/meminfo: memFree=9204508/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=2528400 CPUtime=3752.57 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 5793282 0 0 0 374266 991 0 0 25 0 4 0 669465467 2589081600 515002 33554432000 4194304 4625164 140734738963568 18446744073709551615 4392976 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 632100 515002 343 106 0 627603 0
[pid=12351/tid=12353] ppid=12349 vsize=2528400 CPUtime=942.24 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 81537 0 0 0 94183 41 0 0 25 0 4 0 669465474 2589081600 515002 33554432000 4194304 4625164 140734738963568 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=2528400 CPUtime=929.39 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 100867 0 0 0 92884 55 0 0 25 0 4 0 669465474 2589081600 515002 33554432000 4194304 4625164 140734738963568 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=2528400 CPUtime=938.61 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 4833902 0 0 0 93079 782 0 0 25 0 4 0 669465474 2589081600 515002 33554432000 4194304 4625164 140734738963568 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3752.57
Current children cumulated vsize (KiB) 2528400

[startup+1002.3 s]
/proc/loadavg: 8.05 8.12 8.09 9/534 12421
/proc/meminfo: memFree=9050212/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=2661168 CPUtime=3991.5 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 6196187 0 0 0 398100 1050 0 0 25 0 4 0 669465467 2725036032 536713 33554432000 4194304 4625164 140734738963568 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 665292 536713 347 106 0 660795 0
[pid=12351/tid=12353] ppid=12349 vsize=2661168 CPUtime=1002.24 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 81867 0 0 0 100183 41 0 0 25 0 4 0 669465474 2725036032 536713 33554432000 4194304 4625164 140734738963568 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=2661168 CPUtime=989.39 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 116854 0 0 0 98882 57 0 0 25 0 4 0 669465474 2725036032 536713 33554432000 4194304 4625164 140734738963568 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=2661168 CPUtime=997.53 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 5210381 0 0 0 98918 835 0 0 25 0 4 0 669465474 2725036032 536713 33554432000 4194304 4625164 140734738963568 18446744073709551615 4547563 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3991.5
Current children cumulated vsize (KiB) 2661168

[startup+1062.3 s]
/proc/loadavg: 8.15 8.12 8.09 9/534 12423
/proc/meminfo: memFree=8974728/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=2661168 CPUtime=4230.45 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 6609847 0 0 0 421928 1117 0 0 25 0 4 0 669465467 2725036032 549711 33554432000 4194304 4625164 140734738963568 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 665292 549711 347 106 0 660795 0
[pid=12351/tid=12353] ppid=12349 vsize=2661168 CPUtime=1062.25 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 82223 0 0 0 106183 42 0 0 25 0 4 0 669465474 2725036032 549711 33554432000 4194304 4625164 140734738963568 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=2661168 CPUtime=1049.39 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 117387 0 0 0 104882 57 0 0 25 0 4 0 669465474 2725036032 549711 33554432000 4194304 4625164 140734738963568 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=2661168 CPUtime=1056.48 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 5616866 0 0 0 104748 900 0 0 25 0 4 0 669465474 2725036032 549711 33554432000 4194304 4625164 140734738963568 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4230.45
Current children cumulated vsize (KiB) 2661168

[startup+1122.3 s]
/proc/loadavg: 8.10 8.11 8.09 9/534 12425
/proc/meminfo: memFree=8863976/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=2790576 CPUtime=4469.39 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 7046149 0 0 0 445749 1190 0 0 25 0 4 0 669465467 2857549824 565953 33554432000 4194304 4625164 140734738963568 18446744073709551615 4519314 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 697644 565953 347 106 0 693147 0
[pid=12351/tid=12353] ppid=12349 vsize=2790576 CPUtime=1122.24 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 97763 0 0 0 112180 44 0 0 25 0 4 0 669465474 2857549824 565953 33554432000 4194304 4625164 140734738963568 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=2790576 CPUtime=1109.4 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 117854 0 0 0 110882 58 0 0 25 0 4 0 669465474 2857549824 565953 33554432000 4194304 4625164 140734738963568 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=2790576 CPUtime=1115.42 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 6010077 0 0 0 110575 967 0 0 25 0 4 0 669465474 2857549824 565953 33554432000 4194304 4625164 140734738963568 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4469.39
Current children cumulated vsize (KiB) 2790576

[startup+1182.3 s]
/proc/loadavg: 8.03 8.09 8.08 9/534 12428
/proc/meminfo: memFree=8794140/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=2790576 CPUtime=4708.34 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 7453015 0 0 0 469580 1254 0 0 25 0 4 0 669465467 2857549824 578411 33554432000 4194304 4625164 140734738963568 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 697644 578411 347 106 0 693147 0
[pid=12351/tid=12353] ppid=12349 vsize=2790576 CPUtime=1182.24 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 98181 0 0 0 118180 44 0 0 25 0 4 0 669465474 2857549824 578411 33554432000 4194304 4625164 140734738963568 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=2790576 CPUtime=1169.4 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 118186 0 0 0 116882 58 0 0 25 0 4 0 669465474 2857549824 578411 33554432000 4194304 4625164 140734738963568 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=2790576 CPUtime=1174.35 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 6409112 0 0 0 116407 1028 0 0 25 0 4 0 669465474 2857549824 578411 33554432000 4194304 4625164 140734738963568 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4708.34
Current children cumulated vsize (KiB) 2790576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.4 s]
/proc/loadavg: 8.32 8.15 8.10 10/535 12430
/proc/meminfo: memFree=8734944/32950928 swapFree=60199076/67111528
[pid=12351] ppid=12349 vsize=2790576 CPUtime=4800.36 cores=0,2,4,6
/proc/12351/stat : 12351 (SArTagnan) R 12349 12351 12217 0 -1 4202496 7611119 0 0 0 478759 1277 0 0 25 0 4 0 669465467 2857549824 583973 33554432000 4194304 4625164 140734738963568 18446744073709551615 4393127 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12351/statm: 697644 583973 347 106 0 693147 0
[pid=12351/tid=12353] ppid=12349 vsize=2790576 CPUtime=1205.36 cores=0,2,4,6
/proc/12351/task/12353/stat : 12353 (SArTagnan) R 12349 12351 12217 0 -1 4202560 98257 0 0 0 120492 44 0 0 25 0 4 0 669465474 2857549824 583973 33554432000 4194304 4625164 140734738963568 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=2790576 CPUtime=1192.52 cores=0,2,4,6
/proc/12351/task/12354/stat : 12354 (SArTagnan) R 12349 12351 12217 0 -1 4202560 118278 0 0 0 119194 58 0 0 25 0 4 0 669465474 2857549824 583973 33554432000 4194304 4625164 140734738963568 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=2790576 CPUtime=1197.04 cores=0,2,4,6
/proc/12351/task/12355/stat : 12355 (SArTagnan) R 12349 12351 12217 0 -1 4202560 6564218 0 0 0 118653 1051 0 0 25 0 4 0 669465474 2857549824 583973 33554432000 4194304 4625164 140734738963568 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 2790576

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.52
CPU time (s): 4800.5
CPU user time (s): 4787.63
CPU system time (s): 12.871
CPU usage (%): 398.21
Max. virtual memory (cumulated for all children) (KiB): 3095000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4787.63
system time used= 12.871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7611119
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1405
involuntary context switches= 21372

runsolver used 5.95309 second user time and 15.1557 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-16 22:44:27
IDJOB=3386101
IDBENCH=71471
IDSOLVER=1871
FILE ID=node122/3386101-1305578667
RUNJOBID= node122-1305577459-12235
PBS_JOBID= 13350225
Free space on /tmp= 73376 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v2400c266431g6.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386101-1305578667/watcher-3386101-1305578667 -o /tmp/evaluation-result-3386101-1305578667/solver-3386101-1305578667 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386101-1305578667.cnf -threads=4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d0bb6612a0c88017c970eb8fd1a4be9e
RANDOM SEED=657098770

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       9084728 kB
Buffers:        332768 kB
Cached:        4385364 kB
SwapCached:      50104 kB
Active:       19099316 kB
Inactive:      4466556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       9084728 kB
SwapTotal:    67111528 kB
SwapFree:     60199076 kB
Dirty:            3940 kB
Writeback:           0 kB
AnonPages:    18808700 kB
Mapped:          31760 kB
Slab:           137292 kB
PageTables:      93728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 164591856 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73376 MiB
End job on node122 at 2011-05-16 23:04:34