Trace number 3371043

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 587f (fixed)? (TO) 4800.24 1202.24

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d0.02/
connm-ue-csp-sat-n800-d0.02-s111845174.used-as.sat04-958.cnf
MD5SUM7bb85ebdeae46262f72a4c54d4e16683
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables772
Number of clauses9601
Sum of the clauses size28996
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39408
Number of clauses of size 4193
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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371043-1305430981/watcher-3371043-1305430981 -o /tmp/evaluation-result-3371043-1305430981/solver-3371043-1305430981 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371043-1305430981.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.18 8.08 7.84 5/242 17628
/proc/meminfo: memFree=23810296/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=9616 CPUtime=0 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) R 17626 17628 17257 0 -1 4202496 496 1253 0 0 0 0 0 0 25 0 1 0 654698827 9846784 426 33554432000 4194304 4417452 140737312673024 18446744073709551615 222921470957 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17628/statm: 2404 427 148 55 0 290 0

[startup+0.03253 s]
/proc/loadavg: 8.18 8.08 7.84 5/242 17628
/proc/meminfo: memFree=23810296/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=53360 CPUtime=0.07 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 1369 1253 0 0 7 0 0 0 25 0 5 0 654698827 54640640 1140 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 13340 1140 177 55 0 11226 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 53360

[startup+0.132512 s]
/proc/loadavg: 8.18 8.08 7.84 5/242 17628
/proc/meminfo: memFree=23810296/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=53840 CPUtime=0.47 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 1728 1253 0 0 47 0 0 0 25 0 5 0 654698827 55132160 1277 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 13460 1277 178 55 0 11346 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 53840

[startup+0.300482 s]
/proc/loadavg: 8.18 8.08 7.84 5/242 17628
/proc/meminfo: memFree=23810296/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=55580 CPUtime=1.15 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 2174 1253 0 0 115 0 0 0 25 0 5 0 654698827 56913920 1723 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 13895 1723 180 55 0 11781 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 55580

[startup+0.700409 s]
/proc/loadavg: 8.18 8.08 7.84 5/242 17628
/proc/meminfo: memFree=23810296/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=122360 CPUtime=2.74 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 2691 1253 0 0 274 0 0 0 25 0 5 0 654698827 125296640 2030 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 30590 2030 180 55 0 28476 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 122360

[startup+1.50026 s]
/proc/loadavg: 8.18 8.08 7.84 9/247 17638
/proc/meminfo: memFree=23799796/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=125736 CPUtime=5.93 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 4012 1253 0 0 593 0 0 0 25 0 5 0 654698827 128753664 2852 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 31434 2852 180 55 0 29320 0
[pid=17628/tid=17635] ppid=17626 vsize=125736 CPUtime=1.48 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (plingeling) R 17626 17628 17257 0 -1 4202560 910 1253 0 0 148 0 0 0 25 0 5 0 654698829 128753664 2852 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17628/tid=17636] ppid=17626 vsize=125736 CPUtime=1.47 cores=1,3,5,7
/proc/17628/task/17636/stat : 17636 (plingeling) R 17626 17628 17257 0 -1 4202560 601 1253 0 0 147 0 0 0 25 0 5 0 654698829 128753664 2852 33554432000 4194304 4417452 140737312673024 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17628/tid=17637] ppid=17626 vsize=125736 CPUtime=1.48 cores=1,3,5,7
/proc/17628/task/17637/stat : 17637 (plingeling) R 17626 17628 17257 0 -1 4202560 732 1253 0 0 148 0 0 0 25 0 5 0 654698829 128753664 2852 33554432000 4194304 4417452 140737312673024 18446744073709551615 4301947 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=125736 CPUtime=1.48 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (plingeling) R 17626 17628 17257 0 -1 4202560 776 1253 0 0 148 0 0 0 25 0 5 0 654698829 128753664 2852 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 125736

