Trace number 3264864

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-03-24? (TO) 4800.37 1201.95

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-250-3.shuffled-as.sat05-2535.cnf
MD5SUM22bc1843113c53c5f8a8f8cec42dcbe5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark240.682
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of clauses2492
Sum of the clauses size11032
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41592
Number of clauses of size 5736
Number of clauses of size over 5164

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: 935)

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-3264864-1304106529/watcher-3264864-1304106529 -o /tmp/evaluation-result-3264864-1304106529/solver-3264864-1304106529 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3264864-1304106529.cnf -threads=4 

running on 4 cores: 1,3,5,7

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: 7.46 7.95 7.97 5/180 16551
/proc/meminfo: memFree=23032528/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=49876 CPUtime=0 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 606 0 0 0 0 0 0 0 25 0 4 0 522253343 51073024 542 33554432000 4194304 4623224 140734948935648 18446744073709551615 244447001585 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 12469 542 302 105 0 7973 0
[pid=16551/tid=16552] ppid=16549 vsize=49876 CPUtime=0 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 522253343 51073024 542 33554432000 4194304 4623224 140734948935648 18446744073709551615 47026676553650 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=49876 CPUtime=0 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 522253343 51073024 542 33554432000 4194304 4623224 140734948935648 18446744073709551615 47026676553648 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=49876 CPUtime=0 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 522253343 51073024 542 33554432000 4194304 4623224 140734948935648 18446744073709551615 244447001585 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.05608 s]
/proc/loadavg: 7.46 7.95 7.97 5/180 16551
/proc/meminfo: memFree=23032528/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=248432 CPUtime=0.19 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 1738 0 0 0 19 0 0 0 25 0 4 0 522253343 254394368 1305 33554432000 4194304 4623224 140734948935648 18446744073709551615 244447050271 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 62108 1305 342 105 0 57612 0
[pid=16551/tid=16552] ppid=16549 vsize=248432 CPUtime=0.05 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 196 0 0 0 5 0 0 0 25 0 4 0 522253343 254394368 1305 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376749 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=248432 CPUtime=0.04 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 136 0 0 0 4 0 0 0 25 0 4 0 522253343 254394368 1305 33554432000 4194304 4623224 140734948935648 18446744073709551615 244447050222 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=248432 CPUtime=0.04 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 337 0 0 0 4 0 0 0 25 0 4 0 522253343 254394368 1306 33554432000 4194304 4623224 140734948935648 18446744073709551615 244446606021 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 248432

[startup+0.108212 s]
/proc/loadavg: 7.46 7.95 7.97 5/180 16551
/proc/meminfo: memFree=23032528/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=248872 CPUtime=0.4 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 2002 0 0 0 40 0 0 0 25 0 4 0 522253343 254844928 1349 33554432000 4194304 4623224 140734948935648 18446744073709551615 4416548 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 62218 1349 342 105 0 57722 0
[pid=16551/tid=16552] ppid=16549 vsize=248872 CPUtime=0.1 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 284 0 0 0 10 0 0 0 25 0 4 0 522253343 254844928 1349 33554432000 4194304 4623224 140734948935648 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=248872 CPUtime=0.09 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 222 0 0 0 9 0 0 0 25 0 4 0 522253343 254844928 1349 33554432000 4194304 4623224 140734948935648 18446744073709551615 4377271 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=248872 CPUtime=0.1 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 423 0 0 0 10 0 0 0 25 0 4 0 522253343 254844928 1349 33554432000 4194304 4623224 140734948935648 18446744073709551615 4354946 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 248872

[startup+0.300177 s]
/proc/loadavg: 7.46 7.95 7.97 5/180 16551
/proc/meminfo: memFree=23032528/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=250128 CPUtime=1.17 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 3082 0 0 0 117 0 0 0 25 0 4 0 522253343 256131072 1913 33554432000 4194304 4623224 140734948935648 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 62532 1913 343 105 0 58036 0
[pid=16551/tid=16552] ppid=16549 vsize=250128 CPUtime=0.29 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 590 0 0 0 29 0 0 0 25 0 4 0 522253343 256131072 1913 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376895 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=250128 CPUtime=0.29 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 535 0 0 0 29 0 0 0 25 0 4 0 522253343 256131072 1913 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376832 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=250128 CPUtime=0.29 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 677 0 0 0 29 0 0 0 25 0 4 0 522253343 256131072 1913 33554432000 4194304 4623224 140734948935648 18446744073709551615 4377579 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 250128

