Trace number 3394728

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 40000.8 5012.11

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_29_50_3-dir.shuffled-as.sat03-179.cnf
MD5SUM7f62d729a30ffc73b7fa61161ba43630
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2304
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses73400
Sum of the clauses size147612
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 273371
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 529

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3394728-1306104468/watcher-3394728-1306104468 -o /tmp/evaluation-result-3394728-1306104468/solver-3394728-1306104468 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394728-1306104468.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.15 8.03 7.05 2/547 2809
/proc/meminfo: memFree=17287380/32950928 swapFree=67056576/67111528
[pid=2809] ppid=2807 vsize=9136 CPUtime=0 cores=0-7
/proc/2809/stat : 2809 (plingeling) R 2807 2809 2659 0 -1 4202496 367 1250 0 0 0 0 0 0 23 0 1 0 722043839 9355264 297 33554432000 4194304 4417452 140736908101280 18446744073709551615 239476355781 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/2809/statm: 2284 297 146 55 0 170 0

[startup+0.0877879 s]
/proc/loadavg: 8.15 8.03 7.05 2/547 2809
/proc/meminfo: memFree=17287380/32950928 swapFree=67056576/67111528
[pid=2809] ppid=2807 vsize=25928 CPUtime=0.07 cores=0-7
/proc/2809/stat : 2809 (plingeling) R 2807 2809 2659 0 -1 4202496 4671 1250 0 0 7 0 0 0 24 0 1 0 722043839 26550272 4505 33554432000 4194304 4417452 140736908101280 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/2809/statm: 6482 4505 148 55 0 4368 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25928

[startup+0.100805 s]
/proc/loadavg: 8.15 8.03 7.05 2/547 2809
/proc/meminfo: memFree=17287380/32950928 swapFree=67056576/67111528
[pid=2809] ppid=2807 vsize=25928 CPUtime=0.08 cores=0-7
/proc/2809/stat : 2809 (plingeling) R 2807 2809 2659 0 -1 4202496 4671 1250 0 0 8 0 0 0 24 0 1 0 722043839 26550272 4505 33554432000 4194304 4417452 140736908101280 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/2809/statm: 6482 4505 148 55 0 4368 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25928

[startup+0.30067 s]
/proc/loadavg: 8.15 8.03 7.05 2/547 2809
/proc/meminfo: memFree=17287380/32950928 swapFree=67056576/67111528
[pid=2809] ppid=2807 vsize=176372 CPUtime=1.56 cores=0-7
/proc/2809/stat : 2809 (plingeling) S 2807 2809 2659 0 -1 4202496 9417 1250 0 0 155 1 0 0 25 0 9 0 722043839 180604928 5231 33554432000 4194304 4417452 140736908101280 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2809/statm: 44093 5231 179 55 0 41979 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 176372

[startup+0.700593 s]
/proc/loadavg: 8.15 8.03 7.05 2/547 2809
/proc/meminfo: memFree=17287380/32950928 swapFree=67056576/67111528
[pid=2809] ppid=2807 vsize=189320 CPUtime=4.76 cores=0-7
/proc/2809/stat : 2809 (plingeling) S 2807 2809 2659 0 -1 4202496 13225 1250 0 0 474 2 0 0 25 0 9 0 722043839 193863680 8534 33554432000 4194304 4417452 140736908101280 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2809/statm: 47330 8534 180 55 0 45216 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 189320

[startup+1.50044 s]
/proc/loadavg: 8.14 8.03 7.06 9/556 2823
/proc/meminfo: memFree=17247860/32950928 swapFree=67056576/67111528
[pid=2809] ppid=2807 vsize=194776 CPUtime=11.14 cores=0-7
/proc/2809/stat : 2809 (plingeling) S 2807 2809 2659 0 -1 4202496 16788 1250 0 0 1111 3 0 0 25 0 9 0 722043839 199450624 9898 33554432000 4194304 4417452 140736908101280 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2809/statm: 48694 9898 180 55 0 46580 0
[pid=2809/tid=2816] ppid=2807 vsize=194776 CPUtime=1.38 cores=0-7
/proc/2809/task/2816/stat : 2816 (plingeling) R 2807 2809 2659 0 -1 4202560 934 1250 0 0 138 0 0 0 19 0 9 0 722043850 199450624 9898 33554432000 4194304 4417452 140736908101280 18446744073709551615 4337136 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2809/tid=2817] ppid=2807 vsize=194776 CPUtime=1.38 cores=0-7
/proc/2809/task/2817/stat : 2817 (plingeling) R 2807 2809 2659 0 -1 4202560 885 1250 0 0 138 0 0 0 25 0 9 0 722043850 199450624 9898 33554432000 4194304 4417452 140736908101280 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2809/tid=2818] ppid=2807 vsize=194776 CPUtime=1.38 cores=0-7
/proc/2809/task/2818/stat : 2818 (plingeling) R 2807 2809 2659 0 -1 4202560 779 1250 0 0 138 0 0 0 25 0 9 0 722043850 199450624 9898 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2809/tid=2819] ppid=2807 vsize=194776 CPUtime=1.37 cores=0-7
/proc/2809/task/2819/stat : 2819 (plingeling) R 2807 2809 2659 0 -1 4202560 6563 1250 0 0 136 1 0 0 25 0 9 0 722043850 199450624 9898 33554432000 4194304 4417452 140736908101280 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2809/tid=2820] ppid=2807 vsize=194776 CPUtime=1.37 cores=0-7
/proc/2809/task/2820/stat : 2820 (plingeling) R 2807 2809 2659 0 -1 4202560 696 1250 0 0 137 0 0 0 25 0 9 0 722043850 199450624 9898 33554432000 4194304 4417452 140736908101280 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2809/tid=2821] ppid=2807 vsize=194776 CPUtime=1.37 cores=0-7
/proc/2809/task/2821/stat : 2821 (plingeling) R 2807 2809 2659 0 -1 4202560 826 1250 0 0 137 0 0 0 25 0 9 0 722043851 199450624 9898 33554432000 4194304 4417452 140736908101280 18446744073709551615 4250072 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2809/tid=2822] ppid=2807 vsize=194776 CPUtime=1.37 cores=0-7
/proc/2809/task/2822/stat : 2822 (plingeling) R 2807 2809 2659 0 -1 4202560 560 1250 0 0 137 0 0 0 25 0 9 0 722043851 199450624 9898 33554432000 4194304 4417452 140736908101280 18446744073709551615 4354492 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2809/tid=2823] ppid=2807 vsize=194776 CPUtime=1.35 cores=0-7
/proc/2809/task/2823/stat : 2823 (plingeling) R 2807 2809 2659 0 -1 4202560 858 1250 0 0 135 0 0 0 25 0 9 0 722043851 199450624 9898 33554432000 4194304 4417452 140736908101280 18446744073709551615 4236224 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.14
Current children cumulated vsize (KiB) 194776

