Trace number 3386419

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 4800.38 1204.57

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_3_keyfind_1.cnf
MD5SUMff59ad0e88befc51bfa041e45143dc53
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2808
Number of clauses30432
Sum of the clauses size167020
Maximum clause length8
Minimum clause length1
Number of clauses of size 1280
Number of clauses of size 2384
Number of clauses of size 35024
Number of clauses of size 4960
Number of clauses of size 56144
Number of clauses of size over 517640

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3386419-1305582132/watcher-3386419-1305582132 -o /tmp/evaluation-result-3386419-1305582132/solver-3386419-1305582132 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386419-1305582132.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: 0.00 0.00 0.35 1/451 24099
/proc/meminfo: memFree=17896980/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=21660 CPUtime=0.01 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 1594 0 0 0 1 0 0 0 20 0 1 0 650628820 22179840 1003 33554432000 4194304 4625164 140733530209728 18446744073709551615 264726404864 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24099/statm: 5415 1004 299 106 0 918 0

[startup+0.0316229 s]
/proc/loadavg: 0.00 0.00 0.35 1/451 24099
/proc/meminfo: memFree=17896980/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=189476 CPUtime=0.03 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) D 24097 24099 24071 0 -1 4202496 3436 0 0 0 3 0 0 0 22 0 4 0 650628820 194023424 2495 33554432000 4194304 4625164 140733530209728 18446744073709551615 4366890 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 47369 2495 326 106 0 42872 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 189476

[startup+0.165873 s]
/proc/loadavg: 0.00 0.00 0.35 1/451 24099
/proc/meminfo: memFree=17896980/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=268672 CPUtime=3.25 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 18113 0 0 0 323 2 0 0 19 0 4 0 650628820 275120128 7098 33554432000 4194304 4625164 140733530209728 18446744073709551615 4393118 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 67168 7098 344 106 0 62671 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 268672

[startup+0.939452 s]
/proc/loadavg: 0.00 0.00 0.35 1/451 24099
/proc/meminfo: memFree=17896980/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=270276 CPUtime=3.66 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 19100 0 0 0 363 3 0 0 19 0 4 0 650628820 276762624 7283 33554432000 4194304 4625164 140733530209728 18446744073709551615 4337785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 67569 7283 344 106 0 63072 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 270276

[startup+1.03943 s]
/proc/loadavg: 0.00 0.00 0.35 1/451 24099
/proc/meminfo: memFree=17896980/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=269740 CPUtime=4.06 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 20715 0 0 0 403 3 0 0 19 0 4 0 650628820 276213760 7563 33554432000 4194304 4625164 140733530209728 18446744073709551615 264726061013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 67435 7563 344 106 0 62938 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 269740

[startup+1.50035 s]
/proc/loadavg: 0.00 0.00 0.35 1/451 24099
/proc/meminfo: memFree=17896980/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=270168 CPUtime=5.9 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 24469 0 0 0 586 4 0 0 20 0 4 0 650628820 276652032 8857 33554432000 4194304 4625164 140733530209728 18446744073709551615 4512818 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 67542 8857 345 106 0 63045 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 270168

[startup+3.10105 s]
/proc/loadavg: 0.64 0.13 0.39 9/463 24116
/proc/meminfo: memFree=17814360/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=273868 CPUtime=12.27 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 49677 0 0 0 1221 6 0 0 25 0 4 0 650628820 280440832 11506 33554432000 4194304 4625164 140733530209728 18446744073709551615 4396536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 68467 11506 345 106 0 63970 0
[pid=24099/tid=24101] ppid=24097 vsize=273868 CPUtime=3.06 cores=1,3,5,7
/proc/24099/task/24101/stat : 24101 (SArTagnan) R 24097 24099 24071 0 -1 4202560 5843 0 0 0 305 1 0 0 25 0 4 0 650628823 280440832 11506 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24099/tid=24102] ppid=24097 vsize=273868 CPUtime=3.06 cores=1,3,5,7
/proc/24099/task/24102/stat : 24102 (SArTagnan) R 24097 24099 24071 0 -1 4202560 5854 0 0 0 306 0 0 0 25 0 4 0 650628823 280440832 11506 33554432000 4194304 4625164 140733530209728 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24099/tid=24103] ppid=24097 vsize=273868 CPUtime=3.03 cores=1,3,5,7
/proc/24099/task/24103/stat : 24103 (SArTagnan) R 24097 24099 24071 0 -1 4202560 29940 0 0 0 300 3 0 0 25 0 4 0 650628823 280440832 11506 33554432000 4194304 4625164 140733530209728 18446744073709551615 4551305 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 273868

