Trace number 3371136

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.43 1203.13

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d0.04/
connm-ue-csp-sat-n800-d0.04-s1788334438.used-as.sat04-976.cnf
MD5SUM41d80cc808c021a52e21ee9950bc91e0
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 variables764
Number of clauses9695
Sum of the clauses size29276
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39504
Number of clauses of size 4191
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-3371136-1305431008/watcher-3371136-1305431008 -o /tmp/evaluation-result-3371136-1305431008/solver-3371136-1305431008 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371136-1305431008.cnf 

running on 4 cores: 0,2,4,6

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.03 8.08 8.08 5/320 26970
/proc/meminfo: memFree=15360608/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=9616 CPUtime=0 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) R 26968 26970 26655 0 -1 4202496 497 1253 0 0 0 0 0 0 25 0 1 0 733331449 9846784 427 33554432000 4194304 4417452 140737025086800 18446744073709551615 231895490304 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/26970/statm: 2404 427 148 55 0 290 0

[startup+0.125619 s]
/proc/loadavg: 8.03 8.08 8.08 5/320 26970
/proc/meminfo: memFree=15360608/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=119436 CPUtime=0.45 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 1886 1253 0 0 45 0 0 0 25 0 5 0 733331449 122302464 1273 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 29859 1273 178 55 0 27745 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 119436

[startup+0.200606 s]
/proc/loadavg: 8.03 8.08 8.08 5/320 26970
/proc/meminfo: memFree=15360608/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=121052 CPUtime=0.75 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 2290 1253 0 0 75 0 0 0 25 0 5 0 733331449 123957248 1677 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 30263 1677 178 55 0 28149 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 121052

[startup+0.300586 s]
/proc/loadavg: 8.03 8.08 8.08 5/320 26970
/proc/meminfo: memFree=15360608/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=121052 CPUtime=1.15 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 2292 1253 0 0 115 0 0 0 25 0 5 0 733331449 123957248 1679 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 30263 1679 178 55 0 28149 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 121052

[startup+0.700512 s]
/proc/loadavg: 8.03 8.08 8.08 5/320 26970
/proc/meminfo: memFree=15360608/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=122568 CPUtime=2.75 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 2878 1253 0 0 275 0 0 0 25 0 5 0 733331449 125509632 2057 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 30642 2057 179 55 0 28528 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 122568

[startup+1.50036 s]
/proc/loadavg: 8.03 8.08 8.08 9/325 26980
/proc/meminfo: memFree=15351152/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=126540 CPUtime=5.93 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 4326 1253 0 0 593 0 0 0 25 0 5 0 733331449 129576960 3060 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 31635 3060 179 55 0 29521 0
[pid=26970/tid=26977] ppid=26968 vsize=126540 CPUtime=1.48 cores=0,2,4,6
/proc/26970/task/26977/stat : 26977 (plingeling) R 26968 26970 26655 0 -1 4202560 880 1253 0 0 148 0 0 0 25 0 5 0 733331450 129576960 3060 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=126540 CPUtime=1.48 cores=0,2,4,6
/proc/26970/task/26978/stat : 26978 (plingeling) R 26968 26970 26655 0 -1 4202560 991 1253 0 0 148 0 0 0 25 0 5 0 733331450 129576960 3060 33554432000 4194304 4417452 140737025086800 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=126540 CPUtime=1.47 cores=0,2,4,6
/proc/26970/task/26979/stat : 26979 (plingeling) R 26968 26970 26655 0 -1 4202560 647 1253 0 0 147 0 0 0 25 0 5 0 733331450 129576960 3060 33554432000 4194304 4417452 140737025086800 18446744073709551615 4366469 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=126540 CPUtime=1.48 cores=0,2,4,6
/proc/26970/task/26980/stat : 26980 (plingeling) R 26968 26970 26655 0 -1 4202560 815 1253 0 0 148 0 0 0 25 0 5 0 733331450 129576960 3060 33554432000 4194304 4417452 140737025086800 18446744073709551615 4237349 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 126540

