Trace number 3371474

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) 4800.41 1202.62

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-3371474-1305428833/watcher-3371474-1305428833 -o /tmp/evaluation-result-3371474-1305428833/solver-3371474-1305428833 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371474-1305428833.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.28 1.79 1.92 3/262 25624
/proc/meminfo: memFree=23078352/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) R 25622 25624 18974 0 -1 4202496 455 1251 0 0 0 0 0 0 23 0 1 0 654481537 9740288 385 33554432000 4194304 4417452 140734074530928 18446744073709551615 246516834048 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/25624/statm: 2378 385 148 55 0 264 0

[startup+0.07323 s]
/proc/loadavg: 1.28 1.79 1.92 3/262 25624
/proc/meminfo: memFree=23078352/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=56684 CPUtime=0.13 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 2102 1251 0 0 13 0 0 0 23 0 5 0 654481537 58044416 1968 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 14171 1968 175 55 0 12057 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 56684

[startup+0.100225 s]
/proc/loadavg: 1.28 1.79 1.92 3/262 25624
/proc/meminfo: memFree=23078352/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=57084 CPUtime=0.21 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 2189 1251 0 0 21 0 0 0 23 0 5 0 654481537 58454016 2055 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 14271 2055 177 55 0 12157 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 57084

[startup+0.30016 s]
/proc/loadavg: 1.28 1.79 1.92 3/262 25624
/proc/meminfo: memFree=23078352/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=124752 CPUtime=1.01 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 3067 1251 0 0 101 0 0 0 23 0 5 0 654481537 127746048 2641 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 31188 2641 180 55 0 29074 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 124752

[startup+0.700087 s]
/proc/loadavg: 1.28 1.79 1.92 3/262 25624
/proc/meminfo: memFree=23078352/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=125912 CPUtime=2.61 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 5009 1251 0 0 261 0 0 0 23 0 5 0 654481537 128933888 2911 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 31478 2911 180 55 0 29364 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 125912

[startup+1.50094 s]
/proc/loadavg: 1.28 1.79 1.92 10/271 25638
/proc/meminfo: memFree=23050508/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=132100 CPUtime=5.8 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 9140 1251 0 0 579 1 0 0 23 0 5 0 654481537 135270400 4486 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 33025 4486 180 55 0 30911 0
[pid=25624/tid=25635] ppid=25622 vsize=132100 CPUtime=1.46 cores=0,2,4,6
/proc/25624/task/25635/stat : 25635 (plingeling) R 25622 25624 18974 0 -1 4202560 1640 1251 0 0 146 0 0 0 18 0 5 0 654481541 135270400 4486 33554432000 4194304 4417452 140734074530928 18446744073709551615 4337303 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25624/tid=25636] ppid=25622 vsize=132100 CPUtime=1.41 cores=0,2,4,6
/proc/25624/task/25636/stat : 25636 (plingeling) R 25622 25624 18974 0 -1 4202560 1333 1251 0 0 141 0 0 0 25 0 5 0 654481541 135270400 4486 33554432000 4194304 4417452 140734074530928 18446744073709551615 4258267 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25624/tid=25637] ppid=25622 vsize=132100 CPUtime=1.44 cores=0,2,4,6
/proc/25624/task/25637/stat : 25637 (plingeling) R 25622 25624 18974 0 -1 4202560 1775 1251 0 0 144 0 0 0 25 0 5 0 654481541 135270400 4486 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25624/tid=25638] ppid=25622 vsize=132100 CPUtime=1.44 cores=0,2,4,6
/proc/25624/task/25638/stat : 25638 (plingeling) R 25622 25624 18974 0 -1 4202560 2332 1251 0 0 144 0 0 0 25 0 5 0 654481541 135270400 4486 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 132100

