Trace number 3371430

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.39 1205.26

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-17-s.cnf
MD5SUMf72920912a1bb14f90e9fea5dee0ec1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.9931
Satisfiable
(Un)Satisfiability was proved
Number of variables298900
Number of clauses1409628
Sum of the clauses size3261218
Maximum clause length10
Minimum clause length1
Number of clauses of size 122283
Number of clauses of size 21089480
Number of clauses of size 3242405
Number of clauses of size 46160
Number of clauses of size 524640
Number of clauses of size over 524660

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-3371430-1305415186/watcher-3371430-1305415186 -o /tmp/evaluation-result-3371430-1305415186/solver-3371430-1305415186 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371430-1305415186.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: 6.32 7.72 7.92 5/387 12707
/proc/meminfo: memFree=14774572/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=14948 CPUtime=0 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) R 12705 12707 12655 0 -1 4202496 1821 1252 0 0 0 0 0 0 21 0 1 0 731749359 15306752 1752 33554432000 4194304 4417452 140737311774528 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/12707/statm: 3737 1752 148 55 0 1623 0

[startup+0.0531401 s]
/proc/loadavg: 6.32 7.72 7.92 5/387 12707
/proc/meminfo: memFree=14774572/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=34632 CPUtime=0.04 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) R 12705 12707 12655 0 -1 4202496 6766 1252 0 0 4 0 0 0 21 0 1 0 731749359 35463168 6681 33554432000 4194304 4417452 140737311774528 18446744073709551615 4231657 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/12707/statm: 8658 6681 148 55 0 6544 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34632

[startup+0.101133 s]
/proc/loadavg: 6.32 7.72 7.92 5/387 12707
/proc/meminfo: memFree=14774572/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=40776 CPUtime=0.09 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) R 12705 12707 12655 0 -1 4202496 8302 1252 0 0 8 1 0 0 21 0 1 0 731749359 41754624 8217 33554432000 4194304 4417452 140737311774528 18446744073709551615 4198264 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/12707/statm: 10194 8217 148 55 0 8080 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40776

[startup+0.301099 s]
/proc/loadavg: 6.32 7.72 7.92 5/387 12707
/proc/meminfo: memFree=14774572/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=104780 CPUtime=0.29 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) R 12705 12707 12655 0 -1 4202496 24369 1252 0 0 26 3 0 0 22 0 1 0 731749359 107294720 24218 33554432000 4194304 4417452 140737311774528 18446744073709551615 4209644 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/12707/statm: 26195 24218 148 55 0 24081 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104780

[startup+0.701029 s]
/proc/loadavg: 6.32 7.72 7.92 5/387 12707
/proc/meminfo: memFree=14774572/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=195704 CPUtime=0.68 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) R 12705 12707 12655 0 -1 4202496 47348 1252 0 0 63 5 0 0 23 0 1 0 731749359 200400896 46949 33554432000 4194304 4417452 140737311774528 18446744073709551615 4259196 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/12707/statm: 48926 46949 148 55 0 46812 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 195704

[startup+1.50089 s]
/proc/loadavg: 6.32 7.72 7.92 6/388 12714
/proc/meminfo: memFree=14562020/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=302760 CPUtime=1.48 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) R 12705 12707 12655 0 -1 4202496 74081 1252 0 0 140 8 0 0 25 0 1 0 731749359 310026240 73682 33554432000 4194304 4417452 140737311774528 18446744073709551615 4274358 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/12707/statm: 75690 73682 149 55 0 73576 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 302760

[startup+3.10058 s]
/proc/loadavg: 6.32 7.72 7.92 9/392 12718
/proc/meminfo: memFree=14520584/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=371676 CPUtime=7.09 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) S 12705 12707 12655 0 -1 4202496 120109 1252 0 0 694 15 0 0 25 0 5 0 731749359 380596224 72085 33554432000 4194304 4417452 140737311774528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12707/statm: 92919 72085 174 55 0 90805 0
[pid=12707/tid=12715] ppid=12705 vsize=371676 CPUtime=1.33 cores=1,3,5,7
/proc/12707/task/12715/stat : 12715 (plingeling) R 12705 12707 12655 0 -1 4202560 13501 1252 0 0 132 1 0 0 25 0 5 0 731749534 380596224 72085 33554432000 4194304 4417452 140737311774528 18446744073709551615 4284595 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12707/tid=12716] ppid=12705 vsize=371676 CPUtime=1.32 cores=1,3,5,7
/proc/12707/task/12716/stat : 12716 (plingeling) R 12705 12707 12655 0 -1 4202560 13500 1252 0 0 131 1 0 0 19 0 5 0 731749534 380596224 72085 33554432000 4194304 4417452 140737311774528 18446744073709551615 4284234 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12707/tid=12717] ppid=12705 vsize=371676 CPUtime=1.31 cores=1,3,5,7
/proc/12707/task/12717/stat : 12717 (plingeling) R 12705 12707 12655 0 -1 4202560 13408 1252 0 0 130 1 0 0 25 0 5 0 731749534 380596224 72085 33554432000 4194304 4417452 140737311774528 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12707/tid=12718] ppid=12705 vsize=371676 CPUtime=1.34 cores=1,3,5,7
/proc/12707/task/12718/stat : 12718 (plingeling) R 12705 12707 12655 0 -1 4202560 5607 1252 0 0 133 1 0 0 25 0 5 0 731749534 380596224 72085 33554432000 4194304 4417452 140737311774528 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 371676

