Trace number 3291613

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-03-24? (TO) 4800.4 1204.46

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
MD5SUMcb369c4583eb075a3a8cb5a04701e120
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4716.27
Satisfiable
(Un)Satisfiability was proved
Number of variables985042
Number of clauses3113540
Sum of the clauses size7976612
Maximum clause length618
Minimum clause length1
Number of clauses of size 1158
Number of clauses of size 21490897
Number of clauses of size 31578048
Number of clauses of size 428388
Number of clauses of size 59876
Number of clauses of size over 56173

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3291613-1304102892/watcher-3291613-1304102892 -o /tmp/evaluation-result-3291613-1304102892/solver-3291613-1304102892 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3291613-1304102892.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: 3.60 3.99 4.54 5/180 4469
/proc/meminfo: memFree=30990744/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=33984 CPUtime=0 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 2438 0 0 0 0 0 0 0 21 0 1 0 254480845 34799616 2375 33554432000 4194304 4623224 140733498236912 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4469/statm: 8496 2377 290 105 0 4000 0

[startup+0.0424189 s]
/proc/loadavg: 3.60 3.99 4.54 5/180 4469
/proc/meminfo: memFree=30990744/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=99644 CPUtime=0.03 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 14173 0 0 0 2 1 0 0 21 0 1 0 254480845 102035456 14110 33554432000 4194304 4623224 140733498236912 18446744073709551615 4296444 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4469/statm: 24911 14134 290 105 0 20415 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 99644

[startup+0.100423 s]
/proc/loadavg: 3.60 3.99 4.54 5/180 4469
/proc/meminfo: memFree=30990744/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=181388 CPUtime=0.09 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 21424 0 0 0 7 2 0 0 21 0 1 0 254480845 185741312 19897 33554432000 4194304 4623224 140733498236912 18446744073709551615 4584051 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4469/statm: 45347 19897 301 105 0 40851 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 181388

[startup+0.300374 s]
/proc/loadavg: 3.60 3.99 4.54 5/180 4469
/proc/meminfo: memFree=30990744/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=199388 CPUtime=0.29 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 32145 0 0 0 26 3 0 0 22 0 1 0 254480845 204173312 24310 33554432000 4194304 4623224 140733498236912 18446744073709551615 268660323013 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4469/statm: 49847 24310 301 105 0 45351 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 199388

[startup+0.700313 s]
/proc/loadavg: 3.60 3.99 4.54 5/180 4469
/proc/meminfo: memFree=30990744/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=243532 CPUtime=0.69 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 49624 0 0 0 63 6 0 0 23 0 1 0 254480845 249376768 32369 33554432000 4194304 4623224 140733498236912 18446744073709551615 268660359637 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4469/statm: 60883 32391 301 105 0 56387 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 243532

[startup+1.50016 s]
/proc/loadavg: 3.60 3.99 4.54 5/180 4469
/proc/meminfo: memFree=30990744/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=271016 CPUtime=1.49 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 76309 0 0 0 138 11 0 0 25 0 1 0 254480845 277520384 45380 33554432000 4194304 4623224 140733498236912 18446744073709551615 268660323013 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4469/statm: 67754 45382 301 105 0 63258 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 271016

[startup+3.10088 s]
/proc/loadavg: 3.60 3.99 4.54 7/181 4470
/proc/meminfo: memFree=30719212/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=424280 CPUtime=3.09 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 140427 0 0 0 288 21 0 0 25 0 1 0 254480845 434462720 83863 33554432000 4194304 4623224 140733498236912 18446744073709551615 4277629 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4469/statm: 106070 83887 303 105 0 101574 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 424280

