Trace number 3371464

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.22 1203.54

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
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 variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371464-1305422787/watcher-3371464-1305422787 -o /tmp/evaluation-result-3371464-1305422787/solver-3371464-1305422787 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371464-1305422787.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: 3.85 5.72 6.92 2/348 10085
/proc/meminfo: memFree=17760208/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=14072 CPUtime=0 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) R 10083 10085 10053 0 -1 4202496 1607 1257 0 0 0 0 0 0 21 0 1 0 732509392 14409728 1537 33554432000 4194304 4417452 140734687922656 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/10085/statm: 3518 1537 144 55 0 1404 0

[startup+0.0633701 s]
/proc/loadavg: 3.85 5.72 6.92 2/348 10085
/proc/meminfo: memFree=17760208/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=25532 CPUtime=0.05 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) R 10083 10085 10053 0 -1 4202496 4477 1257 0 0 5 0 0 0 21 0 1 0 732509392 26144768 4407 33554432000 4194304 4417452 140734687922656 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/10085/statm: 6383 4407 149 55 0 4269 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25532

[startup+0.100358 s]
/proc/loadavg: 3.85 5.72 6.92 2/348 10085
/proc/meminfo: memFree=17760208/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=29628 CPUtime=0.09 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) R 10083 10085 10053 0 -1 4202496 5501 1257 0 0 9 0 0 0 21 0 1 0 732509392 30339072 5431 33554432000 4194304 4417452 140734687922656 18446744073709551615 256415391488 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/10085/statm: 7407 5431 149 55 0 5293 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29628

[startup+1.06111 s]
/proc/loadavg: 3.85 5.72 6.92 2/348 10085
/proc/meminfo: memFree=17760208/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=102828 CPUtime=3.44 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 25040 1257 0 0 342 2 0 0 22 0 5 0 732509392 105295872 13489 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 25707 13489 175 55 0 23593 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 102828

[startup+1.10111 s]
/proc/loadavg: 3.85 5.72 6.92 2/348 10085
/proc/meminfo: memFree=17760208/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=98096 CPUtime=3.6 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 25040 1257 0 0 358 2 0 0 22 0 5 0 732509392 100450304 12338 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 24524 12338 175 55 0 22410 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 98096

[startup+1.50103 s]
/proc/loadavg: 3.85 5.72 6.92 2/348 10085
/proc/meminfo: memFree=17760208/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=104248 CPUtime=5.2 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 29322 1257 0 0 518 2 0 0 22 0 5 0 732509392 106749952 13844 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 26062 13844 175 55 0 23948 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 104248

[startup+3.10073 s]
/proc/loadavg: 3.95 5.71 6.91 9/360 10110
/proc/meminfo: memFree=17607104/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=187584 CPUtime=11.58 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 43761 1257 0 0 1153 5 0 0 22 0 5 0 732509392 192086016 18344 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 46896 18344 180 55 0 44782 0
[pid=10085/tid=10103] ppid=10083 vsize=187584 CPUtime=2.83 cores=1,3,5,7
/proc/10085/task/10103/stat : 10103 (plingeling) R 10083 10085 10053 0 -1 4202560 5360 1257 0 0 283 0 0 0 20 0 5 0 732509418 192086016 18344 33554432000 4194304 4417452 140734687922656 18446744073709551615 4252064 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10085/tid=10104] ppid=10083 vsize=187584 CPUtime=2.82 cores=1,3,5,7
/proc/10085/task/10104/stat : 10104 (plingeling) R 10083 10085 10053 0 -1 4202560 17950 1257 0 0 281 1 0 0 25 0 5 0 732509418 192086016 18344 33554432000 4194304 4417452 140734687922656 18446744073709551615 4253120 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10085/tid=10105] ppid=10083 vsize=187584 CPUtime=2.82 cores=1,3,5,7
/proc/10085/task/10105/stat : 10105 (plingeling) R 10083 10085 10053 0 -1 4202560 8890 1257 0 0 282 0 0 0 25 0 5 0 732509418 192086016 18344 33554432000 4194304 4417452 140734687922656 18446744073709551615 4236324 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10085/tid=10106] ppid=10083 vsize=187584 CPUtime=2.81 cores=1,3,5,7
/proc/10085/task/10106/stat : 10106 (plingeling) R 10083 10085 10053 0 -1 4202560 2068 1257 0 0 281 0 0 0 23 0 5 0 732509418 192086016 18344 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.58
Current children cumulated vsize (KiB) 187584

