Trace number 3394694

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.7 5011.42

General information on the benchmark

NameSAT03/handmade/gomes/bqwh/
bqwh.60.1152.shuffled-as.sat03-1650.cnf
MD5SUM98d6317b259165bb4fb7a39e783668e0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark373.939
Satisfiable
(Un)Satisfiability was proved
Number of variables7534
Number of clauses72812
Sum of the clauses size161368
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269406
Number of clauses of size 3128
Number of clauses of size 4291
Number of clauses of size 5538
Number of clauses of size over 52449

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-3394694-1306103030/watcher-3394694-1306103030 -o /tmp/evaluation-result-3394694-1306103030/solver-3394694-1306103030 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394694-1306103030.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: 6.02 2.17 1.84 2/514 19146
/proc/meminfo: memFree=9085404/32951124 swapFree=65066528/67111528
[pid=19146] ppid=19144 vsize=12228 CPUtime=0 cores=0-7
/proc/19146/stat : 19146 (plingeling) R 19144 19146 19049 0 -1 4202496 1118 1251 0 0 0 0 0 0 22 0 1 0 702718498 12521472 1048 33554432000 4194304 4417452 140733383420976 18446744073709551615 228095450880 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/19146/statm: 3057 1048 148 55 0 943 0

[startup+0.032454 s]
/proc/loadavg: 6.02 2.17 1.84 2/514 19146
/proc/meminfo: memFree=9085404/32951124 swapFree=65066528/67111528
[pid=19146] ppid=19144 vsize=14952 CPUtime=0.02 cores=0-7
/proc/19146/stat : 19146 (plingeling) R 19144 19146 19049 0 -1 4202496 1832 1251 0 0 2 0 0 0 22 0 1 0 702718498 15310848 1762 33554432000 4194304 4417452 140733383420976 18446744073709551615 4231675 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/19146/statm: 3738 1762 149 55 0 1624 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14952

[startup+0.100454 s]
/proc/loadavg: 6.02 2.17 1.84 2/514 19146
/proc/meminfo: memFree=9085404/32951124 swapFree=65066528/67111528
[pid=19146] ppid=19144 vsize=22712 CPUtime=0.09 cores=0-7
/proc/19146/stat : 19146 (plingeling) R 19144 19146 19049 0 -1 4202496 3820 1251 0 0 9 0 0 0 23 0 1 0 702718498 23257088 3670 33554432000 4194304 4417452 140733383420976 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/19146/statm: 5678 3670 149 55 0 3564 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22712

[startup+0.300369 s]
/proc/loadavg: 6.02 2.17 1.84 2/514 19146
/proc/meminfo: memFree=9085404/32951124 swapFree=65066528/67111528
[pid=19146] ppid=19144 vsize=181304 CPUtime=0.99 cores=0-7
/proc/19146/stat : 19146 (plingeling) S 19144 19146 19049 0 -1 4202496 7998 1251 0 0 98 1 0 0 25 0 9 0 702718498 185655296 6665 33554432000 4194304 4417452 140733383420976 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19146/statm: 45326 6665 173 55 0 43212 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 181304

[startup+0.700295 s]
/proc/loadavg: 6.02 2.17 1.84 2/514 19146
/proc/meminfo: memFree=9085404/32951124 swapFree=65066528/67111528
[pid=19146] ppid=19144 vsize=183724 CPUtime=4.18 cores=0-7
/proc/19146/stat : 19146 (plingeling) S 19144 19146 19049 0 -1 4202496 11732 1251 0 0 417 1 0 0 25 0 9 0 702718498 188133376 7131 33554432000 4194304 4417452 140733383420976 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19146/statm: 45931 7131 180 55 0 43817 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 183724

[startup+1.50115 s]
/proc/loadavg: 6.02 2.17 1.84 9/523 19160
/proc/meminfo: memFree=9055580/32951124 swapFree=65066528/67111528
[pid=19146] ppid=19144 vsize=185576 CPUtime=10.57 cores=0-7
/proc/19146/stat : 19146 (plingeling) S 19144 19146 19049 0 -1 4202496 12274 1251 0 0 1056 1 0 0 25 0 9 0 702718498 190029824 7633 33554432000 4194304 4417452 140733383420976 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19146/statm: 46394 7633 180 55 0 44280 0
[pid=19146/tid=19153] ppid=19144 vsize=185576 CPUtime=1.3 cores=0-7
/proc/19146/task/19153/stat : 19153 (plingeling) R 19144 19146 19049 0 -1 4202560 1231 1251 0 0 130 0 0 0 19 0 9 0 702718517 190029824 7633 33554432000 4194304 4417452 140733383420976 18446744073709551615 4320947 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=185576 CPUtime=1.3 cores=0-7
/proc/19146/task/19154/stat : 19154 (plingeling) R 19144 19146 19049 0 -1 4202560 299 1251 0 0 130 0 0 0 25 0 9 0 702718517 190029824 7633 33554432000 4194304 4417452 140733383420976 18446744073709551615 4357204 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19146/tid=19155] ppid=19144 vsize=185576 CPUtime=1.3 cores=0-7
/proc/19146/task/19155/stat : 19155 (plingeling) R 19144 19146 19049 0 -1 4202560 1239 1251 0 0 130 0 0 0 25 0 9 0 702718517 190029824 7633 33554432000 4194304 4417452 140733383420976 18446744073709551615 4357589 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=185576 CPUtime=1.3 cores=0-7
/proc/19146/task/19156/stat : 19156 (plingeling) R 19144 19146 19049 0 -1 4202560 395 1251 0 0 130 0 0 0 25 0 9 0 702718517 190029824 7633 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=185576 CPUtime=1.3 cores=0-7
/proc/19146/task/19157/stat : 19157 (plingeling) R 19144 19146 19049 0 -1 4202560 598 1251 0 0 130 0 0 0 19 0 9 0 702718517 190029824 7633 33554432000 4194304 4417452 140733383420976 18446744073709551615 4357256 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19146/tid=19158] ppid=19144 vsize=185576 CPUtime=1.3 cores=0-7
/proc/19146/task/19158/stat : 19158 (plingeling) R 19144 19146 19049 0 -1 4202560 1054 1251 0 0 130 0 0 0 25 0 9 0 702718517 190029824 7633 33554432000 4194304 4417452 140733383420976 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19146/tid=19159] ppid=19144 vsize=185576 CPUtime=1.24 cores=0-7
/proc/19146/task/19159/stat : 19159 (plingeling) R 19144 19146 19049 0 -1 4202560 620 1251 0 0 124 0 0 0 25 0 9 0 702718518 190029824 7633 33554432000 4194304 4417452 140733383420976 18446744073709551615 4357219 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19146/tid=19160] ppid=19144 vsize=185576 CPUtime=1.3 cores=0-7
/proc/19146/task/19160/stat : 19160 (plingeling) R 19144 19146 19049 0 -1 4202560 823 1251 0 0 130 0 0 0 25 0 9 0 702718518 190029824 7633 33554432000 4194304 4417452 140733383420976 18446744073709551615 4357329 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.57
Current children cumulated vsize (KiB) 185576