[startup+6.30029 s]
/proc/loadavg: 3.71 4.01 4.55 9/184 4473
/proc/meminfo: memFree=30086500/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=1154156 CPUtime=15.35 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 289150 0 0 0 1496 39 0 0 25 0 4 0 254480845 1181855744 215883 33554432000 4194304 4623224 140733498236912 18446744073709551615 4502587 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4469/statm: 288539 215883 329 105 0 284043 0
[pid=4469/tid=4471] ppid=4467 vsize=1154156 CPUtime=2.99 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (SArTagnan) R 4467 4469 3825 0 -1 4202560 20511 0 0 0 297 2 0 0 25 0 4 0 254481173 1181855744 215883 33554432000 4194304 4623224 140733498236912 18446744073709551615 4289775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=1154156 CPUtime=3.02 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (SArTagnan) R 4467 4469 3825 0 -1 4202560 10051 0 0 0 301 1 0 0 25 0 4 0 254481173 1181855744 215883 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=1154156 CPUtime=3.02 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (SArTagnan) R 4467 4469 3825 0 -1 4202560 3638 0 0 0 302 0 0 0 25 0 4 0 254481173 1181855744 215883 33554432000 4194304 4623224 140733498236912 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 15.35
Current children cumulated vsize (KiB) 1154156

[startup+12.7072 s]
/proc/loadavg: 4.06 4.07 4.56 9/184 4473
/proc/meminfo: memFree=30059612/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=1154156 CPUtime=40.94 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 290409 0 0 0 4055 39 0 0 25 0 4 0 254480845 1181855744 217086 33554432000 4194304 4623224 140733498236912 18446744073709551615 4278624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4469/statm: 288539 217086 330 105 0 284043 0
[pid=4469/tid=4471] ppid=4467 vsize=1154156 CPUtime=9.36 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (SArTagnan) R 4467 4469 3825 0 -1 4202560 21712 0 0 0 934 2 0 0 25 0 4 0 254481173 1181855744 217086 33554432000 4194304 4623224 140733498236912 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=1154156 CPUtime=9.42 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (SArTagnan) R 4467 4469 3825 0 -1 4202560 10051 0 0 0 941 1 0 0 25 0 4 0 254481173 1181855744 217086 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317463 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=1154156 CPUtime=9.42 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (SArTagnan) R 4467 4469 3825 0 -1 4202560 3687 0 0 0 942 0 0 0 25 0 4 0 254481173 1181855744 217086 33554432000 4194304 4623224 140733498236912 18446744073709551615 4289757 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40.94
Current children cumulated vsize (KiB) 1154156

[startup+25.5009 s]
/proc/loadavg: 5.00 4.28 4.62 9/184 4473
/proc/meminfo: memFree=29982380/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=1191068 CPUtime=92.05 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 299561 0 0 0 9164 41 0 0 25 0 4 0 254480845 1219653632 226098 33554432000 4194304 4623224 140733498236912 18446744073709551615 4412522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4469/statm: 297767 226098 335 105 0 293271 0
[pid=4469/tid=4471] ppid=4467 vsize=1191068 CPUtime=22.1 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (SArTagnan) R 4467 4469 3825 0 -1 4202560 22089 0 0 0 2207 3 0 0 25 0 4 0 254481173 1219653632 226098 33554432000 4194304 4623224 140733498236912 18446744073709551615 4363970 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=1191068 CPUtime=22.21 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (SArTagnan) R 4467 4469 3825 0 -1 4202560 18661 0 0 0 2219 2 0 0 25 0 4 0 254481173 1219653632 226098 33554432000 4194304 4623224 140733498236912 18446744073709551615 4364427 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=1191068 CPUtime=22.22 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (SArTagnan) R 4467 4469 3825 0 -1 4202560 3773 0 0 0 2222 0 0 0 25 0 4 0 254481173 1219653632 226098 33554432000 4194304 4623224 140733498236912 18446744073709551615 4330847 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 92.05
Current children cumulated vsize (KiB) 1191068

[startup+51.1004 s]
/proc/loadavg: 6.02 4.58 4.71 9/184 4474
/proc/meminfo: memFree=29843524/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=1227980 CPUtime=194.32 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 323631 0 0 0 19387 45 0 0 25 0 4 0 254480845 1257451520 233883 33554432000 4194304 4623224 140733498236912 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4469/statm: 306995 233883 367 105 0 302499 0
[pid=4469/tid=4471] ppid=4467 vsize=1227980 CPUtime=47.55 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (SArTagnan) R 4467 4469 3825 0 -1 4202560 22753 0 0 0 4752 3 0 0 25 0 4 0 254481173 1257451520 233883 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317471 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=1227980 CPUtime=47.82 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (SArTagnan) R 4467 4469 3825 0 -1 4202560 18700 0 0 0 4780 2 0 0 25 0 4 0 254481173 1257451520 233883 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=1227980 CPUtime=47.82 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (SArTagnan) R 4467 4469 3825 0 -1 4202560 26876 0 0 0 4778 4 0 0 25 0 4 0 254481173 1257451520 233883 33554432000 4194304 4623224 140733498236912 18446744073709551615 47847362698863 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 194.32
Current children cumulated vsize (KiB) 1227980

