Trace number 3309795

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587? (TO) 40001 5004.2

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
Bench CategoryAPPLICATION (applications 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 variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3309795-1304008969/watcher-3309795-1304008969 -o /tmp/evaluation-result-3309795-1304008969/solver-3309795-1304008969 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309795-1304008969.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.42 7.95 7.98 1/174 15361
/proc/meminfo: memFree=25526832/32951124 swapFree=67111524/67111528
[pid=15361] ppid=15359 vsize=16452 CPUtime=0 cores=0-7
/proc/15361/stat : 15361 (plingeling) R 15359 15361 15335 0 -1 4202496 2179 1255 0 0 0 0 0 0 25 0 1 0 512495051 16846848 2108 33554432000 4194304 4417332 140733910574448 18446744073709551615 232335586397 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/15361/statm: 4370 2120 140 55 0 2256 0

[startup+0.0285579 s]
/proc/loadavg: 7.42 7.95 7.98 1/174 15361
/proc/meminfo: memFree=25526832/32951124 swapFree=67111524/67111528
[pid=15361] ppid=15359 vsize=24204 CPUtime=0.02 cores=0-7
/proc/15361/stat : 15361 (plingeling) R 15359 15361 15335 0 -1 4202496 4085 1255 0 0 2 0 0 0 25 0 1 0 512495051 24784896 4015 33554432000 4194304 4417332 140733910574448 18446744073709551615 232335589131 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/15361/statm: 6051 4038 148 55 0 3937 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24204

[startup+0.100536 s]
/proc/loadavg: 7.42 7.95 7.98 1/174 15361
/proc/meminfo: memFree=25526832/32951124 swapFree=67111524/67111528
[pid=15361] ppid=15359 vsize=35680 CPUtime=0.09 cores=0-7
/proc/15361/stat : 15361 (plingeling) R 15359 15361 15335 0 -1 4202496 6968 1255 0 0 9 0 0 0 25 0 1 0 512495051 36536320 6898 33554432000 4194304 4417332 140733910574448 18446744073709551615 232335586285 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/15361/statm: 8920 6927 148 55 0 6806 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35680

[startup+0.300514 s]
/proc/loadavg: 7.42 7.95 7.98 1/174 15361
/proc/meminfo: memFree=25526832/32951124 swapFree=67111524/67111528
[pid=15361] ppid=15359 vsize=81112 CPUtime=0.29 cores=0-7
/proc/15361/stat : 15361 (plingeling) R 15359 15361 15335 0 -1 4202496 18340 1255 0 0 27 2 0 0 25 0 1 0 512495051 83058688 18269 33554432000 4194304 4417332 140733910574448 18446744073709551615 4236008 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/15361/statm: 20278 18269 148 55 0 18164 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81112

[startup+0.700397 s]
/proc/loadavg: 7.42 7.95 7.98 1/174 15361
/proc/meminfo: memFree=25526832/32951124 swapFree=67111524/67111528
[pid=15361] ppid=15359 vsize=238260 CPUtime=2.99 cores=0-7
/proc/15361/stat : 15361 (plingeling) S 15359 15361 15335 0 -1 4202496 29354 1255 0 0 295 4 0 0 25 0 9 0 512495051 243978240 20727 33554432000 4194304 4417332 140733910574448 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15361/statm: 59565 20727 175 55 0 57451 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 238260

[startup+1.50125 s]
/proc/loadavg: 7.42 7.95 7.98 10/183 15375
/proc/meminfo: memFree=25444680/32951124 swapFree=67111524/67111528
[pid=15361] ppid=15359 vsize=228732 CPUtime=9.39 cores=0-7
/proc/15361/stat : 15361 (plingeling) S 15359 15361 15335 0 -1 4202496 37417 1255 0 0 934 5 0 0 25 0 9 0 512495051 234221568 21200 33554432000 4194304 4417332 140733910574448 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15361/statm: 57183 21200 175 55 0 55069 0
[pid=15361/tid=15368] ppid=15359 vsize=228732 CPUtime=1.13 cores=0-7
/proc/15361/task/15368/stat : 15368 (plingeling) R 15359 15361 15335 0 -1 4202560 3431 1255 0 0 113 0 0 0 25 0 9 0 512495087 234221568 21200 33554432000 4194304 4417332 140733910574448 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15361/tid=15369] ppid=15359 vsize=228732 CPUtime=1.13 cores=0-7
/proc/15361/task/15369/stat : 15369 (plingeling) R 15359 15361 15335 0 -1 4202560 1399 1255 0 0 113 0 0 0 19 0 9 0 512495087 234221568 21200 33554432000 4194304 4417332 140733910574448 18446744073709551615 4286960 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15361/tid=15370] ppid=15359 vsize=228732 CPUtime=1.1 cores=0-7
/proc/15361/task/15370/stat : 15370 (plingeling) R 15359 15361 15335 0 -1 4202560 6070 1255 0 0 110 0 0 0 25 0 9 0 512495087 234221568 21200 33554432000 4194304 4417332 140733910574448 18446744073709551615 4292063 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15361/tid=15371] ppid=15359 vsize=228732 CPUtime=1.13 cores=0-7
/proc/15361/task/15371/stat : 15371 (plingeling) R 15359 15361 15335 0 -1 4202560 766 1255 0 0 113 0 0 0 19 0 9 0 512495087 234221568 21200 33554432000 4194304 4417332 140733910574448 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15361/tid=15372] ppid=15359 vsize=228732 CPUtime=1.13 cores=0-7
/proc/15361/task/15372/stat : 15372 (plingeling) R 15359 15361 15335 0 -1 4202560 1427 1255 0 0 113 0 0 0 25 0 9 0 512495087 234221568 21200 33554432000 4194304 4417332 140733910574448 18446744073709551615 4288663 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15361/tid=15373] ppid=15359 vsize=228732 CPUtime=1.11 cores=0-7
/proc/15361/task/15373/stat : 15373 (plingeling) R 15359 15361 15335 0 -1 4202560 3118 1255 0 0 111 0 0 0 25 0 9 0 512495087 234221568 21200 33554432000 4194304 4417332 140733910574448 18446744073709551615 4289647 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15361/tid=15374] ppid=15359 vsize=228732 CPUtime=1.13 cores=0-7
/proc/15361/task/15374/stat : 15374 (plingeling) R 15359 15361 15335 0 -1 4202560 1132 1255 0 0 113 0 0 0 25 0 9 0 512495087 234221568 21200 33554432000 4194304 4417332 140733910574448 18446744073709551615 4284192 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15361/tid=15375] ppid=15359 vsize=228732 CPUtime=1.12 cores=0-7
/proc/15361/task/15375/stat : 15375 (plingeling) R 15359 15361 15335 0 -1 4202560 1718 1255 0 0 112 0 0 0 25 0 9 0 512495087 234221568 21200 33554432000 4194304 4417332 140733910574448 18446744073709551615 4302131 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 228732

