Trace number 3372422

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)UNSAT 13594.5 1714.34

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.120-NOTKNOWN.cnf
MD5SUM8d94c04f870c828c80bd9a45ae3dedff
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark549.042
Satisfiable
(Un)Satisfiability was proved
Number of variables489685
Number of clauses8779920
Sum of the clauses size19139520
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 28441280
Number of clauses of size 3319680
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517520

Solver Data

13594.40/1714.33	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3372422-1305437478/watcher-3372422-1305437478 -o /tmp/evaluation-result-3372422-1305437478/solver-3372422-1305437478 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372422-1305437478.cnf 

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

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


[startup+0 s]
/proc/loadavg: 3.12 3.77 3.76 3/350 30742
/proc/meminfo: memFree=18307144/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=17824 CPUtime=0 cores=0-7
/proc/30742/stat : 30742 (plingeling) R 30740 30742 30635 0 -1 4202496 2548 1251 0 0 0 0 0 0 21 0 1 0 636164151 18251776 2478 33554432000 4194304 4417452 140736842278176 18446744073709551615 233510297344 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/30742/statm: 4456 2478 147 55 0 2342 0

[startup+0.080142 s]
/proc/loadavg: 3.12 3.77 3.76 3/350 30742
/proc/meminfo: memFree=18307144/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=27380 CPUtime=0.07 cores=0-7
/proc/30742/stat : 30742 (plingeling) R 30740 30742 30635 0 -1 4202496 4907 1251 0 0 7 0 0 0 21 0 1 0 636164151 28037120 4837 33554432000 4194304 4417452 140736842278176 18446744073709551615 233510297344 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/30742/statm: 6845 4837 149 55 0 4731 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27380

[startup+0.101144 s]
/proc/loadavg: 3.12 3.77 3.76 3/350 30742
/proc/meminfo: memFree=18307144/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=27380 CPUtime=0.09 cores=0-7
/proc/30742/stat : 30742 (plingeling) R 30740 30742 30635 0 -1 4202496 4907 1251 0 0 9 0 0 0 21 0 1 0 636164151 28037120 4837 33554432000 4194304 4417452 140736842278176 18446744073709551615 4209599 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/30742/statm: 6845 4837 149 55 0 4731 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27380

[startup+0.301105 s]
/proc/loadavg: 3.12 3.77 3.76 3/350 30742
/proc/meminfo: memFree=18307144/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=41664 CPUtime=0.29 cores=0-7
/proc/30742/stat : 30742 (plingeling) R 30740 30742 30635 0 -1 4202496 8510 1251 0 0 29 0 0 0 22 0 1 0 636164151 42663936 8440 33554432000 4194304 4417452 140736842278176 18446744073709551615 233509916138 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/30742/statm: 10416 8440 149 55 0 8302 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41664

[startup+0.701031 s]
/proc/loadavg: 3.12 3.77 3.76 3/350 30742
/proc/meminfo: memFree=18307144/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=80364 CPUtime=0.68 cores=0-7
/proc/30742/stat : 30742 (plingeling) R 30740 30742 30635 0 -1 4202496 18185 1251 0 0 67 1 0 0 23 0 1 0 636164151 82292736 18115 33554432000 4194304 4417452 140736842278176 18446744073709551615 4231552 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/30742/statm: 20091 18115 149 55 0 17977 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 80364

[startup+1.50089 s]
/proc/loadavg: 3.12 3.77 3.76 2/351 30748
/proc/meminfo: memFree=18218608/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=170948 CPUtime=1.49 cores=0-7
/proc/30742/stat : 30742 (plingeling) R 30740 30742 30635 0 -1 4202496 40915 1251 0 0 145 4 0 0 25 0 1 0 636164151 175050752 40761 33554432000 4194304 4417452 140736842278176 18446744073709551615 4264978 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/30742/statm: 42737 40761 149 55 0 40623 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 170948

[startup+3.1006 s]
/proc/loadavg: 2.95 3.72 3.74 2/351 30748
/proc/meminfo: memFree=18075636/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=445772 CPUtime=3.08 cores=0-7
/proc/30742/stat : 30742 (plingeling) R 30740 30742 30635 0 -1 4202496 109653 1251 0 0 296 12 0 0 25 0 1 0 636164151 456470528 109467 33554432000 4194304 4417452 140736842278176 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/30742/statm: 111443 109467 149 55 0 109329 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 445772

[startup+6.30103 s]
/proc/loadavg: 2.95 3.72 3.74 2/351 30748
/proc/meminfo: memFree=17601536/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=716108 CPUtime=6.29 cores=0-7
/proc/30742/stat : 30742 (plingeling) R 30740 30742 30635 0 -1 4202496 177237 1251 0 0 608 21 0 0 25 0 1 0 636164151 733294592 177051 33554432000 4194304 4417452 140736842278176 18446744073709551615 4231657 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/30742/statm: 179027 177051 149 55 0 176913 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 716108

[startup+12.7009 s]
/proc/loadavg: 2.65 3.63 3.71 2/351 30749
/proc/meminfo: memFree=16910392/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=1439228 CPUtime=12.69 cores=0-7
/proc/30742/stat : 30742 (plingeling) R 30740 30742 30635 0 -1 4202496 358105 1251 0 0 1227 42 0 0 25 0 1 0 636164151 1473769472 357831 33554432000 4194304 4417452 140736842278176 18446744073709551615 4264909 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/30742/statm: 359807 357831 149 55 0 357693 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1439228