[startup+3.10106 s]
/proc/loadavg: 8.03 8.08 8.08 9/325 26980
/proc/meminfo: memFree=15348300/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=126904 CPUtime=12.33 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 6904 1253 0 0 1232 1 0 0 25 0 5 0 733331449 129949696 3151 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 31726 3151 179 55 0 29612 0
[pid=26970/tid=26977] ppid=26968 vsize=126904 CPUtime=3.08 cores=0,2,4,6
/proc/26970/task/26977/stat : 26977 (plingeling) R 26968 26970 26655 0 -1 4202560 1497 1253 0 0 308 0 0 0 25 0 5 0 733331450 129949696 3151 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=126904 CPUtime=3.08 cores=0,2,4,6
/proc/26970/task/26978/stat : 26978 (plingeling) R 26968 26970 26655 0 -1 4202560 1405 1253 0 0 308 0 0 0 25 0 5 0 733331450 129949696 3151 33554432000 4194304 4417452 140737025086800 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=126904 CPUtime=3.06 cores=0,2,4,6
/proc/26970/task/26979/stat : 26979 (plingeling) R 26968 26970 26655 0 -1 4202560 1166 1253 0 0 306 0 0 0 25 0 5 0 733331450 129949696 3151 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=126904 CPUtime=3.08 cores=0,2,4,6
/proc/26970/task/26980/stat : 26980 (plingeling) R 26968 26970 26655 0 -1 4202560 1843 1253 0 0 308 0 0 0 25 0 5 0 733331450 129949696 3151 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 126904

[startup+6.30047 s]
/proc/loadavg: 8.02 8.08 8.08 9/325 26980
/proc/meminfo: memFree=15334668/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=132616 CPUtime=25.09 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 13326 1253 0 0 2507 2 0 0 25 0 5 0 733331449 135798784 4569 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 33154 4569 179 55 0 31040 0
[pid=26970/tid=26977] ppid=26968 vsize=132616 CPUtime=6.27 cores=0,2,4,6
/proc/26970/task/26977/stat : 26977 (plingeling) R 26968 26970 26655 0 -1 4202560 3383 1253 0 0 627 0 0 0 25 0 5 0 733331450 135798784 4569 33554432000 4194304 4417452 140737025086800 18446744073709551615 4366024 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=132616 CPUtime=6.27 cores=0,2,4,6
/proc/26970/task/26978/stat : 26978 (plingeling) R 26968 26970 26655 0 -1 4202560 3268 1253 0 0 627 0 0 0 25 0 5 0 733331450 135798784 4569 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=132616 CPUtime=6.22 cores=0,2,4,6
/proc/26970/task/26979/stat : 26979 (plingeling) R 26968 26970 26655 0 -1 4202560 2355 1253 0 0 622 0 0 0 25 0 5 0 733331450 135798784 4569 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=132616 CPUtime=6.28 cores=0,2,4,6
/proc/26970/task/26980/stat : 26980 (plingeling) R 26968 26970 26655 0 -1 4202560 3327 1253 0 0 628 0 0 0 25 0 5 0 733331450 135798784 4569 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 132616

[startup+12.7003 s]
/proc/loadavg: 8.02 8.08 8.08 9/325 26980
/proc/meminfo: memFree=15286164/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=139284 CPUtime=50.62 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 24138 1253 0 0 5058 4 0 0 25 0 5 0 733331449 142626816 6236 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 34821 6236 179 55 0 32707 0
[pid=26970/tid=26977] ppid=26968 vsize=139284 CPUtime=12.68 cores=0,2,4,6
/proc/26970/task/26977/stat : 26977 (plingeling) R 26968 26970 26655 0 -1 4202560 5612 1253 0 0 1267 1 0 0 25 0 5 0 733331450 142626816 6236 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=139284 CPUtime=12.68 cores=0,2,4,6
/proc/26970/task/26978/stat : 26978 (plingeling) R 26968 26970 26655 0 -1 4202560 6530 1253 0 0 1267 1 0 0 25 0 5 0 733331450 142626816 6236 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=139284 CPUtime=12.55 cores=0,2,4,6
/proc/26970/task/26979/stat : 26979 (plingeling) R 26968 26970 26655 0 -1 4202560 4484 1253 0 0 1255 0 0 0 25 0 5 0 733331450 142626816 6236 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=139284 CPUtime=12.67 cores=0,2,4,6
/proc/26970/task/26980/stat : 26980 (plingeling) R 26968 26970 26655 0 -1 4202560 6519 1253 0 0 1267 0 0 0 25 0 5 0 733331450 142626816 6236 33554432000 4194304 4417452 140737025086800 18446744073709551615 4250648 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 139284