[startup+3.10065 s]
/proc/loadavg: 1.28 1.79 1.92 10/271 25638
/proc/meminfo: memFree=23040464/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=134908 CPUtime=12.19 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 15829 1251 0 0 1217 2 0 0 23 0 5 0 654481537 138145792 5160 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 33727 5160 180 55 0 31613 0
[pid=25624/tid=25635] ppid=25622 vsize=134908 CPUtime=3.05 cores=0,2,4,6
/proc/25624/task/25635/stat : 25635 (plingeling) R 25622 25624 18974 0 -1 4202560 3132 1251 0 0 305 0 0 0 21 0 5 0 654481541 138145792 5160 33554432000 4194304 4417452 140734074530928 18446744073709551615 4251012 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25624/tid=25636] ppid=25622 vsize=134908 CPUtime=3 cores=0,2,4,6
/proc/25624/task/25636/stat : 25636 (plingeling) R 25622 25624 18974 0 -1 4202560 3076 1251 0 0 300 0 0 0 25 0 5 0 654481541 138145792 5160 33554432000 4194304 4417452 140734074530928 18446744073709551615 4250651 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25624/tid=25637] ppid=25622 vsize=134908 CPUtime=3.03 cores=0,2,4,6
/proc/25624/task/25637/stat : 25637 (plingeling) R 25622 25624 18974 0 -1 4202560 3434 1251 0 0 303 0 0 0 25 0 5 0 654481541 138145792 5160 33554432000 4194304 4417452 140734074530928 18446744073709551615 4353851 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25624/tid=25638] ppid=25622 vsize=134908 CPUtime=3.03 cores=0,2,4,6
/proc/25624/task/25638/stat : 25638 (plingeling) R 25622 25624 18974 0 -1 4202560 4127 1251 0 0 303 0 0 0 25 0 5 0 654481541 138145792 5160 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 134908

[startup+6.30107 s]
/proc/loadavg: 1.82 1.90 1.96 10/271 25638
/proc/meminfo: memFree=23021436/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=145864 CPUtime=24.96 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 30277 1251 0 0 2492 4 0 0 23 0 5 0 654481537 149364736 7899 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 36466 7899 180 55 0 34352 0
[pid=25624/tid=25635] ppid=25622 vsize=145864 CPUtime=6.25 cores=0,2,4,6
/proc/25624/task/25635/stat : 25635 (plingeling) R 25622 25624 18974 0 -1 4202560 7238 1251 0 0 625 0 0 0 25 0 5 0 654481541 149364736 7899 33554432000 4194304 4417452 140734074530928 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25624/tid=25636] ppid=25622 vsize=145864 CPUtime=6.21 cores=0,2,4,6
/proc/25624/task/25636/stat : 25636 (plingeling) R 25622 25624 18974 0 -1 4202560 6560 1251 0 0 620 1 0 0 25 0 5 0 654481541 149364736 7899 33554432000 4194304 4417452 140734074530928 18446744073709551615 4248206 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25624/tid=25637] ppid=25622 vsize=145864 CPUtime=6.23 cores=0,2,4,6
/proc/25624/task/25637/stat : 25637 (plingeling) R 25622 25624 18974 0 -1 4202560 6871 1251 0 0 623 0 0 0 25 0 5 0 654481541 149364736 7899 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25624/tid=25638] ppid=25622 vsize=145864 CPUtime=6.21 cores=0,2,4,6
/proc/25624/task/25638/stat : 25638 (plingeling) R 25622 25624 18974 0 -1 4202560 7548 1251 0 0 620 1 0 0 25 0 5 0 654481541 149364736 7899 33554432000 4194304 4417452 140734074530928 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 145864

[startup+12.7009 s]
/proc/loadavg: 2.31 2.00 1.99 10/271 25638
/proc/meminfo: memFree=23000584/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=161504 CPUtime=50.51 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 50692 1251 0 0 5044 7 0 0 23 0 5 0 654481537 165380096 11814 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 40376 11814 180 55 0 38262 0
[pid=25624/tid=25635] ppid=25622 vsize=161504 CPUtime=12.66 cores=0,2,4,6
/proc/25624/task/25635/stat : 25635 (plingeling) R 25622 25624 18974 0 -1 4202560 12118 1251 0 0 1265 1 0 0 25 0 5 0 654481541 165380096 11814 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364903 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25624/tid=25636] ppid=25622 vsize=161504 CPUtime=12.6 cores=0,2,4,6
/proc/25624/task/25636/stat : 25636 (plingeling) R 25622 25624 18974 0 -1 4202560 10796 1251 0 0 1259 1 0 0 25 0 5 0 654481541 165380096 11814 33554432000 4194304 4417452 140734074530928 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25624/tid=25637] ppid=25622 vsize=161504 CPUtime=12.63 cores=0,2,4,6
/proc/25624/task/25637/stat : 25637 (plingeling) R 25622 25624 18974 0 -1 4202560 12736 1251 0 0 1262 1 0 0 25 0 5 0 654481541 165380096 11814 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25624/tid=25638] ppid=25622 vsize=161504 CPUtime=12.55 cores=0,2,4,6
/proc/25624/task/25638/stat : 25638 (plingeling) R 25622 25624 18974 0 -1 4202560 12982 1251 0 0 1253 2 0 0 25 0 5 0 654481541 165380096 11814 33554432000 4194304 4417452 140734074530928 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 161504

