Trace number 3370926

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-19_349.cnf
MD5SUMfaed4f95ee485d18812f5d39a28df3e5
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 variables349
Number of clauses33487
Sum of the clauses size151837
Maximum clause length19
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 330276
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53211

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: 977)

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-3370926-1307645969/watcher-3370926-1307645969 -o /tmp/evaluation-result-3370926-1307645969/solver-3370926-1307645969 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3370926-1307645969.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: 7.81 8.05 7.62 5/181 5162
/proc/meminfo: memFree=32363064/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=9436 CPUtime=0 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) R 5160 5162 4755 0 -1 4202496 453 1250 0 0 0 0 0 0 25 0 1 0 857012810 9662464 382 33554432000 4194304 4417452 140733416561440 18446744073709551615 233510297344 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/5162/statm: 2359 382 148 55 0 245 0

[startup+0.152223 s]
/proc/loadavg: 7.81 8.05 7.62 5/181 5162
/proc/meminfo: memFree=32363064/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=63076 CPUtime=0.45 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 3751 1250 0 0 45 0 0 0 25 0 5 0 857012810 64589824 3514 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 15769 3514 178 55 0 13655 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 63076

[startup+0.200215 s]
/proc/loadavg: 7.81 8.05 7.62 5/181 5162
/proc/meminfo: memFree=32363064/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=61264 CPUtime=0.64 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 4051 1250 0 0 64 0 0 0 25 0 5 0 857012810 62734336 3038 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 15316 3038 178 55 0 13202 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 61264

[startup+0.300194 s]
/proc/loadavg: 7.81 8.05 7.62 5/181 5162
/proc/meminfo: memFree=32363064/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=61264 CPUtime=1.04 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 4051 1250 0 0 104 0 0 0 25 0 5 0 857012810 62734336 3038 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 15316 3038 178 55 0 13202 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 61264

[startup+0.700126 s]
/proc/loadavg: 7.81 8.05 7.62 5/181 5162
/proc/meminfo: memFree=32363064/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=127560 CPUtime=2.64 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 4305 1250 0 0 264 0 0 0 25 0 5 0 857012810 130621440 3292 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 31890 3292 178 55 0 29776 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 127560

[startup+1.50098 s]
/proc/loadavg: 7.81 8.05 7.62 9/186 5172
/proc/meminfo: memFree=32345684/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=131824 CPUtime=5.84 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 5377 1250 0 0 584 0 0 0 25 0 5 0 857012810 134987776 4364 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 32956 4364 178 55 0 30842 0
[pid=5162/tid=5169] ppid=5160 vsize=131824 CPUtime=1.45 cores=1,3,5,7
/proc/5162/task/5169/stat : 5169 (plingeling) R 5160 5162 4755 0 -1 4202560 660 1250 0 0 145 0 0 0 25 0 5 0 857012815 134987776 4364 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5162/tid=5170] ppid=5160 vsize=131824 CPUtime=1.45 cores=1,3,5,7
/proc/5162/task/5170/stat : 5170 (plingeling) R 5160 5162 4755 0 -1 4202560 509 1250 0 0 145 0 0 0 25 0 5 0 857012815 134987776 4364 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5162/tid=5171] ppid=5160 vsize=131824 CPUtime=1.44 cores=1,3,5,7
/proc/5162/task/5171/stat : 5171 (plingeling) R 5160 5162 4755 0 -1 4202560 469 1250 0 0 144 0 0 0 25 0 5 0 857012815 134987776 4364 33554432000 4194304 4417452 140733416561440 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5162/tid=5172] ppid=5160 vsize=131824 CPUtime=1.45 cores=1,3,5,7
/proc/5162/task/5172/stat : 5172 (plingeling) R 5160 5162 4755 0 -1 4202560 1049 1250 0 0 145 0 0 0 25 0 5 0 857012815 134987776 4364 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 131824