[startup+25.5009 s]
/proc/loadavg: 8.09 8.09 8.08 9/325 26981
/proc/meminfo: memFree=15121116/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=149460 CPUtime=101.69 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 42775 1253 0 0 10162 7 0 0 25 0 5 0 733331449 153047040 8806 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 37365 8806 179 55 0 35251 0
[pid=26970/tid=26977] ppid=26968 vsize=149460 CPUtime=25.47 cores=0,2,4,6
/proc/26970/task/26977/stat : 26977 (plingeling) R 26968 26970 26655 0 -1 4202560 10023 1253 0 0 2546 1 0 0 25 0 5 0 733331450 153047040 8806 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=149460 CPUtime=25.48 cores=0,2,4,6
/proc/26970/task/26978/stat : 26978 (plingeling) R 26968 26970 26655 0 -1 4202560 11815 1253 0 0 2546 2 0 0 25 0 5 0 733331450 153047040 8806 33554432000 4194304 4417452 140737025086800 18446744073709551615 4366391 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=149460 CPUtime=25.22 cores=0,2,4,6
/proc/26970/task/26979/stat : 26979 (plingeling) R 26968 26970 26655 0 -1 4202560 8168 1253 0 0 2521 1 0 0 25 0 5 0 733331450 153047040 8806 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=149460 CPUtime=25.47 cores=0,2,4,6
/proc/26970/task/26980/stat : 26980 (plingeling) R 26968 26970 26655 0 -1 4202560 11776 1253 0 0 2546 1 0 0 25 0 5 0 733331450 153047040 8806 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 149460

[startup+51.1011 s]
/proc/loadavg: 8.06 8.08 8.08 9/325 26981
/proc/meminfo: memFree=14922692/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=155920 CPUtime=203.84 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 75569 1253 0 0 20371 13 0 0 25 0 5 0 733331449 159662080 10395 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 38980 10395 179 55 0 36866 0
[pid=26970/tid=26977] ppid=26968 vsize=155920 CPUtime=51.08 cores=0,2,4,6
/proc/26970/task/26977/stat : 26977 (plingeling) R 26968 26970 26655 0 -1 4202560 16512 1253 0 0 5106 2 0 0 25 0 5 0 733331450 159662080 10395 33554432000 4194304 4417452 140737025086800 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=155920 CPUtime=51.08 cores=0,2,4,6
/proc/26970/task/26978/stat : 26978 (plingeling) R 26968 26970 26655 0 -1 4202560 19002 1253 0 0 5105 3 0 0 25 0 5 0 733331450 159662080 10395 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=155920 CPUtime=50.57 cores=0,2,4,6
/proc/26970/task/26979/stat : 26979 (plingeling) R 26968 26970 26655 0 -1 4202560 16659 1253 0 0 5054 3 0 0 25 0 5 0 733331450 159662080 10395 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=155920 CPUtime=51.08 cores=0,2,4,6
/proc/26970/task/26980/stat : 26980 (plingeling) R 26968 26970 26655 0 -1 4202560 22403 1253 0 0 5104 4 0 0 25 0 5 0 733331450 159662080 10395 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 155920

