Trace number 3371485

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.41 1204.44

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
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 variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

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-3371485-1305421042/watcher-3371485-1305421042 -o /tmp/evaluation-result-3371485-1305421042/solver-3371485-1305421042 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371485-1305421042.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.94 7.15 7.72 2/367 19099
/proc/meminfo: memFree=22582444/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=8728 CPUtime=0 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) S 19097 19099 18458 0 -1 4202496 215 0 0 0 0 0 0 0 21 0 1 0 653702001 8937472 146 33554432000 4194304 4417452 140734384355296 18446744073709551615 212687675136 0 0 4096 0 18446744071562362840 0 0 17 4 0 0 0
/proc/19099/statm: 2182 146 122 55 0 68 0

[startup+0.113426 s]
/proc/loadavg: 4.94 7.15 7.72 2/367 19099
/proc/meminfo: memFree=22582444/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=23124 CPUtime=0.07 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) R 19097 19099 18458 0 -1 4202496 3875 1248 0 2 7 0 0 0 21 0 1 0 653702001 23678976 3805 33554432000 4194304 4417452 140734384355296 18446744073709551615 4264950 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/19099/statm: 5781 3805 149 55 0 3667 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 23124

[startup+0.200409 s]
/proc/loadavg: 4.94 7.15 7.72 2/367 19099
/proc/meminfo: memFree=22582444/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=36072 CPUtime=0.16 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) R 19097 19099 18458 0 -1 4202496 7112 1248 0 2 15 1 0 0 21 0 1 0 653702001 36937728 7042 33554432000 4194304 4417452 140734384355296 18446744073709551615 212687675136 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/19099/statm: 9018 7042 149 55 0 6904 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 36072

[startup+0.300388 s]
/proc/loadavg: 4.94 7.15 7.72 2/367 19099
/proc/meminfo: memFree=22582444/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=48500 CPUtime=0.26 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) R 19097 19099 18458 0 -1 4202496 10026 1248 0 2 25 1 0 0 22 0 1 0 653702001 49664000 9956 33554432000 4194304 4417452 140734384355296 18446744073709551615 212687369309 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/19099/statm: 12125 9983 149 55 0 10011 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 48500

[startup+0.700272 s]
/proc/loadavg: 4.94 7.15 7.72 2/367 19099
/proc/meminfo: memFree=22582444/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=156504 CPUtime=1.42 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) S 19097 19099 18458 0 -1 4202496 24513 1248 0 2 139 3 0 0 22 0 5 0 653702001 160260096 14663 33554432000 4194304 4417452 140734384355296 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19099/statm: 39126 14663 174 55 0 37012 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 156504

[startup+1.50113 s]
/proc/loadavg: 4.94 7.15 7.72 6/375 19120
/proc/meminfo: memFree=22458468/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=160080 CPUtime=4.61 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) S 19097 19099 18458 0 -1 4202496 36131 1248 0 2 456 5 0 0 22 0 5 0 653702001 163921920 16008 33554432000 4194304 4417452 140734384355296 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19099/statm: 40020 16008 176 55 0 37906 0
[pid=19099/tid=19106] ppid=19097 vsize=160080 CPUtime=1.05 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (plingeling) R 19097 19099 18458 0 -1 4202560 9167 1248 0 2 104 1 0 0 25 0 5 0 653702046 163921920 16008 33554432000 4194304 4417452 140734384355296 18446744073709551615 4277727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19099/tid=19107] ppid=19097 vsize=160080 CPUtime=1.04 cores=0,2,4,6
/proc/19099/task/19107/stat : 19107 (plingeling) R 19097 19099 18458 0 -1 4202560 4409 1248 0 2 104 0 0 0 25 0 5 0 653702046 163921920 16008 33554432000 4194304 4417452 140734384355296 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19099/tid=19108] ppid=19097 vsize=160080 CPUtime=1.03 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (plingeling) R 19097 19099 18458 0 -1 4202560 5523 1248 0 2 103 0 0 0 25 0 5 0 653702046 163921920 16008 33554432000 4194304 4417452 140734384355296 18446744073709551615 4300500 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19099/tid=19109] ppid=19097 vsize=160080 CPUtime=1.05 cores=0,2,4,6
/proc/19099/task/19109/stat : 19109 (plingeling) R 19097 19099 18458 0 -1 4202560 1745 1248 0 2 105 0 0 0 19 0 5 0 653702046 163921920 16008 33554432000 4194304 4417452 140734384355296 18446744073709551615 4357902 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 160080

