Trace number 3309474

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587? (TO) 40000.6 5003.75

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
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 variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3309474-1304004048/watcher-3309474-1304004048 -o /tmp/evaluation-result-3309474-1304004048/solver-3309474-1304004048 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309474-1304004048.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: 8.06 7.94 7.92 1/170 10682
/proc/meminfo: memFree=21444544/32951124 swapFree=67111524/67111528
[pid=10682] ppid=10680 vsize=9440 CPUtime=0 cores=0-7
/proc/10682/stat : 10682 (plingeling) R 10680 10682 10273 0 -1 4202496 436 1260 0 0 0 0 0 0 25 0 1 0 512007129 9666560 364 33554432000 4194304 4417332 140736741994848 18446744073709551615 212435713803 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/10682/statm: 2360 376 147 55 0 246 0

[startup+0.0938249 s]
/proc/loadavg: 8.06 7.94 7.92 1/170 10682
/proc/meminfo: memFree=21444544/32951124 swapFree=67111524/67111528
[pid=10682] ppid=10680 vsize=26624 CPUtime=0.08 cores=0-7
/proc/10682/stat : 10682 (plingeling) R 10680 10682 10273 0 -1 4202496 4864 1260 0 0 8 0 0 0 25 0 1 0 512007129 27262976 4680 33554432000 4194304 4417332 140736741994848 18446744073709551615 4235999 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/10682/statm: 6656 4680 148 55 0 4542 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26624

[startup+0.100821 s]
/proc/loadavg: 8.06 7.94 7.92 1/170 10682
/proc/meminfo: memFree=21444544/32951124 swapFree=67111524/67111528
[pid=10682] ppid=10680 vsize=26624 CPUtime=0.09 cores=0-7
/proc/10682/stat : 10682 (plingeling) R 10680 10682 10273 0 -1 4202496 4864 1260 0 0 9 0 0 0 25 0 1 0 512007129 27262976 4680 33554432000 4194304 4417332 140736741994848 18446744073709551615 4259858 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/10682/statm: 6656 4680 148 55 0 4542 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26624

[startup+0.37174 s]
/proc/loadavg: 8.06 7.94 7.92 1/170 10682
/proc/meminfo: memFree=21444544/32951124 swapFree=67111524/67111528
[pid=10682] ppid=10680 vsize=191304 CPUtime=1.75 cores=0-7
/proc/10682/stat : 10682 (plingeling) S 10680 10682 10273 0 -1 4202496 9445 1260 0 0 174 1 0 0 18 0 9 0 512007129 195895296 9075 33554432000 4194304 4417332 140736741994848 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10682/statm: 47826 9075 175 55 0 45712 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 191304

[startup+0.700675 s]
/proc/loadavg: 8.06 7.94 7.92 1/170 10682
/proc/meminfo: memFree=21444544/32951124 swapFree=67111524/67111528
[pid=10682] ppid=10680 vsize=194004 CPUtime=4.37 cores=0-7
/proc/10682/stat : 10682 (plingeling) S 10680 10682 10273 0 -1 4202496 19531 1260 0 0 435 2 0 0 18 0 9 0 512007129 198660096 9729 33554432000 4194304 4417332 140736741994848 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10682/statm: 48501 9729 181 55 0 46387 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 194004

[startup+1.50053 s]
/proc/loadavg: 8.06 7.94 7.92 9/179 10696
/proc/meminfo: memFree=21401392/32951124 swapFree=67111524/67111528
[pid=10682] ppid=10680 vsize=206648 CPUtime=10.77 cores=0-7
/proc/10682/stat : 10682 (plingeling) S 10680 10682 10273 0 -1 4202496 23841 1260 0 0 1074 3 0 0 18 0 9 0 512007129 211607552 12894 33554432000 4194304 4417332 140736741994848 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10682/statm: 51662 12894 181 55 0 49548 0
[pid=10682/tid=10689] ppid=10680 vsize=206648 CPUtime=1.32 cores=0-7
/proc/10682/task/10689/stat : 10689 (plingeling) R 10680 10682 10273 0 -1 4202560 2712 1260 0 0 132 0 0 0 25 0 9 0 512007146 211607552 12894 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10682/tid=10690] ppid=10680 vsize=206648 CPUtime=1.31 cores=0-7
/proc/10682/task/10690/stat : 10690 (plingeling) R 10680 10682 10273 0 -1 4202560 1654 1260 0 0 131 0 0 0 25 0 9 0 512007146 211607552 12894 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10682/tid=10691] ppid=10680 vsize=206648 CPUtime=1.31 cores=0-7
/proc/10682/task/10691/stat : 10691 (plingeling) R 10680 10682 10273 0 -1 4202560 2161 1260 0 0 131 0 0 0 19 0 9 0 512007146 211607552 12894 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10682/tid=10692] ppid=10680 vsize=206648 CPUtime=1.32 cores=0-7
/proc/10682/task/10692/stat : 10692 (plingeling) R 10680 10682 10273 0 -1 4202560 2473 1260 0 0 132 0 0 0 19 0 9 0 512007146 211607552 12894 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10682/tid=10693] ppid=10680 vsize=206648 CPUtime=1.32 cores=0-7
/proc/10682/task/10693/stat : 10693 (plingeling) R 10680 10682 10273 0 -1 4202560 1152 1260 0 0 132 0 0 0 22 0 9 0 512007146 211607552 12894 33554432000 4194304 4417332 140736741994848 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10682/tid=10694] ppid=10680 vsize=206648 CPUtime=1.32 cores=0-7
/proc/10682/task/10694/stat : 10694 (plingeling) R 10680 10682 10273 0 -1 4202560 1819 1260 0 0 132 0 0 0 22 0 9 0 512007146 211607552 12894 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10682/tid=10695] ppid=10680 vsize=206648 CPUtime=1.32 cores=0-7
/proc/10682/task/10695/stat : 10695 (plingeling) R 10680 10682 10273 0 -1 4202560 1200 1260 0 0 132 0 0 0 25 0 9 0 512007146 211607552 12894 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364631 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10682/tid=10696] ppid=10680 vsize=206648 CPUtime=1.32 cores=0-7
/proc/10682/task/10696/stat : 10696 (plingeling) R 10680 10682 10273 0 -1 4202560 1693 1260 0 0 132 0 0 0 19 0 9 0 512007146 211607552 12894 33554432000 4194304 4417332 140736741994848 18446744073709551615 4357838 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.77
Current children cumulated vsize (KiB) 206648

