Trace number 3371487

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.44 1204.08

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
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 variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

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-3371487-1305420949/watcher-3371487-1305420949 -o /tmp/evaluation-result-3371487-1305420949/solver-3371487-1305420949 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371487-1305420949.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: 6.48 7.58 7.85 6/353 28091
/proc/meminfo: memFree=21126792/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=11252 CPUtime=0 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) R 28089 28091 27864 0 -1 4202496 878 1254 0 0 0 0 0 0 21 0 1 0 634511110 11522048 808 33554432000 4194304 4417452 140735848601072 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/28091/statm: 2813 808 144 55 0 699 0

[startup+0.070734 s]
/proc/loadavg: 6.48 7.58 7.85 6/353 28091
/proc/meminfo: memFree=21126792/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=22544 CPUtime=0.06 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) R 28089 28091 27864 0 -1 4202496 3730 1254 0 0 6 0 0 0 21 0 1 0 634511110 23085056 3660 33554432000 4194304 4417452 140735848601072 18446744073709551615 4264940 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/28091/statm: 5636 3660 149 55 0 3522 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 22544

[startup+0.100728 s]
/proc/loadavg: 6.48 7.58 7.85 6/353 28091
/proc/meminfo: memFree=21126792/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=23568 CPUtime=0.09 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) R 28089 28091 27864 0 -1 4202496 3986 1254 0 0 9 0 0 0 21 0 1 0 634511110 24133632 3916 33554432000 4194304 4417452 140735848601072 18446744073709551615 4209658 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/28091/statm: 5892 3916 149 55 0 3778 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23568

[startup+0.300694 s]
/proc/loadavg: 6.48 7.58 7.85 6/353 28091
/proc/meminfo: memFree=21126792/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=59952 CPUtime=0.29 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) R 28089 28091 27864 0 -1 4202496 13082 1254 0 0 28 1 0 0 22 0 1 0 634511110 61390848 13012 33554432000 4194304 4417452 140735848601072 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/28091/statm: 14988 13012 149 55 0 12874 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59952

[startup+0.700593 s]
/proc/loadavg: 6.48 7.58 7.85 6/353 28091
/proc/meminfo: memFree=21126792/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=268724 CPUtime=0.82 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) S 28089 28091 27864 0 -1 4202496 35072 1254 0 0 78 4 0 0 23 0 5 0 634511110 275173376 23656 33554432000 4194304 4417452 140735848601072 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/28091/statm: 67181 23656 159 55 0 65067 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 268724

[startup+1.50045 s]
/proc/loadavg: 6.36 7.53 7.84 9/358 28101
/proc/meminfo: memFree=21036984/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=261588 CPUtime=4.01 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) S 28089 28091 27864 0 -1 4202496 50325 1254 0 0 395 6 0 0 23 0 5 0 634511110 267866112 27627 33554432000 4194304 4417452 140735848601072 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/28091/statm: 65397 27627 174 55 0 63283 0
[pid=28091/tid=28098] ppid=28089 vsize=261588 CPUtime=0.84 cores=0,2,4,6
/proc/28091/task/28098/stat : 28098 (plingeling) R 28089 28091 27864 0 -1 4202560 4947 1254 0 0 83 1 0 0 25 0 5 0 634511175 267866112 27627 33554432000 4194304 4417452 140735848601072 18446744073709551615 4285158 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28091/tid=28099] ppid=28089 vsize=261588 CPUtime=0.83 cores=0,2,4,6
/proc/28091/task/28099/stat : 28099 (plingeling) R 28089 28091 27864 0 -1 4202560 6508 1254 0 0 83 0 0 0 25 0 5 0 634511175 267866112 27627 33554432000 4194304 4417452 140735848601072 18446744073709551615 4284626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28091/tid=28100] ppid=28089 vsize=261588 CPUtime=0.83 cores=0,2,4,6
/proc/28091/task/28100/stat : 28100 (plingeling) R 28089 28091 27864 0 -1 4202560 7040 1254 0 0 83 0 0 0 25 0 5 0 634511175 267866112 27627 33554432000 4194304 4417452 140735848601072 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28091/tid=28101] ppid=28089 vsize=261588 CPUtime=0.82 cores=0,2,4,6
/proc/28091/task/28101/stat : 28101 (plingeling) R 28089 28091 27864 0 -1 4202560 2478 1254 0 0 82 0 0 0 25 0 5 0 634511175 267866112 27627 33554432000 4194304 4417452 140735848601072 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 261588

