Trace number 3266478

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
Plingeling 587? (TO) 4800.2 1201.52

General information on the benchmark

NameSAT02/handmade/simon/satex-challenges/
par32-3.shuffled.cnf
MD5SUM0115a0e26236f3f01aa829c2004452c1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.6469
Satisfiable
(Un)Satisfiability was proved
Number of variables3176
Number of clauses10297
Sum of the clauses size27581
Maximum clause length3
Minimum clause length1
Number of clauses of size 1141
Number of clauses of size 23028
Number of clauses of size 37128
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3266478-1304109246/watcher-3266478-1304109246 -o /tmp/evaluation-result-3266478-1304109246/solver-3266478-1304109246 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3266478-1304109246.cnf 

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: 8.11 8.08 8.06 5/179 10181
/proc/meminfo: memFree=30836424/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=9680 CPUtime=0 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) R 10179 10181 9622 0 -1 4202496 489 1251 0 0 0 0 0 0 22 0 1 0 522524228 9912320 418 33554432000 4194304 4417332 140735193989520 18446744073709551615 210647146240 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/10181/statm: 2420 418 147 55 0 306 0

[startup+0.824908 s]
/proc/loadavg: 8.11 8.08 8.06 5/179 10181
/proc/meminfo: memFree=30836424/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=121824 CPUtime=3.22 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 3213 1251 0 0 322 0 0 0 22 0 5 0 522524228 124747776 1937 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 30456 1937 181 55 0 28342 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 121824

[startup+0.900894 s]
/proc/loadavg: 8.11 8.08 8.06 5/179 10181
/proc/meminfo: memFree=30836424/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=122032 CPUtime=3.52 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 3456 1251 0 0 352 0 0 0 22 0 5 0 522524228 124960768 1989 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 30508 1989 181 55 0 28394 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 122032

[startup+1.00088 s]
/proc/loadavg: 8.11 8.08 8.06 5/179 10181
/proc/meminfo: memFree=30836424/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=121504 CPUtime=3.92 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 3793 1251 0 0 392 0 0 0 22 0 5 0 522524228 124420096 1825 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 30376 1825 181 55 0 28262 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 121504

[startup+1.10086 s]
/proc/loadavg: 8.11 8.08 8.06 5/179 10181
/proc/meminfo: memFree=30836424/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=123736 CPUtime=4.32 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 4626 1251 0 0 432 0 0 0 22 0 5 0 522524228 126705664 2383 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 30934 2383 181 55 0 28820 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 123736

[startup+1.50079 s]
/proc/loadavg: 8.11 8.08 8.06 5/179 10181
/proc/meminfo: memFree=30836424/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=124320 CPUtime=5.92 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 6143 1251 0 0 592 0 0 0 22 0 5 0 522524228 127303680 2552 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 31080 2552 181 55 0 28966 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 124320

[startup+3.10053 s]
/proc/loadavg: 8.26 8.11 8.07 11/184 10191
/proc/meminfo: memFree=30835832/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=127928 CPUtime=12.31 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 11193 1251 0 0 1230 1 0 0 22 0 5 0 522524228 130998272 3463 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 31982 3463 181 55 0 29868 0
[pid=10181/tid=10188] ppid=10179 vsize=127928 CPUtime=3.07 cores=1,3,5,7
/proc/10181/task/10188/stat : 10188 (plingeling) R 10179 10181 9622 0 -1 4202560 2632 1251 0 0 307 0 0 0 25 0 5 0 522524230 130998272 3463 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10181/tid=10189] ppid=10179 vsize=127928 CPUtime=3.06 cores=1,3,5,7
/proc/10181/task/10189/stat : 10189 (plingeling) R 10179 10181 9622 0 -1 4202560 2275 1251 0 0 306 0 0 0 25 0 5 0 522524230 130998272 3463 33554432000 4194304 4417332 140735193989520 18446744073709551615 4353693 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10181/tid=10190] ppid=10179 vsize=127928 CPUtime=3.07 cores=1,3,5,7
/proc/10181/task/10190/stat : 10190 (plingeling) R 10179 10181 9622 0 -1 4202560 2431 1251 0 0 307 0 0 0 25 0 5 0 522524230 130998272 3463 33554432000 4194304 4417332 140735193989520 18446744073709551615 4250678 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10181/tid=10191] ppid=10179 vsize=127928 CPUtime=3.07 cores=1,3,5,7
/proc/10181/task/10191/stat : 10191 (plingeling) R 10179 10181 9622 0 -1 4202560 2641 1251 0 0 307 0 0 0 25 0 5 0 522524230 130998272 3463 33554432000 4194304 4417332 140735193989520 18446744073709551615 4366419 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 127928