[startup+3.1007 s]
/proc/loadavg: 7.81 8.05 7.62 9/186 5172
/proc/meminfo: memFree=32335704/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=138772 CPUtime=12.23 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 7118 1250 0 0 1223 0 0 0 25 0 5 0 857012810 142102528 6105 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 34693 6105 178 55 0 32579 0
[pid=5162/tid=5169] ppid=5160 vsize=138772 CPUtime=3.05 cores=1,3,5,7
/proc/5162/task/5169/stat : 5169 (plingeling) R 5160 5162 4755 0 -1 4202560 860 1250 0 0 305 0 0 0 25 0 5 0 857012815 142102528 6105 33554432000 4194304 4417452 140733416561440 18446744073709551615 4249501 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5162/tid=5170] ppid=5160 vsize=138772 CPUtime=3.05 cores=1,3,5,7
/proc/5162/task/5170/stat : 5170 (plingeling) R 5160 5162 4755 0 -1 4202560 513 1250 0 0 305 0 0 0 25 0 5 0 857012815 142102528 6105 33554432000 4194304 4417452 140733416561440 18446744073709551615 4251167 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5162/tid=5171] ppid=5160 vsize=138772 CPUtime=3.03 cores=1,3,5,7
/proc/5162/task/5171/stat : 5171 (plingeling) R 5160 5162 4755 0 -1 4202560 1112 1250 0 0 303 0 0 0 25 0 5 0 857012815 142102528 6105 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5162/tid=5172] ppid=5160 vsize=138772 CPUtime=3.05 cores=1,3,5,7
/proc/5162/task/5172/stat : 5172 (plingeling) R 5160 5162 4755 0 -1 4202560 1943 1250 0 0 305 0 0 0 25 0 5 0 857012815 142102528 6105 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 138772

[startup+6.30113 s]
/proc/loadavg: 7.83 8.05 7.63 9/186 5172
/proc/meminfo: memFree=32313136/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=144104 CPUtime=25.02 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 8461 1250 0 0 2501 1 0 0 25 0 5 0 857012810 147562496 7448 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 36026 7448 179 55 0 33912 0
[pid=5162/tid=5169] ppid=5160 vsize=144104 CPUtime=6.25 cores=1,3,5,7
/proc/5162/task/5169/stat : 5169 (plingeling) R 5160 5162 4755 0 -1 4202560 942 1250 0 0 625 0 0 0 25 0 5 0 857012815 147562496 7448 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5162/tid=5170] ppid=5160 vsize=144104 CPUtime=6.25 cores=1,3,5,7
/proc/5162/task/5170/stat : 5170 (plingeling) R 5160 5162 4755 0 -1 4202560 755 1250 0 0 625 0 0 0 25 0 5 0 857012815 147562496 7448 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5162/tid=5171] ppid=5160 vsize=144104 CPUtime=6.22 cores=1,3,5,7
/proc/5162/task/5171/stat : 5171 (plingeling) R 5160 5162 4755 0 -1 4202560 1453 1250 0 0 622 0 0 0 25 0 5 0 857012815 147562496 7448 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5162/tid=5172] ppid=5160 vsize=144104 CPUtime=6.25 cores=1,3,5,7
/proc/5162/task/5172/stat : 5172 (plingeling) R 5160 5162 4755 0 -1 4202560 2621 1250 0 0 625 0 0 0 25 0 5 0 857012815 147562496 7448 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 144104

[startup+12.701 s]
/proc/loadavg: 7.84 8.05 7.63 9/186 5172
/proc/meminfo: memFree=32299452/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=158284 CPUtime=50.59 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 18394 1250 0 0 5056 3 0 0 25 0 5 0 857012810 162082816 11009 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 39571 11009 179 55 0 37457 0
[pid=5162/tid=5169] ppid=5160 vsize=158284 CPUtime=12.64 cores=1,3,5,7
/proc/5162/task/5169/stat : 5169 (plingeling) R 5160 5162 4755 0 -1 4202560 2879 1250 0 0 1264 0 0 0 25 0 5 0 857012815 162082816 11009 33554432000 4194304 4417452 140733416561440 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5162/tid=5170] ppid=5160 vsize=158284 CPUtime=12.65 cores=1,3,5,7
/proc/5162/task/5170/stat : 5170 (plingeling) R 5160 5162 4755 0 -1 4202560 1283 1250 0 0 1265 0 0 0 25 0 5 0 857012815 162082816 11009 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5162/tid=5171] ppid=5160 vsize=158284 CPUtime=12.58 cores=1,3,5,7
/proc/5162/task/5171/stat : 5171 (plingeling) R 5160 5162 4755 0 -1 4202560 2053 1250 0 0 1258 0 0 0 25 0 5 0 857012815 162082816 11009 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364791 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5162/tid=5172] ppid=5160 vsize=158284 CPUtime=12.64 cores=1,3,5,7
/proc/5162/task/5172/stat : 5172 (plingeling) R 5160 5162 4755 0 -1 4202560 9489 1250 0 0 1263 1 0 0 25 0 5 0 857012815 162082816 11009 33554432000 4194304 4417452 140733416561440 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 158284