[startup+3.10122 s]
/proc/loadavg: 8.05 7.94 7.92 9/179 10696
/proc/meminfo: memFree=21381304/32951124 swapFree=67111524/67111528
[pid=10682] ppid=10680 vsize=239192 CPUtime=23.57 cores=0-7
/proc/10682/stat : 10682 (plingeling) S 10680 10682 10273 0 -1 4202496 33653 1260 0 0 2352 5 0 0 18 0 9 0 512007129 244932608 20775 33554432000 4194304 4417332 140736741994848 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10682/statm: 59798 20775 181 55 0 57684 0
[pid=10682/tid=10689] ppid=10680 vsize=239192 CPUtime=2.92 cores=0-7
/proc/10682/task/10689/stat : 10689 (plingeling) R 10680 10682 10273 0 -1 4202560 4592 1260 0 0 292 0 0 0 25 0 9 0 512007146 244932608 20775 33554432000 4194304 4417332 140736741994848 18446744073709551615 4357123 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10682/tid=10690] ppid=10680 vsize=239192 CPUtime=2.91 cores=0-7
/proc/10682/task/10690/stat : 10690 (plingeling) R 10680 10682 10273 0 -1 4202560 2679 1260 0 0 291 0 0 0 25 0 9 0 512007146 244932608 20775 33554432000 4194304 4417332 140736741994848 18446744073709551615 4354401 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10682/tid=10691] ppid=10680 vsize=239192 CPUtime=2.91 cores=0-7
/proc/10682/task/10691/stat : 10691 (plingeling) R 10680 10682 10273 0 -1 4202560 4382 1260 0 0 291 0 0 0 22 0 9 0 512007146 244932608 20775 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10682/tid=10692] ppid=10680 vsize=239192 CPUtime=2.92 cores=0-7
/proc/10682/task/10692/stat : 10692 (plingeling) R 10680 10682 10273 0 -1 4202560 5919 1260 0 0 291 1 0 0 24 0 9 0 512007146 244932608 20775 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10682/tid=10693] ppid=10680 vsize=239192 CPUtime=2.92 cores=0-7
/proc/10682/task/10693/stat : 10693 (plingeling) R 10680 10682 10273 0 -1 4202560 1664 1260 0 0 292 0 0 0 25 0 9 0 512007146 244932608 20775 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10682/tid=10694] ppid=10680 vsize=239192 CPUtime=2.91 cores=0-7
/proc/10682/task/10694/stat : 10694 (plingeling) R 10680 10682 10273 0 -1 4202560 2353 1260 0 0 291 0 0 0 25 0 9 0 512007146 244932608 20775 33554432000 4194304 4417332 140736741994848 18446744073709551615 4356888 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10682/tid=10695] ppid=10680 vsize=239192 CPUtime=2.93 cores=0-7
/proc/10682/task/10695/stat : 10695 (plingeling) R 10680 10682 10273 0 -1 4202560 1341 1260 0 0 293 0 0 0 25 0 9 0 512007146 244932608 20775 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10682/tid=10696] ppid=10680 vsize=239192 CPUtime=2.93 cores=0-7
/proc/10682/task/10696/stat : 10696 (plingeling) R 10680 10682 10273 0 -1 4202560 1746 1260 0 0 293 0 0 0 25 0 9 0 512007146 244932608 20775 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.57
Current children cumulated vsize (KiB) 239192

