Trace number 3438341

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) 40001.4 5011.01

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_8_4_5_fbc.cnf
MD5SUM6fdce6b69c397ad71b0f25957edff1fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark25.4311
Satisfiable
(Un)Satisfiability was proved
Number of variables2420
Number of clauses33572
Sum of the clauses size97252
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214396
Number of clauses of size 313968
Number of clauses of size 42628
Number of clauses of size 52460
Number of clauses of size over 5120

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

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-3438341-1306912956/watcher-3438341-1306912956 -o /tmp/evaluation-result-3438341-1306912956/solver-3438341-1306912956 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3438341-1306912956.cnf -threads=8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.49 1.10 1.04 1/430 21359
/proc/meminfo: memFree=14798648/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=20872 CPUtime=0.01 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) R 21357 21359 21299 0 -1 4202496 975 0 0 0 1 0 0 0 25 0 1 0 783711178 21372928 791 33554432000 4194304 4625164 140734179379280 18446744073709551615 270338383616 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21359/statm: 5218 791 296 106 0 721 0

[startup+0.066741 s]
/proc/loadavg: 1.49 1.10 1.04 1/430 21359
/proc/meminfo: memFree=14798648/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=500692 CPUtime=0.3 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) D 21357 21359 21299 0 -1 4202496 5171 0 0 0 30 0 0 0 18 0 8 0 783711178 512708608 4528 33554432000 4194304 4625164 140734179379280 18446744073709551615 270338427063 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21359/statm: 125173 4528 343 106 0 120676 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 500692

[startup+0.110146 s]
/proc/loadavg: 1.49 1.10 1.04 1/430 21359
/proc/meminfo: memFree=14798648/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=506732 CPUtime=1.22 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) R 21357 21359 21299 0 -1 4202496 13129 0 0 0 121 1 0 0 18 0 8 0 783711178 518893568 7814 33554432000 4194304 4625164 140734179379280 18446744073709551615 4512736 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21359/statm: 127323 15156 349 106 0 122826 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 506732

[startup+0.964535 s]
/proc/loadavg: 1.49 1.10 1.04 1/430 21359
/proc/meminfo: memFree=14798648/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=509292 CPUtime=7.42 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) R 21357 21359 21299 0 -1 4202496 26693 0 0 0 740 2 0 0 19 0 8 0 783711178 521515008 15543 33554432000 4194304 4625164 140734179379280 18446744073709551615 4512869 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21359/statm: 127323 15543 349 106 0 122826 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 509292

[startup+1.00053 s]
/proc/loadavg: 1.49 1.10 1.04 1/430 21359
/proc/meminfo: memFree=14798648/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=509292 CPUtime=7.71 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) R 21357 21359 21299 0 -1 4202496 27099 0 0 0 769 2 0 0 19 0 8 0 783711178 521515008 15838 33554432000 4194304 4625164 140734179379280 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21359/statm: 127323 15838 349 106 0 122826 0
Current children cumulated CPU time (s) 7.71
Current children cumulated vsize (KiB) 509292

[startup+1.50043 s]
/proc/loadavg: 1.49 1.10 1.04 1/430 21359
/proc/meminfo: memFree=14798648/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=515300 CPUtime=11.71 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) R 21357 21359 21299 0 -1 4202496 37082 0 0 0 1167 4 0 0 19 0 8 0 783711178 527667200 20144 33554432000 4194304 4625164 140734179379280 18446744073709551615 4519394 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21359/statm: 128825 20144 349 106 0 124328 0
Current children cumulated CPU time (s) 11.71
Current children cumulated vsize (KiB) 515300

[startup+3.10111 s]
/proc/loadavg: 2.01 1.21 1.07 9/438 21367
/proc/meminfo: memFree=14698560/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=585464 CPUtime=24.46 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) R 21357 21359 21299 0 -1 4202496 52199 0 0 0 2435 11 0 0 25 0 8 0 783711178 599515136 25737 33554432000 4194304 4625164 140734179379280 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21359/statm: 146366 25738 354 106 0 141869 0
[pid=21359/tid=21361] ppid=21357 vsize=585464 CPUtime=3.06 cores=0-7
/proc/21359/task/21361/stat : 21361 (SArTagnan) R 21357 21359 21299 0 -1 4202560 4766 0 0 0 304 2 0 0 19 0 8 0 783711180 599515136 25739 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21359/tid=21362] ppid=21357 vsize=585464 CPUtime=3.07 cores=0-7
/proc/21359/task/21362/stat : 21362 (SArTagnan) R 21357 21359 21299 0 -1 4202560 2861 0 0 0 306 1 0 0 19 0 8 0 783711180 599515136 25739 33554432000 4194304 4625164 140734179379280 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21359/tid=21363] ppid=21357 vsize=585464 CPUtime=3.07 cores=0-7
/proc/21359/task/21363/stat : 21363 (SArTagnan) R 21357 21359 21299 0 -1 4202560 18453 0 0 0 304 3 0 0 19 0 8 0 783711180 599515136 25739 33554432000 4194304 4625164 140734179379280 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21359/tid=21364] ppid=21357 vsize=585464 CPUtime=3.05 cores=0-7
/proc/21359/task/21364/stat : 21364 (SArTagnan) R 21357 21359 21299 0 -1 4202560 4296 0 0 0 305 0 0 0 19 0 8 0 783711180 599515136 25739 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21359/tid=21365] ppid=21357 vsize=585464 CPUtime=3.03 cores=0-7
/proc/21359/task/21365/stat : 21365 (SArTagnan) R 21357 21359 21299 0 -1 4202560 2590 0 0 0 303 0 0 0 19 0 8 0 783711180 599515136 25739 33554432000 4194304 4625164 140734179379280 18446744073709551615 4319001 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21359/tid=21366] ppid=21357 vsize=585464 CPUtime=2.98 cores=0-7
/proc/21359/task/21366/stat : 21366 (SArTagnan) R 21357 21359 21299 0 -1 4202560 3054 0 0 0 298 0 0 0 19 0 8 0 783711180 599515136 25740 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351729 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21359/tid=21367] ppid=21357 vsize=585464 CPUtime=3.06 cores=0-7
/proc/21359/task/21367/stat : 21367 (SArTagnan) R 21357 21359 21299 0 -1 4202560 4197 0 0 0 306 0 0 0 19 0 8 0 783711180 599515136 25740 33554432000 4194304 4625164 140734179379280 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.46
Current children cumulated vsize (KiB) 585464

