Trace number 3372734

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.9 5006.08

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_2_keyfind_1.cnf
MD5SUM19e0b91e7d093f7cb35b11b46708a49b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses20544
Sum of the clauses size111944
Maximum clause length8
Minimum clause length1
Number of clauses of size 1272
Number of clauses of size 2256
Number of clauses of size 33520
Number of clauses of size 4640
Number of clauses of size 54096
Number of clauses of size over 511760

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-3372734-1305441724/watcher-3372734-1305441724 -o /tmp/evaluation-result-3372734-1305441724/solver-3372734-1305441724 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372734-1305441724.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: 7.43 7.88 7.93 2/288 14671
/proc/meminfo: memFree=12868008/32950928 swapFree=67083212/67111528
[pid=14671] ppid=14669 vsize=10312 CPUtime=0 cores=0-7
/proc/14671/stat : 14671 (plingeling) R 14669 14671 14459 0 -1 4202496 658 1249 0 0 0 0 0 0 25 0 1 0 655772060 10559488 589 33554432000 4194304 4417452 140733390053088 18446744073709551615 208080232192 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/14671/statm: 2578 589 148 55 0 464 0

[startup+0.0815651 s]
/proc/loadavg: 7.43 7.88 7.93 2/288 14671
/proc/meminfo: memFree=12868008/32950928 swapFree=67083212/67111528
[pid=14671] ppid=14669 vsize=169812 CPUtime=0.18 cores=0-7
/proc/14671/stat : 14671 (plingeling) S 14669 14671 14459 0 -1 4202496 3870 1249 0 0 18 0 0 0 18 0 9 0 655772060 173887488 3670 33554432000 4194304 4417452 140733390053088 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14671/statm: 42453 3670 173 55 0 40339 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 169812

[startup+0.100556 s]
/proc/loadavg: 7.43 7.88 7.93 2/288 14671
/proc/meminfo: memFree=12868008/32950928 swapFree=67083212/67111528
[pid=14671] ppid=14669 vsize=169940 CPUtime=0.31 cores=0-7
/proc/14671/stat : 14671 (plingeling) S 14669 14671 14459 0 -1 4202496 3904 1249 0 0 31 0 0 0 18 0 9 0 655772060 174018560 3704 33554432000 4194304 4417452 140733390053088 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14671/statm: 42485 3704 177 55 0 40371 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 169940

[startup+0.300518 s]
/proc/loadavg: 7.43 7.88 7.93 2/288 14671
/proc/meminfo: memFree=12868008/32950928 swapFree=67083212/67111528
[pid=14671] ppid=14669 vsize=175636 CPUtime=1.71 cores=0-7
/proc/14671/stat : 14671 (plingeling) S 14669 14671 14459 0 -1 4202496 5628 1249 0 0 171 0 0 0 18 0 9 0 655772060 179851264 5153 33554432000 4194304 4417452 140733390053088 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14671/statm: 43909 5153 180 55 0 41795 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 175636

[startup+0.700445 s]
/proc/loadavg: 7.43 7.88 7.93 2/288 14671
/proc/meminfo: memFree=12868008/32950928 swapFree=67083212/67111528
[pid=14671] ppid=14669 vsize=176888 CPUtime=4.89 cores=0-7
/proc/14671/stat : 14671 (plingeling) S 14669 14671 14459 0 -1 4202496 8931 1249 0 0 488 1 0 0 18 0 9 0 655772060 181133312 5470 33554432000 4194304 4417452 140733390053088 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14671/statm: 44222 5470 180 55 0 42108 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 176888

[startup+1.50029 s]
/proc/loadavg: 7.43 7.88 7.93 9/297 14685
/proc/meminfo: memFree=12838556/32950928 swapFree=67083212/67111528
[pid=14671] ppid=14669 vsize=187280 CPUtime=11.28 cores=0-7
/proc/14671/stat : 14671 (plingeling) S 14669 14671 14459 0 -1 4202496 16612 1249 0 0 1126 2 0 0 18 0 9 0 655772060 191774720 8077 33554432000 4194304 4417452 140733390053088 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14671/statm: 46820 8077 180 55 0 44706 0
[pid=14671/tid=14678] ppid=14669 vsize=187280 CPUtime=1.43 cores=0-7
/proc/14671/task/14678/stat : 14678 (plingeling) R 14669 14671 14459 0 -1 4202560 1600 1249 0 0 143 0 0 0 25 0 9 0 655772066 191774720 8077 33554432000 4194304 4417452 140733390053088 18446744073709551615 4252975 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14671/tid=14679] ppid=14669 vsize=187280 CPUtime=1.43 cores=0-7
/proc/14671/task/14679/stat : 14679 (plingeling) R 14669 14671 14459 0 -1 4202560 1483 1249 0 0 143 0 0 0 25 0 9 0 655772066 191774720 8077 33554432000 4194304 4417452 140733390053088 18446744073709551615 4355446 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14671/tid=14680] ppid=14669 vsize=187280 CPUtime=1.27 cores=0-7
/proc/14671/task/14680/stat : 14680 (plingeling) R 14669 14671 14459 0 -1 4202560 1428 1249 0 0 127 0 0 0 22 0 9 0 655772066 191774720 8077 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14671/tid=14681] ppid=14669 vsize=187280 CPUtime=1.43 cores=0-7
/proc/14671/task/14681/stat : 14681 (plingeling) R 14669 14671 14459 0 -1 4202560 2080 1249 0 0 143 0 0 0 23 0 9 0 655772066 191774720 8077 33554432000 4194304 4417452 140733390053088 18446744073709551615 4320880 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14671/tid=14682] ppid=14669 vsize=187280 CPUtime=1.43 cores=0-7
/proc/14671/task/14682/stat : 14682 (plingeling) R 14669 14671 14459 0 -1 4202560 1641 1249 0 0 143 0 0 0 23 0 9 0 655772066 191774720 8077 33554432000 4194304 4417452 140733390053088 18446744073709551615 4336158 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14671/tid=14683] ppid=14669 vsize=187280 CPUtime=1.43 cores=0-7
/proc/14671/task/14683/stat : 14683 (plingeling) R 14669 14671 14459 0 -1 4202560 1512 1249 0 0 143 0 0 0 23 0 9 0 655772066 191774720 8077 33554432000 4194304 4417452 140733390053088 18446744073709551615 4248203 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14671/tid=14684] ppid=14669 vsize=187280 CPUtime=1.32 cores=0-7
/proc/14671/task/14684/stat : 14684 (plingeling) R 14669 14671 14459 0 -1 4202560 1740 1249 0 0 132 0 0 0 22 0 9 0 655772066 191774720 8077 33554432000 4194304 4417452 140733390053088 18446744073709551615 4265405 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14671/tid=14685] ppid=14669 vsize=187280 CPUtime=1.43 cores=0-7
/proc/14671/task/14685/stat : 14685 (plingeling) R 14669 14671 14459 0 -1 4202560 1317 1249 0 0 143 0 0 0 23 0 9 0 655772066 191774720 8077 33554432000 4194304 4417452 140733390053088 18446744073709551615 4249478 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 187280