[startup+25.5007 s]
/proc/loadavg: 7.94 8.07 7.64 9/186 5173
/proc/meminfo: memFree=32269328/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=169964 CPUtime=101.71 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 39786 1250 0 0 10164 7 0 0 25 0 5 0 857012810 174043136 13977 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 42491 13977 179 55 0 40377 0
[pid=5162/tid=5169] ppid=5160 vsize=169964 CPUtime=25.44 cores=1,3,5,7
/proc/5162/task/5169/stat : 5169 (plingeling) R 5160 5162 4755 0 -1 4202560 8317 1250 0 0 2543 1 0 0 25 0 5 0 857012815 174043136 13977 33554432000 4194304 4417452 140733416561440 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5162/tid=5170] ppid=5160 vsize=169964 CPUtime=25.44 cores=1,3,5,7
/proc/5162/task/5170/stat : 5170 (plingeling) R 5160 5162 4755 0 -1 4202560 4114 1250 0 0 2544 0 0 0 25 0 5 0 857012815 174043136 13977 33554432000 4194304 4417452 140733416561440 18446744073709551615 4344176 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5162/tid=5171] ppid=5160 vsize=169964 CPUtime=25.3 cores=1,3,5,7
/proc/5162/task/5171/stat : 5171 (plingeling) R 5160 5162 4755 0 -1 4202560 5336 1250 0 0 2530 0 0 0 25 0 5 0 857012815 174043136 13977 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5162/tid=5172] ppid=5160 vsize=169964 CPUtime=25.44 cores=1,3,5,7
/proc/5162/task/5172/stat : 5172 (plingeling) R 5160 5162 4755 0 -1 4202560 19329 1250 0 0 2541 3 0 0 25 0 5 0 857012815 174043136 13977 33554432000 4194304 4417452 140733416561440 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 169964

[startup+51.1011 s]
/proc/loadavg: 8.04 8.07 7.65 9/186 5173
/proc/meminfo: memFree=32264444/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=179260 CPUtime=203.98 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 118838 1250 0 0 20378 20 0 0 25 0 5 0 857012810 183562240 16349 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 44815 16349 179 55 0 42701 0
[pid=5162/tid=5169] ppid=5160 vsize=179260 CPUtime=51.05 cores=1,3,5,7
/proc/5162/task/5169/stat : 5169 (plingeling) R 5160 5162 4755 0 -1 4202560 27599 1250 0 0 5100 5 0 0 25 0 5 0 857012815 183562240 16349 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5162/tid=5170] ppid=5160 vsize=179260 CPUtime=51.04 cores=1,3,5,7
/proc/5162/task/5170/stat : 5170 (plingeling) R 5160 5162 4755 0 -1 4202560 23339 1250 0 0 5101 3 0 0 25 0 5 0 857012815 183562240 16349 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5162/tid=5171] ppid=5160 vsize=179260 CPUtime=50.77 cores=1,3,5,7
/proc/5162/task/5171/stat : 5171 (plingeling) R 5160 5162 4755 0 -1 4202560 25363 1250 0 0 5073 4 0 0 25 0 5 0 857012815 183562240 16349 33554432000 4194304 4417452 140733416561440 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5162/tid=5172] ppid=5160 vsize=179260 CPUtime=51.04 cores=1,3,5,7
/proc/5162/task/5172/stat : 5172 (plingeling) R 5160 5162 4755 0 -1 4202560 39847 1250 0 0 5098 6 0 0 25 0 5 0 857012815 183562240 16349 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 179260

