Trace number 3266258

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.36 1201.72

General information on the benchmark

NameSAT02/handmade/pehoushek/plainoldcnf/
5cnf_4300_4300_170.shuffled.cnf
MD5SUM82789f57e506af1994452e76af2dcbf0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.073988
Satisfiable
(Un)Satisfiability was proved
Number of variables170
Number of clauses2924
Sum of the clauses size14457
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31
Number of clauses of size 4161
Number of clauses of size 52762
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-3266258-1304108265/watcher-3266258-1304108265 -o /tmp/evaluation-result-3266258-1304108265/solver-3266258-1304108265 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3266258-1304108265.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.07 7.98 5/181 7982
/proc/meminfo: memFree=19268048/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=9488 CPUtime=0 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) R 7980 7982 7523 0 -1 4202496 432 1258 0 0 0 0 0 0 25 0 1 0 522426243 9715712 362 33554432000 4194304 4417332 140735003707744 18446744073709551615 4227889 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/7982/statm: 2372 362 147 55 0 258 0

[startup+0.113838 s]
/proc/loadavg: 8.11 8.07 7.98 5/181 7982
/proc/meminfo: memFree=19268048/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=118964 CPUtime=0.42 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 1564 1258 0 0 42 0 0 0 25 0 5 0 522426243 121819136 1171 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 29741 1171 179 55 0 27627 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 118964

[startup+0.200824 s]
/proc/loadavg: 8.11 8.07 7.98 5/181 7982
/proc/meminfo: memFree=19268048/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=119588 CPUtime=0.76 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 2341 1258 0 0 76 0 0 0 25 0 5 0 522426243 122458112 1331 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 29897 1331 179 55 0 27783 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 119588

[startup+0.300807 s]
/proc/loadavg: 8.11 8.07 7.98 5/181 7982
/proc/meminfo: memFree=19268048/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=120416 CPUtime=1.16 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 3337 1258 0 0 116 0 0 0 25 0 5 0 522426243 123305984 1507 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 30104 1507 179 55 0 27990 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 120416

[startup+0.700736 s]
/proc/loadavg: 8.11 8.07 7.98 5/181 7982
/proc/meminfo: memFree=19268048/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=122680 CPUtime=2.76 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 6589 1258 0 0 275 1 0 0 25 0 5 0 522426243 125624320 2105 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 30670 2105 179 55 0 28556 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 122680

[startup+1.5006 s]
/proc/loadavg: 8.11 8.07 7.98 9/186 7992
/proc/meminfo: memFree=19258740/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=127796 CPUtime=5.96 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 13217 1258 0 0 593 3 0 0 25 0 5 0 522426243 130863104 3384 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 31949 3384 179 55 0 29835 0
[pid=7982/tid=7989] ppid=7980 vsize=127796 CPUtime=1.48 cores=1,3,5,7
/proc/7982/task/7989/stat : 7989 (plingeling) R 7980 7982 7523 0 -1 4202560 3232 1258 0 0 148 0 0 0 25 0 5 0 522426243 130863104 3384 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7982/tid=7990] ppid=7980 vsize=127796 CPUtime=1.48 cores=1,3,5,7
/proc/7982/task/7990/stat : 7990 (plingeling) R 7980 7982 7523 0 -1 4202560 2926 1258 0 0 148 0 0 0 25 0 5 0 522426243 130863104 3384 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7982/tid=7991] ppid=7980 vsize=127796 CPUtime=1.48 cores=1,3,5,7
/proc/7982/task/7991/stat : 7991 (plingeling) R 7980 7982 7523 0 -1 4202560 3335 1258 0 0 148 0 0 0 25 0 5 0 522426243 130863104 3384 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364664 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7982/tid=7992] ppid=7980 vsize=127796 CPUtime=1.48 cores=1,3,5,7
/proc/7982/task/7992/stat : 7992 (plingeling) R 7980 7982 7523 0 -1 4202560 3116 1258 0 0 148 0 0 0 25 0 5 0 522426243 130863104 3384 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 127796