[startup+102.3 s]
/proc/loadavg: 7.19 5.12 4.89 9/184 4475
/proc/meminfo: memFree=29709560/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=1246440 CPUtime=398.82 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 461636 0 0 0 39810 72 0 0 25 0 4 0 254480845 1276354560 235515 33554432000 4194304 4623224 140733498236912 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4469/statm: 311610 235516 367 105 0 307114 0
[pid=4469/tid=4471] ppid=4467 vsize=1246440 CPUtime=98.47 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (SArTagnan) R 4467 4469 3825 0 -1 4202560 23105 0 0 0 9844 3 0 0 25 0 4 0 254481173 1276354560 235516 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=1246440 CPUtime=99.02 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (SArTagnan) R 4467 4469 3825 0 -1 4202560 18874 0 0 0 9900 2 0 0 25 0 4 0 254481173 1276354560 235516 33554432000 4194304 4623224 140733498236912 18446744073709551615 4278641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=1246440 CPUtime=99.01 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (SArTagnan) R 4467 4469 3825 0 -1 4202560 154598 0 0 0 9872 29 0 0 25 0 4 0 254481173 1276354560 235516 33554432000 4194304 4623224 140733498236912 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 398.82
Current children cumulated vsize (KiB) 1246440

[startup+162.307 s]
/proc/loadavg: 7.75 5.66 5.08 9/184 4477
/proc/meminfo: memFree=29579896/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=1246440 CPUtime=638.51 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 693933 0 0 0 63732 119 0 0 25 0 4 0 254480845 1276354560 235144 33554432000 4194304 4623224 140733498236912 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4469/statm: 311610 235144 367 105 0 307114 0
[pid=4469/tid=4471] ppid=4467 vsize=1246440 CPUtime=158.14 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (SArTagnan) R 4467 4469 3825 0 -1 4202560 23121 0 0 0 15811 3 0 0 25 0 4 0 254481173 1276354560 235144 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=1246440 CPUtime=159.02 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (SArTagnan) R 4467 4469 3825 0 -1 4202560 18877 0 0 0 15900 2 0 0 25 0 4 0 254481173 1276354560 235144 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=1246440 CPUtime=159.02 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (SArTagnan) R 4467 4469 3825 0 -1 4202560 386806 0 0 0 15826 76 0 0 25 0 4 0 254481173 1276354560 235144 33554432000 4194304 4623224 140733498236912 18446744073709551615 4552735 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 638.51
Current children cumulated vsize (KiB) 1246440

[startup+222.3 s]
/proc/loadavg: 7.95 6.09 5.27 9/184 4479
/proc/meminfo: memFree=29418640/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=1246440 CPUtime=878.16 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 882354 0 0 0 87655 161 0 0 25 0 4 0 254480845 1276354560 238831 33554432000 4194304 4623224 140733498236912 18446744073709551615 4412510 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4469/statm: 311610 238832 367 105 0 307114 0
[pid=4469/tid=4471] ppid=4467 vsize=1246440 CPUtime=217.8 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (SArTagnan) R 4467 4469 3825 0 -1 4202560 23126 0 0 0 21777 3 0 0 25 0 4 0 254481173 1276354560 238832 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317471 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=1246440 CPUtime=219.02 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (SArTagnan) R 4467 4469 3825 0 -1 4202560 18904 0 0 0 21900 2 0 0 25 0 4 0 254481173 1276354560 238832 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317214 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=1246440 CPUtime=219.01 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (SArTagnan) R 4467 4469 3825 0 -1 4202560 575110 0 0 0 21783 118 0 0 25 0 4 0 254481173 1276354560 238832 33554432000 4194304 4623224 140733498236912 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 878.16
Current children cumulated vsize (KiB) 1246440