[startup+102.301 s]
/proc/loadavg: 7.84 8.00 7.65 9/186 5232
/proc/meminfo: memFree=32305168/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=183776 CPUtime=408.51 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 267697 1250 0 0 40806 45 0 0 25 0 5 0 857012810 188186624 17537 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 45944 17537 179 55 0 43830 0
[pid=5162/tid=5169] ppid=5160 vsize=183776 CPUtime=102.26 cores=1,3,5,7
/proc/5162/task/5169/stat : 5169 (plingeling) R 5160 5162 4755 0 -1 4202560 62959 1250 0 0 10215 11 0 0 25 0 5 0 857012815 188186624 17537 33554432000 4194304 4417452 140733416561440 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5162/tid=5170] ppid=5160 vsize=183776 CPUtime=102.24 cores=1,3,5,7
/proc/5162/task/5170/stat : 5170 (plingeling) R 5160 5162 4755 0 -1 4202560 64858 1250 0 0 10215 9 0 0 25 0 5 0 857012815 188186624 17537 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5162/tid=5171] ppid=5160 vsize=183776 CPUtime=101.69 cores=1,3,5,7
/proc/5162/task/5171/stat : 5171 (plingeling) R 5160 5162 4755 0 -1 4202560 58437 1250 0 0 10158 11 0 0 25 0 5 0 857012815 188186624 17537 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5162/tid=5172] ppid=5160 vsize=183776 CPUtime=102.25 cores=1,3,5,7
/proc/5162/task/5172/stat : 5172 (plingeling) R 5160 5162 4755 0 -1 4202560 78753 1250 0 0 10213 12 0 0 25 0 5 0 857012815 188186624 17537 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.51
Current children cumulated vsize (KiB) 183776

[startup+162.301 s]
/proc/loadavg: 8.10 8.04 7.68 9/186 5233
/proc/meminfo: memFree=32137708/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=207512 CPUtime=648.17 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 437345 1250 0 0 64745 72 0 0 25 0 5 0 857012810 212492288 23496 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 51878 23521 179 55 0 49764 0
[pid=5162/tid=5169] ppid=5160 vsize=207512 CPUtime=162.25 cores=1,3,5,7
/proc/5162/task/5169/stat : 5169 (plingeling) R 5160 5162 4755 0 -1 4202560 106108 1250 0 0 16208 17 0 0 25 0 5 0 857012815 212492288 23534 33554432000 4194304 4417452 140733416561440 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5162/tid=5170] ppid=5160 vsize=207512 CPUtime=162.23 cores=1,3,5,7
/proc/5162/task/5170/stat : 5170 (plingeling) R 5160 5162 4755 0 -1 4202560 111722 1250 0 0 16207 16 0 0 25 0 5 0 857012815 212492288 23548 33554432000 4194304 4417452 140733416561440 18446744073709551615 233509991497 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5162/tid=5171] ppid=5160 vsize=207512 CPUtime=161.37 cores=1,3,5,7
/proc/5162/task/5171/stat : 5171 (plingeling) R 5160 5162 4755 0 -1 4202560 97896 1250 0 0 16119 18 0 0 25 0 5 0 857012815 212492288 23563 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364675 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5162/tid=5172] ppid=5160 vsize=207512 CPUtime=162.24 cores=1,3,5,7
/proc/5162/task/5172/stat : 5172 (plingeling) R 5160 5162 4755 0 -1 4202560 118981 1250 0 0 16206 18 0 0 25 0 5 0 857012815 212492288 23571 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 648.17
Current children cumulated vsize (KiB) 207512


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

[pid=5162/tid=5170] ppid=5160 vsize=286132 CPUtime=702.24 cores=1,3,5,7
/proc/5162/task/5170/stat : 5170 (plingeling) R 5160 5162 4755 0 -1 4202560 416144 1250 0 0 70163 61 0 0 25 0 5 0 857012815 292999168 43000 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5162/tid=5171] ppid=5160 vsize=286132 CPUtime=698.43 cores=1,3,5,7
/proc/5162/task/5171/stat : 5171 (plingeling) R 5160 5162 4755 0 -1 4202560 408131 1250 0 0 69777 66 0 0 25 0 5 0 857012815 292999168 43000 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5162/tid=5172] ppid=5160 vsize=286132 CPUtime=702.26 cores=1,3,5,7
/proc/5162/task/5172/stat : 5172 (plingeling) R 5160 5162 4755 0 -1 4202560 403423 1250 0 0 70164 62 0 0 25 0 5 0 857012815 292999168 43000 33554432000 4194304 4417452 140733416561440 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.27
Current children cumulated vsize (KiB) 286132