[startup+3.1008 s]
/proc/loadavg: 4.94 7.12 7.71 9/379 19124
/proc/meminfo: memFree=22313112/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=188624 CPUtime=11 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) S 19097 19099 18458 0 -1 4202496 47128 1248 0 2 1094 6 0 0 22 0 5 0 653702001 193150976 20723 33554432000 4194304 4417452 140734384355296 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19099/statm: 47156 20723 180 55 0 45042 0
[pid=19099/tid=19106] ppid=19097 vsize=188624 CPUtime=2.65 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (plingeling) R 19097 19099 18458 0 -1 4202560 10966 1248 0 2 264 1 0 0 25 0 5 0 653702046 193150976 20723 33554432000 4194304 4417452 140734384355296 18446744073709551615 4258746 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19099/tid=19107] ppid=19097 vsize=188624 CPUtime=2.64 cores=0,2,4,6
/proc/19099/task/19107/stat : 19107 (plingeling) R 19097 19099 18458 0 -1 4202560 6665 1248 0 2 264 0 0 0 25 0 5 0 653702046 193150976 20723 33554432000 4194304 4417452 140734384355296 18446744073709551615 4236443 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19099/tid=19108] ppid=19097 vsize=188624 CPUtime=2.62 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (plingeling) R 19097 19099 18458 0 -1 4202560 8863 1248 0 2 262 0 0 0 25 0 5 0 653702046 193150976 20723 33554432000 4194304 4417452 140734384355296 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19099/tid=19109] ppid=19097 vsize=188624 CPUtime=2.64 cores=0,2,4,6
/proc/19099/task/19109/stat : 19109 (plingeling) R 19097 19099 18458 0 -1 4202560 5347 1248 0 2 264 0 0 0 22 0 5 0 653702046 193150976 20723 33554432000 4194304 4417452 140734384355296 18446744073709551615 4354390 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11
Current children cumulated vsize (KiB) 188624

[startup+6.30123 s]
/proc/loadavg: 4.94 7.12 7.71 9/379 19124
/proc/meminfo: memFree=22270112/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=202912 CPUtime=23.75 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) S 19097 19099 18458 0 -1 4202496 50776 1248 0 2 2368 7 0 0 22 0 5 0 653702001 207781888 24295 33554432000 4194304 4417452 140734384355296 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19099/statm: 50728 24295 180 55 0 48614 0
[pid=19099/tid=19106] ppid=19097 vsize=202912 CPUtime=5.84 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (plingeling) R 19097 19099 18458 0 -1 4202560 11045 1248 0 2 582 2 0 0 25 0 5 0 653702046 207781888 24295 33554432000 4194304 4417452 140734384355296 18446744073709551615 212687369177 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19099/tid=19107] ppid=19097 vsize=202912 CPUtime=5.84 cores=0,2,4,6
/proc/19099/task/19107/stat : 19107 (plingeling) R 19097 19099 18458 0 -1 4202560 6665 1248 0 2 584 0 0 0 25 0 5 0 653702046 207781888 24295 33554432000 4194304 4417452 140734384355296 18446744073709551615 4259095 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19099/tid=19108] ppid=19097 vsize=202912 CPUtime=5.78 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (plingeling) R 19097 19099 18458 0 -1 4202560 9169 1248 0 2 578 0 0 0 25 0 5 0 653702046 207781888 24295 33554432000 4194304 4417452 140734384355296 18446744073709551615 4251071 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19099/tid=19109] ppid=19097 vsize=202912 CPUtime=5.84 cores=0,2,4,6
/proc/19099/task/19109/stat : 19109 (plingeling) R 19097 19099 18458 0 -1 4202560 8610 1248 0 2 584 0 0 0 25 0 5 0 653702046 207781888 24295 33554432000 4194304 4417452 140734384355296 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.75
Current children cumulated vsize (KiB) 202912

[startup+12.7011 s]
/proc/loadavg: 5.49 7.16 7.72 9/379 19124
/proc/meminfo: memFree=22207340/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=251236 CPUtime=49.26 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) S 19097 19099 18458 0 -1 4202496 74328 1248 0 2 4917 9 0 0 22 0 5 0 653702001 257265664 36376 33554432000 4194304 4417452 140734384355296 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19099/statm: 62809 36376 180 55 0 60695 0
[pid=19099/tid=19106] ppid=19097 vsize=251236 CPUtime=12.24 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (plingeling) R 19097 19099 18458 0 -1 4202560 15115 1248 0 2 1222 2 0 0 25 0 5 0 653702046 257265664 36376 33554432000 4194304 4417452 140734384355296 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19099/tid=19107] ppid=19097 vsize=251236 CPUtime=12.25 cores=0,2,4,6
/proc/19099/task/19107/stat : 19107 (plingeling) R 19097 19099 18458 0 -1 4202560 10294 1248 0 2 1224 1 0 0 25 0 5 0 653702046 257265664 36376 33554432000 4194304 4417452 140734384355296 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19099/tid=19108] ppid=19097 vsize=251236 CPUtime=12.1 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (plingeling) R 19097 19099 18458 0 -1 4202560 10113 1248 0 2 1210 0 0 0 25 0 5 0 653702046 257265664 36376 33554432000 4194304 4417452 140734384355296 18446744073709551615 4354515 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19099/tid=19109] ppid=19097 vsize=251236 CPUtime=12.24 cores=0,2,4,6
/proc/19099/task/19109/stat : 19109 (plingeling) R 19097 19099 18458 0 -1 4202560 23519 1248 0 2 1222 2 0 0 25 0 5 0 653702046 257265664 36376 33554432000 4194304 4417452 140734384355296 18446744073709551615 4250502 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.26
Current children cumulated vsize (KiB) 251236