[startup+25.5006 s]
/proc/loadavg: 3.87 2.36 2.11 10/271 25639
/proc/meminfo: memFree=22979764/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=164136 CPUtime=101.6 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 74773 1251 0 0 10149 11 0 0 23 0 5 0 654481537 168075264 12472 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 41034 12472 180 55 0 38920 0
[pid=25624/tid=25635] ppid=25622 vsize=164136 CPUtime=25.46 cores=0,2,4,6
/proc/25624/task/25635/stat : 25635 (plingeling) R 25622 25624 18974 0 -1 4202560 18904 1251 0 0 2543 3 0 0 25 0 5 0 654481541 168075264 12472 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25624/tid=25636] ppid=25622 vsize=164136 CPUtime=25.4 cores=0,2,4,6
/proc/25624/task/25636/stat : 25636 (plingeling) R 25622 25624 18974 0 -1 4202560 17784 1251 0 0 2538 2 0 0 25 0 5 0 654481541 168075264 12472 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25624/tid=25637] ppid=25622 vsize=164136 CPUtime=25.44 cores=0,2,4,6
/proc/25624/task/25637/stat : 25637 (plingeling) R 25622 25624 18974 0 -1 4202560 14626 1251 0 0 2542 2 0 0 25 0 5 0 654481541 168075264 12472 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25624/tid=25638] ppid=25622 vsize=164136 CPUtime=25.25 cores=0,2,4,6
/proc/25624/task/25638/stat : 25638 (plingeling) R 25622 25624 18974 0 -1 4202560 21399 1251 0 0 2522 3 0 0 25 0 5 0 654481541 168075264 12472 33554432000 4194304 4417452 140734074530928 18446744073709551615 4357536 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 164136

[startup+51.1009 s]
/proc/loadavg: 5.28 2.81 2.26 10/271 25639
/proc/meminfo: memFree=22914128/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=207572 CPUtime=203.8 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 110496 1251 0 0 20364 16 0 0 23 0 5 0 654481537 212553728 23331 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 51893 23331 180 55 0 49779 0
[pid=25624/tid=25635] ppid=25622 vsize=207572 CPUtime=51.05 cores=0,2,4,6
/proc/25624/task/25635/stat : 25635 (plingeling) R 25622 25624 18974 0 -1 4202560 30610 1251 0 0 5101 4 0 0 25 0 5 0 654481541 212553728 23331 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25624/tid=25636] ppid=25622 vsize=207572 CPUtime=51.01 cores=0,2,4,6
/proc/25624/task/25636/stat : 25636 (plingeling) R 25622 25624 18974 0 -1 4202560 22421 1251 0 0 5098 3 0 0 25 0 5 0 654481541 212553728 23331 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25624/tid=25637] ppid=25622 vsize=207572 CPUtime=51.03 cores=0,2,4,6
/proc/25624/task/25637/stat : 25637 (plingeling) R 25622 25624 18974 0 -1 4202560 20042 1251 0 0 5101 2 0 0 25 0 5 0 654481541 212553728 23331 33554432000 4194304 4417452 140734074530928 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25624/tid=25638] ppid=25622 vsize=207572 CPUtime=50.64 cores=0,2,4,6
/proc/25624/task/25638/stat : 25638 (plingeling) R 25622 25624 18974 0 -1 4202560 35363 1251 0 0 5058 6 0 0 25 0 5 0 654481541 212553728 23331 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364699 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 207572