[startup+3.10099 s]
/proc/loadavg: 7.43 7.88 7.93 9/297 14685
/proc/meminfo: memFree=12832248/32950928 swapFree=67083212/67111528
[pid=14671] ppid=14669 vsize=197044 CPUtime=24.08 cores=0-7
/proc/14671/stat : 14671 (plingeling) S 14669 14671 14459 0 -1 4202496 32093 1249 0 0 2402 6 0 0 18 0 9 0 655772060 201773056 10486 33554432000 4194304 4417452 140733390053088 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14671/statm: 49261 10486 180 55 0 47147 0
[pid=14671/tid=14678] ppid=14669 vsize=197044 CPUtime=3.03 cores=0-7
/proc/14671/task/14678/stat : 14678 (plingeling) R 14669 14671 14459 0 -1 4202560 3288 1249 0 0 303 0 0 0 25 0 9 0 655772066 201773056 10486 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14671/tid=14679] ppid=14669 vsize=197044 CPUtime=3.02 cores=0-7
/proc/14671/task/14679/stat : 14679 (plingeling) R 14669 14671 14459 0 -1 4202560 3592 1249 0 0 302 0 0 0 25 0 9 0 655772066 201773056 10486 33554432000 4194304 4417452 140733390053088 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14671/tid=14680] ppid=14669 vsize=197044 CPUtime=2.86 cores=0-7
/proc/14671/task/14680/stat : 14680 (plingeling) R 14669 14671 14459 0 -1 4202560 2896 1249 0 0 286 0 0 0 25 0 9 0 655772066 201773056 10486 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14671/tid=14681] ppid=14669 vsize=197044 CPUtime=3.03 cores=0-7
/proc/14671/task/14681/stat : 14681 (plingeling) R 14669 14671 14459 0 -1 4202560 3935 1249 0 0 303 0 0 0 25 0 9 0 655772066 201773056 10486 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14671/tid=14682] ppid=14669 vsize=197044 CPUtime=3.02 cores=0-7
/proc/14671/task/14682/stat : 14682 (plingeling) R 14669 14671 14459 0 -1 4202560 3226 1249 0 0 302 0 0 0 25 0 9 0 655772066 201773056 10486 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14671/tid=14683] ppid=14669 vsize=197044 CPUtime=3.03 cores=0-7
/proc/14671/task/14683/stat : 14683 (plingeling) R 14669 14671 14459 0 -1 4202560 3806 1249 0 0 303 0 0 0 25 0 9 0 655772066 201773056 10486 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14671/tid=14684] ppid=14669 vsize=197044 CPUtime=2.93 cores=0-7
/proc/14671/task/14684/stat : 14684 (plingeling) R 14669 14671 14459 0 -1 4202560 3866 1249 0 0 292 1 0 0 25 0 9 0 655772066 201773056 10486 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14671/tid=14685] ppid=14669 vsize=197044 CPUtime=3.03 cores=0-7
/proc/14671/task/14685/stat : 14685 (plingeling) R 14669 14671 14459 0 -1 4202560 3673 1249 0 0 303 0 0 0 25 0 9 0 655772066 201773056 10486 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.08
Current children cumulated vsize (KiB) 197044