[startup+0.701104 s]
/proc/loadavg: 7.46 7.95 7.97 5/180 16551
/proc/meminfo: memFree=23032528/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=252448 CPUtime=2.78 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 5494 0 0 0 277 1 0 0 25 0 4 0 522253343 258506752 3078 33554432000 4194304 4623224 140734948935648 18446744073709551615 4510486 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 63112 3078 343 105 0 58616 0
[pid=16551/tid=16552] ppid=16549 vsize=252448 CPUtime=0.69 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 1325 0 0 0 69 0 0 0 25 0 4 0 522253343 258506752 3078 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=252448 CPUtime=0.69 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 1248 0 0 0 69 0 0 0 25 0 4 0 522253343 258506752 3078 33554432000 4194304 4623224 140734948935648 18446744073709551615 4485192 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=252448 CPUtime=0.69 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 1275 0 0 0 69 0 0 0 25 0 4 0 522253343 258506752 3078 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 252448

[startup+1.50095 s]
/proc/loadavg: 7.46 7.95 7.97 9/184 16555
/proc/meminfo: memFree=23015532/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=256780 CPUtime=5.97 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 8925 0 0 0 596 1 0 0 25 0 4 0 522253343 262942720 5081 33554432000 4194304 4623224 140734948935648 18446744073709551615 4510199 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 64195 5081 345 105 0 59699 0
[pid=16551/tid=16552] ppid=16549 vsize=256780 CPUtime=1.49 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 2158 0 0 0 149 0 0 0 25 0 4 0 522253343 262942720 5082 33554432000 4194304 4623224 140734948935648 18446744073709551615 244446606369 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=256780 CPUtime=1.48 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 2172 0 0 0 148 0 0 0 25 0 4 0 522253343 262942720 5082 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=256780 CPUtime=1.49 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 2464 0 0 0 149 0 0 0 25 0 4 0 522253343 262942720 5082 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 256780

[startup+3.10066 s]
/proc/loadavg: 7.46 7.95 7.97 9/184 16555
/proc/meminfo: memFree=23001408/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=262900 CPUtime=12.36 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 13776 0 0 0 1234 2 0 0 25 0 4 0 522253343 269209600 8240 33554432000 4194304 4623224 140734948935648 18446744073709551615 4280368 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 65725 8240 352 105 0 61229 0
[pid=16551/tid=16552] ppid=16549 vsize=262900 CPUtime=3.08 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 3446 0 0 0 308 0 0 0 25 0 4 0 522253343 269209600 8240 33554432000 4194304 4623224 140734948935648 18446744073709551615 4366791 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=262900 CPUtime=3.07 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 3578 0 0 0 307 0 0 0 25 0 4 0 522253343 269209600 8240 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=262900 CPUtime=3.08 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 3893 0 0 0 308 0 0 0 25 0 4 0 522253343 269209600 8240 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 262900

[startup+6.30106 s]
/proc/loadavg: 7.51 7.95 7.97 9/184 16556
/proc/meminfo: memFree=22979220/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=274608 CPUtime=25.14 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 37653 0 0 0 2508 6 0 0 25 0 4 0 522253343 281198592 11175 33554432000 4194304 4623224 140734948935648 18446744073709551615 4510475 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 68652 11175 343 105 0 64156 0
[pid=16551/tid=16552] ppid=16549 vsize=274608 CPUtime=6.29 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 5565 0 0 0 628 1 0 0 25 0 4 0 522253343 281198592 11175 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=274608 CPUtime=6.26 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 5239 0 0 0 625 1 0 0 25 0 4 0 522253343 281198592 11175 33554432000 4194304 4623224 140734948935648 18446744073709551615 4366446 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=274608 CPUtime=6.28 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 22956 0 0 0 626 2 0 0 25 0 4 0 522253343 281198592 11175 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376829 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 274608