[startup+3.10031 s]
/proc/loadavg: 8.10 8.07 7.98 9/186 7992
/proc/meminfo: memFree=19254012/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=130592 CPUtime=12.35 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 23691 1258 0 0 1231 4 0 0 25 0 5 0 522426243 133726208 4067 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 32648 4067 179 55 0 30534 0
[pid=7982/tid=7989] ppid=7980 vsize=131136 CPUtime=3.09 cores=1,3,5,7
/proc/7982/task/7989/stat : 7989 (plingeling) R 7980 7982 7523 0 -1 4202560 6271 1258 0 0 308 1 0 0 25 0 5 0 522426243 134283264 4067 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7982/tid=7990] ppid=7980 vsize=131136 CPUtime=3.08 cores=1,3,5,7
/proc/7982/task/7990/stat : 7990 (plingeling) R 7980 7982 7523 0 -1 4202560 5474 1258 0 0 307 1 0 0 25 0 5 0 522426243 134283264 4080 33554432000 4194304 4417332 140735003707744 18446744073709551615 237278573631 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7982/tid=7991] ppid=7980 vsize=131136 CPUtime=3.08 cores=1,3,5,7
/proc/7982/task/7991/stat : 7991 (plingeling) R 7980 7982 7523 0 -1 4202560 5829 1258 0 0 307 1 0 0 25 0 5 0 522426243 134283264 4095 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7982/tid=7992] ppid=7980 vsize=131136 CPUtime=3.07 cores=1,3,5,7
/proc/7982/task/7992/stat : 7992 (plingeling) R 7980 7982 7523 0 -1 4202560 5522 1258 0 0 307 0 0 0 25 0 5 0 522426243 134283264 4108 33554432000 4194304 4417332 140735003707744 18446744073709551615 4251107 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 130592

[startup+6.30075 s]
/proc/loadavg: 8.10 8.07 7.98 9/186 7992
/proc/meminfo: memFree=19251040/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=135052 CPUtime=25.14 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 40892 1258 0 0 2507 7 0 0 25 0 5 0 522426243 138293248 5198 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 33763 5198 179 55 0 31649 0
[pid=7982/tid=7989] ppid=7980 vsize=135052 CPUtime=6.28 cores=1,3,5,7
/proc/7982/task/7989/stat : 7989 (plingeling) R 7980 7982 7523 0 -1 4202560 11145 1258 0 0 627 1 0 0 25 0 5 0 522426243 138293248 5198 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7982/tid=7990] ppid=7980 vsize=135052 CPUtime=6.28 cores=1,3,5,7
/proc/7982/task/7990/stat : 7990 (plingeling) R 7980 7982 7523 0 -1 4202560 10371 1258 0 0 627 1 0 0 25 0 5 0 522426243 138293248 5198 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7982/tid=7991] ppid=7980 vsize=135052 CPUtime=6.28 cores=1,3,5,7
/proc/7982/task/7991/stat : 7991 (plingeling) R 7980 7982 7523 0 -1 4202560 9984 1258 0 0 627 1 0 0 25 0 5 0 522426243 138293248 5198 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7982/tid=7992] ppid=7980 vsize=135052 CPUtime=6.26 cores=1,3,5,7
/proc/7982/task/7992/stat : 7992 (plingeling) R 7980 7982 7523 0 -1 4202560 8784 1258 0 0 625 1 0 0 25 0 5 0 522426243 138293248 5198 33554432000 4194304 4417332 140735003707744 18446744073709551615 4244345 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 135052

[startup+12.7006 s]
/proc/loadavg: 8.09 8.07 7.98 9/186 7992
/proc/meminfo: memFree=19242292/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=139456 CPUtime=50.7 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 71667 1258 0 0 5058 12 0 0 25 0 5 0 522426243 142802944 6287 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 34864 6287 179 55 0 32750 0
[pid=7982/tid=7989] ppid=7980 vsize=139456 CPUtime=12.69 cores=1,3,5,7
/proc/7982/task/7989/stat : 7989 (plingeling) R 7980 7982 7523 0 -1 4202560 19160 1258 0 0 1266 3 0 0 25 0 5 0 522426243 142802944 6287 33554432000 4194304 4417332 140735003707744 18446744073709551615 4236949 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7982/tid=7990] ppid=7980 vsize=139456 CPUtime=12.68 cores=1,3,5,7
/proc/7982/task/7990/stat : 7990 (plingeling) R 7980 7982 7523 0 -1 4202560 18548 1258 0 0 1265 3 0 0 25 0 5 0 522426243 142802944 6287 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7982/tid=7991] ppid=7980 vsize=139456 CPUtime=12.68 cores=1,3,5,7
/proc/7982/task/7991/stat : 7991 (plingeling) R 7980 7982 7523 0 -1 4202560 18504 1258 0 0 1266 2 0 0 25 0 5 0 522426243 142802944 6287 33554432000 4194304 4417332 140735003707744 18446744073709551615 4354436 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7982/tid=7992] ppid=7980 vsize=139456 CPUtime=12.62 cores=1,3,5,7
/proc/7982/task/7992/stat : 7992 (plingeling) R 7980 7982 7523 0 -1 4202560 14847 1258 0 0 1260 2 0 0 25 0 5 0 522426243 142802944 6287 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 139456