[startup+3.10113 s]
/proc/loadavg: 8.14 8.03 7.06 9/556 2823
/proc/meminfo: memFree=17242032/32950928 swapFree=67056576/67111528
[pid=2809] ppid=2807 vsize=214188 CPUtime=23.93 cores=0-7
/proc/2809/stat : 2809 (plingeling) S 2807 2809 2659 0 -1 4202496 26676 1250 0 0 2388 5 0 0 25 0 9 0 722043839 219328512 14751 33554432000 4194304 4417452 140736908101280 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2809/statm: 53547 14751 180 55 0 51433 0
[pid=2809/tid=2816] ppid=2807 vsize=214188 CPUtime=2.98 cores=0-7
/proc/2809/task/2816/stat : 2816 (plingeling) R 2807 2809 2659 0 -1 4202560 1384 1250 0 0 298 0 0 0 25 0 9 0 722043850 219328512 14751 33554432000 4194304 4417452 140736908101280 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2809/tid=2817] ppid=2807 vsize=214188 CPUtime=2.98 cores=0-7
/proc/2809/task/2817/stat : 2817 (plingeling) R 2807 2809 2659 0 -1 4202560 1335 1250 0 0 298 0 0 0 25 0 9 0 722043850 219328512 14751 33554432000 4194304 4417452 140736908101280 18446744073709551615 4235997 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2809/tid=2818] ppid=2807 vsize=214188 CPUtime=2.98 cores=0-7
/proc/2809/task/2818/stat : 2818 (plingeling) R 2807 2809 2659 0 -1 4202560 1715 1250 0 0 298 0 0 0 25 0 9 0 722043850 219328512 14751 33554432000 4194304 4417452 140736908101280 18446744073709551615 4250013 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2809/tid=2819] ppid=2807 vsize=214188 CPUtime=2.97 cores=0-7
/proc/2809/task/2819/stat : 2819 (plingeling) R 2807 2809 2659 0 -1 4202560 12391 1250 0 0 295 2 0 0 25 0 9 0 722043850 219328512 14751 33554432000 4194304 4417452 140736908101280 18446744073709551615 4356878 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2809/tid=2820] ppid=2807 vsize=214188 CPUtime=2.98 cores=0-7
/proc/2809/task/2820/stat : 2820 (plingeling) R 2807 2809 2659 0 -1 4202560 1146 1250 0 0 298 0 0 0 25 0 9 0 722043850 219328512 14751 33554432000 4194304 4417452 140736908101280 18446744073709551615 4235997 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2809/tid=2821] ppid=2807 vsize=214188 CPUtime=2.97 cores=0-7
/proc/2809/task/2821/stat : 2821 (plingeling) R 2807 2809 2659 0 -1 4202560 1276 1250 0 0 297 0 0 0 25 0 9 0 722043851 219328512 14751 33554432000 4194304 4417452 140736908101280 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2809/tid=2822] ppid=2807 vsize=214188 CPUtime=2.97 cores=0-7
/proc/2809/task/2822/stat : 2822 (plingeling) R 2807 2809 2659 0 -1 4202560 1884 1250 0 0 297 0 0 0 25 0 9 0 722043851 219328512 14751 33554432000 4194304 4417452 140736908101280 18446744073709551615 4250082 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2809/tid=2823] ppid=2807 vsize=214188 CPUtime=2.93 cores=0-7
/proc/2809/task/2823/stat : 2823 (plingeling) R 2807 2809 2659 0 -1 4202560 858 1250 0 0 293 0 0 0 25 0 9 0 722043851 219328512 14751 33554432000 4194304 4417452 140736908101280 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.93
Current children cumulated vsize (KiB) 214188