[startup+3.10097 s]
/proc/loadavg: 7.42 7.95 7.98 9/183 15375
/proc/meminfo: memFree=25429552/32951124 swapFree=67111524/67111528
[pid=15361] ppid=15359 vsize=239696 CPUtime=22.18 cores=0-7
/proc/15361/stat : 15361 (plingeling) S 15359 15361 15335 0 -1 4202496 45772 1255 0 0 2212 6 0 0 25 0 9 0 512495051 245448704 22295 33554432000 4194304 4417332 140733910574448 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15361/statm: 59924 22295 181 55 0 57810 0
[pid=15361/tid=15368] ppid=15359 vsize=239696 CPUtime=2.73 cores=0-7
/proc/15361/task/15368/stat : 15368 (plingeling) R 15359 15361 15335 0 -1 4202560 6367 1255 0 0 273 0 0 0 25 0 9 0 512495087 245448704 22295 33554432000 4194304 4417332 140733910574448 18446744073709551615 4252349 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15361/tid=15369] ppid=15359 vsize=239696 CPUtime=2.73 cores=0-7
/proc/15361/task/15369/stat : 15369 (plingeling) R 15359 15361 15335 0 -1 4202560 1558 1255 0 0 273 0 0 0 23 0 9 0 512495087 245448704 22295 33554432000 4194304 4417332 140733910574448 18446744073709551615 4252365 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15361/tid=15370] ppid=15359 vsize=239696 CPUtime=2.7 cores=0-7
/proc/15361/task/15370/stat : 15370 (plingeling) R 15359 15361 15335 0 -1 4202560 6326 1255 0 0 270 0 0 0 25 0 9 0 512495087 245448704 22295 33554432000 4194304 4417332 140733910574448 18446744073709551615 4378092 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15361/tid=15371] ppid=15359 vsize=239696 CPUtime=2.73 cores=0-7
/proc/15361/task/15371/stat : 15371 (plingeling) R 15359 15361 15335 0 -1 4202560 933 1255 0 0 273 0 0 0 23 0 9 0 512495087 245448704 22295 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15361/tid=15372] ppid=15359 vsize=239696 CPUtime=2.73 cores=0-7
/proc/15361/task/15372/stat : 15372 (plingeling) R 15359 15361 15335 0 -1 4202560 1659 1255 0 0 273 0 0 0 25 0 9 0 512495087 245448704 22295 33554432000 4194304 4417332 140733910574448 18446744073709551615 4253152 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15361/tid=15373] ppid=15359 vsize=239696 CPUtime=2.71 cores=0-7
/proc/15361/task/15373/stat : 15373 (plingeling) R 15359 15361 15335 0 -1 4202560 5408 1255 0 0 271 0 0 0 25 0 9 0 512495087 245448704 22295 33554432000 4194304 4417332 140733910574448 18446744073709551615 4330704 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15361/tid=15374] ppid=15359 vsize=239696 CPUtime=2.72 cores=0-7
/proc/15361/task/15374/stat : 15374 (plingeling) R 15359 15361 15335 0 -1 4202560 2375 1255 0 0 272 0 0 0 25 0 9 0 512495087 245448704 22295 33554432000 4194304 4417332 140733910574448 18446744073709551615 4376981 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15361/tid=15375] ppid=15359 vsize=239696 CPUtime=2.71 cores=0-7
/proc/15361/task/15375/stat : 15375 (plingeling) R 15359 15361 15335 0 -1 4202560 2790 1255 0 0 271 0 0 0 25 0 9 0 512495087 245448704 22295 33554432000 4194304 4417332 140733910574448 18446744073709551615 4333534 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.18
Current children cumulated vsize (KiB) 239696