[startup+6.30061 s]
/proc/loadavg: 8.05 7.94 7.92 9/179 10696
/proc/meminfo: memFree=21338784/32951124 swapFree=67111524/67111528
[pid=10682] ppid=10680 vsize=271704 CPUtime=49.13 cores=0-7
/proc/10682/stat : 10682 (plingeling) S 10680 10682 10273 0 -1 4202496 45114 1260 0 0 4907 6 0 0 18 0 9 0 512007129 278224896 29158 33554432000 4194304 4417332 140736741994848 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10682/statm: 67926 29158 181 55 0 65812 0
[pid=10682/tid=10689] ppid=10680 vsize=271704 CPUtime=6.12 cores=0-7
/proc/10682/task/10689/stat : 10689 (plingeling) R 10680 10682 10273 0 -1 4202560 5460 1260 0 0 611 1 0 0 25 0 9 0 512007146 278224896 29158 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10682/tid=10690] ppid=10680 vsize=271704 CPUtime=6.11 cores=0-7
/proc/10682/task/10690/stat : 10690 (plingeling) R 10680 10682 10273 0 -1 4202560 3785 1260 0 0 611 0 0 0 25 0 9 0 512007146 278224896 29158 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10682/tid=10691] ppid=10680 vsize=271704 CPUtime=6.11 cores=0-7
/proc/10682/task/10691/stat : 10691 (plingeling) R 10680 10682 10273 0 -1 4202560 4663 1260 0 0 611 0 0 0 25 0 9 0 512007146 278224896 29158 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364776 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10682/tid=10692] ppid=10680 vsize=271704 CPUtime=6.12 cores=0-7
/proc/10682/task/10692/stat : 10692 (plingeling) R 10680 10682 10273 0 -1 4202560 9459 1260 0 0 611 1 0 0 25 0 9 0 512007146 278224896 29158 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10682/tid=10693] ppid=10680 vsize=271704 CPUtime=6.12 cores=0-7
/proc/10682/task/10693/stat : 10693 (plingeling) R 10680 10682 10273 0 -1 4202560 2688 1260 0 0 612 0 0 0 25 0 9 0 512007146 278224896 29158 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10682/tid=10694] ppid=10680 vsize=271704 CPUtime=6.09 cores=0-7
/proc/10682/task/10694/stat : 10694 (plingeling) R 10680 10682 10273 0 -1 4202560 3988 1260 0 0 609 0 0 0 25 0 9 0 512007146 278224896 29158 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10682/tid=10695] ppid=10680 vsize=271704 CPUtime=6.12 cores=0-7
/proc/10682/task/10695/stat : 10695 (plingeling) R 10680 10682 10273 0 -1 4202560 3029 1260 0 0 612 0 0 0 25 0 9 0 512007146 278224896 29158 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10682/tid=10696] ppid=10680 vsize=271704 CPUtime=6.12 cores=0-7
/proc/10682/task/10696/stat : 10696 (plingeling) R 10680 10682 10273 0 -1 4202560 3065 1260 0 0 612 0 0 0 25 0 9 0 512007146 278224896 29158 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.13
Current children cumulated vsize (KiB) 271704

[startup+12.7004 s]
/proc/loadavg: 8.04 7.94 7.92 9/179 10696
/proc/meminfo: memFree=21286356/32951124 swapFree=67111524/67111528
[pid=10682] ppid=10680 vsize=328676 CPUtime=100.3 cores=0-7
/proc/10682/stat : 10682 (plingeling) S 10680 10682 10273 0 -1 4202496 64805 1260 0 0 10020 10 0 0 18 0 9 0 512007129 336564224 43401 33554432000 4194304 4417332 140736741994848 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10682/statm: 82169 43401 181 55 0 80055 0
[pid=10682/tid=10689] ppid=10680 vsize=328676 CPUtime=12.52 cores=0-7
/proc/10682/task/10689/stat : 10689 (plingeling) R 10680 10682 10273 0 -1 4202560 8384 1260 0 0 1251 1 0 0 25 0 9 0 512007146 336564224 43401 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10682/tid=10690] ppid=10680 vsize=328676 CPUtime=12.51 cores=0-7
/proc/10682/task/10690/stat : 10690 (plingeling) R 10680 10682 10273 0 -1 4202560 5062 1260 0 0 1251 0 0 0 25 0 9 0 512007146 336564224 43401 33554432000 4194304 4417332 140736741994848 18446744073709551615 4250432 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10682/tid=10691] ppid=10680 vsize=328676 CPUtime=12.51 cores=0-7
/proc/10682/task/10691/stat : 10691 (plingeling) R 10680 10682 10273 0 -1 4202560 8111 1260 0 0 1250 1 0 0 25 0 9 0 512007146 336564224 43401 33554432000 4194304 4417332 140736741994848 18446744073709551615 4353484 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10682/tid=10692] ppid=10680 vsize=328676 CPUtime=12.52 cores=0-7
/proc/10682/task/10692/stat : 10692 (plingeling) R 10680 10682 10273 0 -1 4202560 16169 1260 0 0 1249 3 0 0 25 0 9 0 512007146 336564224 43401 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10682/tid=10693] ppid=10680 vsize=328676 CPUtime=12.52 cores=0-7
/proc/10682/task/10693/stat : 10693 (plingeling) R 10680 10682 10273 0 -1 4202560 3155 1260 0 0 1252 0 0 0 25 0 9 0 512007146 336564224 43401 33554432000 4194304 4417332 140736741994848 18446744073709551615 4320992 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10682/tid=10694] ppid=10680 vsize=328676 CPUtime=12.45 cores=0-7
/proc/10682/task/10694/stat : 10694 (plingeling) R 10680 10682 10273 0 -1 4202560 5839 1260 0 0 1245 0 0 0 25 0 9 0 512007146 336564224 43401 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10682/tid=10695] ppid=10680 vsize=328676 CPUtime=12.52 cores=0-7
/proc/10682/task/10695/stat : 10695 (plingeling) R 10680 10682 10273 0 -1 4202560 3836 1260 0 0 1252 0 0 0 25 0 9 0 512007146 336564224 43401 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10682/tid=10696] ppid=10680 vsize=328676 CPUtime=12.52 cores=0-7
/proc/10682/task/10696/stat : 10696 (plingeling) R 10680 10682 10273 0 -1 4202560 5272 1260 0 0 1252 0 0 0 25 0 9 0 512007146 336564224 43401 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.3
Current children cumulated vsize (KiB) 328676