[startup+3.10117 s]
/proc/loadavg: 6.36 7.53 7.84 9/358 28101
/proc/meminfo: memFree=21022296/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=293776 CPUtime=10.4 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) S 28089 28091 27864 0 -1 4202496 66256 1254 0 0 1031 9 0 0 23 0 5 0 634511110 300826624 29792 33554432000 4194304 4417452 140735848601072 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/28091/statm: 73444 29792 179 55 0 71330 0
[pid=28091/tid=28098] ppid=28089 vsize=293776 CPUtime=2.44 cores=0,2,4,6
/proc/28091/task/28098/stat : 28098 (plingeling) R 28089 28091 27864 0 -1 4202560 7773 1254 0 0 243 1 0 0 25 0 5 0 634511175 300826624 29792 33554432000 4194304 4417452 140735848601072 18446744073709551615 4330515 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28091/tid=28099] ppid=28089 vsize=293776 CPUtime=2.43 cores=0,2,4,6
/proc/28091/task/28099/stat : 28099 (plingeling) R 28089 28091 27864 0 -1 4202560 11677 1254 0 0 242 1 0 0 25 0 5 0 634511175 300826624 29792 33554432000 4194304 4417452 140735848601072 18446744073709551615 4331782 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28091/tid=28100] ppid=28089 vsize=293776 CPUtime=2.44 cores=0,2,4,6
/proc/28091/task/28100/stat : 28100 (plingeling) R 28089 28091 27864 0 -1 4202560 14925 1254 0 0 242 2 0 0 25 0 5 0 634511175 300826624 29792 33554432000 4194304 4417452 140735848601072 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28091/tid=28101] ppid=28089 vsize=293776 CPUtime=2.41 cores=0,2,4,6
/proc/28091/task/28101/stat : 28101 (plingeling) R 28089 28091 27864 0 -1 4202560 2529 1254 0 0 241 0 0 0 25 0 5 0 634511175 300826624 29792 33554432000 4194304 4417452 140735848601072 18446744073709551615 4365458 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.4
Current children cumulated vsize (KiB) 293776

[startup+6.3006 s]
/proc/loadavg: 6.49 7.54 7.84 9/358 28102
/proc/meminfo: memFree=21032340/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=306480 CPUtime=23.17 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) S 28089 28091 27864 0 -1 4202496 71420 1254 0 0 2307 10 0 0 23 0 5 0 634511110 313835520 33341 33554432000 4194304 4417452 140735848601072 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/28091/statm: 76620 33341 180 55 0 74506 0
[pid=28091/tid=28098] ppid=28089 vsize=306480 CPUtime=5.64 cores=0,2,4,6
/proc/28091/task/28098/stat : 28098 (plingeling) R 28089 28091 27864 0 -1 4202560 7931 1254 0 0 563 1 0 0 25 0 5 0 634511175 313835520 33341 33554432000 4194304 4417452 140735848601072 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28091/tid=28099] ppid=28089 vsize=306480 CPUtime=5.63 cores=0,2,4,6
/proc/28091/task/28099/stat : 28099 (plingeling) R 28089 28091 27864 0 -1 4202560 11971 1254 0 0 562 1 0 0 25 0 5 0 634511175 313835520 33341 33554432000 4194304 4417452 140735848601072 18446744073709551615 4236870 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28091/tid=28100] ppid=28089 vsize=306480 CPUtime=5.64 cores=0,2,4,6
/proc/28091/task/28100/stat : 28100 (plingeling) R 28089 28091 27864 0 -1 4202560 14926 1254 0 0 562 2 0 0 25 0 5 0 634511175 313835520 33341 33554432000 4194304 4417452 140735848601072 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28091/tid=28101] ppid=28089 vsize=306480 CPUtime=5.58 cores=0,2,4,6
/proc/28091/task/28101/stat : 28101 (plingeling) R 28089 28091 27864 0 -1 4202560 7240 1254 0 0 557 1 0 0 25 0 5 0 634511175 313835520 33341 33554432000 4194304 4417452 140735848601072 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.17
Current children cumulated vsize (KiB) 306480

[startup+12.7005 s]
/proc/loadavg: 6.61 7.55 7.84 9/358 28102
/proc/meminfo: memFree=20989956/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=348244 CPUtime=48.69 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) S 28089 28091 27864 0 -1 4202496 81861 1254 0 0 4858 11 0 0 23 0 5 0 634511110 356601856 43782 33554432000 4194304 4417452 140735848601072 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/28091/statm: 87061 43782 180 55 0 84947 0
[pid=28091/tid=28098] ppid=28089 vsize=348244 CPUtime=12.04 cores=0,2,4,6
/proc/28091/task/28098/stat : 28098 (plingeling) R 28089 28091 27864 0 -1 4202560 9665 1254 0 0 1203 1 0 0 25 0 5 0 634511175 356601856 43782 33554432000 4194304 4417452 140735848601072 18446744073709551615 4236971 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28091/tid=28099] ppid=28089 vsize=348244 CPUtime=12.03 cores=0,2,4,6
/proc/28091/task/28099/stat : 28099 (plingeling) R 28089 28091 27864 0 -1 4202560 13100 1254 0 0 1202 1 0 0 25 0 5 0 634511175 356601856 43782 33554432000 4194304 4417452 140735848601072 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28091/tid=28100] ppid=28089 vsize=348244 CPUtime=12.04 cores=0,2,4,6
/proc/28091/task/28100/stat : 28100 (plingeling) R 28089 28091 27864 0 -1 4202560 16258 1254 0 0 1202 2 0 0 25 0 5 0 634511175 356601856 43782 33554432000 4194304 4417452 140735848601072 18446744073709551615 4353756 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28091/tid=28101] ppid=28089 vsize=348244 CPUtime=11.9 cores=0,2,4,6
/proc/28091/task/28101/stat : 28101 (plingeling) R 28089 28091 27864 0 -1 4202560 13486 1254 0 0 1189 1 0 0 25 0 5 0 634511175 356601856 43782 33554432000 4194304 4417452 140735848601072 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.69
Current children cumulated vsize (KiB) 348244