[startup+6.3004 s]
/proc/loadavg: 7.47 7.95 7.98 9/183 15375
/proc/meminfo: memFree=25422268/32951124 swapFree=67111524/67111528
[pid=15361] ppid=15359 vsize=254744 CPUtime=47.75 cores=0-7
/proc/15361/stat : 15361 (plingeling) S 15359 15361 15335 0 -1 4202496 55582 1255 0 0 4767 8 0 0 25 0 9 0 512495051 260857856 26129 33554432000 4194304 4417332 140733910574448 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15361/statm: 63686 26129 181 55 0 61572 0
[pid=15361/tid=15368] ppid=15359 vsize=254744 CPUtime=5.93 cores=0-7
/proc/15361/task/15368/stat : 15368 (plingeling) R 15359 15361 15335 0 -1 4202560 8203 1255 0 0 592 1 0 0 25 0 9 0 512495087 260857856 26129 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15361/tid=15369] ppid=15359 vsize=254744 CPUtime=5.92 cores=0-7
/proc/15361/task/15369/stat : 15369 (plingeling) R 15359 15361 15335 0 -1 4202560 3283 1255 0 0 592 0 0 0 25 0 9 0 512495087 260857856 26129 33554432000 4194304 4417332 140733910574448 18446744073709551615 4277571 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15361/tid=15370] ppid=15359 vsize=254744 CPUtime=5.9 cores=0-7
/proc/15361/task/15370/stat : 15370 (plingeling) R 15359 15361 15335 0 -1 4202560 6344 1255 0 0 590 0 0 0 25 0 9 0 512495087 260857856 26129 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364346 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15361/tid=15371] ppid=15359 vsize=254744 CPUtime=5.93 cores=0-7
/proc/15361/task/15371/stat : 15371 (plingeling) R 15359 15361 15335 0 -1 4202560 1957 1255 0 0 593 0 0 0 25 0 9 0 512495087 260857856 26129 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364687 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15361/tid=15372] ppid=15359 vsize=254744 CPUtime=5.92 cores=0-7
/proc/15361/task/15372/stat : 15372 (plingeling) R 15359 15361 15335 0 -1 4202560 3206 1255 0 0 592 0 0 0 25 0 9 0 512495087 260857856 26129 33554432000 4194304 4417332 140733910574448 18446744073709551615 4365846 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15361/tid=15373] ppid=15359 vsize=254744 CPUtime=5.91 cores=0-7
/proc/15361/task/15373/stat : 15373 (plingeling) R 15359 15361 15335 0 -1 4202560 7514 1255 0 0 590 1 0 0 25 0 9 0 512495087 260857856 26129 33554432000 4194304 4417332 140733910574448 18446744073709551615 4277485 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15361/tid=15374] ppid=15359 vsize=254744 CPUtime=5.92 cores=0-7
/proc/15361/task/15374/stat : 15374 (plingeling) R 15359 15361 15335 0 -1 4202560 2393 1255 0 0 592 0 0 0 25 0 9 0 512495087 260857856 26129 33554432000 4194304 4417332 140733910574448 18446744073709551615 4236761 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15361/tid=15375] ppid=15359 vsize=254744 CPUtime=5.89 cores=0-7
/proc/15361/task/15375/stat : 15375 (plingeling) R 15359 15361 15335 0 -1 4202560 4326 1255 0 0 589 0 0 0 25 0 9 0 512495087 260857856 26129 33554432000 4194304 4417332 140733910574448 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 47.75
Current children cumulated vsize (KiB) 254744

[startup+12.7013 s]
/proc/loadavg: 7.51 7.95 7.98 9/183 15375
/proc/meminfo: memFree=25403684/32951124 swapFree=67111524/67111528
[pid=15361] ppid=15359 vsize=273272 CPUtime=98.92 cores=0-7
/proc/15361/stat : 15361 (plingeling) S 15359 15361 15335 0 -1 4202496 61286 1255 0 0 9884 8 0 0 25 0 9 0 512495051 279830528 30724 33554432000 4194304 4417332 140733910574448 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15361/statm: 68318 30724 181 55 0 66204 0
[pid=15361/tid=15368] ppid=15359 vsize=273272 CPUtime=12.33 cores=0-7
/proc/15361/task/15368/stat : 15368 (plingeling) R 15359 15361 15335 0 -1 4202560 8238 1255 0 0 1232 1 0 0 25 0 9 0 512495087 279830528 30724 33554432000 4194304 4417332 140733910574448 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15361/tid=15369] ppid=15359 vsize=273272 CPUtime=12.33 cores=0-7
/proc/15361/task/15369/stat : 15369 (plingeling) R 15359 15361 15335 0 -1 4202560 3460 1255 0 0 1233 0 0 0 25 0 9 0 512495087 279830528 30724 33554432000 4194304 4417332 140733910574448 18446744073709551615 4264994 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15361/tid=15370] ppid=15359 vsize=273272 CPUtime=12.3 cores=0-7
/proc/15361/task/15370/stat : 15370 (plingeling) R 15359 15361 15335 0 -1 4202560 8783 1255 0 0 1230 0 0 0 25 0 9 0 512495087 279830528 30724 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15361/tid=15371] ppid=15359 vsize=273272 CPUtime=12.33 cores=0-7
/proc/15361/task/15371/stat : 15371 (plingeling) R 15359 15361 15335 0 -1 4202560 2848 1255 0 0 1233 0 0 0 25 0 9 0 512495087 279830528 30724 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364504 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15361/tid=15372] ppid=15359 vsize=273272 CPUtime=12.32 cores=0-7
/proc/15361/task/15372/stat : 15372 (plingeling) R 15359 15361 15335 0 -1 4202560 3415 1255 0 0 1232 0 0 0 25 0 9 0 512495087 279830528 30724 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15361/tid=15373] ppid=15359 vsize=273272 CPUtime=12.31 cores=0-7
/proc/15361/task/15373/stat : 15373 (plingeling) R 15359 15361 15335 0 -1 4202560 7649 1255 0 0 1230 1 0 0 25 0 9 0 512495087 279830528 30724 33554432000 4194304 4417332 140733910574448 18446744073709551615 4365039 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15361/tid=15374] ppid=15359 vsize=273272 CPUtime=12.33 cores=0-7
/proc/15361/task/15374/stat : 15374 (plingeling) R 15359 15361 15335 0 -1 4202560 4211 1255 0 0 1233 0 0 0 25 0 9 0 512495087 279830528 30724 33554432000 4194304 4417332 140733910574448 18446744073709551615 4232612 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15361/tid=15375] ppid=15359 vsize=273272 CPUtime=12.25 cores=0-7
/proc/15361/task/15375/stat : 15375 (plingeling) R 15359 15361 15335 0 -1 4202560 4326 1255 0 0 1225 0 0 0 25 0 9 0 512495087 279830528 30724 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 98.92
Current children cumulated vsize (KiB) 273272