[startup+102.31 s]
/proc/loadavg: 6.98 3.65 2.58 10/271 25641
/proc/meminfo: memFree=22866004/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=218888 CPUtime=408.21 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 170268 1251 0 0 40795 26 0 0 23 0 5 0 654481537 224141312 26160 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 54722 26160 180 55 0 52608 0
[pid=25624/tid=25635] ppid=25622 vsize=218888 CPUtime=102.26 cores=0,2,4,6
/proc/25624/task/25635/stat : 25635 (plingeling) R 25622 25624 18974 0 -1 4202560 42078 1251 0 0 10220 6 0 0 25 0 5 0 654481541 224141312 26160 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25624/tid=25636] ppid=25622 vsize=218888 CPUtime=102.2 cores=0,2,4,6
/proc/25624/task/25636/stat : 25636 (plingeling) R 25622 25624 18974 0 -1 4202560 39186 1251 0 0 10215 5 0 0 25 0 5 0 654481541 224141312 26160 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25624/tid=25637] ppid=25622 vsize=218888 CPUtime=102.24 cores=0,2,4,6
/proc/25624/task/25637/stat : 25637 (plingeling) R 25622 25624 18974 0 -1 4202560 32934 1251 0 0 10220 4 0 0 25 0 5 0 654481541 224141312 26160 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25624/tid=25638] ppid=25622 vsize=218888 CPUtime=101.43 cores=0,2,4,6
/proc/25624/task/25638/stat : 25638 (plingeling) R 25622 25624 18974 0 -1 4202560 54010 1251 0 0 10134 9 0 0 25 0 5 0 654481541 224141312 26160 33554432000 4194304 4417452 140734074530928 18446744073709551615 4250795 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.21
Current children cumulated vsize (KiB) 218888

[startup+162.301 s]
/proc/loadavg: 7.67 4.46 2.92 10/271 25642
/proc/meminfo: memFree=22787108/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=258696 CPUtime=647.68 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 238016 1251 0 0 64733 35 0 0 23 0 5 0 654481537 264904704 36112 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 64674 36112 180 55 0 62560 0
[pid=25624/tid=25635] ppid=25622 vsize=258696 CPUtime=162.26 cores=0,2,4,6
/proc/25624/task/25635/stat : 25635 (plingeling) R 25622 25624 18974 0 -1 4202560 54726 1251 0 0 16218 8 0 0 25 0 5 0 654481541 264904704 36112 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25624/tid=25636] ppid=25622 vsize=258696 CPUtime=162.19 cores=0,2,4,6
/proc/25624/task/25636/stat : 25636 (plingeling) R 25622 25624 18974 0 -1 4202560 58818 1251 0 0 16211 8 0 0 25 0 5 0 654481541 264904704 36112 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25624/tid=25637] ppid=25622 vsize=258696 CPUtime=162.24 cores=0,2,4,6
/proc/25624/task/25637/stat : 25637 (plingeling) R 25622 25624 18974 0 -1 4202560 47793 1251 0 0 16218 6 0 0 25 0 5 0 654481541 264904704 36112 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25624/tid=25638] ppid=25622 vsize=258696 CPUtime=160.93 cores=0,2,4,6
/proc/25624/task/25638/stat : 25638 (plingeling) R 25622 25624 18974 0 -1 4202560 74619 1251 0 0 16082 11 0 0 25 0 5 0 654481541 264904704 36112 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.68
Current children cumulated vsize (KiB) 258696


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

[pid=25624/tid=25636] ppid=25622 vsize=327544 CPUtime=702.12 cores=0,2,4,6
/proc/25624/task/25636/stat : 25636 (plingeling) R 25622 25624 18974 0 -1 4202560 144677 1251 0 0 70191 21 0 0 25 0 5 0 654481541 335405056 53324 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25624/tid=25637] ppid=25622 vsize=327544 CPUtime=702.26 cores=0,2,4,6
/proc/25624/task/25637/stat : 25637 (plingeling) R 25622 25624 18974 0 -1 4202560 183861 1251 0 0 70200 26 0 0 25 0 5 0 654481541 335405056 53324 33554432000 4194304 4417452 140734074530928 18446744073709551615 4366063 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25624/tid=25638] ppid=25622 vsize=327544 CPUtime=696.53 cores=0,2,4,6
/proc/25624/task/25638/stat : 25638 (plingeling) R 25622 25624 18974 0 -1 4202560 213285 1251 0 0 69620 33 0 0 25 0 5 0 654481541 335405056 53324 33554432000 4194304 4417452 140734074530928 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2803.25
Current children cumulated vsize (KiB) 327544