[startup+25.5012 s]
/proc/loadavg: 6.83 7.56 7.84 9/358 28102
/proc/meminfo: memFree=20927228/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=407048 CPUtime=99.74 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) S 28089 28091 27864 0 -1 4202496 105822 1254 0 0 9961 13 0 0 23 0 5 0 634511110 416817152 58483 33554432000 4194304 4417452 140735848601072 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/28091/statm: 101762 58483 180 55 0 99648 0
[pid=28091/tid=28098] ppid=28089 vsize=407048 CPUtime=24.84 cores=0,2,4,6
/proc/28091/task/28098/stat : 28098 (plingeling) R 28089 28091 27864 0 -1 4202560 10865 1254 0 0 2483 1 0 0 25 0 5 0 634511175 416817152 58483 33554432000 4194304 4417452 140735848601072 18446744073709551615 4236294 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28091/tid=28099] ppid=28089 vsize=407048 CPUtime=24.84 cores=0,2,4,6
/proc/28091/task/28099/stat : 28099 (plingeling) R 28089 28091 27864 0 -1 4202560 13775 1254 0 0 2482 2 0 0 25 0 5 0 634511175 416817152 58483 33554432000 4194304 4417452 140735848601072 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28091/tid=28100] ppid=28089 vsize=407048 CPUtime=24.83 cores=0,2,4,6
/proc/28091/task/28100/stat : 28100 (plingeling) R 28089 28091 27864 0 -1 4202560 20076 1254 0 0 2481 2 0 0 25 0 5 0 634511175 416817152 58483 33554432000 4194304 4417452 140735848601072 18446744073709551615 4232787 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28091/tid=28101] ppid=28089 vsize=407048 CPUtime=24.55 cores=0,2,4,6
/proc/28091/task/28101/stat : 28101 (plingeling) R 28089 28091 27864 0 -1 4202560 31754 1254 0 0 2452 3 0 0 25 0 5 0 634511175 416817152 58483 33554432000 4194304 4417452 140735848601072 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.74
Current children cumulated vsize (KiB) 407048

[startup+51.1007 s]
/proc/loadavg: 7.36 7.62 7.85 9/358 28103
/proc/meminfo: memFree=20627496/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=495260 CPUtime=201.87 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) S 28089 28091 27864 0 -1 4202496 172045 1254 0 0 20164 23 0 0 23 0 5 0 634511110 507146240 80536 33554432000 4194304 4417452 140735848601072 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/28091/statm: 123815 80536 180 55 0 121701 0
[pid=28091/tid=28098] ppid=28089 vsize=495260 CPUtime=50.43 cores=0,2,4,6
/proc/28091/task/28098/stat : 28098 (plingeling) R 28089 28091 27864 0 -1 4202560 14515 1254 0 0 5042 1 0 0 25 0 5 0 634511175 507146240 80536 33554432000 4194304 4417452 140735848601072 18446744073709551615 4364474 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28091/tid=28099] ppid=28089 vsize=495260 CPUtime=50.44 cores=0,2,4,6
/proc/28091/task/28099/stat : 28099 (plingeling) R 28089 28091 27864 0 -1 4202560 32443 1254 0 0 5040 4 0 0 25 0 5 0 634511175 507146240 80536 33554432000 4194304 4417452 140735848601072 18446744073709551615 4353830 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28091/tid=28100] ppid=28089 vsize=495260 CPUtime=50.44 cores=0,2,4,6
/proc/28091/task/28100/stat : 28100 (plingeling) R 28089 28091 27864 0 -1 4202560 25389 1254 0 0 5041 3 0 0 25 0 5 0 634511175 507146240 80536 33554432000 4194304 4417452 140735848601072 18446744073709551615 4236559 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28091/tid=28101] ppid=28089 vsize=495260 CPUtime=49.87 cores=0,2,4,6
/proc/28091/task/28101/stat : 28101 (plingeling) R 28089 28091 27864 0 -1 4202560 70346 1254 0 0 4978 9 0 0 25 0 5 0 634511175 507146240 80536 33554432000 4194304 4417452 140735848601072 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 201.87
Current children cumulated vsize (KiB) 495260