[startup+25.501 s]
/proc/loadavg: 8.04 7.94 7.92 9/179 10697
/proc/meminfo: memFree=21239040/32951124 swapFree=67111524/67111528
[pid=10682] ppid=10680 vsize=358248 CPUtime=202.64 cores=0-7
/proc/10682/stat : 10682 (plingeling) S 10680 10682 10273 0 -1 4202496 111984 1260 0 0 20244 20 0 0 18 0 9 0 512007129 366845952 50800 33554432000 4194304 4417332 140736741994848 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10682/statm: 89562 50800 181 55 0 87448 0
[pid=10682/tid=10689] ppid=10680 vsize=358248 CPUtime=25.32 cores=0-7
/proc/10682/task/10689/stat : 10689 (plingeling) R 10680 10682 10273 0 -1 4202560 14696 1260 0 0 2530 2 0 0 25 0 9 0 512007146 366845952 50800 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10682/tid=10690] ppid=10680 vsize=358248 CPUtime=25.31 cores=0-7
/proc/10682/task/10690/stat : 10690 (plingeling) R 10680 10682 10273 0 -1 4202560 10757 1260 0 0 2530 1 0 0 25 0 9 0 512007146 366845952 50800 33554432000 4194304 4417332 140736741994848 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10682/tid=10691] ppid=10680 vsize=358248 CPUtime=25.3 cores=0-7
/proc/10682/task/10691/stat : 10691 (plingeling) R 10680 10682 10273 0 -1 4202560 12213 1260 0 0 2529 1 0 0 25 0 9 0 512007146 366845952 50800 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10682/tid=10692] ppid=10680 vsize=358248 CPUtime=25.32 cores=0-7
/proc/10682/task/10692/stat : 10692 (plingeling) R 10680 10682 10273 0 -1 4202560 27035 1260 0 0 2527 5 0 0 25 0 9 0 512007146 366845952 50800 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10682/tid=10693] ppid=10680 vsize=358248 CPUtime=25.32 cores=0-7
/proc/10682/task/10693/stat : 10693 (plingeling) R 10680 10682 10273 0 -1 4202560 3155 1260 0 0 2532 0 0 0 25 0 9 0 512007146 366845952 50800 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10682/tid=10694] ppid=10680 vsize=358248 CPUtime=25.18 cores=0-7
/proc/10682/task/10694/stat : 10694 (plingeling) R 10680 10682 10273 0 -1 4202560 16273 1260 0 0 2516 2 0 0 25 0 9 0 512007146 366845952 50800 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10682/tid=10695] ppid=10680 vsize=358248 CPUtime=25.32 cores=0-7
/proc/10682/task/10695/stat : 10695 (plingeling) R 10680 10682 10273 0 -1 4202560 3836 1260 0 0 2532 0 0 0 25 0 9 0 512007146 366845952 50800 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10682/tid=10696] ppid=10680 vsize=358248 CPUtime=25.32 cores=0-7
/proc/10682/task/10696/stat : 10696 (plingeling) R 10680 10682 10273 0 -1 4202560 15042 1260 0 0 2530 2 0 0 25 0 9 0 512007146 366845952 50800 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 202.64
Current children cumulated vsize (KiB) 358248

[startup+51.1011 s]
/proc/loadavg: 8.02 7.94 7.92 9/179 10697
/proc/meminfo: memFree=21145408/32951124 swapFree=67111524/67111528
[pid=10682] ppid=10680 vsize=457384 CPUtime=407.3 cores=0-7
/proc/10682/stat : 10682 (plingeling) S 10680 10682 10273 0 -1 4202496 198727 1260 0 0 40693 37 0 0 18 0 9 0 512007129 468361216 75584 33554432000 4194304 4417332 140736741994848 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10682/statm: 114346 75584 181 55 0 112232 0
[pid=10682/tid=10689] ppid=10680 vsize=457384 CPUtime=50.92 cores=0-7
/proc/10682/task/10689/stat : 10689 (plingeling) R 10680 10682 10273 0 -1 4202560 26298 1260 0 0 5088 4 0 0 25 0 9 0 512007146 468361216 75584 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10682/tid=10690] ppid=10680 vsize=457384 CPUtime=50.91 cores=0-7
/proc/10682/task/10690/stat : 10690 (plingeling) R 10680 10682 10273 0 -1 4202560 23050 1260 0 0 5087 4 0 0 25 0 9 0 512007146 468361216 75584 33554432000 4194304 4417332 140736741994848 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10682/tid=10691] ppid=10680 vsize=457384 CPUtime=50.91 cores=0-7

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