[startup+6.30102 s]
/proc/loadavg: 6.45 7.72 7.92 9/392 12718
/proc/meminfo: memFree=14526420/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=374788 CPUtime=19.85 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) S 12705 12707 12655 0 -1 4202496 158829 1252 0 0 1964 21 0 0 25 0 5 0 731749359 383782912 70885 33554432000 4194304 4417452 140737311774528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12707/statm: 93697 70885 179 55 0 91583 0
[pid=12707/tid=12715] ppid=12705 vsize=374788 CPUtime=4.53 cores=1,3,5,7
/proc/12707/task/12715/stat : 12715 (plingeling) R 12705 12707 12655 0 -1 4202560 27729 1252 0 0 450 3 0 0 25 0 5 0 731749534 383782912 70885 33554432000 4194304 4417452 140737311774528 18446744073709551615 4330612 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12707/tid=12716] ppid=12705 vsize=374788 CPUtime=4.53 cores=1,3,5,7
/proc/12707/task/12716/stat : 12716 (plingeling) R 12705 12707 12655 0 -1 4202560 21190 1252 0 0 450 3 0 0 25 0 5 0 731749534 383782912 70885 33554432000 4194304 4417452 140737311774528 18446744073709551615 4330933 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12707/tid=12717] ppid=12705 vsize=374788 CPUtime=4.47 cores=1,3,5,7
/proc/12707/task/12717/stat : 12717 (plingeling) R 12705 12707 12655 0 -1 4202560 30210 1252 0 0 443 4 0 0 25 0 5 0 731749534 383782912 70885 33554432000 4194304 4417452 140737311774528 18446744073709551615 4286467 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12707/tid=12718] ppid=12705 vsize=374788 CPUtime=4.54 cores=1,3,5,7
/proc/12707/task/12718/stat : 12718 (plingeling) R 12705 12707 12655 0 -1 4202560 5607 1252 0 0 453 1 0 0 25 0 5 0 731749534 383782912 70885 33554432000 4194304 4417452 140737311774528 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.85
Current children cumulated vsize (KiB) 374788

[startup+12.7009 s]
/proc/loadavg: 6.58 7.73 7.92 9/392 12718
/proc/meminfo: memFree=14522624/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=371480 CPUtime=45.37 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) S 12705 12707 12655 0 -1 4202496 162737 1252 0 0 4515 22 0 0 25 0 5 0 731749359 380395520 68450 33554432000 4194304 4417452 140737311774528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12707/statm: 92870 68450 180 55 0 90756 0
[pid=12707/tid=12715] ppid=12705 vsize=371480 CPUtime=10.94 cores=1,3,5,7
/proc/12707/task/12715/stat : 12715 (plingeling) R 12705 12707 12655 0 -1 4202560 28625 1252 0 0 1090 4 0 0 25 0 5 0 731749534 380395520 68450 33554432000 4194304 4417452 140737311774528 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12707/tid=12716] ppid=12705 vsize=371480 CPUtime=10.93 cores=1,3,5,7
/proc/12707/task/12716/stat : 12716 (plingeling) R 12705 12707 12655 0 -1 4202560 22066 1252 0 0 1090 3 0 0 25 0 5 0 731749534 380395520 68450 33554432000 4194304 4417452 140737311774528 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12707/tid=12717] ppid=12705 vsize=371480 CPUtime=10.79 cores=1,3,5,7
/proc/12707/task/12717/stat : 12717 (plingeling) R 12705 12707 12655 0 -1 4202560 32346 1252 0 0 1075 4 0 0 25 0 5 0 731749534 380395520 68450 33554432000 4194304 4417452 140737311774528 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12707/tid=12718] ppid=12705 vsize=371480 CPUtime=10.94 cores=1,3,5,7
/proc/12707/task/12718/stat : 12718 (plingeling) R 12705 12707 12655 0 -1 4202560 5607 1252 0 0 1093 1 0 0 25 0 5 0 731749534 380395520 68450 33554432000 4194304 4417452 140737311774528 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 45.37
Current children cumulated vsize (KiB) 371480