[startup+282.301 s]
/proc/loadavg: 8.07 6.47 5.45 9/184 4480
/proc/meminfo: memFree=29320736/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=1246440 CPUtime=1117.83 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 1073087 0 0 0 111583 200 0 0 25 0 4 0 254480845 1276354560 236148 33554432000 4194304 4623224 140733498236912 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4469/statm: 311610 236148 367 105 0 307114 0
[pid=4469/tid=4471] ppid=4467 vsize=1246440 CPUtime=277.47 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (SArTagnan) R 4467 4469 3825 0 -1 4202560 23154 0 0 0 27744 3 0 0 25 0 4 0 254481173 1276354560 236148 33554432000 4194304 4623224 140733498236912 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=1246440 CPUtime=279.02 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (SArTagnan) R 4467 4469 3825 0 -1 4202560 18985 0 0 0 27900 2 0 0 25 0 4 0 254481173 1276354560 236148 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=1246440 CPUtime=279.01 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (SArTagnan) R 4467 4469 3825 0 -1 4202560 765380 0 0 0 27744 157 0 0 25 0 4 0 254481173 1276354560 236148 33554432000 4194304 4623224 140733498236912 18446744073709551615 4545353 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1117.83

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

[pid=4469] ppid=4467 vsize=1246440 CPUtime=2554.98 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 2014542 0 0 0 255115 383 0 0 25 0 4 0 254480845 1276354560 246628 33554432000 4194304 4623224 140733498236912 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4469/statm: 311610 246629 367 105 0 307114 0
[pid=4469/tid=4471] ppid=4467 vsize=1246440 CPUtime=635.47 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (SArTagnan) R 4467 4469 3825 0 -1 4202560 23939 0 0 0 63544 3 0 0 25 0 4 0 254481173 1276354560 246629 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317214 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=1246440 CPUtime=639.03 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (SArTagnan) R 4467 4469 3825 0 -1 4202560 45295 0 0 0 63896 7 0 0 25 0 4 0 254481173 1276354560 246629 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=1246440 CPUtime=639.03 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (SArTagnan) R 4467 4469 3825 0 -1 4202560 1678919 0 0 0 63569 334 0 0 25 0 4 0 254481173 1276354560 246629 33554432000 4194304 4623224 140733498236912 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2554.98
Current children cumulated vsize (KiB) 1246440

[startup+702.301 s]
/proc/loadavg: 8.01 7.69 6.41 9/184 4494
/proc/meminfo: memFree=28694484/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=1246440 CPUtime=2794.66 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 2192351 0 0 0 279051 415 0 0 25 0 4 0 254480845 1276354560 246469 33554432000 4194304 4623224 140733498236912 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4469/statm: 311610 246469 367 105 0 307114 0
[pid=4469/tid=4471] ppid=4467 vsize=1246440 CPUtime=695.15 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (SArTagnan) R 4467 4469 3825 0 -1 4202560 23939 0 0 0 69512 3 0 0 25 0 4 0 254481173 1276354560 246469 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=1246440 CPUtime=699.04 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (SArTagnan) R 4467 4469 3825 0 -1 4202560 45295 0 0 0 69897 7 0 0 25 0 4 0 254481173 1276354560 246469 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=1246440 CPUtime=699.04 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (SArTagnan) R 4467 4469 3825 0 -1 4202560 1856708 0 0 0 69537 367 0 0 25 0 4 0 254481173 1276354560 246469 33554432000 4194304 4623224 140733498236912 18446744073709551615 4364107 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2794.66
Current children cumulated vsize (KiB) 1246440

[startup+762.301 s]
/proc/loadavg: 8.06 7.76 6.51 10/184 4496
/proc/meminfo: memFree=28606356/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=1246440 CPUtime=3034.32 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 2349968 0 0 0 302984 448 0 0 25 0 4 0 254480845 1276354560 251171 33554432000 4194304 4623224 140733498236912 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4469/statm: 311610 251171 367 105 0 307114 0
[pid=4469/tid=4471] ppid=4467 vsize=1246440 CPUtime=754.81 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (SArTagnan) R 4467 4469 3825 0 -1 4202560 23952 0 0 0 75478 3 0 0 25 0 4 0 254481173 1276354560 251171 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=1246440 CPUtime=759.03 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (SArTagnan) R 4467 4469 3825 0 -1 4202560 50809 0 0 0 75895 8 0 0 25 0 4 0 254481173 1276354560 251171 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317148 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=1246440 CPUtime=759.03 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (SArTagnan) R 4467 4469 3825 0 -1 4202560 2008742 0 0 0 75505 398 0 0 25 0 4 0 254481173 1276354560 251171 33554432000 4194304 4623224 140733498236912 18446744073709551615 4363755 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3034.32
Current children cumulated vsize (KiB) 1246440