[startup+25.5003 s]
/proc/loadavg: 8.07 8.07 7.98 9/186 7992
/proc/meminfo: memFree=19234112/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=145940 CPUtime=101.83 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 115244 1258 0 0 10163 20 0 0 25 0 5 0 522426243 149442560 7905 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 36485 7905 179 55 0 34371 0
[pid=7982/tid=7989] ppid=7980 vsize=145940 CPUtime=25.49 cores=1,3,5,7
/proc/7982/task/7989/stat : 7989 (plingeling) R 7980 7982 7523 0 -1 4202560 30714 1258 0 0 2544 5 0 0 25 0 5 0 522426243 149442560 7905 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7982/tid=7990] ppid=7980 vsize=145940 CPUtime=25.48 cores=1,3,5,7
/proc/7982/task/7990/stat : 7990 (plingeling) R 7980 7982 7523 0 -1 4202560 29560 1258 0 0 2543 5 0 0 25 0 5 0 522426243 149442560 7905 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7982/tid=7991] ppid=7980 vsize=145940 CPUtime=25.48 cores=1,3,5,7
/proc/7982/task/7991/stat : 7991 (plingeling) R 7980 7982 7523 0 -1 4202560 31287 1258 0 0 2544 4 0 0 25 0 5 0 522426243 149442560 7905 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364664 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7982/tid=7992] ppid=7980 vsize=145940 CPUtime=25.34 cores=1,3,5,7
/proc/7982/task/7992/stat : 7992 (plingeling) R 7980 7982 7523 0 -1 4202560 23075 1258 0 0 2531 3 0 0 25 0 5 0 522426243 149442560 7905 33554432000 4194304 4417332 140735003707744 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 145940

[startup+51.1008 s]
/proc/loadavg: 8.19 8.09 8.00 9/186 7993
/proc/meminfo: memFree=19230116/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=150924 CPUtime=204.09 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 187996 1258 0 0 20377 32 0 0 25 0 5 0 522426243 154546176 9134 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 37731 9134 179 55 0 35617 0
[pid=7982/tid=7989] ppid=7980 vsize=150924 CPUtime=51.08 cores=1,3,5,7
/proc/7982/task/7989/stat : 7989 (plingeling) R 7980 7982 7523 0 -1 4202560 51053 1258 0 0 5100 8 0 0 25 0 5 0 522426243 154546176 9134 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7982/tid=7990] ppid=7980 vsize=150924 CPUtime=51.08 cores=1,3,5,7
/proc/7982/task/7990/stat : 7990 (plingeling) R 7980 7982 7523 0 -1 4202560 48594 1258 0 0 5099 9 0 0 25 0 5 0 522426243 154546176 9134 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7982/tid=7991] ppid=7980 vsize=150924 CPUtime=51.08 cores=1,3,5,7
/proc/7982/task/7991/stat : 7991 (plingeling) R 7980 7982 7523 0 -1 4202560 49610 1258 0 0 5101 7 0 0 25 0 5 0 522426243 154546176 9134 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7982/tid=7992] ppid=7980 vsize=150924 CPUtime=50.81 cores=1,3,5,7
/proc/7982/task/7992/stat : 7992 (plingeling) R 7980 7982 7523 0 -1 4202560 38131 1258 0 0 5075 6 0 0 25 0 5 0 522426243 154546176 9134 33554432000 4194304 4417332 140735003707744 18446744073709551615 4357108 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 150924