[startup+3.10097 s]
/proc/loadavg: 8.16 8.07 7.84 9/247 17638
/proc/meminfo: memFree=23812816/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=131688 CPUtime=12.32 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 7408 1253 0 0 1232 0 0 0 25 0 5 0 654698827 134848512 4340 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 32922 4340 180 55 0 30808 0
[pid=17628/tid=17635] ppid=17626 vsize=131688 CPUtime=3.08 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (plingeling) R 17626 17628 17257 0 -1 4202560 2129 1253 0 0 308 0 0 0 25 0 5 0 654698829 134848512 4340 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17628/tid=17636] ppid=17626 vsize=131688 CPUtime=3.06 cores=1,3,5,7
/proc/17628/task/17636/stat : 17636 (plingeling) R 17626 17628 17257 0 -1 4202560 1377 1253 0 0 306 0 0 0 25 0 5 0 654698829 134848512 4340 33554432000 4194304 4417452 140737312673024 18446744073709551615 4250969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17628/tid=17637] ppid=17626 vsize=131688 CPUtime=3.08 cores=1,3,5,7
/proc/17628/task/17637/stat : 17637 (plingeling) R 17626 17628 17257 0 -1 4202560 1602 1253 0 0 308 0 0 0 25 0 5 0 654698829 134848512 4340 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=131688 CPUtime=3.08 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (plingeling) R 17626 17628 17257 0 -1 4202560 1307 1253 0 0 308 0 0 0 25 0 5 0 654698829 134848512 4340 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 131688

[startup+6.30039 s]
/proc/loadavg: 8.16 8.07 7.84 9/247 17638
/proc/meminfo: memFree=23806764/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=133872 CPUtime=25.1 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 12420 1253 0 0 2509 1 0 0 25 0 5 0 654698827 137084928 4906 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 33468 4906 180 55 0 31354 0
[pid=17628/tid=17635] ppid=17626 vsize=133872 CPUtime=6.28 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (plingeling) R 17626 17628 17257 0 -1 4202560 3775 1253 0 0 628 0 0 0 25 0 5 0 654698829 137084928 4906 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17628/tid=17636] ppid=17626 vsize=133872 CPUtime=6.24 cores=1,3,5,7
/proc/17628/task/17636/stat : 17636 (plingeling) R 17626 17628 17257 0 -1 4202560 3072 1253 0 0 624 0 0 0 25 0 5 0 654698829 137084928 4906 33554432000 4194304 4417452 140737312673024 18446744073709551615 4354074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17628/tid=17637] ppid=17626 vsize=133872 CPUtime=6.27 cores=1,3,5,7
/proc/17628/task/17637/stat : 17637 (plingeling) R 17626 17628 17257 0 -1 4202560 2401 1253 0 0 627 0 0 0 25 0 5 0 654698829 137084928 4906 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364693 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=133872 CPUtime=6.28 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (plingeling) R 17626 17628 17257 0 -1 4202560 2179 1253 0 0 628 0 0 0 25 0 5 0 654698829 137084928 4906 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 133872

[startup+12.7012 s]
/proc/loadavg: 8.14 8.07 7.84 9/247 17638
/proc/meminfo: memFree=23803924/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=139952 CPUtime=50.66 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 23663 1253 0 0 5063 3 0 0 25 0 5 0 654698827 143310848 6432 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 34988 6432 180 55 0 32874 0
[pid=17628/tid=17635] ppid=17626 vsize=139952 CPUtime=12.67 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (plingeling) R 17626 17628 17257 0 -1 4202560 6721 1253 0 0 1267 0 0 0 25 0 5 0 654698829 143310848 6432 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17628/tid=17636] ppid=17626 vsize=139952 CPUtime=12.58 cores=1,3,5,7
/proc/17628/task/17636/stat : 17636 (plingeling) R 17626 17628 17257 0 -1 4202560 6074 1253 0 0 1258 0 0 0 25 0 5 0 654698829 143310848 6432 33554432000 4194304 4417452 140737312673024 18446744073709551615 4352507 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17628/tid=17637] ppid=17626 vsize=139952 CPUtime=12.68 cores=1,3,5,7
/proc/17628/task/17637/stat : 17637 (plingeling) R 17626 17628 17257 0 -1 4202560 5119 1253 0 0 1267 1 0 0 25 0 5 0 654698829 143310848 6432 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=139952 CPUtime=12.68 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (plingeling) R 17626 17628 17257 0 -1 4202560 4756 1253 0 0 1268 0 0 0 25 0 5 0 654698829 143310848 6432 33554432000 4194304 4417452 140737312673024 18446744073709551615 4353561 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) 139952