[startup+762.31 s]
/proc/loadavg: 8.13 7.69 5.42 10/271 25658
/proc/meminfo: memFree=22545824/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=355156 CPUtime=3042.78 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 742845 1251 0 0 304168 110 0 0 23 0 5 0 654481537 363679744 60227 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 88789 60227 180 55 0 86675 0
[pid=25624/tid=25635] ppid=25622 vsize=355156 CPUtime=762.29 cores=0,2,4,6
/proc/25624/task/25635/stat : 25635 (plingeling) R 25622 25624 18974 0 -1 4202560 163117 1251 0 0 76204 25 0 0 25 0 5 0 654481541 363679744 60227 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25624/tid=25636] ppid=25622 vsize=355156 CPUtime=762.13 cores=0,2,4,6
/proc/25624/task/25636/stat : 25636 (plingeling) R 25622 25624 18974 0 -1 4202560 151669 1251 0 0 76191 22 0 0 25 0 5 0 654481541 363679744 60227 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25624/tid=25637] ppid=25622 vsize=355156 CPUtime=762.26 cores=0,2,4,6
/proc/25624/task/25637/stat : 25637 (plingeling) R 25622 25624 18974 0 -1 4202560 194642 1251 0 0 76199 27 0 0 25 0 5 0 654481541 363679744 60227 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25624/tid=25638] ppid=25622 vsize=355156 CPUtime=756.05 cores=0,2,4,6
/proc/25624/task/25638/stat : 25638 (plingeling) R 25622 25624 18974 0 -1 4202560 231357 1251 0 0 75570 35 0 0 25 0 5 0 654481541 363679744 60227 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364794 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3042.78
Current children cumulated vsize (KiB) 355156

[startup+822.3 s]
/proc/loadavg: 8.05 7.75 5.58 10/271 25660
/proc/meminfo: memFree=22505140/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=333960 CPUtime=3282.25 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 781587 1251 0 0 328110 115 0 0 23 0 5 0 654481537 341975040 54928 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 83490 54928 180 55 0 81376 0
[pid=25624/tid=25635] ppid=25622 vsize=333960 CPUtime=822.28 cores=0,2,4,6
/proc/25624/task/25635/stat : 25635 (plingeling) R 25622 25624 18974 0 -1 4202560 170471 1251 0 0 82202 26 0 0 25 0 5 0 654481541 341975040 54928 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25624/tid=25636] ppid=25622 vsize=333960 CPUtime=822.11 cores=0,2,4,6
/proc/25624/task/25636/stat : 25636 (plingeling) R 25622 25624 18974 0 -1 4202560 162600 1251 0 0 82188 23 0 0 25 0 5 0 654481541 341975040 54928 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25624/tid=25637] ppid=25622 vsize=333960 CPUtime=822.25 cores=0,2,4,6
/proc/25624/task/25637/stat : 25637 (plingeling) R 25622 25624 18974 0 -1 4202560 204702 1251 0 0 82197 28 0 0 25 0 5 0 654481541 341975040 54928 33554432000 4194304 4417452 140734074530928 18446744073709551615 4365106 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25624/tid=25638] ppid=25622 vsize=333960 CPUtime=815.56 cores=0,2,4,6
/proc/25624/task/25638/stat : 25638 (plingeling) R 25622 25624 18974 0 -1 4202560 241754 1251 0 0 81519 37 0 0 25 0 5 0 654481541 341975040 54928 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3282.25
Current children cumulated vsize (KiB) 333960

[startup+882.3 s]
/proc/loadavg: 8.02 7.79 5.73 9/271 25661
/proc/meminfo: memFree=22500888/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=352896 CPUtime=3521.77 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 811454 1251 0 0 352057 120 0 0 23 0 5 0 654481537 361365504 59662 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 88224 59662 180 55 0 86110 0
[pid=25624/tid=25635] ppid=25622 vsize=352896 CPUtime=882.28 cores=0,2,4,6
/proc/25624/task/25635/stat : 25635 (plingeling) R 25622 25624 18974 0 -1 4202560 175645 1251 0 0 88202 26 0 0 25 0 5 0 654481541 361365504 59662 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25624/tid=25636] ppid=25622 vsize=352896 CPUtime=882.1 cores=0,2,4,6
/proc/25624/task/25636/stat : 25636 (plingeling) R 25622 25624 18974 0 -1 4202560 166224 1251 0 0 88186 24 0 0 25 0 5 0 654481541 361365504 59662 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25624/tid=25637] ppid=25622 vsize=352896 CPUtime=882.26 cores=0,2,4,6
/proc/25624/task/25637/stat : 25637 (plingeling) R 25622 25624 18974 0 -1 4202560 211416 1251 0 0 88197 29 0 0 25 0 5 0 654481541 361365504 59662 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25624/tid=25638] ppid=25622 vsize=352896 CPUtime=875.06 cores=0,2,4,6
/proc/25624/task/25638/stat : 25638 (plingeling) R 25622 25624 18974 0 -1 4202560 256109 1251 0 0 87467 39 0 0 25 0 5 0 654481541 361365504 59662 33554432000 4194304 4417452 140734074530928 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3521.77
Current children cumulated vsize (KiB) 352896