[startup+6.30599 s]
/proc/loadavg: 8.24 8.11 8.07 9/184 10191
/proc/meminfo: memFree=30820080/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=132960 CPUtime=25.11 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 19684 1251 0 0 2509 2 0 0 22 0 5 0 522524228 136151040 4716 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 33240 4716 181 55 0 31126 0
[pid=10181/tid=10188] ppid=10179 vsize=132960 CPUtime=6.27 cores=1,3,5,7
/proc/10181/task/10188/stat : 10188 (plingeling) R 10179 10181 9622 0 -1 4202560 4687 1251 0 0 627 0 0 0 25 0 5 0 522524230 136151040 4716 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10181/tid=10189] ppid=10179 vsize=132960 CPUtime=6.24 cores=1,3,5,7
/proc/10181/task/10189/stat : 10189 (plingeling) R 10179 10181 9622 0 -1 4202560 4607 1251 0 0 624 0 0 0 25 0 5 0 522524230 136151040 4716 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10181/tid=10190] ppid=10179 vsize=132960 CPUtime=6.28 cores=1,3,5,7
/proc/10181/task/10190/stat : 10190 (plingeling) R 10179 10181 9622 0 -1 4202560 4100 1251 0 0 628 0 0 0 25 0 5 0 522524230 136151040 4716 33554432000 4194304 4417332 140735193989520 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10181/tid=10191] ppid=10179 vsize=132960 CPUtime=6.27 cores=1,3,5,7
/proc/10181/task/10191/stat : 10191 (plingeling) R 10179 10181 9622 0 -1 4202560 5076 1251 0 0 627 0 0 0 25 0 5 0 522524230 136151040 4716 33554432000 4194304 4417332 140735193989520 18446744073709551615 4237338 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 132960

[startup+12.7009 s]
/proc/loadavg: 8.22 8.11 8.07 9/184 10192
/proc/meminfo: memFree=30829504/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=136268 CPUtime=50.66 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 33425 1251 0 0 5062 4 0 0 22 0 5 0 522524228 139538432 5526 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 34067 5526 181 55 0 31953 0
[pid=10181/tid=10188] ppid=10179 vsize=136268 CPUtime=12.67 cores=1,3,5,7
/proc/10181/task/10188/stat : 10188 (plingeling) R 10179 10181 9622 0 -1 4202560 8924 1251 0 0 1266 1 0 0 25 0 5 0 522524230 139538432 5526 33554432000 4194304 4417332 140735193989520 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10181/tid=10189] ppid=10179 vsize=136268 CPUtime=12.61 cores=1,3,5,7
/proc/10181/task/10189/stat : 10189 (plingeling) R 10179 10181 9622 0 -1 4202560 8399 1251 0 0 1260 1 0 0 25 0 5 0 522524230 139538432 5526 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10181/tid=10190] ppid=10179 vsize=136268 CPUtime=12.67 cores=1,3,5,7
/proc/10181/task/10190/stat : 10190 (plingeling) R 10179 10181 9622 0 -1 4202560 7593 1251 0 0 1267 0 0 0 25 0 5 0 522524230 139538432 5526 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10181/tid=10191] ppid=10179 vsize=136268 CPUtime=12.66 cores=1,3,5,7
/proc/10181/task/10191/stat : 10191 (plingeling) R 10179 10181 9622 0 -1 4202560 7295 1251 0 0 1266 0 0 0 25 0 5 0 522524230 139538432 5526 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364938 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 136268