[startup+25.5007 s]
/proc/loadavg: 6.89 7.74 7.92 9/392 12757
/proc/meminfo: memFree=14306340/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=375820 CPUtime=96.4 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) S 12705 12707 12655 0 -1 4202496 163790 1252 0 0 9618 22 0 0 25 0 5 0 731749359 384839680 69503 33554432000 4194304 4417452 140737311774528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12707/statm: 93955 69503 180 55 0 91841 0
[pid=12707/tid=12715] ppid=12705 vsize=375820 CPUtime=23.74 cores=1,3,5,7
/proc/12707/task/12715/stat : 12715 (plingeling) R 12705 12707 12655 0 -1 4202560 29047 1252 0 0 2370 4 0 0 25 0 5 0 731749534 384839680 69503 33554432000 4194304 4417452 140737311774528 18446744073709551615 4259140 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12707/tid=12716] ppid=12705 vsize=375820 CPUtime=23.73 cores=1,3,5,7
/proc/12707/task/12716/stat : 12716 (plingeling) R 12705 12707 12655 0 -1 4202560 22321 1252 0 0 2370 3 0 0 25 0 5 0 731749534 384839680 69503 33554432000 4194304 4417452 140737311774528 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12707/tid=12717] ppid=12705 vsize=375820 CPUtime=23.42 cores=1,3,5,7
/proc/12707/task/12717/stat : 12717 (plingeling) R 12705 12707 12655 0 -1 4202560 32346 1252 0 0 2338 4 0 0 25 0 5 0 731749534 384839680 69503 33554432000 4194304 4417452 140737311774528 18446744073709551615 4365572 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12707/tid=12718] ppid=12705 vsize=375820 CPUtime=23.74 cores=1,3,5,7
/proc/12707/task/12718/stat : 12718 (plingeling) R 12705 12707 12655 0 -1 4202560 5983 1252 0 0 2373 1 0 0 25 0 5 0 731749534 384839680 69503 33554432000 4194304 4417452 140737311774528 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 96.4
Current children cumulated vsize (KiB) 375820

[startup+51.1012 s]
/proc/loadavg: 7.27 7.76 7.92 9/392 12758
/proc/meminfo: memFree=14271112/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=404372 CPUtime=198.49 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) S 12705 12707 12655 0 -1 4202496 171777 1252 0 0 19825 24 0 0 25 0 5 0 731749359 414076928 73234 33554432000 4194304 4417452 140737311774528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12707/statm: 101093 73234 180 55 0 98979 0
[pid=12707/tid=12715] ppid=12705 vsize=404372 CPUtime=49.33 cores=1,3,5,7
/proc/12707/task/12715/stat : 12715 (plingeling) R 12705 12707 12655 0 -1 4202560 33165 1252 0 0 4929 4 0 0 25 0 5 0 731749534 414076928 73234 33554432000 4194304 4417452 140737311774528 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12707/tid=12716] ppid=12705 vsize=404372 CPUtime=49.33 cores=1,3,5,7
/proc/12707/task/12716/stat : 12716 (plingeling) R 12705 12707 12655 0 -1 4202560 23701 1252 0 0 4930 3 0 0 25 0 5 0 731749534 414076928 73234 33554432000 4194304 4417452 140737311774528 18446744073709551615 4330515 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12707/tid=12717] ppid=12705 vsize=404372 CPUtime=48.7 cores=1,3,5,7
/proc/12707/task/12717/stat : 12717 (plingeling) R 12705 12707 12655 0 -1 4202560 34321 1252 0 0 4866 4 0 0 25 0 5 0 731749534 414076928 73234 33554432000 4194304 4417452 140737311774528 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12707/tid=12718] ppid=12705 vsize=404372 CPUtime=49.34 cores=1,3,5,7
/proc/12707/task/12718/stat : 12718 (plingeling) R 12705 12707 12655 0 -1 4202560 6497 1252 0 0 4933 1 0 0 25 0 5 0 731749534 414076928 73234 33554432000 4194304 4417452 140737311774528 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 198.49
Current children cumulated vsize (KiB) 404372

[startup+102.314 s]
/proc/loadavg: 7.83 7.84 7.93 9/392 12759
/proc/meminfo: memFree=14196744/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=442784 CPUtime=402.68 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) S 12705 12707 12655 0 -1 4202496 183307 1252 0 0 40243 25 0 0 25 0 5 0 731749359 453410816 82837 33554432000 4194304 4417452 140737311774528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12707/statm: 110696 82837 180 55 0 108582 0
[pid=12707/tid=12715] ppid=12705 vsize=442784 CPUtime=100.55 cores=1,3,5,7
/proc/12707/task/12715/stat : 12715 (plingeling) R 12705 12707 12655 0 -1 4202560 38487 1252 0 0 10050 5 0 0 25 0 5 0 731749534 453410816 82837 33554432000 4194304 4417452 140737311774528 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12707/tid=12716] ppid=12705 vsize=442784 CPUtime=100.55 cores=1,3,5,7
/proc/12707/task/12716/stat : 12716 (plingeling) R 12705 12707 12655 0 -1 4202560 26488 1252 0 0 10051 4 0 0 25 0 5 0 731749534 453410816 82837 33554432000 4194304 4417452 140737311774528 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12707/tid=12717] ppid=12705 vsize=442784 CPUtime=99.26 cores=1,3,5,7
/proc/12707/task/12717/stat : 12717 (plingeling) R 12705 12707 12655 0 -1 4202560 35827 1252 0 0 9921 5 0 0 25 0 5 0 731749534 453410816 82837 33554432000 4194304 4417452 140737311774528 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12707/tid=12718] ppid=12705 vsize=442784 CPUtime=100.55 cores=1,3,5,7
/proc/12707/task/12718/stat : 12718 (plingeling) R 12705 12707 12655 0 -1 4202560 8412 1252 0 0 10054 1 0 0 25 0 5 0 731749534 453410816 82837 33554432000 4194304 4417452 140737311774528 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 402.68
Current children cumulated vsize (KiB) 442784