[startup+25.5005 s]
/proc/loadavg: 3.47 3.77 3.76 9/359 30757
/proc/meminfo: memFree=16910784/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=1537216 CPUtime=104.97 cores=0-7
/proc/30742/stat : 30742 (plingeling) S 30740 30742 30635 0 -1 4202496 714287 1251 0 0 10376 121 0 0 18 0 9 0 636164151 1574109184 348744 33554432000 4194304 4417452 140736842278176 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30742/statm: 384304 348744 179 55 0 382190 0
[pid=30742/tid=30750] ppid=30740 vsize=1537216 CPUtime=11.4 cores=0-7
/proc/30742/task/30750/stat : 30750 (plingeling) R 30740 30742 30635 0 -1 4202560 55329 1251 0 0 1129 11 0 0 25 0 9 0 636165557 1574109184 348744 33554432000 4194304 4417452 140736842278176 18446744073709551615 4253542 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30742/tid=30751] ppid=30740 vsize=1537216 CPUtime=11.12 cores=0-7
/proc/30742/task/30751/stat : 30751 (plingeling) R 30740 30742 30635 0 -1 4202560 49685 1251 0 0 1102 10 0 0 25 0 9 0 636165557 1574109184 348744 33554432000 4194304 4417452 140736842278176 18446744073709551615 4330844 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30742/tid=30752] ppid=30740 vsize=1537216 CPUtime=11.34 cores=0-7
/proc/30742/task/30752/stat : 30752 (plingeling) R 30740 30742 30635 0 -1 4202560 48439 1251 0 0 1123 11 0 0 25 0 9 0 636165557 1574109184 348744 33554432000 4194304 4417452 140736842278176 18446744073709551615 4254977 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30742/tid=30753] ppid=30740 vsize=1537216 CPUtime=11.4 cores=0-7
/proc/30742/task/30753/stat : 30753 (plingeling) R 30740 30742 30635 0 -1 4202560 8431 1251 0 0 1138 2 0 0 25 0 9 0 636165557 1574109184 348744 33554432000 4194304 4417452 140736842278176 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=1537216 CPUtime=11.4 cores=0-7
/proc/30742/task/30754/stat : 30754 (plingeling) R 30740 30742 30635 0 -1 4202560 49945 1251 0 0 1128 12 0 0 25 0 9 0 636165557 1574109184 348744 33554432000 4194304 4417452 140736842278176 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30742/tid=30755] ppid=30740 vsize=1537216 CPUtime=11.4 cores=0-7
/proc/30742/task/30755/stat : 30755 (plingeling) R 30740 30742 30635 0 -1 4202560 47831 1251 0 0 1131 9 0 0 25 0 9 0 636165557 1574109184 348744 33554432000 4194304 4417452 140736842278176 18446744073709551615 4331774 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30742/tid=30756] ppid=30740 vsize=1537216 CPUtime=11.4 cores=0-7
/proc/30742/task/30756/stat : 30756 (plingeling) R 30740 30742 30635 0 -1 4202560 49810 1251 0 0 1131 9 0 0 25 0 9 0 636165557 1574109184 348744 33554432000 4194304 4417452 140736842278176 18446744073709551615 4254669 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30742/tid=30757] ppid=30740 vsize=1537216 CPUtime=11.38 cores=0-7
/proc/30742/task/30757/stat : 30757 (plingeling) R 30740 30742 30635 0 -1 4202560 46696 1251 0 0 1128 10 0 0 25 0 9 0 636165557 1574109184 348744 33554432000 4194304 4417452 140736842278176 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 104.97
Current children cumulated vsize (KiB) 1537216