[startup+25.5008 s]
/proc/loadavg: 8.18 8.10 8.06 9/184 10192
/proc/meminfo: memFree=30808184/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=148240 CPUtime=101.8 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 59143 1251 0 0 10172 8 0 0 22 0 5 0 522524228 151797760 8529 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 37060 8529 181 55 0 34946 0
[pid=10181/tid=10188] ppid=10179 vsize=148240 CPUtime=25.47 cores=1,3,5,7
/proc/10181/task/10188/stat : 10188 (plingeling) R 10179 10181 9622 0 -1 4202560 16354 1251 0 0 2545 2 0 0 25 0 5 0 522524230 151797760 8529 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364417 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10181/tid=10189] ppid=10179 vsize=148240 CPUtime=25.35 cores=1,3,5,7
/proc/10181/task/10189/stat : 10189 (plingeling) R 10179 10181 9622 0 -1 4202560 15549 1251 0 0 2533 2 0 0 25 0 5 0 522524230 151797760 8529 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10181/tid=10190] ppid=10179 vsize=148240 CPUtime=25.47 cores=1,3,5,7
/proc/10181/task/10190/stat : 10190 (plingeling) R 10179 10181 9622 0 -1 4202560 13482 1251 0 0 2546 1 0 0 25 0 5 0 522524230 151797760 8529 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10181/tid=10191] ppid=10179 vsize=148240 CPUtime=25.47 cores=1,3,5,7
/proc/10181/task/10191/stat : 10191 (plingeling) R 10179 10181 9622 0 -1 4202560 12544 1251 0 0 2546 1 0 0 25 0 5 0 522524230 151797760 8529 33554432000 4194304 4417332 140735193989520 18446744073709551615 4365875 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 148240

[startup+51.1005 s]
/proc/loadavg: 8.12 8.10 8.06 9/184 10192
/proc/meminfo: memFree=30811388/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=164920 CPUtime=204.07 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 102564 1251 0 0 20392 15 0 0 22 0 5 0 522524228 168878080 12679 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 41230 12679 181 55 0 39116 0
[pid=10181/tid=10188] ppid=10179 vsize=164920 CPUtime=51.07 cores=1,3,5,7
/proc/10181/task/10188/stat : 10188 (plingeling) R 10179 10181 9622 0 -1 4202560 29754 1251 0 0 5103 4 0 0 25 0 5 0 522524230 168878080 12679 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10181/tid=10189] ppid=10179 vsize=164920 CPUtime=50.81 cores=1,3,5,7
/proc/10181/task/10189/stat : 10189 (plingeling) R 10179 10181 9622 0 -1 4202560 27304 1251 0 0 5078 3 0 0 25 0 5 0 522524230 168878080 12679 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10181/tid=10190] ppid=10179 vsize=164920 CPUtime=51.07 cores=1,3,5,7
/proc/10181/task/10190/stat : 10190 (plingeling) R 10179 10181 9622 0 -1 4202560 24191 1251 0 0 5104 3 0 0 25 0 5 0 522524230 168878080 12679 33554432000 4194304 4417332 140735193989520 18446744073709551615 4353983 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10181/tid=10191] ppid=10179 vsize=164920 CPUtime=51.07 cores=1,3,5,7
/proc/10181/task/10191/stat : 10191 (plingeling) R 10179 10181 9622 0 -1 4202560 20101 1251 0 0 5104 3 0 0 25 0 5 0 522524230 168878080 12679 33554432000 4194304 4417332 140735193989520 18446744073709551615 4250651 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 164920

[startup+102.301 s]
/proc/loadavg: 8.12 8.11 8.07 9/184 10194
/proc/meminfo: memFree=30791152/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=169768 CPUtime=408.6 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 177091 1251 0 0 40833 27 0 0 22 0 5 0 522524228 173842432 13891 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 42442 13891 181 55 0 40328 0
[pid=10181/tid=10188] ppid=10179 vsize=169768 CPUtime=102.27 cores=1,3,5,7
/proc/10181/task/10188/stat : 10188 (plingeling) R 10179 10181 9622 0 -1 4202560 50588 1251 0 0 10220 7 0 0 25 0 5 0 522524230 173842432 13891 33554432000 4194304 4417332 140735193989520 18446744073709551615 4354447 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10181/tid=10189] ppid=10179 vsize=169768 CPUtime=101.74 cores=1,3,5,7
/proc/10181/task/10189/stat : 10189 (plingeling) R 10179 10181 9622 0 -1 4202560 49305 1251 0 0 10167 7 0 0 25 0 5 0 522524230 173842432 13891 33554432000 4194304 4417332 140735193989520 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10181/tid=10190] ppid=10179 vsize=169768 CPUtime=102.26 cores=1,3,5,7
/proc/10181/task/10190/stat : 10190 (plingeling) R 10179 10181 9622 0 -1 4202560 42792 1251 0 0 10221 5 0 0 25 0 5 0 522524230 173842432 13891 33554432000 4194304 4417332 140735193989520 18446744073709551615 4365849 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10181/tid=10191] ppid=10179 vsize=169768 CPUtime=102.27 cores=1,3,5,7
/proc/10181/task/10191/stat : 10191 (plingeling) R 10179 10181 9622 0 -1 4202560 33192 1251 0 0 10222 5 0 0 25 0 5 0 522524230 173842432 13891 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 169768