[startup+6.30052 s]
/proc/loadavg: 8.13 8.03 7.06 9/556 2823
/proc/meminfo: memFree=17215756/32950928 swapFree=67056576/67111528
[pid=2809] ppid=2807 vsize=237688 CPUtime=49.46 cores=0-7
/proc/2809/stat : 2809 (plingeling) S 2807 2809 2659 0 -1 4202496 37136 1250 0 0 4940 6 0 0 25 0 9 0 722043839 243392512 20713 33554432000 4194304 4417452 140736908101280 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2809/statm: 59422 20713 180 55 0 57308 0
[pid=2809/tid=2816] ppid=2807 vsize=237688 CPUtime=6.18 cores=0-7
/proc/2809/task/2816/stat : 2816 (plingeling) R 2807 2809 2659 0 -1 4202560 1384 1250 0 0 618 0 0 0 25 0 9 0 722043850 243392512 20713 33554432000 4194304 4417452 140736908101280 18446744073709551615 4366469 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2809/tid=2817] ppid=2807 vsize=237688 CPUtime=6.18 cores=0-7
/proc/2809/task/2817/stat : 2817 (plingeling) R 2807 2809 2659 0 -1 4202560 1467 1250 0 0 618 0 0 0 25 0 9 0 722043850 243392512 20713 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364805 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2809/tid=2818] ppid=2807 vsize=237688 CPUtime=6.17 cores=0-7
/proc/2809/task/2818/stat : 2818 (plingeling) R 2807 2809 2659 0 -1 4202560 4065 1250 0 0 617 0 0 0 25 0 9 0 722043850 243392512 20713 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2809/tid=2819] ppid=2807 vsize=237688 CPUtime=6.17 cores=0-7
/proc/2809/task/2819/stat : 2819 (plingeling) R 2807 2809 2659 0 -1 4202560 19040 1250 0 0 614 3 0 0 25 0 9 0 722043850 243392512 20713 33554432000 4194304 4417452 140736908101280 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2809/tid=2820] ppid=2807 vsize=237688 CPUtime=6.18 cores=0-7
/proc/2809/task/2820/stat : 2820 (plingeling) R 2807 2809 2659 0 -1 4202560 1243 1250 0 0 618 0 0 0 25 0 9 0 722043850 243392512 20713 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2809/tid=2821] ppid=2807 vsize=237688 CPUtime=6.17 cores=0-7
/proc/2809/task/2821/stat : 2821 (plingeling) R 2807 2809 2659 0 -1 4202560 1498 1250 0 0 617 0 0 0 25 0 9 0 722043851 243392512 20713 33554432000 4194304 4417452 140736908101280 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2809/tid=2822] ppid=2807 vsize=237688 CPUtime=6.17 cores=0-7
/proc/2809/task/2822/stat : 2822 (plingeling) R 2807 2809 2659 0 -1 4202560 2894 1250 0 0 617 0 0 0 25 0 9 0 722043851 243392512 20713 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2809/tid=2823] ppid=2807 vsize=237688 CPUtime=6.07 cores=0-7
/proc/2809/task/2823/stat : 2823 (plingeling) R 2807 2809 2659 0 -1 4202560 858 1250 0 0 607 0 0 0 25 0 9 0 722043851 243392512 20713 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.46
Current children cumulated vsize (KiB) 237688

[startup+12.7013 s]
/proc/loadavg: 8.12 8.03 7.07 9/556 2824
/proc/meminfo: memFree=17144116/32950928 swapFree=67056576/67111528
[pid=2809] ppid=2807 vsize=302876 CPUtime=100.55 cores=0-7
/proc/2809/stat : 2809 (plingeling) S 2807 2809 2659 0 -1 4202496 64136 1250 0 0 10044 11 0 0 25 0 9 0 722043839 310145024 37176 33554432000 4194304 4417452 140736908101280 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2809/statm: 75719 37176 180 55 0 73605 0
[pid=2809/tid=2816] ppid=2807 vsize=302876 CPUtime=12.57 cores=0-7
/proc/2809/task/2816/stat : 2816 (plingeling) R 2807 2809 2659 0 -1 4202560 2796 1250 0 0 1257 0 0 0 25 0 9 0 722043850 310145024 37176 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2809/tid=2817] ppid=2807 vsize=302876 CPUtime=12.57 cores=0-7
/proc/2809/task/2817/stat : 2817 (plingeling) R 2807 2809 2659 0 -1 4202560 3508 1250 0 0 1257 0 0 0 25 0 9 0 722043850 310145024 37176 33554432000 4194304 4417452 140736908101280 18446744073709551615 4335888 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2809/tid=2818] ppid=2807 vsize=302876 CPUtime=12.58 cores=0-7
/proc/2809/task/2818/stat : 2818 (plingeling) R 2807 2809 2659 0 -1 4202560 8710 1250 0 0 1257 1 0 0 25 0 9 0 722043850 310145024 37176 33554432000 4194304 4417452 140736908101280 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2809/tid=2819] ppid=2807 vsize=302876 CPUtime=12.58 cores=0-7
/proc/2809/task/2819/stat : 2819 (plingeling) R 2807 2809 2659 0 -1 4202560 29217 1250 0 0 1252 6 0 0 25 0 9 0 722043850 310145024 37176 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2809/tid=2820] ppid=2807 vsize=302876 CPUtime=12.58 cores=0-7
/proc/2809/task/2820/stat : 2820 (plingeling) R 2807 2809 2659 0 -1 4202560 2972 1250 0 0 1258 0 0 0 25 0 9 0 722043850 310145024 37176 33554432000 4194304 4417452 140736908101280 18446744073709551615 4311547 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2809/tid=2821] ppid=2807 vsize=302876 CPUtime=12.57 cores=0-7
/proc/2809/task/2821/stat : 2821 (plingeling) R 2807 2809 2659 0 -1 4202560 3452 1250 0 0 1257 0 0 0 25 0 9 0 722043851 310145024 37176 33554432000 4194304 4417452 140736908101280 18446744073709551615 4309871 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2809/tid=2822] ppid=2807 vsize=302876 CPUtime=12.57 cores=0-7
/proc/2809/task/2822/stat : 2822 (plingeling) R 2807 2809 2659 0 -1 4202560 5867 1250 0 0 1257 0 0 0 25 0 9 0 722043851 310145024 37176 33554432000 4194304 4417452 140736908101280 18446744073709551615 4250986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2809/tid=2823] ppid=2807 vsize=302876 CPUtime=12.35 cores=0-7
/proc/2809/task/2823/stat : 2823 (plingeling) R 2807 2809 2659 0 -1 4202560 2927 1250 0 0 1235 0 0 0 25 0 9 0 722043851 310145024 37176 33554432000 4194304 4417452 140736908101280 18446744073709551615 4307831 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.55
Current children cumulated vsize (KiB) 302876