[startup+25.5009 s]
/proc/loadavg: 8.20 8.08 7.85 9/247 17638
/proc/meminfo: memFree=23788288/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=148708 CPUtime=101.77 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 48122 1253 0 0 10169 8 0 0 25 0 5 0 654698827 152276992 8621 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 37177 8621 180 55 0 35063 0
[pid=17628/tid=17635] ppid=17626 vsize=148708 CPUtime=25.48 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (plingeling) R 17626 17628 17257 0 -1 4202560 13989 1253 0 0 2546 2 0 0 25 0 5 0 654698829 152276992 8621 33554432000 4194304 4417452 140737312673024 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17628/tid=17636] ppid=17626 vsize=148708 CPUtime=25.29 cores=1,3,5,7
/proc/17628/task/17636/stat : 17636 (plingeling) R 17626 17628 17257 0 -1 4202560 13025 1253 0 0 2528 1 0 0 25 0 5 0 654698829 152276992 8621 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17628/tid=17637] ppid=17626 vsize=148708 CPUtime=25.48 cores=1,3,5,7
/proc/17628/task/17637/stat : 17637 (plingeling) R 17626 17628 17257 0 -1 4202560 10733 1253 0 0 2546 2 0 0 25 0 5 0 654698829 152276992 8621 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=148708 CPUtime=25.48 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (plingeling) R 17626 17628 17257 0 -1 4202560 9382 1253 0 0 2547 1 0 0 25 0 5 0 654698829 152276992 8621 33554432000 4194304 4417452 140737312673024 18446744073709551615 4251133 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 148708

[startup+51.1012 s]
/proc/loadavg: 8.20 8.09 7.86 9/247 17639
/proc/meminfo: memFree=23779720/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=161756 CPUtime=203.98 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 82741 1253 0 0 20385 13 0 0 25 0 5 0 654698827 165638144 11883 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 40439 11883 180 55 0 38325 0
[pid=17628/tid=17635] ppid=17626 vsize=161756 CPUtime=51.08 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (plingeling) R 17626 17628 17257 0 -1 4202560 23610 1253 0 0 5104 4 0 0 25 0 5 0 654698829 165638144 11883 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17628/tid=17636] ppid=17626 vsize=161756 CPUtime=50.71 cores=1,3,5,7
/proc/17628/task/17636/stat : 17636 (plingeling) R 17626 17628 17257 0 -1 4202560 22351 1253 0 0 5068 3 0 0 25 0 5 0 654698829 165638144 11883 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17628/tid=17637] ppid=17626 vsize=161756 CPUtime=51.07 cores=1,3,5,7
/proc/17628/task/17637/stat : 17637 (plingeling) R 17626 17628 17257 0 -1 4202560 19261 1253 0 0 5104 3 0 0 25 0 5 0 654698829 165638144 11883 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=161756 CPUtime=51.08 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (plingeling) R 17626 17628 17257 0 -1 4202560 16526 1253 0 0 5106 2 0 0 25 0 5 0 654698829 165638144 11883 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 161756