[startup+102.313 s]
/proc/loadavg: 7.86 7.71 7.86 9/358 28104
/proc/meminfo: memFree=20408432/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=668064 CPUtime=406.14 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) S 28089 28091 27864 0 -1 4202496 304169 1254 0 0 40574 40 0 0 23 0 5 0 634511110 684097536 123743 33554432000 4194304 4417452 140735848601072 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/28091/statm: 167016 123743 180 55 0 164902 0
[pid=28091/tid=28098] ppid=28089 vsize=668064 CPUtime=101.66 cores=0,2,4,6
/proc/28091/task/28098/stat : 28098 (plingeling) R 28089 28091 27864 0 -1 4202560 41707 1254 0 0 10161 5 0 0 25 0 5 0 634511175 684097536 123743 33554432000 4194304 4417452 140735848601072 18446744073709551615 4232666 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28091/tid=28099] ppid=28089 vsize=668064 CPUtime=101.65 cores=0,2,4,6
/proc/28091/task/28099/stat : 28099 (plingeling) R 28089 28091 27864 0 -1 4202560 37622 1254 0 0 10160 5 0 0 25 0 5 0 634511175 684097536 123743 33554432000 4194304 4417452 140735848601072 18446744073709551615 4358116 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28091/tid=28100] ppid=28089 vsize=668064 CPUtime=101.64 cores=0,2,4,6
/proc/28091/task/28100/stat : 28100 (plingeling) R 28089 28091 27864 0 -1 4202560 41027 1254 0 0 10160 4 0 0 25 0 5 0 634511175 684097536 123743 33554432000 4194304 4417452 140735848601072 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28091/tid=28101] ppid=28089 vsize=668064 CPUtime=100.52 cores=0,2,4,6
/proc/28091/task/28101/stat : 28101 (plingeling) R 28089 28091 27864 0 -1 4202560 154461 1254 0 0 10031 21 0 0 25 0 5 0 634511175 684097536 123743 33554432000 4194304 4417452 140735848601072 18446744073709551615 4356802 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.14
Current children cumulated vsize (KiB) 668064

[startup+162.301 s]
/proc/loadavg: 8.00 7.77 7.87 9/358 28106
/proc/meminfo: memFree=20054256/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=704384 CPUtime=645.43 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) S 28089 28091 27864 0 -1 4202496 451689 1254 0 0 64482 61 0 0 23 0 5 0 634511110 721289216 132823 33554432000 4194304 4417452 140735848601072 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/28091/statm: 176096 132823 180 55 0 173982 0
[pid=28091/tid=28098] ppid=28089 vsize=704384 CPUtime=161.64 cores=0,2,4,6
/proc/28091/task/28098/stat : 28098 (plingeling) R 28089 28091 27864 0 -1 4202560 45465 1254 0 0 16159 5 0 0 25 0 5 0 634511175 721289216 132823 33554432000 4194304 4417452 140735848601072 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28091/tid=28099] ppid=28089 vsize=704384 CPUtime=161.64 cores=0,2,4,6
/proc/28091/task/28099/stat : 28099 (plingeling) R 28089 28091 27864 0 -1 4202560 47444 1254 0 0 16158 6 0 0 25 0 5 0 634511175 721289216 132823 33554432000 4194304 4417452 140735848601072 18446744073709551615 4355827 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28091/tid=28100] ppid=28089 vsize=704384 CPUtime=161.64 cores=0,2,4,6
/proc/28091/task/28100/stat : 28100 (plingeling) R 28089 28091 27864 0 -1 4202560 76215 1254 0 0 16155 9 0 0 25 0 5 0 634511175 721289216 132823 33554432000 4194304 4417452 140735848601072 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28091/tid=28101] ppid=28089 vsize=704384 CPUtime=159.84 cores=0,2,4,6
/proc/28091/task/28101/stat : 28101 (plingeling) R 28089 28091 27864 0 -1 4202560 253213 1254 0 0 15948 36 0 0 25 0 5 0 634511175 721289216 132823 33554432000 4194304 4417452 140735848601072 18446744073709551615 4236803 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 645.43
Current children cumulated vsize (KiB) 704384


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