[startup+3.10085 s]
/proc/loadavg: 6.02 2.17 1.84 9/523 19160
/proc/meminfo: memFree=9049876/32951124 swapFree=65066528/67111528
[pid=19146] ppid=19144 vsize=192156 CPUtime=23.35 cores=0-7
/proc/19146/stat : 19146 (plingeling) S 19144 19146 19049 0 -1 4202496 14620 1251 0 0 2334 1 0 0 25 0 9 0 702718498 196767744 9480 33554432000 4194304 4417452 140733383420976 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19146/statm: 48039 9480 180 55 0 45925 0
[pid=19146/tid=19153] ppid=19144 vsize=192156 CPUtime=2.9 cores=0-7
/proc/19146/task/19153/stat : 19153 (plingeling) R 19144 19146 19049 0 -1 4202560 1311 1251 0 0 290 0 0 0 24 0 9 0 702718517 196767744 9480 33554432000 4194304 4417452 140733383420976 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=192156 CPUtime=2.9 cores=0-7
/proc/19146/task/19154/stat : 19154 (plingeling) R 19144 19146 19049 0 -1 4202560 430 1251 0 0 290 0 0 0 25 0 9 0 702718517 196767744 9480 33554432000 4194304 4417452 140733383420976 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19146/tid=19155] ppid=19144 vsize=192156 CPUtime=2.9 cores=0-7
/proc/19146/task/19155/stat : 19155 (plingeling) R 19144 19146 19049 0 -1 4202560 1495 1251 0 0 290 0 0 0 25 0 9 0 702718517 196767744 9480 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=192156 CPUtime=2.9 cores=0-7
/proc/19146/task/19156/stat : 19156 (plingeling) R 19144 19146 19049 0 -1 4202560 1392 1251 0 0 290 0 0 0 25 0 9 0 702718517 196767744 9480 33554432000 4194304 4417452 140733383420976 18446744073709551615 4358116 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=192156 CPUtime=2.9 cores=0-7
/proc/19146/task/19157/stat : 19157 (plingeling) R 19144 19146 19049 0 -1 4202560 1040 1251 0 0 290 0 0 0 24 0 9 0 702718517 196767744 9480 33554432000 4194304 4417452 140733383420976 18446744073709551615 4259147 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19146/tid=19158] ppid=19144 vsize=192156 CPUtime=2.9 cores=0-7
/proc/19146/task/19158/stat : 19158 (plingeling) R 19144 19146 19049 0 -1 4202560 1134 1251 0 0 290 0 0 0 25 0 9 0 702718517 196767744 9480 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19146/tid=19159] ppid=19144 vsize=192156 CPUtime=2.83 cores=0-7
/proc/19146/task/19159/stat : 19159 (plingeling) R 19144 19146 19049 0 -1 4202560 756 1251 0 0 283 0 0 0 25 0 9 0 702718518 196767744 9480 33554432000 4194304 4417452 140733383420976 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19146/tid=19160] ppid=19144 vsize=192156 CPUtime=2.9 cores=0-7
/proc/19146/task/19160/stat : 19160 (plingeling) R 19144 19146 19049 0 -1 4202560 1047 1251 0 0 290 0 0 0 25 0 9 0 702718518 196767744 9480 33554432000 4194304 4417452 140733383420976 18446744073709551615 4344176 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.35
Current children cumulated vsize (KiB) 192156