[startup+102.309 s]
/proc/loadavg: 8.20 8.11 7.87 9/247 17640
/proc/meminfo: memFree=23791852/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=179976 CPUtime=408.44 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 150602 1253 0 0 40820 24 0 0 25 0 5 0 654698827 184295424 16418 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 44994 16418 180 55 0 42880 0
[pid=17628/tid=17635] ppid=17626 vsize=179976 CPUtime=102.29 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (plingeling) R 17626 17628 17257 0 -1 4202560 40513 1253 0 0 10223 6 0 0 25 0 5 0 654698829 184295424 16418 33554432000 4194304 4417452 140737312673024 18446744073709551615 4237362 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17628/tid=17636] ppid=17626 vsize=179976 CPUtime=101.54 cores=1,3,5,7
/proc/17628/task/17636/stat : 17636 (plingeling) R 17626 17628 17257 0 -1 4202560 40331 1253 0 0 10149 5 0 0 25 0 5 0 654698829 184295424 16418 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17628/tid=17637] ppid=17626 vsize=179976 CPUtime=102.29 cores=1,3,5,7
/proc/17628/task/17637/stat : 17637 (plingeling) R 17626 17628 17257 0 -1 4202560 36735 1253 0 0 10223 6 0 0 25 0 5 0 654698829 184295424 16418 33554432000 4194304 4417452 140737312673024 18446744073709551615 4365949 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=179976 CPUtime=102.29 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (plingeling) R 17626 17628 17257 0 -1 4202560 32030 1253 0 0 10224 5 0 0 25 0 5 0 654698829 184295424 16418 33554432000 4194304 4417452 140737312673024 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.44
Current children cumulated vsize (KiB) 179976

[startup+162.301 s]
/proc/loadavg: 8.20 8.12 7.89 9/247 17642
/proc/meminfo: memFree=23757968/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=194632 CPUtime=647.99 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 214704 1253 0 0 64765 34 0 0 25 0 5 0 654698827 199303168 20082 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 48658 20082 180 55 0 46544 0
[pid=17628/tid=17635] ppid=17626 vsize=194632 CPUtime=162.28 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (plingeling) R 17626 17628 17257 0 -1 4202560 58474 1253 0 0 16220 8 0 0 25 0 5 0 654698829 199303168 20082 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364589 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17628/tid=17636] ppid=17626 vsize=194632 CPUtime=161.1 cores=1,3,5,7
/proc/17628/task/17636/stat : 17636 (plingeling) R 17626 17628 17257 0 -1 4202560 54694 1253 0 0 16102 8 0 0 25 0 5 0 654698829 199303168 20082 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17628/tid=17637] ppid=17626 vsize=194632 CPUtime=162.28 cores=1,3,5,7
/proc/17628/task/17637/stat : 17637 (plingeling) R 17626 17628 17257 0 -1 4202560 53641 1253 0 0 16219 9 0 0 25 0 5 0 654698829 199303168 20082 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=194632 CPUtime=162.28 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (plingeling) R 17626 17628 17257 0 -1 4202560 46902 1253 0 0 16221 7 0 0 25 0 5 0 654698829 199303168 20082 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 647.99
Current children cumulated vsize (KiB) 194632


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

[pid=17628/tid=17636] ppid=17626 vsize=322508 CPUtime=697.2 cores=1,3,5,7
/proc/17628/task/17636/stat : 17636 (plingeling) R 17626 17628 17257 0 -1 4202560 162241 1253 0 0 69695 25 0 0 25 0 5 0 654698829 330248192 52051 33554432000 4194304 4417452 140737312673024 18446744073709551615 4242679 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17628/tid=17637] ppid=17626 vsize=322508 CPUtime=702.3 cores=1,3,5,7
/proc/17628/task/17637/stat : 17637 (plingeling) R 17626 17628 17257 0 -1 4202560 137453 1253 0 0 70206 24 0 0 25 0 5 0 654698829 330248192 52051 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=322508 CPUtime=702.29 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (plingeling) R 17626 17628 17257 0 -1 4202560 146473 1253 0 0 70207 22 0 0 25 0 5 0 654698829 330248192 52051 33554432000 4194304 4417452 140737312673024 18446744073709551615 4357127 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2804.12
Current children cumulated vsize (KiB) 322508