[startup+102.3 s]
/proc/loadavg: 8.12 8.10 8.08 9/325 26983
/proc/meminfo: memFree=15157900/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=167652 CPUtime=408.16 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 133126 1253 0 0 40794 22 0 0 25 0 5 0 733331449 171675648 13339 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 41913 13339 179 55 0 39799 0
[pid=26970/tid=26977] ppid=26968 vsize=167652 CPUtime=102.29 cores=0,2,4,6
/proc/26970/task/26977/stat : 26977 (plingeling) R 26968 26970 26655 0 -1 4202560 28425 1253 0 0 10225 4 0 0 25 0 5 0 733331450 171675648 13339 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=167652 CPUtime=102.29 cores=0,2,4,6
/proc/26970/task/26978/stat : 26978 (plingeling) R 26968 26970 26655 0 -1 4202560 36830 1253 0 0 10223 6 0 0 25 0 5 0 733331450 171675648 13339 33554432000 4194304 4417452 140737025086800 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=167652 CPUtime=101.27 cores=0,2,4,6
/proc/26970/task/26979/stat : 26979 (plingeling) R 26968 26970 26655 0 -1 4202560 30078 1253 0 0 10122 5 0 0 25 0 5 0 733331450 171675648 13339 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=167652 CPUtime=102.29 cores=0,2,4,6
/proc/26970/task/26980/stat : 26980 (plingeling) R 26968 26970 26655 0 -1 4202560 36800 1253 0 0 10223 6 0 0 25 0 5 0 733331450 171675648 13339 33554432000 4194304 4417452 140737025086800 18446744073709551615 4365990 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.16
Current children cumulated vsize (KiB) 167652

[startup+162.3 s]
/proc/loadavg: 8.17 8.12 8.09 9/325 26984
/proc/meminfo: memFree=14751008/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=184348 CPUtime=647.55 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 195442 1253 0 0 64723 32 0 0 25 0 5 0 733331449 188772352 17508 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 46087 17508 179 55 0 43973 0
[pid=26970/tid=26977] ppid=26968 vsize=184348 CPUtime=162.28 cores=0,2,4,6
/proc/26970/task/26977/stat : 26977 (plingeling) R 26968 26970 26655 0 -1 4202560 44263 1253 0 0 16221 7 0 0 25 0 5 0 733331450 188772352 17508 33554432000 4194304 4417452 140737025086800 18446744073709551615 4353761 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=184348 CPUtime=162.28 cores=0,2,4,6
/proc/26970/task/26978/stat : 26978 (plingeling) R 26968 26970 26655 0 -1 4202560 53294 1253 0 0 16219 9 0 0 25 0 5 0 733331450 188772352 17508 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=184348 CPUtime=160.67 cores=0,2,4,6
/proc/26970/task/26979/stat : 26979 (plingeling) R 26968 26970 26655 0 -1 4202560 43524 1253 0 0 16060 7 0 0 25 0 5 0 733331450 188772352 17508 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=184348 CPUtime=162.28 cores=0,2,4,6
/proc/26970/task/26980/stat : 26980 (plingeling) R 26968 26970 26655 0 -1 4202560 53368 1253 0 0 16220 8 0 0 25 0 5 0 733331450 188772352 17508 33554432000 4194304 4417452 140737025086800 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 647.55
Current children cumulated vsize (KiB) 184348


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

[pid=26970/tid=26978] ppid=26968 vsize=233620 CPUtime=702.3 cores=0,2,4,6
/proc/26970/task/26978/stat : 26978 (plingeling) R 26968 26970 26655 0 -1 4202560 149475 1253 0 0 70208 22 0 0 25 0 5 0 733331450 239226880 29826 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=233620 CPUtime=695.28 cores=0,2,4,6
/proc/26970/task/26979/stat : 26979 (plingeling) R 26968 26970 26655 0 -1 4202560 140322 1253 0 0 69505 23 0 0 25 0 5 0 733331450 239226880 29826 33554432000 4194304 4417452 140737025086800 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=233620 CPUtime=702.24 cores=0,2,4,6
/proc/26970/task/26980/stat : 26980 (plingeling) R 26968 26970 26655 0 -1 4202560 166226 1253 0 0 70200 24 0 0 25 0 5 0 733331450 239226880 29826 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2802.17
Current children cumulated vsize (KiB) 233620