[startup+822.307 s]
/proc/loadavg: 8.08 7.82 6.60 9/184 4507
/proc/meminfo: memFree=28527732/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=1311976 CPUtime=3274 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 2466123 0 0 0 326931 469 0 0 25 0 4 0 254480845 1343463424 253620 33554432000 4194304 4623224 140733498236912 18446744073709551615 4507139 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4469/statm: 327994 253620 376 105 0 323498 0
[pid=4469/tid=4471] ppid=4467 vsize=1311976 CPUtime=814.48 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (SArTagnan) R 4467 4469 3825 0 -1 4202560 24058 0 0 0 81445 3 0 0 25 0 4 0 254481173 1343463424 253620 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=1311976 CPUtime=819.04 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (SArTagnan) R 4467 4469 3825 0 -1 4202560 52363 0 0 0 81896 8 0 0 25 0 4 0 254481173 1343463424 253620 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=1311976 CPUtime=819.04 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (SArTagnan) R 4467 4469 3825 0 -1 4202560 2121927 0 0 0 81485 419 0 0 25 0 4 0 254481173 1343463424 253620 33554432000 4194304 4623224 140733498236912 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3274
Current children cumulated vsize (KiB) 1311976

[startup+882.301 s]
/proc/loadavg: 8.08 7.86 6.69 9/184 4508
/proc/meminfo: memFree=28450156/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=1311976 CPUtime=3513.66 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 2604840 0 0 0 350873 493 0 0 25 0 4 0 254480845 1343463424 252985 33554432000 4194304 4623224 140733498236912 18446744073709551615 4507139 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4469/statm: 327994 252985 376 105 0 323498 0
[pid=4469/tid=4471] ppid=4467 vsize=1311976 CPUtime=874.15 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (SArTagnan) R 4467 4469 3825 0 -1 4202560 24386 0 0 0 87412 3 0 0 25 0 4 0 254481173 1343463424 252985 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317471 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=1311976 CPUtime=879.03 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (SArTagnan) R 4467 4469 3825 0 -1 4202560 52363 0 0 0 87895 8 0 0 25 0 4 0 254481173 1343463424 252985 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317471 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=1311976 CPUtime=879.03 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (SArTagnan) R 4467 4469 3825 0 -1 4202560 2259909 0 0 0 87461 442 0 0 25 0 4 0 254481173 1343463424 252985 33554432000 4194304 4623224 140733498236912 18446744073709551615 268660311128 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3513.66
Current children cumulated vsize (KiB) 1311976

[startup+942.301 s]
/proc/loadavg: 8.08 7.90 6.78 9/184 4510
/proc/meminfo: memFree=28401596/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=1330432 CPUtime=3753.33 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 2797465 0 0 0 374806 527 0 0 25 0 4 0 254480845 1362362368 259085 33554432000 4194304 4623224 140733498236912 18446744073709551615 4507356 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4469/statm: 332608 259085 376 105 0 328112 0
[pid=4469/tid=4471] ppid=4467 vsize=1330432 CPUtime=933.82 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (SArTagnan) R 4467 4469 3825 0 -1 4202560 24732 0 0 0 93379 3 0 0 25 0 4 0 254481173 1362362368 259085 33554432000 4194304 4623224 140733498236912 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=1330432 CPUtime=939.03 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (SArTagnan) R 4467 4469 3825 0 -1 4202560 53304 0 0 0 93895 8 0 0 25 0 4 0 254481173 1362362368 259085 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317368 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=1330432 CPUtime=939.02 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (SArTagnan) R 4467 4469 3825 0 -1 4202560 2441156 0 0 0 93428 474 0 0 25 0 4 0 254481173 1362362368 259085 33554432000 4194304 4623224 140733498236912 18446744073709551615 4545200 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3753.33
Current children cumulated vsize (KiB) 1330432