[startup+6.30038 s]
/proc/loadavg: 7.48 7.89 7.93 9/297 14685
/proc/meminfo: memFree=12812656/32950928 swapFree=67083212/67111528
[pid=14671] ppid=14669 vsize=215852 CPUtime=49.64 cores=0-7
/proc/14671/stat : 14671 (plingeling) S 14669 14671 14459 0 -1 4202496 60854 1249 0 0 4953 11 0 0 18 0 9 0 655772060 221032448 15225 33554432000 4194304 4417452 140733390053088 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14671/statm: 53963 15225 180 55 0 51849 0
[pid=14671/tid=14678] ppid=14669 vsize=215852 CPUtime=6.23 cores=0-7
/proc/14671/task/14678/stat : 14678 (plingeling) R 14669 14671 14459 0 -1 4202560 7525 1249 0 0 622 1 0 0 25 0 9 0 655772066 221032448 15225 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14671/tid=14679] ppid=14669 vsize=215852 CPUtime=6.23 cores=0-7
/proc/14671/task/14679/stat : 14679 (plingeling) R 14669 14671 14459 0 -1 4202560 6958 1249 0 0 622 1 0 0 25 0 9 0 655772066 221032448 15225 33554432000 4194304 4417452 140733390053088 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14671/tid=14680] ppid=14669 vsize=215852 CPUtime=6.03 cores=0-7
/proc/14671/task/14680/stat : 14680 (plingeling) R 14669 14671 14459 0 -1 4202560 6109 1249 0 0 602 1 0 0 25 0 9 0 655772066 221032448 15225 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14671/tid=14681] ppid=14669 vsize=215852 CPUtime=6.23 cores=0-7
/proc/14671/task/14681/stat : 14681 (plingeling) R 14669 14671 14459 0 -1 4202560 7313 1249 0 0 622 1 0 0 25 0 9 0 655772066 221032448 15225 33554432000 4194304 4417452 140733390053088 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14671/tid=14682] ppid=14669 vsize=215852 CPUtime=6.23 cores=0-7
/proc/14671/task/14682/stat : 14682 (plingeling) R 14669 14671 14459 0 -1 4202560 6510 1249 0 0 622 1 0 0 25 0 9 0 655772066 221032448 15225 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14671/tid=14683] ppid=14669 vsize=215852 CPUtime=6.23 cores=0-7
/proc/14671/task/14683/stat : 14683 (plingeling) R 14669 14671 14459 0 -1 4202560 7335 1249 0 0 622 1 0 0 25 0 9 0 655772066 221032448 15225 33554432000 4194304 4417452 140733390053088 18446744073709551615 4234249 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14671/tid=14684] ppid=14669 vsize=215852 CPUtime=6.13 cores=0-7
/proc/14671/task/14684/stat : 14684 (plingeling) R 14669 14671 14459 0 -1 4202560 8276 1249 0 0 611 2 0 0 25 0 9 0 655772066 221032448 15225 33554432000 4194304 4417452 140733390053088 18446744073709551615 4270130 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14671/tid=14685] ppid=14669 vsize=215852 CPUtime=6.22 cores=0-7
/proc/14671/task/14685/stat : 14685 (plingeling) R 14669 14671 14459 0 -1 4202560 7017 1249 0 0 622 0 0 0 25 0 9 0 655772066 221032448 15225 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364850 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.64
Current children cumulated vsize (KiB) 215852

[startup+12.7012 s]
/proc/loadavg: 7.52 7.89 7.93 9/297 14685
/proc/meminfo: memFree=12793620/32950928 swapFree=67083212/67111528
[pid=14671] ppid=14669 vsize=252572 CPUtime=100.79 cores=0-7
/proc/14671/stat : 14671 (plingeling) S 14669 14671 14459 0 -1 4202496 103452 1249 0 0 10061 18 0 0 18 0 9 0 655772060 258633728 24378 33554432000 4194304 4417452 140733390053088 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14671/statm: 63143 24378 180 55 0 61029 0
[pid=14671/tid=14678] ppid=14669 vsize=252572 CPUtime=12.63 cores=0-7
/proc/14671/task/14678/stat : 14678 (plingeling) R 14669 14671 14459 0 -1 4202560 12272 1249 0 0 1261 2 0 0 25 0 9 0 655772066 258633728 24378 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14671/tid=14679] ppid=14669 vsize=252572 CPUtime=12.63 cores=0-7
/proc/14671/task/14679/stat : 14679 (plingeling) R 14669 14671 14459 0 -1 4202560 10862 1249 0 0 1261 2 0 0 25 0 9 0 655772066 258633728 24378 33554432000 4194304 4417452 140733390053088 18446744073709551615 4357227 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14671/tid=14680] ppid=14669 vsize=252572 CPUtime=12.37 cores=0-7
/proc/14671/task/14680/stat : 14680 (plingeling) R 14669 14671 14459 0 -1 4202560 11172 1249 0 0 1235 2 0 0 25 0 9 0 655772066 258633728 24378 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14671/tid=14681] ppid=14669 vsize=252572 CPUtime=12.63 cores=0-7
/proc/14671/task/14681/stat : 14681 (plingeling) R 14669 14671 14459 0 -1 4202560 12629 1249 0 0 1261 2 0 0 25 0 9 0 655772066 258633728 24378 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14671/tid=14682] ppid=14669 vsize=252572 CPUtime=12.62 cores=0-7
/proc/14671/task/14682/stat : 14682 (plingeling) R 14669 14671 14459 0 -1 4202560 11922 1249 0 0 1261 1 0 0 25 0 9 0 655772066 258633728 24378 33554432000 4194304 4417452 140733390053088 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14671/tid=14683] ppid=14669 vsize=252572 CPUtime=12.63 cores=0-7
/proc/14671/task/14683/stat : 14683 (plingeling) R 14669 14671 14459 0 -1 4202560 12224 1249 0 0 1262 1 0 0 25 0 9 0 655772066 258633728 24378 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364666 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14671/tid=14684] ppid=14669 vsize=252572 CPUtime=12.53 cores=0-7
/proc/14671/task/14684/stat : 14684 (plingeling) R 14669 14671 14459 0 -1 4202560 13879 1249 0 0 1250 3 0 0 25 0 9 0 655772066 258633728 24378 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14671/tid=14685] ppid=14669 vsize=252572 CPUtime=12.62 cores=0-7
/proc/14671/task/14685/stat : 14685 (plingeling) R 14669 14671 14459 0 -1 4202560 14681 1249 0 0 1261 1 0 0 25 0 9 0 655772066 258633728 24378 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.79
Current children cumulated vsize (KiB) 252572