/proc/meminfo: memFree=18982292/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=1534952 CPUtime=3038.77 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) S 28089 28091 27864 0 -1 4202496 2825541 1254 0 0 303470 407 0 0 23 0 5 0 634511110 1571790848 340434 33554432000 4194304 4417452 140735848601072 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/28091/statm: 383738 340434 180 55 0 381624 0
[pid=28091/tid=28098] ppid=28089 vsize=1534952 CPUtime=761.63 cores=0,2,4,6
/proc/28091/task/28098/stat : 28098 (plingeling) R 28089 28091 27864 0 -1 4202560 407780 1254 0 0 76106 57 0 0 25 0 5 0 634511175 1571790848 340434 33554432000 4194304 4417452 140735848601072 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28091/tid=28099] ppid=28089 vsize=1534952 CPUtime=761.63 cores=0,2,4,6
/proc/28091/task/28099/stat : 28099 (plingeling) R 28089 28091 27864 0 -1 4202560 428328 1254 0 0 76107 56 0 0 25 0 5 0 634511175 1571790848 340434 33554432000 4194304 4417452 140735848601072 18446744073709551615 4307551 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28091/tid=28100] ppid=28089 vsize=1534952 CPUtime=761.64 cores=0,2,4,6
/proc/28091/task/28100/stat : 28100 (plingeling) R 28089 28091 27864 0 -1 4202560 375464 1254 0 0 76112 52 0 0 25 0 5 0 634511175 1571790848 340434 33554432000 4194304 4417452 140735848601072 18446744073709551615 4309972 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28091/tid=28101] ppid=28089 vsize=1534952 CPUtime=753.2 cores=0,2,4,6
/proc/28091/task/28101/stat : 28101 (plingeling) R 28089 28091 27864 0 -1 4202560 1584617 1254 0 0 75082 238 0 0 25 0 5 0 634511175 1571790848 340434 33554432000 4194304 4417452 140735848601072 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3038.77
Current children cumulated vsize (KiB) 1534952

[startup+822.301 s]
/proc/loadavg: 8.10 8.05 7.95 9/358 28132
/proc/meminfo: memFree=17742764/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=2560052 CPUtime=3278.05 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) S 28089 28091 27864 0 -1 4202496 3422174 1254 0 0 327309 496 0 0 23 0 5 0 634511110 2621493248 596657 33554432000 4194304 4417452 140735848601072 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/28091/statm: 640013 596657 180 55 0 637899 0
[pid=28091/tid=28098] ppid=28089 vsize=2560052 CPUtime=821.61 cores=0,2,4,6
/proc/28091/task/28098/stat : 28098 (plingeling) R 28089 28091 27864 0 -1 4202560 477521 1254 0 0 82094 67 0 0 25 0 5 0 634511175 2621493248 596657 33554432000 4194304 4417452 140735848601072 18446744073709551615 4275947 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28091/tid=28099] ppid=28089 vsize=2560052 CPUtime=821.6 cores=0,2,4,6
/proc/28091/task/28099/stat : 28099 (plingeling) R 28089 28091 27864 0 -1 4202560 528424 1254 0 0 82090 70 0 0 25 0 5 0 634511175 2621493248 596657 33554432000 4194304 4417452 140735848601072 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28091/tid=28100] ppid=28089 vsize=2560052 CPUtime=821.63 cores=0,2,4,6
/proc/28091/task/28100/stat : 28100 (plingeling) R 28089 28091 27864 0 -1 4202560 542855 1254 0 0 82087 76 0 0 25 0 5 0 634511175 2621493248 596657 33554432000 4194304 4417452 140735848601072 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28091/tid=28101] ppid=28089 vsize=2560052 CPUtime=812.53 cores=0,2,4,6
/proc/28091/task/28101/stat : 28101 (plingeling) R 28089 28091 27864 0 -1 4202560 1844022 1254 0 0 80975 278 0 0 25 0 5 0 634511175 2621493248 596657 33554432000 4194304 4417452 140735848601072 18446744073709551615 4342436 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3278.05
Current children cumulated vsize (KiB) 2560052

[startup+882.301 s]
/proc/loadavg: 8.06 8.05 7.96 9/358 28134
/proc/meminfo: memFree=17423928/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=3215788 CPUtime=3517.38 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) S 28089 28091 27864 0 -1 4202496 3695473 1254 0 0 351200 538 0 0 23 0 5 0 634511110 3292966912 760604 33554432000 4194304 4417452 140735848601072 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/28091/statm: 803947 760604 180 55 0 801833 0
[pid=28091/tid=28098] ppid=28089 vsize=3215788 CPUtime=881.61 cores=0,2,4,6
/proc/28091/task/28098/stat : 28098 (plingeling) R 28089 28091 27864 0 -1 4202560 491949 1254 0 0 88092 69 0 0 25 0 5 0 634511175 3292966912 760604 33554432000 4194304 4417452 140735848601072 18446744073709551615 4311298 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28091/tid=28099] ppid=28089 vsize=3215788 CPUtime=881.6 cores=0,2,4,6
/proc/28091/task/28099/stat : 28099 (plingeling) R 28089 28091 27864 0 -1 4202560 588504 1254 0 0 88081 79 0 0 25 0 5 0 634511175 3292966912 760604 33554432000 4194304 4417452 140735848601072 18446744073709551615 4354492 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28091/tid=28100] ppid=28089 vsize=3215788 CPUtime=881.63 cores=0,2,4,6
/proc/28091/task/28100/stat : 28100 (plingeling) R 28089 28091 27864 0 -1 4202560 595308 1254 0 0 88079 84 0 0 25 0 5 0 634511175 3292966912 760604 33554432000 4194304 4417452 140735848601072 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28091/tid=28101] ppid=28089 vsize=3215788 CPUtime=871.85 cores=0,2,4,6
/proc/28091/task/28101/stat : 28101 (plingeling) R 28089 28091 27864 0 -1 4202560 1990360 1254 0 0 86885 300 0 0 25 0 5 0 634511175 3292966912 760604 33554432000 4194304 4417452 140735848601072 18446744073709551615 4250755 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3517.38
Current children cumulated vsize (KiB) 3215788