[startup+12.7009 s]
/proc/loadavg: 7.55 7.95 7.97 9/184 16556
/proc/meminfo: memFree=22938888/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=284028 CPUtime=50.71 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 65148 0 0 0 5060 11 0 0 25 0 4 0 522253343 290844672 16709 33554432000 4194304 4623224 140734948935648 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 71007 16709 389 105 0 66511 0
[pid=16551/tid=16552] ppid=16549 vsize=284028 CPUtime=12.68 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 8048 0 0 0 1267 1 0 0 25 0 4 0 522253343 290844672 16709 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=284028 CPUtime=12.61 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 8185 0 0 0 1260 1 0 0 25 0 4 0 522253343 290844672 16709 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=284028 CPUtime=12.68 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 43280 0 0 0 1263 5 0 0 25 0 4 0 522253343 290844672 16709 33554432000 4194304 4623224 140734948935648 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 284028

[startup+25.5005 s]
/proc/loadavg: 7.65 7.95 7.97 9/184 16556
/proc/meminfo: memFree=22870308/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=307476 CPUtime=101.83 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 109311 0 0 0 10163 20 0 0 25 0 4 0 522253343 314855424 25884 33554432000 4194304 4623224 140734948935648 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 76869 25884 417 105 0 72373 0
[pid=16551/tid=16552] ppid=16549 vsize=307476 CPUtime=25.48 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 12828 0 0 0 2545 3 0 0 25 0 4 0 522253343 314855424 25884 33554432000 4194304 4623224 140734948935648 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=307476 CPUtime=25.34 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 15532 0 0 0 2531 3 0 0 25 0 4 0 522253343 314855424 25884 33554432000 4194304 4623224 140734948935648 18446744073709551615 4377040 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=307476 CPUtime=25.49 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 72708 0 0 0 2538 11 0 0 25 0 4 0 522253343 314855424 25884 33554432000 4194304 4623224 140734948935648 18446744073709551615 244446642510 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 307476

[startup+51.1007 s]
/proc/loadavg: 7.83 7.97 7.97 9/184 16557
/proc/meminfo: memFree=22762916/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=324148 CPUtime=204.1 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 165967 0 0 0 20380 30 0 0 25 0 4 0 522253343 331927552 39380 33554432000 4194304 4623224 140734948935648 18446744073709551615 4510199 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 81037 39380 400 105 0 76541 0
[pid=16551/tid=16552] ppid=16549 vsize=324148 CPUtime=51.09 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 18483 0 0 0 5103 6 0 0 25 0 4 0 522253343 331927552 39380 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376714 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=324148 CPUtime=50.81 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 17374 0 0 0 5077 4 0 0 25 0 4 0 522253343 331927552 39380 33554432000 4194304 4623224 140734948935648 18446744073709551615 4377018 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=324148 CPUtime=51.08 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 115094 0 0 0 5091 17 0 0 25 0 4 0 522253343 331927552 39380 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 324148

[startup+102.307 s]
/proc/loadavg: 8.00 7.99 7.98 9/184 16558
/proc/meminfo: memFree=22631316/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=367452 CPUtime=408.65 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 206417 0 0 0 40827 38 0 0 25 0 4 0 522253343 376270848 58360 33554432000 4194304 4623224 140734948935648 18446744073709551615 4511032 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 91863 58360 764 105 0 87367 0
[pid=16551/tid=16552] ppid=16549 vsize=367452 CPUtime=102.29 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 26746 0 0 0 10221 8 0 0 25 0 4 0 522253343 376270848 58360 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=367452 CPUtime=101.73 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 24949 0 0 0 10168 5 0 0 25 0 4 0 522253343 376270848 58360 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=367452 CPUtime=102.29 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 128331 0 0 0 10210 19 0 0 25 0 4 0 522253343 376270848 58360 33554432000 4194304 4623224 140734948935648 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 367452

[startup+162.301 s]

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