[startup+25.5008 s]
/proc/loadavg: 8.10 8.03 7.08 9/556 2824
/proc/meminfo: memFree=17110340/32950928 swapFree=67056576/67111528
[pid=2809] ppid=2807 vsize=330328 CPUtime=202.69 cores=0-7
/proc/2809/stat : 2809 (plingeling) S 2807 2809 2659 0 -1 4202496 108898 1250 0 0 20249 20 0 0 25 0 9 0 722043839 338255872 44378 33554432000 4194304 4417452 140736908101280 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2809/statm: 82582 44378 180 55 0 80468 0
[pid=2809/tid=2816] ppid=2807 vsize=330328 CPUtime=25.38 cores=0-7
/proc/2809/task/2816/stat : 2816 (plingeling) R 2807 2809 2659 0 -1 4202560 5825 1250 0 0 2537 1 0 0 25 0 9 0 722043850 338255872 44378 33554432000 4194304 4417452 140736908101280 18446744073709551615 4236290 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2809/tid=2817] ppid=2807 vsize=330328 CPUtime=25.37 cores=0-7
/proc/2809/task/2817/stat : 2817 (plingeling) R 2807 2809 2659 0 -1 4202560 6898 1250 0 0 2537 0 0 0 25 0 9 0 722043850 338255872 44378 33554432000 4194304 4417452 140736908101280 18446744073709551615 4250080 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2809/tid=2818] ppid=2807 vsize=330328 CPUtime=25.37 cores=0-7
/proc/2809/task/2818/stat : 2818 (plingeling) R 2807 2809 2659 0 -1 4202560 12736 1250 0 0 2536 1 0 0 25 0 9 0 722043850 338255872 44378 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2809/tid=2819] ppid=2807 vsize=330328 CPUtime=25.36 cores=0-7
/proc/2809/task/2819/stat : 2819 (plingeling) R 2807 2809 2659 0 -1 4202560 47824 1250 0 0 2526 10 0 0 25 0 9 0 722043850 338255872 44378 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2809/tid=2820] ppid=2807 vsize=330328 CPUtime=25.37 cores=0-7
/proc/2809/task/2820/stat : 2820 (plingeling) R 2807 2809 2659 0 -1 4202560 5656 1250 0 0 2537 0 0 0 25 0 9 0 722043850 338255872 44378 33554432000 4194304 4417452 140736908101280 18446744073709551615 4239418 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2809/tid=2821] ppid=2807 vsize=330328 CPUtime=25.37 cores=0-7
/proc/2809/task/2821/stat : 2821 (plingeling) R 2807 2809 2659 0 -1 4202560 5659 1250 0 0 2537 0 0 0 25 0 9 0 722043851 338255872 44378 33554432000 4194304 4417452 140736908101280 18446744073709551615 4309869 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2809/tid=2822] ppid=2807 vsize=330328 CPUtime=25.37 cores=0-7
/proc/2809/task/2822/stat : 2822 (plingeling) R 2807 2809 2659 0 -1 4202560 8957 1250 0 0 2536 1 0 0 25 0 9 0 722043851 338255872 44378 33554432000 4194304 4417452 140736908101280 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2809/tid=2823] ppid=2807 vsize=330328 CPUtime=24.91 cores=0-7
/proc/2809/task/2823/stat : 2823 (plingeling) R 2807 2809 2659 0 -1 4202560 10656 1250 0 0 2490 1 0 0 25 0 9 0 722043851 338255872 44378 33554432000 4194304 4417452 140736908101280 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.69
Current children cumulated vsize (KiB) 330328

[startup+51.1009 s]
/proc/loadavg: 8.06 8.03 7.11 9/556 2825
/proc/meminfo: memFree=16943704/32950928 swapFree=67056576/67111528
[pid=2809] ppid=2807 vsize=501796 CPUtime=407.03 cores=0-7
/proc/2809/stat : 2809 (plingeling) S 2807 2809 2659 0 -1 4202496 219421 1250 0 0 40668 35 0 0 25 0 9 0 722043839 513839104 87170 33554432000 4194304 4417452 140736908101280 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2809/statm: 125449 87170 180 55 0 123335 0
[pid=2809/tid=2816] ppid=2807 vsize=501796 CPUtime=50.97 cores=0-7
/proc/2809/task/2816/stat : 2816 (plingeling) R 2807 2809 2659 0 -1 4202560 15681 1250 0 0 5095 2 0 0 25 0 9 0 722043850 513839104 87170 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2809/tid=2817] ppid=2807 vsize=501796 CPUtime=50.98 cores=0-7
/proc/2809/task/2817/stat : 2817 (plingeling) R 2807 2809 2659 0 -1 4202560 17783 1250 0 0 5096 2 0 0 25 0 9 0 722043850 513839104 87170 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2809/tid=2818] ppid=2807 vsize=501796 CPUtime=50.97 cores=0-7

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