[startup+942.301 s]
/proc/loadavg: 8.06 8.05 7.96 9/358 28135
/proc/meminfo: memFree=16932636/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=3523004 CPUtime=3756.73 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) S 28089 28091 27864 0 -1 4202496 3880943 1254 0 0 375104 569 0 0 23 0 5 0 634511110 3607556096 837408 33554432000 4194304 4417452 140735848601072 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/28091/statm: 880751 837408 180 55 0 878637 0
[pid=28091/tid=28098] ppid=28089 vsize=3523004 CPUtime=941.61 cores=0,2,4,6
/proc/28091/task/28098/stat : 28098 (plingeling) R 28089 28091 27864 0 -1 4202560 542073 1254 0 0 94085 76 0 0 25 0 5 0 634511175 3607556096 837408 33554432000 4194304 4417452 140735848601072 18446744073709551615 4354515 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28091/tid=28099] ppid=28089 vsize=3523004 CPUtime=941.6 cores=0,2,4,6
/proc/28091/task/28099/stat : 28099 (plingeling) R 28089 28091 27864 0 -1 4202560 613664 1254 0 0 94078 82 0 0 25 0 5 0 634511175 3607556096 837408 33554432000 4194304 4417452 140735848601072 18446744073709551615 4311347 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28091/tid=28100] ppid=28089 vsize=3523004 CPUtime=941.62 cores=0,2,4,6
/proc/28091/task/28100/stat : 28100 (plingeling) R 28089 28091 27864 0 -1 4202560 595393 1254 0 0 94078 84 0 0 25 0 5 0 634511175 3607556096 837408 33554432000 4194304 4417452 140735848601072 18446744073709551615 4250953 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28091/tid=28101] ppid=28089 vsize=3523004 CPUtime=931.2 cores=0,2,4,6
/proc/28091/task/28101/stat : 28101 (plingeling) R 28089 28091 27864 0 -1 4202560 2100461 1254 0 0 92799 321 0 0 25 0 5 0 634511175 3607556096 837408 33554432000 4194304 4417452 140735848601072 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3756.73
Current children cumulated vsize (KiB) 3523004

[startup+1002.3 s]
/proc/loadavg: 8.13 8.07 7.97 9/358 28137
/proc/meminfo: memFree=17633828/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=2255304 CPUtime=3996.06 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) S 28089 28091 27864 0 -1 4202496 4108251 1254 0 0 399002 604 0 0 23 0 5 0 634511110 2309431296 520452 33554432000 4194304 4417452 140735848601072 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/28091/statm: 563826 520452 180 55 0 561712 0
[pid=28091/tid=28098] ppid=28089 vsize=2255304 CPUtime=1001.62 cores=0,2,4,6
/proc/28091/task/28098/stat : 28098 (plingeling) R 28089 28091 27864 0 -1 4202560 567848 1254 0 0 100083 79 0 0 25 0 5 0 634511175 2309431296 520452 33554432000 4194304 4417452 140735848601072 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28091/tid=28099] ppid=28089 vsize=2255304 CPUtime=1001.6 cores=0,2,4,6
/proc/28091/task/28099/stat : 28099 (plingeling) R 28089 28091 27864 0 -1 4202560 651849 1254 0 0 100074 86 0 0 25 0 5 0 634511175 2309431296 520452 33554432000 4194304 4417452 140735848601072 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28091/tid=28100] ppid=28089 vsize=2255304 CPUtime=1001.63 cores=0,2,4,6
/proc/28091/task/28100/stat : 28100 (plingeling) R 28089 28091 27864 0 -1 4202560 637350 1254 0 0 100074 89 0 0 25 0 5 0 634511175 2309431296 520452 33554432000 4194304 4417452 140735848601072 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28091/tid=28101] ppid=28089 vsize=2255304 CPUtime=990.53 cores=0,2,4,6
/proc/28091/task/28101/stat : 28101 (plingeling) R 28089 28091 27864 0 -1 4202560 2221852 1254 0 0 98708 345 0 0 25 0 5 0 634511175 2309431296 520452 33554432000 4194304 4417452 140735848601072 18446744073709551615 4250532 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3996.06
Current children cumulated vsize (KiB) 2255304