[startup+51.101 s]
/proc/loadavg: 5.01 4.11 3.87 9/359 30758
/proc/meminfo: memFree=16905920/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=1559840 CPUtime=309.42 cores=0-7
/proc/30742/stat : 30742 (plingeling) S 30740 30742 30635 0 -1 4202496 722441 1251 0 0 30820 122 0 0 18 0 9 0 636164151 1597276160 350634 33554432000 4194304 4417452 140736842278176 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30742/statm: 389960 350634 180 55 0 387846 0
[pid=30742/tid=30750] ppid=30740 vsize=1559840 CPUtime=37 cores=0-7
/proc/30742/task/30750/stat : 30750 (plingeling) R 30740 30742 30635 0 -1 4202560 57614 1251 0 0 3689 11 0 0 25 0 9 0 636165557 1597276160 350634 33554432000 4194304 4417452 140736842278176 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30742/tid=30751] ppid=30740 vsize=1559840 CPUtime=36.42 cores=0-7
/proc/30742/task/30751/stat : 30751 (plingeling) R 30740 30742 30635 0 -1 4202560 49691 1251 0 0 3632 10 0 0 25 0 9 0 636165557 1597276160 350634 33554432000 4194304 4417452 140736842278176 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30742/tid=30752] ppid=30740 vsize=1559840 CPUtime=36.94 cores=0-7
/proc/30742/task/30752/stat : 30752 (plingeling) R 30740 30742 30635 0 -1 4202560 49842 1251 0 0 3683 11 0 0 25 0 9 0 636165557 1597276160 350634 33554432000 4194304 4417452 140736842278176 18446744073709551615 4232787 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30742/tid=30753] ppid=30740 vsize=1559840 CPUtime=36.98 cores=0-7
/proc/30742/task/30753/stat : 30753 (plingeling) R 30740 30742 30635 0 -1 4202560 11031 1251 0 0 3696 2 0 0 25 0 9 0 636165557 1597276160 350634 33554432000 4194304 4417452 140736842278176 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=1559840 CPUtime=37 cores=0-7
/proc/30742/task/30754/stat : 30754 (plingeling) R 30740 30742 30635 0 -1 4202560 49951 1251 0 0 3688 12 0 0 25 0 9 0 636165557 1597276160 350634 33554432000 4194304 4417452 140736842278176 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30742/tid=30755] ppid=30740 vsize=1559840 CPUtime=37 cores=0-7
/proc/30742/task/30755/stat : 30755 (plingeling) R 30740 30742 30635 0 -1 4202560 49679 1251 0 0 3691 9 0 0 25 0 9 0 636165557 1597276160 350634 33554432000 4194304 4417452 140736842278176 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30742/tid=30756] ppid=30740 vsize=1559840 CPUtime=36.96 cores=0-7
/proc/30742/task/30756/stat : 30756 (plingeling) R 30740 30742 30635 0 -1 4202560 49810 1251 0 0 3687 9 0 0 25 0 9 0 636165557 1597276160 350634 33554432000 4194304 4417452 140736842278176 18446744073709551615 4236601 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30742/tid=30757] ppid=30740 vsize=1559840 CPUtime=36.98 cores=0-7
/proc/30742/task/30757/stat : 30757 (plingeling) R 30740 30742 30635 0 -1 4202560 46702 1251 0 0 3688 10 0 0 25 0 9 0 636165557 1597276160 350634 33554432000 4194304 4417452 140736842278176 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 309.42
Current children cumulated vsize (KiB) 1559840

[startup+102.314 s]
/proc/loadavg: 6.88 4.78 4.11 9/359 30759
/proc/meminfo: memFree=16822524/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=1664820 CPUtime=718.51 cores=0-7
/proc/30742/stat : 30742 (plingeling) S 30740 30742 30635 0 -1 4202496 815773 1251 0 0 71715 136 0 0 18 0 9 0 636164151 1704775680 372160 33554432000 4194304 4417452 140736842278176 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30742/statm: 416205 372160 180 55 0 414091 0
[pid=30742/tid=30750] ppid=30740 vsize=1664820 CPUtime=88.21 cores=0-7
/proc/30742/task/30750/stat : 30750 (plingeling) R 30740 30742 30635 0 -1 4202560 66641 1251 0 0 8809 12 0 0 25 0 9 0 636165557 1704775680 372160 33554432000 4194304 4417452 140736842278176 18446744073709551615 4276911 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30742/tid=30751] ppid=30740 vsize=1664820 CPUtime=87.03 cores=0-7
/proc/30742/task/30751/stat : 30751 (plingeling) R 30740 30742 30635 0 -1 4202560 51628 1251 0 0 8692 11 0 0 25 0 9 0 636165557 1704775680 372160 33554432000 4194304 4417452 140736842278176 18446744073709551615 4265462 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30742/tid=30752] ppid=30740 vsize=1664820 CPUtime=88.15 cores=0-7
/proc/30742/task/30752/stat : 30752 (plingeling) R 30740 30742 30635 0 -1 4202560 85065 1251 0 0 8798 17 0 0 25 0 9 0 636165557 1704775680 372160 33554432000 4194304 4417452 140736842278176 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30742/tid=30753] ppid=30740 vsize=1664820 CPUtime=88.18 cores=0-7
/proc/30742/task/30753/stat : 30753 (plingeling) R 30740 30742 30635 0 -1 4202560 11031 1251 0 0 8816 2 0 0 25 0 9 0 636165557 1704775680 372160 33554432000 4194304 4417452 140736842278176 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=1664820 CPUtime=88.22 cores=0-7
/proc/30742/task/30754/stat : 30754 (plingeling) R 30740 30742 30635 0 -1 4202560 52594 1251 0 0 8810 12 0 0 25 0 9 0 636165557 1704775680 372160 33554432000 4194304 4417452 140736842278176 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30742/tid=30755] ppid=30740 vsize=1664820 CPUtime=88.22 cores=0-7
/proc/30742/task/30755/stat : 30755 (plingeling) R 30740 30742 30635 0 -1 4202560 52327 1251 0 0 8812 10 0 0 25 0 9 0 636165557 1704775680 372160 33554432000 4194304 4417452 140736842278176 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30742/tid=30756] ppid=30740 vsize=1664820 CPUtime=88.17 cores=0-7
/proc/30742/task/30756/stat : 30756 (plingeling) R 30740 30742 30635 0 -1 4202560 90030 1251 0 0 8802 15 0 0 25 0 9 0 636165557 1704775680 372160 33554432000 4194304 4417452 140736842278176 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30742/tid=30757] ppid=30740 vsize=1664820 CPUtime=88.2 cores=0-7
/proc/30742/task/30757/stat : 30757 (plingeling) R 30740 30742 30635 0 -1 4202560 48336 1251 0 0 8810 10 0 0 25 0 9 0 636165557 1704775680 372160 33554432000 4194304 4417452 140736842278176 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 718.51
Current children cumulated vsize (KiB) 1664820