[startup+6.30048 s]
/proc/loadavg: 2.01 1.21 1.07 9/438 21367
/proc/meminfo: memFree=14627640/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=625204 CPUtime=50 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) R 21357 21359 21299 0 -1 4202496 84814 0 0 0 4982 18 0 0 25 0 8 0 783711178 640208896 43518 33554432000 4194304 4625164 140734179379280 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21359/statm: 156301 43518 358 106 0 151804 0
[pid=21359/tid=21361] ppid=21357 vsize=625204 CPUtime=6.26 cores=0-7
/proc/21359/task/21361/stat : 21361 (SArTagnan) R 21357 21359 21299 0 -1 4202560 9731 0 0 0 623 3 0 0 25 0 8 0 783711180 640208896 43518 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21359/tid=21362] ppid=21357 vsize=625204 CPUtime=6.26 cores=0-7
/proc/21359/task/21362/stat : 21362 (SArTagnan) R 21357 21359 21299 0 -1 4202560 6751 0 0 0 624 2 0 0 25 0 8 0 783711180 640208896 43518 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21359/tid=21363] ppid=21357 vsize=625204 CPUtime=6.27 cores=0-7
/proc/21359/task/21363/stat : 21363 (SArTagnan) R 21357 21359 21299 0 -1 4202560 23577 0 0 0 623 4 0 0 25 0 8 0 783711180 640208896 43518 33554432000 4194304 4625164 140734179379280 18446744073709551615 4334466 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21359/tid=21364] ppid=21357 vsize=625204 CPUtime=6.25 cores=0-7
/proc/21359/task/21364/stat : 21364 (SArTagnan) R 21357 21359 21299 0 -1 4202560 8607 0 0 0 624 1 0 0 25 0 8 0 783711180 640208896 43518 33554432000 4194304 4625164 140734179379280 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21359/tid=21365] ppid=21357 vsize=625204 CPUtime=6.24 cores=0-7
/proc/21359/task/21365/stat : 21365 (SArTagnan) R 21357 21359 21299 0 -1 4202560 4417 0 0 0 623 1 0 0 25 0 8 0 783711180 640208896 43518 33554432000 4194304 4625164 140734179379280 18446744073709551615 4319022 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21359/tid=21366] ppid=21357 vsize=625204 CPUtime=6.13 cores=0-7
/proc/21359/task/21366/stat : 21366 (SArTagnan) R 21357 21359 21299 0 -1 4202560 6731 0 0 0 613 0 0 0 25 0 8 0 783711180 640208896 43518 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351989 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21359/tid=21367] ppid=21357 vsize=625204 CPUtime=6.26 cores=0-7
/proc/21359/task/21367/stat : 21367 (SArTagnan) R 21357 21359 21299 0 -1 4202560 9829 0 0 0 624 2 0 0 25 0 8 0 783711180 640208896 43518 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (KiB) 625204