[startup+6.30126 s]
/proc/loadavg: 6.17 2.27 1.87 9/523 19160
/proc/meminfo: memFree=9038856/32951124 swapFree=65066528/67111528
[pid=19146] ppid=19144 vsize=202588 CPUtime=48.9 cores=0-7
/proc/19146/stat : 19146 (plingeling) S 19144 19146 19049 0 -1 4202496 20255 1251 0 0 4888 2 0 0 25 0 9 0 702718498 207450112 11877 33554432000 4194304 4417452 140733383420976 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19146/statm: 50647 11877 180 55 0 48533 0
[pid=19146/tid=19153] ppid=19144 vsize=202588 CPUtime=6.1 cores=0-7
/proc/19146/task/19153/stat : 19153 (plingeling) R 19144 19146 19049 0 -1 4202560 1575 1251 0 0 610 0 0 0 25 0 9 0 702718517 207450112 11877 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=202588 CPUtime=6.1 cores=0-7
/proc/19146/task/19154/stat : 19154 (plingeling) R 19144 19146 19049 0 -1 4202560 1325 1251 0 0 610 0 0 0 25 0 9 0 702718517 207450112 11877 33554432000 4194304 4417452 140733383420976 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19146/tid=19155] ppid=19144 vsize=202588 CPUtime=6.1 cores=0-7
/proc/19146/task/19155/stat : 19155 (plingeling) R 19144 19146 19049 0 -1 4202560 1774 1251 0 0 610 0 0 0 23 0 9 0 702718517 207450112 11877 33554432000 4194304 4417452 140733383420976 18446744073709551615 4232683 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=202588 CPUtime=6.1 cores=0-7
/proc/19146/task/19156/stat : 19156 (plingeling) R 19144 19146 19049 0 -1 4202560 3826 1251 0 0 610 0 0 0 25 0 9 0 702718517 207450112 11877 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=202588 CPUtime=6.1 cores=0-7
/proc/19146/task/19157/stat : 19157 (plingeling) R 19144 19146 19049 0 -1 4202560 1571 1251 0 0 610 0 0 0 25 0 9 0 702718517 207450112 11877 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19146/tid=19158] ppid=19144 vsize=202588 CPUtime=6.1 cores=0-7
/proc/19146/task/19158/stat : 19158 (plingeling) R 19144 19146 19049 0 -1 4202560 1409 1251 0 0 610 0 0 0 25 0 9 0 702718517 207450112 11877 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19146/tid=19159] ppid=19144 vsize=202588 CPUtime=5.97 cores=0-7
/proc/19146/task/19159/stat : 19159 (plingeling) R 19144 19146 19049 0 -1 4202560 1014 1251 0 0 597 0 0 0 25 0 9 0 702718518 207450112 11877 33554432000 4194304 4417452 140733383420976 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19146/tid=19160] ppid=19144 vsize=202588 CPUtime=6.1 cores=0-7
/proc/19146/task/19160/stat : 19160 (plingeling) R 19144 19146 19049 0 -1 4202560 1746 1251 0 0 610 0 0 0 25 0 9 0 702718518 207450112 11877 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.9
Current children cumulated vsize (KiB) 202588

[startup+12.7011 s]
/proc/loadavg: 6.32 2.36 1.90 9/523 19160
/proc/meminfo: memFree=9024364/32951124 swapFree=65066528/67111528
[pid=19146] ppid=19144 vsize=216736 CPUtime=99.98 cores=0-7
/proc/19146/stat : 19146 (plingeling) S 19144 19146 19049 0 -1 4202496 28556 1251 0 0 9996 2 0 0 25 0 9 0 702718498 221937664 15414 33554432000 4194304 4417452 140733383420976 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19146/statm: 54184 15414 180 55 0 52070 0
[pid=19146/tid=19153] ppid=19144 vsize=216736 CPUtime=12.5 cores=0-7
/proc/19146/task/19153/stat : 19153 (plingeling) R 19144 19146 19049 0 -1 4202560 2197 1251 0 0 1250 0 0 0 25 0 9 0 702718517 221937664 15414 33554432000 4194304 4417452 140733383420976 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=216736 CPUtime=12.5 cores=0-7
/proc/19146/task/19154/stat : 19154 (plingeling) R 19144 19146 19049 0 -1 4202560 1901 1251 0 0 1250 0 0 0 25 0 9 0 702718517 221937664 15414 33554432000 4194304 4417452 140733383420976 18446744073709551615 4232632 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19146/tid=19155] ppid=19144 vsize=216736 CPUtime=12.5 cores=0-7
/proc/19146/task/19155/stat : 19155 (plingeling) R 19144 19146 19049 0 -1 4202560 2490 1251 0 0 1250 0 0 0 25 0 9 0 702718517 221937664 15414 33554432000 4194304 4417452 140733383420976 18446744073709551615 4366469 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=216736 CPUtime=12.5 cores=0-7
/proc/19146/task/19156/stat : 19156 (plingeling) R 19144 19146 19049 0 -1 4202560 8007 1251 0 0 1250 0 0 0 25 0 9 0 702718517 221937664 15414 33554432000 4194304 4417452 140733383420976 18446744073709551615 4237326 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=216736 CPUtime=12.5 cores=0-7
/proc/19146/task/19157/stat : 19157 (plingeling) R 19144 19146 19049 0 -1 4202560 1899 1251 0 0 1250 0 0 0 25 0 9 0 702718517 221937664 15414 33554432000 4194304 4417452 140733383420976 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19146/tid=19158] ppid=19144 vsize=216736 CPUtime=12.5 cores=0-7
/proc/19146/task/19158/stat : 19158 (plingeling) R 19144 19146 19049 0 -1 4202560 1843 1251 0 0 1250 0 0 0 25 0 9 0 702718517 221937664 15414 33554432000 4194304 4417452 140733383420976 18446744073709551615 4365621 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19146/tid=19159] ppid=19144 vsize=216736 CPUtime=12.26 cores=0-7
/proc/19146/task/19159/stat : 19159 (plingeling) R 19144 19146 19049 0 -1 4202560 1527 1251 0 0 1226 0 0 0 25 0 9 0 702718518 221937664 15414 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364420 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19146/tid=19160] ppid=19144 vsize=216736 CPUtime=12.5 cores=0-7
/proc/19146/task/19160/stat : 19160 (plingeling) R 19144 19146 19049 0 -1 4202560 2677 1251 0 0 1250 0 0 0 25 0 9 0 702718518 221937664 15414 33554432000 4194304 4417452 140733383420976 18446744073709551615 4366693 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.98
Current children cumulated vsize (KiB) 216736