[startup+162.301 s]
/proc/loadavg: 7.62 5.34 4.34 9/359 30761
/proc/meminfo: memFree=16773476/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=1655472 CPUtime=1197.7 cores=0-7
/proc/30742/stat : 30742 (plingeling) S 30740 30742 30635 0 -1 4202496 1027741 1251 0 0 119595 175 0 0 18 0 9 0 636164151 1695203328 384511 33554432000 4194304 4417452 140736842278176 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30742/statm: 413868 384511 180 55 0 411754 0
[pid=30742/tid=30750] ppid=30740 vsize=1655472 CPUtime=148.2 cores=0-7
/proc/30742/task/30750/stat : 30750 (plingeling) R 30740 30742 30635 0 -1 4202560 106254 1251 0 0 14802 18 0 0 25 0 9 0 636165557 1695203328 384511 33554432000 4194304 4417452 140736842278176 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30742/tid=30751] ppid=30740 vsize=1655472 CPUtime=146.31 cores=0-7
/proc/30742/task/30751/stat : 30751 (plingeling) R 30740 30742 30635 0 -1 4202560 88527 1251 0 0 14614 17 0 0 25 0 9 0 636165557 1695203328 384511 33554432000 4194304 4417452 140736842278176 18446744073709551615 4253501 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30742/tid=30752] ppid=30740 vsize=1655472 CPUtime=148.14 cores=0-7
/proc/30742/task/30752/stat : 30752 (plingeling) R 30740 30742 30635 0 -1 4202560 86652 1251 0 0 14797 17 0 0 25 0 9 0 636165557 1695203328 384511 33554432000 4194304 4417452 140736842278176 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30742/tid=30753] ppid=30740 vsize=1655472 CPUtime=148.17 cores=0-7
/proc/30742/task/30753/stat : 30753 (plingeling) R 30740 30742 30635 0 -1 4202560 18015 1251 0 0 14814 3 0 0 25 0 9 0 636165557 1695203328 384511 33554432000 4194304 4417452 140736842278176 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=1655472 CPUtime=148.2 cores=0-7
/proc/30742/task/30754/stat : 30754 (plingeling) R 30740 30742 30635 0 -1 4202560 101225 1251 0 0 14797 23 0 0 25 0 9 0 636165557 1695203328 384511 33554432000 4194304 4417452 140736842278176 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30742/tid=30755] ppid=30740 vsize=1655472 CPUtime=148.21 cores=0-7
/proc/30742/task/30755/stat : 30755 (plingeling) R 30740 30742 30635 0 -1 4202560 88197 1251 0 0 14806 15 0 0 25 0 9 0 636165557 1695203328 384511 33554432000 4194304 4417452 140736842278176 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30742/tid=30756] ppid=30740 vsize=1655472 CPUtime=148.16 cores=0-7
/proc/30742/task/30756/stat : 30756 (plingeling) R 30740 30742 30635 0 -1 4202560 93370 1251 0 0 14801 15 0 0 25 0 9 0 636165557 1695203328 384511 33554432000 4194304 4417452 140736842278176 18446744073709551615 4353653 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30742/tid=30757] ppid=30740 vsize=1655472 CPUtime=148.18 cores=0-7
/proc/30742/task/30757/stat : 30757 (plingeling) R 30740 30742 30635 0 -1 4202560 87380 1251 0 0 14799 19 0 0 25 0 9 0 636165557 1695203328 384511 33554432000 4194304 4417452 140736842278176 18446744073709551615 4234287 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1197.7
Current children cumulated vsize (KiB) 1655472


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

/proc/30742/task/30753/stat : 30753 (plingeling) R 30740 30742 30635 0 -1 4202560 177766 1251 0 0 164920 28 0 0 25 0 9 0 636165557 2207322112 497702 33554432000 4194304 4417452 140736842278176 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=2155588 CPUtime=1649.84 cores=0-7
/proc/30742/task/30754/stat : 30754 (plingeling) R 30740 30742 30635 0 -1 4202560 702663 1251 0 0 164865 119 0 0 25 0 9 0 636165557 2207322112 497702 33554432000 4194304 4417452 140736842278176 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30742/tid=30755] ppid=30740 vsize=2155588 CPUtime=1649.84 cores=0-7
/proc/30742/task/30755/stat : 30755 (plingeling) R 30740 30742 30635 0 -1 4202560 295210 1251 0 0 164940 44 0 0 25 0 9 0 636165557 2207322112 497702 33554432000 4194304 4417452 140736842278176 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30742/tid=30756] ppid=30740 vsize=2155588 CPUtime=1649.78 cores=0-7
/proc/30742/task/30756/stat : 30756 (plingeling) R 30740 30742 30635 0 -1 4202560 316476 1251 0 0 164926 52 0 0 25 0 9 0 636165557 2207322112 497702 33554432000 4194304 4417452 140736842278176 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30742/tid=30757] ppid=30740 vsize=2155588 CPUtime=1649.81 cores=0-7
/proc/30742/task/30757/stat : 30757 (plingeling) R 30740 30742 30635 0 -1 4202560 364352 1251 0 0 164917 64 0 0 25 0 9 0 636165557 2207322112 497702 33554432000 4194304 4417452 140736842278176 18446744073709551615 4281694 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 13192.6
Current children cumulated vsize (KiB) 2155588