[startup+12.7012 s]
/proc/loadavg: 2.93 1.44 1.15 9/438 21367
/proc/meminfo: memFree=14508140/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=670664 CPUtime=101.21 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) R 21357 21359 21299 0 -1 4202496 150558 0 0 0 10087 34 0 0 25 0 8 0 783711178 686759936 73066 33554432000 4194304 4625164 140734179379280 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21359/statm: 167666 73066 358 106 0 163169 0
[pid=21359/tid=21361] ppid=21357 vsize=670664 CPUtime=12.68 cores=0-7
/proc/21359/task/21361/stat : 21361 (SArTagnan) R 21357 21359 21299 0 -1 4202560 12227 0 0 0 1264 4 0 0 25 0 8 0 783711180 686759936 73074 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21359/tid=21362] ppid=21357 vsize=670664 CPUtime=12.69 cores=0-7
/proc/21359/task/21362/stat : 21362 (SArTagnan) R 21357 21359 21299 0 -1 4202560 16409 0 0 0 1263 6 0 0 25 0 8 0 783711180 686759936 73074 33554432000 4194304 4625164 140734179379280 18446744073709551615 4486983 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21359/tid=21363] ppid=21357 vsize=670664 CPUtime=12.68 cores=0-7
/proc/21359/task/21363/stat : 21363 (SArTagnan) R 21357 21359 21299 0 -1 4202560 52328 0 0 0 1260 8 0 0 25 0 8 0 783711180 686759936 73074 33554432000 4194304 4625164 140734179379280 18446744073709551615 4335599 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21359/tid=21364] ppid=21357 vsize=670664 CPUtime=12.67 cores=0-7
/proc/21359/task/21364/stat : 21364 (SArTagnan) R 21357 21359 21299 0 -1 4202560 16379 0 0 0 1263 4 0 0 25 0 8 0 783711180 686759936 73074 33554432000 4194304 4625164 140734179379280 18446744073709551615 4352069 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21359/tid=21365] ppid=21357 vsize=670664 CPUtime=12.65 cores=0-7
/proc/21359/task/21365/stat : 21365 (SArTagnan) R 21357 21359 21299 0 -1 4202560 10512 0 0 0 1263 2 0 0 25 0 8 0 783711180 686759936 73074 33554432000 4194304 4625164 140734179379280 18446744073709551615 4319327 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21359/tid=21366] ppid=21357 vsize=670664 CPUtime=12.46 cores=0-7
/proc/21359/task/21366/stat : 21366 (SArTagnan) R 21357 21359 21299 0 -1 4202560 11156 0 0 0 1244 2 0 0 20 0 8 0 783711180 686759936 73074 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21359/tid=21367] ppid=21357 vsize=670664 CPUtime=12.68 cores=0-7
/proc/21359/task/21367/stat : 21367 (SArTagnan) R 21357 21359 21299 0 -1 4202560 14293 0 0 0 1264 4 0 0 25 0 8 0 783711180 686759936 73074 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 670664

[startup+25.5007 s]
/proc/loadavg: 3.71 1.65 1.22 9/438 21368
/proc/meminfo: memFree=14290416/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=833640 CPUtime=203.31 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) R 21357 21359 21299 0 -1 4202496 320805 0 0 0 20259 72 0 0 25 0 8 0 783711178 853647360 133409 33554432000 4194304 4625164 140734179379280 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21359/statm: 208410 133409 353 106 0 203913 0
[pid=21359/tid=21361] ppid=21357 vsize=833640 CPUtime=25.45 cores=0-7
/proc/21359/task/21361/stat : 21361 (SArTagnan) R 21357 21359 21299 0 -1 4202560 23969 0 0 0 2538 7 0 0 25 0 8 0 783711180 853647360 133409 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21359/tid=21362] ppid=21357 vsize=833640 CPUtime=25.46 cores=0-7
/proc/21359/task/21362/stat : 21362 (SArTagnan) R 21357 21359 21299 0 -1 4202560 26806 0 0 0 2536 10 0 0 25 0 8 0 783711180 853647360 133409 33554432000 4194304 4625164 140734179379280 18446744073709551615 270338032891 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21359/tid=21363] ppid=21357 vsize=833640 CPUtime=25.47 cores=0-7
/proc/21359/task/21363/stat : 21363 (SArTagnan) R 21357 21359 21299 0 -1 4202560 104062 0 0 0 2531 16 0 0 25 0 8 0 783711180 853647360 133409 33554432000 4194304 4625164 140734179379280 18446744073709551615 4334595 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21359/tid=21364] ppid=21357 vsize=833640 CPUtime=25.45 cores=0-7
/proc/21359/task/21364/stat : 21364 (SArTagnan) R 21357 21359 21299 0 -1 4202560 25053 0 0 0 2538 7 0 0 25 0 8 0 783711180 853647360 133409 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21359/tid=21365] ppid=21357 vsize=833640 CPUtime=25.43 cores=0-7
/proc/21359/task/21365/stat : 21365 (SArTagnan) R 21357 21359 21299 0 -1 4202560 17842 0 0 0 2539 4 0 0 25 0 8 0 783711180 853647360 133409 33554432000 4194304 4625164 140734179379280 18446744073709551615 4289664 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21359/tid=21366] ppid=21357 vsize=833640 CPUtime=25.06 cores=0-7
/proc/21359/task/21366/stat : 21366 (SArTagnan) R 21357 21359 21299 0 -1 4202560 23667 0 0 0 2500 6 0 0 25 0 8 0 783711180 853647360 133409 33554432000 4194304 4625164 140734179379280 18446744073709551615 4317281 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21359/tid=21367] ppid=21357 vsize=833640 CPUtime=25.45 cores=0-7
/proc/21359/task/21367/stat : 21367 (SArTagnan) R 21357 21359 21299 0 -1 4202560 22347 0 0 0 2538 7 0 0 25 0 8 0 783711180 853647360 133409 33554432000 4194304 4625164 140734179379280 18446744073709551615 4467377 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.31
Current children cumulated vsize (KiB) 833640