[startup+162.301 s]
/proc/loadavg: 8.03 7.89 7.94 9/392 12797
/proc/meminfo: memFree=14232648/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=491504 CPUtime=641.88 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) S 12705 12707 12655 0 -1 4202496 197914 1252 0 0 64161 27 0 0 25 0 5 0 731749359 503300096 96047 33554432000 4194304 4417452 140737311774528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12707/statm: 122876 96047 180 55 0 120762 0
[pid=12707/tid=12715] ppid=12705 vsize=491504 CPUtime=160.53 cores=1,3,5,7
/proc/12707/task/12715/stat : 12715 (plingeling) R 12705 12707 12655 0 -1 4202560 41562 1252 0 0 16048 5 0 0 25 0 5 0 731749534 503300096 96047 33554432000 4194304 4417452 140737311774528 18446744073709551615 4320983 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12707/tid=12716] ppid=12705 vsize=491504 CPUtime=160.53 cores=1,3,5,7
/proc/12707/task/12716/stat : 12716 (plingeling) R 12705 12707 12655 0 -1 4202560 32024 1252 0 0 16049 4 0 0 25 0 5 0 731749534 503300096 96047 33554432000 4194304 4417452 140737311774528 18446744073709551615 4364589 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12707/tid=12717] ppid=12705 vsize=491504 CPUtime=158.49 cores=1,3,5,7
/proc/12707/task/12717/stat : 12717 (plingeling) R 12705 12707 12655 0 -1 4202560 41186 1252 0 0 15844 5 0 0 25 0 5 0 731749534 503300096 96047 33554432000 4194304 4417452 140737311774528 18446744073709551615 4232715 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12707/tid=12718] ppid=12705 vsize=491504 CPUtime=160.53 cores=1,3,5,7
/proc/12707/task/12718/stat : 12718 (plingeling) R 12705 12707 12655 0 -1 4202560 9049 1252 0 0 16052 1 0 0 25 0 5 0 731749534 503300096 96047 33554432000 4194304 4417452 140737311774528 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 641.88
Current children cumulated vsize (KiB) 491504

[startup+222.3 s]
/proc/loadavg: 8.18 7.96 7.96 9/392 12798
/proc/meminfo: memFree=14170896/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=512832 CPUtime=881.11 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) S 12705 12707 12655 0 -1 4202496 204007 1252 0 0 88084 27 0 0 25 0 5 0 731749359 525139968 101379 33554432000 4194304 4417452 140737311774528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12707/statm: 128208 101379 180 55 0 126094 0
[pid=12707/tid=12715] ppid=12705 vsize=512832 CPUtime=220.53 cores=1,3,5,7
/proc/12707/task/12715/stat : 12715 (plingeling) R 12705 12707 12655 0 -1 4202560 41562 1252 0 0 22048 5 0 0 25 0 5 0 731749534 525139968 101379 33554432000 4194304 4417452 140737311774528 18446744073709551615 4262651 0 0 4096 17442 0 0 0 -1 3 0 0 0

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

[pid=12707/tid=12716] ppid=12705 vsize=746312 CPUtime=700.55 cores=1,3,5,7
/proc/12707/task/12716/stat : 12716 (plingeling) R 12705 12707 12655 0 -1 4202560 50580 1252 0 0 70048 7 0 0 25 0 5 0 731749534 764223488 159749 33554432000 4194304 4417452 140737311774528 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12707/tid=12717] ppid=12705 vsize=746312 CPUtime=691.62 cores=1,3,5,7
/proc/12707/task/12717/stat : 12717 (plingeling) R 12705 12707 12655 0 -1 4202560 47012 1252 0 0 69156 6 0 0 25 0 5 0 731749534 764223488 159749 33554432000 4194304 4417452 140737311774528 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12707/tid=12718] ppid=12705 vsize=746312 CPUtime=700.55 cores=1,3,5,7
/proc/12707/task/12718/stat : 12718 (plingeling) R 12705 12707 12655 0 -1 4202560 45094 1252 0 0 70049 6 0 0 25 0 5 0 731749534 764223488 159749 33554432000 4194304 4417452 140737311774528 18446744073709551615 4365946 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2795.04
Current children cumulated vsize (KiB) 746312