[startup+25.5007 s]
/proc/loadavg: 6.69 2.64 2.00 9/523 19160
/proc/meminfo: memFree=8983776/32951124 swapFree=65066528/67111528
[pid=19146] ppid=19144 vsize=256000 CPUtime=202.15 cores=0-7
/proc/19146/stat : 19146 (plingeling) S 19144 19146 19049 0 -1 4202496 49566 1251 0 0 20209 6 0 0 25 0 9 0 702718498 262144000 25274 33554432000 4194304 4417452 140733383420976 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19146/statm: 64000 25274 180 55 0 61886 0
[pid=19146/tid=19153] ppid=19144 vsize=256000 CPUtime=25.3 cores=0-7
/proc/19146/task/19153/stat : 19153 (plingeling) R 19144 19146 19049 0 -1 4202560 3999 1251 0 0 2530 0 0 0 25 0 9 0 702718517 262144000 25274 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=256000 CPUtime=25.3 cores=0-7
/proc/19146/task/19154/stat : 19154 (plingeling) R 19144 19146 19049 0 -1 4202560 4352 1251 0 0 2530 0 0 0 25 0 9 0 702718517 262144000 25274 33554432000 4194304 4417452 140733383420976 18446744073709551615 4237191 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19146/tid=19155] ppid=19144 vsize=256000 CPUtime=25.29 cores=0-7
/proc/19146/task/19155/stat : 19155 (plingeling) R 19144 19146 19049 0 -1 4202560 5805 1251 0 0 2529 0 0 0 25 0 9 0 702718517 262144000 25274 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364693 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=256000 CPUtime=25.3 cores=0-7
/proc/19146/task/19156/stat : 19156 (plingeling) R 19144 19146 19049 0 -1 4202560 15192 1251 0 0 2528 2 0 0 25 0 9 0 702718517 262144000 25274 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=256000 CPUtime=25.3 cores=0-7
/proc/19146/task/19157/stat : 19157 (plingeling) R 19144 19146 19049 0 -1 4202560 3609 1251 0 0 2530 0 0 0 25 0 9 0 702718517 262144000 25274 33554432000 4194304 4417452 140733383420976 18446744073709551615 4236852 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19146/tid=19158] ppid=19144 vsize=256000 CPUtime=25.29 cores=0-7
/proc/19146/task/19158/stat : 19158 (plingeling) R 19144 19146 19049 0 -1 4202560 4848 1251 0 0 2529 0 0 0 25 0 9 0 702718517 262144000 25274 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364315 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19146/tid=19159] ppid=19144 vsize=256000 CPUtime=24.83 cores=0-7
/proc/19146/task/19159/stat : 19159 (plingeling) R 19144 19146 19049 0 -1 4202560 2045 1251 0 0 2483 0 0 0 25 0 9 0 702718518 262144000 25274 33554432000 4194304 4417452 140733383420976 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19146/tid=19160] ppid=19144 vsize=256000 CPUtime=25.29 cores=0-7
/proc/19146/task/19160/stat : 19160 (plingeling) R 19144 19146 19049 0 -1 4202560 3701 1251 0 0 2529 0 0 0 25 0 9 0 702718518 262144000 25274 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.15
Current children cumulated vsize (KiB) 256000

[startup+51.101 s]
/proc/loadavg: 7.14 3.07 2.16 9/523 19161
/proc/meminfo: memFree=8890656/32951124 swapFree=65066528/67111528
[pid=19146] ppid=19144 vsize=327364 CPUtime=406.51 cores=0-7
/proc/19146/stat : 19146 (plingeling) S 19144 19146 19049 0 -1 4202496 86954 1251 0 0 40640 11 0 0 25 0 9 0 702718498 335220736 47053 33554432000 4194304 4417452 140733383420976 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19146/statm: 81841 47053 180 55 0 79727 0
[pid=19146/tid=19153] ppid=19144 vsize=327364 CPUtime=50.9 cores=0-7
/proc/19146/task/19153/stat : 19153 (plingeling) R 19144 19146 19049 0 -1 4202560 12922 1251 0 0 5089 1 0 0 25 0 9 0 702718517 335220736 47053 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=327364 CPUtime=50.9 cores=0-7
/proc/19146/task/19154/stat : 19154 (plingeling) R 19144 19146 19049 0 -1 4202560 7351 1251 0 0 5090 0 0 0 25 0 9 0 702718517 335220736 47053 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19146/tid=19155] ppid=19144 vsize=327364 CPUtime=50.9 cores=0-7

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