[startup+51.1006 s]
/proc/loadavg: 5.24 2.18 1.40 9/438 21368
/proc/meminfo: memFree=13759644/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=1550728 CPUtime=407.67 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) R 21357 21359 21299 0 -1 4202496 728900 0 0 0 40614 153 0 0 25 0 8 0 783711178 1587945472 263425 33554432000 4194304 4625164 140734179379280 18446744073709551615 4511936 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21359/statm: 387682 263425 353 106 0 383185 0
[pid=21359/tid=21361] ppid=21357 vsize=1550728 CPUtime=51.06 cores=0-7
/proc/21359/task/21361/stat : 21361 (SArTagnan) R 21357 21359 21299 0 -1 4202560 39461 0 0 0 5092 14 0 0 25 0 8 0 783711180 1587945472 263425 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351984 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21359/tid=21362] ppid=21357 vsize=1550728 CPUtime=51.04 cores=0-7
/proc/21359/task/21362/stat : 21362 (SArTagnan) R 21357 21359 21299 0 -1 4202560 36462 0 0 0 5089 15 0 0 25 0 8 0 783711180 1587945472 263425 33554432000 4194304 4625164 140734179379280 18446744073709551615 270338042019 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21359/tid=21363] ppid=21357 vsize=1550728 CPUtime=51.06 cores=0-7
/proc/21359/task/21363/stat : 21363 (SArTagnan) R 21357 21359 21299 0 -1 4202560 245748 0 0 0 5071 35 0 0 25 0 8 0 783711180 1587945472 263425 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21359/tid=21364] ppid=21357 vsize=1550728 CPUtime=51.04 cores=0-7
/proc/21359/task/21364/stat : 21364 (SArTagnan) R 21357 21359 21299 0 -1 4202560 40273 0 0 0 5092 12 0 0 25 0 8 0 783711180 1587945472 263425 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21359/tid=21365] ppid=21357 vsize=1550728 CPUtime=51.02 cores=0-7
/proc/21359/task/21365/stat : 21365 (SArTagnan) R 21357 21359 21299 0 -1 4202560 39278 0 0 0 5089 13 0 0 25 0 8 0 783711180 1587945472 263425 33554432000 4194304 4625164 140734179379280 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21359/tid=21366] ppid=21357 vsize=1550728 CPUtime=50.29 cores=0-7
/proc/21359/task/21366/stat : 21366 (SArTagnan) R 21357 21359 21299 0 -1 4202560 37800 0 0 0 5018 11 0 0 25 0 8 0 783711180 1587945472 263425 33554432000 4194304 4625164 140734179379280 18446744073709551615 4464356 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21359/tid=21367] ppid=21357 vsize=1550728 CPUtime=51.05 cores=0-7
/proc/21359/task/21367/stat : 21367 (SArTagnan) R 21357 21359 21299 0 -1 4202560 34464 0 0 0 5094 11 0 0 25 0 8 0 783711180 1587945472 263425 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.67
Current children cumulated vsize (KiB) 1550728

[startup+102.3 s]
/proc/loadavg: 6.86 3.09 1.75 9/438 21370
/proc/meminfo: memFree=12960440/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=2454076 CPUtime=816.38 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) R 21357 21359 21299 0 -1 4202496 1374336 0 0 0 81362 276 0 0 25 0 8 0 783711178 2512973824 460815 33554432000 4194304 4625164 140734179379280 18446744073709551615 4392042 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21359/statm: 613519 460815 376 106 0 609022 0
[pid=21359/tid=21361] ppid=21357 vsize=2454076 CPUtime=102.25 cores=0-7
/proc/21359/task/21361/stat : 21361 (SArTagnan) R 21357 21359 21299 0 -1 4202560 59447 0 0 0 10200 25 0 0 25 0 8 0 783711180 2512973824 460815 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21359/tid=21362] ppid=21357 vsize=2454076 CPUtime=102.22 cores=0-7
/proc/21359/task/21362/stat : 21362 (SArTagnan) R 21357 21359 21299 0 -1 4202560 65853 0 0 0 10199 23 0 0 25 0 8 0 783711180 2512973824 460815 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21359/tid=21363] ppid=21357 vsize=2454076 CPUtime=102.23 cores=0-7
/proc/21359/task/21363/stat : 21363 (SArTagnan) R 21357 21359 21299 0 -1 4202560 453833 0 0 0 10160 63 0 0 25 0 8 0 783711180 2512973824 460815 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0

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