[startup+102.301 s]
/proc/loadavg: 8.22 8.11 8.01 9/186 7994
/proc/meminfo: memFree=19186212/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=176560 CPUtime=408.64 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 303969 1258 0 0 40814 50 0 0 25 0 5 0 522426243 180797440 15543 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 44140 15543 179 55 0 42026 0
[pid=7982/tid=7989] ppid=7980 vsize=176560 CPUtime=102.29 cores=1,3,5,7
/proc/7982/task/7989/stat : 7989 (plingeling) R 7980 7982 7523 0 -1 4202560 81564 1258 0 0 10216 13 0 0 25 0 5 0 522426243 180797440 15543 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7982/tid=7990] ppid=7980 vsize=176560 CPUtime=102.29 cores=1,3,5,7
/proc/7982/task/7990/stat : 7990 (plingeling) R 7980 7982 7523 0 -1 4202560 78699 1258 0 0 10215 14 0 0 25 0 5 0 522426243 180797440 15543 33554432000 4194304 4417332 140735003707744 18446744073709551615 4344093 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7982/tid=7991] ppid=7980 vsize=176560 CPUtime=102.28 cores=1,3,5,7
/proc/7982/task/7991/stat : 7991 (plingeling) R 7980 7982 7523 0 -1 4202560 79028 1258 0 0 10217 11 0 0 25 0 5 0 522426243 180797440 15543 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7982/tid=7992] ppid=7980 vsize=176560 CPUtime=101.74 cores=1,3,5,7
/proc/7982/task/7992/stat : 7992 (plingeling) R 7980 7982 7523 0 -1 4202560 64070 1258 0 0 10164 10 0 0 25 0 5 0 522426243 180797440 15543 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 176560

[startup+162.301 s]
/proc/loadavg: 8.15 8.10 8.00 9/186 7996
/proc/meminfo: memFree=19224148/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=178424 CPUtime=648.29 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 400229 1258 0 0 64765 64 0 0 25 0 5 0 522426243 182706176 16041 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 44606 16041 179 55 0 42492 0
[pid=7982/tid=7989] ppid=7980 vsize=178424 CPUtime=162.29 cores=1,3,5,7
/proc/7982/task/7989/stat : 7989 (plingeling) R 7980 7982 7523 0 -1 4202560 107453 1258 0 0 16212 17 0 0 25 0 5 0 522426243 182706176 16041 33554432000 4194304 4417332 140735003707744 18446744073709551615 4353584 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7982/tid=7990] ppid=7980 vsize=178424 CPUtime=162.29 cores=1,3,5,7
/proc/7982/task/7990/stat : 7990 (plingeling) R 7980 7982 7523 0 -1 4202560 103755 1258 0 0 16211 18 0 0 25 0 5 0 522426243 182706176 16041 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7982/tid=7991] ppid=7980 vsize=178424 CPUtime=162.28 cores=1,3,5,7
/proc/7982/task/7991/stat : 7991 (plingeling) R 7980 7982 7523 0 -1 4202560 103208 1258 0 0 16213 15 0 0 25 0 5 0 522426243 182706176 16041 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364811 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7982/tid=7992] ppid=7980 vsize=178424 CPUtime=161.41 cores=1,3,5,7
/proc/7982/task/7992/stat : 7992 (plingeling) R 7980 7982 7523 0 -1 4202560 85205 1258 0 0 16128 13 0 0 25 0 5 0 522426243 182706176 16041 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364498 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.29
Current children cumulated vsize (KiB) 178424


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

[pid=7982/tid=7990] ppid=7980 vsize=236780 CPUtime=702.3 cores=1,3,5,7
/proc/7982/task/7990/stat : 7990 (plingeling) R 7980 7982 7523 0 -1 4202560 260278 1258 0 0 70186 44 0 0 25 0 5 0 522426243 242462720 30620 33554432000 4194304 4417332 140735003707744 18446744073709551615 4353552 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7982/tid=7991] ppid=7980 vsize=236780 CPUtime=702.28 cores=1,3,5,7
/proc/7982/task/7991/stat : 7991 (plingeling) R 7980 7982 7523 0 -1 4202560 277635 1258 0 0 70187 41 0 0 25 0 5 0 522426243 242462720 30620 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7982/tid=7992] ppid=7980 vsize=236780 CPUtime=698.47 cores=1,3,5,7
/proc/7982/task/7992/stat : 7992 (plingeling) R 7980 7982 7523 0 -1 4202560 228114 1258 0 0 69811 36 0 0 25 0 5 0 522426243 242462720 30620 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.39
Current children cumulated vsize (KiB) 236780