[pid=2809/tid=2818] ppid=2807 vsize=7162548 CPUtime=4722.38 cores=0-7
/proc/2809/task/2818/stat : 2818 (plingeling) R 2807 2809 2659 0 -1 4202560 1315304 1250 0 0 472010 228 0 0 25 0 9 0 722043850 7334449152 1757052 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364780 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2809/tid=2819] ppid=2807 vsize=7162548 CPUtime=4720.98 cores=0-7
/proc/2809/task/2819/stat : 2819 (plingeling) R 2807 2809 2659 0 -1 4202560 730482 1250 0 0 471958 140 0 0 25 0 9 0 722043850 7334449152 1757052 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2809/tid=2820] ppid=2807 vsize=7162548 CPUtime=4722.35 cores=0-7
/proc/2809/task/2820/stat : 2820 (plingeling) R 2807 2809 2659 0 -1 4202560 1681456 1250 0 0 471927 308 0 0 25 0 9 0 722043850 7334449152 1757052 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2809/tid=2821] ppid=2807 vsize=7162548 CPUtime=4720.71 cores=0-7
/proc/2809/task/2821/stat : 2821 (plingeling) R 2807 2809 2659 0 -1 4202560 1720415 1250 0 0 471762 309 0 0 25 0 9 0 722043851 7334449152 1757052 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2809/tid=2822] ppid=2807 vsize=7162548 CPUtime=4722.36 cores=0-7
/proc/2809/task/2822/stat : 2822 (plingeling) R 2807 2809 2659 0 -1 4202560 1374953 1250 0 0 471972 264 0 0 25 0 9 0 722043851 7334449152 1757052 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2809/tid=2823] ppid=2807 vsize=7162548 CPUtime=4636.3 cores=0-7
/proc/2809/task/2823/stat : 2823 (plingeling) R 2807 2809 2659 0 -1 4202560 1558797 1250 0 0 463349 281 0 0 25 0 9 0 722043851 7334449152 1757052 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37689.8
Current children cumulated vsize (KiB) 7162548

[startup+4782.3 s]
/proc/loadavg: 8.04 8.09 8.03 9/556 2991
/proc/meminfo: memFree=10101548/32950928 swapFree=67056576/67111528
[pid=2809] ppid=2807 vsize=7305740 CPUtime=38168.6 cores=0-7
/proc/2809/stat : 2809 (plingeling) S 2807 2809 2659 0 -1 4202496 11426261 1250 0 0 3814757 2099 0 0 25 0 9 0 722043839 7481077760 1792850 33554432000 4194304 4417452 140736908101280 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2809/statm: 1826435 1792850 180 55 0 1824321 0
[pid=2809/tid=2816] ppid=2807 vsize=7305740 CPUtime=4782.22 cores=0-7
/proc/2809/task/2816/stat : 2816 (plingeling) R 2807 2809 2659 0 -1 4202560 1476303 1250 0 0 477948 274 0 0 25 0 9 0 722043850 7481077760 1792850 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2809/tid=2817] ppid=2807 vsize=7305740 CPUtime=4782.3 cores=0-7
/proc/2809/task/2817/stat : 2817 (plingeling) R 2807 2809 2659 0 -1 4202560 1461449 1250 0 0 477963 267 0 0 25 0 9 0 722043850 7481077760 1792850 33554432000 4194304 4417452 140736908101280 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2809/tid=2818] ppid=2807 vsize=7305740 CPUtime=4782.36 cores=0-7
/proc/2809/task/2818/stat : 2818 (plingeling) R 2807 2809 2659 0 -1 4202560 1315304 1250 0 0 478008 228 0 0 25 0 9 0 722043850 7481077760 1792850 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2809/tid=2819] ppid=2807 vsize=7305740 CPUtime=4780.94 cores=0-7
/proc/2809/task/2819/stat : 2819 (plingeling) R 2807 2809 2659 0 -1 4202560 730482 1250 0 0 477954 140 0 0 25 0 9 0 722043850 7481077760 1792850 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2809/tid=2820] ppid=2807 vsize=7305740 CPUtime=4782.33 cores=0-7
/proc/2809/task/2820/stat : 2820 (plingeling) R 2807 2809 2659 0 -1 4202560 1681456 1250 0 0 477925 308 0 0 25 0 9 0 722043850 7481077760 1792850 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2809/tid=2821] ppid=2807 vsize=7305740 CPUtime=4780.69 cores=0-7
/proc/2809/task/2821/stat : 2821 (plingeling) R 2807 2809 2659 0 -1 4202560 1720415 1250 0 0 477760 309 0 0 25 0 9 0 722043851 7481077760 1792850 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2809/tid=2822] ppid=2807 vsize=7305740 CPUtime=4782.34 cores=0-7
/proc/2809/task/2822/stat : 2822 (plingeling) R 2807 2809 2659 0 -1 4202560 1477368 1250 0 0 477945 289 0 0 25 0 9 0 722043851 7481077760 1792850 33554432000 4194304 4417452 140736908101280 18446744073709551615 4366082 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2809/tid=2823] ppid=2807 vsize=7305740 CPUtime=4695.2 cores=0-7
/proc/2809/task/2823/stat : 2823 (plingeling) R 2807 2809 2659 0 -1 4202560 1558797 1250 0 0 469239 281 0 0 25 0 9 0 722043851 7481077760 1792850 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38168.6
Current children cumulated vsize (KiB) 7305740