/proc/21359/task/21362/stat : 21362 (SArTagnan) R 21357 21359 21299 0 -1 4202560 152596 0 0 0 472077 65 0 0 25 0 8 0 783711180 16610684928 3272231 33554432000 4194304 4625164 140734179379280 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21359/tid=21363] ppid=21357 vsize=16221372 CPUtime=4662.38 cores=0-7
/proc/21359/task/21363/stat : 21363 (SArTagnan) R 21357 21359 21299 0 -1 4202560 20358300 0 0 0 462133 4105 0 0 25 0 8 0 783711180 16610684928 3272231 33554432000 4194304 4625164 140734179379280 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21359/tid=21364] ppid=21357 vsize=16221372 CPUtime=4720.15 cores=0-7
/proc/21359/task/21364/stat : 21364 (SArTagnan) R 21357 21359 21299 0 -1 4202560 148348 0 0 0 471949 66 0 0 25 0 8 0 783711180 16610684928 3272231 33554432000 4194304 4625164 140734179379280 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21359/tid=21365] ppid=21357 vsize=16221372 CPUtime=4714.97 cores=0-7
/proc/21359/task/21365/stat : 21365 (SArTagnan) R 21357 21359 21299 0 -1 4202560 200898 0 0 0 471398 99 0 0 25 0 8 0 783711180 16610684928 3272231 33554432000 4194304 4625164 140734179379280 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21359/tid=21366] ppid=21357 vsize=16221372 CPUtime=4721.11 cores=0-7
/proc/21359/task/21366/stat : 21366 (SArTagnan) R 21357 21359 21299 0 -1 4202560 250625 0 0 0 472016 95 0 0 25 0 8 0 783711180 16610684928 3272231 33554432000 4194304 4625164 140734179379280 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21359/tid=21367] ppid=21357 vsize=16221372 CPUtime=4721.09 cores=0-7
/proc/21359/task/21367/stat : 21367 (SArTagnan) R 21357 21359 21299 0 -1 4202560 145652 0 0 0 472053 56 0 0 25 0 8 0 783711180 16610684928 3272231 33554432000 4194304 4625164 140734179379280 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 37700.7
Current children cumulated vsize (KiB) 16221372

[startup+4782.3 s]
/proc/loadavg: 8.08 8.08 8.01 9/438 21766
/proc/meminfo: memFree=11969668/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=16286908 CPUtime=38179.9 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) R 21357 21359 21299 0 -1 4202496 28623887 0 0 0 3811989 6004 0 0 25 0 8 0 783711178 16677793792 3289721 33554432000 4194304 4625164 140734179379280 18446744073709551615 4393074 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21359/statm: 4071727 3289721 353 106 0 4067230 0
[pid=21359/tid=21361] ppid=21357 vsize=16286908 CPUtime=4780.16 cores=0-7
/proc/21359/task/21361/stat : 21361 (SArTagnan) R 21357 21359 21299 0 -1 4202560 149012 0 0 0 477933 83 0 0 25 0 8 0 783711180 16677793792 3289721 33554432000 4194304 4625164 140734179379280 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21359/tid=21362] ppid=21357 vsize=16286908 CPUtime=4781.44 cores=0-7
/proc/21359/task/21362/stat : 21362 (SArTagnan) R 21357 21359 21299 0 -1 4202560 152597 0 0 0 478079 65 0 0 25 0 8 0 783711180 16677793792 3289721 33554432000 4194304 4625164 140734179379280 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21359/tid=21363] ppid=21357 vsize=16286908 CPUtime=4721.51 cores=0-7
/proc/21359/task/21363/stat : 21363 (SArTagnan) R 21357 21359 21299 0 -1 4202560 20620599 0 0 0 467991 4160 0 0 25 0 8 0 783711180 16677793792 3289721 33554432000 4194304 4625164 140734179379280 18446744073709551615 4335584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21359/tid=21364] ppid=21357 vsize=16286908 CPUtime=4780.17 cores=0-7
/proc/21359/task/21364/stat : 21364 (SArTagnan) R 21357 21359 21299 0 -1 4202560 148364 0 0 0 477951 66 0 0 25 0 8 0 783711180 16677793792 3289721 33554432000 4194304 4625164 140734179379280 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21359/tid=21365] ppid=21357 vsize=16286908 CPUtime=4775 cores=0-7
/proc/21359/task/21365/stat : 21365 (SArTagnan) R 21357 21359 21299 0 -1 4202560 201700 0 0 0 477400 100 0 0 25 0 8 0 783711180 16677793792 3289721 33554432000 4194304 4625164 140734179379280 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21359/tid=21366] ppid=21357 vsize=16286908 CPUtime=4781.13 cores=0-7
/proc/21359/task/21366/stat : 21366 (SArTagnan) R 21357 21359 21299 0 -1 4202560 250833 0 0 0 478018 95 0 0 25 0 8 0 783711180 16677793792 3289721 33554432000 4194304 4625164 140734179379280 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21359/tid=21367] ppid=21357 vsize=16286908 CPUtime=4781.11 cores=0-7
/proc/21359/task/21367/stat : 21367 (SArTagnan) R 21357 21359 21299 0 -1 4202560 145655 0 0 0 478055 56 0 0 25 0 8 0 783711180 16677793792 3289721 33554432000 4194304 4625164 140734179379280 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38179.9
Current children cumulated vsize (KiB) 16286908