/proc/19146/task/19156/stat : 19156 (plingeling) R 19144 19146 19049 0 -1 4202560 923504 1251 0 0 472052 175 0 0 25 0 9 0 702718517 2377768960 541752 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=2322040 CPUtime=4722.25 cores=0-7
/proc/19146/task/19157/stat : 19157 (plingeling) R 19144 19146 19049 0 -1 4202560 710143 1251 0 0 472097 128 0 0 25 0 9 0 702718517 2377768960 541752 33554432000 4194304 4417452 140733383420976 18446744073709551615 4259629 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19146/tid=19158] ppid=19144 vsize=2322040 CPUtime=4720.65 cores=0-7
/proc/19146/task/19158/stat : 19158 (plingeling) R 19144 19146 19049 0 -1 4202560 701440 1251 0 0 471943 122 0 0 25 0 9 0 702718517 2377768960 541752 33554432000 4194304 4417452 140733383420976 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19146/tid=19159] ppid=19144 vsize=2322040 CPUtime=4640.61 cores=0-7
/proc/19146/task/19159/stat : 19159 (plingeling) R 19144 19146 19049 0 -1 4202560 651517 1251 0 0 463959 102 0 0 25 0 9 0 702718518 2377768960 541752 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19146/tid=19160] ppid=19144 vsize=2322040 CPUtime=4722.11 cores=0-7
/proc/19146/task/19160/stat : 19160 (plingeling) R 19144 19146 19049 0 -1 4202560 683323 1251 0 0 472090 121 0 0 25 0 9 0 702718518 2377768960 541752 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37693.6
Current children cumulated vsize (KiB) 2322040

[startup+4782.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/523 19306
/proc/meminfo: memFree=6710716/32951124 swapFree=65066528/67111528
[pid=19146] ppid=19144 vsize=2382988 CPUtime=38172.4 cores=0-7
/proc/19146/stat : 19146 (plingeling) S 19144 19146 19049 0 -1 4202496 5630650 1251 0 0 3816255 982 0 0 25 0 9 0 702718498 2440179712 556989 33554432000 4194304 4417452 140733383420976 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19146/statm: 595747 556989 180 55 0 593633 0
[pid=19146/tid=19153] ppid=19144 vsize=2382988 CPUtime=4782.21 cores=0-7
/proc/19146/task/19153/stat : 19153 (plingeling) R 19144 19146 19049 0 -1 4202560 676694 1251 0 0 478116 105 0 0 25 0 9 0 702718517 2440179712 556989 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=2382988 CPUtime=4782.22 cores=0-7
/proc/19146/task/19154/stat : 19154 (plingeling) R 19144 19146 19049 0 -1 4202560 629044 1251 0 0 478115 107 0 0 25 0 9 0 702718517 2440179712 556989 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19146/tid=19155] ppid=19144 vsize=2382988 CPUtime=4780.92 cores=0-7
/proc/19146/task/19155/stat : 19155 (plingeling) R 19144 19146 19049 0 -1 4202560 612790 1251 0 0 477984 108 0 0 25 0 9 0 702718517 2440179712 556989 33554432000 4194304 4417452 140733383420976 18446744073709551615 4245774 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=2382988 CPUtime=4782.25 cores=0-7
/proc/19146/task/19156/stat : 19156 (plingeling) R 19144 19146 19049 0 -1 4202560 923504 1251 0 0 478050 175 0 0 25 0 9 0 702718517 2440179712 556989 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=2382988 CPUtime=4782.24 cores=0-7
/proc/19146/task/19157/stat : 19157 (plingeling) R 19144 19146 19049 0 -1 4202560 721079 1251 0 0 478095 129 0 0 25 0 9 0 702718517 2440179712 556989 33554432000 4194304 4417452 140733383420976 18446744073709551615 4366090 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19146/tid=19158] ppid=19144 vsize=2382988 CPUtime=4780.61 cores=0-7
/proc/19146/task/19158/stat : 19158 (plingeling) R 19144 19146 19049 0 -1 4202560 715538 1251 0 0 477934 127 0 0 25 0 9 0 702718517 2440179712 556989 33554432000 4194304 4417452 140733383420976 18446744073709551615 4344164 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19146/tid=19159] ppid=19144 vsize=2382988 CPUtime=4699.57 cores=0-7
/proc/19146/task/19159/stat : 19159 (plingeling) R 19144 19146 19049 0 -1 4202560 653972 1251 0 0 469855 102 0 0 25 0 9 0 702718518 2440179712 556989 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19146/tid=19160] ppid=19144 vsize=2382988 CPUtime=4782.09 cores=0-7
/proc/19146/task/19160/stat : 19160 (plingeling) R 19144 19146 19049 0 -1 4202560 692014 1251 0 0 478086 123 0 0 25 0 9 0 702718518 2440179712 556989 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38172.4
Current children cumulated vsize (KiB) 2382988