[startup+25.5007 s]
/proc/loadavg: 5.88 7.19 7.72 9/379 19124
/proc/meminfo: memFree=22129476/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=309316 CPUtime=100.3 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) S 19097 19099 18458 0 -1 4202496 113792 1248 0 2 10014 16 0 0 22 0 5 0 653702001 316739584 50896 33554432000 4194304 4417452 140734384355296 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19099/statm: 77329 50896 180 55 0 75215 0
[pid=19099/tid=19106] ppid=19097 vsize=309316 CPUtime=25.04 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (plingeling) R 19097 19099 18458 0 -1 4202560 19018 1248 0 2 2502 2 0 0 25 0 5 0 653702046 316739584 50896 33554432000 4194304 4417452 140734384355296 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19099/tid=19107] ppid=19097 vsize=309316 CPUtime=25.04 cores=0,2,4,6
/proc/19099/task/19107/stat : 19107 (plingeling) R 19097 19099 18458 0 -1 4202560 22451 1248 0 2 2501 3 0 0 25 0 5 0 653702046 316739584 50896 33554432000 4194304 4417452 140734384355296 18446744073709551615 4354515 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19099/tid=19108] ppid=19097 vsize=309316 CPUtime=24.74 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (plingeling) R 19097 19099 18458 0 -1 4202560 14275 1248 0 2 2473 1 0 0 25 0 5 0 653702046 316739584 50896 33554432000 4194304 4417452 140734384355296 18446744073709551615 4236574 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19099/tid=19109] ppid=19097 vsize=309316 CPUtime=25.05 cores=0,2,4,6
/proc/19099/task/19109/stat : 19109 (plingeling) R 19097 19099 18458 0 -1 4202560 42761 1248 0 2 2499 6 0 0 25 0 5 0 653702046 316739584 50896 33554432000 4194304 4417452 140734384355296 18446744073709551615 4356867 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.3
Current children cumulated vsize (KiB) 309316

[startup+51.1011 s]
/proc/loadavg: 6.60 7.25 7.73 9/379 19125
/proc/meminfo: memFree=22038700/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=374132 CPUtime=202.4 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) S 19097 19099 18458 0 -1 4202496 222562 1248 0 2 20207 33 0 0 22 0 5 0 653702001 383111168 67106 33554432000 4194304 4417452 140734384355296 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19099/statm: 93533 67106 180 55 0 91419 0
[pid=19099/tid=19106] ppid=19097 vsize=374132 CPUtime=50.64 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (plingeling) R 19097 19099 18458 0 -1 4202560 40060 1248 0 2 5059 5 0 0 25 0 5 0 653702046 383111168 67106 33554432000 4194304 4417452 140734384355296 18446744073709551615 4236564 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19099/tid=19107] ppid=19097 vsize=374132 CPUtime=50.64 cores=0,2,4,6
/proc/19099/task/19107/stat : 19107 (plingeling) R 19097 19099 18458 0 -1 4202560 47982 1248 0 2 5057 7 0 0 25 0 5 0 653702046 383111168 67106 33554432000 4194304 4417452 140734384355296 18446744073709551615 4366661 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19099/tid=19108] ppid=19097 vsize=374132 CPUtime=50.04 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (plingeling) R 19097 19099 18458 0 -1 4202560 39749 1248 0 2 4999 5 0 0 25 0 5 0 653702046 383111168 67106 33554432000 4194304 4417452 140734384355296 18446744073709551615 4236870 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19099/tid=19109] ppid=19097 vsize=374132 CPUtime=50.64 cores=0,2,4,6
/proc/19099/task/19109/stat : 19109 (plingeling) R 19097 19099 18458 0 -1 4202560 79484 1248 0 2 5053 11 0 0 25 0 5 0 653702046 383111168 67106 33554432000 4194304 4417452 140734384355296 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 202.4
Current children cumulated vsize (KiB) 374132