[startup+6.30112 s]
/proc/loadavg: 4.27 5.74 6.91 9/360 10110
/proc/meminfo: memFree=17592764/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=188868 CPUtime=24.34 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 46253 1257 0 0 2429 5 0 0 22 0 5 0 732509392 193400832 18665 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 47217 18665 180 55 0 45103 0
[pid=10085/tid=10103] ppid=10083 vsize=188868 CPUtime=6.03 cores=1,3,5,7
/proc/10085/task/10103/stat : 10103 (plingeling) R 10083 10085 10053 0 -1 4202560 6801 1257 0 0 603 0 0 0 25 0 5 0 732509418 193400832 18665 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10085/tid=10104] ppid=10083 vsize=188868 CPUtime=6.03 cores=1,3,5,7
/proc/10085/task/10104/stat : 10104 (plingeling) R 10083 10085 10053 0 -1 4202560 18974 1257 0 0 601 2 0 0 25 0 5 0 732509418 193400832 18665 33554432000 4194304 4417452 140734687922656 18446744073709551615 4236812 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10085/tid=10105] ppid=10083 vsize=188868 CPUtime=6.03 cores=1,3,5,7
/proc/10085/task/10105/stat : 10105 (plingeling) R 10083 10085 10053 0 -1 4202560 8917 1257 0 0 602 1 0 0 25 0 5 0 732509418 193400832 18665 33554432000 4194304 4417452 140734687922656 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10085/tid=10106] ppid=10083 vsize=188868 CPUtime=5.97 cores=1,3,5,7
/proc/10085/task/10106/stat : 10106 (plingeling) R 10083 10085 10053 0 -1 4202560 2068 1257 0 0 597 0 0 0 25 0 5 0 732509418 193400832 18665 33554432000 4194304 4417452 140734687922656 18446744073709551615 4365135 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.34
Current children cumulated vsize (KiB) 188868

[startup+12.7009 s]
/proc/loadavg: 4.57 5.78 6.92 9/360 10110
/proc/meminfo: memFree=17592792/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=188864 CPUtime=49.9 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 46315 1257 0 0 4985 5 0 0 22 0 5 0 732509392 193396736 18664 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 47216 18664 180 55 0 45102 0
[pid=10085/tid=10103] ppid=10083 vsize=188864 CPUtime=12.44 cores=1,3,5,7
/proc/10085/task/10103/stat : 10103 (plingeling) R 10083 10085 10053 0 -1 4202560 6819 1257 0 0 1244 0 0 0 25 0 5 0 732509418 193396736 18664 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10085/tid=10104] ppid=10083 vsize=188864 CPUtime=12.44 cores=1,3,5,7
/proc/10085/task/10104/stat : 10104 (plingeling) R 10083 10085 10053 0 -1 4202560 18992 1257 0 0 1242 2 0 0 25 0 5 0 732509418 193396736 18664 33554432000 4194304 4417452 140734687922656 18446744073709551615 4237148 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10085/tid=10105] ppid=10083 vsize=188864 CPUtime=12.44 cores=1,3,5,7
/proc/10085/task/10105/stat : 10105 (plingeling) R 10083 10085 10053 0 -1 4202560 8943 1257 0 0 1243 1 0 0 25 0 5 0 732509418 193396736 18664 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364576 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10085/tid=10106] ppid=10083 vsize=188864 CPUtime=12.31 cores=1,3,5,7
/proc/10085/task/10106/stat : 10106 (plingeling) R 10083 10085 10053 0 -1 4202560 2068 1257 0 0 1231 0 0 0 25 0 5 0 732509418 193396736 18664 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.9
Current children cumulated vsize (KiB) 188864