[startup+6.30044 s]
/proc/loadavg: 0.64 0.13 0.39 9/463 24116
/proc/meminfo: memFree=17771956/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=286476 CPUtime=25.01 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 89822 0 0 0 2488 13 0 0 25 0 4 0 650628820 293351424 15927 33554432000 4194304 4625164 140733530209728 18446744073709551615 4396709 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 71619 15927 345 106 0 67122 0
[pid=24099/tid=24101] ppid=24097 vsize=286476 CPUtime=6.25 cores=1,3,5,7
/proc/24099/task/24101/stat : 24101 (SArTagnan) R 24097 24099 24071 0 -1 4202560 8916 0 0 0 624 1 0 0 25 0 4 0 650628823 293351424 15927 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24099/tid=24102] ppid=24097 vsize=286476 CPUtime=6.26 cores=1,3,5,7
/proc/24099/task/24102/stat : 24102 (SArTagnan) R 24097 24099 24071 0 -1 4202560 8648 0 0 0 625 1 0 0 25 0 4 0 650628823 293351424 15927 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24099/tid=24103] ppid=24097 vsize=286476 CPUtime=6.18 cores=1,3,5,7
/proc/24099/task/24103/stat : 24103 (SArTagnan) R 24097 24099 24071 0 -1 4202560 63177 0 0 0 610 8 0 0 19 0 4 0 650628823 293351424 15927 33554432000 4194304 4625164 140733530209728 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 286476

[startup+12.7002 s]
/proc/loadavg: 1.77 0.39 0.47 9/463 24116
/proc/meminfo: memFree=17714444/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=301560 CPUtime=50.58 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 164471 0 0 0 5034 24 0 0 25 0 4 0 650628820 308797440 22535 33554432000 4194304 4625164 140733530209728 18446744073709551615 4393000 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 75390 22535 346 106 0 70893 0
[pid=24099/tid=24101] ppid=24097 vsize=301560 CPUtime=12.67 cores=1,3,5,7
/proc/24099/task/24101/stat : 24101 (SArTagnan) R 24097 24099 24071 0 -1 4202560 10760 0 0 0 1265 2 0 0 25 0 4 0 650628823 308797440 22535 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351894 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24099/tid=24102] ppid=24097 vsize=301560 CPUtime=12.68 cores=1,3,5,7
/proc/24099/task/24102/stat : 24102 (SArTagnan) R 24097 24099 24071 0 -1 4202560 12449 0 0 0 1266 2 0 0 25 0 4 0 650628823 308797440 22535 33554432000 4194304 4625164 140733530209728 18446744073709551615 4339680 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24099/tid=24103] ppid=24097 vsize=301560 CPUtime=12.5 cores=1,3,5,7
/proc/24099/task/24103/stat : 24103 (SArTagnan) R 24097 24099 24071 0 -1 4202560 129093 0 0 0 1232 18 0 0 25 0 4 0 650628823 308797440 22535 33554432000 4194304 4625164 140733530209728 18446744073709551615 4552357 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 301560

[startup+25.5008 s]
/proc/loadavg: 2.73 0.64 0.55 9/463 24117
/proc/meminfo: memFree=17650856/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=321984 CPUtime=101.54 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 245644 0 0 0 10117 37 0 0 25 0 4 0 650628820 329711616 28395 33554432000 4194304 4625164 140733530209728 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 80496 28395 346 106 0 75999 0
[pid=24099/tid=24101] ppid=24097 vsize=321984 CPUtime=25.45 cores=1,3,5,7
/proc/24099/task/24101/stat : 24101 (SArTagnan) R 24097 24099 24071 0 -1 4202560 14314 0 0 0 2543 2 0 0 25 0 4 0 650628823 329711616 28395 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24099/tid=24102] ppid=24097 vsize=321984 CPUtime=25.46 cores=1,3,5,7
/proc/24099/task/24102/stat : 24102 (SArTagnan) R 24097 24099 24071 0 -1 4202560 14188 0 0 0 2544 2 0 0 25 0 4 0 650628823 329711616 28395 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24099/tid=24103] ppid=24097 vsize=321984 CPUtime=25.11 cores=1,3,5,7
/proc/24099/task/24103/stat : 24103 (SArTagnan) R 24097 24099 24071 0 -1 4202560 197444 0 0 0 2483 28 0 0 25 0 4 0 650628823 329711616 28395 33554432000 4194304 4625164 140733530209728 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 321984