[startup+162.301 s]
/proc/loadavg: 8.04 8.08 8.06 9/184 10196
/proc/meminfo: memFree=30760996/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=179552 CPUtime=648.29 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 248612 1251 0 0 64792 37 0 0 22 0 5 0 522524228 183861248 16337 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 44888 16337 181 55 0 42774 0
[pid=10181/tid=10188] ppid=10179 vsize=179552 CPUtime=162.27 cores=1,3,5,7
/proc/10181/task/10188/stat : 10188 (plingeling) R 10179 10181 9622 0 -1 4202560 73270 1251 0 0 16217 10 0 0 25 0 5 0 522524230 183861248 16337 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10181/tid=10189] ppid=10179 vsize=179552 CPUtime=161.42 cores=1,3,5,7
/proc/10181/task/10189/stat : 10189 (plingeling) R 10179 10181 9622 0 -1 4202560 70975 1251 0 0 16132 10 0 0 25 0 5 0 522524230 183861248 16337 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10181/tid=10190] ppid=10179 vsize=179552 CPUtime=162.27 cores=1,3,5,7
/proc/10181/task/10190/stat : 10190 (plingeling) R 10179 10181 9622 0 -1 4202560 56168 1251 0 0 16219 8 0 0 25 0 5 0 522524230 183861248 16337 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10181/tid=10191] ppid=10179 vsize=179552 CPUtime=162.26 cores=1,3,5,7
/proc/10181/task/10191/stat : 10191 (plingeling) R 10179 10181 9622 0 -1 4202560 46985 1251 0 0 16220 6 0 0 25 0 5 0 522524230 183861248 16337 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 648.29
Current children cumulated vsize (KiB) 179552

[startup+222.301 s]
/proc/loadavg: 8.01 8.07 8.06 9/184 10197
/proc/meminfo: memFree=30740268/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=200856 CPUtime=887.96 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 318253 1251 0 0 88749 47 0 0 22 0 5 0 522524228 205676544 21687 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 50214 21687 181 55 0 48100 0
[pid=10181/tid=10188] ppid=10179 vsize=200856 CPUtime=222.27 cores=1,3,5,7
/proc/10181/task/10188/stat : 10188 (plingeling) R 10179 10181 9622 0 -1 4202560 93296 1251 0 0 22214 13 0 0 25 0 5 0 522524230 205676544 21687 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0

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

[pid=10181/tid=10189] ppid=10179 vsize=244864 CPUtime=758.45 cores=1,3,5,7
/proc/10181/task/10189/stat : 10189 (plingeling) R 10179 10181 9622 0 -1 4202560 225111 1251 0 0 75812 33 0 0 25 0 5 0 522524230 250740736 32665 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10181/tid=10190] ppid=10179 vsize=244864 CPUtime=762.28 cores=1,3,5,7
/proc/10181/task/10190/stat : 10190 (plingeling) R 10179 10181 9622 0 -1 4202560 198681 1251 0 0 76197 31 0 0 25 0 5 0 522524230 250740736 32665 33554432000 4194304 4417332 140735193989520 18446744073709551615 4250786 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10181/tid=10191] ppid=10179 vsize=244864 CPUtime=762.28 cores=1,3,5,7
/proc/10181/task/10191/stat : 10191 (plingeling) R 10179 10181 9622 0 -1 4202560 167291 1251 0 0 76203 25 0 0 25 0 5 0 522524230 250740736 32665 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.33
Current children cumulated vsize (KiB) 244864