[startup+762.301 s]
/proc/loadavg: 8.20 8.14 8.10 9/325 27002
/proc/meminfo: memFree=12900744/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=210956 CPUtime=3041.59 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 638953 1253 0 0 304059 100 0 0 25 0 5 0 733331449 216018944 24190 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 52739 24190 179 55 0 50625 0
[pid=26970/tid=26977] ppid=26968 vsize=210956 CPUtime=762.32 cores=0,2,4,6
/proc/26970/task/26977/stat : 26977 (plingeling) R 26968 26970 26655 0 -1 4202560 154596 1253 0 0 76208 24 0 0 25 0 5 0 733331450 216018944 24190 33554432000 4194304 4417452 140737025086800 18446744073709551615 4366005 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=210956 CPUtime=762.31 cores=0,2,4,6
/proc/26970/task/26978/stat : 26978 (plingeling) R 26968 26970 26655 0 -1 4202560 160818 1253 0 0 76207 24 0 0 25 0 5 0 733331450 216018944 24190 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=210956 CPUtime=754.69 cores=0,2,4,6
/proc/26970/task/26979/stat : 26979 (plingeling) R 26968 26970 26655 0 -1 4202560 147826 1253 0 0 75445 24 0 0 25 0 5 0 733331450 216018944 24190 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=210956 CPUtime=762.25 cores=0,2,4,6
/proc/26970/task/26980/stat : 26980 (plingeling) R 26968 26970 26655 0 -1 4202560 174720 1253 0 0 76199 26 0 0 25 0 5 0 733331450 216018944 24190 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3041.59
Current children cumulated vsize (KiB) 210956

[startup+822.301 s]
/proc/loadavg: 8.20 8.14 8.10 9/325 27005
/proc/meminfo: memFree=12442292/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=256460 CPUtime=3280.97 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 678073 1253 0 0 327991 106 0 0 25 0 5 0 733331449 262615040 35536 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 64115 35536 179 55 0 62001 0
[pid=26970/tid=26977] ppid=26968 vsize=256460 CPUtime=822.31 cores=0,2,4,6
/proc/26970/task/26977/stat : 26977 (plingeling) R 26968 26970 26655 0 -1 4202560 166854 1253 0 0 82205 26 0 0 25 0 5 0 733331450 262615040 35536 33554432000 4194304 4417452 140737025086800 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=256460 CPUtime=822.3 cores=0,2,4,6
/proc/26970/task/26978/stat : 26978 (plingeling) R 26968 26970 26655 0 -1 4202560 171598 1253 0 0 82204 26 0 0 25 0 5 0 733331450 262615040 35536 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=256460 CPUtime=814.09 cores=0,2,4,6
/proc/26970/task/26979/stat : 26979 (plingeling) R 26968 26970 26655 0 -1 4202560 156735 1253 0 0 81383 26 0 0 25 0 5 0 733331450 262615040 35536 33554432000 4194304 4417452 140737025086800 18446744073709551615 4365987 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=256460 CPUtime=822.23 cores=0,2,4,6
/proc/26970/task/26980/stat : 26980 (plingeling) R 26968 26970 26655 0 -1 4202560 181893 1253 0 0 82196 27 0 0 25 0 5 0 733331450 262615040 35536 33554432000 4194304 4417452 140737025086800 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3280.97
Current children cumulated vsize (KiB) 256460