[startup+51.101 s]
/proc/loadavg: 4.53 1.23 0.75 9/463 24117
/proc/meminfo: memFree=17550684/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=331384 CPUtime=203.57 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 352000 0 0 0 20302 55 0 0 25 0 4 0 650628820 339337216 37170 33554432000 4194304 4625164 140733530209728 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 82846 37170 345 106 0 78349 0
[pid=24099/tid=24101] ppid=24097 vsize=331384 CPUtime=51.06 cores=1,3,5,7
/proc/24099/task/24101/stat : 24101 (SArTagnan) R 24097 24099 24071 0 -1 4202560 16182 0 0 0 5102 4 0 0 25 0 4 0 650628823 339337216 37170 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24099/tid=24102] ppid=24097 vsize=331384 CPUtime=51.06 cores=1,3,5,7
/proc/24099/task/24102/stat : 24102 (SArTagnan) R 24097 24099 24071 0 -1 4202560 16497 0 0 0 5103 3 0 0 25 0 4 0 650628823 339337216 37170 33554432000 4194304 4625164 140733530209728 18446744073709551615 4291963 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24099/tid=24103] ppid=24097 vsize=331384 CPUtime=50.33 cores=1,3,5,7
/proc/24099/task/24103/stat : 24103 (SArTagnan) R 24097 24099 24071 0 -1 4202560 297752 0 0 0 4990 43 0 0 25 0 4 0 650628823 339337216 37170 33554432000 4194304 4625164 140733530209728 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.57
Current children cumulated vsize (KiB) 331384

[startup+102.3 s]
/proc/loadavg: 6.61 2.37 1.16 9/463 24119
/proc/meminfo: memFree=17381772/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=355824 CPUtime=407.61 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 580745 0 0 0 40669 92 0 0 25 0 4 0 650628820 364363776 50080 33554432000 4194304 4625164 140733530209728 18446744073709551615 4512125 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 88956 50080 420 106 0 84459 0
[pid=24099/tid=24101] ppid=24097 vsize=355824 CPUtime=102.26 cores=1,3,5,7
/proc/24099/task/24101/stat : 24101 (SArTagnan) R 24097 24099 24071 0 -1 4202560 22627 0 0 0 10220 6 0 0 25 0 4 0 650628823 364363776 50080 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24099/tid=24102] ppid=24097 vsize=355824 CPUtime=102.26 cores=1,3,5,7
/proc/24099/task/24102/stat : 24102 (SArTagnan) R 24097 24099 24071 0 -1 4202560 22060 0 0 0 10222 4 0 0 25 0 4 0 650628823 364363776 50080 33554432000 4194304 4625164 140733530209728 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24099/tid=24103] ppid=24097 vsize=355824 CPUtime=100.77 cores=1,3,5,7
/proc/24099/task/24103/stat : 24103 (SArTagnan) R 24097 24099 24071 0 -1 4202560 505887 0 0 0 10001 76 0 0 25 0 4 0 650628823 364363776 50080 33554432000 4194304 4625164 140733530209728 18446744073709551615 4552287 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.61
Current children cumulated vsize (KiB) 355824