[startup+25.5007 s]
/proc/loadavg: 7.70 7.91 7.93 9/297 14686
/proc/meminfo: memFree=12767320/32950928 swapFree=67083212/67111528
[pid=14671] ppid=14669 vsize=260576 CPUtime=203.07 cores=0-7
/proc/14671/stat : 14671 (plingeling) S 14669 14671 14459 0 -1 4202496 153392 1249 0 0 20279 28 0 0 18 0 9 0 655772060 266829824 26379 33554432000 4194304 4417452 140733390053088 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14671/statm: 65144 26379 180 55 0 63030 0
[pid=14671/tid=14678] ppid=14669 vsize=260576 CPUtime=25.42 cores=0-7
/proc/14671/task/14678/stat : 14678 (plingeling) R 14669 14671 14459 0 -1 4202560 20434 1249 0 0 2539 3 0 0 25 0 9 0 655772066 266829824 26379 33554432000 4194304 4417452 140733390053088 18446744073709551615 4354515 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14671/tid=14679] ppid=14669 vsize=260576 CPUtime=25.42 cores=0-7
/proc/14671/task/14679/stat : 14679 (plingeling) R 14669 14671 14459 0 -1 4202560 17502 1249 0 0 2539 3 0 0 25 0 9 0 655772066 266829824 26379 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14671/tid=14680] ppid=14669 vsize=260576 CPUtime=25.06 cores=0-7
/proc/14671/task/14680/stat : 14680 (plingeling) R 14669 14671 14459 0 -1 4202560 15606 1249 0 0 2503 3 0 0 25 0 9 0 655772066 266829824 26379 33554432000 4194304 4417452 140733390053088 18446744073709551615 4356884 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14671/tid=14681] ppid=14669 vsize=260576 CPUtime=25.43 cores=0-7
/proc/14671/task/14681/stat : 14681 (plingeling) R 14669 14671 14459 0 -1 4202560 20918 1249 0 0 2540 3 0 0 25 0 9 0 655772066 266829824 26379 33554432000 4194304 4417452 140733390053088 18446744073709551615 4232715 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14671/tid=14682] ppid=14669 vsize=260576 CPUtime=25.43 cores=0-7
/proc/14671/task/14682/stat : 14682 (plingeling) R 14669 14671 14459 0 -1 4202560 17709 1249 0 0 2540 3 0 0 25 0 9 0 655772066 266829824 26379 33554432000 4194304 4417452 140733390053088 18446744073709551615 4354123 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14671/tid=14683] ppid=14669 vsize=260576 CPUtime=25.43 cores=0-7
/proc/14671/task/14683/stat : 14683 (plingeling) R 14669 14671 14459 0 -1 4202560 17267 1249 0 0 2541 2 0 0 25 0 9 0 655772066 266829824 26379 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14671/tid=14684] ppid=14669 vsize=260576 CPUtime=25.33 cores=0-7
/proc/14671/task/14684/stat : 14684 (plingeling) R 14669 14671 14459 0 -1 4202560 20386 1249 0 0 2529 4 0 0 25 0 9 0 655772066 266829824 26379 33554432000 4194304 4417452 140733390053088 18446744073709551615 4277897 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14671/tid=14685] ppid=14669 vsize=260576 CPUtime=25.43 cores=0-7
/proc/14671/task/14685/stat : 14685 (plingeling) R 14669 14671 14459 0 -1 4202560 19759 1249 0 0 2540 3 0 0 25 0 9 0 655772066 266829824 26379 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.07
Current children cumulated vsize (KiB) 260576

[startup+51.1008 s]
/proc/loadavg: 7.80 7.91 7.93 9/297 14686
/proc/meminfo: memFree=12702344/32950928 swapFree=67083212/67111528
[pid=14671] ppid=14669 vsize=332100 CPUtime=407.64 cores=0-7
/proc/14671/stat : 14671 (plingeling) S 14669 14671 14459 0 -1 4202496 239743 1249 0 0 40719 45 0 0 18 0 9 0 655772060 340070400 44260 33554432000 4194304 4417452 140733390053088 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14671/statm: 83025 44260 180 55 0 80911 0
[pid=14671/tid=14678] ppid=14669 vsize=332100 CPUtime=51.03 cores=0-7
/proc/14671/task/14678/stat : 14678 (plingeling) R 14669 14671 14459 0 -1 4202560 32069 1249 0 0 5097 6 0 0 25 0 9 0 655772066 340070400 44260 33554432000 4194304 4417452 140733390053088 18446744073709551615 4366113 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14671/tid=14679] ppid=14669 vsize=332100 CPUtime=51.03 cores=0-7
/proc/14671/task/14679/stat : 14679 (plingeling) R 14669 14671 14459 0 -1 4202560 23348 1249 0 0 5098 5 0 0 25 0 9 0 655772066 340070400 44260 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14671/tid=14680] ppid=14669 vsize=332100 CPUtime=50.43 cores=0-7

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