[startup+762.314 s]
/proc/loadavg: 8.12 8.05 8.01 9/392 12813
/proc/meminfo: memFree=13705812/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=693772 CPUtime=3034.33 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) S 12705 12707 12655 0 -1 4202496 267009 1252 0 0 303397 36 0 0 25 0 5 0 731749359 710422528 146614 33554432000 4194304 4417452 140737311774528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12707/statm: 173443 146614 180 55 0 171329 0
[pid=12707/tid=12715] ppid=12705 vsize=693772 CPUtime=760.55 cores=1,3,5,7
/proc/12707/task/12715/stat : 12715 (plingeling) R 12705 12707 12655 0 -1 4202560 50143 1252 0 0 76049 6 0 0 25 0 5 0 731749534 710422528 146614 33554432000 4194304 4417452 140737311774528 18446744073709551615 4366087 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12707/tid=12716] ppid=12705 vsize=693772 CPUtime=760.56 cores=1,3,5,7
/proc/12707/task/12716/stat : 12716 (plingeling) R 12705 12707 12655 0 -1 4202560 50624 1252 0 0 76049 7 0 0 25 0 5 0 731749534 710422528 146614 33554432000 4194304 4417452 140737311774528 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12707/tid=12717] ppid=12705 vsize=693772 CPUtime=750.87 cores=1,3,5,7
/proc/12707/task/12717/stat : 12717 (plingeling) R 12705 12707 12655 0 -1 4202560 47055 1252 0 0 75081 6 0 0 25 0 5 0 731749534 710422528 146614 33554432000 4194304 4417452 140737311774528 18446744073709551615 4355852 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12707/tid=12718] ppid=12705 vsize=693772 CPUtime=760.56 cores=1,3,5,7
/proc/12707/task/12718/stat : 12718 (plingeling) R 12705 12707 12655 0 -1 4202560 45094 1252 0 0 76050 6 0 0 25 0 5 0 731749534 710422528 146614 33554432000 4194304 4417452 140737311774528 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3034.33
Current children cumulated vsize (KiB) 693772

[startup+822.301 s]
/proc/loadavg: 8.12 8.05 8.00 9/392 12814
/proc/meminfo: memFree=13674172/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=763980 CPUtime=3273.52 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) S 12705 12707 12655 0 -1 4202496 284561 1252 0 0 327315 37 0 0 25 0 5 0 731749359 782315520 164166 33554432000 4194304 4417452 140737311774528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12707/statm: 190995 164166 180 55 0 188881 0
[pid=12707/tid=12715] ppid=12705 vsize=763980 CPUtime=820.54 cores=1,3,5,7
/proc/12707/task/12715/stat : 12715 (plingeling) R 12705 12707 12655 0 -1 4202560 60543 1252 0 0 82047 7 0 0 25 0 5 0 731749534 782315520 164166 33554432000 4194304 4417452 140737311774528 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12707/tid=12716] ppid=12705 vsize=763980 CPUtime=820.55 cores=1,3,5,7
/proc/12707/task/12716/stat : 12716 (plingeling) R 12705 12707 12655 0 -1 4202560 50624 1252 0 0 82048 7 0 0 25 0 5 0 731749534 782315520 164166 33554432000 4194304 4417452 140737311774528 18446744073709551615 4232791 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12707/tid=12717] ppid=12705 vsize=763980 CPUtime=810.1 cores=1,3,5,7
/proc/12707/task/12717/stat : 12717 (plingeling) R 12705 12707 12655 0 -1 4202560 50703 1252 0 0 81004 6 0 0 25 0 5 0 731749534 782315520 164166 33554432000 4194304 4417452 140737311774528 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12707/tid=12718] ppid=12705 vsize=763980 CPUtime=820.55 cores=1,3,5,7
/proc/12707/task/12718/stat : 12718 (plingeling) R 12705 12707 12655 0 -1 4202560 48598 1252 0 0 82049 6 0 0 25 0 5 0 731749534 782315520 164166 33554432000 4194304 4417452 140737311774528 18446744073709551615 4353598 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3273.52
Current children cumulated vsize (KiB) 763980