[startup+1002.3 s]
/proc/loadavg: 8.07 7.93 6.86 9/184 4511
/proc/meminfo: memFree=28333692/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=1330432 CPUtime=3993 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 2811396 0 0 0 398770 530 0 0 25 0 4 0 254480845 1362362368 256579 33554432000 4194304 4623224 140733498236912 18446744073709551615 4507171 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4469/statm: 332608 256579 373 105 0 328112 0
[pid=4469/tid=4471] ppid=4467 vsize=1330432 CPUtime=993.49 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (SArTagnan) R 4467 4469 3825 0 -1 4202560 25075 0 0 0 99346 3 0 0 25 0 4 0 254481173 1362362368 256579 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317214 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=1330432 CPUtime=999.03 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (SArTagnan) R 4467 4469 3825 0 -1 4202560 53304 0 0 0 99895 8 0 0 25 0 4 0 254481173 1362362368 256579 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=1330432 CPUtime=999.03 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (SArTagnan) R 4467 4469 3825 0 -1 4202560 2454218 0 0 0 99426 477 0 0 25 0 4 0 254481173 1362362368 256579 33554432000 4194304 4623224 140733498236912 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3993
Current children cumulated vsize (KiB) 1330432

[startup+1062.3 s]
/proc/loadavg: 8.12 7.97 6.94 9/184 4513
/proc/meminfo: memFree=28267992/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=1330432 CPUtime=4232.67 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 2928149 0 0 0 422715 552 0 0 25 0 4 0 254480845 1362362368 260553 33554432000 4194304 4623224 140733498236912 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4469/statm: 332608 260553 373 105 0 328112 0
[pid=4469/tid=4471] ppid=4467 vsize=1330432 CPUtime=1053.16 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (SArTagnan) R 4467 4469 3825 0 -1 4202560 25122 0 0 0 105313 3 0 0 25 0 4 0 254481173 1362362368 260553 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=1330432 CPUtime=1059.03 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (SArTagnan) R 4467 4469 3825 0 -1 4202560 53304 0 0 0 105895 8 0 0 25 0 4 0 254481173 1362362368 260553 33554432000 4194304 4623224 140733498236912 18446744073709551615 4316785 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=1330432 CPUtime=1059.03 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (SArTagnan) R 4467 4469 3825 0 -1 4202560 2570684 0 0 0 105404 499 0 0 25 0 4 0 254481173 1362362368 260553 33554432000 4194304 4623224 140733498236912 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4232.67
Current children cumulated vsize (KiB) 1330432

[startup+1122.3 s]
/proc/loadavg: 8.09 7.99 7.01 10/184 4515
/proc/meminfo: memFree=28197764/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=1330432 CPUtime=4472.36 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 2929410 0 0 0 446683 553 0 0 25 0 4 0 254480845 1362362368 261806 33554432000 4194304 4623224 140733498236912 18446744073709551615 4517833 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4469/statm: 332608 261806 371 105 0 328112 0
[pid=4469/tid=4471] ppid=4467 vsize=1330432 CPUtime=1112.84 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (SArTagnan) R 4467 4469 3825 0 -1 4202560 25383 0 0 0 111281 3 0 0 25 0 4 0 254481173 1362362368 261806 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=1330432 CPUtime=1119.03 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (SArTagnan) R 4467 4469 3825 0 -1 4202560 53304 0 0 0 111895 8 0 0 25 0 4 0 254481173 1362362368 261806 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=1330432 CPUtime=1119.04 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (SArTagnan) R 4467 4469 3825 0 -1 4202560 2571177 0 0 0 111404 500 0 0 25 0 4 0 254481173 1362362368 261806 33554432000 4194304 4623224 140733498236912 18446744073709551615 4545527 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4472.36
Current children cumulated vsize (KiB) 1330432