[startup+4722.31 s]
/proc/loadavg: 8.00 8.03 8.00 9/179 10834
/proc/meminfo: memFree=18431920/32951124 swapFree=67111524/67111528
[pid=10682] ppid=10680 vsize=3164496 CPUtime=37751.5 cores=0-7
/proc/10682/stat : 10682 (plingeling) S 10680 10682 10273 0 -1 4202496 5278828 1260 0 0 3774152 994 0 0 18 0 9 0 512007129 3240443904 752368 33554432000 4194304 4417332 140736741994848 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10682/statm: 791124 752368 181 55 0 789010 0
[pid=10682/tid=10689] ppid=10680 vsize=3164496 CPUtime=4722.17 cores=0-7
/proc/10682/task/10689/stat : 10689 (plingeling) R 10680 10682 10273 0 -1 4202560 778298 1260 0 0 472069 148 0 0 25 0 9 0 512007146 3240443904 752368 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10682/tid=10690] ppid=10680 vsize=3164496 CPUtime=4722.3 cores=0-7
/proc/10682/task/10690/stat : 10690 (plingeling) R 10680 10682 10273 0 -1 4202560 583373 1260 0 0 472121 109 0 0 25 0 9 0 512007146 3240443904 752368 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10682/tid=10691] ppid=10680 vsize=3164496 CPUtime=4721.47 cores=0-7
/proc/10682/task/10691/stat : 10691 (plingeling) R 10680 10682 10273 0 -1 4202560 954644 1260 0 0 471976 171 0 0 25 0 9 0 512007146 3240443904 752368 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10682/tid=10692] ppid=10680 vsize=3164496 CPUtime=4722.3 cores=0-7
/proc/10682/task/10692/stat : 10692 (plingeling) R 10680 10682 10273 0 -1 4202560 557502 1260 0 0 472101 129 0 0 25 0 9 0 512007146 3240443904 752368 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10682/tid=10693] ppid=10680 vsize=3164496 CPUtime=4722.29 cores=0-7
/proc/10682/task/10693/stat : 10693 (plingeling) R 10680 10682 10273 0 -1 4202560 385652 1260 0 0 472147 82 0 0 25 0 9 0 512007146 3240443904 752368 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10682/tid=10694] ppid=10680 vsize=3164496 CPUtime=4696.53 cores=0-7
/proc/10682/task/10694/stat : 10694 (plingeling) R 10680 10682 10273 0 -1 4202560 725842 1260 0 0 469507 146 0 0 25 0 9 0 512007146 3240443904 752368 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10682/tid=10695] ppid=10680 vsize=3164496 CPUtime=4722.29 cores=0-7
/proc/10682/task/10695/stat : 10695 (plingeling) R 10680 10682 10273 0 -1 4202560 1003441 1260 0 0 472074 155 0 0 25 0 9 0 512007146 3240443904 752368 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10682/tid=10696] ppid=10680 vsize=3164496 CPUtime=4721.87 cores=0-7
/proc/10682/task/10696/stat : 10696 (plingeling) R 10680 10682 10273 0 -1 4202560 281099 1260 0 0 472137 50 0 0 25 0 9 0 512007146 3240443904 752368 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 37751.5
Current children cumulated vsize (KiB) 3164496

[startup+4782.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/179 10836
/proc/meminfo: memFree=18472420/32951124 swapFree=67111524/67111528
[pid=10682] ppid=10680 vsize=3123768 CPUtime=38231.1 cores=0-7
/proc/10682/stat : 10682 (plingeling) S 10680 10682 10273 0 -1 4202496 5301414 1260 0 0 3822112 997 0 0 18 0 9 0 512007129 3198738432 742186 33554432000 4194304 4417332 140736741994848 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10682/statm: 780942 742186 181 55 0 778828 0
[pid=10682/tid=10689] ppid=10680 vsize=3123768 CPUtime=4782.17 cores=0-7
/proc/10682/task/10689/stat : 10689 (plingeling) R 10680 10682 10273 0 -1 4202560 779831 1260 0 0 478069 148 0 0 25 0 9 0 512007146 3198738432 742186 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10682/tid=10690] ppid=10680 vsize=3123768 CPUtime=4782.29 cores=0-7
/proc/10682/task/10690/stat : 10690 (plingeling) R 10680 10682 10273 0 -1 4202560 583373 1260 0 0 478120 109 0 0 25 0 9 0 512007146 3198738432 742186 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10682/tid=10691] ppid=10680 vsize=3123768 CPUtime=4781.46 cores=0-7
/proc/10682/task/10691/stat : 10691 (plingeling) R 10680 10682 10273 0 -1 4202560 971028 1260 0 0 477973 173 0 0 25 0 9 0 512007146 3198738432 742186 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10682/tid=10692] ppid=10680 vsize=3123768 CPUtime=4782.3 cores=0-7
/proc/10682/task/10692/stat : 10692 (plingeling) R 10680 10682 10273 0 -1 4202560 557502 1260 0 0 478101 129 0 0 25 0 9 0 512007146 3198738432 742186 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10682/tid=10693] ppid=10680 vsize=3123768 CPUtime=4782.29 cores=0-7
/proc/10682/task/10693/stat : 10693 (plingeling) R 10680 10682 10273 0 -1 4202560 385652 1260 0 0 478147 82 0 0 25 0 9 0 512007146 3198738432 742186 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10682/tid=10694] ppid=10680 vsize=3123768 CPUtime=4756.2 cores=0-7
/proc/10682/task/10694/stat : 10694 (plingeling) R 10680 10682 10273 0 -1 4202560 725842 1260 0 0 475474 146 0 0 25 0 9 0 512007146 3198738432 742186 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10682/tid=10695] ppid=10680 vsize=3123768 CPUtime=4782.28 cores=0-7
/proc/10682/task/10695/stat : 10695 (plingeling) R 10680 10682 10273 0 -1 4202560 1008110 1260 0 0 478073 155 0 0 25 0 9 0 512007146 3198738432 742186 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10682/tid=10696] ppid=10680 vsize=3123768 CPUtime=4781.87 cores=0-7
/proc/10682/task/10696/stat : 10696 (plingeling) R 10680 10682 10273 0 -1 4202560 281099 1260 0 0 478137 50 0 0 25 0 9 0 512007146 3198738432 742186 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38231.1
Current children cumulated vsize (KiB) 3123768