[startup+762.3 s]
/proc/loadavg: 8.09 8.10 8.02 9/186 8049
/proc/meminfo: memFree=19704628/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=243104 CPUtime=3045.08 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 1077877 1258 0 0 304336 172 0 0 25 0 5 0 522426243 248938496 32209 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 60776 32209 179 55 0 58662 0
[pid=7982/tid=7989] ppid=7980 vsize=243104 CPUtime=762.31 cores=1,3,5,7
/proc/7982/task/7989/stat : 7989 (plingeling) R 7980 7982 7523 0 -1 4202560 273138 1258 0 0 76186 45 0 0 25 0 5 0 522426243 248938496 32209 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7982/tid=7990] ppid=7980 vsize=243104 CPUtime=762.3 cores=1,3,5,7
/proc/7982/task/7990/stat : 7990 (plingeling) R 7980 7982 7523 0 -1 4202560 272253 1258 0 0 76185 45 0 0 25 0 5 0 522426243 248938496 32209 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7982/tid=7991] ppid=7980 vsize=243104 CPUtime=762.28 cores=1,3,5,7
/proc/7982/task/7991/stat : 7991 (plingeling) R 7980 7982 7523 0 -1 4202560 290799 1258 0 0 76186 42 0 0 25 0 5 0 522426243 248938496 32209 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7982/tid=7992] ppid=7980 vsize=243104 CPUtime=758.15 cores=1,3,5,7
/proc/7982/task/7992/stat : 7992 (plingeling) R 7980 7982 7523 0 -1 4202560 241079 1258 0 0 75777 38 0 0 25 0 5 0 522426243 248938496 32209 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.08
Current children cumulated vsize (KiB) 243104

[startup+822.301 s]
/proc/loadavg: 8.08 8.09 8.02 9/186 8051
/proc/meminfo: memFree=19702260/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=250708 CPUtime=3284.74 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 1126186 1258 0 0 328294 180 0 0 25 0 5 0 522426243 256724992 34097 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 62677 34097 179 55 0 60563 0
[pid=7982/tid=7989] ppid=7980 vsize=250708 CPUtime=822.3 cores=1,3,5,7
/proc/7982/task/7989/stat : 7989 (plingeling) R 7980 7982 7523 0 -1 4202560 286675 1258 0 0 82183 47 0 0 25 0 5 0 522426243 256724992 34097 33554432000 4194304 4417332 140735003707744 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7982/tid=7990] ppid=7980 vsize=250708 CPUtime=822.3 cores=1,3,5,7
/proc/7982/task/7990/stat : 7990 (plingeling) R 7980 7982 7523 0 -1 4202560 284090 1258 0 0 82183 47 0 0 25 0 5 0 522426243 256724992 34097 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7982/tid=7991] ppid=7980 vsize=250708 CPUtime=822.28 cores=1,3,5,7
/proc/7982/task/7991/stat : 7991 (plingeling) R 7980 7982 7523 0 -1 4202560 304590 1258 0 0 82184 44 0 0 25 0 5 0 522426243 256724992 34097 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7982/tid=7992] ppid=7980 vsize=250708 CPUtime=817.82 cores=1,3,5,7
/proc/7982/task/7992/stat : 7992 (plingeling) R 7980 7982 7523 0 -1 4202560 250223 1258 0 0 81743 39 0 0 25 0 5 0 522426243 256724992 34097 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 250708