[startup+162.301 s]
/proc/loadavg: 7.49 3.39 1.59 9/463 24120
/proc/meminfo: memFree=17274728/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=385360 CPUtime=646.79 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 1027557 0 0 0 64514 165 0 0 25 0 4 0 650628820 394608640 62606 33554432000 4194304 4625164 140733530209728 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 96340 62606 345 106 0 91843 0
[pid=24099/tid=24101] ppid=24097 vsize=385360 CPUtime=162.28 cores=1,3,5,7
/proc/24099/task/24101/stat : 24101 (SArTagnan) R 24097 24099 24071 0 -1 4202560 27550 0 0 0 16220 8 0 0 25 0 4 0 650628823 394608640 62606 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24099/tid=24102] ppid=24097 vsize=385360 CPUtime=162.27 cores=1,3,5,7
/proc/24099/task/24102/stat : 24102 (SArTagnan) R 24097 24099 24071 0 -1 4202560 29491 0 0 0 16222 5 0 0 25 0 4 0 650628823 394608640 62606 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24099/tid=24103] ppid=24097 vsize=385360 CPUtime=159.89 cores=1,3,5,7
/proc/24099/task/24103/stat : 24103 (SArTagnan) R 24097 24099 24071 0 -1 4202560 938788 0 0 0 15845 144 0 0 25 0 4 0 650628823 394608640 62606 33554432000 4194304 4625164 140733530209728 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.79
Current children cumulated vsize (KiB) 385360

[startup+222.301 s]
/proc/loadavg: 7.81 4.23 1.99 9/463 24122
/proc/meminfo: memFree=17133200/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=437880 CPUtime=885.85 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 1504534 0 0 0 88339 246 0 0 25 0 4 0 650628820 448389120 78483 33554432000 4194304 4625164 140733530209728 18446744073709551615 4519248 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 109470 78483 548 106 0 104973 0
[pid=24099/tid=24101] ppid=24097 vsize=437880 CPUtime=222.26 cores=1,3,5,7
/proc/24099/task/24101/stat : 24101 (SArTagnan) R 24097 24099 24071 0 -1 4202560 36174 0 0 0 22216 10 0 0 25 0 4 0 650628823 448389120 78483 33554432000 4194304 4625164 140733530209728 18446744073709551615 4339536 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24099/tid=24102] ppid=24097 vsize=437880 CPUtime=222.26 cores=1,3,5,7
/proc/24099/task/24102/stat : 24102 (SArTagnan) R 24097 24099 24071 0 -1 4202560 30153 0 0 0 22221 5 0 0 25 0 4 0 650628823 448389120 78483 33554432000 4194304 4625164 140733530209728 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24099/tid=24103] ppid=24097 vsize=437880 CPUtime=219.01 cores=1,3,5,7
/proc/24099/task/24103/stat : 24103 (SArTagnan) R 24097 24099 24071 0 -1 4202560 1395335 0 0 0 21678 223 0 0 25 0 4 0 650628823 448389120 78483 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 885.85
Current children cumulated vsize (KiB) 437880

[startup+282.317 s]
/proc/loadavg: 8.01 4.93 2.37 9/463 24124
/proc/meminfo: memFree=17047352/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=444824 CPUtime=1125.04 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 1676598 0 0 0 112230 274 0 0 25 0 4 0 650628820 455499776 83422 33554432000 4194304 4625164 140733530209728 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 111206 83422 351 106 0 106709 0
[pid=24099/tid=24101] ppid=24097 vsize=444824 CPUtime=282.28 cores=1,3,5,7

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

[pid=24099] ppid=24097 vsize=906112 CPUtime=2559.72 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 4351733 0 0 0 255250 722 0 0 25 0 4 0 650628820 927858688 166079 33554432000 4194304 4625164 140733530209728 18446744073709551615 4393000 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 226528 166079 749 106 0 222031 0
[pid=24099/tid=24101] ppid=24097 vsize=906112 CPUtime=642.27 cores=1,3,5,7
/proc/24099/task/24101/stat : 24101 (SArTagnan) R 24097 24099 24071 0 -1 4202560 70943 0 0 0 64199 28 0 0 25 0 4 0 650628823 927858688 166079 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24099/tid=24102] ppid=24097 vsize=906112 CPUtime=642.28 cores=1,3,5,7
/proc/24099/task/24102/stat : 24102 (SArTagnan) R 24097 24099 24071 0 -1 4202560 52908 0 0 0 64211 17 0 0 25 0 4 0 650628823 927858688 166079 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24099/tid=24103] ppid=24097 vsize=906112 CPUtime=632.83 cores=1,3,5,7
/proc/24099/task/24103/stat : 24103 (SArTagnan) R 24097 24099 24071 0 -1 4202560 4164594 0 0 0 62618 665 0 0 25 0 4 0 650628823 927858688 166079 33554432000 4194304 4625164 140733530209728 18446744073709551615 4547221 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2559.72
Current children cumulated vsize (KiB) 906112