[pid=16551] ppid=16549 vsize=903080 CPUtime=2805.41 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 2083852 0 0 0 280149 392 0 0 25 0 4 0 522253343 924753920 162608 33554432000 4194304 4623224 140734948935648 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 225770 162608 1171 105 0 221274 0
[pid=16551/tid=16552] ppid=16549 vsize=903080 CPUtime=702.28 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 86699 0 0 0 70192 36 0 0 25 0 4 0 522253343 924753920 162608 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=903080 CPUtime=698.48 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 86222 0 0 0 69819 29 0 0 25 0 4 0 522253343 924753920 162608 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=903080 CPUtime=702.31 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 1823360 0 0 0 69919 312 0 0 25 0 4 0 522253343 924753920 162608 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.41
Current children cumulated vsize (KiB) 903080

[startup+762.307 s]
/proc/loadavg: 8.19 8.08 8.01 9/184 16585
/proc/meminfo: memFree=21790744/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=903080 CPUtime=3045.1 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 2416311 0 0 0 304054 456 0 0 25 0 4 0 522253343 924753920 167452 33554432000 4194304 4623224 140734948935648 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 225770 167452 1211 105 0 221274 0
[pid=16551/tid=16552] ppid=16549 vsize=903080 CPUtime=762.3 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 88185 0 0 0 76190 40 0 0 25 0 4 0 522253343 924753920 167452 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=903080 CPUtime=758.16 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 87334 0 0 0 75786 30 0 0 25 0 4 0 522253343 924753920 167452 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=903080 CPUtime=762.31 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 2153042 0 0 0 75859 372 0 0 25 0 4 0 522253343 924753920 167452 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.1
Current children cumulated vsize (KiB) 903080

[startup+822.301 s]
/proc/loadavg: 8.25 8.11 8.02 9/184 16586
/proc/meminfo: memFree=21733040/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=1008492 CPUtime=3284.76 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 2723711 0 0 0 327967 509 0 0 25 0 4 0 522253343 1032695808 178374 33554432000 4194304 4623224 140734948935648 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 252123 178376 1171 105 0 247627 0
[pid=16551/tid=16552] ppid=16549 vsize=1008492 CPUtime=822.28 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 94587 0 0 0 82185 43 0 0 25 0 4 0 522253343 1032695808 178376 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376662 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=1008492 CPUtime=817.82 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 88169 0 0 0 81752 30 0 0 25 0 4 0 522253343 1032695808 178376 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=1008492 CPUtime=822.31 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 2452309 0 0 0 81811 420 0 0 25 0 4 0 522253343 1032695808 178376 33554432000 4194304 4623224 140734948935648 18446744073709551615 4577678 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.76
Current children cumulated vsize (KiB) 1008492

[startup+882.3 s]
/proc/loadavg: 8.16 8.10 8.02 9/184 16588
/proc/meminfo: memFree=21705104/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=1008492 CPUtime=3524.44 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 3027918 0 0 0 351880 564 0 0 25 0 4 0 522253343 1032695808 183122 33554432000 4194304 4623224 140734948935648 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 252123 183122 1224 105 0 247627 0
[pid=16551/tid=16552] ppid=16549 vsize=1008492 CPUtime=882.28 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 96246 0 0 0 88184 44 0 0 25 0 4 0 522253343 1032695808 183122 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=1008492 CPUtime=877.49 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 88273 0 0 0 87719 30 0 0 25 0 4 0 522253343 1032695808 183122 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=1008492 CPUtime=882.3 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 2753673 0 0 0 87757 473 0 0 25 0 4 0 522253343 1032695808 183122 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.44
Current children cumulated vsize (KiB) 1008492

[startup+942.3 s]
/proc/loadavg: 8.28 8.14 8.04 9/184 16592
/proc/meminfo: memFree=21682872/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=1038888 CPUtime=3763.28 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 3350881 0 0 0 375714 614 0 0 25 0 4 0 522253343 1063821312 186277 33554432000 4194304 4623224 140734948935648 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 259722 186277 1172 105 0 255226 0
[pid=16551/tid=16552] ppid=16549 vsize=1038888 CPUtime=942.28 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 97565 0 0 0 94184 44 0 0 25 0 4 0 522253343 1063821312 186277 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=1038888 CPUtime=936.33 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 88732 0 0 0 93603 30 0 0 25 0 4 0 522253343 1063821312 186277 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=1038888 CPUtime=942.31 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 3074248 0 0 0 93708 523 0 0 25 0 4 0 522253343 1063821312 186277 33554432000 4194304 4623224 140734948935648 18446744073709551615 4544906 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.28
Current children cumulated vsize (KiB) 1038888