[startup+102.301 s]
/proc/loadavg: 7.62 7.43 7.76 9/379 19126
/proc/meminfo: memFree=21822784/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=510588 CPUtime=406.6 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) S 19097 19099 18458 0 -1 4202496 422418 1248 0 2 40597 63 0 0 22 0 5 0 653702001 522842112 101220 33554432000 4194304 4417452 140734384355296 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19099/statm: 127647 101220 180 55 0 125533 0
[pid=19099/tid=19106] ppid=19097 vsize=510588 CPUtime=101.85 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (plingeling) R 19097 19099 18458 0 -1 4202560 74706 1248 0 2 10174 11 0 0 25 0 5 0 653702046 522842112 101220 33554432000 4194304 4417452 140734384355296 18446744073709551615 4355827 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19099/tid=19107] ppid=19097 vsize=510588 CPUtime=101.85 cores=0,2,4,6
/proc/19099/task/19107/stat : 19107 (plingeling) R 19097 19099 18458 0 -1 4202560 86250 1248 0 2 10172 13 0 0 25 0 5 0 653702046 522842112 101220 33554432000 4194304 4417452 140734384355296 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19099/tid=19108] ppid=19097 vsize=510588 CPUtime=100.62 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (plingeling) R 19097 19099 18458 0 -1 4202560 68594 1248 0 2 10054 8 0 0 25 0 5 0 653702046 522842112 101220 33554432000 4194304 4417452 140734384355296 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19099/tid=19109] ppid=19097 vsize=510588 CPUtime=101.86 cores=0,2,4,6
/proc/19099/task/19109/stat : 19109 (plingeling) R 19097 19099 18458 0 -1 4202560 177581 1248 0 2 10159 27 0 0 25 0 5 0 653702046 522842112 101220 33554432000 4194304 4417452 140734384355296 18446744073709551615 4364495 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 406.6
Current children cumulated vsize (KiB) 510588

[startup+162.301 s]
/proc/loadavg: 7.90 7.55 7.78 9/379 19128
/proc/meminfo: memFree=21709432/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=576032 CPUtime=645.85 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) S 19097 19099 18458 0 -1 4202496 636463 1248 0 2 64491 94 0 0 22 0 5 0 653702001 589856768 117581 33554432000 4194304 4417452 140734384355296 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19099/statm: 144008 117581 180 55 0 141894 0
[pid=19099/tid=19106] ppid=19097 vsize=576032 CPUtime=161.83 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (plingeling) R 19097 19099 18458 0 -1 4202560 97530 1248 0 2 16169 14 0 0 25 0 5 0 653702046 589856768 117581 33554432000 4194304 4417452 140734384355296 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19099/tid=19107] ppid=19097 vsize=576032 CPUtime=161.84 cores=0,2,4,6
/proc/19099/task/19107/stat : 19107 (plingeling) R 19097 19099 18458 0 -1 4202560 99481 1248 0 2 16169 15 0 0 25 0 5 0 653702046 589856768 117581 33554432000 4194304 4417452 140734384355296 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19099/tid=19108] ppid=19097 vsize=576032 CPUtime=159.89 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (plingeling) R 19097 19099 18458 0 -1 4202560 130295 1248 0 2 15971 18 0 0 25 0 5 0 653702046 589856768 117581 33554432000 4194304 4417452 140734384355296 18446744073709551615 4366491 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19099/tid=19109] ppid=19097 vsize=576032 CPUtime=161.84 cores=0,2,4,6
/proc/19099/task/19109/stat : 19109 (plingeling) R 19097 19099 18458 0 -1 4202560 293870 1248 0 2 16142 42 0 0 25 0 5 0 653702046 589856768 117581 33554432000 4194304 4417452 140734384355296 18446744073709551615 4356867 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 645.85
Current children cumulated vsize (KiB) 576032


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