[startup+4842.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/179 10837
/proc/meminfo: memFree=18546768/32951124 swapFree=67111524/67111528
[pid=10682] ppid=10680 vsize=3049464 CPUtime=38710.8 cores=0-7
/proc/10682/stat : 10682 (plingeling) S 10680 10682 10273 0 -1 4202496 5331797 1260 0 0 3870076 1002 0 0 18 0 9 0 512007129 3122651136 723610 33554432000 4194304 4417332 140736741994848 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10682/statm: 762366 723610 181 55 0 760252 0
[pid=10682/tid=10689] ppid=10680 vsize=3049464 CPUtime=4842.17 cores=0-7
/proc/10682/task/10689/stat : 10689 (plingeling) R 10680 10682 10273 0 -1 4202560 786441 1260 0 0 484068 149 0 0 25 0 9 0 512007146 3122651136 723610 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10682/tid=10690] ppid=10680 vsize=3049464 CPUtime=4842.29 cores=0-7
/proc/10682/task/10690/stat : 10690 (plingeling) R 10680 10682 10273 0 -1 4202560 585515 1260 0 0 484120 109 0 0 25 0 9 0 512007146 3122651136 723610 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10682/tid=10691] ppid=10680 vsize=3049464 CPUtime=4841.48 cores=0-7
/proc/10682/task/10691/stat : 10691 (plingeling) R 10680 10682 10273 0 -1 4202560 987412 1260 0 0 483972 176 0 0 25 0 9 0 512007146 3122651136 723610 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364776 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10682/tid=10692] ppid=10680 vsize=3049464 CPUtime=4842.3 cores=0-7
/proc/10682/task/10692/stat : 10692 (plingeling) R 10680 10682 10273 0 -1 4202560 557502 1260 0 0 484101 129 0 0 25 0 9 0 512007146 3122651136 723610 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10682/tid=10693] ppid=10680 vsize=3049464 CPUtime=4842.29 cores=0-7
/proc/10682/task/10693/stat : 10693 (plingeling) R 10680 10682 10273 0 -1 4202560 385652 1260 0 0 484147 82 0 0 25 0 9 0 512007146 3122651136 723610 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10682/tid=10694] ppid=10680 vsize=3049464 CPUtime=4815.87 cores=0-7
/proc/10682/task/10694/stat : 10694 (plingeling) R 10680 10682 10273 0 -1 4202560 725842 1260 0 0 481441 146 0 0 25 0 9 0 512007146 3122651136 723610 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10682/tid=10695] ppid=10680 vsize=3049464 CPUtime=4842.28 cores=0-7
/proc/10682/task/10695/stat : 10695 (plingeling) R 10680 10682 10273 0 -1 4202560 1013357 1260 0 0 484072 156 0 0 25 0 9 0 512007146 3122651136 723610 33554432000 4194304 4417332 140736741994848 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10682/tid=10696] ppid=10680 vsize=3049464 CPUtime=4841.87 cores=0-7
/proc/10682/task/10696/stat : 10696 (plingeling) R 10680 10682 10273 0 -1 4202560 281099 1260 0 0 484137 50 0 0 25 0 9 0 512007146 3122651136 723610 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364887 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38710.8
Current children cumulated vsize (KiB) 3049464