[startup+1002.3 s]
/proc/loadavg: 8.16 8.13 8.03 9/184 16594
/proc/meminfo: memFree=21647728/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=1104424 CPUtime=4002.96 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 3651234 0 0 0 399628 668 0 0 25 0 4 0 522253343 1130930176 192106 33554432000 4194304 4623224 140734948935648 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 276106 192106 1225 105 0 271610 0
[pid=16551/tid=16552] ppid=16549 vsize=1104424 CPUtime=1002.28 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 98833 0 0 0 100183 45 0 0 25 0 4 0 522253343 1130930176 192106 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=1104424 CPUtime=996.01 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 89587 0 0 0 99569 32 0 0 25 0 4 0 522253343 1130930176 192106 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=1104424 CPUtime=1002.31 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 3371236 0 0 0 99657 574 0 0 25 0 4 0 522253343 1130930176 192106 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4002.96
Current children cumulated vsize (KiB) 1104424

[startup+1062.3 s]
/proc/loadavg: 8.11 8.12 8.03 9/184 16596
/proc/meminfo: memFree=21588292/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=1187920 CPUtime=4242.63 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 4012848 0 0 0 423536 727 0 0 25 0 4 0 522253343 1216430080 201647 33554432000 4194304 4623224 140734948935648 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 296980 201647 1232 105 0 292484 0
[pid=16551/tid=16552] ppid=16549 vsize=1187920 CPUtime=1062.28 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 126885 0 0 0 106179 49 0 0 25 0 4 0 522253343 1216430080 201647 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=1187920 CPUtime=1055.69 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 92007 0 0 0 105535 34 0 0 25 0 4 0 522253343 1216430080 201647 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=1187920 CPUtime=1062.31 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 3685526 0 0 0 105605 626 0 0 25 0 4 0 522253343 1216430080 201647 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4242.63
Current children cumulated vsize (KiB) 1187920

[startup+1122.3 s]
/proc/loadavg: 8.15 8.12 8.04 9/184 16597
/proc/meminfo: memFree=21532084/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=1246020 CPUtime=4482.3 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 4352084 0 0 0 447446 784 0 0 25 0 4 0 522253343 1275924480 211632 33554432000 4194304 4623224 140734948935648 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 311505 211632 1266 105 0 307009 0
[pid=16551/tid=16552] ppid=16549 vsize=1246020 CPUtime=1122.28 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 127216 0 0 0 112179 49 0 0 25 0 4 0 522253343 1275924480 211632 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=1246020 CPUtime=1115.36 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 123622 0 0 0 111497 39 0 0 25 0 4 0 522253343 1275924480 211632 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=1246020 CPUtime=1122.31 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 3991273 0 0 0 111554 677 0 0 25 0 4 0 522253343 1275924480 211632 33554432000 4194304 4623224 140734948935648 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.3
Current children cumulated vsize (KiB) 1246020