[startup+4842.3 s]
/proc/loadavg: 8.01 8.07 8.02 9/556 2992
/proc/meminfo: memFree=10101912/32950928 swapFree=67056576/67111528
[pid=2809] ppid=2807 vsize=7305740 CPUtime=38647.4 cores=0-7
/proc/2809/stat : 2809 (plingeling) S 2807 2809 2659 0 -1 4202496 11426261 1250 0 0 3862645 2099 0 0 25 0 9 0 722043839 7481077760 1792850 33554432000 4194304 4417452 140736908101280 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2809/statm: 1826435 1792850 180 55 0 1824321 0
[pid=2809/tid=2816] ppid=2807 vsize=7305740 CPUtime=4842.22 cores=0-7
/proc/2809/task/2816/stat : 2816 (plingeling) R 2807 2809 2659 0 -1 4202560 1476303 1250 0 0 483948 274 0 0 25 0 9 0 722043850 7481077760 1792850 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2809/tid=2817] ppid=2807 vsize=7305740 CPUtime=4842.3 cores=0-7
/proc/2809/task/2817/stat : 2817 (plingeling) R 2807 2809 2659 0 -1 4202560 1461449 1250 0 0 483963 267 0 0 25 0 9 0 722043850 7481077760 1792850 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2809/tid=2818] ppid=2807 vsize=7305740 CPUtime=4842.36 cores=0-7
/proc/2809/task/2818/stat : 2818 (plingeling) R 2807 2809 2659 0 -1 4202560 1315304 1250 0 0 484008 228 0 0 25 0 9 0 722043850 7481077760 1792850 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2809/tid=2819] ppid=2807 vsize=7305740 CPUtime=4840.92 cores=0-7
/proc/2809/task/2819/stat : 2819 (plingeling) R 2807 2809 2659 0 -1 4202560 730482 1250 0 0 483952 140 0 0 25 0 9 0 722043850 7481077760 1792850 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2809/tid=2820] ppid=2807 vsize=7305740 CPUtime=4842.33 cores=0-7
/proc/2809/task/2820/stat : 2820 (plingeling) R 2807 2809 2659 0 -1 4202560 1681456 1250 0 0 483925 308 0 0 25 0 9 0 722043850 7481077760 1792850 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2809/tid=2821] ppid=2807 vsize=7305740 CPUtime=4840.7 cores=0-7
/proc/2809/task/2821/stat : 2821 (plingeling) R 2807 2809 2659 0 -1 4202560 1720415 1250 0 0 483761 309 0 0 25 0 9 0 722043851 7481077760 1792850 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2809/tid=2822] ppid=2807 vsize=7305740 CPUtime=4842.34 cores=0-7
/proc/2809/task/2822/stat : 2822 (plingeling) R 2807 2809 2659 0 -1 4202560 1477368 1250 0 0 483945 289 0 0 25 0 9 0 722043851 7481077760 1792850 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2809/tid=2823] ppid=2807 vsize=7305740 CPUtime=4754.1 cores=0-7
/proc/2809/task/2823/stat : 2823 (plingeling) R 2807 2809 2659 0 -1 4202560 1558797 1250 0 0 475129 281 0 0 25 0 9 0 722043851 7481077760 1792850 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38647.4
Current children cumulated vsize (KiB) 7305740

[startup+4902.3 s]
/proc/loadavg: 8.11 8.09 8.03 9/556 2994
/proc/meminfo: memFree=9970468/32950928 swapFree=67056576/67111528
[pid=2809] ppid=2807 vsize=7436812 CPUtime=39126.4 cores=0-7
/proc/2809/stat : 2809 (plingeling) S 2807 2809 2659 0 -1 4202496 11459029 1250 0 0 3910526 2109 0 0 25 0 9 0 722043839 7615295488 1825618 33554432000 4194304 4417452 140736908101280 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2809/statm: 1859203 1825618 180 55 0 1857089 0
[pid=2809/tid=2816] ppid=2807 vsize=7436812 CPUtime=4902.22 cores=0-7
/proc/2809/task/2816/stat : 2816 (plingeling) R 2807 2809 2659 0 -1 4202560 1476303 1250 0 0 489948 274 0 0 25 0 9 0 722043850 7615295488 1825618 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2809/tid=2817] ppid=2807 vsize=7436812 CPUtime=4902.31 cores=0-7
/proc/2809/task/2817/stat : 2817 (plingeling) R 2807 2809 2659 0 -1 4202560 1461449 1250 0 0 489964 267 0 0 25 0 9 0 722043850 7615295488 1825618 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2809/tid=2818] ppid=2807 vsize=7436812 CPUtime=4902.37 cores=0-7
/proc/2809/task/2818/stat : 2818 (plingeling) R 2807 2809 2659 0 -1 4202560 1315304 1250 0 0 490009 228 0 0 25 0 9 0 722043850 7615295488 1825618 33554432000 4194304 4417452 140736908101280 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2809/tid=2819] ppid=2807 vsize=7436812 CPUtime=4900.91 cores=0-7
/proc/2809/task/2819/stat : 2819 (plingeling) R 2807 2809 2659 0 -1 4202560 763250 1250 0 0 489941 150 0 0 25 0 9 0 722043850 7615295488 1825618 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2809/tid=2820] ppid=2807 vsize=7436812 CPUtime=4902.34 cores=0-7
/proc/2809/task/2820/stat : 2820 (plingeling) R 2807 2809 2659 0 -1 4202560 1681456 1250 0 0 489926 308 0 0 25 0 9 0 722043850 7615295488 1825618 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2809/tid=2821] ppid=2807 vsize=7436812 CPUtime=4900.7 cores=0-7
/proc/2809/task/2821/stat : 2821 (plingeling) R 2807 2809 2659 0 -1 4202560 1720415 1250 0 0 489761 309 0 0 25 0 9 0 722043851 7615295488 1825618 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2809/tid=2822] ppid=2807 vsize=7436812 CPUtime=4902.34 cores=0-7
/proc/2809/task/2822/stat : 2822 (plingeling) R 2807 2809 2659 0 -1 4202560 1477368 1250 0 0 489945 289 0 0 25 0 9 0 722043851 7615295488 1825618 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2809/tid=2823] ppid=2807 vsize=7436812 CPUtime=4813.01 cores=0-7
/proc/2809/task/2823/stat : 2823 (plingeling) R 2807 2809 2659 0 -1 4202560 1558797 1250 0 0 481020 281 0 0 25 0 9 0 722043851 7615295488 1825618 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39126.4
Current children cumulated vsize (KiB) 7436812