/proc/meminfo: memFree=19356120/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=2275160 CPUtime=3037.82 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) S 19097 19099 18458 0 -1 4202496 2482311 1248 0 2 303427 355 0 0 22 0 5 0 653702001 2329763840 542363 33554432000 4194304 4417452 140734384355296 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19099/statm: 568790 542363 180 55 0 566676 0
[pid=19099/tid=19106] ppid=19097 vsize=2275160 CPUtime=761.81 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (plingeling) R 19097 19099 18458 0 -1 4202560 297245 1248 0 2 76139 42 0 0 25 0 5 0 653702046 2329763840 542363 33554432000 4194304 4417452 140734384355296 18446744073709551615 4235968 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19099/tid=19107] ppid=19097 vsize=2275160 CPUtime=761.34 cores=0,2,4,6
/proc/19099/task/19107/stat : 19107 (plingeling) R 19097 19099 18458 0 -1 4202560 735357 1248 0 2 76029 105 0 0 25 0 5 0 653702046 2329763840 542363 33554432000 4194304 4417452 140734384355296 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19099/tid=19108] ppid=19097 vsize=2275160 CPUtime=752.36 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (plingeling) R 19097 19099 18458 0 -1 4202560 274467 1248 0 2 75198 38 0 0 25 0 5 0 653702046 2329763840 542363 33554432000 4194304 4417452 140734384355296 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19099/tid=19109] ppid=19097 vsize=2275160 CPUtime=761.87 cores=0,2,4,6
/proc/19099/task/19109/stat : 19109 (plingeling) R 19097 19099 18458 0 -1 4202560 1159955 1248 0 2 76022 165 0 0 25 0 5 0 653702046 2329763840 542363 33554432000 4194304 4417452 140734384355296 18446744073709551615 4357934 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3037.82
Current children cumulated vsize (KiB) 2275160

[startup+822.301 s]
/proc/loadavg: 8.03 8.05 7.93 9/379 19157
/proc/meminfo: memFree=20419664/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=1429948 CPUtime=3277.08 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) S 19097 19099 18458 0 -1 4202496 2702408 1248 0 2 327311 397 0 0 22 0 5 0 653702001 1464266752 331060 33554432000 4194304 4417452 140734384355296 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19099/statm: 357487 331060 180 55 0 355373 0
[pid=19099/tid=19106] ppid=19097 vsize=1429948 CPUtime=821.8 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (plingeling) R 19097 19099 18458 0 -1 4202560 317114 1248 0 2 82135 45 0 0 25 0 5 0 653702046 1464266752 331060 33554432000 4194304 4417452 140734384355296 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19099/tid=19107] ppid=19097 vsize=1429948 CPUtime=821.33 cores=0,2,4,6
/proc/19099/task/19107/stat : 19107 (plingeling) R 19097 19099 18458 0 -1 4202560 814371 1248 0 2 82008 125 0 0 25 0 5 0 653702046 1464266752 331060 33554432000 4194304 4417452 140734384355296 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19099/tid=19108] ppid=19097 vsize=1429948 CPUtime=811.65 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (plingeling) R 19097 19099 18458 0 -1 4202560 287711 1248 0 2 81125 40 0 0 25 0 5 0 653702046 1464266752 331060 33554432000 4194304 4417452 140734384355296 18446744073709551615 4309925 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19099/tid=19109] ppid=19097 vsize=1429948 CPUtime=821.87 cores=0,2,4,6
/proc/19099/task/19109/stat : 19109 (plingeling) R 19097 19099 18458 0 -1 4202560 1267925 1248 0 2 82003 184 0 0 25 0 5 0 653702046 1464266752 331060 33554432000 4194304 4417452 140734384355296 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3277.08
Current children cumulated vsize (KiB) 1429948

[startup+882.314 s]
/proc/loadavg: 8.06 8.05 7.94 9/379 19159
/proc/meminfo: memFree=19497724/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=2113528 CPUtime=3516.4 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) S 19097 19099 18458 0 -1 4202496 2928772 1248 0 2 351214 426 0 0 22 0 5 0 653702001 2164252672 501955 33554432000 4194304 4417452 140734384355296 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19099/statm: 528382 501955 180 55 0 526268 0
[pid=19099/tid=19106] ppid=19097 vsize=2113528 CPUtime=881.82 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (plingeling) R 19097 19099 18458 0 -1 4202560 359749 1248 0 2 88131 51 0 0 25 0 5 0 653702046 2164252672 501955 33554432000 4194304 4417452 140734384355296 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19099/tid=19107] ppid=19097 vsize=2113528 CPUtime=881.33 cores=0,2,4,6
/proc/19099/task/19107/stat : 19107 (plingeling) R 19097 19099 18458 0 -1 4202560 847483 1248 0 2 88003 130 0 0 25 0 5 0 653702046 2164252672 501955 33554432000 4194304 4417452 140734384355296 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19099/tid=19108] ppid=19097 vsize=2113528 CPUtime=870.94 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (plingeling) R 19097 19099 18458 0 -1 4202560 317945 1248 0 2 87051 43 0 0 25 0 5 0 653702046 2164252672 501955 33554432000 4194304 4417452 140734384355296 18446744073709551615 4353661 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19099/tid=19109] ppid=19097 vsize=2113528 CPUtime=881.88 cores=0,2,4,6
/proc/19099/task/19109/stat : 19109 (plingeling) R 19097 19099 18458 0 -1 4202560 1388308 1248 0 2 87990 198 0 0 25 0 5 0 653702046 2164252672 501955 33554432000 4194304 4417452 140734384355296 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3516.4
Current children cumulated vsize (KiB) 2113528