[startup+4842.3 s]
/proc/loadavg: 8.08 8.08 8.01 9/438 21767
/proc/meminfo: memFree=11926188/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=16352444 CPUtime=38659 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) R 21357 21359 21299 0 -1 4202496 28937904 0 0 0 3859826 6072 0 0 25 0 8 0 783711178 16744902656 3300460 33554432000 4194304 4625164 140734179379280 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21359/statm: 4088111 3300460 353 106 0 4083614 0
[pid=21359/tid=21361] ppid=21357 vsize=16352444 CPUtime=4840.15 cores=0-7
/proc/21359/task/21361/stat : 21361 (SArTagnan) R 21357 21359 21299 0 -1 4202560 149016 0 0 0 483932 83 0 0 25 0 8 0 783711180 16744902656 3300460 33554432000 4194304 4625164 140734179379280 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21359/tid=21362] ppid=21357 vsize=16352444 CPUtime=4841.42 cores=0-7
/proc/21359/task/21362/stat : 21362 (SArTagnan) R 21357 21359 21299 0 -1 4202560 152598 0 0 0 484077 65 0 0 25 0 8 0 783711180 16744902656 3300460 33554432000 4194304 4625164 140734179379280 18446744073709551615 4488064 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21359/tid=21363] ppid=21357 vsize=16352444 CPUtime=4780.63 cores=0-7
/proc/21359/task/21363/stat : 21363 (SArTagnan) R 21357 21359 21299 0 -1 4202560 20916959 0 0 0 473842 4221 0 0 25 0 8 0 783711180 16744902656 3300460 33554432000 4194304 4625164 140734179379280 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21359/tid=21364] ppid=21357 vsize=16352444 CPUtime=4840.15 cores=0-7
/proc/21359/task/21364/stat : 21364 (SArTagnan) R 21357 21359 21299 0 -1 4202560 148471 0 0 0 483949 66 0 0 25 0 8 0 783711180 16744902656 3300460 33554432000 4194304 4625164 140734179379280 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21359/tid=21365] ppid=21357 vsize=16352444 CPUtime=4834.98 cores=0-7
/proc/21359/task/21365/stat : 21365 (SArTagnan) R 21357 21359 21299 0 -1 4202560 201883 0 0 0 483398 100 0 0 25 0 8 0 783711180 16744902656 3300460 33554432000 4194304 4625164 140734179379280 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21359/tid=21366] ppid=21357 vsize=16352444 CPUtime=4841.12 cores=0-7
/proc/21359/task/21366/stat : 21366 (SArTagnan) R 21357 21359 21299 0 -1 4202560 251000 0 0 0 484017 95 0 0 25 0 8 0 783711180 16744902656 3300460 33554432000 4194304 4625164 140734179379280 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21359/tid=21367] ppid=21357 vsize=16352444 CPUtime=4841.09 cores=0-7
/proc/21359/task/21367/stat : 21367 (SArTagnan) R 21357 21359 21299 0 -1 4202560 145677 0 0 0 484053 56 0 0 25 0 8 0 783711180 16744902656 3300460 33554432000 4194304 4625164 140734179379280 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38659
Current children cumulated vsize (KiB) 16352444

[startup+4902.32 s]
/proc/loadavg: 8.07 8.07 8.01 9/438 21769
/proc/meminfo: memFree=11898956/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=16352444 CPUtime=39138.2 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) R 21357 21359 21299 0 -1 4202496 29219495 0 0 0 3907688 6135 0 0 25 0 8 0 783711178 16744902656 3307300 33554432000 4194304 4625164 140734179379280 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21359/statm: 4088111 3307300 355 106 0 4083614 0
[pid=21359/tid=21361] ppid=21357 vsize=16352444 CPUtime=4900.17 cores=0-7
/proc/21359/task/21361/stat : 21361 (SArTagnan) R 21357 21359 21299 0 -1 4202560 149044 0 0 0 489934 83 0 0 25 0 8 0 783711180 16744902656 3307300 33554432000 4194304 4625164 140734179379280 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21359/tid=21362] ppid=21357 vsize=16352444 CPUtime=4901.45 cores=0-7
/proc/21359/task/21362/stat : 21362 (SArTagnan) R 21357 21359 21299 0 -1 4202560 152739 0 0 0 490079 66 0 0 25 0 8 0 783711180 16744902656 3307300 33554432000 4194304 4625164 140734179379280 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21359/tid=21363] ppid=21357 vsize=16352444 CPUtime=4839.77 cores=0-7
/proc/21359/task/21363/stat : 21363 (SArTagnan) R 21357 21359 21299 0 -1 4202560 21181839 0 0 0 479698 4279 0 0 25 0 8 0 783711180 16744902656 3307300 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351860 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21359/tid=21364] ppid=21357 vsize=16352444 CPUtime=4900.17 cores=0-7
/proc/21359/task/21364/stat : 21364 (SArTagnan) R 21357 21359 21299 0 -1 4202560 148510 0 0 0 489951 66 0 0 25 0 8 0 783711180 16744902656 3307300 33554432000 4194304 4625164 140734179379280 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21359/tid=21365] ppid=21357 vsize=16352444 CPUtime=4895 cores=0-7
/proc/21359/task/21365/stat : 21365 (SArTagnan) R 21357 21359 21299 0 -1 4202560 201969 0 0 0 489400 100 0 0 25 0 8 0 783711180 16744902656 3307300 33554432000 4194304 4625164 140734179379280 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21359/tid=21366] ppid=21357 vsize=16352444 CPUtime=4901.14 cores=0-7
/proc/21359/task/21366/stat : 21366 (SArTagnan) R 21357 21359 21299 0 -1 4202560 251030 0 0 0 490019 95 0 0 25 0 8 0 783711180 16744902656 3307300 33554432000 4194304 4625164 140734179379280 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21359/tid=21367] ppid=21357 vsize=16352444 CPUtime=4901.11 cores=0-7
/proc/21359/task/21367/stat : 21367 (SArTagnan) R 21357 21359 21299 0 -1 4202560 145704 0 0 0 490055 56 0 0 25 0 8 0 783711180 16744902656 3307300 33554432000 4194304 4625164 140734179379280 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39138.2
Current children cumulated vsize (KiB) 16352444