[startup+942.301 s]
/proc/loadavg: 8.21 7.89 5.89 10/271 25663
/proc/meminfo: memFree=22518732/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=336016 CPUtime=3761.28 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 837117 1251 0 0 376004 124 0 0 23 0 5 0 654481537 344080384 55474 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 84004 55474 180 55 0 81890 0
[pid=25624/tid=25635] ppid=25622 vsize=336016 CPUtime=942.28 cores=0,2,4,6
/proc/25624/task/25635/stat : 25635 (plingeling) R 25622 25624 18974 0 -1 4202560 179506 1251 0 0 94201 27 0 0 25 0 5 0 654481541 344080384 55474 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25624/tid=25636] ppid=25622 vsize=336016 CPUtime=942.1 cores=0,2,4,6
/proc/25624/task/25636/stat : 25636 (plingeling) R 25622 25624 18974 0 -1 4202560 169939 1251 0 0 94185 25 0 0 25 0 5 0 654481541 344080384 55474 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25624/tid=25637] ppid=25622 vsize=336016 CPUtime=942.25 cores=0,2,4,6
/proc/25624/task/25637/stat : 25637 (plingeling) R 25622 25624 18974 0 -1 4202560 218443 1251 0 0 94195 30 0 0 25 0 5 0 654481541 344080384 55474 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25624/tid=25638] ppid=25622 vsize=336016 CPUtime=934.58 cores=0,2,4,6
/proc/25624/task/25638/stat : 25638 (plingeling) R 25622 25624 18974 0 -1 4202560 267169 1251 0 0 93417 41 0 0 25 0 5 0 654481541 344080384 55474 33554432000 4194304 4417452 140734074530928 18446744073709551615 4366180 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3761.28
Current children cumulated vsize (KiB) 336016

[startup+1002.3 s]
/proc/loadavg: 8.08 7.90 6.02 10/271 25665
/proc/meminfo: memFree=22493904/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=359588 CPUtime=4000.78 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 878366 1251 0 0 399947 131 0 0 23 0 5 0 654481537 368218112 61367 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 89897 61367 180 55 0 87783 0
[pid=25624/tid=25635] ppid=25622 vsize=359588 CPUtime=1002.29 cores=0,2,4,6
/proc/25624/task/25635/stat : 25635 (plingeling) R 25622 25624 18974 0 -1 4202560 192633 1251 0 0 100199 30 0 0 25 0 5 0 654481541 368218112 61367 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25624/tid=25636] ppid=25622 vsize=359588 CPUtime=1002.09 cores=0,2,4,6
/proc/25624/task/25636/stat : 25636 (plingeling) R 25622 25624 18974 0 -1 4202560 175981 1251 0 0 100183 26 0 0 25 0 5 0 654481541 368218112 61367 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25624/tid=25637] ppid=25622 vsize=359588 CPUtime=1002.26 cores=0,2,4,6
/proc/25624/task/25637/stat : 25637 (plingeling) R 25622 25624 18974 0 -1 4202560 224901 1251 0 0 100195 31 0 0 25 0 5 0 654481541 368218112 61367 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25624/tid=25638] ppid=25622 vsize=359588 CPUtime=994.09 cores=0,2,4,6
/proc/25624/task/25638/stat : 25638 (plingeling) R 25622 25624 18974 0 -1 4202560 282791 1251 0 0 99366 43 0 0 25 0 5 0 654481541 368218112 61367 33554432000 4194304 4417452 140734074530928 18446744073709551615 4250502 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4000.78
Current children cumulated vsize (KiB) 359588