[startup+4962.3 s]
/proc/loadavg: 8.04 8.07 8.02 9/556 2996
/proc/meminfo: memFree=9681804/32950928 swapFree=67056576/67111528
[pid=2809] ppid=2807 vsize=7724684 CPUtime=39605.2 cores=0-7
/proc/2809/stat : 2809 (plingeling) S 2807 2809 2659 0 -1 4202496 11753457 1250 0 0 3958341 2182 0 0 25 0 9 0 722043839 7910076416 1897586 33554432000 4194304 4417452 140736908101280 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2809/statm: 1931171 1897586 180 55 0 1929057 0
[pid=2809/tid=2816] ppid=2807 vsize=7724684 CPUtime=4962.22 cores=0-7
/proc/2809/task/2816/stat : 2816 (plingeling) R 2807 2809 2659 0 -1 4202560 1588679 1250 0 0 495918 304 0 0 25 0 9 0 722043850 7910076416 1897586 33554432000 4194304 4417452 140736908101280 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2809/tid=2817] ppid=2807 vsize=7724684 CPUtime=4962.31 cores=0-7
/proc/2809/task/2817/stat : 2817 (plingeling) R 2807 2809 2659 0 -1 4202560 1461449 1250 0 0 495964 267 0 0 25 0 9 0 722043850 7910076416 1897586 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2809/tid=2818] ppid=2807 vsize=7724684 CPUtime=4962.36 cores=0-7
/proc/2809/task/2818/stat : 2818 (plingeling) R 2807 2809 2659 0 -1 4202560 1398337 1250 0 0 495989 247 0 0 25 0 9 0 722043850 7910076416 1897586 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2809/tid=2819] ppid=2807 vsize=7724684 CPUtime=4960.9 cores=0-7
/proc/2809/task/2819/stat : 2819 (plingeling) R 2807 2809 2659 0 -1 4202560 763250 1250 0 0 495940 150 0 0 25 0 9 0 722043850 7910076416 1897586 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2809/tid=2820] ppid=2807 vsize=7724684 CPUtime=4962.33 cores=0-7
/proc/2809/task/2820/stat : 2820 (plingeling) R 2807 2809 2659 0 -1 4202560 1780475 1250 0 0 495902 331 0 0 25 0 9 0 722043850 7910076416 1897586 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2809/tid=2821] ppid=2807 vsize=7724684 CPUtime=4960.7 cores=0-7
/proc/2809/task/2821/stat : 2821 (plingeling) R 2807 2809 2659 0 -1 4202560 1720415 1250 0 0 495761 309 0 0 25 0 9 0 722043851 7910076416 1897586 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2809/tid=2822] ppid=2807 vsize=7724684 CPUtime=4962.34 cores=0-7
/proc/2809/task/2822/stat : 2822 (plingeling) R 2807 2809 2659 0 -1 4202560 1477368 1250 0 0 495945 289 0 0 25 0 9 0 722043851 7910076416 1897586 33554432000 4194304 4417452 140736908101280 18446744073709551615 18446744073699066094 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2809/tid=2823] ppid=2807 vsize=7724684 CPUtime=4871.89 cores=0-7
/proc/2809/task/2823/stat : 2823 (plingeling) R 2807 2809 2659 0 -1 4202560 1558797 1250 0 0 486908 281 0 0 25 0 9 0 722043851 7910076416 1897586 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39605.2
Current children cumulated vsize (KiB) 7724684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.8 s]
/proc/loadavg: 8.10 8.07 8.02 9/556 2997
/proc/meminfo: memFree=9681916/32950928 swapFree=67056576/67111528
[pid=2809] ppid=2807 vsize=7724684 CPUtime=40000.4 cores=0-7
/proc/2809/stat : 2809 (plingeling) S 2807 2809 2659 0 -1 4202496 11753457 1250 0 0 3997855 2182 0 0 25 0 9 0 722043839 7910076416 1897586 33554432000 4194304 4417452 140736908101280 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/2809/statm: 1931171 1897586 180 55 0 1929057 0
[pid=2809/tid=2816] ppid=2807 vsize=7724684 CPUtime=5011.74 cores=0-7
/proc/2809/task/2816/stat : 2816 (plingeling) R 2807 2809 2659 0 -1 4202560 1588679 1250 0 0 500870 304 0 0 25 0 9 0 722043850 7910076416 1897586 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=2809/tid=2817] ppid=2807 vsize=7724684 CPUtime=5011.83 cores=0-7
/proc/2809/task/2817/stat : 2817 (plingeling) R 2807 2809 2659 0 -1 4202560 1461449 1250 0 0 500916 267 0 0 25 0 9 0 722043850 7910076416 1897586 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2809/tid=2818] ppid=2807 vsize=7724684 CPUtime=5011.89 cores=0-7
/proc/2809/task/2818/stat : 2818 (plingeling) R 2807 2809 2659 0 -1 4202560 1398337 1250 0 0 500942 247 0 0 25 0 9 0 722043850 7910076416 1897586 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2809/tid=2819] ppid=2807 vsize=7724684 CPUtime=5010.41 cores=0-7
/proc/2809/task/2819/stat : 2819 (plingeling) R 2807 2809 2659 0 -1 4202560 763250 1250 0 0 500891 150 0 0 25 0 9 0 722043850 7910076416 1897586 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=2809/tid=2820] ppid=2807 vsize=7724684 CPUtime=5011.86 cores=0-7
/proc/2809/task/2820/stat : 2820 (plingeling) R 2807 2809 2659 0 -1 4202560 1780475 1250 0 0 500855 331 0 0 25 0 9 0 722043850 7910076416 1897586 33554432000 4194304 4417452 140736908101280 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2809/tid=2821] ppid=2807 vsize=7724684 CPUtime=5010.22 cores=0-7
/proc/2809/task/2821/stat : 2821 (plingeling) R 2807 2809 2659 0 -1 4202560 1720415 1250 0 0 500713 309 0 0 25 0 9 0 722043851 7910076416 1897586 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=2809/tid=2822] ppid=2807 vsize=7724684 CPUtime=5011.87 cores=0-7
/proc/2809/task/2822/stat : 2822 (plingeling) R 2807 2809 2659 0 -1 4202560 1477368 1250 0 0 500898 289 0 0 25 0 9 0 722043851 7910076416 1897586 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=2809/tid=2823] ppid=2807 vsize=7724684 CPUtime=4920.49 cores=0-7
/proc/2809/task/2823/stat : 2823 (plingeling) R 2807 2809 2659 0 -1 4202560 1558797 1250 0 0 491768 281 0 0 25 0 9 0 722043851 7910076416 1897586 33554432000 4194304 4417452 140736908101280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 7724684

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

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