[startup+702.301 s]
/proc/loadavg: 8.02 7.31 4.44 9/463 24135
/proc/meminfo: memFree=16279972/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=933652 CPUtime=2798.84 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 4883365 0 0 0 279069 815 0 0 25 0 4 0 650628820 956059648 185865 33554432000 4194304 4625164 140733530209728 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 233413 185865 599 106 0 228916 0
[pid=24099/tid=24101] ppid=24097 vsize=933652 CPUtime=702.26 cores=1,3,5,7
/proc/24099/task/24101/stat : 24101 (SArTagnan) R 24097 24099 24071 0 -1 4202560 99523 0 0 0 70189 37 0 0 25 0 4 0 650628823 956059648 185865 33554432000 4194304 4625164 140733530209728 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24099/tid=24102] ppid=24097 vsize=933652 CPUtime=702.27 cores=1,3,5,7
/proc/24099/task/24102/stat : 24102 (SArTagnan) R 24097 24099 24071 0 -1 4202560 54130 0 0 0 70210 17 0 0 25 0 4 0 650628823 956059648 185865 33554432000 4194304 4625164 140733530209728 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24099/tid=24103] ppid=24097 vsize=933652 CPUtime=691.94 cores=1,3,5,7
/proc/24099/task/24103/stat : 24103 (SArTagnan) R 24097 24099 24071 0 -1 4202560 4665061 0 0 0 68447 747 0 0 25 0 4 0 650628823 956059648 185865 33554432000 4194304 4625164 140733530209728 18446744073709551615 264726061063 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2798.84
Current children cumulated vsize (KiB) 933652

[startup+762.301 s]
/proc/loadavg: 8.05 7.45 4.67 9/463 24136
/proc/meminfo: memFree=16206768/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=934524 CPUtime=3037.94 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 5023662 0 0 0 302954 840 0 0 25 0 4 0 650628820 956952576 190348 33554432000 4194304 4625164 140733530209728 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 233631 190348 345 106 0 229134 0
[pid=24099/tid=24101] ppid=24097 vsize=934524 CPUtime=762.27 cores=1,3,5,7
/proc/24099/task/24101/stat : 24101 (SArTagnan) R 24097 24099 24071 0 -1 4202560 100936 0 0 0 76189 38 0 0 25 0 4 0 650628823 956952576 190348 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24099/tid=24102] ppid=24097 vsize=934524 CPUtime=762.28 cores=1,3,5,7
/proc/24099/task/24102/stat : 24102 (SArTagnan) R 24097 24099 24071 0 -1 4202560 54708 0 0 0 76210 18 0 0 25 0 4 0 650628823 956952576 190348 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24099/tid=24103] ppid=24097 vsize=934524 CPUtime=751.05 cores=1,3,5,7
/proc/24099/task/24103/stat : 24103 (SArTagnan) R 24097 24099 24071 0 -1 4202560 4802806 0 0 0 74334 771 0 0 25 0 4 0 650628823 956952576 190348 33554432000 4194304 4625164 140733530209728 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3037.94
Current children cumulated vsize (KiB) 934524

[startup+822.301 s]
/proc/loadavg: 8.06 7.56 4.88 9/463 24138
/proc/meminfo: memFree=16114708/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=1012152 CPUtime=3277.13 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 5372024 0 0 0 326813 900 0 0 25 0 4 0 650628820 1036443648 202117 33554432000 4194304 4625164 140733530209728 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 253038 202117 345 106 0 248541 0
[pid=24099/tid=24101] ppid=24097 vsize=1012152 CPUtime=822.29 cores=1,3,5,7
/proc/24099/task/24101/stat : 24101 (SArTagnan) R 24097 24099 24071 0 -1 4202560 104778 0 0 0 82189 40 0 0 25 0 4 0 650628823 1036443648 202117 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24099/tid=24102] ppid=24097 vsize=1012152 CPUtime=822.3 cores=1,3,5,7
/proc/24099/task/24102/stat : 24102 (SArTagnan) R 24097 24099 24071 0 -1 4202560 57492 0 0 0 82210 20 0 0 25 0 4 0 650628823 1036443648 202117 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24099/tid=24103] ppid=24097 vsize=1012152 CPUtime=810.18 cores=1,3,5,7
/proc/24099/task/24103/stat : 24103 (SArTagnan) R 24097 24099 24071 0 -1 4202560 5143623 0 0 0 80191 827 0 0 25 0 4 0 650628823 1036443648 202117 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3277.13
Current children cumulated vsize (KiB) 1012152