[startup+822.301 s]
/proc/loadavg: 4.05 5.04 6.59 5/174 10231
/proc/meminfo: memFree=30846012/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=265484 CPUtime=3285.06 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 896082 1251 0 0 328371 135 0 0 22 0 5 0 522524228 271855616 37820 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 66371 37820 181 55 0 64257 0
[pid=10181/tid=10188] ppid=10179 vsize=265484 CPUtime=822.28 cores=1,3,5,7
/proc/10181/task/10188/stat : 10188 (plingeling) R 10179 10181 9622 0 -1 4202560 270622 1251 0 0 82189 39 0 0 25 0 5 0 522524230 271855616 37820 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10181/tid=10189] ppid=10179 vsize=265484 CPUtime=818.19 cores=1,3,5,7
/proc/10181/task/10189/stat : 10189 (plingeling) R 10179 10181 9622 0 -1 4202560 237710 1251 0 0 81783 36 0 0 25 0 5 0 522524230 271855616 37820 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10181/tid=10190] ppid=10179 vsize=265484 CPUtime=822.28 cores=1,3,5,7
/proc/10181/task/10190/stat : 10190 (plingeling) R 10179 10181 9622 0 -1 4202560 210858 1251 0 0 82195 33 0 0 25 0 5 0 522524230 271855616 37820 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10181/tid=10191] ppid=10179 vsize=265484 CPUtime=822.27 cores=1,3,5,7
/proc/10181/task/10191/stat : 10191 (plingeling) R 10179 10181 9622 0 -1 4202560 175678 1251 0 0 82201 26 0 0 25 0 5 0 522524230 271855616 37820 33554432000 4194304 4417332 140735193989520 18446744073709551615 4357142 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3285.06
Current children cumulated vsize (KiB) 265484

[startup+882.301 s]
/proc/loadavg: 4.02 4.85 6.43 5/174 10233
/proc/meminfo: memFree=30855672/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=256616 CPUtime=3524.79 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 936327 1251 0 0 352338 141 0 0 22 0 5 0 522524228 262774784 35603 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 64154 35603 181 55 0 62040 0
[pid=10181/tid=10188] ppid=10179 vsize=256616 CPUtime=882.28 cores=1,3,5,7
/proc/10181/task/10188/stat : 10188 (plingeling) R 10179 10181 9622 0 -1 4202560 284617 1251 0 0 88188 40 0 0 25 0 5 0 522524230 262774784 35603 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10181/tid=10189] ppid=10179 vsize=256616 CPUtime=877.91 cores=1,3,5,7
/proc/10181/task/10189/stat : 10189 (plingeling) R 10179 10181 9622 0 -1 4202560 247012 1251 0 0 87754 37 0 0 25 0 5 0 522524230 262774784 35603 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10181/tid=10190] ppid=10179 vsize=256616 CPUtime=882.27 cores=1,3,5,7
/proc/10181/task/10190/stat : 10190 (plingeling) R 10179 10181 9622 0 -1 4202560 219886 1251 0 0 88193 34 0 0 25 0 5 0 522524230 262774784 35603 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10181/tid=10191] ppid=10179 vsize=256616 CPUtime=882.27 cores=1,3,5,7
/proc/10181/task/10191/stat : 10191 (plingeling) R 10179 10181 9622 0 -1 4202560 183598 1251 0 0 88200 27 0 0 25 0 5 0 522524230 262774784 35603 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.79
Current children cumulated vsize (KiB) 256616

[startup+942.301 s]
/proc/loadavg: 4.04 4.70 6.28 5/174 10234
/proc/meminfo: memFree=30857512/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=254776 CPUtime=3764.54 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 978641 1251 0 0 376306 148 0 0 22 0 5 0 522524228 260890624 35143 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 63694 35143 181 55 0 61580 0
[pid=10181/tid=10188] ppid=10179 vsize=254776 CPUtime=942.29 cores=1,3,5,7
/proc/10181/task/10188/stat : 10188 (plingeling) R 10179 10181 9622 0 -1 4202560 294198 1251 0 0 94187 42 0 0 25 0 5 0 522524230 260890624 35143 33554432000 4194304 4417332 140735193989520 18446744073709551615 18446744073699065887 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10181/tid=10189] ppid=10179 vsize=254776 CPUtime=937.64 cores=1,3,5,7
/proc/10181/task/10189/stat : 10189 (plingeling) R 10179 10181 9622 0 -1 4202560 259517 1251 0 0 93725 39 0 0 25 0 5 0 522524230 260890624 35143 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10181/tid=10190] ppid=10179 vsize=254776 CPUtime=942.28 cores=1,3,5,7
/proc/10181/task/10190/stat : 10190 (plingeling) R 10179 10181 9622 0 -1 4202560 230105 1251 0 0 94192 36 0 0 25 0 5 0 522524230 260890624 35143 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10181/tid=10191] ppid=10179 vsize=254776 CPUtime=942.28 cores=1,3,5,7
/proc/10181/task/10191/stat : 10191 (plingeling) R 10179 10181 9622 0 -1 4202560 193607 1251 0 0 94199 29 0 0 25 0 5 0 522524230 260890624 35143 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364800 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.54
Current children cumulated vsize (KiB) 254776