[startup+1062.3 s]
/proc/loadavg: 8.22 7.98 6.16 10/271 25666
/proc/meminfo: memFree=22517204/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=343216 CPUtime=4240.29 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 918163 1251 0 0 423893 136 0 0 23 0 5 0 654481537 351453184 57274 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 85804 57274 180 55 0 83690 0
[pid=25624/tid=25635] ppid=25622 vsize=343216 CPUtime=1062.29 cores=0,2,4,6
/proc/25624/task/25635/stat : 25635 (plingeling) R 25622 25624 18974 0 -1 4202560 207353 1251 0 0 106198 31 0 0 25 0 5 0 654481541 351453184 57274 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25624/tid=25636] ppid=25622 vsize=343216 CPUtime=1062.08 cores=0,2,4,6
/proc/25624/task/25636/stat : 25636 (plingeling) R 25622 25624 18974 0 -1 4202560 179544 1251 0 0 106182 26 0 0 25 0 5 0 654481541 351453184 57274 33554432000 4194304 4417452 140734074530928 18446744073709551615 4353830 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25624/tid=25637] ppid=25622 vsize=343216 CPUtime=1062.27 cores=0,2,4,6
/proc/25624/task/25637/stat : 25637 (plingeling) R 25622 25624 18974 0 -1 4202560 237630 1251 0 0 106193 34 0 0 25 0 5 0 654481541 351453184 57274 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25624/tid=25638] ppid=25622 vsize=343216 CPUtime=1053.6 cores=0,2,4,6
/proc/25624/task/25638/stat : 25638 (plingeling) R 25622 25624 18974 0 -1 4202560 291576 1251 0 0 105316 44 0 0 25 0 5 0 654481541 351453184 57274 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4240.29
Current children cumulated vsize (KiB) 343216

[startup+1122.3 s]
/proc/loadavg: 8.12 7.99 6.28 10/271 25668
/proc/meminfo: memFree=22499688/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=354496 CPUtime=4479.8 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 959362 1251 0 0 447837 143 0 0 23 0 5 0 654481537 363003904 60062 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 88624 60062 180 55 0 86510 0
[pid=25624/tid=25635] ppid=25622 vsize=354496 CPUtime=1122.29 cores=0,2,4,6
/proc/25624/task/25635/stat : 25635 (plingeling) R 25622 25624 18974 0 -1 4202560 219163 1251 0 0 112196 33 0 0 25 0 5 0 654481541 363003904 60062 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25624/tid=25636] ppid=25622 vsize=354496 CPUtime=1122.07 cores=0,2,4,6
/proc/25624/task/25636/stat : 25636 (plingeling) R 25622 25624 18974 0 -1 4202560 189267 1251 0 0 112179 28 0 0 25 0 5 0 654481541 363003904 60062 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25624/tid=25637] ppid=25622 vsize=354496 CPUtime=1122.26 cores=0,2,4,6
/proc/25624/task/25637/stat : 25637 (plingeling) R 25622 25624 18974 0 -1 4202560 247611 1251 0 0 112191 35 0 0 25 0 5 0 654481541 363003904 60062 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25624/tid=25638] ppid=25622 vsize=354496 CPUtime=1113.1 cores=0,2,4,6
/proc/25624/task/25638/stat : 25638 (plingeling) R 25622 25624 18974 0 -1 4202560 301261 1251 0 0 111265 45 0 0 25 0 5 0 654481541 363003904 60062 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4479.8
Current children cumulated vsize (KiB) 354496