[startup+25.5005 s]
/proc/loadavg: 5.09 5.85 6.93 9/360 10111
/proc/meminfo: memFree=17555072/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=212968 CPUtime=100.93 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 53154 1257 0 0 10088 5 0 0 22 0 5 0 732509392 218079232 24696 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 53242 24696 180 55 0 51128 0
[pid=10085/tid=10103] ppid=10083 vsize=212968 CPUtime=25.23 cores=1,3,5,7
/proc/10085/task/10103/stat : 10103 (plingeling) R 10083 10085 10053 0 -1 4202560 9210 1257 0 0 2523 0 0 0 25 0 5 0 732509418 218079232 24696 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10085/tid=10104] ppid=10083 vsize=212968 CPUtime=25.23 cores=1,3,5,7
/proc/10085/task/10104/stat : 10104 (plingeling) R 10083 10085 10053 0 -1 4202560 20314 1257 0 0 2521 2 0 0 25 0 5 0 732509418 218079232 24696 33554432000 4194304 4417452 140734687922656 18446744073709551615 4365150 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10085/tid=10105] ppid=10083 vsize=212968 CPUtime=25.22 cores=1,3,5,7
/proc/10085/task/10105/stat : 10105 (plingeling) R 10083 10085 10053 0 -1 4202560 9896 1257 0 0 2521 1 0 0 25 0 5 0 732509418 218079232 24696 33554432000 4194304 4417452 140734687922656 18446744073709551615 4245774 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10085/tid=10106] ppid=10083 vsize=212968 CPUtime=24.97 cores=1,3,5,7
/proc/10085/task/10106/stat : 10106 (plingeling) R 10083 10085 10053 0 -1 4202560 4241 1257 0 0 2497 0 0 0 25 0 5 0 732509418 218079232 24696 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.93
Current children cumulated vsize (KiB) 212968

[startup+51.1007 s]
/proc/loadavg: 6.16 6.04 6.96 9/360 10111
/proc/meminfo: memFree=17517704/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=237584 CPUtime=203.06 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 62908 1257 0 0 20300 6 0 0 22 0 5 0 732509392 243286016 30850 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 59396 30850 180 55 0 57282 0
[pid=10085/tid=10103] ppid=10083 vsize=237584 CPUtime=50.84 cores=1,3,5,7
/proc/10085/task/10103/stat : 10103 (plingeling) R 10083 10085 10053 0 -1 4202560 10559 1257 0 0 5083 1 0 0 25 0 5 0 732509418 243286016 30850 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10085/tid=10104] ppid=10083 vsize=237584 CPUtime=50.83 cores=1,3,5,7
/proc/10085/task/10104/stat : 10104 (plingeling) R 10083 10085 10053 0 -1 4202560 20331 1257 0 0 5081 2 0 0 25 0 5 0 732509418 243286016 30850 33554432000 4194304 4417452 140734687922656 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10085/tid=10105] ppid=10083 vsize=237584 CPUtime=50.82 cores=1,3,5,7
/proc/10085/task/10105/stat : 10105 (plingeling) R 10083 10085 10053 0 -1 4202560 9913 1257 0 0 5081 1 0 0 25 0 5 0 732509418 243286016 30850 33554432000 4194304 4417452 140734687922656 18446744073709551615 4366149 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10085/tid=10106] ppid=10083 vsize=237584 CPUtime=50.29 cores=1,3,5,7
/proc/10085/task/10106/stat : 10106 (plingeling) R 10083 10085 10053 0 -1 4202560 12612 1257 0 0 5028 1 0 0 25 0 5 0 732509418 243286016 30850 33554432000 4194304 4417452 140734687922656 18446744073709551615 4236672 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.06
Current children cumulated vsize (KiB) 237584

[startup+102.301 s]
/proc/loadavg: 7.34 6.38 7.03 9/360 10113
/proc/meminfo: memFree=17474288/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=267436 CPUtime=407.29 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 84141 1257 0 0 40720 9 0 0 22 0 5 0 732509392 273854464 38313 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 66859 38313 180 55 0 64745 0
[pid=10085/tid=10103] ppid=10083 vsize=267436 CPUtime=102.04 cores=1,3,5,7
/proc/10085/task/10103/stat : 10103 (plingeling) R 10083 10085 10053 0 -1 4202560 13753 1257 0 0 10203 1 0 0 25 0 5 0 732509418 273854464 38313 33554432000 4194304 4417452 140734687922656 18446744073709551615 4263230 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10085/tid=10104] ppid=10083 vsize=267436 CPUtime=102.03 cores=1,3,5,7
/proc/10085/task/10104/stat : 10104 (plingeling) R 10083 10085 10053 0 -1 4202560 23554 1257 0 0 10201 2 0 0 25 0 5 0 732509418 273854464 38313 33554432000 4194304 4417452 140734687922656 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10085/tid=10105] ppid=10083 vsize=267436 CPUtime=102.02 cores=1,3,5,7
/proc/10085/task/10105/stat : 10105 (plingeling) R 10083 10085 10053 0 -1 4202560 11020 1257 0 0 10201 1 0 0 25 0 5 0 732509418 273854464 38313 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10085/tid=10106] ppid=10083 vsize=267436 CPUtime=100.92 cores=1,3,5,7
/proc/10085/task/10106/stat : 10106 (plingeling) R 10083 10085 10053 0 -1 4202560 26321 1257 0 0 10090 2 0 0 25 0 5 0 732509418 273854464 38313 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.29
Current children cumulated vsize (KiB) 267436