[startup+942.301 s]
/proc/loadavg: 8.02 8.04 7.94 9/379 19161
/proc/meminfo: memFree=19183128/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=2699412 CPUtime=3755.63 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) S 19097 19099 18458 0 -1 4202496 3149600 1248 0 2 375106 457 0 0 22 0 5 0 653702001 2764197888 648426 33554432000 4194304 4417452 140734384355296 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19099/statm: 674853 648426 180 55 0 672739 0
[pid=19099/tid=19106] ppid=19097 vsize=2699412 CPUtime=941.79 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (plingeling) R 19097 19099 18458 0 -1 4202560 369526 1248 0 2 94127 52 0 0 25 0 5 0 653702046 2764197888 648426 33554432000 4194304 4417452 140734384355296 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19099/tid=19107] ppid=19097 vsize=2699412 CPUtime=941.3 cores=0,2,4,6
/proc/19099/task/19107/stat : 19107 (plingeling) R 19097 19099 18458 0 -1 4202560 912532 1248 0 2 93990 140 0 0 25 0 5 0 653702046 2764197888 648426 33554432000 4194304 4417452 140734384355296 18446744073709551615 4236607 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19099/tid=19108] ppid=19097 vsize=2699412 CPUtime=930.22 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (plingeling) R 19097 19099 18458 0 -1 4202560 362092 1248 0 2 92973 49 0 0 25 0 5 0 653702046 2764197888 648426 33554432000 4194304 4417452 140734384355296 18446744073709551615 4232787 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19099/tid=19109] ppid=19097 vsize=2699412 CPUtime=941.87 cores=0,2,4,6
/proc/19099/task/19109/stat : 19109 (plingeling) R 19097 19099 18458 0 -1 4202560 1490163 1248 0 2 93976 211 0 0 25 0 5 0 653702046 2764197888 648426 33554432000 4194304 4417452 140734384355296 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3755.63
Current children cumulated vsize (KiB) 2699412

[startup+1002.3 s]
/proc/loadavg: 8.09 8.06 7.95 9/379 19162
/proc/meminfo: memFree=18574412/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=3239972 CPUtime=3994.89 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) S 19097 19099 18458 0 -1 4202496 3321157 1248 0 2 399006 483 0 0 22 0 5 0 653702001 3317731328 783566 33554432000 4194304 4417452 140734384355296 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19099/statm: 809993 783566 180 55 0 807879 0
[pid=19099/tid=19106] ppid=19097 vsize=3239972 CPUtime=1001.8 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (plingeling) R 19097 19099 18458 0 -1 4202560 373622 1248 0 2 100127 53 0 0 25 0 5 0 653702046 3317731328 783566 33554432000 4194304 4417452 140734384355296 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19099/tid=19107] ppid=19097 vsize=3239972 CPUtime=1001.3 cores=0,2,4,6
/proc/19099/task/19107/stat : 19107 (plingeling) R 19097 19099 18458 0 -1 4202560 938519 1248 0 2 99986 144 0 0 25 0 5 0 653702046 3317731328 783566 33554432000 4194304 4417452 140734384355296 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19099/tid=19108] ppid=19097 vsize=3239972 CPUtime=989.49 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (plingeling) R 19097 19099 18458 0 -1 4202560 389114 1248 0 2 98897 52 0 0 25 0 5 0 653702046 3317731328 783566 33554432000 4194304 4417452 140734384355296 18446744073709551615 4366063 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19099/tid=19109] ppid=19097 vsize=3239972 CPUtime=1001.87 cores=0,2,4,6
/proc/19099/task/19109/stat : 19109 (plingeling) R 19097 19099 18458 0 -1 4202560 1604615 1248 0 2 99956 231 0 0 18 0 5 0 653702046 3317731328 783566 33554432000 4194304 4417452 140734384355296 18446744073709551615 4250651 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3994.89
Current children cumulated vsize (KiB) 3239972