[startup+882.312 s]
/proc/loadavg: 8.12 8.13 8.09 9/325 27007
/proc/meminfo: memFree=12210264/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=268428 CPUtime=3520.41 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 711815 1253 0 0 351929 112 0 0 25 0 5 0 733331449 274870272 38544 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 67107 38544 179 55 0 64993 0
[pid=26970/tid=26977] ppid=26968 vsize=268428 CPUtime=882.32 cores=0,2,4,6
/proc/26970/task/26977/stat : 26977 (plingeling) R 26968 26970 26655 0 -1 4202560 174556 1253 0 0 88205 27 0 0 25 0 5 0 733331450 274870272 38544 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=268428 CPUtime=882.32 cores=0,2,4,6
/proc/26970/task/26978/stat : 26978 (plingeling) R 26968 26970 26655 0 -1 4202560 179118 1253 0 0 88204 28 0 0 25 0 5 0 733331450 274870272 38544 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=268428 CPUtime=873.5 cores=0,2,4,6
/proc/26970/task/26979/stat : 26979 (plingeling) R 26968 26970 26655 0 -1 4202560 161109 1253 0 0 87323 27 0 0 25 0 5 0 733331450 274870272 38544 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=268428 CPUtime=882.23 cores=0,2,4,6
/proc/26970/task/26980/stat : 26980 (plingeling) R 26968 26970 26655 0 -1 4202560 196039 1253 0 0 88194 29 0 0 25 0 5 0 733331450 274870272 38544 33554432000 4194304 4417452 140737025086800 18446744073709551615 4355685 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3520.41
Current children cumulated vsize (KiB) 268428

[startup+942.3 s]
/proc/loadavg: 5.93 7.55 7.89 5/315 27027
/proc/meminfo: memFree=15516168/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=245224 CPUtime=3759.76 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 746574 1253 0 0 375858 118 0 0 25 0 5 0 733331449 251109376 32736 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 61306 32736 179 55 0 59192 0
[pid=26970/tid=26977] ppid=26968 vsize=245224 CPUtime=942.31 cores=0,2,4,6
/proc/26970/task/26977/stat : 26977 (plingeling) R 26968 26970 26655 0 -1 4202560 182500 1253 0 0 94203 28 0 0 25 0 5 0 733331450 251109376 32736 33554432000 4194304 4417452 140737025086800 18446744073709551615 4250464 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=245224 CPUtime=942.31 cores=0,2,4,6
/proc/26970/task/26978/stat : 26978 (plingeling) R 26968 26970 26655 0 -1 4202560 190900 1253 0 0 94202 29 0 0 25 0 5 0 733331450 251109376 32736 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=245224 CPUtime=932.89 cores=0,2,4,6
/proc/26970/task/26979/stat : 26979 (plingeling) R 26968 26970 26655 0 -1 4202560 168091 1253 0 0 93261 28 0 0 25 0 5 0 733331450 251109376 32736 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=245224 CPUtime=942.21 cores=0,2,4,6
/proc/26970/task/26980/stat : 26980 (plingeling) R 26968 26970 26655 0 -1 4202560 204090 1253 0 0 94190 31 0 0 25 0 5 0 733331450 251109376 32736 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3759.76
Current children cumulated vsize (KiB) 245224

[startup+1002.3 s]
/proc/loadavg: 4.75 6.91 7.65 5/315 27029
/proc/meminfo: memFree=15498664/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=258684 CPUtime=3999.16 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 779572 1253 0 0 399792 124 0 0 25 0 5 0 733331449 264892416 36101 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 64671 36101 179 55 0 62557 0
[pid=26970/tid=26977] ppid=26968 vsize=258684 CPUtime=1002.31 cores=0,2,4,6
/proc/26970/task/26977/stat : 26977 (plingeling) R 26968 26970 26655 0 -1 4202560 190245 1253 0 0 100201 30 0 0 25 0 5 0 733331450 264892416 36101 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=258684 CPUtime=1002.31 cores=0,2,4,6
/proc/26970/task/26978/stat : 26978 (plingeling) R 26968 26970 26655 0 -1 4202560 199931 1253 0 0 100200 31 0 0 25 0 5 0 733331450 264892416 36101 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=258684 CPUtime=992.29 cores=0,2,4,6
/proc/26970/task/26979/stat : 26979 (plingeling) R 26968 26970 26655 0 -1 4202560 175958 1253 0 0 99200 29 0 0 25 0 5 0 733331450 264892416 36101 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=258684 CPUtime=1002.2 cores=0,2,4,6
/proc/26970/task/26980/stat : 26980 (plingeling) R 26968 26970 26655 0 -1 4202560 212445 1253 0 0 100188 32 0 0 25 0 5 0 733331450 264892416 36101 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3999.16
Current children cumulated vsize (KiB) 258684