[startup+762.309 s]
/proc/loadavg: 8.19 8.15 8.01 10/247 17730
/proc/meminfo: memFree=23474888/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=318132 CPUtime=3043.72 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 646232 1253 0 0 304272 100 0 0 25 0 5 0 654698827 325767168 50957 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 79533 50957 180 55 0 77419 0
[pid=17628/tid=17635] ppid=17626 vsize=318132 CPUtime=762.31 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (plingeling) R 17626 17628 17257 0 -1 4202560 169144 1253 0 0 76207 24 0 0 25 0 5 0 654698829 325767168 50957 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17628/tid=17636] ppid=17626 vsize=318132 CPUtime=756.76 cores=1,3,5,7
/proc/17628/task/17636/stat : 17636 (plingeling) R 17626 17628 17257 0 -1 4202560 176348 1253 0 0 75649 27 0 0 25 0 5 0 654698829 325767168 50957 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17628/tid=17637] ppid=17626 vsize=318132 CPUtime=762.31 cores=1,3,5,7
/proc/17628/task/17637/stat : 17637 (plingeling) R 17626 17628 17257 0 -1 4202560 144172 1253 0 0 76206 25 0 0 25 0 5 0 654698829 325767168 50957 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=318132 CPUtime=762.31 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (plingeling) R 17626 17628 17257 0 -1 4202560 155575 1253 0 0 76208 23 0 0 25 0 5 0 654698829 325767168 50957 33554432000 4194304 4417452 140737312673024 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3043.72
Current children cumulated vsize (KiB) 318132

[startup+822.301 s]
/proc/loadavg: 8.20 8.15 8.01 9/247 17732
/proc/meminfo: memFree=23351112/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=354880 CPUtime=3283.27 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 686102 1253 0 0 328220 107 0 0 25 0 5 0 654698827 363397120 60153 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 88720 60153 180 55 0 86606 0
[pid=17628/tid=17635] ppid=17626 vsize=354880 CPUtime=822.31 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (plingeling) R 17626 17628 17257 0 -1 4202560 177700 1253 0 0 82205 26 0 0 25 0 5 0 654698829 363397120 60153 33554432000 4194304 4417452 140737312673024 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17628/tid=17636] ppid=17626 vsize=354880 CPUtime=816.32 cores=1,3,5,7
/proc/17628/task/17636/stat : 17636 (plingeling) R 17626 17628 17257 0 -1 4202560 186421 1253 0 0 81604 28 0 0 25 0 5 0 654698829 363397120 60153 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17628/tid=17637] ppid=17626 vsize=354880 CPUtime=822.3 cores=1,3,5,7
/proc/17628/task/17637/stat : 17637 (plingeling) R 17626 17628 17257 0 -1 4202560 157851 1253 0 0 82203 27 0 0 25 0 5 0 654698829 363397120 60153 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=354880 CPUtime=822.3 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (plingeling) R 17626 17628 17257 0 -1 4202560 163137 1253 0 0 82206 24 0 0 25 0 5 0 654698829 363397120 60153 33554432000 4194304 4417452 140737312673024 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3283.27
Current children cumulated vsize (KiB) 354880