[startup+1002.3 s]
/proc/loadavg: 4.09 4.59 6.14 5/174 10236
/proc/meminfo: memFree=30853016/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=259232 CPUtime=4004.24 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 1022289 1251 0 0 400270 154 0 0 22 0 5 0 522524228 265453568 36257 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 64808 36257 181 55 0 62694 0
[pid=10181/tid=10188] ppid=10179 vsize=259232 CPUtime=1002.29 cores=1,3,5,7
/proc/10181/task/10188/stat : 10188 (plingeling) R 10179 10181 9622 0 -1 4202560 305029 1251 0 0 100185 44 0 0 25 0 5 0 522524230 265453568 36257 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364581 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10181/tid=10189] ppid=10179 vsize=259232 CPUtime=997.35 cores=1,3,5,7
/proc/10181/task/10189/stat : 10189 (plingeling) R 10179 10181 9622 0 -1 4202560 278383 1251 0 0 99694 41 0 0 25 0 5 0 522524230 265453568 36257 33554432000 4194304 4417332 140735193989520 18446744073709551615 4366017 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10181/tid=10190] ppid=10179 vsize=259232 CPUtime=1002.28 cores=1,3,5,7
/proc/10181/task/10190/stat : 10190 (plingeling) R 10179 10181 9622 0 -1 4202560 236555 1251 0 0 100190 38 0 0 25 0 5 0 522524230 265453568 36257 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10181/tid=10191] ppid=10179 vsize=259232 CPUtime=1002.28 cores=1,3,5,7
/proc/10181/task/10191/stat : 10191 (plingeling) R 10179 10181 9622 0 -1 4202560 201108 1251 0 0 100198 30 0 0 25 0 5 0 522524230 265453568 36257 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4004.24
Current children cumulated vsize (KiB) 259232

[startup+1062.31 s]
/proc/loadavg: 4.03 4.48 6.00 5/174 10238
/proc/meminfo: memFree=30841968/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=270620 CPUtime=4243.98 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 1068207 1251 0 0 424238 160 0 0 22 0 5 0 522524228 277114880 39103 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 67655 39103 181 55 0 65541 0
[pid=10181/tid=10188] ppid=10179 vsize=270620 CPUtime=1062.29 cores=1,3,5,7
/proc/10181/task/10188/stat : 10188 (plingeling) R 10179 10181 9622 0 -1 4202560 317124 1251 0 0 106183 46 0 0 25 0 5 0 522524230 277114880 39103 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10181/tid=10189] ppid=10179 vsize=270620 CPUtime=1057.09 cores=1,3,5,7
/proc/10181/task/10189/stat : 10189 (plingeling) R 10179 10181 9622 0 -1 4202560 289418 1251 0 0 105666 43 0 0 25 0 5 0 522524230 277114880 39103 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10181/tid=10190] ppid=10179 vsize=270620 CPUtime=1062.28 cores=1,3,5,7
/proc/10181/task/10190/stat : 10190 (plingeling) R 10179 10181 9622 0 -1 4202560 249271 1251 0 0 106189 39 0 0 25 0 5 0 522524230 277114880 39103 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10181/tid=10191] ppid=10179 vsize=270620 CPUtime=1062.28 cores=1,3,5,7
/proc/10181/task/10191/stat : 10191 (plingeling) R 10179 10181 9622 0 -1 4202560 211180 1251 0 0 106197 31 0 0 25 0 5 0 522524230 277114880 39103 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.98
Current children cumulated vsize (KiB) 270620