[startup+162.301 s]
/proc/loadavg: 7.88 6.71 7.09 9/360 10114
/proc/meminfo: memFree=17440884/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=267344 CPUtime=646.66 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 117362 1257 0 0 64652 14 0 0 22 0 5 0 732509392 273760256 38290 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 66836 38290 180 55 0 64722 0
[pid=10085/tid=10103] ppid=10083 vsize=267344 CPUtime=162.05 cores=1,3,5,7
/proc/10085/task/10103/stat : 10103 (plingeling) R 10083 10085 10053 0 -1 4202560 23664 1257 0 0 16202 3 0 0 25 0 5 0 732509418 273760256 38290 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10085/tid=10104] ppid=10083 vsize=267344 CPUtime=162.04 cores=1,3,5,7
/proc/10085/task/10104/stat : 10104 (plingeling) R 10083 10085 10053 0 -1 4202560 30182 1257 0 0 16201 3 0 0 25 0 5 0 732509418 273760256 38290 33554432000 4194304 4417452 140734687922656 18446744073709551615 4353598 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10085/tid=10105] ppid=10083 vsize=267344 CPUtime=162.04 cores=1,3,5,7
/proc/10085/task/10105/stat : 10105 (plingeling) R 10083 10085 10053 0 -1 4202560 20462 1257 0 0 16202 2 0 0 25 0 5 0 732509418 273760256 38290 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364567 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10085/tid=10106] ppid=10083 vsize=267344 CPUtime=160.27 cores=1,3,5,7
/proc/10085/task/10106/stat : 10106 (plingeling) R 10083 10085 10053 0 -1 4202560 33561 1257 0 0 16024 3 0 0 25 0 5 0 732509418 273760256 38290 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364453 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.66
Current children cumulated vsize (KiB) 267344

[startup+222.3 s]
/proc/loadavg: 8.06 6.97 7.16 9/360 10116
/proc/meminfo: memFree=17391732/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=293676 CPUtime=886 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 133728 1257 0 0 88584 16 0 0 22 0 5 0 732509392 300724224 44905 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 73419 44905 180 55 0 71305 0
[pid=10085/tid=10103] ppid=10083 vsize=293676 CPUtime=222.04 cores=1,3,5,7
/proc/10085/task/10103/stat : 10103 (plingeling) R 10083 10085 10053 0 -1 4202560 29543 1257 0 0 22201 3 0 0 25 0 5 0 732509418 300724224 44905 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0

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

[pid=10085/tid=10104] ppid=10083 vsize=440268 CPUtime=702.05 cores=1,3,5,7
/proc/10085/task/10104/stat : 10104 (plingeling) R 10083 10085 10053 0 -1 4202560 132947 1257 0 0 70188 17 0 0 25 0 5 0 732509418 450834432 81521 33554432000 4194304 4417452 140734687922656 18446744073709551615 4353504 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10085/tid=10105] ppid=10083 vsize=440268 CPUtime=702.02 cores=1,3,5,7
/proc/10085/task/10105/stat : 10105 (plingeling) R 10083 10085 10053 0 -1 4202560 54132 1257 0 0 70196 6 0 0 25 0 5 0 732509418 450834432 81521 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10085/tid=10106] ppid=10083 vsize=440268 CPUtime=694.36 cores=1,3,5,7
/proc/10085/task/10106/stat : 10106 (plingeling) R 10083 10085 10053 0 -1 4202560 135506 1257 0 0 69415 21 0 0 25 0 5 0 732509418 450834432 81521 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.78
Current children cumulated vsize (KiB) 440268