[startup+882.301 s]
/proc/loadavg: 8.06 7.65 5.08 9/463 24140
/proc/meminfo: memFree=16020052/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=1082016 CPUtime=3516.19 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 5648331 0 0 0 350672 947 0 0 25 0 4 0 650628820 1107984384 209004 33554432000 4194304 4625164 140733530209728 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 270504 209004 345 106 0 266007 0
[pid=24099/tid=24101] ppid=24097 vsize=1082016 CPUtime=882.28 cores=1,3,5,7
/proc/24099/task/24101/stat : 24101 (SArTagnan) R 24097 24099 24071 0 -1 4202560 106843 0 0 0 88186 42 0 0 25 0 4 0 650628823 1107984384 209004 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24099/tid=24102] ppid=24097 vsize=1082016 CPUtime=882.28 cores=1,3,5,7
/proc/24099/task/24102/stat : 24102 (SArTagnan) R 24097 24099 24071 0 -1 4202560 58042 0 0 0 88208 20 0 0 25 0 4 0 650628823 1107984384 209004 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24099/tid=24103] ppid=24097 vsize=1082016 CPUtime=869.28 cores=1,3,5,7
/proc/24099/task/24103/stat : 24103 (SArTagnan) R 24097 24099 24071 0 -1 4202560 5416681 0 0 0 86057 871 0 0 25 0 4 0 650628823 1107984384 209004 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3516.19
Current children cumulated vsize (KiB) 1082016

[startup+942.318 s]
/proc/loadavg: 8.09 7.74 5.27 9/463 24141
/proc/meminfo: memFree=15910512/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=1155408 CPUtime=3755.37 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 6091008 0 0 0 374516 1021 0 0 25 0 4 0 650628820 1183137792 225116 33554432000 4194304 4625164 140733530209728 18446744073709551615 4280384 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 288852 225116 345 106 0 284355 0
[pid=24099/tid=24101] ppid=24097 vsize=1155408 CPUtime=942.29 cores=1,3,5,7
/proc/24099/task/24101/stat : 24101 (SArTagnan) R 24097 24099 24071 0 -1 4202560 136198 0 0 0 94182 47 0 0 25 0 4 0 650628823 1183137792 225116 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24099/tid=24102] ppid=24097 vsize=1155408 CPUtime=942.3 cores=1,3,5,7
/proc/24099/task/24102/stat : 24102 (SArTagnan) R 24097 24099 24071 0 -1 4202560 59096 0 0 0 94209 21 0 0 25 0 4 0 650628823 1183137792 225116 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351769 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24099/tid=24103] ppid=24097 vsize=1155408 CPUtime=928.41 cores=1,3,5,7
/proc/24099/task/24103/stat : 24103 (SArTagnan) R 24097 24099 24071 0 -1 4202560 5828652 0 0 0 91902 939 0 0 25 0 4 0 650628823 1183137792 225116 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3755.37
Current children cumulated vsize (KiB) 1155408

[startup+1002.3 s]
/proc/loadavg: 8.18 7.83 5.45 9/463 24143
/proc/meminfo: memFree=15831112/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=1155408 CPUtime=3994.44 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 6557768 0 0 0 398350 1094 0 0 25 0 4 0 650628820 1183137792 233206 33554432000 4194304 4625164 140733530209728 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 288852 233206 345 106 0 284355 0
[pid=24099/tid=24101] ppid=24097 vsize=1155408 CPUtime=1002.28 cores=1,3,5,7
/proc/24099/task/24101/stat : 24101 (SArTagnan) R 24097 24099 24071 0 -1 4202560 137279 0 0 0 100181 47 0 0 25 0 4 0 650628823 1183137792 233206 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24099/tid=24102] ppid=24097 vsize=1155408 CPUtime=1002.28 cores=1,3,5,7
/proc/24099/task/24102/stat : 24102 (SArTagnan) R 24097 24099 24071 0 -1 4202560 59639 0 0 0 100207 21 0 0 25 0 4 0 650628823 1183137792 233206 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24099/tid=24103] ppid=24097 vsize=1155408 CPUtime=987.52 cores=1,3,5,7
/proc/24099/task/24103/stat : 24103 (SArTagnan) R 24097 24099 24071 0 -1 4202560 6292906 0 0 0 97740 1012 0 0 25 0 4 0 650628823 1183137792 233206 33554432000 4194304 4625164 140733530209728 18446744073709551615 4547807 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3994.44
Current children cumulated vsize (KiB) 1155408