[startup+1689.5 s]
/proc/loadavg: 8.08 8.06 7.32 9/359 30801
/proc/meminfo: memFree=16334480/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=2142136 CPUtime=13397.2 cores=0-7
/proc/30742/stat : 30742 (plingeling) S 30740 30742 30635 0 -1 4202496 3465741 1251 0 0 1339154 568 0 0 18 0 9 0 636164151 2193547264 493620 33554432000 4194304 4417452 140736842278176 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30742/statm: 535534 493620 180 55 0 533420 0
[pid=30742/tid=30750] ppid=30740 vsize=2142136 CPUtime=1675.43 cores=0-7
/proc/30742/task/30750/stat : 30750 (plingeling) R 30740 30742 30635 0 -1 4202560 601819 1251 0 0 167445 98 0 0 25 0 9 0 636165557 2193547264 493620 33554432000 4194304 4417452 140736842278176 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30742/tid=30751] ppid=30740 vsize=2142136 CPUtime=1655.5 cores=0-7
/proc/30742/task/30751/stat : 30751 (plingeling) R 30740 30742 30635 0 -1 4202560 296720 1251 0 0 165501 49 0 0 25 0 9 0 636165557 2193547264 493620 33554432000 4194304 4417452 140736842278176 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30742/tid=30752] ppid=30740 vsize=2142136 CPUtime=1675.34 cores=0-7
/proc/30742/task/30752/stat : 30752 (plingeling) R 30740 30742 30635 0 -1 4202560 349063 1251 0 0 167468 66 0 0 25 0 9 0 636165557 2193547264 493620 33554432000 4194304 4417452 140736842278176 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30742/tid=30753] ppid=30740 vsize=2142136 CPUtime=1675.1 cores=0-7
/proc/30742/task/30753/stat : 30753 (plingeling) R 30740 30742 30635 0 -1 4202560 177766 1251 0 0 167482 28 0 0 25 0 9 0 636165557 2193547264 493620 33554432000 4194304 4417452 140736842278176 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=2142136 CPUtime=1675.46 cores=0-7
/proc/30742/task/30754/stat : 30754 (plingeling) R 30740 30742 30635 0 -1 4202560 704556 1251 0 0 167426 120 0 0 25 0 9 0 636165557 2193547264 493620 33554432000 4194304 4417452 140736842278176 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30742/tid=30755] ppid=30740 vsize=2142136 CPUtime=1675.46 cores=0-7
/proc/30742/task/30755/stat : 30755 (plingeling) R 30740 30742 30635 0 -1 4202560 295210 1251 0 0 167502 44 0 0 25 0 9 0 636165557 2193547264 493620 33554432000 4194304 4417452 140736842278176 18446744073709551615 4356916 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30742/tid=30756] ppid=30740 vsize=2142136 CPUtime=1675.39 cores=0-7
/proc/30742/task/30756/stat : 30756 (plingeling) R 30740 30742 30635 0 -1 4202560 317514 1251 0 0 167487 52 0 0 25 0 9 0 636165557 2193547264 493620 33554432000 4194304 4417452 140736842278176 18446744073709551615 4366491 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30742/tid=30757] ppid=30740 vsize=2142136 CPUtime=1675.43 cores=0-7
/proc/30742/task/30757/stat : 30757 (plingeling) R 30740 30742 30635 0 -1 4202560 364972 1251 0 0 167479 64 0 0 25 0 9 0 636165557 2193547264 493620 33554432000 4194304 4417452 140736842278176 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 13397.2
Current children cumulated vsize (KiB) 2142136