[startup+882.301 s]
/proc/loadavg: 8.15 8.07 8.01 9/392 12816
/proc/meminfo: memFree=13585856/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=803928 CPUtime=3512.76 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) S 12705 12707 12655 0 -1 4202496 300235 1252 0 0 351237 39 0 0 25 0 5 0 731749359 823222272 174153 33554432000 4194304 4417452 140737311774528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12707/statm: 200982 174153 180 55 0 198868 0
[pid=12707/tid=12715] ppid=12705 vsize=803928 CPUtime=880.55 cores=1,3,5,7
/proc/12707/task/12715/stat : 12715 (plingeling) R 12705 12707 12655 0 -1 4202560 64859 1252 0 0 88047 8 0 0 25 0 5 0 731749534 823222272 174153 33554432000 4194304 4417452 140737311774528 18446744073709551615 4259618 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12707/tid=12716] ppid=12705 vsize=803928 CPUtime=880.55 cores=1,3,5,7
/proc/12707/task/12716/stat : 12716 (plingeling) R 12705 12707 12655 0 -1 4202560 50845 1252 0 0 88048 7 0 0 25 0 5 0 731749534 823222272 174153 33554432000 4194304 4417452 140737311774528 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12707/tid=12717] ppid=12705 vsize=803928 CPUtime=869.33 cores=1,3,5,7
/proc/12707/task/12717/stat : 12717 (plingeling) R 12705 12707 12655 0 -1 4202560 56847 1252 0 0 86927 6 0 0 25 0 5 0 731749534 823222272 174153 33554432000 4194304 4417452 140737311774528 18446744073709551615 4355852 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12707/tid=12718] ppid=12705 vsize=803928 CPUtime=880.55 cores=1,3,5,7
/proc/12707/task/12718/stat : 12718 (plingeling) R 12705 12707 12655 0 -1 4202560 53591 1252 0 0 88048 7 0 0 25 0 5 0 731749534 823222272 174153 33554432000 4194304 4417452 140737311774528 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3512.76
Current children cumulated vsize (KiB) 803928

[startup+942.301 s]
/proc/loadavg: 8.12 8.08 8.01 9/392 12817
/proc/meminfo: memFree=13524564/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=803928 CPUtime=3752.01 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) S 12705 12707 12655 0 -1 4202496 300362 1252 0 0 375162 39 0 0 25 0 5 0 731749359 823222272 174153 33554432000 4194304 4417452 140737311774528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12707/statm: 200982 174153 180 55 0 198868 0
[pid=12707/tid=12715] ppid=12705 vsize=803928 CPUtime=940.55 cores=1,3,5,7
/proc/12707/task/12715/stat : 12715 (plingeling) R 12705 12707 12655 0 -1 4202560 64900 1252 0 0 94047 8 0 0 25 0 5 0 731749534 823222272 174153 33554432000 4194304 4417452 140737311774528 18446744073709551615 4364380 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12707/tid=12716] ppid=12705 vsize=803928 CPUtime=940.55 cores=1,3,5,7
/proc/12707/task/12716/stat : 12716 (plingeling) R 12705 12707 12655 0 -1 4202560 50889 1252 0 0 94048 7 0 0 25 0 5 0 731749534 823222272 174153 33554432000 4194304 4417452 140737311774528 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12707/tid=12717] ppid=12705 vsize=803928 CPUtime=928.57 cores=1,3,5,7
/proc/12707/task/12717/stat : 12717 (plingeling) R 12705 12707 12655 0 -1 4202560 56889 1252 0 0 92851 6 0 0 25 0 5 0 731749534 823222272 174153 33554432000 4194304 4417452 140737311774528 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12707/tid=12718] ppid=12705 vsize=803928 CPUtime=940.55 cores=1,3,5,7
/proc/12707/task/12718/stat : 12718 (plingeling) R 12705 12707 12655 0 -1 4202560 53591 1252 0 0 94048 7 0 0 25 0 5 0 731749534 823222272 174153 33554432000 4194304 4417452 140737311774528 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3752.01
Current children cumulated vsize (KiB) 803928

[startup+1002.3 s]
/proc/loadavg: 8.07 8.08 8.01 9/392 12819
/proc/meminfo: memFree=13511276/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=836696 CPUtime=3991.25 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) S 12705 12707 12655 0 -1 4202496 308554 1252 0 0 399084 41 0 0 25 0 5 0 731749359 856776704 182345 33554432000 4194304 4417452 140737311774528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12707/statm: 209174 182345 180 55 0 207060 0
[pid=12707/tid=12715] ppid=12705 vsize=836696 CPUtime=1000.55 cores=1,3,5,7
/proc/12707/task/12715/stat : 12715 (plingeling) R 12705 12707 12655 0 -1 4202560 64900 1252 0 0 100047 8 0 0 25 0 5 0 731749534 856776704 182345 33554432000 4194304 4417452 140737311774528 18446744073709551615 4365150 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12707/tid=12716] ppid=12705 vsize=836696 CPUtime=1000.55 cores=1,3,5,7
/proc/12707/task/12716/stat : 12716 (plingeling) R 12705 12707 12655 0 -1 4202560 50889 1252 0 0 100048 7 0 0 25 0 5 0 731749534 856776704 182345 33554432000 4194304 4417452 140737311774528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12707/tid=12717] ppid=12705 vsize=836696 CPUtime=987.8 cores=1,3,5,7
/proc/12707/task/12717/stat : 12717 (plingeling) R 12705 12707 12655 0 -1 4202560 65081 1252 0 0 98772 8 0 0 25 0 5 0 731749534 856776704 182345 33554432000 4194304 4417452 140737311774528 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12707/tid=12718] ppid=12705 vsize=836696 CPUtime=1000.55 cores=1,3,5,7
/proc/12707/task/12718/stat : 12718 (plingeling) R 12705 12707 12655 0 -1 4202560 53591 1252 0 0 100048 7 0 0 25 0 5 0 731749534 856776704 182345 33554432000 4194304 4417452 140737311774528 18446744073709551615 4358160 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3991.25
Current children cumulated vsize (KiB) 836696