[startup+1062.3 s]
/proc/loadavg: 4.31 6.39 7.43 5/315 27039
/proc/meminfo: memFree=15509896/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=247032 CPUtime=4238.56 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 812074 1253 0 0 423728 128 0 0 25 0 5 0 733331449 252960768 33188 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 61758 33188 179 55 0 59644 0
[pid=26970/tid=26977] ppid=26968 vsize=247032 CPUtime=1062.31 cores=0,2,4,6
/proc/26970/task/26977/stat : 26977 (plingeling) R 26968 26970 26655 0 -1 4202560 197810 1253 0 0 106200 31 0 0 25 0 5 0 733331450 252960768 33188 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=247032 CPUtime=1062.31 cores=0,2,4,6
/proc/26970/task/26978/stat : 26978 (plingeling) R 26968 26970 26655 0 -1 4202560 208746 1253 0 0 106199 32 0 0 25 0 5 0 733331450 252960768 33188 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=247032 CPUtime=1051.69 cores=0,2,4,6
/proc/26970/task/26979/stat : 26979 (plingeling) R 26968 26970 26655 0 -1 4202560 182382 1253 0 0 105139 30 0 0 25 0 5 0 733331450 252960768 33188 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=247032 CPUtime=1062.2 cores=0,2,4,6
/proc/26970/task/26980/stat : 26980 (plingeling) R 26968 26970 26655 0 -1 4202560 222143 1253 0 0 106187 33 0 0 25 0 5 0 733331450 252960768 33188 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4238.56
Current children cumulated vsize (KiB) 247032

[startup+1122.3 s]
/proc/loadavg: 4.15 5.97 7.21 5/315 27042
/proc/meminfo: memFree=15504188/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=253640 CPUtime=4477.95 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 841521 1253 0 0 447662 133 0 0 25 0 5 0 733331449 259727360 34831 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 63410 34831 179 55 0 61296 0
[pid=26970/tid=26977] ppid=26968 vsize=253640 CPUtime=1122.32 cores=0,2,4,6
/proc/26970/task/26977/stat : 26977 (plingeling) R 26968 26970 26655 0 -1 4202560 205257 1253 0 0 112199 33 0 0 25 0 5 0 733331450 259727360 34831 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=253640 CPUtime=1122.32 cores=0,2,4,6
/proc/26970/task/26978/stat : 26978 (plingeling) R 26968 26970 26655 0 -1 4202560 218630 1253 0 0 112198 34 0 0 25 0 5 0 733331450 259727360 34831 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=253640 CPUtime=1111.09 cores=0,2,4,6
/proc/26970/task/26979/stat : 26979 (plingeling) R 26968 26970 26655 0 -1 4202560 188488 1253 0 0 111078 31 0 0 25 0 5 0 733331450 259727360 34831 33554432000 4194304 4417452 140737025086800 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=253640 CPUtime=1122.19 cores=0,2,4,6
/proc/26970/task/26980/stat : 26980 (plingeling) R 26968 26970 26655 0 -1 4202560 228153 1253 0 0 112185 34 0 0 25 0 5 0 733331450 259727360 34831 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4477.95
Current children cumulated vsize (KiB) 253640