[startup+1702.3 s]
/proc/loadavg: 8.07 8.05 7.33 9/359 30802
/proc/meminfo: memFree=16318108/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=2158808 CPUtime=13499.4 cores=0-7
/proc/30742/stat : 30742 (plingeling) S 30740 30742 30635 0 -1 4202496 3469909 1251 0 0 1349369 569 0 0 18 0 9 0 636164151 2210619392 497679 33554432000 4194304 4417452 140736842278176 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30742/statm: 539702 497679 180 55 0 537588 0
[pid=30742/tid=30750] ppid=30740 vsize=2158808 CPUtime=1688.22 cores=0-7
/proc/30742/task/30750/stat : 30750 (plingeling) R 30740 30742 30635 0 -1 4202560 601819 1251 0 0 168724 98 0 0 25 0 9 0 636165557 2210619392 497679 33554432000 4194304 4417452 140736842278176 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30742/tid=30751] ppid=30740 vsize=2158808 CPUtime=1668.14 cores=0-7
/proc/30742/task/30751/stat : 30751 (plingeling) R 30740 30742 30635 0 -1 4202560 296720 1251 0 0 166765 49 0 0 25 0 9 0 636165557 2210619392 497679 33554432000 4194304 4417452 140736842278176 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30742/tid=30752] ppid=30740 vsize=2158808 CPUtime=1688.12 cores=0-7
/proc/30742/task/30752/stat : 30752 (plingeling) R 30740 30742 30635 0 -1 4202560 349735 1251 0 0 168746 66 0 0 25 0 9 0 636165557 2210619392 497679 33554432000 4194304 4417452 140736842278176 18446744073709551615 4281644 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30742/tid=30753] ppid=30740 vsize=2158808 CPUtime=1687.88 cores=0-7
/proc/30742/task/30753/stat : 30753 (plingeling) R 30740 30742 30635 0 -1 4202560 177766 1251 0 0 168760 28 0 0 25 0 9 0 636165557 2210619392 497679 33554432000 4194304 4417452 140736842278176 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=2158808 CPUtime=1688.25 cores=0-7
/proc/30742/task/30754/stat : 30754 (plingeling) R 30740 30742 30635 0 -1 4202560 705356 1251 0 0 168705 120 0 0 25 0 9 0 636165557 2210619392 497679 33554432000 4194304 4417452 140736842278176 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30742/tid=30755] ppid=30740 vsize=2158808 CPUtime=1688.24 cores=0-7
/proc/30742/task/30755/stat : 30755 (plingeling) R 30740 30742 30635 0 -1 4202560 295210 1251 0 0 168780 44 0 0 25 0 9 0 636165557 2210619392 497679 33554432000 4194304 4417452 140736842278176 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30742/tid=30756] ppid=30740 vsize=2158808 CPUtime=1688.18 cores=0-7
/proc/30742/task/30756/stat : 30756 (plingeling) R 30740 30742 30635 0 -1 4202560 319590 1251 0 0 168765 53 0 0 25 0 9 0 636165557 2210619392 497679 33554432000 4194304 4417452 140736842278176 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30742/tid=30757] ppid=30740 vsize=2158808 CPUtime=1688.21 cores=0-7
/proc/30742/task/30757/stat : 30757 (plingeling) R 30740 30742 30635 0 -1 4202560 365592 1251 0 0 168757 64 0 0 25 0 9 0 636165557 2210619392 497679 33554432000 4194304 4417452 140736842278176 18446744073709551615 4353636 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 13499.4
Current children cumulated vsize (KiB) 2158808

[startup+1708.7 s]
/proc/loadavg: 8.06 8.05 7.34 9/359 30802
/proc/meminfo: memFree=16321080/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=2155752 CPUtime=13550.5 cores=0-7
/proc/30742/stat : 30742 (plingeling) S 30740 30742 30635 0 -1 4202496 3471909 1251 0 0 1354480 570 0 0 18 0 9 0 636164151 2207490048 496915 33554432000 4194304 4417452 140736842278176 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30742/statm: 538938 496915 180 55 0 536824 0
[pid=30742/tid=30750] ppid=30740 vsize=2155752 CPUtime=1694.62 cores=0-7
/proc/30742/task/30750/stat : 30750 (plingeling) R 30740 30742 30635 0 -1 4202560 601819 1251 0 0 169364 98 0 0 25 0 9 0 636165557 2207490048 496915 33554432000 4194304 4417452 140736842278176 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30742/tid=30751] ppid=30740 vsize=2155752 CPUtime=1674.47 cores=0-7
/proc/30742/task/30751/stat : 30751 (plingeling) R 30740 30742 30635 0 -1 4202560 296720 1251 0 0 167398 49 0 0 25 0 9 0 636165557 2207490048 496915 33554432000 4194304 4417452 140736842278176 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30742/tid=30752] ppid=30740 vsize=2155752 CPUtime=1694.52 cores=0-7
/proc/30742/task/30752/stat : 30752 (plingeling) R 30740 30742 30635 0 -1 4202560 349735 1251 0 0 169386 66 0 0 25 0 9 0 636165557 2207490048 496915 33554432000 4194304 4417452 140736842278176 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30742/tid=30753] ppid=30740 vsize=2155752 CPUtime=1694.27 cores=0-7
/proc/30742/task/30753/stat : 30753 (plingeling) R 30740 30742 30635 0 -1 4202560 178042 1251 0 0 169399 28 0 0 25 0 9 0 636165557 2207490048 496915 33554432000 4194304 4417452 140736842278176 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=2155752 CPUtime=1694.65 cores=0-7
/proc/30742/task/30754/stat : 30754 (plingeling) R 30740 30742 30635 0 -1 4202560 707080 1251 0 0 169345 120 0 0 25 0 9 0 636165557 2207490048 496915 33554432000 4194304 4417452 140736842278176 18446744073709551615 4365488 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30742/tid=30755] ppid=30740 vsize=2155752 CPUtime=1694.64 cores=0-7
/proc/30742/task/30755/stat : 30755 (plingeling) R 30740 30742 30635 0 -1 4202560 295210 1251 0 0 169420 44 0 0 25 0 9 0 636165557 2207490048 496915 33554432000 4194304 4417452 140736842278176 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30742/tid=30756] ppid=30740 vsize=2155752 CPUtime=1694.58 cores=0-7
/proc/30742/task/30756/stat : 30756 (plingeling) R 30740 30742 30635 0 -1 4202560 319590 1251 0 0 169405 53 0 0 25 0 9 0 636165557 2207490048 496915 33554432000 4194304 4417452 140736842278176 18446744073709551615 4262481 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30742/tid=30757] ppid=30740 vsize=2155752 CPUtime=1694.61 cores=0-7
/proc/30742/task/30757/stat : 30757 (plingeling) R 30740 30742 30635 0 -1 4202560 365592 1251 0 0 169397 64 0 0 25 0 9 0 636165557 2207490048 496915 33554432000 4194304 4417452 140736842278176 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 13550.5
Current children cumulated vsize (KiB) 2155752