[startup+882.307 s]
/proc/loadavg: 8.07 8.08 8.02 9/186 8052
/proc/meminfo: memFree=19701880/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=246856 CPUtime=3524.44 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 1180969 1258 0 0 352254 190 0 0 25 0 5 0 522426243 252780544 33142 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 61714 33142 179 55 0 59600 0
[pid=7982/tid=7989] ppid=7980 vsize=246856 CPUtime=882.31 cores=1,3,5,7
/proc/7982/task/7989/stat : 7989 (plingeling) R 7980 7982 7523 0 -1 4202560 299535 1258 0 0 88181 50 0 0 25 0 5 0 522426243 252780544 33142 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7982/tid=7990] ppid=7980 vsize=246856 CPUtime=882.3 cores=1,3,5,7
/proc/7982/task/7990/stat : 7990 (plingeling) R 7980 7982 7523 0 -1 4202560 297927 1258 0 0 88181 49 0 0 25 0 5 0 522426243 252780544 33142 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7982/tid=7991] ppid=7980 vsize=246856 CPUtime=882.29 cores=1,3,5,7
/proc/7982/task/7991/stat : 7991 (plingeling) R 7980 7982 7523 0 -1 4202560 319056 1258 0 0 88182 47 0 0 25 0 5 0 522426243 252780544 33142 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7982/tid=7992] ppid=7980 vsize=246856 CPUtime=877.5 cores=1,3,5,7
/proc/7982/task/7992/stat : 7992 (plingeling) R 7980 7982 7523 0 -1 4202560 263843 1258 0 0 87708 42 0 0 25 0 5 0 522426243 252780544 33142 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.44
Current children cumulated vsize (KiB) 246856

[startup+942.3 s]
/proc/loadavg: 8.06 8.08 8.02 9/186 8054
/proc/meminfo: memFree=19724928/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=223336 CPUtime=3764.09 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 1232591 1258 0 0 376212 197 0 0 25 0 5 0 522426243 228696064 27254 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 55834 27254 179 55 0 53720 0
[pid=7982/tid=7989] ppid=7980 vsize=223336 CPUtime=942.31 cores=1,3,5,7
/proc/7982/task/7989/stat : 7989 (plingeling) R 7980 7982 7523 0 -1 4202560 312333 1258 0 0 94179 52 0 0 25 0 5 0 522426243 228696064 27254 33554432000 4194304 4417332 140735003707744 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7982/tid=7990] ppid=7980 vsize=223336 CPUtime=942.3 cores=1,3,5,7
/proc/7982/task/7990/stat : 7990 (plingeling) R 7980 7982 7523 0 -1 4202560 310893 1258 0 0 94179 51 0 0 25 0 5 0 522426243 228696064 27254 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7982/tid=7991] ppid=7980 vsize=223336 CPUtime=942.28 cores=1,3,5,7
/proc/7982/task/7991/stat : 7991 (plingeling) R 7980 7982 7523 0 -1 4202560 332301 1258 0 0 94179 49 0 0 25 0 5 0 522426243 228696064 27254 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7982/tid=7992] ppid=7980 vsize=223336 CPUtime=937.17 cores=1,3,5,7
/proc/7982/task/7992/stat : 7992 (plingeling) R 7980 7982 7523 0 -1 4202560 276456 1258 0 0 93673 44 0 0 25 0 5 0 522426243 228696064 27254 33554432000 4194304 4417332 140735003707744 18446744073709551615 18446744073699066057 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 223336

[startup+1002.3 s]
/proc/loadavg: 8.10 8.09 8.02 9/186 8055
/proc/meminfo: memFree=19674204/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=279260 CPUtime=4003.77 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 1275515 1258 0 0 400173 204 0 0 25 0 5 0 522426243 285962240 41244 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 69815 41244 179 55 0 67701 0
[pid=7982/tid=7989] ppid=7980 vsize=279260 CPUtime=1002.31 cores=1,3,5,7
/proc/7982/task/7989/stat : 7989 (plingeling) R 7980 7982 7523 0 -1 4202560 323426 1258 0 0 100178 53 0 0 25 0 5 0 522426243 285962240 41244 33554432000 4194304 4417332 140735003707744 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7982/tid=7990] ppid=7980 vsize=279260 CPUtime=1002.3 cores=1,3,5,7
/proc/7982/task/7990/stat : 7990 (plingeling) R 7980 7982 7523 0 -1 4202560 320418 1258 0 0 100178 52 0 0 25 0 5 0 522426243 285962240 41244 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7982/tid=7991] ppid=7980 vsize=279260 CPUtime=1002.28 cores=1,3,5,7
/proc/7982/task/7991/stat : 7991 (plingeling) R 7980 7982 7523 0 -1 4202560 344076 1258 0 0 100178 50 0 0 25 0 5 0 522426243 285962240 41244 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7982/tid=7992] ppid=7980 vsize=279260 CPUtime=996.84 cores=1,3,5,7
/proc/7982/task/7992/stat : 7992 (plingeling) R 7980 7982 7523 0 -1 4202560 286987 1258 0 0 99638 46 0 0 25 0 5 0 522426243 285962240 41244 33554432000 4194304 4417332 140735003707744 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.77
Current children cumulated vsize (KiB) 279260