/proc/14671/task/14681/stat : 14681 (plingeling) R 14669 14671 14459 0 -1 4202560 876019 1249 0 0 466092 148 0 0 25 0 9 0 655772066 1189756928 251703 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14671/tid=14682] ppid=14669 vsize=1161872 CPUtime=4662.38 cores=0-7
/proc/14671/task/14682/stat : 14682 (plingeling) R 14669 14671 14459 0 -1 4202560 459714 1249 0 0 466157 81 0 0 25 0 9 0 655772066 1189756928 251703 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14671/tid=14683] ppid=14669 vsize=1161872 CPUtime=4662.27 cores=0-7
/proc/14671/task/14683/stat : 14683 (plingeling) R 14669 14671 14459 0 -1 4202560 236423 1249 0 0 466187 40 0 0 25 0 9 0 655772066 1189756928 251703 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14671/tid=14684] ppid=14669 vsize=1161872 CPUtime=4660.84 cores=0-7
/proc/14671/task/14684/stat : 14684 (plingeling) R 14669 14671 14459 0 -1 4202560 633039 1249 0 0 465965 119 0 0 25 0 9 0 655772066 1189756928 251703 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14671/tid=14685] ppid=14669 vsize=1161872 CPUtime=4662.24 cores=0-7
/proc/14671/task/14685/stat : 14685 (plingeling) R 14669 14671 14459 0 -1 4202560 426251 1249 0 0 466143 81 0 0 25 0 9 0 655772066 1189756928 251703 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37254.9
Current children cumulated vsize (KiB) 1161872

[startup+4722.31 s]
/proc/loadavg: 8.00 8.02 8.00 9/297 14823
/proc/meminfo: memFree=11918704/32950928 swapFree=67083212/67111528
[pid=14671] ppid=14669 vsize=1104392 CPUtime=37734.5 cores=0-7
/proc/14671/stat : 14671 (plingeling) S 14669 14671 14459 0 -1 4202496 4038009 1249 0 0 3772720 728 0 0 18 0 9 0 655772060 1130897408 237333 33554432000 4194304 4417452 140733390053088 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14671/statm: 276098 237333 180 55 0 273984 0
[pid=14671/tid=14678] ppid=14669 vsize=1104392 CPUtime=4722.41 cores=0-7
/proc/14671/task/14678/stat : 14678 (plingeling) R 14669 14671 14459 0 -1 4202560 390185 1249 0 0 472171 70 0 0 25 0 9 0 655772066 1130897408 237333 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14671/tid=14679] ppid=14669 vsize=1104392 CPUtime=4722.41 cores=0-7
/proc/14671/task/14679/stat : 14679 (plingeling) R 14669 14671 14459 0 -1 4202560 418274 1249 0 0 472162 79 0 0 25 0 9 0 655772066 1130897408 237333 33554432000 4194304 4417452 140733390053088 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14671/tid=14680] ppid=14669 vsize=1104392 CPUtime=4679.34 cores=0-7
/proc/14671/task/14680/stat : 14680 (plingeling) R 14669 14671 14459 0 -1 4202560 572920 1249 0 0 467833 101 0 0 25 0 9 0 655772066 1130897408 237333 33554432000 4194304 4417452 140733390053088 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14671/tid=14681] ppid=14669 vsize=1104392 CPUtime=4722.42 cores=0-7
/proc/14671/task/14681/stat : 14681 (plingeling) R 14669 14671 14459 0 -1 4202560 888670 1249 0 0 472091 151 0 0 25 0 9 0 655772066 1130897408 237333 33554432000 4194304 4417452 140733390053088 18446744073709551615 4358082 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14671/tid=14682] ppid=14669 vsize=1104392 CPUtime=4722.4 cores=0-7
/proc/14671/task/14682/stat : 14682 (plingeling) R 14669 14671 14459 0 -1 4202560 463715 1249 0 0 472158 82 0 0 25 0 9 0 655772066 1130897408 237333 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14671/tid=14683] ppid=14669 vsize=1104392 CPUtime=4722.28 cores=0-7
/proc/14671/task/14683/stat : 14683 (plingeling) R 14669 14671 14459 0 -1 4202560 236423 1249 0 0 472188 40 0 0 25 0 9 0 655772066 1130897408 237333 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14671/tid=14684] ppid=14669 vsize=1104392 CPUtime=4720.85 cores=0-7
/proc/14671/task/14684/stat : 14684 (plingeling) R 14669 14671 14459 0 -1 4202560 637760 1249 0 0 471965 120 0 0 25 0 9 0 655772066 1130897408 237333 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14671/tid=14685] ppid=14669 vsize=1104392 CPUtime=4722.25 cores=0-7
/proc/14671/task/14685/stat : 14685 (plingeling) R 14669 14671 14459 0 -1 4202560 426251 1249 0 0 472144 81 0 0 25 0 9 0 655772066 1130897408 237333 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37734.5
Current children cumulated vsize (KiB) 1104392