[startup+1062.3 s]
/proc/loadavg: 8.06 8.08 8.01 9/392 12821
/proc/meminfo: memFree=13391476/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=869464 CPUtime=4230.5 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) S 12705 12707 12655 0 -1 4202496 316746 1252 0 0 423008 42 0 0 25 0 5 0 731749359 890331136 190537 33554432000 4194304 4417452 140737311774528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12707/statm: 217366 190537 180 55 0 215252 0
[pid=12707/tid=12715] ppid=12705 vsize=869464 CPUtime=1060.55 cores=1,3,5,7
/proc/12707/task/12715/stat : 12715 (plingeling) R 12705 12707 12655 0 -1 4202560 64900 1252 0 0 106047 8 0 0 25 0 5 0 731749534 890331136 190537 33554432000 4194304 4417452 140737311774528 18446744073709551615 4263109 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12707/tid=12716] ppid=12705 vsize=869464 CPUtime=1060.55 cores=1,3,5,7
/proc/12707/task/12716/stat : 12716 (plingeling) R 12705 12707 12655 0 -1 4202560 50889 1252 0 0 106048 7 0 0 25 0 5 0 731749534 890331136 190537 33554432000 4194304 4417452 140737311774528 18446744073709551615 4365939 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12707/tid=12717] ppid=12705 vsize=869464 CPUtime=1047.05 cores=1,3,5,7
/proc/12707/task/12717/stat : 12717 (plingeling) R 12705 12707 12655 0 -1 4202560 65081 1252 0 0 104697 8 0 0 25 0 5 0 731749534 890331136 190537 33554432000 4194304 4417452 140737311774528 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12707/tid=12718] ppid=12705 vsize=869464 CPUtime=1060.56 cores=1,3,5,7
/proc/12707/task/12718/stat : 12718 (plingeling) R 12705 12707 12655 0 -1 4202560 61783 1252 0 0 106048 8 0 0 25 0 5 0 731749534 890331136 190537 33554432000 4194304 4417452 140737311774528 18446744073709551615 4236772 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4230.5
Current children cumulated vsize (KiB) 869464

[startup+1122.3 s]
/proc/loadavg: 8.13 8.09 8.02 9/392 12822
/proc/meminfo: memFree=13355880/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=904560 CPUtime=4469.73 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) S 12705 12707 12655 0 -1 4202496 335527 1252 0 0 446928 45 0 0 25 0 5 0 731749359 926269440 199311 33554432000 4194304 4417452 140737311774528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12707/statm: 226140 199311 180 55 0 224026 0
[pid=12707/tid=12715] ppid=12705 vsize=904560 CPUtime=1120.55 cores=1,3,5,7
/proc/12707/task/12715/stat : 12715 (plingeling) R 12705 12707 12655 0 -1 4202560 64942 1252 0 0 112047 8 0 0 25 0 5 0 731749534 926269440 199311 33554432000 4194304 4417452 140737311774528 18446744073709551615 4236735 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12707/tid=12716] ppid=12705 vsize=904560 CPUtime=1120.55 cores=1,3,5,7
/proc/12707/task/12716/stat : 12716 (plingeling) R 12705 12707 12655 0 -1 4202560 59447 1252 0 0 112046 9 0 0 25 0 5 0 731749534 926269440 199311 33554432000 4194304 4417452 140737311774528 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12707/tid=12717] ppid=12705 vsize=904560 CPUtime=1106.28 cores=1,3,5,7
/proc/12707/task/12717/stat : 12717 (plingeling) R 12705 12707 12655 0 -1 4202560 65341 1252 0 0 110620 8 0 0 25 0 5 0 731749534 926269440 199311 33554432000 4194304 4417452 140737311774528 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12707/tid=12718] ppid=12705 vsize=904560 CPUtime=1120.56 cores=1,3,5,7
/proc/12707/task/12718/stat : 12718 (plingeling) R 12705 12707 12655 0 -1 4202560 71704 1252 0 0 112047 9 0 0 25 0 5 0 731749534 926269440 199311 33554432000 4194304 4417452 140737311774528 18446744073709551615 4357562 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4469.73
Current children cumulated vsize (KiB) 904560