[startup+882.301 s]
/proc/loadavg: 8.17 8.15 8.02 10/247 17733
/proc/meminfo: memFree=22986520/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=319344 CPUtime=3522.84 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 719746 1253 0 0 352172 112 0 0 25 0 5 0 654698827 327008256 51260 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 79836 51260 180 55 0 77722 0
[pid=17628/tid=17635] ppid=17626 vsize=319344 CPUtime=882.3 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (plingeling) R 17626 17628 17257 0 -1 4202560 184428 1253 0 0 88204 26 0 0 25 0 5 0 654698829 327008256 51260 33554432000 4194304 4417452 140737312673024 18446744073709551615 4366126 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17628/tid=17636] ppid=17626 vsize=319344 CPUtime=875.89 cores=1,3,5,7
/proc/17628/task/17636/stat : 17636 (plingeling) R 17626 17628 17257 0 -1 4202560 194120 1253 0 0 87559 30 0 0 25 0 5 0 654698829 327008256 51260 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17628/tid=17637] ppid=17626 vsize=319344 CPUtime=882.3 cores=1,3,5,7
/proc/17628/task/17637/stat : 17637 (plingeling) R 17626 17628 17257 0 -1 4202560 166383 1253 0 0 88201 29 0 0 25 0 5 0 654698829 327008256 51260 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=319344 CPUtime=882.3 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (plingeling) R 17626 17628 17257 0 -1 4202560 173822 1253 0 0 88204 26 0 0 25 0 5 0 654698829 327008256 51260 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3522.84
Current children cumulated vsize (KiB) 319344

[startup+942.301 s]
/proc/loadavg: 8.12 8.14 8.02 10/247 17735
/proc/meminfo: memFree=23234992/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=315768 CPUtime=3762.41 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 745852 1253 0 0 376126 115 0 0 25 0 5 0 654698827 323346432 50366 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 78942 50366 180 55 0 76828 0
[pid=17628/tid=17635] ppid=17626 vsize=315768 CPUtime=942.3 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (plingeling) R 17626 17628 17257 0 -1 4202560 192790 1253 0 0 94203 27 0 0 25 0 5 0 654698829 323346432 50366 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17628/tid=17636] ppid=17626 vsize=315768 CPUtime=935.46 cores=1,3,5,7
/proc/17628/task/17636/stat : 17636 (plingeling) R 17626 17628 17257 0 -1 4202560 203128 1253 0 0 93515 31 0 0 25 0 5 0 654698829 323346432 50366 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17628/tid=17637] ppid=17626 vsize=315768 CPUtime=942.31 cores=1,3,5,7
/proc/17628/task/17637/stat : 17637 (plingeling) R 17626 17628 17257 0 -1 4202560 167570 1253 0 0 94202 29 0 0 25 0 5 0 654698829 323346432 50366 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=315768 CPUtime=942.31 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (plingeling) R 17626 17628 17257 0 -1 4202560 181371 1253 0 0 94204 27 0 0 25 0 5 0 654698829 323346432 50366 33554432000 4194304 4417452 140737312673024 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3762.41
Current children cumulated vsize (KiB) 315768

[startup+1002.3 s]
/proc/loadavg: 8.08 8.12 8.02 9/247 17736
/proc/meminfo: memFree=22686500/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=363872 CPUtime=4001.98 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 775099 1253 0 0 400078 120 0 0 25 0 5 0 654698827 372604928 62392 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 90968 62392 180 55 0 88854 0
[pid=17628/tid=17635] ppid=17626 vsize=363872 CPUtime=1002.31 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (plingeling) R 17626 17628 17257 0 -1 4202560 199563 1253 0 0 100203 28 0 0 25 0 5 0 654698829 372604928 62392 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17628/tid=17636] ppid=17626 vsize=363872 CPUtime=995.02 cores=1,3,5,7
/proc/17628/task/17636/stat : 17636 (plingeling) R 17626 17628 17257 0 -1 4202560 211722 1253 0 0 99470 32 0 0 25 0 5 0 654698829 372604928 62392 33554432000 4194304 4417452 140737312673024 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17628/tid=17637] ppid=17626 vsize=363872 CPUtime=1002.31 cores=1,3,5,7
/proc/17628/task/17637/stat : 17637 (plingeling) R 17626 17628 17257 0 -1 4202560 174616 1253 0 0 100201 30 0 0 25 0 5 0 654698829 372604928 62392 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=363872 CPUtime=1002.31 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (plingeling) R 17626 17628 17257 0 -1 4202560 188205 1253 0 0 100203 28 0 0 25 0 5 0 654698829 372604928 62392 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4001.98
Current children cumulated vsize (KiB) 363872