[startup+25.501 s]
/proc/loadavg: 7.62 7.95 7.98 9/183 15375
/proc/meminfo: memFree=25375688/32951124 swapFree=67111524/67111528
[pid=15361] ppid=15359 vsize=308596 CPUtime=201.25 cores=0-7
/proc/15361/stat : 15361 (plingeling) S 15359 15361 15335 0 -1 4202496 74685 1255 0 0 20115 10 0 0 25 0 9 0 512495051 316002304 39930 33554432000 4194304 4417332 140733910574448 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15361/statm: 77149 39930 181 55 0 75035 0
[pid=15361/tid=15368] ppid=15359 vsize=308596 CPUtime=25.13 cores=0-7
/proc/15361/task/15368/stat : 15368 (plingeling) R 15359 15361 15335 0 -1 4202560 8924 1255 0 0 2512 1 0 0 25 0 9 0 512495087 316002304 39930 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364482 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15361/tid=15369] ppid=15359 vsize=308596 CPUtime=25.13 cores=0-7
/proc/15361/task/15369/stat : 15369 (plingeling) R 15359 15361 15335 0 -1 4202560 7749 1255 0 0 2512 1 0 0 25 0 9 0 512495087 316002304 39930 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15361/tid=15370] ppid=15359 vsize=308596 CPUtime=25.1 cores=0-7
/proc/15361/task/15370/stat : 15370 (plingeling) R 15359 15361 15335 0 -1 4202560 10000 1255 0 0 2510 0 0 0 25 0 9 0 512495087 316002304 39930 33554432000 4194304 4417332 140733910574448 18446744073709551615 4236969 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15361/tid=15371] ppid=15359 vsize=308596 CPUtime=25.13 cores=0-7
/proc/15361/task/15371/stat : 15371 (plingeling) R 15359 15361 15335 0 -1 4202560 5279 1255 0 0 2513 0 0 0 25 0 9 0 512495087 316002304 39930 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15361/tid=15372] ppid=15359 vsize=308596 CPUtime=25.13 cores=0-7
/proc/15361/task/15372/stat : 15372 (plingeling) R 15359 15361 15335 0 -1 4202560 5453 1255 0 0 2512 1 0 0 25 0 9 0 512495087 316002304 39930 33554432000 4194304 4417332 140733910574448 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15361/tid=15373] ppid=15359 vsize=308596 CPUtime=25.11 cores=0-7
/proc/15361/task/15373/stat : 15373 (plingeling) R 15359 15361 15335 0 -1 4202560 8970 1255 0 0 2510 1 0 0 25 0 9 0 512495087 316002304 39930 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15361/tid=15374] ppid=15359 vsize=308596 CPUtime=25.12 cores=0-7
/proc/15361/task/15374/stat : 15374 (plingeling) R 15359 15361 15335 0 -1 4202560 4523 1255 0 0 2512 0 0 0 25 0 9 0 512495087 316002304 39930 33554432000 4194304 4417332 140733910574448 18446744073709551615 4278955 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15361/tid=15375] ppid=15359 vsize=308596 CPUtime=24.98 cores=0-7
/proc/15361/task/15375/stat : 15375 (plingeling) R 15359 15361 15335 0 -1 4202560 5431 1255 0 0 2498 0 0 0 25 0 9 0 512495087 316002304 39930 33554432000 4194304 4417332 140733910574448 18446744073709551615 4353476 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 201.25
Current children cumulated vsize (KiB) 308596

[startup+51.1005 s]
/proc/loadavg: 7.75 7.95 7.98 9/183 15376
/proc/meminfo: memFree=25338284/32951124 swapFree=67111524/67111528
[pid=15361] ppid=15359 vsize=334292 CPUtime=405.9 cores=0-7
/proc/15361/stat : 15361 (plingeling) S 15359 15361 15335 0 -1 4202496 112693 1255 0 0 40575 15 0 0 25 0 9 0 512495051 342315008 47348 33554432000 4194304 4417332 140733910574448 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15361/statm: 83573 47348 181 55 0 81459 0
[pid=15361/tid=15368] ppid=15359 vsize=334292 CPUtime=50.73 cores=0-7
/proc/15361/task/15368/stat : 15368 (plingeling) R 15359 15361 15335 0 -1 4202560 12830 1255 0 0 5072 1 0 0 25 0 9 0 512495087 342315008 47348 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15361/tid=15369] ppid=15359 vsize=334292 CPUtime=50.73 cores=0-7
/proc/15361/task/15369/stat : 15369 (plingeling) R 15359 15361 15335 0 -1 4202560 19638 1255 0 0 5070 3 0 0 25 0 9 0 512495087 342315008 47348 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15361/tid=15370] ppid=15359 vsize=334292 CPUtime=50.7 cores=0-7

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