[startup+4962.3 s]
/proc/loadavg: 8.07 8.07 8.01 9/438 21770
/proc/meminfo: memFree=11862924/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=16352444 CPUtime=39617.2 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) R 21357 21359 21299 0 -1 4202496 29503125 0 0 0 3955531 6193 0 0 25 0 8 0 783711178 16744902656 3316253 33554432000 4194304 4625164 140734179379280 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21359/statm: 4088111 3316253 353 106 0 4083614 0
[pid=21359/tid=21361] ppid=21357 vsize=16352444 CPUtime=4960.15 cores=0-7
/proc/21359/task/21361/stat : 21361 (SArTagnan) R 21357 21359 21299 0 -1 4202560 149094 0 0 0 495932 83 0 0 25 0 8 0 783711180 16744902656 3316253 33554432000 4194304 4625164 140734179379280 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21359/tid=21362] ppid=21357 vsize=16352444 CPUtime=4961.44 cores=0-7
/proc/21359/task/21362/stat : 21362 (SArTagnan) R 21357 21359 21299 0 -1 4202560 152864 0 0 0 496078 66 0 0 25 0 8 0 783711180 16744902656 3316253 33554432000 4194304 4625164 140734179379280 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21359/tid=21363] ppid=21357 vsize=16352444 CPUtime=4898.89 cores=0-7
/proc/21359/task/21363/stat : 21363 (SArTagnan) R 21357 21359 21299 0 -1 4202560 21443051 0 0 0 485557 4332 0 0 25 0 8 0 783711180 16744902656 3316253 33554432000 4194304 4625164 140734179379280 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21359/tid=21364] ppid=21357 vsize=16352444 CPUtime=4960.16 cores=0-7
/proc/21359/task/21364/stat : 21364 (SArTagnan) R 21357 21359 21299 0 -1 4202560 148579 0 0 0 495950 66 0 0 25 0 8 0 783711180 16744902656 3316253 33554432000 4194304 4625164 140734179379280 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21359/tid=21365] ppid=21357 vsize=16352444 CPUtime=4954.99 cores=0-7
/proc/21359/task/21365/stat : 21365 (SArTagnan) R 21357 21359 21299 0 -1 4202560 202016 0 0 0 495399 100 0 0 25 0 8 0 783711180 16744902656 3316253 33554432000 4194304 4625164 140734179379280 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21359/tid=21366] ppid=21357 vsize=16352444 CPUtime=4961.12 cores=0-7
/proc/21359/task/21366/stat : 21366 (SArTagnan) R 21357 21359 21299 0 -1 4202560 251399 0 0 0 496017 95 0 0 25 0 8 0 783711180 16744902656 3316253 33554432000 4194304 4625164 140734179379280 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21359/tid=21367] ppid=21357 vsize=16352444 CPUtime=4961.1 cores=0-7
/proc/21359/task/21367/stat : 21367 (SArTagnan) R 21357 21359 21299 0 -1 4202560 145748 0 0 0 496054 56 0 0 25 0 8 0 783711180 16744902656 3316253 33554432000 4194304 4625164 140734179379280 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39617.2
Current children cumulated vsize (KiB) 16352444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.3 s]
/proc/loadavg: 8.08 8.08 8.01 9/438 21772
/proc/meminfo: memFree=11825664/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=16352444 CPUtime=40000.6 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) R 21357 21359 21299 0 -1 4202496 29717721 0 0 0 3993825 6238 0 0 25 0 8 0 783711178 16744902656 3325335 33554432000 4194304 4625164 140734179379280 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21359/statm: 4088111 3325335 353 106 0 4083614 0
[pid=21359/tid=21361] ppid=21357 vsize=16352444 CPUtime=5008.17 cores=0-7
/proc/21359/task/21361/stat : 21361 (SArTagnan) R 21357 21359 21299 0 -1 4202560 149199 0 0 0 500734 83 0 0 25 0 8 0 783711180 16744902656 3325335 33554432000 4194304 4625164 140734179379280 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21359/tid=21362] ppid=21357 vsize=16352444 CPUtime=5009.45 cores=0-7
/proc/21359/task/21362/stat : 21362 (SArTagnan) R 21357 21359 21299 0 -1 4202560 152947 0 0 0 500879 66 0 0 25 0 8 0 783711180 16744902656 3325335 33554432000 4194304 4625164 140734179379280 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21359/tid=21363] ppid=21357 vsize=16352444 CPUtime=4946.18 cores=0-7
/proc/21359/task/21363/stat : 21363 (SArTagnan) R 21357 21359 21299 0 -1 4202560 21645494 0 0 0 490247 4371 0 0 25 0 8 0 783711180 16744902656 3325335 33554432000 4194304 4625164 140734179379280 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21359/tid=21364] ppid=21357 vsize=16352444 CPUtime=5008.17 cores=0-7
/proc/21359/task/21364/stat : 21364 (SArTagnan) R 21357 21359 21299 0 -1 4202560 148737 0 0 0 500751 66 0 0 25 0 8 0 783711180 16744902656 3325335 33554432000 4194304 4625164 140734179379280 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21359/tid=21365] ppid=21357 vsize=16352444 CPUtime=5003.01 cores=0-7
/proc/21359/task/21365/stat : 21365 (SArTagnan) R 21357 21359 21299 0 -1 4202560 202167 0 0 0 500201 100 0 0 25 0 8 0 783711180 16744902656 3325335 33554432000 4194304 4625164 140734179379280 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21359/tid=21366] ppid=21357 vsize=16352444 CPUtime=5009.14 cores=0-7
/proc/21359/task/21366/stat : 21366 (SArTagnan) R 21357 21359 21299 0 -1 4202560 251470 0 0 0 500819 95 0 0 25 0 8 0 783711180 16744902656 3325335 33554432000 4194304 4625164 140734179379280 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21359/tid=21367] ppid=21357 vsize=16352444 CPUtime=5009.12 cores=0-7
/proc/21359/task/21367/stat : 21367 (SArTagnan) R 21357 21359 21299 0 -1 4202560 145822 0 0 0 500856 56 0 0 25 0 8 0 783711180 16744902656 3325335 33554432000 4194304 4625164 140734179379280 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 16352444

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

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