[startup+1182.3 s]
/proc/loadavg: 8.13 8.02 6.39 10/271 25669
/proc/meminfo: memFree=22426384/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=391044 CPUtime=4719.3 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 992816 1251 0 0 471782 148 0 0 23 0 5 0 654481537 400429056 69231 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 97761 69231 180 55 0 95647 0
[pid=25624/tid=25635] ppid=25622 vsize=391044 CPUtime=1182.29 cores=0,2,4,6
/proc/25624/task/25635/stat : 25635 (plingeling) R 25622 25624 18974 0 -1 4202560 224655 1251 0 0 118195 34 0 0 25 0 5 0 654481541 400429056 69231 33554432000 4194304 4417452 140734074530928 18446744073709551615 4357196 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25624/tid=25636] ppid=25622 vsize=391044 CPUtime=1182.06 cores=0,2,4,6
/proc/25624/task/25636/stat : 25636 (plingeling) R 25622 25624 18974 0 -1 4202560 197228 1251 0 0 118177 29 0 0 25 0 5 0 654481541 400429056 69231 33554432000 4194304 4417452 140734074530928 18446744073709551615 4236689 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25624/tid=25637] ppid=25622 vsize=391044 CPUtime=1182.27 cores=0,2,4,6
/proc/25624/task/25637/stat : 25637 (plingeling) R 25622 25624 18974 0 -1 4202560 255237 1251 0 0 118190 37 0 0 25 0 5 0 654481541 400429056 69231 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25624/tid=25638] ppid=25622 vsize=391044 CPUtime=1172.62 cores=0,2,4,6
/proc/25624/task/25638/stat : 25638 (plingeling) R 25622 25624 18974 0 -1 4202560 313636 1251 0 0 117215 47 0 0 25 0 5 0 654481541 400429056 69231 33554432000 4194304 4417452 140734074530928 18446744073709551615 4366486 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4719.3
Current children cumulated vsize (KiB) 391044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.6 s]
/proc/loadavg: 8.24 8.05 6.44 7/269 25671
/proc/meminfo: memFree=22530892/32951124 swapFree=61565116/67111528
[pid=25624] ppid=25622 vsize=361076 CPUtime=4800.36 cores=0,2,4,6
/proc/25624/stat : 25624 (plingeling) S 25622 25624 18974 0 -1 4202496 998927 1251 0 0 479887 149 0 0 23 0 5 0 654481537 369741824 61739 33554432000 4194304 4417452 140734074530928 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25624/statm: 90269 61739 180 55 0 88155 0
[pid=25624/tid=25635] ppid=25622 vsize=361076 CPUtime=1202.6 cores=0,2,4,6
/proc/25624/task/25635/stat : 25635 (plingeling) R 25622 25624 18974 0 -1 4202560 226714 1251 0 0 120226 34 0 0 25 0 5 0 654481541 369741824 61739 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25624/tid=25636] ppid=25622 vsize=361076 CPUtime=1202.37 cores=0,2,4,6
/proc/25624/task/25636/stat : 25636 (plingeling) R 25622 25624 18974 0 -1 4202560 199294 1251 0 0 120208 29 0 0 25 0 5 0 654481541 369741824 61739 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25624/tid=25637] ppid=25622 vsize=361076 CPUtime=1202.58 cores=0,2,4,6
/proc/25624/task/25637/stat : 25637 (plingeling) R 25622 25624 18974 0 -1 4202560 255237 1251 0 0 120221 37 0 0 25 0 5 0 654481541 369741824 61739 33554432000 4194304 4417452 140734074530928 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25624/tid=25638] ppid=25622 vsize=361076 CPUtime=1192.75 cores=0,2,4,6
/proc/25624/task/25638/stat : 25638 (plingeling) R 25622 25624 18974 0 -1 4202560 315622 1251 0 0 119228 47 0 0 25 0 5 0 654481541 369741824 61739 33554432000 4194304 4417452 140734074530928 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 361076

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): 1202.62
CPU time (s): 4800.41
CPU user time (s): 4798.9
CPU system time (s): 1.50677
CPU usage (%): 399.161
Max. virtual memory (cumulated for all children) (KiB): 391044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.9
system time used= 1.50677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1000178
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= 63
involuntary context switches= 72281

runsolver used 2.78258 second user time and 7.07092 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-15 05:07:13
IDJOB=3371474
IDBENCH=83410
IDSOLVER=1848
FILE ID=node134/3371474-1305428833
RUNJOBID= node134-1305428833-25599
PBS_JOBID= 13324593
Free space on /tmp= 73508 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-3371474-1305428833/watcher-3371474-1305428833 -o /tmp/evaluation-result-3371474-1305428833/solver-3371474-1305428833 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371474-1305428833.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 19e0b91e7d093f7cb35b11b46708a49b
RANDOM SEED=249366464

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23078508 kB
Buffers:        266056 kB
Cached:        6055756 kB
SwapCached:      13768 kB
Active:         946416 kB
Inactive:      8711536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23078508 kB
SwapTotal:    67111528 kB
SwapFree:     61565116 kB
Dirty:            1564 kB
Writeback:           0 kB
AnonPages:     3329876 kB
Mapped:          12188 kB
Slab:           122824 kB
PageTables:      31368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 38899020 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73508 MiB
End job on node134 at 2011-05-15 05:27:18