[startup+4722.31 s]
/proc/loadavg: 8.17 8.16 8.16 9/183 15522
/proc/meminfo: memFree=21406244/32951124 swapFree=67111524/67111528
[pid=15361] ppid=15359 vsize=4205484 CPUtime=37749.5 cores=0-7
/proc/15361/stat : 15361 (plingeling) S 15359 15361 15335 0 -1 4202496 5384845 1255 0 0 3773985 962 0 0 25 0 9 0 512495051 4306415616 1028425 33554432000 4194304 4417332 140733910574448 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15361/statm: 1051371 1028425 181 55 0 1049257 0
[pid=15361/tid=15368] ppid=15359 vsize=4205484 CPUtime=4722.01 cores=0-7
/proc/15361/task/15368/stat : 15368 (plingeling) R 15359 15361 15335 0 -1 4202560 672224 1255 0 0 472080 121 0 0 25 0 9 0 512495087 4306415616 1028425 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15361/tid=15369] ppid=15359 vsize=4205484 CPUtime=4722.03 cores=0-7
/proc/15361/task/15369/stat : 15369 (plingeling) R 15359 15361 15335 0 -1 4202560 1074824 1255 0 0 472016 187 0 0 25 0 9 0 512495087 4306415616 1028425 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15361/tid=15370] ppid=15359 vsize=4205484 CPUtime=4721.87 cores=0-7
/proc/15361/task/15370/stat : 15370 (plingeling) R 15359 15361 15335 0 -1 4202560 610157 1255 0 0 472068 119 0 0 25 0 9 0 512495087 4306415616 1028425 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15361/tid=15371] ppid=15359 vsize=4205484 CPUtime=4721.91 cores=0-7
/proc/15361/task/15371/stat : 15371 (plingeling) R 15359 15361 15335 0 -1 4202560 505996 1255 0 0 472109 82 0 0 25 0 9 0 512495087 4306415616 1028425 33554432000 4194304 4417332 140733910574448 18446744073709551615 4356917 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15361/tid=15372] ppid=15359 vsize=4205484 CPUtime=4722.01 cores=0-7
/proc/15361/task/15372/stat : 15372 (plingeling) R 15359 15361 15335 0 -1 4202560 682939 1255 0 0 472072 129 0 0 25 0 9 0 512495087 4306415616 1028425 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15361/tid=15373] ppid=15359 vsize=4205484 CPUtime=4722 cores=0-7
/proc/15361/task/15373/stat : 15373 (plingeling) R 15359 15361 15335 0 -1 4202560 607283 1255 0 0 472088 112 0 0 25 0 9 0 512495087 4306415616 1028425 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15361/tid=15374] ppid=15359 vsize=4205484 CPUtime=4720.94 cores=0-7
/proc/15361/task/15374/stat : 15374 (plingeling) R 15359 15361 15335 0 -1 4202560 611161 1255 0 0 471983 111 0 0 25 0 9 0 512495087 4306415616 1028425 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15361/tid=15375] ppid=15359 vsize=4205484 CPUtime=4696.27 cores=0-7
/proc/15361/task/15375/stat : 15375 (plingeling) R 15359 15361 15335 0 -1 4202560 601905 1255 0 0 469532 95 0 0 25 0 9 0 512495087 4306415616 1028425 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37749.5
Current children cumulated vsize (KiB) 4205484

[startup+4782.3 s]
/proc/loadavg: 8.17 8.17 8.16 10/183 15523
/proc/meminfo: memFree=21649124/32951124 swapFree=67111524/67111528
[pid=15361] ppid=15359 vsize=3963396 CPUtime=38229.1 cores=0-7
/proc/15361/stat : 15361 (plingeling) S 15359 15361 15335 0 -1 4202496 5437740 1255 0 0 3821934 976 0 0 25 0 9 0 512495051 4058517504 967903 33554432000 4194304 4417332 140733910574448 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15361/statm: 990849 967903 181 55 0 988735 0
[pid=15361/tid=15368] ppid=15359 vsize=3963396 CPUtime=4782.01 cores=0-7
/proc/15361/task/15368/stat : 15368 (plingeling) R 15359 15361 15335 0 -1 4202560 672234 1255 0 0 478080 121 0 0 25 0 9 0 512495087 4058517504 967903 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15361/tid=15369] ppid=15359 vsize=3963396 CPUtime=4782.03 cores=0-7
/proc/15361/task/15369/stat : 15369 (plingeling) R 15359 15361 15335 0 -1 4202560 1074824 1255 0 0 478016 187 0 0 25 0 9 0 512495087 4058517504 967903 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15361/tid=15370] ppid=15359 vsize=3963396 CPUtime=4781.86 cores=0-7
/proc/15361/task/15370/stat : 15370 (plingeling) R 15359 15361 15335 0 -1 4202560 644108 1255 0 0 478059 127 0 0 25 0 9 0 512495087 4058517504 967903 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364792 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15361/tid=15371] ppid=15359 vsize=3963396 CPUtime=4781.89 cores=0-7
/proc/15361/task/15371/stat : 15371 (plingeling) R 15359 15361 15335 0 -1 4202560 512766 1255 0 0 478106 83 0 0 25 0 9 0 512495087 4058517504 967903 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15361/tid=15372] ppid=15359 vsize=3963396 CPUtime=4782.01 cores=0-7
/proc/15361/task/15372/stat : 15372 (plingeling) R 15359 15361 15335 0 -1 4202560 682939 1255 0 0 478072 129 0 0 25 0 9 0 512495087 4058517504 967903 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15361/tid=15373] ppid=15359 vsize=3963396 CPUtime=4782 cores=0-7
/proc/15361/task/15373/stat : 15373 (plingeling) R 15359 15361 15335 0 -1 4202560 607283 1255 0 0 478088 112 0 0 25 0 9 0 512495087 4058517504 967903 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15361/tid=15374] ppid=15359 vsize=3963396 CPUtime=4780.94 cores=0-7
/proc/15361/task/15374/stat : 15374 (plingeling) R 15359 15361 15335 0 -1 4202560 623325 1255 0 0 477979 115 0 0 25 0 9 0 512495087 4058517504 967903 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364308 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15361/tid=15375] ppid=15359 vsize=3963396 CPUtime=4755.94 cores=0-7
/proc/15361/task/15375/stat : 15375 (plingeling) R 15359 15361 15335 0 -1 4202560 601905 1255 0 0 475499 95 0 0 25 0 9 0 512495087 4058517504 967903 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38229.1
Current children cumulated vsize (KiB) 3963396