[startup+762.3 s]
/proc/loadavg: 8.30 7.95 7.57 10/361 10133
/proc/meminfo: memFree=17073316/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=402708 CPUtime=3040.12 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 430730 1257 0 0 303953 59 0 0 22 0 5 0 732509392 412372992 72131 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 100677 72131 180 55 0 98563 0
[pid=10085/tid=10103] ppid=10083 vsize=402708 CPUtime=762.06 cores=1,3,5,7
/proc/10085/task/10103/stat : 10103 (plingeling) R 10083 10085 10053 0 -1 4202560 68284 1257 0 0 76197 9 0 0 25 0 5 0 732509418 412372992 72131 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10085/tid=10104] ppid=10083 vsize=402708 CPUtime=762.05 cores=1,3,5,7
/proc/10085/task/10104/stat : 10104 (plingeling) R 10083 10085 10053 0 -1 4202560 132947 1257 0 0 76188 17 0 0 25 0 5 0 732509418 412372992 72131 33554432000 4194304 4417452 140734687922656 18446744073709551615 4277527 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10085/tid=10105] ppid=10083 vsize=402708 CPUtime=762.03 cores=1,3,5,7
/proc/10085/task/10105/stat : 10105 (plingeling) R 10083 10085 10053 0 -1 4202560 58228 1257 0 0 76196 7 0 0 25 0 5 0 732509418 412372992 72131 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10085/tid=10106] ppid=10083 vsize=402708 CPUtime=753.71 cores=1,3,5,7
/proc/10085/task/10106/stat : 10106 (plingeling) R 10083 10085 10053 0 -1 4202560 161778 1257 0 0 75346 25 0 0 25 0 5 0 732509418 412372992 72131 33554432000 4194304 4417452 140734687922656 18446744073709551615 4357021 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.12
Current children cumulated vsize (KiB) 402708

[startup+822.301 s]
/proc/loadavg: 8.35 8.03 7.62 9/360 10135
/proc/meminfo: memFree=17065572/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=431152 CPUtime=3279.5 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 463154 1257 0 0 327887 63 0 0 22 0 5 0 732509392 441499648 79242 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 107788 79242 180 55 0 105674 0
[pid=10085/tid=10103] ppid=10083 vsize=431152 CPUtime=822.07 cores=1,3,5,7
/proc/10085/task/10103/stat : 10103 (plingeling) R 10083 10085 10053 0 -1 4202560 79526 1257 0 0 82197 10 0 0 25 0 5 0 732509418 441499648 79242 33554432000 4194304 4417452 140734687922656 18446744073709551615 4358093 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10085/tid=10104] ppid=10083 vsize=431152 CPUtime=822.06 cores=1,3,5,7
/proc/10085/task/10104/stat : 10104 (plingeling) R 10083 10085 10053 0 -1 4202560 134903 1257 0 0 82189 17 0 0 25 0 5 0 732509418 441499648 79242 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10085/tid=10105] ppid=10083 vsize=431152 CPUtime=822.04 cores=1,3,5,7
/proc/10085/task/10105/stat : 10105 (plingeling) R 10083 10085 10053 0 -1 4202560 60114 1257 0 0 82197 7 0 0 25 0 5 0 732509418 441499648 79242 33554432000 4194304 4417452 140734687922656 18446744073709551615 4365939 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10085/tid=10106] ppid=10083 vsize=431152 CPUtime=813.06 cores=1,3,5,7
/proc/10085/task/10106/stat : 10106 (plingeling) R 10083 10085 10053 0 -1 4202560 179118 1257 0 0 81279 27 0 0 25 0 5 0 732509418 441499648 79242 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.5
Current children cumulated vsize (KiB) 431152