[startup+1062.3 s]
/proc/loadavg: 8.03 8.05 7.95 9/379 19164
/proc/meminfo: memFree=19394028/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=2138140 CPUtime=4233.91 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) S 19097 19099 18458 0 -1 4202496 3863670 1248 0 2 422806 585 0 0 22 0 5 0 653702001 2189455360 508108 33554432000 4194304 4417452 140734384355296 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19099/statm: 534535 508108 180 55 0 532421 0
[pid=19099/tid=19106] ppid=19097 vsize=2138140 CPUtime=1061.8 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (plingeling) R 19097 19099 18458 0 -1 4202560 373636 1248 0 2 106127 53 0 0 25 0 5 0 653702046 2189455360 508108 33554432000 4194304 4417452 140734384355296 18446744073709551615 4353504 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19099/tid=19107] ppid=19097 vsize=2138140 CPUtime=1061.1 cores=0,2,4,6
/proc/19099/task/19107/stat : 19107 (plingeling) R 19097 19099 18458 0 -1 4202560 1166573 1248 0 2 105929 181 0 0 25 0 5 0 653702046 2189455360 508108 33554432000 4194304 4417452 140734384355296 18446744073709551615 4309862 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19099/tid=19108] ppid=19097 vsize=2138140 CPUtime=1049.16 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (plingeling) R 19097 19099 18458 0 -1 4202560 412648 1248 0 2 104861 55 0 0 25 0 5 0 653702046 2189455360 508108 33554432000 4194304 4417452 140734384355296 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19099/tid=19109] ppid=19097 vsize=2138140 CPUtime=1061.4 cores=0,2,4,6
/proc/19099/task/19109/stat : 19109 (plingeling) R 19097 19099 18458 0 -1 4202560 1895526 1248 0 2 105848 292 0 0 25 0 5 0 653702046 2189455360 508108 33554432000 4194304 4417452 140734384355296 18446744073709551615 4357339 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4233.91
Current children cumulated vsize (KiB) 2138140

[startup+1122.3 s]
/proc/loadavg: 8.08 8.06 7.96 9/379 19165
/proc/meminfo: memFree=18749588/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=2602416 CPUtime=4473.19 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) S 19097 19099 18458 0 -1 4202496 4033387 1248 0 2 446716 603 0 0 22 0 5 0 653702001 2664873984 624177 33554432000 4194304 4417452 140734384355296 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19099/statm: 650604 624177 180 55 0 648490 0
[pid=19099/tid=19106] ppid=19097 vsize=2602416 CPUtime=1121.8 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (plingeling) R 19097 19099 18458 0 -1 4202560 415226 1248 0 2 112122 58 0 0 25 0 5 0 653702046 2664873984 624177 33554432000 4194304 4417452 140734384355296 18446744073709551615 4356884 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19099/tid=19107] ppid=19097 vsize=2602416 CPUtime=1121.1 cores=0,2,4,6
/proc/19099/task/19107/stat : 19107 (plingeling) R 19097 19099 18458 0 -1 4202560 1166573 1248 0 2 111929 181 0 0 25 0 5 0 653702046 2664873984 624177 33554432000 4194304 4417452 140734384355296 18446744073709551615 4309869 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19099/tid=19108] ppid=19097 vsize=2602416 CPUtime=1109.16 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (plingeling) R 19097 19099 18458 0 -1 4202560 443690 1248 0 2 110859 57 0 0 25 0 5 0 653702046 2664873984 624177 33554432000 4194304 4417452 140734384355296 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19099/tid=19109] ppid=19097 vsize=2602416 CPUtime=1120.68 cores=0,2,4,6
/proc/19099/task/19109/stat : 19109 (plingeling) R 19097 19099 18458 0 -1 4202560 1992611 1248 0 2 111766 302 0 0 25 0 5 0 653702046 2664873984 624177 33554432000 4194304 4417452 140734384355296 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4473.19
Current children cumulated vsize (KiB) 2602416