[startup+4842.3 s]
/proc/loadavg: 8.13 8.15 8.16 9/183 15525
/proc/meminfo: memFree=21772236/32951124 swapFree=67111524/67111528
[pid=15361] ppid=15359 vsize=3840348 CPUtime=38708.8 cores=0-7
/proc/15361/stat : 15361 (plingeling) S 15359 15361 15335 0 -1 4202496 5443086 1255 0 0 3869901 977 0 0 25 0 9 0 512495051 3932516352 937141 33554432000 4194304 4417332 140733910574448 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15361/statm: 960087 937141 181 55 0 957973 0
[pid=15361/tid=15368] ppid=15359 vsize=3840348 CPUtime=4842.01 cores=0-7
/proc/15361/task/15368/stat : 15368 (plingeling) R 15359 15361 15335 0 -1 4202560 672234 1255 0 0 484080 121 0 0 25 0 9 0 512495087 3932516352 937141 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15361/tid=15369] ppid=15359 vsize=3840348 CPUtime=4842.03 cores=0-7
/proc/15361/task/15369/stat : 15369 (plingeling) R 15359 15361 15335 0 -1 4202560 1074824 1255 0 0 484016 187 0 0 25 0 9 0 512495087 3932516352 937141 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15361/tid=15370] ppid=15359 vsize=3840348 CPUtime=4841.86 cores=0-7
/proc/15361/task/15370/stat : 15370 (plingeling) R 15359 15361 15335 0 -1 4202560 644108 1255 0 0 484059 127 0 0 25 0 9 0 512495087 3932516352 937141 33554432000 4194304 4417332 140733910574448 18446744073709551615 4277761 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15361/tid=15371] ppid=15359 vsize=3840348 CPUtime=4841.9 cores=0-7
/proc/15361/task/15371/stat : 15371 (plingeling) R 15359 15361 15335 0 -1 4202560 518112 1255 0 0 484106 84 0 0 25 0 9 0 512495087 3932516352 937141 33554432000 4194304 4417332 140733910574448 18446744073709551615 4365104 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15361/tid=15372] ppid=15359 vsize=3840348 CPUtime=4842.01 cores=0-7
/proc/15361/task/15372/stat : 15372 (plingeling) R 15359 15361 15335 0 -1 4202560 682939 1255 0 0 484072 129 0 0 25 0 9 0 512495087 3932516352 937141 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15361/tid=15373] ppid=15359 vsize=3840348 CPUtime=4842 cores=0-7
/proc/15361/task/15373/stat : 15373 (plingeling) R 15359 15361 15335 0 -1 4202560 607283 1255 0 0 484088 112 0 0 25 0 9 0 512495087 3932516352 937141 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15361/tid=15374] ppid=15359 vsize=3840348 CPUtime=4840.94 cores=0-7
/proc/15361/task/15374/stat : 15374 (plingeling) R 15359 15361 15335 0 -1 4202560 623325 1255 0 0 483979 115 0 0 25 0 9 0 512495087 3932516352 937141 33554432000 4194304 4417332 140733910574448 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15361/tid=15375] ppid=15359 vsize=3840348 CPUtime=4815.6 cores=0-7
/proc/15361/task/15375/stat : 15375 (plingeling) R 15359 15361 15335 0 -1 4202560 601905 1255 0 0 481465 95 0 0 25 0 9 0 512495087 3932516352 937141 33554432000 4194304 4417332 140733910574448 18446744073709551615 4309869 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38708.8
Current children cumulated vsize (KiB) 3840348