[startup+1062.3 s]
/proc/loadavg: 8.24 7.91 5.62 9/463 24144
/proc/meminfo: memFree=15728400/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=1225264 CPUtime=4233.55 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 6864973 0 0 0 422212 1143 0 0 25 0 4 0 650628820 1254670336 241737 33554432000 4194304 4625164 140733530209728 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 306316 241737 345 106 0 301819 0
[pid=24099/tid=24101] ppid=24097 vsize=1225264 CPUtime=1062.27 cores=1,3,5,7
/proc/24099/task/24101/stat : 24101 (SArTagnan) R 24097 24099 24071 0 -1 4202560 138760 0 0 0 106179 48 0 0 25 0 4 0 650628823 1254670336 241737 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24099/tid=24102] ppid=24097 vsize=1225264 CPUtime=1062.29 cores=1,3,5,7
/proc/24099/task/24102/stat : 24102 (SArTagnan) R 24097 24099 24071 0 -1 4202560 61709 0 0 0 106207 22 0 0 25 0 4 0 650628823 1254670336 241737 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24099/tid=24103] ppid=24097 vsize=1225264 CPUtime=1046.62 cores=1,3,5,7
/proc/24099/task/24103/stat : 24103 (SArTagnan) R 24097 24099 24071 0 -1 4202560 6596358 0 0 0 103604 1058 0 0 25 0 4 0 650628823 1254670336 241737 33554432000 4194304 4625164 140733530209728 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4233.55
Current children cumulated vsize (KiB) 1225264

[startup+1122.3 s]
/proc/loadavg: 8.09 7.92 5.77 9/463 24146
/proc/meminfo: memFree=15662884/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=1231600 CPUtime=4472.68 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 7234332 0 0 0 446050 1218 0 0 25 0 4 0 650628820 1261158400 253918 33554432000 4194304 4625164 140733530209728 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 307900 253918 345 106 0 303403 0
[pid=24099/tid=24101] ppid=24097 vsize=1231600 CPUtime=1122.28 cores=1,3,5,7
/proc/24099/task/24101/stat : 24101 (SArTagnan) R 24097 24099 24071 0 -1 4202560 142745 0 0 0 112174 54 0 0 25 0 4 0 650628823 1261158400 253918 33554432000 4194304 4625164 140733530209728 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24099/tid=24102] ppid=24097 vsize=1231600 CPUtime=1122.29 cores=1,3,5,7
/proc/24099/task/24102/stat : 24102 (SArTagnan) R 24097 24099 24071 0 -1 4202560 63598 0 0 0 112205 24 0 0 25 0 4 0 650628823 1261158400 253918 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24099/tid=24103] ppid=24097 vsize=1231600 CPUtime=1105.75 cores=1,3,5,7
/proc/24099/task/24103/stat : 24103 (SArTagnan) R 24097 24099 24071 0 -1 4202560 6959572 0 0 0 109449 1126 0 0 25 0 4 0 650628823 1261158400 253918 33554432000 4194304 4625164 140733530209728 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4472.68
Current children cumulated vsize (KiB) 1231600