[startup+882.301 s]
/proc/loadavg: 8.20 8.04 7.65 9/360 10136
/proc/meminfo: memFree=17029436/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=467116 CPUtime=3518.84 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 498402 1257 0 0 351816 68 0 0 22 0 5 0 732509392 478326784 88233 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 116779 88233 180 55 0 114665 0
[pid=10085/tid=10103] ppid=10083 vsize=467116 CPUtime=882.06 cores=1,3,5,7
/proc/10085/task/10103/stat : 10103 (plingeling) R 10083 10085 10053 0 -1 4202560 86951 1257 0 0 88195 11 0 0 25 0 5 0 732509418 478326784 88233 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10085/tid=10104] ppid=10083 vsize=467116 CPUtime=882.05 cores=1,3,5,7
/proc/10085/task/10104/stat : 10104 (plingeling) R 10083 10085 10053 0 -1 4202560 141031 1257 0 0 88187 18 0 0 25 0 5 0 732509418 478326784 88233 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10085/tid=10105] ppid=10083 vsize=467116 CPUtime=882.03 cores=1,3,5,7
/proc/10085/task/10105/stat : 10105 (plingeling) R 10083 10085 10053 0 -1 4202560 68307 1257 0 0 88195 8 0 0 25 0 5 0 732509418 478326784 88233 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364780 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10085/tid=10106] ppid=10083 vsize=467116 CPUtime=872.4 cores=1,3,5,7
/proc/10085/task/10106/stat : 10106 (plingeling) R 10083 10085 10053 0 -1 4202560 192620 1257 0 0 87212 28 0 0 25 0 5 0 732509418 478326784 88233 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364809 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.84
Current children cumulated vsize (KiB) 467116

[startup+942.314 s]
/proc/loadavg: 8.20 8.06 7.68 9/360 10138
/proc/meminfo: memFree=17003228/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=511876 CPUtime=3758.23 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 525361 1257 0 0 375751 72 0 0 22 0 5 0 732509392 524161024 99423 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 127969 99423 180 55 0 125855 0
[pid=10085/tid=10103] ppid=10083 vsize=511876 CPUtime=942.08 cores=1,3,5,7
/proc/10085/task/10103/stat : 10103 (plingeling) R 10083 10085 10053 0 -1 4202560 95513 1257 0 0 94196 12 0 0 25 0 5 0 732509418 524161024 99423 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10085/tid=10104] ppid=10083 vsize=511876 CPUtime=942.07 cores=1,3,5,7
/proc/10085/task/10104/stat : 10104 (plingeling) R 10083 10085 10053 0 -1 4202560 145142 1257 0 0 94188 19 0 0 25 0 5 0 732509418 524161024 99423 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10085/tid=10105] ppid=10083 vsize=511876 CPUtime=942.04 cores=1,3,5,7
/proc/10085/task/10105/stat : 10105 (plingeling) R 10083 10085 10053 0 -1 4202560 68323 1257 0 0 94196 8 0 0 25 0 5 0 732509418 524161024 99423 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10085/tid=10106] ppid=10083 vsize=511876 CPUtime=931.75 cores=1,3,5,7
/proc/10085/task/10106/stat : 10106 (plingeling) R 10083 10085 10053 0 -1 4202560 206890 1257 0 0 93145 30 0 0 25 0 5 0 732509418 524161024 99423 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.23
Current children cumulated vsize (KiB) 511876

[startup+1002.3 s]
/proc/loadavg: 8.13 8.06 7.70 9/360 10140
/proc/meminfo: memFree=17028476/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=472156 CPUtime=3997.53 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 542066 1257 0 0 399678 75 0 0 22 0 5 0 732509392 483487744 89493 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 118039 89493 180 55 0 115925 0
[pid=10085/tid=10103] ppid=10083 vsize=472156 CPUtime=1002.07 cores=1,3,5,7
/proc/10085/task/10103/stat : 10103 (plingeling) R 10083 10085 10053 0 -1 4202560 101665 1257 0 0 100194 13 0 0 25 0 5 0 732509418 483487744 89493 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364716 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10085/tid=10104] ppid=10083 vsize=472156 CPUtime=1002.06 cores=1,3,5,7
/proc/10085/task/10104/stat : 10104 (plingeling) R 10083 10085 10053 0 -1 4202560 146134 1257 0 0 100187 19 0 0 25 0 5 0 732509418 483487744 89493 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10085/tid=10105] ppid=10083 vsize=472156 CPUtime=1002.02 cores=1,3,5,7
/proc/10085/task/10105/stat : 10105 (plingeling) R 10083 10085 10053 0 -1 4202560 70011 1257 0 0 100194 8 0 0 25 0 5 0 732509418 483487744 89493 33554432000 4194304 4417452 140734687922656 18446744073709551615 4250869 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10085/tid=10106] ppid=10083 vsize=472156 CPUtime=991.1 cores=1,3,5,7
/proc/10085/task/10106/stat : 10106 (plingeling) R 10083 10085 10053 0 -1 4202560 214763 1257 0 0 99078 32 0 0 25 0 5 0 732509418 483487744 89493 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.53
Current children cumulated vsize (KiB) 472156