[startup+4902.3 s]
/proc/loadavg: 8.17 8.15 8.16 10/184 15530
/proc/meminfo: memFree=21449320/32951124 swapFree=67111524/67111528
[pid=15361] ppid=15359 vsize=4157996 CPUtime=39188.4 cores=0-7
/proc/15361/stat : 15361 (plingeling) S 15359 15361 15335 0 -1 4202496 5584162 1255 0 0 3917832 1004 0 0 25 0 9 0 512495051 4257787904 1016553 33554432000 4194304 4417332 140733910574448 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15361/statm: 1039499 1016553 181 55 0 1037385 0
[pid=15361/tid=15368] ppid=15359 vsize=4157996 CPUtime=4902 cores=0-7
/proc/15361/task/15368/stat : 15368 (plingeling) R 15359 15361 15335 0 -1 4202560 678304 1255 0 0 490078 122 0 0 25 0 9 0 512495087 4257787904 1016553 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15361/tid=15369] ppid=15359 vsize=4157996 CPUtime=4902.03 cores=0-7
/proc/15361/task/15369/stat : 15369 (plingeling) R 15359 15361 15335 0 -1 4202560 1074824 1255 0 0 490016 187 0 0 25 0 9 0 512495087 4257787904 1016553 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364887 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15361/tid=15370] ppid=15359 vsize=4157996 CPUtime=4901.77 cores=0-7
/proc/15361/task/15370/stat : 15370 (plingeling) R 15359 15361 15335 0 -1 4202560 644108 1255 0 0 490050 127 0 0 25 0 9 0 512495087 4257787904 1016553 33554432000 4194304 4417332 140733910574448 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15361/tid=15371] ppid=15359 vsize=4157996 CPUtime=4901.89 cores=0-7
/proc/15361/task/15371/stat : 15371 (plingeling) R 15359 15361 15335 0 -1 4202560 528120 1255 0 0 490103 86 0 0 25 0 9 0 512495087 4257787904 1016553 33554432000 4194304 4417332 140733910574448 18446744073709551615 4236559 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15361/tid=15372] ppid=15359 vsize=4157996 CPUtime=4902.01 cores=0-7
/proc/15361/task/15372/stat : 15372 (plingeling) R 15359 15361 15335 0 -1 4202560 682939 1255 0 0 490072 129 0 0 25 0 9 0 512495087 4257787904 1016553 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15361/tid=15373] ppid=15359 vsize=4157996 CPUtime=4902 cores=0-7
/proc/15361/task/15373/stat : 15373 (plingeling) R 15359 15361 15335 0 -1 4202560 663116 1255 0 0 490076 124 0 0 25 0 9 0 512495087 4257787904 1016553 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15361/tid=15374] ppid=15359 vsize=4157996 CPUtime=4900.93 cores=0-7
/proc/15361/task/15374/stat : 15374 (plingeling) R 15359 15361 15335 0 -1 4202560 623325 1255 0 0 489978 115 0 0 25 0 9 0 512495087 4257787904 1016553 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15361/tid=15375] ppid=15359 vsize=4157996 CPUtime=4875.28 cores=0-7
/proc/15361/task/15375/stat : 15375 (plingeling) R 15359 15361 15335 0 -1 4202560 671070 1255 0 0 487422 106 0 0 25 0 9 0 512495087 4257787904 1016553 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39188.4
Current children cumulated vsize (KiB) 4157996