[startup+1122.3 s]
/proc/loadavg: 4.08 4.41 5.88 5/174 10239
/proc/meminfo: memFree=30831172/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=281284 CPUtime=4483.7 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 1118363 1251 0 0 448201 169 0 0 22 0 5 0 522524228 288034816 41781 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 70321 41781 181 55 0 68207 0
[pid=10181/tid=10188] ppid=10179 vsize=281284 CPUtime=1122.28 cores=1,3,5,7
/proc/10181/task/10188/stat : 10188 (plingeling) R 10179 10181 9622 0 -1 4202560 329093 1251 0 0 112181 47 0 0 25 0 5 0 522524230 288034816 41781 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10181/tid=10189] ppid=10179 vsize=281284 CPUtime=1116.81 cores=1,3,5,7
/proc/10181/task/10189/stat : 10189 (plingeling) R 10179 10181 9622 0 -1 4202560 305500 1251 0 0 111635 46 0 0 25 0 5 0 522524230 288034816 41781 33554432000 4194304 4417332 140735193989520 18446744073709551615 4250593 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10181/tid=10190] ppid=10179 vsize=281284 CPUtime=1122.29 cores=1,3,5,7
/proc/10181/task/10190/stat : 10190 (plingeling) R 10179 10181 9622 0 -1 4202560 263479 1251 0 0 112187 42 0 0 25 0 5 0 522524230 288034816 41781 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10181/tid=10191] ppid=10179 vsize=281284 CPUtime=1122.28 cores=1,3,5,7
/proc/10181/task/10191/stat : 10191 (plingeling) R 10179 10181 9622 0 -1 4202560 219077 1251 0 0 112196 32 0 0 25 0 5 0 522524230 288034816 41781 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.7
Current children cumulated vsize (KiB) 281284

[startup+1182.3 s]
/proc/loadavg: 4.03 4.33 5.76 5/174 10241
/proc/meminfo: memFree=30833628/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=278664 CPUtime=4723.42 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 1156882 1251 0 0 472167 175 0 0 22 0 5 0 522524228 285351936 41115 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 69666 41115 181 55 0 67552 0
[pid=10181/tid=10188] ppid=10179 vsize=278664 CPUtime=1182.29 cores=1,3,5,7
/proc/10181/task/10188/stat : 10188 (plingeling) R 10179 10181 9622 0 -1 4202560 336571 1251 0 0 118180 49 0 0 25 0 5 0 522524230 285351936 41115 33554432000 4194304 4417332 140735193989520 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10181/tid=10189] ppid=10179 vsize=278664 CPUtime=1176.53 cores=1,3,5,7
/proc/10181/task/10189/stat : 10189 (plingeling) R 10179 10181 9622 0 -1 4202560 316228 1251 0 0 117605 48 0 0 25 0 5 0 522524230 285351936 41115 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10181/tid=10190] ppid=10179 vsize=278664 CPUtime=1182.29 cores=1,3,5,7
/proc/10181/task/10190/stat : 10190 (plingeling) R 10179 10181 9622 0 -1 4202560 273922 1251 0 0 118185 44 0 0 25 0 5 0 522524230 285351936 41115 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10181/tid=10191] ppid=10179 vsize=278664 CPUtime=1182.28 cores=1,3,5,7
/proc/10181/task/10191/stat : 10191 (plingeling) R 10179 10181 9622 0 -1 4202560 228947 1251 0 0 118194 34 0 0 25 0 5 0 522524230 285351936 41115 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4723.42
Current children cumulated vsize (KiB) 278664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.5 s]
/proc/loadavg: 4.02 4.31 5.72 5/174 10241
/proc/meminfo: memFree=30839568/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=272796 CPUtime=4800.15 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 1172397 1251 0 0 479837 178 0 0 22 0 5 0 522524228 279343104 39648 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 68199 39648 181 55 0 66085 0
[pid=10181/tid=10188] ppid=10179 vsize=272796 CPUtime=1201.49 cores=1,3,5,7
/proc/10181/task/10188/stat : 10188 (plingeling) R 10179 10181 9622 0 -1 4202560 342556 1251 0 0 120099 50 0 0 25 0 5 0 522524230 279343104 39648 33554432000 4194304 4417332 140735193989520 18446744073709551615 4250476 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10181/tid=10189] ppid=10179 vsize=272796 CPUtime=1195.64 cores=1,3,5,7
/proc/10181/task/10189/stat : 10189 (plingeling) R 10179 10181 9622 0 -1 4202560 321243 1251 0 0 119516 48 0 0 25 0 5 0 522524230 279343104 39648 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10181/tid=10190] ppid=10179 vsize=272796 CPUtime=1201.49 cores=1,3,5,7
/proc/10181/task/10190/stat : 10190 (plingeling) R 10179 10181 9622 0 -1 4202560 275798 1251 0 0 120105 44 0 0 25 0 5 0 522524230 279343104 39648 33554432000 4194304 4417332 140735193989520 18446744073709551615 4366038 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10181/tid=10191] ppid=10179 vsize=272796 CPUtime=1201.48 cores=1,3,5,7
/proc/10181/task/10191/stat : 10191 (plingeling) R 10179 10181 9622 0 -1 4202560 231586 1251 0 0 120114 34 0 0 25 0 5 0 522524230 279343104 39648 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 272796

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

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