[startup+762.301 s]
/proc/loadavg: 8.09 8.06 7.85 9/186 5249
/proc/meminfo: memFree=31419612/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=266308 CPUtime=3044.97 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 1746799 1250 0 0 304226 271 0 0 25 0 5 0 857012810 272699392 38012 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 66577 38012 179 55 0 64463 0
[pid=5162/tid=5169] ppid=5160 vsize=266308 CPUtime=762.27 cores=1,3,5,7
/proc/5162/task/5169/stat : 5169 (plingeling) R 5160 5162 4755 0 -1 4202560 431487 1250 0 0 76161 66 0 0 25 0 5 0 857012815 272699392 38012 33554432000 4194304 4417452 140733416561440 18446744073709551615 4250807 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5162/tid=5170] ppid=5160 vsize=266308 CPUtime=762.25 cores=1,3,5,7
/proc/5162/task/5170/stat : 5170 (plingeling) R 5160 5162 4755 0 -1 4202560 446738 1250 0 0 76159 66 0 0 25 0 5 0 857012815 272699392 38012 33554432000 4194304 4417452 140733416561440 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5162/tid=5171] ppid=5160 vsize=266308 CPUtime=758.11 cores=1,3,5,7
/proc/5162/task/5171/stat : 5171 (plingeling) R 5160 5162 4755 0 -1 4202560 436376 1250 0 0 75740 71 0 0 25 0 5 0 857012815 272699392 38012 33554432000 4194304 4417452 140733416561440 18446744073709551615 4355852 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5162/tid=5172] ppid=5160 vsize=266308 CPUtime=762.26 cores=1,3,5,7
/proc/5162/task/5172/stat : 5172 (plingeling) R 5160 5162 4755 0 -1 4202560 429508 1250 0 0 76161 65 0 0 25 0 5 0 857012815 272699392 38012 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.97
Current children cumulated vsize (KiB) 266308

[startup+822.301 s]
/proc/loadavg: 8.09 8.06 7.86 9/186 5251
/proc/meminfo: memFree=31228324/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=302296 CPUtime=3284.63 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 1859174 1250 0 0 328178 285 0 0 25 0 5 0 857012810 309551104 47009 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 75574 47009 179 55 0 73460 0
[pid=5162/tid=5169] ppid=5160 vsize=302296 CPUtime=822.26 cores=1,3,5,7
/proc/5162/task/5169/stat : 5169 (plingeling) R 5160 5162 4755 0 -1 4202560 457054 1250 0 0 82157 69 0 0 25 0 5 0 857012815 309551104 47009 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5162/tid=5170] ppid=5160 vsize=302296 CPUtime=822.25 cores=1,3,5,7
/proc/5162/task/5170/stat : 5170 (plingeling) R 5160 5162 4755 0 -1 4202560 471243 1250 0 0 82155 70 0 0 25 0 5 0 857012815 309551104 47009 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5162/tid=5171] ppid=5160 vsize=302296 CPUtime=817.79 cores=1,3,5,7
/proc/5162/task/5171/stat : 5171 (plingeling) R 5160 5162 4755 0 -1 4202560 470184 1250 0 0 81703 76 0 0 25 0 5 0 857012815 309551104 47009 33554432000 4194304 4417452 140733416561440 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5162/tid=5172] ppid=5160 vsize=302296 CPUtime=822.27 cores=1,3,5,7
/proc/5162/task/5172/stat : 5172 (plingeling) R 5160 5162 4755 0 -1 4202560 458003 1250 0 0 82158 69 0 0 25 0 5 0 857012815 309551104 47009 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.63
Current children cumulated vsize (KiB) 302296

[startup+882.307 s]
/proc/loadavg: 8.08 8.06 7.87 9/186 5253
/proc/meminfo: memFree=30953096/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=283696 CPUtime=3524.33 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 1974009 1250 0 0 352130 303 0 0 25 0 5 0 857012810 290504704 42359 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 70924 42359 179 55 0 68810 0
[pid=5162/tid=5169] ppid=5160 vsize=283696 CPUtime=882.28 cores=1,3,5,7
/proc/5162/task/5169/stat : 5169 (plingeling) R 5160 5162 4755 0 -1 4202560 481728 1250 0 0 88155 73 0 0 25 0 5 0 857012815 290504704 42359 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5162/tid=5170] ppid=5160 vsize=283696 CPUtime=882.26 cores=1,3,5,7
/proc/5162/task/5170/stat : 5170 (plingeling) R 5160 5162 4755 0 -1 4202560 497358 1250 0 0 88151 75 0 0 25 0 5 0 857012815 290504704 42359 33554432000 4194304 4417452 140733416561440 18446744073709551615 4246252 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5162/tid=5171] ppid=5160 vsize=283696 CPUtime=877.45 cores=1,3,5,7
/proc/5162/task/5171/stat : 5171 (plingeling) R 5160 5162 4755 0 -1 4202560 506520 1250 0 0 87665 80 0 0 25 0 5 0 857012815 290504704 42359 33554432000 4194304 4417452 140733416561440 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5162/tid=5172] ppid=5160 vsize=283696 CPUtime=882.27 cores=1,3,5,7
/proc/5162/task/5172/stat : 5172 (plingeling) R 5160 5162 4755 0 -1 4202560 485713 1250 0 0 88154 73 0 0 25 0 5 0 857012815 290504704 42359 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364576 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.33
Current children cumulated vsize (KiB) 283696