[startup+4962.3 s]
/proc/loadavg: 8.24 8.18 8.16 9/183 15531
/proc/meminfo: memFree=21401604/32951124 swapFree=67111524/67111528
[pid=15361] ppid=15359 vsize=4210716 CPUtime=39667.3 cores=0-7
/proc/15361/stat : 15361 (plingeling) S 15359 15361 15335 0 -1 4202496 5662608 1255 0 0 3965712 1020 0 0 25 0 9 0 512495051 4311773184 1029733 33554432000 4194304 4417332 140733910574448 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15361/statm: 1052679 1029733 181 55 0 1050565 0
[pid=15361/tid=15368] ppid=15359 vsize=4210716 CPUtime=4962.01 cores=0-7
/proc/15361/task/15368/stat : 15368 (plingeling) R 15359 15361 15335 0 -1 4202560 722112 1255 0 0 496068 133 0 0 25 0 9 0 512495087 4311773184 1029733 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15361/tid=15369] ppid=15359 vsize=4210716 CPUtime=4962.03 cores=0-7
/proc/15361/task/15369/stat : 15369 (plingeling) R 15359 15361 15335 0 -1 4202560 1074824 1255 0 0 496016 187 0 0 25 0 9 0 512495087 4311773184 1029733 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15361/tid=15370] ppid=15359 vsize=4210716 CPUtime=4961.7 cores=0-7
/proc/15361/task/15370/stat : 15370 (plingeling) R 15359 15361 15335 0 -1 4202560 644108 1255 0 0 496043 127 0 0 25 0 9 0 512495087 4311773184 1029733 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15361/tid=15371] ppid=15359 vsize=4210716 CPUtime=4961.9 cores=0-7
/proc/15361/task/15371/stat : 15371 (plingeling) R 15359 15361 15335 0 -1 4202560 534600 1255 0 0 496103 87 0 0 25 0 9 0 512495087 4311773184 1029733 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15361/tid=15372] ppid=15359 vsize=4210716 CPUtime=4962.01 cores=0-7
/proc/15361/task/15372/stat : 15372 (plingeling) R 15359 15361 15335 0 -1 4202560 682939 1255 0 0 496072 129 0 0 25 0 9 0 512495087 4311773184 1029733 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15361/tid=15373] ppid=15359 vsize=4210716 CPUtime=4962 cores=0-7
/proc/15361/task/15373/stat : 15373 (plingeling) R 15359 15361 15335 0 -1 4202560 663116 1255 0 0 496076 124 0 0 25 0 9 0 512495087 4311773184 1029733 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15361/tid=15374] ppid=15359 vsize=4210716 CPUtime=4960.28 cores=0-7
/proc/15361/task/15374/stat : 15374 (plingeling) R 15359 15361 15335 0 -1 4202560 651483 1255 0 0 495908 120 0 0 25 0 9 0 512495087 4311773184 1029733 33554432000 4194304 4417332 140733910574448 18446744073709551615 4250757 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15361/tid=15375] ppid=15359 vsize=4210716 CPUtime=4934.95 cores=0-7
/proc/15361/task/15375/stat : 15375 (plingeling) R 15359 15361 15335 0 -1 4202560 671070 1255 0 0 493389 106 0 0 25 0 9 0 512495087 4311773184 1029733 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39667.3
Current children cumulated vsize (KiB) 4210716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5004 s]
/proc/loadavg: 8.18 8.17 8.16 9/183 15532
/proc/meminfo: memFree=21455156/32951124 swapFree=67111524/67111528
[pid=15361] ppid=15359 vsize=4156932 CPUtime=40000.7 cores=0-7
/proc/15361/stat : 15361 (plingeling) S 15359 15361 15335 0 -1 4202496 5665546 1255 0 0 3999053 1021 0 0 25 0 9 0 512495051 4256698368 1016287 33554432000 4194304 4417332 140733910574448 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15361/statm: 1039233 1016287 181 55 0 1037119 0
[pid=15361/tid=15368] ppid=15359 vsize=4156932 CPUtime=5003.72 cores=0-7
/proc/15361/task/15368/stat : 15368 (plingeling) R 15359 15361 15335 0 -1 4202560 722112 1255 0 0 500239 133 0 0 25 0 9 0 512495087 4256698368 1016287 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15361/tid=15369] ppid=15359 vsize=4156932 CPUtime=5003.74 cores=0-7
/proc/15361/task/15369/stat : 15369 (plingeling) R 15359 15361 15335 0 -1 4202560 1074824 1255 0 0 500186 188 0 0 25 0 9 0 512495087 4256698368 1016287 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15361/tid=15370] ppid=15359 vsize=4156932 CPUtime=5003.4 cores=0-7
/proc/15361/task/15370/stat : 15370 (plingeling) R 15359 15361 15335 0 -1 4202560 644108 1255 0 0 500213 127 0 0 25 0 9 0 512495087 4256698368 1016287 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15361/tid=15371] ppid=15359 vsize=4156932 CPUtime=5003.61 cores=0-7
/proc/15361/task/15371/stat : 15371 (plingeling) R 15359 15361 15335 0 -1 4202560 537528 1255 0 0 500273 88 0 0 25 0 9 0 512495087 4256698368 1016287 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15361/tid=15372] ppid=15359 vsize=4156932 CPUtime=5003.72 cores=0-7
/proc/15361/task/15372/stat : 15372 (plingeling) R 15359 15361 15335 0 -1 4202560 682939 1255 0 0 500243 129 0 0 25 0 9 0 512495087 4256698368 1016287 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15361/tid=15373] ppid=15359 vsize=4156932 CPUtime=5003.71 cores=0-7
/proc/15361/task/15373/stat : 15373 (plingeling) R 15359 15361 15335 0 -1 4202560 663116 1255 0 0 500247 124 0 0 25 0 9 0 512495087 4256698368 1016287 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15361/tid=15374] ppid=15359 vsize=4156932 CPUtime=5001.98 cores=0-7
/proc/15361/task/15374/stat : 15374 (plingeling) R 15359 15361 15335 0 -1 4202560 651493 1255 0 0 500078 120 0 0 25 0 9 0 512495087 4256698368 1016287 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15361/tid=15375] ppid=15359 vsize=4156932 CPUtime=4976.42 cores=0-7
/proc/15361/task/15375/stat : 15375 (plingeling) R 15359 15361 15335 0 -1 4202560 671070 1255 0 0 497536 106 0 0 25 0 9 0 512495087 4256698368 1016287 33554432000 4194304 4417332 140733910574448 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 4156932

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

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

[startup+5004.11 s]
/proc/loadavg: 8.18 8.17 8.16 9/183 15532
/proc/meminfo: memFree=21455156/32951124 swapFree=67111524/67111528
[pid=15361] ppid=15359 vsize=0 CPUtime=40000.9 cores=0-7
/proc/15361/stat : 15361 (plingeling) Z 15359 15361 15335 0 -1 4203548 5665546 1255 0 0 3999057 1031 0 0 18 0 2 0 512495051 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15361/statm: 0 0 0 0 0 0 0
[pid=15361/tid=15375] ppid=15359 vsize=0 CPUtime=4976.53 cores=0-7
/proc/15361/task/15375/stat : 15375 (plingeling) R 15359 15361 15335 0 -1 4203588 671070 1255 0 0 497537 116 0 0 25 0 2 0 512495087 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.9
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5004.2
CPU time (s): 40001
CPU user time (s): 39990.6
CPU system time (s): 10.4024
CPU usage (%): 799.348
Max. virtual memory (cumulated for all children) (KiB): 4249684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39990.6
system time used= 10.4024
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5666801
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= 377
involuntary context switches= 400624

runsolver used 8.31074 second user time and 18.9941 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-28 18:42:49
IDJOB=3309795
IDBENCH=83110
IDSOLVER=1695
FILE ID=node132/3309795-1304008969
RUNJOBID= node132-1304008969-15349
PBS_JOBID= 13168846
Free space on /tmp= 71872 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom20.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309795-1304008969/watcher-3309795-1304008969 -o /tmp/evaluation-result-3309795-1304008969/solver-3309795-1304008969 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309795-1304008969.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=345640590

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25526988 kB
Buffers:        733696 kB
Cached:        6135264 kB
SwapCached:          4 kB
Active:        1498140 kB
Inactive:      5434876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25526988 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2764 kB
Writeback:           4 kB
AnonPages:       64024 kB
Mapped:          14560 kB
Slab:           425432 kB
PageTables:       4704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187392 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71872 MiB
End job on node132 at 2011-04-28 20:06:15