[startup+1062.3 s]
/proc/loadavg: 8.08 8.11 8.02 9/247 17738
/proc/meminfo: memFree=22641344/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=332284 CPUtime=4241.55 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 805505 1253 0 0 424030 125 0 0 25 0 5 0 654698827 340258816 54495 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 83071 54495 180 55 0 80957 0
[pid=17628/tid=17635] ppid=17626 vsize=332284 CPUtime=1062.31 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (plingeling) R 17626 17628 17257 0 -1 4202560 210543 1253 0 0 106200 31 0 0 25 0 5 0 654698829 340258816 54495 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17628/tid=17636] ppid=17626 vsize=332284 CPUtime=1054.59 cores=1,3,5,7
/proc/17628/task/17636/stat : 17636 (plingeling) R 17626 17628 17257 0 -1 4202560 219930 1253 0 0 105426 33 0 0 25 0 5 0 654698829 340258816 54495 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17628/tid=17637] ppid=17626 vsize=332284 CPUtime=1062.3 cores=1,3,5,7
/proc/17628/task/17637/stat : 17637 (plingeling) R 17626 17628 17257 0 -1 4202560 179072 1253 0 0 106200 30 0 0 25 0 5 0 654698829 340258816 54495 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=332284 CPUtime=1062.3 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (plingeling) R 17626 17628 17257 0 -1 4202560 194967 1253 0 0 106201 29 0 0 25 0 5 0 654698829 340258816 54495 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4241.55
Current children cumulated vsize (KiB) 332284

[startup+1122.3 s]
/proc/loadavg: 8.06 8.10 8.02 10/247 17749
/proc/meminfo: memFree=22274696/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=361100 CPUtime=4481.11 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 831417 1253 0 0 447982 129 0 0 25 0 5 0 654698827 369766400 61699 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 90275 61699 180 55 0 88161 0
[pid=17628/tid=17635] ppid=17626 vsize=361100 CPUtime=1122.31 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (plingeling) R 17626 17628 17257 0 -1 4202560 216812 1253 0 0 112200 31 0 0 25 0 5 0 654698829 369766400 61699 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17628/tid=17636] ppid=17626 vsize=361100 CPUtime=1114.14 cores=1,3,5,7
/proc/17628/task/17636/stat : 17636 (plingeling) R 17626 17628 17257 0 -1 4202560 225245 1253 0 0 111381 33 0 0 25 0 5 0 654698829 369766400 61699 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17628/tid=17637] ppid=17626 vsize=361100 CPUtime=1122.3 cores=1,3,5,7
/proc/17628/task/17637/stat : 17637 (plingeling) R 17626 17628 17257 0 -1 4202560 184533 1253 0 0 112199 31 0 0 25 0 5 0 654698829 369766400 61699 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364699 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=361100 CPUtime=1122.3 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (plingeling) R 17626 17628 17257 0 -1 4202560 203834 1253 0 0 112199 31 0 0 25 0 5 0 654698829 369766400 61699 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4481.11
Current children cumulated vsize (KiB) 361100