[startup+1062.3 s]
/proc/loadavg: 8.10 8.07 7.98 9/358 28139
/proc/meminfo: memFree=17035124/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=3015744 CPUtime=4235.38 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) S 28089 28091 27864 0 -1 4202496 4460410 1254 0 0 422887 651 0 0 23 0 5 0 634511110 3088121856 710610 33554432000 4194304 4417452 140735848601072 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/28091/statm: 753936 710610 180 55 0 751822 0
[pid=28091/tid=28098] ppid=28089 vsize=3015744 CPUtime=1061.62 cores=0,2,4,6
/proc/28091/task/28098/stat : 28098 (plingeling) R 28089 28091 27864 0 -1 4202560 698431 1254 0 0 106066 96 0 0 25 0 5 0 634511175 3088121856 710610 33554432000 4194304 4417452 140735848601072 18446744073709551615 4263109 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28091/tid=28099] ppid=28089 vsize=3015744 CPUtime=1061.58 cores=0,2,4,6
/proc/28091/task/28099/stat : 28099 (plingeling) R 28089 28091 27864 0 -1 4202560 719155 1254 0 0 106060 98 0 0 25 0 5 0 634511175 3088121856 710610 33554432000 4194304 4417452 140735848601072 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28091/tid=28100] ppid=28089 vsize=3015744 CPUtime=1061.63 cores=0,2,4,6
/proc/28091/task/28100/stat : 28100 (plingeling) R 28089 28091 27864 0 -1 4202560 651832 1254 0 0 106072 91 0 0 25 0 5 0 634511175 3088121856 710610 33554432000 4194304 4417452 140735848601072 18446744073709551615 4251167 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28091/tid=28101] ppid=28089 vsize=3015744 CPUtime=1049.88 cores=0,2,4,6
/proc/28091/task/28101/stat : 28101 (plingeling) R 28089 28091 27864 0 -1 4202560 2361640 1254 0 0 104626 362 0 0 25 0 5 0 634511175 3088121856 710610 33554432000 4194304 4417452 140735848601072 18446744073709551615 4250765 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4235.38
Current children cumulated vsize (KiB) 3015744

[startup+1122.3 s]
/proc/loadavg: 8.08 8.07 7.99 9/358 28140
/proc/meminfo: memFree=16850592/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=3086268 CPUtime=4474.71 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) S 28089 28091 27864 0 -1 4202496 4746221 1254 0 0 446777 694 0 0 23 0 5 0 634511110 3160338432 728244 33554432000 4194304 4417452 140735848601072 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/28091/statm: 771567 728244 180 55 0 769453 0
[pid=28091/tid=28098] ppid=28089 vsize=3086268 CPUtime=1121.62 cores=0,2,4,6
/proc/28091/task/28098/stat : 28098 (plingeling) R 28089 28091 27864 0 -1 4202560 769005 1254 0 0 112055 107 0 0 25 0 5 0 634511175 3160338432 728244 33554432000 4194304 4417452 140735848601072 18446744073709551615 4308488 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28091/tid=28099] ppid=28089 vsize=3086268 CPUtime=1121.58 cores=0,2,4,6
/proc/28091/task/28099/stat : 28099 (plingeling) R 28089 28091 27864 0 -1 4202560 758492 1254 0 0 112055 103 0 0 25 0 5 0 634511175 3160338432 728244 33554432000 4194304 4417452 140735848601072 18446744073709551615 4364824 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28091/tid=28100] ppid=28089 vsize=3086268 CPUtime=1121.63 cores=0,2,4,6
/proc/28091/task/28100/stat : 28100 (plingeling) R 28089 28091 27864 0 -1 4202560 710459 1254 0 0 112066 97 0 0 25 0 5 0 634511175 3160338432 728244 33554432000 4194304 4417452 140735848601072 18446744073709551615 4364570 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28091/tid=28101] ppid=28089 vsize=3086268 CPUtime=1109.21 cores=0,2,4,6
/proc/28091/task/28101/stat : 28101 (plingeling) R 28089 28091 27864 0 -1 4202560 2478913 1254 0 0 110539 382 0 0 25 0 5 0 634511175 3160338432 728244 33554432000 4194304 4417452 140735848601072 18446744073709551615 4320876 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4474.71
Current children cumulated vsize (KiB) 3086268