[startup+1062.3 s]
/proc/loadavg: 8.10 8.06 7.72 9/360 10141
/proc/meminfo: memFree=16895868/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=511748 CPUtime=4236.87 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 590825 1257 0 0 423605 82 0 0 22 0 5 0 732509392 524029952 99391 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 127937 99391 180 55 0 125823 0
[pid=10085/tid=10103] ppid=10083 vsize=511748 CPUtime=1062.07 cores=1,3,5,7
/proc/10085/task/10103/stat : 10103 (plingeling) R 10083 10085 10053 0 -1 4202560 106051 1257 0 0 106193 14 0 0 25 0 5 0 732509418 524029952 99391 33554432000 4194304 4417452 140734687922656 18446744073709551615 4275911 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10085/tid=10104] ppid=10083 vsize=511748 CPUtime=1062.06 cores=1,3,5,7
/proc/10085/task/10104/stat : 10104 (plingeling) R 10083 10085 10053 0 -1 4202560 165043 1257 0 0 106184 22 0 0 25 0 5 0 732509418 524029952 99391 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364809 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10085/tid=10105] ppid=10083 vsize=511748 CPUtime=1062.03 cores=1,3,5,7
/proc/10085/task/10105/stat : 10105 (plingeling) R 10083 10085 10053 0 -1 4202560 72074 1257 0 0 106194 9 0 0 25 0 5 0 732509418 524029952 99391 33554432000 4194304 4417452 140734687922656 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10085/tid=10106] ppid=10083 vsize=511748 CPUtime=1050.43 cores=1,3,5,7
/proc/10085/task/10106/stat : 10106 (plingeling) R 10083 10085 10053 0 -1 4202560 238164 1257 0 0 105008 35 0 0 25 0 5 0 732509418 524029952 99391 33554432000 4194304 4417452 140734687922656 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.87
Current children cumulated vsize (KiB) 511748

[startup+1122.3 s]
/proc/loadavg: 8.08 8.06 7.74 9/360 10143
/proc/meminfo: memFree=16827868/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=511644 CPUtime=4476.22 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 620646 1257 0 0 447535 87 0 0 22 0 5 0 732509392 523923456 99365 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 127911 99365 180 55 0 125797 0
[pid=10085/tid=10103] ppid=10083 vsize=511644 CPUtime=1122.08 cores=1,3,5,7
/proc/10085/task/10103/stat : 10103 (plingeling) R 10083 10085 10053 0 -1 4202560 119699 1257 0 0 112191 17 0 0 25 0 5 0 732509418 523923456 99365 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10085/tid=10104] ppid=10083 vsize=511644 CPUtime=1122.06 cores=1,3,5,7
/proc/10085/task/10104/stat : 10104 (plingeling) R 10083 10085 10053 0 -1 4202560 165043 1257 0 0 112184 22 0 0 25 0 5 0 732509418 523923456 99365 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10085/tid=10105] ppid=10083 vsize=511644 CPUtime=1122.03 cores=1,3,5,7
/proc/10085/task/10105/stat : 10105 (plingeling) R 10083 10085 10053 0 -1 4202560 80942 1257 0 0 112193 10 0 0 25 0 5 0 732509418 523923456 99365 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10085/tid=10106] ppid=10083 vsize=511644 CPUtime=1109.77 cores=1,3,5,7
/proc/10085/task/10106/stat : 10106 (plingeling) R 10083 10085 10053 0 -1 4202560 245469 1257 0 0 110941 36 0 0 25 0 5 0 732509418 523923456 99365 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.22
Current children cumulated vsize (KiB) 511644