[startup+942.3 s]
/proc/loadavg: 8.17 8.08 7.89 9/186 5254
/proc/meminfo: memFree=30796048/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=287324 CPUtime=3763.99 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 2068780 1250 0 0 376082 317 0 0 25 0 5 0 857012810 294219776 43266 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 71831 43266 179 55 0 69717 0
[pid=5162/tid=5169] ppid=5160 vsize=287324 CPUtime=942.26 cores=1,3,5,7
/proc/5162/task/5169/stat : 5169 (plingeling) R 5160 5162 4755 0 -1 4202560 501608 1250 0 0 94150 76 0 0 25 0 5 0 857012815 294219776 43266 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5162/tid=5170] ppid=5160 vsize=287324 CPUtime=942.25 cores=1,3,5,7
/proc/5162/task/5170/stat : 5170 (plingeling) R 5160 5162 4755 0 -1 4202560 521252 1250 0 0 94146 79 0 0 25 0 5 0 857012815 294219776 43266 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5162/tid=5171] ppid=5160 vsize=287324 CPUtime=937.13 cores=1,3,5,7
/proc/5162/task/5171/stat : 5171 (plingeling) R 5160 5162 4755 0 -1 4202560 528990 1250 0 0 93629 84 0 0 25 0 5 0 857012815 294219776 43266 33554432000 4194304 4417452 140733416561440 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5162/tid=5172] ppid=5160 vsize=287324 CPUtime=942.27 cores=1,3,5,7
/proc/5162/task/5172/stat : 5172 (plingeling) R 5160 5162 4755 0 -1 4202560 514240 1250 0 0 94151 76 0 0 25 0 5 0 857012815 294219776 43266 33554432000 4194304 4417452 140733416561440 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.99
Current children cumulated vsize (KiB) 287324

[startup+1002.3 s]
/proc/loadavg: 8.18 8.10 7.91 9/186 5256
/proc/meminfo: memFree=30987704/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=285896 CPUtime=4003.67 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 2174940 1250 0 0 400032 335 0 0 25 0 5 0 857012810 292757504 42909 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 71474 42909 179 55 0 69360 0
[pid=5162/tid=5169] ppid=5160 vsize=285896 CPUtime=1002.27 cores=1,3,5,7
/proc/5162/task/5169/stat : 5169 (plingeling) R 5160 5162 4755 0 -1 4202560 528692 1250 0 0 100145 82 0 0 25 0 5 0 857012815 292757504 42909 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5162/tid=5170] ppid=5160 vsize=285896 CPUtime=1002.25 cores=1,3,5,7
/proc/5162/task/5170/stat : 5170 (plingeling) R 5160 5162 4755 0 -1 4202560 553847 1250 0 0 100141 84 0 0 25 0 5 0 857012815 292757504 42909 33554432000 4194304 4417452 140733416561440 18446744073709551615 4366813 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5162/tid=5171] ppid=5160 vsize=285896 CPUtime=996.8 cores=1,3,5,7
/proc/5162/task/5171/stat : 5171 (plingeling) R 5160 5162 4755 0 -1 4202560 555159 1250 0 0 99592 88 0 0 25 0 5 0 857012815 292757504 42909 33554432000 4194304 4417452 140733416561440 18446744073709551615 4366102 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5162/tid=5172] ppid=5160 vsize=285896 CPUtime=1002.26 cores=1,3,5,7
/proc/5162/task/5172/stat : 5172 (plingeling) R 5160 5162 4755 0 -1 4202560 534552 1250 0 0 100147 79 0 0 25 0 5 0 857012815 292757504 42909 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.67
Current children cumulated vsize (KiB) 285896