[startup+1182.3 s]
/proc/loadavg: 8.10 8.11 8.02 10/247 17750
/proc/meminfo: memFree=22209824/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=390944 CPUtime=4720.69 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 860526 1253 0 0 471936 133 0 0 25 0 5 0 654698827 400326656 69160 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 97736 69160 180 55 0 95622 0
[pid=17628/tid=17635] ppid=17626 vsize=390944 CPUtime=1182.32 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (plingeling) R 17626 17628 17257 0 -1 4202560 223567 1253 0 0 118200 32 0 0 25 0 5 0 654698829 400326656 69160 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17628/tid=17636] ppid=17626 vsize=390944 CPUtime=1173.72 cores=1,3,5,7
/proc/17628/task/17636/stat : 17636 (plingeling) R 17626 17628 17257 0 -1 4202560 232486 1253 0 0 117338 34 0 0 25 0 5 0 654698829 400326656 69160 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17628/tid=17637] ppid=17626 vsize=390944 CPUtime=1182.3 cores=1,3,5,7
/proc/17628/task/17637/stat : 17637 (plingeling) R 17626 17628 17257 0 -1 4202560 192725 1253 0 0 118197 33 0 0 25 0 5 0 654698829 400326656 69160 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=390944 CPUtime=1182.31 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (plingeling) R 17626 17628 17257 0 -1 4202560 210755 1253 0 0 118199 32 0 0 25 0 5 0 654698829 400326656 69160 33554432000 4194304 4417452 140737312673024 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4720.69
Current children cumulated vsize (KiB) 390944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 8.14 8.12 8.03 10/247 17751
/proc/meminfo: memFree=22758020/32951124 swapFree=61559568/67111528
[pid=17628] ppid=17626 vsize=401812 CPUtime=4800.19 cores=1,3,5,7
/proc/17628/stat : 17628 (plingeling) S 17626 17628 17257 0 -1 4202496 870065 1253 0 0 479885 134 0 0 25 0 5 0 654698827 411455488 71877 33554432000 4194304 4417452 140737312673024 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/17628/statm: 100453 71877 180 55 0 98339 0
[pid=17628/tid=17635] ppid=17626 vsize=401812 CPUtime=1202.23 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (plingeling) R 17626 17628 17257 0 -1 4202560 225421 1253 0 0 120191 32 0 0 25 0 5 0 654698829 411455488 71877 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17628/tid=17636] ppid=17626 vsize=401812 CPUtime=1193.48 cores=1,3,5,7
/proc/17628/task/17636/stat : 17636 (plingeling) R 17626 17628 17257 0 -1 4202560 236951 1253 0 0 119313 35 0 0 25 0 5 0 654698829 411455488 71877 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17628/tid=17637] ppid=17626 vsize=401812 CPUtime=1202.22 cores=1,3,5,7
/proc/17628/task/17637/stat : 17637 (plingeling) R 17626 17628 17257 0 -1 4202560 192725 1253 0 0 120189 33 0 0 25 0 5 0 654698829 411455488 71877 33554432000 4194304 4417452 140737312673024 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=401812 CPUtime=1202.23 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (plingeling) R 17626 17628 17257 0 -1 4202560 213975 1253 0 0 120190 33 0 0 25 0 5 0 654698829 411455488 71877 33554432000 4194304 4417452 140737312673024 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 401812

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): 1202.24
CPU time (s): 4800.24
CPU user time (s): 4798.88
CPU system time (s): 1.35979
CPU usage (%): 399.276
Max. virtual memory (cumulated for all children) (KiB): 403532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.88
system time used= 1.35979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 871318
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= 46
involuntary context switches= 32263

runsolver used 2.41563 second user time and 6.34504 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-15 05:43:01
IDJOB=3371043
IDBENCH=84608
IDSOLVER=1848
FILE ID=node109/3371043-1305430981
RUNJOBID= node109-1305428532-17276
PBS_JOBID= 13324612
Free space on /tmp= 73248 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT04/handmade/connamacher/connm-d0.02/connm-ue-csp-sat-n800-d0.02-s111845174.used-as.sat04-958.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371043-1305430981/watcher-3371043-1305430981 -o /tmp/evaluation-result-3371043-1305430981/solver-3371043-1305430981 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371043-1305430981.cnf

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

MD5SUM BENCH= 7bb85ebdeae46262f72a4c54d4e16683
RANDOM SEED=1703646247

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23810576 kB
Buffers:        258064 kB
Cached:        2349972 kB
SwapCached:      28404 kB
Active:         564056 kB
Inactive:      8354312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23810576 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:               0 kB
Writeback:           0 kB
AnonPages:     6288080 kB
Mapped:          18188 kB
Slab:           128008 kB
PageTables:      31248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 18310680 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= 73272 MiB
End job on node109 at 2011-05-15 06:03:05