[startup+1182.3 s]
/proc/loadavg: 4.09 5.62 7.02 5/315 27044
/proc/meminfo: memFree=15519152/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=238232 CPUtime=4717.36 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 873260 1253 0 0 471597 139 0 0 25 0 5 0 733331449 243949568 30979 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 59558 30979 179 55 0 57444 0
[pid=26970/tid=26977] ppid=26968 vsize=238232 CPUtime=1182.31 cores=0,2,4,6
/proc/26970/task/26977/stat : 26977 (plingeling) R 26968 26970 26655 0 -1 4202560 214048 1253 0 0 118197 34 0 0 25 0 5 0 733331450 243949568 30979 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=238232 CPUtime=1182.31 cores=0,2,4,6
/proc/26970/task/26978/stat : 26978 (plingeling) R 26968 26970 26655 0 -1 4202560 225917 1253 0 0 118196 35 0 0 25 0 5 0 733331450 243949568 30979 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=238232 CPUtime=1170.5 cores=0,2,4,6
/proc/26970/task/26979/stat : 26979 (plingeling) R 26968 26970 26655 0 -1 4202560 194835 1253 0 0 117018 32 0 0 25 0 5 0 733331450 243949568 30979 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=238232 CPUtime=1182.17 cores=0,2,4,6
/proc/26970/task/26980/stat : 26980 (plingeling) R 26968 26970 26655 0 -1 4202560 237467 1253 0 0 118182 35 0 0 25 0 5 0 733331450 243949568 30979 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4717.36
Current children cumulated vsize (KiB) 238232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 4.11 5.51 6.94 5/315 27044
/proc/meminfo: memFree=15487028/32950928 swapFree=67085488/67111528
[pid=26970] ppid=26968 vsize=270856 CPUtime=4800.38 cores=0,2,4,6
/proc/26970/stat : 26970 (plingeling) S 26968 26970 26655 0 -1 4202496 885778 1253 0 0 479897 141 0 0 25 0 5 0 733331449 277356544 39135 33554432000 4194304 4417452 140737025086800 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26970/statm: 67714 39135 179 55 0 65600 0
[pid=26970/tid=26977] ppid=26968 vsize=270856 CPUtime=1203.13 cores=0,2,4,6
/proc/26970/task/26977/stat : 26977 (plingeling) R 26968 26970 26655 0 -1 4202560 216105 1253 0 0 120278 35 0 0 25 0 5 0 733331450 277356544 39135 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=270856 CPUtime=1203.12 cores=0,2,4,6
/proc/26970/task/26978/stat : 26978 (plingeling) R 26968 26970 26655 0 -1 4202560 228491 1253 0 0 120277 35 0 0 25 0 5 0 733331450 277356544 39135 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=270856 CPUtime=1191.09 cores=0,2,4,6
/proc/26970/task/26979/stat : 26979 (plingeling) R 26968 26970 26655 0 -1 4202560 199378 1253 0 0 119076 33 0 0 25 0 5 0 733331450 277356544 39135 33554432000 4194304 4417452 140737025086800 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=270856 CPUtime=1202.99 cores=0,2,4,6
/proc/26970/task/26980/stat : 26980 (plingeling) R 26968 26970 26655 0 -1 4202560 240811 1253 0 0 120263 36 0 0 25 0 5 0 733331450 277356544 39135 33554432000 4194304 4417452 140737025086800 18446744073709551615 4250980 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 270856

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): 1203.13
CPU time (s): 4800.43
CPU user time (s): 4799
CPU system time (s): 1.42078
CPU usage (%): 398.996
Max. virtual memory (cumulated for all children) (KiB): 279820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799
system time used= 1.42078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 887031
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= 93
involuntary context switches= 21890

runsolver used 3.47547 second user time and 8.5697 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 05:43:28
IDJOB=3371136
IDBENCH=84634
IDSOLVER=1848
FILE ID=node114/3371136-1305431008
RUNJOBID= node114-1305428289-26673
PBS_JOBID= 13324611
Free space on /tmp= 72996 MiB

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

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

MD5SUM BENCH= 41d80cc808c021a52e21ee9950bc91e0
RANDOM SEED=751206855

node114.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.848
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.69
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.848
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.15
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.848
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.848
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.73
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.848
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.75
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.848
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.848
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.74
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.848
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:     32950928 kB
MemFree:      15360872 kB
Buffers:        287064 kB
Cached:        6264812 kB
SwapCached:         96 kB
Active:       12170808 kB
Inactive:      5012000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15360872 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:             448 kB
Writeback:           0 kB
AnonPages:    10630416 kB
Mapped:          27112 kB
Slab:           305412 kB
PageTables:      37516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52770716 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= 73000 MiB
End job on node114 at 2011-05-15 06:03:33