[startup+4842.3 s]
/proc/loadavg: 8.08 8.06 8.00 9/523 19308
/proc/meminfo: memFree=7104148/32951124 swapFree=65066528/67111528
[pid=19146] ppid=19144 vsize=2131752 CPUtime=38651.3 cores=0-7
/proc/19146/stat : 19146 (plingeling) S 19144 19146 19049 0 -1 4202496 5669571 1251 0 0 3864144 989 0 0 25 0 9 0 702718498 2182914048 494180 33554432000 4194304 4417452 140733383420976 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19146/statm: 532938 494180 180 55 0 530824 0
[pid=19146/tid=19153] ppid=19144 vsize=2131752 CPUtime=4842.22 cores=0-7
/proc/19146/task/19153/stat : 19153 (plingeling) R 19144 19146 19049 0 -1 4202560 680932 1251 0 0 484116 106 0 0 25 0 9 0 702718517 2182914048 494180 33554432000 4194304 4417452 140733383420976 18446744073709551615 4366063 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=2131752 CPUtime=4842.23 cores=0-7
/proc/19146/task/19154/stat : 19154 (plingeling) R 19144 19146 19049 0 -1 4202560 635699 1251 0 0 484115 108 0 0 25 0 9 0 702718517 2182914048 494180 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19146/tid=19155] ppid=19144 vsize=2131752 CPUtime=4840.92 cores=0-7
/proc/19146/task/19155/stat : 19155 (plingeling) R 19144 19146 19049 0 -1 4202560 618143 1251 0 0 483983 109 0 0 25 0 9 0 702718517 2182914048 494180 33554432000 4194304 4417452 140733383420976 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=2131752 CPUtime=4842.25 cores=0-7
/proc/19146/task/19156/stat : 19156 (plingeling) R 19144 19146 19049 0 -1 4202560 923504 1251 0 0 484050 175 0 0 25 0 9 0 702718517 2182914048 494180 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=2131752 CPUtime=4842.24 cores=0-7
/proc/19146/task/19157/stat : 19157 (plingeling) R 19144 19146 19049 0 -1 4202560 727605 1251 0 0 484093 131 0 0 25 0 9 0 702718517 2182914048 494180 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19146/tid=19158] ppid=19144 vsize=2131752 CPUtime=4840.6 cores=0-7
/proc/19146/task/19158/stat : 19158 (plingeling) R 19144 19146 19049 0 -1 4202560 720974 1251 0 0 483932 128 0 0 25 0 9 0 702718517 2182914048 494180 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19146/tid=19159] ppid=19144 vsize=2131752 CPUtime=4758.53 cores=0-7
/proc/19146/task/19159/stat : 19159 (plingeling) R 19144 19146 19049 0 -1 4202560 660946 1251 0 0 475749 104 0 0 25 0 9 0 702718518 2182914048 494180 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19146/tid=19160] ppid=19144 vsize=2131752 CPUtime=4842.09 cores=0-7
/proc/19146/task/19160/stat : 19160 (plingeling) R 19144 19146 19049 0 -1 4202560 695753 1251 0 0 484086 123 0 0 25 0 9 0 702718518 2182914048 494180 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38651.3
Current children cumulated vsize (KiB) 2131752

[startup+4902.3 s]
/proc/loadavg: 8.08 8.07 8.00 9/523 19309
/proc/meminfo: memFree=6959308/32951124 swapFree=65066528/67111528
[pid=19146] ppid=19144 vsize=2276728 CPUtime=39130.3 cores=0-7
/proc/19146/stat : 19146 (plingeling) S 19144 19146 19049 0 -1 4202496 5733871 1251 0 0 3912033 997 0 0 25 0 9 0 702718498 2331369472 530424 33554432000 4194304 4417452 140733383420976 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19146/statm: 569182 530424 180 55 0 567068 0
[pid=19146/tid=19153] ppid=19144 vsize=2276728 CPUtime=4902.22 cores=0-7
/proc/19146/task/19153/stat : 19153 (plingeling) R 19144 19146 19049 0 -1 4202560 686815 1251 0 0 490116 106 0 0 25 0 9 0 702718517 2331369472 530424 33554432000 4194304 4417452 140733383420976 18446744073709551615 4357207 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=2276728 CPUtime=4902.23 cores=0-7
/proc/19146/task/19154/stat : 19154 (plingeling) R 19144 19146 19049 0 -1 4202560 637723 1251 0 0 490115 108 0 0 25 0 9 0 702718517 2331369472 530424 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19146/tid=19155] ppid=19144 vsize=2276728 CPUtime=4900.92 cores=0-7
/proc/19146/task/19155/stat : 19155 (plingeling) R 19144 19146 19049 0 -1 4202560 624345 1251 0 0 489982 110 0 0 25 0 9 0 702718517 2331369472 530424 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=2276728 CPUtime=4902.25 cores=0-7
/proc/19146/task/19156/stat : 19156 (plingeling) R 19144 19146 19049 0 -1 4202560 923504 1251 0 0 490050 175 0 0 25 0 9 0 702718517 2331369472 530424 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=2276728 CPUtime=4902.24 cores=0-7
/proc/19146/task/19157/stat : 19157 (plingeling) R 19144 19146 19049 0 -1 4202560 741184 1251 0 0 490091 133 0 0 25 0 9 0 702718517 2331369472 530424 33554432000 4194304 4417452 140733383420976 18446744073709551615 4358704 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19146/tid=19158] ppid=19144 vsize=2276728 CPUtime=4900.59 cores=0-7
/proc/19146/task/19158/stat : 19158 (plingeling) R 19144 19146 19049 0 -1 4202560 731775 1251 0 0 489929 130 0 0 25 0 9 0 702718517 2331369472 530424 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364576 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19146/tid=19159] ppid=19144 vsize=2276728 CPUtime=4817.51 cores=0-7
/proc/19146/task/19159/stat : 19159 (plingeling) R 19144 19146 19049 0 -1 4202560 670407 1251 0 0 481646 105 0 0 25 0 9 0 702718518 2331369472 530424 33554432000 4194304 4417452 140733383420976 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19146/tid=19160] ppid=19144 vsize=2276728 CPUtime=4902.09 cores=0-7
/proc/19146/task/19160/stat : 19160 (plingeling) R 19144 19146 19049 0 -1 4202560 712103 1251 0 0 490084 125 0 0 25 0 9 0 702718518 2331369472 530424 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39130.3
Current children cumulated vsize (KiB) 2276728