[startup+1182.3 s]
/proc/loadavg: 8.15 8.08 8.00 9/358 28179
/proc/meminfo: memFree=17632576/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=3964116 CPUtime=4714.06 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) S 28089 28091 27864 0 -1 4202496 5025190 1254 0 0 470669 737 0 0 23 0 5 0 634511110 4059254784 947714 33554432000 4194304 4417452 140735848601072 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/28091/statm: 991029 947714 180 55 0 988915 0
[pid=28091/tid=28098] ppid=28089 vsize=3964116 CPUtime=1181.61 cores=0,2,4,6
/proc/28091/task/28098/stat : 28098 (plingeling) R 28089 28091 27864 0 -1 4202560 813103 1254 0 0 118048 113 0 0 25 0 5 0 634511175 4059254784 947714 33554432000 4194304 4417452 140735848601072 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28091/tid=28099] ppid=28089 vsize=3964116 CPUtime=1181.58 cores=0,2,4,6
/proc/28091/task/28099/stat : 28099 (plingeling) R 28089 28091 27864 0 -1 4202560 800142 1254 0 0 118051 107 0 0 25 0 5 0 634511175 4059254784 947714 33554432000 4194304 4417452 140735848601072 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28091/tid=28100] ppid=28089 vsize=3964116 CPUtime=1181.63 cores=0,2,4,6
/proc/28091/task/28100/stat : 28100 (plingeling) R 28089 28091 27864 0 -1 4202560 719308 1254 0 0 118065 98 0 0 25 0 5 0 634511175 4059254784 947714 33554432000 4194304 4417452 140735848601072 18446744073709551615 4357589 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28091/tid=28101] ppid=28089 vsize=3964116 CPUtime=1168.55 cores=0,2,4,6
/proc/28091/task/28101/stat : 28101 (plingeling) R 28089 28091 27864 0 -1 4202560 2663285 1254 0 0 116442 413 0 0 25 0 5 0 634511175 4059254784 947714 33554432000 4194304 4417452 140735848601072 18446744073709551615 4320867 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4714.06
Current children cumulated vsize (KiB) 3964116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.19 8.10 8.00 9/358 28180
/proc/meminfo: memFree=17339672/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=4234064 CPUtime=4800.24 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) S 28089 28091 27864 0 -1 4202496 5092677 1254 0 0 479274 750 0 0 23 0 5 0 634511110 4335681536 1015201 33554432000 4194304 4417452 140735848601072 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/28091/statm: 1058516 1015201 180 55 0 1056402 0
[pid=28091/tid=28098] ppid=28089 vsize=4234064 CPUtime=1203.22 cores=0,2,4,6
/proc/28091/task/28098/stat : 28098 (plingeling) R 28089 28091 27864 0 -1 4202560 817874 1254 0 0 120208 114 0 0 25 0 5 0 634511175 4335681536 1015201 33554432000 4194304 4417452 140735848601072 18446744073709551615 4321721 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28091/tid=28099] ppid=28089 vsize=4234064 CPUtime=1203.19 cores=0,2,4,6
/proc/28091/task/28099/stat : 28099 (plingeling) R 28089 28091 27864 0 -1 4202560 814451 1254 0 0 120210 109 0 0 25 0 5 0 634511175 4335681536 1015201 33554432000 4194304 4417452 140735848601072 18446744073709551615 4365097 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28091/tid=28100] ppid=28089 vsize=4234064 CPUtime=1203.25 cores=0,2,4,6
/proc/28091/task/28100/stat : 28100 (plingeling) R 28089 28091 27864 0 -1 4202560 723171 1254 0 0 120226 99 0 0 25 0 5 0 634511175 4335681536 1015201 33554432000 4194304 4417452 140735848601072 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28091/tid=28101] ppid=28089 vsize=4234064 CPUtime=1189.91 cores=0,2,4,6
/proc/28091/task/28101/stat : 28101 (plingeling) R 28089 28091 27864 0 -1 4202560 2707829 1254 0 0 118568 423 0 0 25 0 5 0 634511175 4335681536 1015201 33554432000 4194304 4417452 140735848601072 18446744073709551615 4250795 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) 4234064

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

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

[startup+1204.02 s]
/proc/loadavg: 8.19 8.10 8.00 9/358 28180
/proc/meminfo: memFree=17339672/32951124 swapFree=67111348/67111528
[pid=28091] ppid=28089 vsize=0 CPUtime=4800.37 cores=0,2,4,6
/proc/28091/stat : 28091 (plingeling) Z 28089 28091 27864 0 -1 4203548 5092677 1254 0 0 479277 760 0 0 18 0 2 0 634511110 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/28091/statm: 0 0 0 0 0 0 0
[pid=28091/tid=28101] ppid=28089 vsize=0 CPUtime=1190.01 cores=0,2,4,6
/proc/28091/task/28101/stat : 28101 (plingeling) R 28089 28091 27864 0 -1 4203588 2707829 1254 0 0 118568 433 0 0 25 0 2 0 634511175 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.08
CPU time (s): 4800.44
CPU user time (s): 4792.78
CPU system time (s): 7.66083
CPU usage (%): 398.682
Max. virtual memory (cumulated for all children) (KiB): 4234064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.78
system time used= 7.66083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5093931
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= 243
involuntary context switches= 36839

runsolver used 3.75743 second user time and 9.39757 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 02:55:50
IDJOB=3371487
IDBENCH=82372
IDSOLVER=1848
FILE ID=node144/3371487-1305420949
RUNJOBID= node144-1305419670-27882
PBS_JOBID= 13324583
Free space on /tmp= 73216 MiB

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

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=1806963820

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21126948 kB
Buffers:        292204 kB
Cached:        3651204 kB
SwapCached:          0 kB
Active:        8656868 kB
Inactive:      2820684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21126948 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           19220 kB
Writeback:           0 kB
AnonPages:     7533628 kB
Mapped:          27612 kB
Slab:           245616 kB
PageTables:      38184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82465096 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 node144 at 2011-05-15 03:15:56