[startup+1062.3 s]
/proc/loadavg: 8.07 8.09 8.02 9/186 8057
/proc/meminfo: memFree=19690316/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=255364 CPUtime=4243.46 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 1321687 1258 0 0 424134 212 0 0 25 0 5 0 522426243 261492736 35270 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 63841 35270 179 55 0 61727 0
[pid=7982/tid=7989] ppid=7980 vsize=255364 CPUtime=1062.31 cores=1,3,5,7
/proc/7982/task/7989/stat : 7989 (plingeling) R 7980 7982 7523 0 -1 4202560 334681 1258 0 0 106176 55 0 0 25 0 5 0 522426243 261492736 35270 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7982/tid=7990] ppid=7980 vsize=255364 CPUtime=1062.31 cores=1,3,5,7
/proc/7982/task/7990/stat : 7990 (plingeling) R 7980 7982 7523 0 -1 4202560 334574 1258 0 0 106176 55 0 0 25 0 5 0 522426243 261492736 35270 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7982/tid=7991] ppid=7980 vsize=255364 CPUtime=1062.27 cores=1,3,5,7
/proc/7982/task/7991/stat : 7991 (plingeling) R 7980 7982 7523 0 -1 4202560 356801 1258 0 0 106175 52 0 0 25 0 5 0 522426243 261492736 35270 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7982/tid=7992] ppid=7980 vsize=255364 CPUtime=1056.52 cores=1,3,5,7
/proc/7982/task/7992/stat : 7992 (plingeling) R 7980 7982 7523 0 -1 4202560 295023 1258 0 0 105604 48 0 0 25 0 5 0 522426243 261492736 35270 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.46
Current children cumulated vsize (KiB) 255364

[startup+1122.3 s]
/proc/loadavg: 8.06 8.08 8.02 9/186 8059
/proc/meminfo: memFree=19667484/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=276312 CPUtime=4483.13 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 1363479 1258 0 0 448094 219 0 0 25 0 5 0 522426243 282943488 40481 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 69078 40481 179 55 0 66964 0
[pid=7982/tid=7989] ppid=7980 vsize=276312 CPUtime=1122.32 cores=1,3,5,7
/proc/7982/task/7989/stat : 7989 (plingeling) R 7980 7982 7523 0 -1 4202560 344924 1258 0 0 112175 57 0 0 25 0 5 0 522426243 282943488 40481 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7982/tid=7990] ppid=7980 vsize=276312 CPUtime=1122.31 cores=1,3,5,7
/proc/7982/task/7990/stat : 7990 (plingeling) R 7980 7982 7523 0 -1 4202560 343239 1258 0 0 112175 56 0 0 25 0 5 0 522426243 282943488 40481 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7982/tid=7991] ppid=7980 vsize=276312 CPUtime=1122.28 cores=1,3,5,7
/proc/7982/task/7991/stat : 7991 (plingeling) R 7980 7982 7523 0 -1 4202560 367235 1258 0 0 112174 54 0 0 25 0 5 0 522426243 282943488 40481 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7982/tid=7992] ppid=7980 vsize=276312 CPUtime=1116.19 cores=1,3,5,7
/proc/7982/task/7992/stat : 7992 (plingeling) R 7980 7982 7523 0 -1 4202560 307473 1258 0 0 111569 50 0 0 25 0 5 0 522426243 282943488 40481 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 276312