[startup+1201.5 s]
/proc/loadavg: 4.02 4.31 5.72 5/174 10241
/proc/meminfo: memFree=30839568/32951132 swapFree=67080208/67111528
[pid=10181] ppid=10179 vsize=272796 CPUtime=4800.15 cores=1,3,5,7
/proc/10181/stat : 10181 (plingeling) S 10179 10181 9622 0 -1 4202496 1172397 1251 0 0 479837 178 0 0 22 0 5 0 522524228 279343104 39648 33554432000 4194304 4417332 140735193989520 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/10181/statm: 68199 39648 181 55 0 66085 0
[pid=10181/tid=10188] ppid=10179 vsize=272796 CPUtime=1201.49 cores=1,3,5,7
/proc/10181/task/10188/stat : 10188 (plingeling) R 10179 10181 9622 0 -1 4202560 342556 1251 0 0 120099 50 0 0 25 0 5 0 522524230 279343104 39648 33554432000 4194304 4417332 140735193989520 18446744073709551615 4250476 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10181/tid=10189] ppid=10179 vsize=272796 CPUtime=1195.64 cores=1,3,5,7
/proc/10181/task/10189/stat : 10189 (plingeling) R 10179 10181 9622 0 -1 4202560 321243 1251 0 0 119516 48 0 0 25 0 5 0 522524230 279343104 39648 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10181/tid=10190] ppid=10179 vsize=272796 CPUtime=1201.49 cores=1,3,5,7
/proc/10181/task/10190/stat : 10190 (plingeling) R 10179 10181 9622 0 -1 4202560 275798 1251 0 0 120105 44 0 0 25 0 5 0 522524230 279343104 39648 33554432000 4194304 4417332 140735193989520 18446744073709551615 4366038 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10181/tid=10191] ppid=10179 vsize=272796 CPUtime=1201.48 cores=1,3,5,7
/proc/10181/task/10191/stat : 10191 (plingeling) R 10179 10181 9622 0 -1 4202560 231586 1251 0 0 120114 34 0 0 25 0 5 0 522524230 279343104 39648 33554432000 4194304 4417332 140735193989520 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 272796

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.52
CPU time (s): 4800.2
CPU user time (s): 4798.4
CPU system time (s): 1.79273
CPU usage (%): 399.51
Max. virtual memory (cumulated for all children) (KiB): 296068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.4
system time used= 1.79273
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1173648
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= 97
involuntary context switches= 34329

runsolver used 1.54776 second user time and 4.24036 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 22:34:06
IDJOB=3266478
IDBENCH=87739
IDSOLVER=1605
FILE ID=node129/3266478-1304109246
RUNJOBID= node129-1304107926-9937
PBS_JOBID= 13170649
Free space on /tmp= 66372 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT02/handmade/simon/satex-challenges/par32-3.shuffled.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266478-1304109246/watcher-3266478-1304109246 -o /tmp/evaluation-result-3266478-1304109246/solver-3266478-1304109246 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3266478-1304109246.cnf

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

MD5SUM BENCH= 0115a0e26236f3f01aa829c2004452c1
RANDOM SEED=1953318410

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.831
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.831
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.831
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:     32951132 kB
MemFree:      30836704 kB
Buffers:        363672 kB
Cached:        1162852 kB
SwapCached:       5960 kB
Active:         267016 kB
Inactive:      1460740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30836704 kB
SwapTotal:    67111528 kB
SwapFree:     67080208 kB
Dirty:              16 kB
Writeback:          24 kB
AnonPages:      197480 kB
Mapped:          13060 kB
Slab:           323660 kB
PageTables:       5216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   410532 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66372 MiB
End job on node129 at 2011-04-29 22:54:10