[startup+1711.9 s]
/proc/loadavg: 8.06 8.05 7.34 9/359 30802
/proc/meminfo: memFree=16314632/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=2162236 CPUtime=13576.1 cores=0-7
/proc/30742/stat : 30742 (plingeling) S 30740 30742 30635 0 -1 4202496 3473530 1251 0 0 1357036 570 0 0 18 0 9 0 636164151 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30742/statm: 540559 498536 180 55 0 538445 0
[pid=30742/tid=30750] ppid=30740 vsize=2162236 CPUtime=1697.82 cores=0-7
/proc/30742/task/30750/stat : 30750 (plingeling) R 30740 30742 30635 0 -1 4202560 601819 1251 0 0 169684 98 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30742/tid=30751] ppid=30740 vsize=2162236 CPUtime=1677.63 cores=0-7
/proc/30742/task/30751/stat : 30751 (plingeling) R 30740 30742 30635 0 -1 4202560 296720 1251 0 0 167714 49 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4281673 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30742/tid=30752] ppid=30740 vsize=2162236 CPUtime=1697.73 cores=0-7
/proc/30742/task/30752/stat : 30752 (plingeling) R 30740 30742 30635 0 -1 4202560 351079 1251 0 0 169706 67 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30742/tid=30753] ppid=30740 vsize=2162236 CPUtime=1697.47 cores=0-7
/proc/30742/task/30753/stat : 30753 (plingeling) R 30740 30742 30635 0 -1 4202560 178319 1251 0 0 169719 28 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=2162236 CPUtime=1697.85 cores=0-7
/proc/30742/task/30754/stat : 30754 (plingeling) R 30740 30742 30635 0 -1 4202560 707080 1251 0 0 169665 120 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30742/tid=30755] ppid=30740 vsize=2162236 CPUtime=1697.84 cores=0-7
/proc/30742/task/30755/stat : 30755 (plingeling) R 30740 30742 30635 0 -1 4202560 295210 1251 0 0 169740 44 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30742/tid=30756] ppid=30740 vsize=2162236 CPUtime=1697.78 cores=0-7
/proc/30742/task/30756/stat : 30756 (plingeling) R 30740 30742 30635 0 -1 4202560 319590 1251 0 0 169725 53 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30742/tid=30757] ppid=30740 vsize=2162236 CPUtime=1697.81 cores=0-7
/proc/30742/task/30757/stat : 30757 (plingeling) R 30740 30742 30635 0 -1 4202560 365592 1251 0 0 169717 64 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 13576.1
Current children cumulated vsize (KiB) 2162236

[startup+1713.5 s]
/proc/loadavg: 8.06 8.05 7.34 9/359 30802
/proc/meminfo: memFree=16314632/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=2162236 CPUtime=13588.8 cores=0-7
/proc/30742/stat : 30742 (plingeling) S 30740 30742 30635 0 -1 4202496 3473530 1251 0 0 1358314 570 0 0 18 0 9 0 636164151 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30742/statm: 540559 498536 180 55 0 538445 0
[pid=30742/tid=30750] ppid=30740 vsize=2162236 CPUtime=1699.42 cores=0-7
/proc/30742/task/30750/stat : 30750 (plingeling) R 30740 30742 30635 0 -1 4202560 601819 1251 0 0 169844 98 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30742/tid=30751] ppid=30740 vsize=2162236 CPUtime=1679.21 cores=0-7
/proc/30742/task/30751/stat : 30751 (plingeling) R 30740 30742 30635 0 -1 4202560 296720 1251 0 0 167872 49 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4356852 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30742/tid=30752] ppid=30740 vsize=2162236 CPUtime=1699.33 cores=0-7
/proc/30742/task/30752/stat : 30752 (plingeling) R 30740 30742 30635 0 -1 4202560 351079 1251 0 0 169866 67 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4357219 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30742/tid=30753] ppid=30740 vsize=2162236 CPUtime=1699.07 cores=0-7
/proc/30742/task/30753/stat : 30753 (plingeling) R 30740 30742 30635 0 -1 4202560 178319 1251 0 0 169879 28 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4320821 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=2162236 CPUtime=1699.45 cores=0-7
/proc/30742/task/30754/stat : 30754 (plingeling) R 30740 30742 30635 0 -1 4202560 707080 1251 0 0 169825 120 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30742/tid=30755] ppid=30740 vsize=2162236 CPUtime=1699.44 cores=0-7
/proc/30742/task/30755/stat : 30755 (plingeling) R 30740 30742 30635 0 -1 4202560 295210 1251 0 0 169900 44 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30742/tid=30756] ppid=30740 vsize=2162236 CPUtime=1699.38 cores=0-7
/proc/30742/task/30756/stat : 30756 (plingeling) R 30740 30742 30635 0 -1 4202560 319590 1251 0 0 169885 53 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4263109 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30742/tid=30757] ppid=30740 vsize=2162236 CPUtime=1699.41 cores=0-7
/proc/30742/task/30757/stat : 30757 (plingeling) R 30740 30742 30635 0 -1 4202560 365592 1251 0 0 169877 64 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4353598 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 13588.8
Current children cumulated vsize (KiB) 2162236