[startup+1182.3 s]
/proc/loadavg: 8.13 8.10 8.03 9/186 8060
/proc/meminfo: memFree=19706284/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=237924 CPUtime=4722.81 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 1406264 1258 0 0 472057 224 0 0 25 0 5 0 522426243 243634176 30907 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 59481 30907 179 55 0 57367 0
[pid=7982/tid=7989] ppid=7980 vsize=237924 CPUtime=1182.32 cores=1,3,5,7
/proc/7982/task/7989/stat : 7989 (plingeling) R 7980 7982 7523 0 -1 4202560 354656 1258 0 0 118174 58 0 0 25 0 5 0 522426243 243634176 30907 33554432000 4194304 4417332 140735003707744 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7982/tid=7990] ppid=7980 vsize=237924 CPUtime=1182.31 cores=1,3,5,7
/proc/7982/task/7990/stat : 7990 (plingeling) R 7980 7982 7523 0 -1 4202560 356837 1258 0 0 118173 58 0 0 25 0 5 0 522426243 243634176 30907 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7982/tid=7991] ppid=7980 vsize=237924 CPUtime=1182.28 cores=1,3,5,7
/proc/7982/task/7991/stat : 7991 (plingeling) R 7980 7982 7523 0 -1 4202560 379108 1258 0 0 118172 56 0 0 25 0 5 0 522426243 243634176 30907 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7982/tid=7992] ppid=7980 vsize=237924 CPUtime=1175.87 cores=1,3,5,7
/proc/7982/task/7992/stat : 7992 (plingeling) R 7980 7982 7523 0 -1 4202560 315055 1258 0 0 117536 51 0 0 25 0 5 0 522426243 243634176 30907 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 237924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.09 8.03 9/186 8061
/proc/meminfo: memFree=19657424/32950904 swapFree=67082284/67111528
[pid=7982] ppid=7980 vsize=281384 CPUtime=4800.32 cores=1,3,5,7
/proc/7982/stat : 7982 (plingeling) S 7980 7982 7523 0 -1 4202496 1417129 1258 0 0 479806 226 0 0 25 0 5 0 522426243 288137216 41772 33554432000 4194304 4417332 140735003707744 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7982/statm: 70346 41772 179 55 0 68232 0
[pid=7982/tid=7989] ppid=7980 vsize=281384 CPUtime=1201.72 cores=1,3,5,7
/proc/7982/task/7989/stat : 7989 (plingeling) R 7980 7982 7523 0 -1 4202560 357004 1258 0 0 120114 58 0 0 25 0 5 0 522426243 288137216 41772 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7982/tid=7990] ppid=7980 vsize=281384 CPUtime=1201.71 cores=1,3,5,7
/proc/7982/task/7990/stat : 7990 (plingeling) R 7980 7982 7523 0 -1 4202560 359033 1258 0 0 120113 58 0 0 25 0 5 0 522426243 288137216 41772 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7982/tid=7991] ppid=7980 vsize=281384 CPUtime=1201.68 cores=1,3,5,7
/proc/7982/task/7991/stat : 7991 (plingeling) R 7980 7982 7523 0 -1 4202560 383437 1258 0 0 120112 56 0 0 25 0 5 0 522426243 288137216 41772 33554432000 4194304 4417332 140735003707744 18446744073709551615 4251109 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7982/tid=7992] ppid=7980 vsize=281384 CPUtime=1195.16 cores=1,3,5,7
/proc/7982/task/7992/stat : 7992 (plingeling) R 7980 7982 7523 0 -1 4202560 317047 1258 0 0 119465 51 0 0 25 0 5 0 522426243 288137216 41772 33554432000 4194304 4417332 140735003707744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 281384

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): 1201.72
CPU time (s): 4800.36
CPU user time (s): 4798.09
CPU system time (s): 2.27165
CPU usage (%): 399.457
Max. virtual memory (cumulated for all children) (KiB): 290836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.09
system time used= 2.27165
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1418387
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= 118
involuntary context switches= 35724

runsolver used 1.85672 second user time and 4.70728 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 22:17:45
IDJOB=3266258
IDBENCH=87447
IDSOLVER=1605
FILE ID=node121/3266258-1304108265
RUNJOBID= node121-1304105551-7542
PBS_JOBID= 13170657
Free space on /tmp= 72652 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT02/handmade/pehoushek/plainoldcnf/5cnf_4300_4300_170.shuffled.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266258-1304108265/watcher-3266258-1304108265 -o /tmp/evaluation-result-3266258-1304108265/solver-3266258-1304108265 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3266258-1304108265.cnf

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

MD5SUM BENCH= 82789f57e506af1994452e76af2dcbf0
RANDOM SEED=1766832573

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      19268328 kB
Buffers:       2184248 kB
Cached:       10274220 kB
SwapCached:       2776 kB
Active:        9797064 kB
Inactive:      3365488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19268328 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:             448 kB
Writeback:           0 kB
AnonPages:      701680 kB
Mapped:          14524 kB
Slab:           456456 kB
PageTables:       6152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   915628 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= 72652 MiB
End job on node121 at 2011-04-29 22:37:49