[startup+1182.3 s]
/proc/loadavg: 8.16 8.13 8.04 9/184 16599
/proc/meminfo: memFree=21498572/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=1246020 CPUtime=4721.98 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 4686210 0 0 0 471359 839 0 0 25 0 4 0 522253343 1275924480 214135 33554432000 4194304 4623224 140734948935648 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 311505 214135 1171 105 0 307009 0
[pid=16551/tid=16552] ppid=16549 vsize=1246020 CPUtime=1182.28 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 128246 0 0 0 118177 51 0 0 25 0 4 0 522253343 1275924480 214135 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=1246020 CPUtime=1175.04 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 124722 0 0 0 117464 40 0 0 25 0 4 0 522253343 1275924480 214135 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=1246020 CPUtime=1182.31 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 4322777 0 0 0 117502 729 0 0 25 0 4 0 522253343 1275924480 214135 33554432000 4194304 4623224 140734948935648 18446744073709551615 4545317 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4721.98
Current children cumulated vsize (KiB) 1246020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 7.90 8.07 8.03 9/184 16630
/proc/meminfo: memFree=22072400/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=1246020 CPUtime=4800.3 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 4781122 0 0 0 479173 857 0 0 25 0 4 0 522253343 1275924480 218384 33554432000 4194304 4623224 140734948935648 18446744073709551615 4517479 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 311505 218384 1208 105 0 307009 0
[pid=16551/tid=16552] ppid=16549 vsize=1246020 CPUtime=1201.89 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 130205 0 0 0 120137 52 0 0 25 0 4 0 522253343 1275924480 218384 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=1246020 CPUtime=1194.53 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 125176 0 0 0 119413 40 0 0 25 0 4 0 522253343 1275924480 218384 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=1246020 CPUtime=1201.91 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 4415212 0 0 0 119446 745 0 0 25 0 4 0 522253343 1275924480 218384 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1246020

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

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

[startup+1201.9 s]
/proc/loadavg: 7.90 8.07 8.03 9/184 16630
/proc/meminfo: memFree=22072400/32951124 swapFree=67111524/67111528
[pid=16551] ppid=16549 vsize=1246020 CPUtime=4800.3 cores=1,3,5,7
/proc/16551/stat : 16551 (SArTagnan) R 16549 16551 16386 0 -1 4202496 4781122 0 0 0 479173 857 0 0 25 0 4 0 522253343 1275924480 218384 33554432000 4194304 4623224 140734948935648 18446744073709551615 4517479 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16551/statm: 311505 218384 1208 105 0 307009 0
[pid=16551/tid=16552] ppid=16549 vsize=1246020 CPUtime=1201.89 cores=1,3,5,7
/proc/16551/task/16552/stat : 16552 (SArTagnan) R 16549 16551 16386 0 -1 4202560 130205 0 0 0 120137 52 0 0 25 0 4 0 522253343 1275924480 218384 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16551/tid=16553] ppid=16549 vsize=1246020 CPUtime=1194.53 cores=1,3,5,7
/proc/16551/task/16553/stat : 16553 (SArTagnan) R 16549 16551 16386 0 -1 4202560 125176 0 0 0 119413 40 0 0 25 0 4 0 522253343 1275924480 218384 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16551/tid=16554] ppid=16549 vsize=1246020 CPUtime=1201.91 cores=1,3,5,7
/proc/16551/task/16554/stat : 16554 (SArTagnan) R 16549 16551 16386 0 -1 4202560 4415212 0 0 0 119446 745 0 0 25 0 4 0 522253343 1275924480 218384 33554432000 4194304 4623224 140734948935648 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1246020

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.95
CPU time (s): 4800.37
CPU user time (s): 4791.75
CPU system time (s): 8.61669
CPU usage (%): 399.381
Max. virtual memory (cumulated for all children) (KiB): 1257372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.75
system time used= 8.61669
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4781123
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= 422
involuntary context switches= 33911

runsolver used 1.71974 second user time and 4.84426 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 21:48:49
IDJOB=3264864
IDBENCH=85355
IDSOLVER=1656
FILE ID=node105/3264864-1304106529
RUNJOBID= node105-1304105316-16405
PBS_JOBID= 13170654
Free space on /tmp= 71940 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-250-3.shuffled-as.sat05-2535.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264864-1304106529/watcher-3264864-1304106529 -o /tmp/evaluation-result-3264864-1304106529/solver-3264864-1304106529 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3264864-1304106529.cnf -threads=4

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

MD5SUM BENCH= 22bc1843113c53c5f8a8f8cec42dcbe5
RANDOM SEED=1811954091

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23032808 kB
Buffers:       2158036 kB
Cached:        7090364 kB
SwapCached:          4 kB
Active:         610164 kB
Inactive:      8762676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23032808 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1144 kB
Writeback:           0 kB
AnonPages:      123820 kB
Mapped:          15468 kB
Slab:           483384 kB
PageTables:       4892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   305380 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= 71940 MiB
End job on node105 at 2011-04-29 22:08:53