[startup+1182.3 s]
/proc/loadavg: 8.07 8.00 7.07 9/184 4516
/proc/meminfo: memFree=28105664/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=1367416 CPUtime=4712.03 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 2954682 0 0 0 470646 557 0 0 25 0 4 0 254480845 1400233984 268599 33554432000 4194304 4623224 140733498236912 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4469/statm: 341854 268599 371 105 0 337358 0
[pid=4469/tid=4471] ppid=4467 vsize=1367416 CPUtime=1172.51 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (SArTagnan) R 4467 4469 3825 0 -1 4202560 35818 0 0 0 117246 5 0 0 25 0 4 0 254481173 1400233984 268599 33554432000 4194304 4623224 140733498236912 18446744073709551615 4377410 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=1367416 CPUtime=1179.04 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (SArTagnan) R 4467 4469 3825 0 -1 4202560 53304 0 0 0 117896 8 0 0 25 0 4 0 254481173 1400233984 268599 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317363 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=1367416 CPUtime=1179.03 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (SArTagnan) R 4467 4469 3825 0 -1 4202560 2581175 0 0 0 117402 501 0 0 25 0 4 0 254481173 1400233984 268599 33554432000 4194304 4623224 140733498236912 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4712.03
Current children cumulated vsize (KiB) 1367416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.4 s]
/proc/loadavg: 7.89 7.97 7.08 9/184 4548
/proc/meminfo: memFree=29887056/32951124 swapFree=67111524/67111528
[pid=4469] ppid=4467 vsize=1367416 CPUtime=4800.34 cores=1,3,5,7
/proc/4469/stat : 4469 (SArTagnan) R 4467 4469 3825 0 -1 4202496 2989677 0 0 0 479470 564 0 0 25 0 4 0 254480845 1400233984 273712 33554432000 4194304 4623224 140733498236912 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4469/statm: 341854 273712 371 105 0 337358 0
[pid=4469/tid=4471] ppid=4467 vsize=1367416 CPUtime=1194.49 cores=1,3,5,7
/proc/4469/task/4471/stat : 4471 (SArTagnan) R 4467 4469 3825 0 -1 4202560 35957 0 0 0 119444 5 0 0 25 0 4 0 254481173 1400233984 273712 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4469/tid=4472] ppid=4467 vsize=1367416 CPUtime=1201.14 cores=1,3,5,7
/proc/4469/task/4472/stat : 4472 (SArTagnan) R 4467 4469 3825 0 -1 4202560 53304 0 0 0 120106 8 0 0 25 0 4 0 254481173 1400233984 273712 33554432000 4194304 4623224 140733498236912 18446744073709551615 4317471 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4469/tid=4473] ppid=4467 vsize=1367416 CPUtime=1201.14 cores=1,3,5,7
/proc/4469/task/4473/stat : 4473 (SArTagnan) R 4467 4469 3825 0 -1 4202560 2616006 0 0 0 119606 508 0 0 25 0 4 0 254481173 1400233984 273712 33554432000 4194304 4623224 140733498236912 18446744073709551615 4363616 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 1367416

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.46
CPU time (s): 4800.4
CPU user time (s): 4794.72
CPU system time (s): 5.68413
CPU usage (%): 398.554
Max. virtual memory (cumulated for all children) (KiB): 1377512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.72
system time used= 5.68413
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2989677
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= 48
involuntary context switches= 34673

runsolver used 1.79173 second user time and 4.78327 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 20:48:16
IDJOB=3291613
IDBENCH=84238
IDSOLVER=1656
FILE ID=node107/3291613-1304102892
RUNJOBID= node107-1304102892-4447
PBS_JOBID= 13170615
Free space on /tmp= 71740 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT03/industrial/schuppan/l2s/valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291613-1304102892/watcher-3291613-1304102892 -o /tmp/evaluation-result-3291613-1304102892/solver-3291613-1304102892 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3291613-1304102892.cnf -threads=4

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

MD5SUM BENCH= cb369c4583eb075a3a8cb5a04701e120
RANDOM SEED=562810701

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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:      30990776 kB
Buffers:        336536 kB
Cached:        1166608 kB
SwapCached:          4 kB
Active:         144148 kB
Inactive:      1467376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30990776 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           64916 kB
Writeback:           0 kB
AnonPages:      107968 kB
Mapped:          15496 kB
Slab:           286332 kB
PageTables:       4820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   282400 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= 71736 MiB
End job on node107 at 2011-04-29 21:08:22