[startup+4962.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/523 19311
/proc/meminfo: memFree=6916012/32951124 swapFree=65066528/67111528
[pid=19146] ppid=19144 vsize=2320640 CPUtime=39609.2 cores=0-7
/proc/19146/stat : 19146 (plingeling) S 19144 19146 19049 0 -1 4202496 5779605 1251 0 0 3959922 1003 0 0 25 0 9 0 702718498 2376335360 541402 33554432000 4194304 4417452 140733383420976 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19146/statm: 580160 541402 180 55 0 578046 0
[pid=19146/tid=19153] ppid=19144 vsize=2320640 CPUtime=4962.21 cores=0-7
/proc/19146/task/19153/stat : 19153 (plingeling) R 19144 19146 19049 0 -1 4202560 690748 1251 0 0 496115 106 0 0 25 0 9 0 702718517 2376335360 541402 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=2320640 CPUtime=4962.23 cores=0-7
/proc/19146/task/19154/stat : 19154 (plingeling) R 19144 19146 19049 0 -1 4202560 650839 1251 0 0 496113 110 0 0 25 0 9 0 702718517 2376335360 541402 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19146/tid=19155] ppid=19144 vsize=2320640 CPUtime=4960.92 cores=0-7
/proc/19146/task/19155/stat : 19155 (plingeling) R 19144 19146 19049 0 -1 4202560 638973 1251 0 0 495981 111 0 0 25 0 9 0 702718517 2376335360 541402 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=2320640 CPUtime=4962.25 cores=0-7
/proc/19146/task/19156/stat : 19156 (plingeling) R 19144 19146 19049 0 -1 4202560 923504 1251 0 0 496050 175 0 0 25 0 9 0 702718517 2376335360 541402 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364805 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=2320640 CPUtime=4962.24 cores=0-7
/proc/19146/task/19157/stat : 19157 (plingeling) R 19144 19146 19049 0 -1 4202560 741184 1251 0 0 496091 133 0 0 25 0 9 0 702718517 2376335360 541402 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19146/tid=19158] ppid=19144 vsize=2320640 CPUtime=4960.57 cores=0-7
/proc/19146/task/19158/stat : 19158 (plingeling) R 19144 19146 19049 0 -1 4202560 734488 1251 0 0 495926 131 0 0 25 0 9 0 702718517 2376335360 541402 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19146/tid=19159] ppid=19144 vsize=2320640 CPUtime=4876.45 cores=0-7
/proc/19146/task/19159/stat : 19159 (plingeling) R 19144 19146 19049 0 -1 4202560 676916 1251 0 0 487540 105 0 0 25 0 9 0 702718518 2376335360 541402 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19146/tid=19160] ppid=19144 vsize=2320640 CPUtime=4962.08 cores=0-7
/proc/19146/task/19160/stat : 19160 (plingeling) R 19144 19146 19049 0 -1 4202560 716938 1251 0 0 496082 126 0 0 25 0 9 0 702718518 2376335360 541402 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39609.2
Current children cumulated vsize (KiB) 2320640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.3 s]
/proc/loadavg: 8.14 8.08 8.01 9/523 19312
/proc/meminfo: memFree=6757408/32951124 swapFree=65066528/67111528
[pid=19146] ppid=19144 vsize=2478716 CPUtime=40000.5 cores=0-7
/proc/19146/stat : 19146 (plingeling) S 19144 19146 19049 0 -1 4202496 5856708 1251 0 0 3999037 1012 0 0 25 0 9 0 702718498 2538205184 580921 33554432000 4194304 4417452 140733383420976 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19146/statm: 619679 580921 180 55 0 617565 0
[pid=19146/tid=19153] ppid=19144 vsize=2478716 CPUtime=5011.24 cores=0-7
/proc/19146/task/19153/stat : 19153 (plingeling) R 19144 19146 19049 0 -1 4202560 692504 1251 0 0 501017 107 0 0 25 0 9 0 702718517 2538205184 580921 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=2478716 CPUtime=5011.25 cores=0-7
/proc/19146/task/19154/stat : 19154 (plingeling) R 19144 19146 19049 0 -1 4202560 654946 1251 0 0 501015 110 0 0 25 0 9 0 702718517 2538205184 580921 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19146/tid=19155] ppid=19144 vsize=2478716 CPUtime=5009.95 cores=0-7
/proc/19146/task/19155/stat : 19155 (plingeling) R 19144 19146 19049 0 -1 4202560 652465 1251 0 0 500882 113 0 0 25 0 9 0 702718517 2538205184 580921 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364809 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=2478716 CPUtime=5011.27 cores=0-7
/proc/19146/task/19156/stat : 19156 (plingeling) R 19144 19146 19049 0 -1 4202560 923504 1251 0 0 500952 175 0 0 25 0 9 0 702718517 2538205184 580921 33554432000 4194304 4417452 140733383420976 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=2478716 CPUtime=5011.27 cores=0-7
/proc/19146/task/19157/stat : 19157 (plingeling) R 19144 19146 19049 0 -1 4202560 769704 1251 0 0 500990 137 0 0 25 0 9 0 702718517 2538205184 580921 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19146/tid=19158] ppid=19144 vsize=2478716 CPUtime=5009.58 cores=0-7
/proc/19146/task/19158/stat : 19158 (plingeling) R 19144 19146 19049 0 -1 4202560 756567 1251 0 0 500824 134 0 0 25 0 9 0 702718517 2538205184 580921 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19146/tid=19159] ppid=19144 vsize=2478716 CPUtime=4924.63 cores=0-7
/proc/19146/task/19159/stat : 19159 (plingeling) R 19144 19146 19049 0 -1 4202560 678604 1251 0 0 492357 106 0 0 25 0 9 0 702718518 2538205184 580921 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19146/tid=19160] ppid=19144 vsize=2478716 CPUtime=5011.11 cores=0-7
/proc/19146/task/19160/stat : 19160 (plingeling) R 19144 19146 19049 0 -1 4202560 722399 1251 0 0 500984 127 0 0 25 0 9 0 702718518 2538205184 580921 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 2478716

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

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