[startup+1182.3 s]
/proc/loadavg: 8.10 8.08 7.97 9/379 19167
/proc/meminfo: memFree=18348192/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=2862748 CPUtime=4712.48 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) S 19097 19099 18458 0 -1 4202496 4192850 1248 0 2 470625 623 0 0 22 0 5 0 653702001 2931453952 689260 33554432000 4194304 4417452 140734384355296 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19099/statm: 715687 689260 180 55 0 713573 0
[pid=19099/tid=19106] ppid=19097 vsize=2862748 CPUtime=1181.8 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (plingeling) R 19097 19099 18458 0 -1 4202560 445453 1248 0 2 118118 62 0 0 25 0 5 0 653702046 2931453952 689260 33554432000 4194304 4417452 140734384355296 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19099/tid=19107] ppid=19097 vsize=2862748 CPUtime=1181.08 cores=0,2,4,6
/proc/19099/task/19107/stat : 19107 (plingeling) R 19097 19099 18458 0 -1 4202560 1166573 1248 0 2 117927 181 0 0 25 0 5 0 653702046 2931453952 689260 33554432000 4194304 4417452 140734384355296 18446744073709551615 4312183 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19099/tid=19108] ppid=19097 vsize=2862748 CPUtime=1169.17 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (plingeling) R 19097 19099 18458 0 -1 4202560 503965 1248 0 2 116851 66 0 0 25 0 5 0 653702046 2931453952 689260 33554432000 4194304 4417452 140734384355296 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19099/tid=19109] ppid=19097 vsize=2862748 CPUtime=1179.99 cores=0,2,4,6
/proc/19099/task/19109/stat : 19109 (plingeling) R 19097 19099 18458 0 -1 4202560 2061572 1248 0 2 117689 310 0 0 25 0 5 0 653702046 2931453952 689260 33554432000 4194304 4417452 140734384355296 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4712.48
Current children cumulated vsize (KiB) 2862748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.3 s]
/proc/loadavg: 8.19 8.10 7.98 9/379 19168
/proc/meminfo: memFree=18198272/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=2983516 CPUtime=4800.24 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) S 19097 19099 18458 0 -1 4202496 4290486 1248 0 2 479391 633 0 0 22 0 5 0 653702001 3055120384 713819 33554432000 4194304 4417452 140734384355296 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19099/statm: 745879 713819 180 55 0 743765 0
[pid=19099/tid=19106] ppid=19097 vsize=2983516 CPUtime=1203.82 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (plingeling) R 19097 19099 18458 0 -1 4202560 451981 1248 0 2 120319 63 0 0 25 0 5 0 653702046 3055120384 713819 33554432000 4194304 4417452 140734384355296 18446744073709551615 4357241 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19099/tid=19107] ppid=19097 vsize=2983516 CPUtime=1203.09 cores=0,2,4,6
/proc/19099/task/19107/stat : 19107 (plingeling) R 19097 19099 18458 0 -1 4202560 1166573 1248 0 2 120128 181 0 0 25 0 5 0 653702046 3055120384 713819 33554432000 4194304 4417452 140734384355296 18446744073709551615 4309183 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19099/tid=19108] ppid=19097 vsize=2983516 CPUtime=1191.18 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (plingeling) R 19097 19099 18458 0 -1 4202560 516515 1248 0 2 119051 67 0 0 25 0 5 0 653702046 3055120384 713819 33554432000 4194304 4417452 140734384355296 18446744073709551615 4311302 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19099/tid=19109] ppid=19097 vsize=2983516 CPUtime=1201.73 cores=0,2,4,6
/proc/19099/task/19109/stat : 19109 (plingeling) R 19097 19099 18458 0 -1 4202560 2140130 1248 0 2 119855 318 0 0 25 0 5 0 653702046 3055120384 713819 33554432000 4194304 4417452 140734384355296 18446744073709551615 212687369289 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 2983516

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

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

[startup+1204.42 s]
/proc/loadavg: 8.19 8.10 7.98 9/379 19168
/proc/meminfo: memFree=18198272/32951124 swapFree=67111348/67111528
[pid=19099] ppid=19097 vsize=0 CPUtime=4800.38 cores=0,2,4,6
/proc/19099/stat : 19099 (plingeling) Z 19097 19099 18458 0 -1 4203548 4293380 1248 0 2 479395 643 0 0 18 0 2 0 653702001 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19099/statm: 0 0 0 0 0 0 0
[pid=19099/tid=19109] ppid=19097 vsize=0 CPUtime=1201.83 cores=0,2,4,6
/proc/19099/task/19109/stat : 19109 (plingeling) R 19097 19099 18458 0 -1 4203588 2143023 1248 0 2 119855 328 0 0 25 0 2 0 653702046 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.44
CPU time (s): 4800.41
CPU user time (s): 4793.96
CPU system time (s): 6.45802
CPU usage (%): 398.559
Max. virtual memory (cumulated for all children) (KiB): 4600820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.96
system time used= 6.45802
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4294628
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 314
involuntary context switches= 24503

runsolver used 4.06338 second user time and 10.1984 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 02:57:23
IDJOB=3371485
IDBENCH=82381
IDSOLVER=1848
FILE ID=node139/3371485-1305421042
RUNJOBID= node139-1305421042-19085
PBS_JOBID= 13324554
Free space on /tmp= 73340 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371485-1305421042/watcher-3371485-1305421042 -o /tmp/evaluation-result-3371485-1305421042/solver-3371485-1305421042 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371485-1305421042.cnf

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=1030476413

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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:     32951124 kB
MemFree:      22582864 kB
Buffers:        302748 kB
Cached:        2912004 kB
SwapCached:          0 kB
Active:        7986672 kB
Inactive:      2075444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22582864 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           17964 kB
Writeback:           0 kB
AnonPages:     6847404 kB
Mapped:          28404 kB
Slab:           203760 kB
PageTables:      38640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76772868 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= 73320 MiB
End job on node139 at 2011-05-15 03:17:29