[startup+1182.3 s]
/proc/loadavg: 8.03 7.93 5.91 9/463 24157
/proc/meminfo: memFree=15574600/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=1276648 CPUtime=4711.78 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 7723836 0 0 0 469880 1298 0 0 25 0 4 0 650628820 1307287552 267818 33554432000 4194304 4625164 140733530209728 18446744073709551615 4512190 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 319162 267818 374 106 0 314665 0
[pid=24099/tid=24101] ppid=24097 vsize=1276648 CPUtime=1182.28 cores=1,3,5,7
/proc/24099/task/24101/stat : 24101 (SArTagnan) R 24097 24099 24071 0 -1 4202560 144065 0 0 0 118173 55 0 0 25 0 4 0 650628823 1307287552 267818 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351878 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24099/tid=24102] ppid=24097 vsize=1276648 CPUtime=1182.3 cores=1,3,5,7
/proc/24099/task/24102/stat : 24102 (SArTagnan) R 24097 24099 24071 0 -1 4202560 65078 0 0 0 118205 25 0 0 25 0 4 0 650628823 1307287552 267818 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24099/tid=24103] ppid=24097 vsize=1276648 CPUtime=1164.84 cores=1,3,5,7
/proc/24099/task/24103/stat : 24103 (SArTagnan) R 24097 24099 24071 0 -1 4202560 7445324 0 0 0 115281 1203 0 0 25 0 4 0 650628823 1307287552 267818 33554432000 4194304 4625164 140733530209728 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4711.78
Current children cumulated vsize (KiB) 1276648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.5 s]
/proc/loadavg: 8.02 7.93 5.95 11/463 24157
/proc/meminfo: memFree=15552276/32951124 swapFree=63083192/67111528
[pid=24099] ppid=24097 vsize=1276648 CPUtime=4800.31 cores=1,3,5,7
/proc/24099/stat : 24099 (SArTagnan) R 24097 24099 24071 0 -1 4202496 7883979 0 0 0 478704 1327 0 0 25 0 4 0 650628820 1307287552 269372 33554432000 4194304 4625164 140733530209728 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24099/statm: 319162 269372 374 106 0 314665 0
[pid=24099/tid=24101] ppid=24097 vsize=1276648 CPUtime=1204.5 cores=1,3,5,7
/proc/24099/task/24101/stat : 24101 (SArTagnan) R 24097 24099 24071 0 -1 4202560 144312 0 0 0 120395 55 0 0 25 0 4 0 650628823 1307287552 269372 33554432000 4194304 4625164 140733530209728 18446744073709551615 4339564 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24099/tid=24102] ppid=24097 vsize=1276648 CPUtime=1204.51 cores=1,3,5,7
/proc/24099/task/24102/stat : 24102 (SArTagnan) R 24097 24099 24071 0 -1 4202560 65080 0 0 0 120426 25 0 0 25 0 4 0 650628823 1307287552 269372 33554432000 4194304 4625164 140733530209728 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24099/tid=24103] ppid=24097 vsize=1276648 CPUtime=1186.72 cores=1,3,5,7
/proc/24099/task/24103/stat : 24103 (SArTagnan) R 24097 24099 24071 0 -1 4202560 7605167 0 0 0 117440 1232 0 0 25 0 4 0 650628823 1307287552 269372 33554432000 4194304 4625164 140733530209728 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 1276648

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.57
CPU time (s): 4800.38
CPU user time (s): 4787.06
CPU system time (s): 13.315
CPU usage (%): 398.515
Max. virtual memory (cumulated for all children) (KiB): 1276648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4787.06
system time used= 13.315
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7883979
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= 2251
involuntary context switches= 19487

runsolver used 5.01724 second user time and 12.7741 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-16 23:42:12
IDJOB=3386419
IDBENCH=83408
IDSOLVER=1871
FILE ID=node141/3386419-1305582132
RUNJOBID= node141-1305582131-24090
PBS_JOBID= 13350292
Free space on /tmp= 73256 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_3_keyfind_1.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386419-1305582132/watcher-3386419-1305582132 -o /tmp/evaluation-result-3386419-1305582132/solver-3386419-1305582132 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386419-1305582132.cnf -threads=4

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

MD5SUM BENCH= ff59ad0e88befc51bfa041e45143dc53
RANDOM SEED=1091102904

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      17897376 kB
Buffers:        296080 kB
Cached:        5663416 kB
SwapCached:      15708 kB
Active:        9390808 kB
Inactive:      5384100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17897376 kB
SwapTotal:    67111528 kB
SwapFree:     63083192 kB
Dirty:            1208 kB
Writeback:           8 kB
AnonPages:     8806968 kB
Mapped:          19352 kB
Slab:           148140 kB
PageTables:      61840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 124934780 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= 73256 MiB
End job on node141 at 2011-05-17 00:02:19