[startup+1182.3 s]
/proc/loadavg: 8.13 8.08 7.76 9/360 10144
/proc/meminfo: memFree=16851880/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=530156 CPUtime=4715.55 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 649792 1257 0 0 471464 91 0 0 22 0 5 0 732509392 542879744 103993 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 132539 103993 180 55 0 130425 0
[pid=10085/tid=10103] ppid=10083 vsize=530156 CPUtime=1182.08 cores=1,3,5,7
/proc/10085/task/10103/stat : 10103 (plingeling) R 10083 10085 10053 0 -1 4202560 122758 1257 0 0 118191 17 0 0 25 0 5 0 732509418 542879744 103993 33554432000 4194304 4417452 140734687922656 18446744073709551615 4366261 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10085/tid=10104] ppid=10083 vsize=530156 CPUtime=1182.06 cores=1,3,5,7
/proc/10085/task/10104/stat : 10104 (plingeling) R 10083 10085 10053 0 -1 4202560 174981 1257 0 0 118183 23 0 0 25 0 5 0 732509418 542879744 103993 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10085/tid=10105] ppid=10083 vsize=530156 CPUtime=1182.03 cores=1,3,5,7
/proc/10085/task/10105/stat : 10105 (plingeling) R 10083 10085 10053 0 -1 4202560 82443 1257 0 0 118193 10 0 0 25 0 5 0 732509418 542879744 103993 33554432000 4194304 4417452 140734687922656 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10085/tid=10106] ppid=10083 vsize=530156 CPUtime=1169.1 cores=1,3,5,7
/proc/10085/task/10106/stat : 10106 (plingeling) R 10083 10085 10053 0 -1 4202560 260117 1257 0 0 116872 38 0 0 25 0 5 0 732509418 542879744 103993 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.55
Current children cumulated vsize (KiB) 530156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.09 8.07 7.77 9/360 10145
/proc/meminfo: memFree=16829416/32950928 swapFree=67111200/67111528
[pid=10085] ppid=10083 vsize=540084 CPUtime=4800.15 cores=1,3,5,7
/proc/10085/stat : 10085 (plingeling) S 10083 10085 10053 0 -1 4202496 656228 1257 0 0 479922 93 0 0 22 0 5 0 732509392 553046016 106475 33554432000 4194304 4417452 140734687922656 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/10085/statm: 135021 106475 180 55 0 132907 0
[pid=10085/tid=10103] ppid=10083 vsize=540084 CPUtime=1203.29 cores=1,3,5,7
/proc/10085/task/10103/stat : 10103 (plingeling) R 10083 10085 10053 0 -1 4202560 122758 1257 0 0 120312 17 0 0 25 0 5 0 732509418 553046016 106475 33554432000 4194304 4417452 140734687922656 18446744073709551615 4260714 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10085/tid=10104] ppid=10083 vsize=540084 CPUtime=1203.28 cores=1,3,5,7
/proc/10085/task/10104/stat : 10104 (plingeling) R 10083 10085 10053 0 -1 4202560 179077 1257 0 0 120304 24 0 0 25 0 5 0 732509418 553046016 106475 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10085/tid=10105] ppid=10083 vsize=540084 CPUtime=1203.24 cores=1,3,5,7
/proc/10085/task/10105/stat : 10105 (plingeling) R 10083 10085 10053 0 -1 4202560 82459 1257 0 0 120314 10 0 0 25 0 5 0 732509418 553046016 106475 33554432000 4194304 4417452 140734687922656 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10085/tid=10106] ppid=10083 vsize=540084 CPUtime=1190.07 cores=1,3,5,7
/proc/10085/task/10106/stat : 10106 (plingeling) R 10083 10085 10053 0 -1 4202560 262441 1257 0 0 118968 39 0 0 25 0 5 0 732509418 553046016 106475 33554432000 4194304 4417452 140734687922656 18446744073709551615 4251160 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 540084

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.54
CPU time (s): 4800.22
CPU user time (s): 4799.26
CPU system time (s): 0.955854
CPU usage (%): 398.842
Max. virtual memory (cumulated for all children) (KiB): 559760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.26
system time used= 0.955854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 657485
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= 182
involuntary context switches= 35042

runsolver used 3.81242 second user time and 9.41457 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 03:26:27
IDJOB=3371464
IDBENCH=83105
IDSOLVER=1848
FILE ID=node115/3371464-1305422787
RUNJOBID= node115-1305422787-10072
PBS_JOBID= 13324588
Free space on /tmp= 73228 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom24.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371464-1305422787/watcher-3371464-1305422787 -o /tmp/evaluation-result-3371464-1305422787/solver-3371464-1305422787 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371464-1305422787.cnf

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=1829846805

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17760628 kB
Buffers:        293568 kB
Cached:        4548360 kB
SwapCached:          0 kB
Active:       11989820 kB
Inactive:      2881024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17760628 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:            7104 kB
Writeback:           0 kB
AnonPages:    10028828 kB
Mapped:          27216 kB
Slab:           211300 kB
PageTables:      40904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69655204 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= 73228 MiB
End job on node115 at 2011-05-15 03:46:33