[startup+5010.5 s]
/proc/loadavg: 8.08 8.08 8.01 9/438 21772
/proc/meminfo: memFree=11825664/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=0 CPUtime=40000.9 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) Z 21357 21359 21299 0 -1 4203548 29717814 0 0 0 3993832 6255 0 0 25 0 2 0 783711178 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21359/statm: 0 0 0 0 0 0 0
[pid=21359/tid=21363] ppid=21357 vsize=0 CPUtime=4946.37 cores=0-7
/proc/21359/task/21363/stat : 21363 (SArTagnan) R 21357 21359 21299 0 -1 4203588 21645587 0 0 0 490248 4389 0 0 25 0 2 0 783711180 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.9
Current children cumulated vsize (KiB) 0

[startup+5010.9 s]
/proc/loadavg: 8.08 8.08 8.01 9/438 21772
/proc/meminfo: memFree=11825664/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=0 CPUtime=40001.3 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) Z 21357 21359 21299 0 -1 4203548 29717814 0 0 0 3993832 6295 0 0 25 0 2 0 783711178 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21359/statm: 0 0 0 0 0 0 0
[pid=21359/tid=21363] ppid=21357 vsize=0 CPUtime=4946.77 cores=0-7
/proc/21359/task/21363/stat : 21363 (SArTagnan) R 21357 21359 21299 0 -1 4203588 21645587 0 0 0 490248 4429 0 0 25 0 2 0 783711180 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40001.3
Current children cumulated vsize (KiB) 0

[startup+5011 s]
/proc/loadavg: 8.08 8.08 8.01 9/438 21772
/proc/meminfo: memFree=11825664/32951124 swapFree=50923800/67111528
[pid=21359] ppid=21357 vsize=0 CPUtime=40001.4 cores=0-7
/proc/21359/stat : 21359 (SArTagnan) Z 21357 21359 21299 0 -1 4203548 29717814 0 0 0 3993832 6305 0 0 25 0 2 0 783711178 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21359/statm: 0 0 0 0 0 0 0
[pid=21359/tid=21363] ppid=21357 vsize=0 CPUtime=4946.87 cores=0-7
/proc/21359/task/21363/stat : 21363 (SArTagnan) R 21357 21359 21299 0 -1 4203588 21645587 0 0 0 490248 4439 0 0 25 0 2 0 783711180 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40001.4
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5011.01
CPU time (s): 40001.4
CPU user time (s): 39938.3
CPU system time (s): 63.0714
CPU usage (%): 798.269
Max. virtual memory (cumulated for all children) (KiB): 20794300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39938.3
system time used= 63.0714
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29717814
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= 31705
involuntary context switches= 205458

runsolver used 18.2262 second user time and 55.1726 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-01 09:22:36
IDJOB=3438341
IDBENCH=70930
IDSOLVER=1936
FILE ID=node143/3438341-1306912956
RUNJOBID= node143-1306912950-21313
PBS_JOBID= 13488509
Free space on /tmp= 332 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/edgematching/fbcolors/em_8_4_5_fbc.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438341-1306912956/watcher-3438341-1306912956 -o /tmp/evaluation-result-3438341-1306912956/solver-3438341-1306912956 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3438341-1306912956.cnf -threads=8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 6fdce6b69c397ad71b0f25957edff1fa
RANDOM SEED=1524887369

node143.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.846
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.69
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.846
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.846
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.74
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.846
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.846
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.846
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.83
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.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14798804 kB
Buffers:         86472 kB
Cached:       10323392 kB
SwapCached:       8884 kB
Active:        8208960 kB
Inactive:      9409440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14798804 kB
SwapTotal:    67111528 kB
SwapFree:     50923800 kB
Dirty:            1416 kB
Writeback:           0 kB
AnonPages:     7206912 kB
Mapped:          21236 kB
Slab:           383428 kB
PageTables:      79932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115651304 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= 73880 MiB
End job on node143 at 2011-06-01 10:46:08