[startup+4782.3 s]
/proc/loadavg: 8.03 8.03 8.00 9/297 14834
/proc/meminfo: memFree=11842500/32950928 swapFree=67083212/67111528
[pid=14671] ppid=14669 vsize=1179664 CPUtime=38213.8 cores=0-7
/proc/14671/stat : 14671 (plingeling) S 14669 14671 14459 0 -1 4202496 4057156 1249 0 0 3820653 730 0 0 18 0 9 0 655772060 1207975936 256151 33554432000 4194304 4417452 140733390053088 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14671/statm: 294916 256151 180 55 0 292802 0
[pid=14671/tid=14678] ppid=14669 vsize=1179664 CPUtime=4782.4 cores=0-7
/proc/14671/task/14678/stat : 14678 (plingeling) R 14669 14671 14459 0 -1 4202560 390185 1249 0 0 478170 70 0 0 25 0 9 0 655772066 1207975936 256151 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14671/tid=14679] ppid=14669 vsize=1179664 CPUtime=4782.4 cores=0-7
/proc/14671/task/14679/stat : 14679 (plingeling) R 14669 14671 14459 0 -1 4202560 418274 1249 0 0 478161 79 0 0 25 0 9 0 655772066 1207975936 256151 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14671/tid=14680] ppid=14669 vsize=1179664 CPUtime=4738.78 cores=0-7
/proc/14671/task/14680/stat : 14680 (plingeling) R 14669 14671 14459 0 -1 4202560 576178 1249 0 0 473777 101 0 0 25 0 9 0 655772066 1207975936 256151 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14671/tid=14681] ppid=14669 vsize=1179664 CPUtime=4782.41 cores=0-7
/proc/14671/task/14681/stat : 14681 (plingeling) R 14669 14671 14459 0 -1 4202560 896182 1249 0 0 478089 152 0 0 25 0 9 0 655772066 1207975936 256151 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14671/tid=14682] ppid=14669 vsize=1179664 CPUtime=4782.37 cores=0-7
/proc/14671/task/14682/stat : 14682 (plingeling) R 14669 14671 14459 0 -1 4202560 467407 1249 0 0 478155 82 0 0 25 0 9 0 655772066 1207975936 256151 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14671/tid=14683] ppid=14669 vsize=1179664 CPUtime=4782.27 cores=0-7
/proc/14671/task/14683/stat : 14683 (plingeling) R 14669 14671 14459 0 -1 4202560 236796 1249 0 0 478187 40 0 0 25 0 9 0 655772066 1207975936 256151 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14671/tid=14684] ppid=14669 vsize=1179664 CPUtime=4780.83 cores=0-7
/proc/14671/task/14684/stat : 14684 (plingeling) R 14669 14671 14459 0 -1 4202560 642072 1249 0 0 477962 121 0 0 25 0 9 0 655772066 1207975936 256151 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14671/tid=14685] ppid=14669 vsize=1179664 CPUtime=4782.24 cores=0-7
/proc/14671/task/14685/stat : 14685 (plingeling) R 14669 14671 14459 0 -1 4202560 426251 1249 0 0 478143 81 0 0 25 0 9 0 655772066 1207975936 256151 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38213.8
Current children cumulated vsize (KiB) 1179664

[startup+4842.3 s]
/proc/loadavg: 8.12 8.05 8.01 9/297 14835
/proc/meminfo: memFree=12022396/32950928 swapFree=67083212/67111528
[pid=14671] ppid=14669 vsize=1000712 CPUtime=38693.3 cores=0-7
/proc/14671/stat : 14671 (plingeling) S 14669 14671 14459 0 -1 4202496 4090545 1249 0 0 3868591 738 0 0 18 0 9 0 655772060 1024729088 211445 33554432000 4194304 4417452 140733390053088 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14671/statm: 250178 211445 180 55 0 248064 0
[pid=14671/tid=14678] ppid=14669 vsize=1000712 CPUtime=4842.4 cores=0-7
/proc/14671/task/14678/stat : 14678 (plingeling) R 14669 14671 14459 0 -1 4202560 390185 1249 0 0 484170 70 0 0 25 0 9 0 655772066 1024729088 211445 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14671/tid=14679] ppid=14669 vsize=1000712 CPUtime=4842.39 cores=0-7
/proc/14671/task/14679/stat : 14679 (plingeling) R 14669 14671 14459 0 -1 4202560 418893 1249 0 0 484160 79 0 0 25 0 9 0 655772066 1024729088 211445 33554432000 4194304 4417452 140733390053088 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14671/tid=14680] ppid=14669 vsize=1000712 CPUtime=4798.24 cores=0-7
/proc/14671/task/14680/stat : 14680 (plingeling) R 14669 14671 14459 0 -1 4202560 586040 1249 0 0 479720 104 0 0 25 0 9 0 655772066 1024729088 211445 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14671/tid=14681] ppid=14669 vsize=1000712 CPUtime=4842.41 cores=0-7
/proc/14671/task/14681/stat : 14681 (plingeling) R 14669 14671 14459 0 -1 4202560 910933 1249 0 0 484087 154 0 0 25 0 9 0 655772066 1024729088 211445 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14671/tid=14682] ppid=14669 vsize=1000712 CPUtime=4842.37 cores=0-7
/proc/14671/task/14682/stat : 14682 (plingeling) R 14669 14671 14459 0 -1 4202560 468602 1249 0 0 484155 82 0 0 25 0 9 0 655772066 1024729088 211445 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14671/tid=14683] ppid=14669 vsize=1000712 CPUtime=4842.27 cores=0-7
/proc/14671/task/14683/stat : 14683 (plingeling) R 14669 14671 14459 0 -1 4202560 237190 1249 0 0 484187 40 0 0 25 0 9 0 655772066 1024729088 211445 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14671/tid=14684] ppid=14669 vsize=1000712 CPUtime=4840.82 cores=0-7
/proc/14671/task/14684/stat : 14684 (plingeling) R 14669 14671 14459 0 -1 4202560 646957 1249 0 0 483960 122 0 0 25 0 9 0 655772066 1024729088 211445 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14671/tid=14685] ppid=14669 vsize=1000712 CPUtime=4842.25 cores=0-7
/proc/14671/task/14685/stat : 14685 (plingeling) R 14669 14671 14459 0 -1 4202560 427934 1249 0 0 484143 82 0 0 25 0 9 0 655772066 1024729088 211445 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38693.3
Current children cumulated vsize (KiB) 1000712