[startup+5011.3 s]
/proc/loadavg: 8.14 8.08 8.01 9/523 19312
/proc/meminfo: memFree=6757408/32951124 swapFree=65066528/67111528
[pid=19146] ppid=19144 vsize=2478716 CPUtime=40000.5 cores=0-7
/proc/19146/stat : 19146 (plingeling) S 19144 19146 19049 0 -1 4202496 5856708 1251 0 0 3999037 1012 0 0 25 0 9 0 702718498 2538205184 580921 33554432000 4194304 4417452 140733383420976 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/19146/statm: 619679 580921 180 55 0 617565 0
[pid=19146/tid=19153] ppid=19144 vsize=2478716 CPUtime=5011.24 cores=0-7
/proc/19146/task/19153/stat : 19153 (plingeling) R 19144 19146 19049 0 -1 4202560 692504 1251 0 0 501017 107 0 0 25 0 9 0 702718517 2538205184 580921 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19146/tid=19154] ppid=19144 vsize=2478716 CPUtime=5011.25 cores=0-7
/proc/19146/task/19154/stat : 19154 (plingeling) R 19144 19146 19049 0 -1 4202560 654946 1251 0 0 501015 110 0 0 25 0 9 0 702718517 2538205184 580921 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19146/tid=19155] ppid=19144 vsize=2478716 CPUtime=5009.95 cores=0-7
/proc/19146/task/19155/stat : 19155 (plingeling) R 19144 19146 19049 0 -1 4202560 652465 1251 0 0 500882 113 0 0 25 0 9 0 702718517 2538205184 580921 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364809 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19146/tid=19156] ppid=19144 vsize=2478716 CPUtime=5011.27 cores=0-7
/proc/19146/task/19156/stat : 19156 (plingeling) R 19144 19146 19049 0 -1 4202560 923504 1251 0 0 500952 175 0 0 25 0 9 0 702718517 2538205184 580921 33554432000 4194304 4417452 140733383420976 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19146/tid=19157] ppid=19144 vsize=2478716 CPUtime=5011.27 cores=0-7
/proc/19146/task/19157/stat : 19157 (plingeling) R 19144 19146 19049 0 -1 4202560 769704 1251 0 0 500990 137 0 0 25 0 9 0 702718517 2538205184 580921 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19146/tid=19158] ppid=19144 vsize=2478716 CPUtime=5009.58 cores=0-7
/proc/19146/task/19158/stat : 19158 (plingeling) R 19144 19146 19049 0 -1 4202560 756567 1251 0 0 500824 134 0 0 25 0 9 0 702718517 2538205184 580921 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19146/tid=19159] ppid=19144 vsize=2478716 CPUtime=4924.63 cores=0-7
/proc/19146/task/19159/stat : 19159 (plingeling) R 19144 19146 19049 0 -1 4202560 678604 1251 0 0 492357 106 0 0 25 0 9 0 702718518 2538205184 580921 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19146/tid=19160] ppid=19144 vsize=2478716 CPUtime=5011.11 cores=0-7
/proc/19146/task/19160/stat : 19160 (plingeling) R 19144 19146 19049 0 -1 4202560 722399 1251 0 0 500984 127 0 0 25 0 9 0 702718518 2538205184 580921 33554432000 4194304 4417452 140733383420976 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 2478716

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5011.42
CPU time (s): 40000.7
CPU user time (s): 39990.5
CPU system time (s): 10.2244
CPU usage (%): 798.191
Max. virtual memory (cumulated for all children) (KiB): 2967068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39990.5
system time used= 10.2244
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5857959
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= 639
involuntary context switches= 194091

runsolver used 24.0213 second user time and 62.5645 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-23 00:23:50
IDJOB=3394694
IDBENCH=83797
IDSOLVER=1851
FILE ID=node142/3394694-1306103030
RUNJOBID= node142-1306102930-19063
PBS_JOBID= 13387995
Free space on /tmp= 73408 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/gomes/bqwh/bqwh.60.1152.shuffled-as.sat03-1650.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394694-1306103030/watcher-3394694-1306103030 -o /tmp/evaluation-result-3394694-1306103030/solver-3394694-1306103030 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394694-1306103030.cnf

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

MD5SUM BENCH= 98d6317b259165bb4fb7a39e783668e0
RANDOM SEED=180461068

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:       9085932 kB
Buffers:        244596 kB
Cached:        6603628 kB
SwapCached:      20520 kB
Active:       11868540 kB
Inactive:     11666104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9085932 kB
SwapTotal:    67111528 kB
SwapFree:     65066528 kB
Dirty:            1180 kB
Writeback:           0 kB
AnonPages:    16674196 kB
Mapped:          33196 kB
Slab:           185236 kB
PageTables:      74680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145377168 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= 73404 MiB
End job on node142 at 2011-05-23 01:47:24