[startup+4902.3 s]
/proc/loadavg: 8.03 8.03 8.00 9/179 10839
/proc/meminfo: memFree=18406848/32951124 swapFree=67111524/67111528
[pid=10682] ppid=10680 vsize=3189612 CPUtime=39190.5 cores=0-7
/proc/10682/stat : 10682 (plingeling) S 10680 10682 10273 0 -1 4202496 5408167 1260 0 0 3918029 1017 0 0 18 0 9 0 512007129 3266162688 758647 33554432000 4194304 4417332 140736741994848 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10682/statm: 797403 758647 181 55 0 795289 0
[pid=10682/tid=10689] ppid=10680 vsize=3189612 CPUtime=4902.17 cores=0-7
/proc/10682/task/10689/stat : 10689 (plingeling) R 10680 10682 10273 0 -1 4202560 806335 1260 0 0 490065 152 0 0 25 0 9 0 512007146 3266162688 758647 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10682/tid=10690] ppid=10680 vsize=3189612 CPUtime=4902.3 cores=0-7
/proc/10682/task/10690/stat : 10690 (plingeling) R 10680 10682 10273 0 -1 4202560 585515 1260 0 0 490121 109 0 0 25 0 9 0 512007146 3266162688 758647 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10682/tid=10691] ppid=10680 vsize=3189612 CPUtime=4901.47 cores=0-7
/proc/10682/task/10691/stat : 10691 (plingeling) R 10680 10682 10273 0 -1 4202560 1009625 1260 0 0 489969 178 0 0 25 0 9 0 512007146 3266162688 758647 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10682/tid=10692] ppid=10680 vsize=3189612 CPUtime=4902.31 cores=0-7
/proc/10682/task/10692/stat : 10692 (plingeling) R 10680 10682 10273 0 -1 4202560 587103 1260 0 0 490092 139 0 0 25 0 9 0 512007146 3266162688 758647 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10682/tid=10693] ppid=10680 vsize=3189612 CPUtime=4902.29 cores=0-7
/proc/10682/task/10693/stat : 10693 (plingeling) R 10680 10682 10273 0 -1 4202560 385652 1260 0 0 490147 82 0 0 25 0 9 0 512007146 3266162688 758647 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10682/tid=10694] ppid=10680 vsize=3189612 CPUtime=4875.54 cores=0-7
/proc/10682/task/10694/stat : 10694 (plingeling) R 10680 10682 10273 0 -1 4202560 725842 1260 0 0 487408 146 0 0 25 0 9 0 512007146 3266162688 758647 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10682/tid=10695] ppid=10680 vsize=3189612 CPUtime=4902.29 cores=0-7
/proc/10682/task/10695/stat : 10695 (plingeling) R 10680 10682 10273 0 -1 4202560 1018019 1260 0 0 490072 157 0 0 25 0 9 0 512007146 3266162688 758647 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10682/tid=10696] ppid=10680 vsize=3189612 CPUtime=4901.87 cores=0-7
/proc/10682/task/10696/stat : 10696 (plingeling) R 10680 10682 10273 0 -1 4202560 281099 1260 0 0 490137 50 0 0 25 0 9 0 512007146 3266162688 758647 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39190.5
Current children cumulated vsize (KiB) 3189612

[startup+4962.3 s]
/proc/loadavg: 8.12 8.05 8.01 9/179 10840
/proc/meminfo: memFree=18390192/32951124 swapFree=67111524/67111528
[pid=10682] ppid=10680 vsize=3206084 CPUtime=39670.1 cores=0-7
/proc/10682/stat : 10682 (plingeling) S 10680 10682 10273 0 -1 4202496 5429671 1260 0 0 3965994 1020 0 0 18 0 9 0 512007129 3283030016 762765 33554432000 4194304 4417332 140736741994848 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10682/statm: 801521 762765 181 55 0 799407 0
[pid=10682/tid=10689] ppid=10680 vsize=3206084 CPUtime=4962.17 cores=0-7
/proc/10682/task/10689/stat : 10689 (plingeling) R 10680 10682 10273 0 -1 4202560 820794 1260 0 0 496063 154 0 0 25 0 9 0 512007146 3283030016 762765 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10682/tid=10690] ppid=10680 vsize=3206084 CPUtime=4962.3 cores=0-7
/proc/10682/task/10690/stat : 10690 (plingeling) R 10680 10682 10273 0 -1 4202560 585515 1260 0 0 496121 109 0 0 25 0 9 0 512007146 3283030016 762765 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10682/tid=10691] ppid=10680 vsize=3206084 CPUtime=4961.47 cores=0-7
/proc/10682/task/10691/stat : 10691 (plingeling) R 10680 10682 10273 0 -1 4202560 1009625 1260 0 0 495969 178 0 0 25 0 9 0 512007146 3283030016 762765 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10682/tid=10692] ppid=10680 vsize=3206084 CPUtime=4962.31 cores=0-7
/proc/10682/task/10692/stat : 10692 (plingeling) R 10680 10682 10273 0 -1 4202560 587103 1260 0 0 496092 139 0 0 25 0 9 0 512007146 3283030016 762765 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10682/tid=10693] ppid=10680 vsize=3206084 CPUtime=4962.29 cores=0-7
/proc/10682/task/10693/stat : 10693 (plingeling) R 10680 10682 10273 0 -1 4202560 385652 1260 0 0 496147 82 0 0 25 0 9 0 512007146 3283030016 762765 33554432000 4194304 4417332 140736741994848 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10682/tid=10694] ppid=10680 vsize=3206084 CPUtime=4935.2 cores=0-7
/proc/10682/task/10694/stat : 10694 (plingeling) R 10680 10682 10273 0 -1 4202560 732887 1260 0 0 493373 147 0 0 25 0 9 0 512007146 3283030016 762765 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10682/tid=10695] ppid=10680 vsize=3206084 CPUtime=4962.29 cores=0-7
/proc/10682/task/10695/stat : 10695 (plingeling) R 10680 10682 10273 0 -1 4202560 1018019 1260 0 0 496072 157 0 0 25 0 9 0 512007146 3283030016 762765 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10682/tid=10696] ppid=10680 vsize=3206084 CPUtime=4961.87 cores=0-7
/proc/10682/task/10696/stat : 10696 (plingeling) R 10680 10682 10273 0 -1 4202560 281099 1260 0 0 496137 50 0 0 25 0 9 0 512007146 3283030016 762765 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39670.1
Current children cumulated vsize (KiB) 3206084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.06 8.04 8.00 9/179 10841
/proc/meminfo: memFree=18479676/32951124 swapFree=67111524/67111528
[pid=10682] ppid=10680 vsize=3116852 CPUtime=40000.4 cores=0-7
/proc/10682/stat : 10682 (plingeling) S 10680 10682 10273 0 -1 4202496 5464530 1260 0 0 3999009 1027 0 0 18 0 9 0 512007129 3191656448 740457 33554432000 4194304 4417332 140736741994848 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/10682/statm: 779213 740457 181 55 0 777099 0
[pid=10682/tid=10689] ppid=10680 vsize=3116852 CPUtime=5003.48 cores=0-7
/proc/10682/task/10689/stat : 10689 (plingeling) R 10680 10682 10273 0 -1 4202560 828986 1260 0 0 500193 155 0 0 25 0 9 0 512007146 3191656448 740457 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10682/tid=10690] ppid=10680 vsize=3116852 CPUtime=5003.61 cores=0-7
/proc/10682/task/10690/stat : 10690 (plingeling) R 10680 10682 10273 0 -1 4202560 585515 1260 0 0 500252 109 0 0 25 0 9 0 512007146 3191656448 740457 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10682/tid=10691] ppid=10680 vsize=3116852 CPUtime=5002.78 cores=0-7
/proc/10682/task/10691/stat : 10691 (plingeling) R 10680 10682 10273 0 -1 4202560 1013922 1260 0 0 500099 179 0 0 25 0 9 0 512007146 3191656448 740457 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10682/tid=10692] ppid=10680 vsize=3116852 CPUtime=5003.62 cores=0-7
/proc/10682/task/10692/stat : 10692 (plingeling) R 10680 10682 10273 0 -1 4202560 587103 1260 0 0 500223 139 0 0 25 0 9 0 512007146 3191656448 740457 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10682/tid=10693] ppid=10680 vsize=3116852 CPUtime=5003.6 cores=0-7
/proc/10682/task/10693/stat : 10693 (plingeling) R 10680 10682 10273 0 -1 4202560 385652 1260 0 0 500278 82 0 0 25 0 9 0 512007146 3191656448 740457 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364667 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10682/tid=10694] ppid=10680 vsize=3116852 CPUtime=4976.27 cores=0-7
/proc/10682/task/10694/stat : 10694 (plingeling) R 10680 10682 10273 0 -1 4202560 747127 1260 0 0 497476 151 0 0 25 0 9 0 512007146 3191656448 740457 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10682/tid=10695] ppid=10680 vsize=3116852 CPUtime=5003.6 cores=0-7
/proc/10682/task/10695/stat : 10695 (plingeling) R 10680 10682 10273 0 -1 4202560 1026149 1260 0 0 500202 158 0 0 25 0 9 0 512007146 3191656448 740457 33554432000 4194304 4417332 140736741994848 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10682/tid=10696] ppid=10680 vsize=3116852 CPUtime=5003.18 cores=0-7
/proc/10682/task/10696/stat : 10696 (plingeling) R 10680 10682 10273 0 -1 4202560 281099 1260 0 0 500268 50 0 0 25 0 9 0 512007146 3191656448 740457 33554432000 4194304 4417332 140736741994848 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 3116852

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

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