[startup+4902.3 s]
/proc/loadavg: 8.12 8.05 8.00 9/297 14837
/proc/meminfo: memFree=11899680/32950928 swapFree=67083212/67111528
[pid=14671] ppid=14669 vsize=1123660 CPUtime=39172.8 cores=0-7
/proc/14671/stat : 14671 (plingeling) S 14669 14671 14459 0 -1 4202496 4121250 1249 0 0 3916533 743 0 0 18 0 9 0 655772060 1150627840 242150 33554432000 4194304 4417452 140733390053088 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14671/statm: 280915 242150 180 55 0 278801 0
[pid=14671/tid=14678] ppid=14669 vsize=1123660 CPUtime=4902.41 cores=0-7
/proc/14671/task/14678/stat : 14678 (plingeling) R 14669 14671 14459 0 -1 4202560 394281 1249 0 0 490170 71 0 0 25 0 9 0 655772066 1150627840 242150 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14671/tid=14679] ppid=14669 vsize=1123660 CPUtime=4902.4 cores=0-7
/proc/14671/task/14679/stat : 14679 (plingeling) R 14669 14671 14459 0 -1 4202560 421014 1249 0 0 490160 80 0 0 25 0 9 0 655772066 1150627840 242150 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14671/tid=14680] ppid=14669 vsize=1123660 CPUtime=4857.7 cores=0-7
/proc/14671/task/14680/stat : 14680 (plingeling) R 14669 14671 14459 0 -1 4202560 589016 1249 0 0 485665 105 0 0 25 0 9 0 655772066 1150627840 242150 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14671/tid=14681] ppid=14669 vsize=1123660 CPUtime=4902.41 cores=0-7
/proc/14671/task/14681/stat : 14681 (plingeling) R 14669 14671 14459 0 -1 4202560 918313 1249 0 0 490086 155 0 0 25 0 9 0 655772066 1150627840 242150 33554432000 4194304 4417452 140733390053088 18446744073709551615 4366085 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14671/tid=14682] ppid=14669 vsize=1123660 CPUtime=4902.38 cores=0-7
/proc/14671/task/14682/stat : 14682 (plingeling) R 14669 14671 14459 0 -1 4202560 474671 1249 0 0 490155 83 0 0 25 0 9 0 655772066 1150627840 242150 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14671/tid=14683] ppid=14669 vsize=1123660 CPUtime=4902.27 cores=0-7
/proc/14671/task/14683/stat : 14683 (plingeling) R 14669 14671 14459 0 -1 4202560 240785 1249 0 0 490187 40 0 0 25 0 9 0 655772066 1150627840 242150 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364619 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14671/tid=14684] ppid=14669 vsize=1123660 CPUtime=4900.82 cores=0-7
/proc/14671/task/14684/stat : 14684 (plingeling) R 14669 14671 14459 0 -1 4202560 651425 1249 0 0 489958 124 0 0 25 0 9 0 655772066 1150627840 242150 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14671/tid=14685] ppid=14669 vsize=1123660 CPUtime=4902.25 cores=0-7
/proc/14671/task/14685/stat : 14685 (plingeling) R 14669 14671 14459 0 -1 4202560 427934 1249 0 0 490143 82 0 0 25 0 9 0 655772066 1150627840 242150 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39172.8
Current children cumulated vsize (KiB) 1123660