[startup+1062.3 s]
/proc/loadavg: 8.18 8.11 7.92 9/186 5257
/proc/meminfo: memFree=30883472/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=313384 CPUtime=4243.35 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 2271997 1250 0 0 423985 350 0 0 25 0 5 0 857012810 320905216 49781 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 78346 49781 179 55 0 76232 0
[pid=5162/tid=5169] ppid=5160 vsize=313384 CPUtime=1062.27 cores=1,3,5,7
/proc/5162/task/5169/stat : 5169 (plingeling) R 5160 5162 4755 0 -1 4202560 548810 1250 0 0 106143 84 0 0 25 0 5 0 857012815 320905216 49781 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5162/tid=5170] ppid=5160 vsize=313384 CPUtime=1062.25 cores=1,3,5,7
/proc/5162/task/5170/stat : 5170 (plingeling) R 5160 5162 4755 0 -1 4202560 580782 1250 0 0 106137 88 0 0 25 0 5 0 857012815 320905216 49781 33554432000 4194304 4417452 140733416561440 18446744073709551615 4366486 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5162/tid=5171] ppid=5160 vsize=313384 CPUtime=1056.48 cores=1,3,5,7
/proc/5162/task/5171/stat : 5171 (plingeling) R 5160 5162 4755 0 -1 4202560 582066 1250 0 0 105556 92 0 0 25 0 5 0 857012815 320905216 49781 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5162/tid=5172] ppid=5160 vsize=313384 CPUtime=1062.27 cores=1,3,5,7
/proc/5162/task/5172/stat : 5172 (plingeling) R 5160 5162 4755 0 -1 4202560 557649 1250 0 0 106144 83 0 0 25 0 5 0 857012815 320905216 49781 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.35
Current children cumulated vsize (KiB) 313384

[startup+1122.3 s]
/proc/loadavg: 8.11 8.10 7.93 9/186 5259
/proc/meminfo: memFree=30859828/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=349728 CPUtime=4483.02 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 2368579 1250 0 0 447938 364 0 0 25 0 5 0 857012810 358121472 58867 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 87432 58867 179 55 0 85318 0
[pid=5162/tid=5169] ppid=5160 vsize=349728 CPUtime=1122.28 cores=1,3,5,7
/proc/5162/task/5169/stat : 5169 (plingeling) R 5160 5162 4755 0 -1 4202560 573219 1250 0 0 112140 88 0 0 25 0 5 0 857012815 358121472 58867 33554432000 4194304 4417452 140733416561440 18446744073709551615 4365078 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5162/tid=5170] ppid=5160 vsize=349728 CPUtime=1122.26 cores=1,3,5,7
/proc/5162/task/5170/stat : 5170 (plingeling) R 5160 5162 4755 0 -1 4202560 601849 1250 0 0 112134 92 0 0 25 0 5 0 857012815 358121472 58867 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5162/tid=5171] ppid=5160 vsize=349728 CPUtime=1116.15 cores=1,3,5,7
/proc/5162/task/5171/stat : 5171 (plingeling) R 5160 5162 4755 0 -1 4202560 606479 1250 0 0 111520 95 0 0 25 0 5 0 857012815 358121472 58867 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5162/tid=5172] ppid=5160 vsize=349728 CPUtime=1122.27 cores=1,3,5,7
/proc/5162/task/5172/stat : 5172 (plingeling) R 5160 5162 4755 0 -1 4202560 584342 1250 0 0 112139 88 0 0 25 0 5 0 857012815 358121472 58867 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.02
Current children cumulated vsize (KiB) 349728