[startup+5003.71 s]
/proc/loadavg: 8.06 8.04 8.00 9/179 10841
/proc/meminfo: memFree=18479676/32951124 swapFree=67111524/67111528
[pid=10682] ppid=10680 vsize=0 CPUtime=40000.5 cores=0-7
/proc/10682/stat : 10682 (plingeling) Z 10680 10682 10273 0 -1 4203548 5464530 1260 0 0 3999013 1037 0 0 18 0 2 0 512007129 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10682/statm: 0 0 0 0 0 0 0
[pid=10682/tid=10694] ppid=10680 vsize=0 CPUtime=4976.38 cores=0-7
/proc/10682/task/10694/stat : 10694 (plingeling) R 10680 10682 10273 0 -1 4203588 747127 1260 0 0 497477 161 0 0 25 0 2 0 512007146 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5003.75
CPU time (s): 40000.6
CPU user time (s): 39990.1
CPU system time (s): 10.4174
CPU usage (%): 799.412
Max. virtual memory (cumulated for all children) (KiB): 3275300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39990.1
system time used= 10.4174
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5465790
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= 146
involuntary context switches= 193275

runsolver used 7.49186 second user time and 19.804 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-28 17:20:48
IDJOB=3309474
IDBENCH=71098
IDSOLVER=1695
FILE ID=node102/3309474-1304004048
RUNJOBID= node102-1303998249-10287
PBS_JOBID= 13168788
Free space on /tmp= 71560 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_09_UNKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309474-1304004048/watcher-3309474-1304004048 -o /tmp/evaluation-result-3309474-1304004048/solver-3309474-1304004048 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309474-1304004048.cnf

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=74716118

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21444692 kB
Buffers:       1634860 kB
Cached:        9254548 kB
SwapCached:          4 kB
Active:        2853360 kB
Inactive:      8099904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21444692 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1580 kB
Writeback:           0 kB
AnonPages:       64024 kB
Mapped:          14516 kB
Slab:           487492 kB
PageTables:       4572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186104 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= 71560 MiB
End job on node102 at 2011-04-28 18:44:13