[startup+4962.3 s]
/proc/loadavg: 8.40 8.13 8.03 9/297 14841
/proc/meminfo: memFree=11894760/32950928 swapFree=67083212/67111528
[pid=14671] ppid=14669 vsize=1128308 CPUtime=39651.4 cores=0-7
/proc/14671/stat : 14671 (plingeling) S 14669 14671 14459 0 -1 4202496 4160499 1249 0 0 3964390 749 0 0 18 0 9 0 655772060 1155387392 243312 33554432000 4194304 4417452 140733390053088 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14671/statm: 282077 243312 180 55 0 279963 0
[pid=14671/tid=14678] ppid=14669 vsize=1128308 CPUtime=4962.41 cores=0-7
/proc/14671/task/14678/stat : 14678 (plingeling) R 14669 14671 14459 0 -1 4202560 398861 1249 0 0 496170 71 0 0 25 0 9 0 655772066 1155387392 243312 33554432000 4194304 4417452 140733390053088 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14671/tid=14679] ppid=14669 vsize=1128308 CPUtime=4962.4 cores=0-7
/proc/14671/task/14679/stat : 14679 (plingeling) R 14669 14671 14459 0 -1 4202560 421014 1249 0 0 496160 80 0 0 25 0 9 0 655772066 1155387392 243312 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14671/tid=14680] ppid=14669 vsize=1128308 CPUtime=4917.15 cores=0-7
/proc/14671/task/14680/stat : 14680 (plingeling) R 14669 14671 14459 0 -1 4202560 592984 1249 0 0 491609 106 0 0 25 0 9 0 655772066 1155387392 243312 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14671/tid=14681] ppid=14669 vsize=1128308 CPUtime=4962.41 cores=0-7
/proc/14671/task/14681/stat : 14681 (plingeling) R 14669 14671 14459 0 -1 4202560 935790 1249 0 0 496083 158 0 0 25 0 9 0 655772066 1155387392 243312 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14671/tid=14682] ppid=14669 vsize=1128308 CPUtime=4962.37 cores=0-7
/proc/14671/task/14682/stat : 14682 (plingeling) R 14669 14671 14459 0 -1 4202560 478831 1249 0 0 496154 83 0 0 25 0 9 0 655772066 1155387392 243312 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14671/tid=14683] ppid=14669 vsize=1128308 CPUtime=4962.27 cores=0-7
/proc/14671/task/14683/stat : 14683 (plingeling) R 14669 14671 14459 0 -1 4202560 241200 1249 0 0 496187 40 0 0 25 0 9 0 655772066 1155387392 243312 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14671/tid=14684] ppid=14669 vsize=1128308 CPUtime=4960.15 cores=0-7
/proc/14671/task/14684/stat : 14684 (plingeling) R 14669 14671 14459 0 -1 4202560 655128 1249 0 0 495890 125 0 0 25 0 9 0 655772066 1155387392 243312 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14671/tid=14685] ppid=14669 vsize=1128308 CPUtime=4962.1 cores=0-7
/proc/14671/task/14685/stat : 14685 (plingeling) R 14669 14671 14459 0 -1 4202560 432880 1249 0 0 496128 82 0 0 25 0 9 0 655772066 1155387392 243312 33554432000 4194304 4417452 140733390053088 18446744073709551615 4264814 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39651.4
Current children cumulated vsize (KiB) 1128308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5006 s]
/proc/loadavg: 8.19 8.11 8.03 9/297 14843
/proc/meminfo: memFree=11906980/32950928 swapFree=67083212/67111528
[pid=14671] ppid=14669 vsize=1116284 CPUtime=40000.8 cores=0-7
/proc/14671/stat : 14671 (plingeling) S 14669 14671 14459 0 -1 4202496 4181251 1249 0 0 3999323 753 0 0 18 0 9 0 655772060 1143074816 240306 33554432000 4194304 4417452 140733390053088 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14671/statm: 279071 240306 180 55 0 276957 0
[pid=14671/tid=14678] ppid=14669 vsize=1116284 CPUtime=5006.13 cores=0-7
/proc/14671/task/14678/stat : 14678 (plingeling) R 14669 14671 14459 0 -1 4202560 398861 1249 0 0 500542 71 0 0 25 0 9 0 655772066 1143074816 240306 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14671/tid=14679] ppid=14669 vsize=1116284 CPUtime=5006.13 cores=0-7
/proc/14671/task/14679/stat : 14679 (plingeling) R 14669 14671 14459 0 -1 4202560 423438 1249 0 0 500532 81 0 0 25 0 9 0 655772066 1143074816 240306 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14671/tid=14680] ppid=14669 vsize=1116284 CPUtime=4960.46 cores=0-7
/proc/14671/task/14680/stat : 14680 (plingeling) R 14669 14671 14459 0 -1 4202560 594040 1249 0 0 495940 106 0 0 25 0 9 0 655772066 1143074816 240306 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14671/tid=14681] ppid=14669 vsize=1116284 CPUtime=5006.13 cores=0-7
/proc/14671/task/14681/stat : 14681 (plingeling) R 14669 14671 14459 0 -1 4202560 938628 1249 0 0 500455 158 0 0 25 0 9 0 655772066 1143074816 240306 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14671/tid=14682] ppid=14669 vsize=1116284 CPUtime=5006.1 cores=0-7
/proc/14671/task/14682/stat : 14682 (plingeling) R 14669 14671 14459 0 -1 4202560 489993 1249 0 0 500525 85 0 0 25 0 9 0 655772066 1143074816 240306 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364893 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14671/tid=14683] ppid=14669 vsize=1116284 CPUtime=5005.99 cores=0-7
/proc/14671/task/14683/stat : 14683 (plingeling) R 14669 14671 14459 0 -1 4202560 241200 1249 0 0 500559 40 0 0 25 0 9 0 655772066 1143074816 240306 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14671/tid=14684] ppid=14669 vsize=1116284 CPUtime=5003.86 cores=0-7
/proc/14671/task/14684/stat : 14684 (plingeling) R 14669 14671 14459 0 -1 4202560 658400 1249 0 0 500261 125 0 0 25 0 9 0 655772066 1143074816 240306 33554432000 4194304 4417452 140733390053088 18446744073709551615 4250915 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14671/tid=14685] ppid=14669 vsize=1116284 CPUtime=5005.82 cores=0-7
/proc/14671/task/14685/stat : 14685 (plingeling) R 14669 14671 14459 0 -1 4202560 432880 1249 0 0 500500 82 0 0 25 0 9 0 655772066 1143074816 240306 33554432000 4194304 4417452 140733390053088 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 1116284

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5006.08
CPU time (s): 40000.9
CPU user time (s): 39993.3
CPU system time (s): 7.59085
CPU usage (%): 799.046
Max. virtual memory (cumulated for all children) (KiB): 1214884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39993.3
system time used= 7.59085
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4182500
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= 371
involuntary context switches= 191777

runsolver used 12.6861 second user time and 32.85 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-15 08:42:04
IDJOB=3372734
IDBENCH=83410
IDSOLVER=1851
FILE ID=node127/3372734-1305441724
RUNJOBID= node127-1305436716-14473
PBS_JOBID= 13324756
Free space on /tmp= 73516 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_2_keyfind_1.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372734-1305441724/watcher-3372734-1305441724 -o /tmp/evaluation-result-3372734-1305441724/solver-3372734-1305441724 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372734-1305441724.cnf

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

MD5SUM BENCH= 19e0b91e7d093f7cb35b11b46708a49b
RANDOM SEED=615027845

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12868164 kB
Buffers:        300900 kB
Cached:        3615112 kB
SwapCached:       1620 kB
Active:       16854304 kB
Inactive:      2895452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12868164 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:             812 kB
Writeback:           0 kB
AnonPages:    15832448 kB
Mapped:          25932 kB
Slab:           222184 kB
PageTables:      46304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44317844 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= 73512 MiB
End job on node127 at 2011-05-15 10:05:32