[startup+1713.9 s]
/proc/loadavg: 8.06 8.05 7.34 9/359 30802
/proc/meminfo: memFree=16314632/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=2162236 CPUtime=13592 cores=0-7
/proc/30742/stat : 30742 (plingeling) S 30740 30742 30635 0 -1 4202496 3473530 1251 0 0 1358633 570 0 0 18 0 9 0 636164151 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30742/statm: 540559 498536 180 55 0 538445 0
[pid=30742/tid=30750] ppid=30740 vsize=2162236 CPUtime=1699.82 cores=0-7
/proc/30742/task/30750/stat : 30750 (plingeling) R 30740 30742 30635 0 -1 4202560 601819 1251 0 0 169884 98 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4262493 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30742/tid=30751] ppid=30740 vsize=2162236 CPUtime=1679.6 cores=0-7
/proc/30742/task/30751/stat : 30751 (plingeling) R 30740 30742 30635 0 -1 4202560 296720 1251 0 0 167911 49 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4250476 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30742/tid=30752] ppid=30740 vsize=2162236 CPUtime=1699.73 cores=0-7
/proc/30742/task/30752/stat : 30752 (plingeling) R 30740 30742 30635 0 -1 4202560 351079 1251 0 0 169906 67 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4250969 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30742/tid=30753] ppid=30740 vsize=2162236 CPUtime=1699.47 cores=0-7
/proc/30742/task/30753/stat : 30753 (plingeling) R 30740 30742 30635 0 -1 4202560 178319 1251 0 0 169919 28 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4251148 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=2162236 CPUtime=1699.85 cores=0-7
/proc/30742/task/30754/stat : 30754 (plingeling) R 30740 30742 30635 0 -1 4202560 707080 1251 0 0 169865 120 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4250945 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30742/tid=30755] ppid=30740 vsize=2162236 CPUtime=1699.84 cores=0-7
/proc/30742/task/30755/stat : 30755 (plingeling) R 30740 30742 30635 0 -1 4202560 295210 1251 0 0 169940 44 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30742/tid=30756] ppid=30740 vsize=2162236 CPUtime=1699.78 cores=0-7
/proc/30742/task/30756/stat : 30756 (plingeling) R 30740 30742 30635 0 -1 4202560 319590 1251 0 0 169925 53 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4236930 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30742/tid=30757] ppid=30740 vsize=2162236 CPUtime=1699.81 cores=0-7
/proc/30742/task/30757/stat : 30757 (plingeling) R 30740 30742 30635 0 -1 4202560 365592 1251 0 0 169917 64 0 0 25 0 9 0 636165557 2214129664 498536 33554432000 4194304 4417452 140736842278176 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 13592
Current children cumulated vsize (KiB) 2162236

[startup+1714.3 s]
/proc/loadavg: 8.06 8.05 7.34 9/359 30802
/proc/meminfo: memFree=16314632/32951124 swapFree=67111348/67111528
[pid=30742] ppid=30740 vsize=783444 CPUtime=13594.4 cores=0-7
/proc/30742/stat : 30742 (plingeling) R 30740 30742 30635 0 -1 4202496 3473531 1251 0 0 1358864 576 0 0 18 0 1 0 636164151 802246656 165127 33554432000 4194304 4417452 140736842278176 18446744073709551615 233510323306 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30742/statm: 195861 165127 181 55 0 193747 0
Current children cumulated CPU time (s) 13594.4
Current children cumulated vsize (KiB) 783444

Child status: 20
Real time (s): 1714.34
CPU time (s): 13594.5
CPU user time (s): 13588.6
CPU system time (s): 5.80612
CPU usage (%): 792.987
Max. virtual memory (cumulated for all children) (KiB): 2254832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13588.6
system time used= 5.80612
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3474785
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= 627
involuntary context switches= 65119

runsolver used 5.14322 second user time and 15.0887 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 07:31:23
IDJOB=3372422
IDBENCH=82371
IDSOLVER=1851
FILE ID=node145/3372422-1305437478
RUNJOBID= node145-1305437446-30649
PBS_JOBID= 13324774
Free space on /tmp= 73520 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.120-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372422-1305437478/watcher-3372422-1305437478 -o /tmp/evaluation-result-3372422-1305437478/solver-3372422-1305437478 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372422-1305437478.cnf

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

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=1557819933

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18307548 kB
Buffers:        309792 kB
Cached:        8499240 kB
SwapCached:          0 kB
Active:        7565224 kB
Inactive:      6716876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18307548 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          159388 kB
Writeback:           0 kB
AnonPages:     5472956 kB
Mapped:          27052 kB
Slab:           260684 kB
PageTables:      33476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79336204 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= 73520 MiB
End job on node145 at 2011-05-15 07:59:57