[startup+5012 s]
/proc/loadavg: 8.10 8.07 8.02 9/556 2997
/proc/meminfo: memFree=9681916/32950928 swapFree=67056576/67111528
[pid=2809] ppid=2807 vsize=0 CPUtime=40000.7 cores=0-7
/proc/2809/stat : 2809 (plingeling) Z 2807 2809 2659 0 -1 4203548 11753457 1250 0 0 3997871 2199 0 0 18 0 2 0 722043839 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2809/statm: 0 0 0 0 0 0 0
[pid=2809/tid=2823] ppid=2807 vsize=0 CPUtime=4920.68 cores=0-7
/proc/2809/task/2823/stat : 2823 (plingeling) R 2807 2809 2659 0 -1 4203588 1558797 1250 0 0 491769 299 0 0 25 0 2 0 722043851 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 0

[startup+5012.1 s]
/proc/loadavg: 8.10 8.07 8.02 9/556 2997
/proc/meminfo: memFree=9681916/32950928 swapFree=67056576/67111528
[pid=2809] ppid=2807 vsize=0 CPUtime=40000.8 cores=0-7
/proc/2809/stat : 2809 (plingeling) Z 2807 2809 2659 0 -1 4203548 11753457 1250 0 0 3997871 2209 0 0 18 0 2 0 722043839 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2809/statm: 0 0 0 0 0 0 0
[pid=2809/tid=2823] ppid=2807 vsize=0 CPUtime=4920.78 cores=0-7
/proc/2809/task/2823/stat : 2823 (plingeling) R 2807 2809 2659 0 -1 4203588 1558797 1250 0 0 491769 309 0 0 25 0 2 0 722043851 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5012.11
CPU time (s): 40000.8
CPU user time (s): 39978.7
CPU system time (s): 22.1146
CPU usage (%): 798.083
Max. virtual memory (cumulated for all children) (KiB): 7724684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39978.7
system time used= 22.1146
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11754707
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= 305
involuntary context switches= 194383

runsolver used 25.6721 second user time and 65.733 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-23 00:47:48
IDJOB=3394728
IDBENCH=83982
IDSOLVER=1851
FILE ID=node148/3394728-1306104468
RUNJOBID= node148-1306102929-2673
PBS_JOBID= 13387991
Free space on /tmp= 73160 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_29_50_3-dir.shuffled-as.sat03-179.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394728-1306104468/watcher-3394728-1306104468 -o /tmp/evaluation-result-3394728-1306104468/solver-3394728-1306104468 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394728-1306104468.cnf

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

MD5SUM BENCH= 7f62d729a30ffc73b7fa61161ba43630
RANDOM SEED=1685366984

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17287616 kB
Buffers:        376188 kB
Cached:        8080844 kB
SwapCached:       8480 kB
Active:        9663608 kB
Inactive:      5621144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17287616 kB
SwapTotal:    67111528 kB
SwapFree:     67056576 kB
Dirty:             796 kB
Writeback:           0 kB
AnonPages:     6825384 kB
Mapped:          43092 kB
Slab:           248880 kB
PageTables:      57628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170356000 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= 73160 MiB
End job on node148 at 2011-05-23 02:11:22