[startup+1182.3 s]
/proc/loadavg: 8.41 8.17 8.04 9/392 12827
/proc/meminfo: memFree=13317104/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=931268 CPUtime=4708.98 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) S 12705 12707 12655 0 -1 4202496 390233 1252 0 0 470846 52 0 0 25 0 5 0 731749359 953618432 205988 33554432000 4194304 4417452 140737311774528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12707/statm: 232817 205988 180 55 0 230703 0
[pid=12707/tid=12715] ppid=12705 vsize=931268 CPUtime=1180.55 cores=1,3,5,7
/proc/12707/task/12715/stat : 12715 (plingeling) R 12705 12707 12655 0 -1 4202560 74481 1252 0 0 118046 9 0 0 25 0 5 0 731749534 953618432 205988 33554432000 4194304 4417452 140737311774528 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12707/tid=12716] ppid=12705 vsize=931268 CPUtime=1180.55 cores=1,3,5,7
/proc/12707/task/12716/stat : 12716 (plingeling) R 12705 12707 12655 0 -1 4202560 82732 1252 0 0 118043 12 0 0 25 0 5 0 731749534 953618432 205988 33554432000 4194304 4417452 140737311774528 18446744073709551615 4357130 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12707/tid=12717] ppid=12705 vsize=931268 CPUtime=1165.54 cores=1,3,5,7
/proc/12707/task/12717/stat : 12717 (plingeling) R 12705 12707 12655 0 -1 4202560 77630 1252 0 0 116544 10 0 0 25 0 5 0 731749534 953618432 205988 33554432000 4194304 4417452 140737311774528 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12707/tid=12718] ppid=12705 vsize=931268 CPUtime=1180.55 cores=1,3,5,7
/proc/12707/task/12718/stat : 12718 (plingeling) R 12705 12707 12655 0 -1 4202560 81297 1252 0 0 118045 10 0 0 25 0 5 0 731749534 953618432 205988 33554432000 4194304 4417452 140737311774528 18446744073709551615 4357970 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4708.98
Current children cumulated vsize (KiB) 931268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.2 s]
/proc/loadavg: 8.27 8.15 8.04 6/386 12837
/proc/meminfo: memFree=13944404/32951124 swapFree=65586204/67111528
[pid=12707] ppid=12705 vsize=987868 CPUtime=4800.31 cores=1,3,5,7
/proc/12707/stat : 12707 (plingeling) S 12705 12707 12655 0 -1 4202496 412575 1252 0 0 479976 55 0 0 25 0 5 0 731749359 1011576832 220138 33554432000 4194304 4417452 140737311774528 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/12707/statm: 246967 220138 180 55 0 244853 0
[pid=12707/tid=12715] ppid=12705 vsize=987868 CPUtime=1203.47 cores=1,3,5,7
/proc/12707/task/12715/stat : 12715 (plingeling) R 12705 12707 12655 0 -1 4202560 83422 1252 0 0 120337 10 0 0 25 0 5 0 731749534 1011576832 220138 33554432000 4194304 4417452 140737311774528 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12707/tid=12716] ppid=12705 vsize=987868 CPUtime=1203.46 cores=1,3,5,7
/proc/12707/task/12716/stat : 12716 (plingeling) R 12705 12707 12655 0 -1 4202560 86540 1252 0 0 120333 13 0 0 25 0 5 0 731749534 1011576832 220138 33554432000 4194304 4417452 140737311774528 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12707/tid=12717] ppid=12705 vsize=987868 CPUtime=1188.14 cores=1,3,5,7
/proc/12707/task/12717/stat : 12717 (plingeling) R 12705 12707 12655 0 -1 4202560 85823 1252 0 0 118803 11 0 0 25 0 5 0 731749534 1011576832 220138 33554432000 4194304 4417452 140737311774528 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12707/tid=12718] ppid=12705 vsize=987868 CPUtime=1203.48 cores=1,3,5,7
/proc/12707/task/12718/stat : 12718 (plingeling) R 12705 12707 12655 0 -1 4202560 82697 1252 0 0 120337 11 0 0 25 0 5 0 731749534 1011576832 220138 33554432000 4194304 4417452 140737311774528 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 987868

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): 1205.26
CPU time (s): 4800.39
CPU user time (s): 4799.8
CPU system time (s): 0.596909
CPU usage (%): 398.287
Max. virtual memory (cumulated for all children) (KiB): 1017252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.8
system time used= 0.596909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 413828
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= 192
involuntary context switches= 35255

runsolver used 4.28335 second user time and 11.0653 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 01:19:47
IDJOB=3371430
IDBENCH=20349
IDSOLVER=1848
FILE ID=node119/3371430-1305415186
RUNJOBID= node119-1305415186-12674
PBS_JOBID= 13324563
Free space on /tmp= 73164 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-17-s.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371430-1305415186/watcher-3371430-1305415186 -o /tmp/evaluation-result-3371430-1305415186/solver-3371430-1305415186 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371430-1305415186.cnf

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

MD5SUM BENCH= f72920912a1bb14f90e9fea5dee0ec1c
RANDOM SEED=656359630

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14774852 kB
Buffers:        286936 kB
Cached:        4590336 kB
SwapCached:       4756 kB
Active:       14816372 kB
Inactive:      3025432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14774852 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           34096 kB
Writeback:           0 kB
AnonPages:    12962672 kB
Mapped:          30360 kB
Slab:           211896 kB
PageTables:      56756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102602716 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= 73168 MiB
End job on node119 at 2011-05-15 01:39:54