[startup+1182.3 s]
/proc/loadavg: 8.04 8.08 7.93 9/186 5260
/proc/meminfo: memFree=31238080/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=301704 CPUtime=4722.71 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 2469587 1250 0 0 471892 379 0 0 25 0 5 0 857012810 308944896 46861 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 75426 46861 179 55 0 73312 0
[pid=5162/tid=5169] ppid=5160 vsize=301704 CPUtime=1182.27 cores=1,3,5,7
/proc/5162/task/5169/stat : 5169 (plingeling) R 5160 5162 4755 0 -1 4202560 595364 1250 0 0 118136 91 0 0 25 0 5 0 857012815 308944896 46861 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5162/tid=5170] ppid=5160 vsize=301704 CPUtime=1182.26 cores=1,3,5,7
/proc/5162/task/5170/stat : 5170 (plingeling) R 5160 5162 4755 0 -1 4202560 634260 1250 0 0 118130 96 0 0 25 0 5 0 857012815 308944896 46861 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5162/tid=5171] ppid=5160 vsize=301704 CPUtime=1175.83 cores=1,3,5,7
/proc/5162/task/5171/stat : 5171 (plingeling) R 5160 5162 4755 0 -1 4202560 634235 1250 0 0 117484 99 0 0 25 0 5 0 857012815 308944896 46861 33554432000 4194304 4417452 140733416561440 18446744073709551615 4245766 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5162/tid=5172] ppid=5160 vsize=301704 CPUtime=1182.27 cores=1,3,5,7
/proc/5162/task/5172/stat : 5172 (plingeling) R 5160 5162 4755 0 -1 4202560 603038 1250 0 0 118137 90 0 0 25 0 5 0 857012815 308944896 46861 33554432000 4194304 4417452 140733416561440 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.71
Current children cumulated vsize (KiB) 301704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.03 8.07 7.93 9/186 5261
/proc/meminfo: memFree=31228392/32951124 swapFree=67056964/67111528
[pid=5162] ppid=5160 vsize=313080 CPUtime=4800.22 cores=1,3,5,7
/proc/5162/stat : 5162 (plingeling) S 5160 5162 4755 0 -1 4202496 2499637 1250 0 0 479639 383 0 0 25 0 5 0 857012810 320593920 49705 33554432000 4194304 4417452 140733416561440 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/5162/statm: 78270 49705 179 55 0 76156 0
[pid=5162/tid=5169] ppid=5160 vsize=313080 CPUtime=1201.68 cores=1,3,5,7
/proc/5162/task/5169/stat : 5169 (plingeling) R 5160 5162 4755 0 -1 4202560 602927 1250 0 0 120076 92 0 0 25 0 5 0 857012815 320593920 49705 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5162/tid=5170] ppid=5160 vsize=313080 CPUtime=1201.66 cores=1,3,5,7
/proc/5162/task/5170/stat : 5170 (plingeling) R 5160 5162 4755 0 -1 4202560 642290 1250 0 0 120069 97 0 0 25 0 5 0 857012815 320593920 49705 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5162/tid=5171] ppid=5160 vsize=313080 CPUtime=1195.12 cores=1,3,5,7
/proc/5162/task/5171/stat : 5171 (plingeling) R 5160 5162 4755 0 -1 4202560 642053 1250 0 0 119412 100 0 0 25 0 5 0 857012815 320593920 49705 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5162/tid=5172] ppid=5160 vsize=313080 CPUtime=1201.67 cores=1,3,5,7
/proc/5162/task/5172/stat : 5172 (plingeling) R 5160 5162 4755 0 -1 4202560 609677 1250 0 0 120076 91 0 0 25 0 5 0 857012815 320593920 49705 33554432000 4194304 4417452 140733416561440 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 313080

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.72
CPU time (s): 4800.26
CPU user time (s): 4796.42
CPU system time (s): 3.84442
CPU usage (%): 399.449
Max. virtual memory (cumulated for all children) (KiB): 349728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.42
system time used= 3.84441
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2500887
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= 184
involuntary context switches= 31316

runsolver used 1.88671 second user time and 4.67729 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-09 20:59:30
IDJOB=3370926
IDBENCH=83336
IDSOLVER=1848
FILE ID=node145/3370926-1307645969
RUNJOBID= node145-1307643561-4774
PBS_JOBID= 13549405
Free space on /tmp= 74200 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-19_349.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370926-1307645969/watcher-3370926-1307645969 -o /tmp/evaluation-result-3370926-1307645969/solver-3370926-1307645969 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3370926-1307645969.cnf

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

MD5SUM BENCH= faed4f95ee485d18812f5d39a28df3e5
RANDOM SEED=1852109105

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32363732 kB
Buffers:         49692 kB
Cached:         211764 kB
SwapCached:       7944 kB
Active:         259860 kB
Inactive:       189408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32363732 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:             792 kB
Writeback:          12 kB
AnonPages:      185556 kB
Mapped:          13424 kB
Slab:            74160 kB
PageTables:       5140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   416232 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= 74196 MiB
End job on node145 at 2011-06-09 21:19:33