Trace number 3371473

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.1 1203.03

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
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 variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

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

running on 4 cores: 1,3,5,7

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: 7.44 7.92 7.86 1/309 18632
/proc/meminfo: memFree=22907776/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=9568 CPUtime=0 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) R 18630 18632 11662 0 -1 4202496 453 1252 0 0 0 0 0 0 25 0 1 0 733124514 9797632 383 33554432000 4194304 4417452 140733429440768 18446744073709551615 252458065664 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/18632/statm: 2392 383 148 55 0 278 0

[startup+0.125319 s]
/proc/loadavg: 7.44 7.92 7.86 1/309 18632
/proc/meminfo: memFree=22907776/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=55304 CPUtime=0.42 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 1825 1252 0 0 42 0 0 0 25 0 5 0 733124514 56631296 1641 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 13826 1641 180 55 0 11712 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 55304

[startup+0.200303 s]
/proc/loadavg: 7.44 7.92 7.86 1/309 18632
/proc/meminfo: memFree=22907776/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=55884 CPUtime=0.72 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 2136 1252 0 0 72 0 0 0 25 0 5 0 733124514 57225216 1768 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 13971 1768 180 55 0 11857 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 55884

[startup+0.300285 s]
/proc/loadavg: 7.44 7.92 7.86 1/309 18632
/proc/meminfo: memFree=22907776/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=55544 CPUtime=1.12 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 2411 1252 0 0 112 0 0 0 25 0 5 0 733124514 56877056 1714 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 13886 1714 180 55 0 11772 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 55544

[startup+0.700211 s]
/proc/loadavg: 7.44 7.92 7.86 1/309 18632
/proc/meminfo: memFree=22907776/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=58444 CPUtime=2.72 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 4310 1252 0 0 272 0 0 0 25 0 5 0 733124514 59846656 2440 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 14611 2440 180 55 0 12497 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 58444

[startup+1.50106 s]
/proc/loadavg: 7.44 7.92 7.86 9/323 18661
/proc/meminfo: memFree=22852364/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=61612 CPUtime=5.92 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 8582 1252 0 0 591 1 0 0 25 0 5 0 733124514 63090688 3232 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 15403 3232 180 55 0 13289 0
[pid=18632/tid=18639] ppid=18630 vsize=61612 CPUtime=1.47 cores=1,3,5,7
/proc/18632/task/18639/stat : 18639 (plingeling) R 18630 18632 11662 0 -1 4202560 1571 1252 0 0 147 0 0 0 25 0 5 0 733124516 63090688 3232 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18632/tid=18640] ppid=18630 vsize=61612 CPUtime=1.47 cores=1,3,5,7
/proc/18632/task/18640/stat : 18640 (plingeling) R 18630 18632 11662 0 -1 4202560 1696 1252 0 0 147 0 0 0 25 0 5 0 733124516 63090688 3232 33554432000 4194304 4417452 140733429440768 18446744073709551615 4358200 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18632/tid=18641] ppid=18630 vsize=61612 CPUtime=1.47 cores=1,3,5,7
/proc/18632/task/18641/stat : 18641 (plingeling) R 18630 18632 11662 0 -1 4202560 2040 1252 0 0 147 0 0 0 25 0 5 0 733124516 63090688 3232 33554432000 4194304 4417452 140733429440768 18446744073709551615 4354089 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18632/tid=18642] ppid=18630 vsize=61612 CPUtime=1.46 cores=1,3,5,7
/proc/18632/task/18642/stat : 18642 (plingeling) R 18630 18632 11662 0 -1 4202560 1965 1252 0 0 146 0 0 0 25 0 5 0 733124516 63090688 3232 33554432000 4194304 4417452 140733429440768 18446744073709551615 4357355 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 61612

[startup+3.10077 s]
/proc/loadavg: 7.44 7.92 7.86 9/323 18661
/proc/meminfo: memFree=22841752/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=65496 CPUtime=12.3 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 17389 1252 0 0 1228 2 0 0 25 0 5 0 733124514 67067904 4208 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 16374 4208 180 55 0 14260 0
[pid=18632/tid=18639] ppid=18630 vsize=65496 CPUtime=3.07 cores=1,3,5,7
/proc/18632/task/18639/stat : 18639 (plingeling) R 18630 18632 11662 0 -1 4202560 4256 1252 0 0 307 0 0 0 25 0 5 0 733124516 67067904 4208 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18632/tid=18640] ppid=18630 vsize=65496 CPUtime=3.07 cores=1,3,5,7
/proc/18632/task/18640/stat : 18640 (plingeling) R 18630 18632 11662 0 -1 4202560 3266 1252 0 0 307 0 0 0 25 0 5 0 733124516 67067904 4208 33554432000 4194304 4417452 140733429440768 18446744073709551615 4249124 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18632/tid=18641] ppid=18630 vsize=65496 CPUtime=3.07 cores=1,3,5,7
/proc/18632/task/18641/stat : 18641 (plingeling) R 18630 18632 11662 0 -1 4202560 4715 1252 0 0 307 0 0 0 25 0 5 0 733124516 67067904 4208 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18632/tid=18642] ppid=18630 vsize=65496 CPUtime=3.05 cores=1,3,5,7
/proc/18632/task/18642/stat : 18642 (plingeling) R 18630 18632 11662 0 -1 4202560 3842 1252 0 0 305 0 0 0 25 0 5 0 733124516 67067904 4208 33554432000 4194304 4417452 140733429440768 18446744073709551615 4250502 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 65496

[startup+6.30117 s]
/proc/loadavg: 7.48 7.92 7.86 9/323 18661
/proc/meminfo: memFree=22821856/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=69412 CPUtime=25.07 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 29989 1252 0 0 2502 5 0 0 25 0 5 0 733124514 71077888 5187 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 17353 5187 180 55 0 15239 0
[pid=18632/tid=18639] ppid=18630 vsize=69412 CPUtime=6.27 cores=1,3,5,7
/proc/18632/task/18639/stat : 18639 (plingeling) R 18630 18632 11662 0 -1 4202560 6516 1252 0 0 626 1 0 0 25 0 5 0 733124516 71077888 5187 33554432000 4194304 4417452 140733429440768 18446744073709551615 4232791 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18632/tid=18640] ppid=18630 vsize=69412 CPUtime=6.27 cores=1,3,5,7
/proc/18632/task/18640/stat : 18640 (plingeling) R 18630 18632 11662 0 -1 4202560 6763 1252 0 0 627 0 0 0 25 0 5 0 733124516 71077888 5187 33554432000 4194304 4417452 140733429440768 18446744073709551615 4357314 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18632/tid=18641] ppid=18630 vsize=69412 CPUtime=6.27 cores=1,3,5,7
/proc/18632/task/18641/stat : 18641 (plingeling) R 18630 18632 11662 0 -1 4202560 8612 1252 0 0 626 1 0 0 25 0 5 0 733124516 71077888 5187 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18632/tid=18642] ppid=18630 vsize=69412 CPUtime=6.22 cores=1,3,5,7
/proc/18632/task/18642/stat : 18642 (plingeling) R 18630 18632 11662 0 -1 4202560 6788 1252 0 0 621 1 0 0 25 0 5 0 733124516 71077888 5187 33554432000 4194304 4417452 140733429440768 18446744073709551615 4358025 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 69412

[startup+12.701 s]
/proc/loadavg: 7.52 7.92 7.86 9/323 18662
/proc/meminfo: memFree=22804488/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=78776 CPUtime=50.61 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 53499 1252 0 0 5052 9 0 0 25 0 5 0 733124514 80666624 7496 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 19694 7496 180 55 0 17580 0
[pid=18632/tid=18639] ppid=18630 vsize=78776 CPUtime=12.67 cores=1,3,5,7
/proc/18632/task/18639/stat : 18639 (plingeling) R 18630 18632 11662 0 -1 4202560 10976 1252 0 0 1265 2 0 0 25 0 5 0 733124516 80666624 7496 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18632/tid=18640] ppid=18630 vsize=78776 CPUtime=12.67 cores=1,3,5,7
/proc/18632/task/18640/stat : 18640 (plingeling) R 18630 18632 11662 0 -1 4202560 13014 1252 0 0 1266 1 0 0 25 0 5 0 733124516 80666624 7496 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18632/tid=18641] ppid=18630 vsize=78776 CPUtime=12.67 cores=1,3,5,7
/proc/18632/task/18641/stat : 18641 (plingeling) R 18630 18632 11662 0 -1 4202560 14897 1252 0 0 1265 2 0 0 25 0 5 0 733124516 80666624 7496 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18632/tid=18642] ppid=18630 vsize=78776 CPUtime=12.55 cores=1,3,5,7
/proc/18632/task/18642/stat : 18642 (plingeling) R 18630 18632 11662 0 -1 4202560 13302 1252 0 0 1253 2 0 0 25 0 5 0 733124516 80666624 7496 33554432000 4194304 4417452 140733429440768 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 78776

[startup+25.5006 s]
/proc/loadavg: 7.70 7.94 7.87 9/323 18662
/proc/meminfo: memFree=22780792/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=86424 CPUtime=101.67 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 91910 1252 0 0 10152 15 0 0 25 0 5 0 733124514 88498176 9408 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 21606 9408 180 55 0 19492 0
[pid=18632/tid=18639] ppid=18630 vsize=86424 CPUtime=25.47 cores=1,3,5,7
/proc/18632/task/18639/stat : 18639 (plingeling) R 18630 18632 11662 0 -1 4202560 19158 1252 0 0 2543 4 0 0 25 0 5 0 733124516 88498176 9408 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18632/tid=18640] ppid=18630 vsize=86424 CPUtime=25.46 cores=1,3,5,7
/proc/18632/task/18640/stat : 18640 (plingeling) R 18630 18632 11662 0 -1 4202560 24049 1252 0 0 2544 2 0 0 25 0 5 0 733124516 88498176 9408 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18632/tid=18641] ppid=18630 vsize=86424 CPUtime=25.47 cores=1,3,5,7
/proc/18632/task/18641/stat : 18641 (plingeling) R 18630 18632 11662 0 -1 4202560 23011 1252 0 0 2544 3 0 0 25 0 5 0 733124516 88498176 9408 33554432000 4194304 4417452 140733429440768 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18632/tid=18642] ppid=18630 vsize=86424 CPUtime=25.22 cores=1,3,5,7
/proc/18632/task/18642/stat : 18642 (plingeling) R 18630 18632 11662 0 -1 4202560 24382 1252 0 0 2518 4 0 0 25 0 5 0 733124516 88498176 9408 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 86424

[startup+51.1008 s]
/proc/loadavg: 7.80 7.95 7.87 9/323 18663
/proc/meminfo: memFree=22730344/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=107324 CPUtime=203.83 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 158403 1252 0 0 20358 25 0 0 25 0 5 0 733124514 109899776 14665 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 26831 14665 180 55 0 24717 0
[pid=18632/tid=18639] ppid=18630 vsize=107324 CPUtime=51.07 cores=1,3,5,7
/proc/18632/task/18639/stat : 18639 (plingeling) R 18630 18632 11662 0 -1 4202560 35990 1252 0 0 5101 6 0 0 25 0 5 0 733124516 109899776 14665 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18632/tid=18640] ppid=18630 vsize=107324 CPUtime=51.07 cores=1,3,5,7
/proc/18632/task/18640/stat : 18640 (plingeling) R 18630 18632 11662 0 -1 4202560 39497 1252 0 0 5102 5 0 0 25 0 5 0 733124516 109899776 14665 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18632/tid=18641] ppid=18630 vsize=107324 CPUtime=51.07 cores=1,3,5,7
/proc/18632/task/18641/stat : 18641 (plingeling) R 18630 18632 11662 0 -1 4202560 39048 1252 0 0 5102 5 0 0 25 0 5 0 733124516 109899776 14665 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18632/tid=18642] ppid=18630 vsize=107324 CPUtime=50.57 cores=1,3,5,7
/proc/18632/task/18642/stat : 18642 (plingeling) R 18630 18632 11662 0 -1 4202560 42558 1252 0 0 5050 7 0 0 25 0 5 0 733124516 109899776 14665 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.83
Current children cumulated vsize (KiB) 107324

[startup+102.3 s]
/proc/loadavg: 7.96 7.97 7.88 9/323 18664
/proc/meminfo: memFree=22686060/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=101860 CPUtime=408.13 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 280407 1252 0 0 40768 45 0 0 25 0 5 0 733124514 104304640 13267 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 25465 13267 180 55 0 23351 0
[pid=18632/tid=18639] ppid=18630 vsize=101860 CPUtime=102.28 cores=1,3,5,7
/proc/18632/task/18639/stat : 18639 (plingeling) R 18630 18632 11662 0 -1 4202560 61135 1252 0 0 10217 11 0 0 25 0 5 0 733124516 104304640 13267 33554432000 4194304 4417452 140733429440768 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18632/tid=18640] ppid=18630 vsize=101860 CPUtime=102.27 cores=1,3,5,7
/proc/18632/task/18640/stat : 18640 (plingeling) R 18630 18632 11662 0 -1 4202560 72693 1252 0 0 10217 10 0 0 25 0 5 0 733124516 104304640 13267 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18632/tid=18641] ppid=18630 vsize=101860 CPUtime=102.28 cores=1,3,5,7
/proc/18632/task/18641/stat : 18641 (plingeling) R 18630 18632 11662 0 -1 4202560 71226 1252 0 0 10218 10 0 0 25 0 5 0 733124516 104304640 13267 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18632/tid=18642] ppid=18630 vsize=101860 CPUtime=101.26 cores=1,3,5,7
/proc/18632/task/18642/stat : 18642 (plingeling) R 18630 18632 11662 0 -1 4202560 74043 1252 0 0 10115 11 0 0 25 0 5 0 733124516 104304640 13267 33554432000 4194304 4417452 140733429440768 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.13
Current children cumulated vsize (KiB) 101860

[startup+162.301 s]
/proc/loadavg: 8.03 7.99 7.89 9/323 18666
/proc/meminfo: memFree=22646332/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=142820 CPUtime=647.52 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 383233 1252 0 0 64691 61 0 0 25 0 5 0 733124514 146247680 23524 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 35705 23524 180 55 0 33591 0
[pid=18632/tid=18639] ppid=18630 vsize=142820 CPUtime=162.27 cores=1,3,5,7
/proc/18632/task/18639/stat : 18639 (plingeling) R 18630 18632 11662 0 -1 4202560 80761 1252 0 0 16213 14 0 0 25 0 5 0 733124516 146247680 23524 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18632/tid=18640] ppid=18630 vsize=142820 CPUtime=162.27 cores=1,3,5,7
/proc/18632/task/18640/stat : 18640 (plingeling) R 18630 18632 11662 0 -1 4202560 98832 1252 0 0 16212 15 0 0 25 0 5 0 733124516 146247680 23524 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18632/tid=18641] ppid=18630 vsize=142820 CPUtime=162.28 cores=1,3,5,7
/proc/18632/task/18641/stat : 18641 (plingeling) R 18630 18632 11662 0 -1 4202560 101895 1252 0 0 16213 15 0 0 25 0 5 0 733124516 146247680 23524 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18632/tid=18642] ppid=18630 vsize=142820 CPUtime=160.65 cores=1,3,5,7
/proc/18632/task/18642/stat : 18642 (plingeling) R 18630 18632 11662 0 -1 4202560 100435 1252 0 0 16050 15 0 0 25 0 5 0 733124516 146247680 23524 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.52
Current children cumulated vsize (KiB) 142820


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

[pid=18632/tid=18640] ppid=18630 vsize=195208 CPUtime=762.28 cores=1,3,5,7
/proc/18632/task/18640/stat : 18640 (plingeling) R 18630 18632 11662 0 -1 4202560 311131 1252 0 0 76183 45 0 0 25 0 5 0 733124516 199892992 36604 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18632/tid=18641] ppid=18630 vsize=195208 CPUtime=762.3 cores=1,3,5,7
/proc/18632/task/18641/stat : 18641 (plingeling) R 18630 18632 11662 0 -1 4202560 309471 1252 0 0 76185 45 0 0 25 0 5 0 733124516 199892992 36604 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364669 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18632/tid=18642] ppid=18630 vsize=195208 CPUtime=754.68 cores=1,3,5,7
/proc/18632/task/18642/stat : 18642 (plingeling) R 18630 18632 11662 0 -1 4202560 259140 1252 0 0 75428 40 0 0 25 0 5 0 733124516 199892992 36604 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3041.61
Current children cumulated vsize (KiB) 195208

[startup+822.3 s]
/proc/loadavg: 8.16 8.11 8.00 9/323 18683
/proc/meminfo: memFree=22430220/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=215692 CPUtime=3280.99 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 1084920 1252 0 0 327933 166 0 0 25 0 5 0 733124514 220868608 41725 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 53923 41725 180 55 0 51809 0
[pid=18632/tid=18639] ppid=18630 vsize=215692 CPUtime=822.29 cores=1,3,5,7
/proc/18632/task/18639/stat : 18639 (plingeling) R 18630 18632 11662 0 -1 4202560 160996 1252 0 0 82202 27 0 0 25 0 5 0 733124516 220868608 41725 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18632/tid=18640] ppid=18630 vsize=215692 CPUtime=822.27 cores=1,3,5,7
/proc/18632/task/18640/stat : 18640 (plingeling) R 18630 18632 11662 0 -1 4202560 329269 1252 0 0 82179 48 0 0 25 0 5 0 733124516 220868608 41725 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18632/tid=18641] ppid=18630 vsize=215692 CPUtime=822.29 cores=1,3,5,7
/proc/18632/task/18641/stat : 18641 (plingeling) R 18630 18632 11662 0 -1 4202560 325484 1252 0 0 82182 47 0 0 25 0 5 0 733124516 220868608 41725 33554432000 4194304 4417452 140733429440768 18446744073709551615 4365949 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18632/tid=18642] ppid=18630 vsize=215692 CPUtime=814.08 cores=1,3,5,7
/proc/18632/task/18642/stat : 18642 (plingeling) R 18630 18632 11662 0 -1 4202560 267861 1252 0 0 81367 41 0 0 25 0 5 0 733124516 220868608 41725 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.99
Current children cumulated vsize (KiB) 215692

[startup+882.312 s]
/proc/loadavg: 8.11 8.10 8.00 9/323 18685
/proc/meminfo: memFree=22309528/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=246904 CPUtime=3520.44 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 1133707 1252 0 0 351872 172 0 0 25 0 5 0 733124514 252829696 49528 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 61726 49528 180 55 0 59612 0
[pid=18632/tid=18639] ppid=18630 vsize=246904 CPUtime=882.31 cores=1,3,5,7
/proc/18632/task/18639/stat : 18639 (plingeling) R 18630 18632 11662 0 -1 4202560 164113 1252 0 0 88203 28 0 0 25 0 5 0 733124516 252829696 49528 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364854 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18632/tid=18640] ppid=18630 vsize=246904 CPUtime=882.28 cores=1,3,5,7
/proc/18632/task/18640/stat : 18640 (plingeling) R 18630 18632 11662 0 -1 4202560 344937 1252 0 0 88178 50 0 0 25 0 5 0 733124516 252829696 49528 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18632/tid=18641] ppid=18630 vsize=246904 CPUtime=882.31 cores=1,3,5,7
/proc/18632/task/18641/stat : 18641 (plingeling) R 18630 18632 11662 0 -1 4202560 342756 1252 0 0 88182 49 0 0 25 0 5 0 733124516 252829696 49528 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364842 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18632/tid=18642] ppid=18630 vsize=246904 CPUtime=873.49 cores=1,3,5,7
/proc/18632/task/18642/stat : 18642 (plingeling) R 18630 18632 11662 0 -1 4202560 280591 1252 0 0 87306 43 0 0 25 0 5 0 733124516 252829696 49528 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3520.44
Current children cumulated vsize (KiB) 246904

[startup+942.301 s]
/proc/loadavg: 8.14 8.11 8.01 9/323 18686
/proc/meminfo: memFree=22342468/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=224836 CPUtime=3759.81 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 1179571 1252 0 0 375802 179 0 0 25 0 5 0 733124514 230232064 44011 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 56209 44011 180 55 0 54095 0
[pid=18632/tid=18639] ppid=18630 vsize=224836 CPUtime=942.31 cores=1,3,5,7
/proc/18632/task/18639/stat : 18639 (plingeling) R 18630 18632 11662 0 -1 4202560 169303 1252 0 0 94202 29 0 0 25 0 5 0 733124516 230232064 44011 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18632/tid=18640] ppid=18630 vsize=224836 CPUtime=942.27 cores=1,3,5,7
/proc/18632/task/18640/stat : 18640 (plingeling) R 18630 18632 11662 0 -1 4202560 361954 1252 0 0 94174 53 0 0 25 0 5 0 733124516 230232064 44011 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18632/tid=18641] ppid=18630 vsize=224836 CPUtime=942.3 cores=1,3,5,7
/proc/18632/task/18641/stat : 18641 (plingeling) R 18630 18632 11662 0 -1 4202560 358650 1252 0 0 94179 51 0 0 25 0 5 0 733124516 230232064 44011 33554432000 4194304 4417452 140733429440768 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18632/tid=18642] ppid=18630 vsize=224836 CPUtime=932.89 cores=1,3,5,7
/proc/18632/task/18642/stat : 18642 (plingeling) R 18630 18632 11662 0 -1 4202560 288354 1252 0 0 93244 45 0 0 25 0 5 0 733124516 230232064 44011 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3759.81
Current children cumulated vsize (KiB) 224836

[startup+1002.3 s]
/proc/loadavg: 8.10 8.10 8.01 9/323 18688
/proc/meminfo: memFree=22351604/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=214932 CPUtime=3999.21 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 1228205 1252 0 0 399735 186 0 0 25 0 5 0 733124514 220090368 41535 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 53733 41535 180 55 0 51619 0
[pid=18632/tid=18639] ppid=18630 vsize=214932 CPUtime=1002.3 cores=1,3,5,7
/proc/18632/task/18639/stat : 18639 (plingeling) R 18630 18632 11662 0 -1 4202560 174162 1252 0 0 100201 29 0 0 25 0 5 0 733124516 220090368 41535 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18632/tid=18640] ppid=18630 vsize=214932 CPUtime=1002.26 cores=1,3,5,7
/proc/18632/task/18640/stat : 18640 (plingeling) R 18630 18632 11662 0 -1 4202560 378371 1252 0 0 100171 55 0 0 25 0 5 0 733124516 220090368 41535 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18632/tid=18641] ppid=18630 vsize=214932 CPUtime=1002.3 cores=1,3,5,7
/proc/18632/task/18641/stat : 18641 (plingeling) R 18630 18632 11662 0 -1 4202560 374775 1252 0 0 100177 53 0 0 25 0 5 0 733124516 220090368 41535 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18632/tid=18642] ppid=18630 vsize=214932 CPUtime=992.28 cores=1,3,5,7
/proc/18632/task/18642/stat : 18642 (plingeling) R 18630 18632 11662 0 -1 4202560 299587 1252 0 0 99182 46 0 0 25 0 5 0 733124516 220090368 41535 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3999.21
Current children cumulated vsize (KiB) 214932

[startup+1062.3 s]
/proc/loadavg: 8.12 8.11 8.01 9/323 18690
/proc/meminfo: memFree=22336560/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=230024 CPUtime=4238.62 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 1273433 1252 0 0 423670 192 0 0 25 0 5 0 733124514 235544576 45308 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 57506 45308 180 55 0 55392 0
[pid=18632/tid=18639] ppid=18630 vsize=230024 CPUtime=1062.31 cores=1,3,5,7
/proc/18632/task/18639/stat : 18639 (plingeling) R 18630 18632 11662 0 -1 4202560 178487 1252 0 0 106201 30 0 0 25 0 5 0 733124516 235544576 45308 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18632/tid=18640] ppid=18630 vsize=230024 CPUtime=1062.27 cores=1,3,5,7
/proc/18632/task/18640/stat : 18640 (plingeling) R 18630 18632 11662 0 -1 4202560 392127 1252 0 0 106170 57 0 0 25 0 5 0 733124516 235544576 45308 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18632/tid=18641] ppid=18630 vsize=230024 CPUtime=1062.31 cores=1,3,5,7
/proc/18632/task/18641/stat : 18641 (plingeling) R 18630 18632 11662 0 -1 4202560 391495 1252 0 0 106176 55 0 0 25 0 5 0 733124516 235544576 45308 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18632/tid=18642] ppid=18630 vsize=230024 CPUtime=1051.69 cores=1,3,5,7
/proc/18632/task/18642/stat : 18642 (plingeling) R 18630 18632 11662 0 -1 4202560 310014 1252 0 0 105121 48 0 0 25 0 5 0 733124516 235544576 45308 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4238.62
Current children cumulated vsize (KiB) 230024

[startup+1122.3 s]
/proc/loadavg: 8.08 8.10 8.01 9/323 18691
/proc/meminfo: memFree=22324612/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=217180 CPUtime=4478.03 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 1316666 1252 0 0 447605 198 0 0 25 0 5 0 733124514 222392320 42097 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 54295 42097 180 55 0 52181 0
[pid=18632/tid=18639] ppid=18630 vsize=217180 CPUtime=1122.31 cores=1,3,5,7
/proc/18632/task/18639/stat : 18639 (plingeling) R 18630 18632 11662 0 -1 4202560 185579 1252 0 0 112200 31 0 0 25 0 5 0 733124516 222392320 42097 33554432000 4194304 4417452 140733429440768 18446744073709551615 4356867 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18632/tid=18640] ppid=18630 vsize=217180 CPUtime=1122.27 cores=1,3,5,7
/proc/18632/task/18640/stat : 18640 (plingeling) R 18630 18632 11662 0 -1 4202560 404988 1252 0 0 112168 59 0 0 25 0 5 0 733124516 222392320 42097 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18632/tid=18641] ppid=18630 vsize=217180 CPUtime=1122.3 cores=1,3,5,7
/proc/18632/task/18641/stat : 18641 (plingeling) R 18630 18632 11662 0 -1 4202560 404594 1252 0 0 112174 56 0 0 25 0 5 0 733124516 222392320 42097 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18632/tid=18642] ppid=18630 vsize=217180 CPUtime=1111.09 cores=1,3,5,7
/proc/18632/task/18642/stat : 18642 (plingeling) R 18630 18632 11662 0 -1 4202560 320195 1252 0 0 111060 49 0 0 25 0 5 0 733124516 222392320 42097 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4478.03
Current children cumulated vsize (KiB) 217180

[startup+1182.3 s]
/proc/loadavg: 8.11 8.11 8.02 9/323 18693
/proc/meminfo: memFree=22201812/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=273280 CPUtime=4717.43 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 1360731 1252 0 0 471541 202 0 0 25 0 5 0 733124514 279838720 56122 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 68320 56122 180 55 0 66206 0
[pid=18632/tid=18639] ppid=18630 vsize=273280 CPUtime=1182.31 cores=1,3,5,7
/proc/18632/task/18639/stat : 18639 (plingeling) R 18630 18632 11662 0 -1 4202560 190534 1252 0 0 118199 32 0 0 25 0 5 0 733124516 279838720 56122 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18632/tid=18640] ppid=18630 vsize=273280 CPUtime=1182.27 cores=1,3,5,7
/proc/18632/task/18640/stat : 18640 (plingeling) R 18630 18632 11662 0 -1 4202560 419358 1252 0 0 118167 60 0 0 25 0 5 0 733124516 279838720 56122 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18632/tid=18641] ppid=18630 vsize=273280 CPUtime=1182.31 cores=1,3,5,7
/proc/18632/task/18641/stat : 18641 (plingeling) R 18630 18632 11662 0 -1 4202560 422854 1252 0 0 118173 58 0 0 25 0 5 0 733124516 279838720 56122 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18632/tid=18642] ppid=18630 vsize=273280 CPUtime=1170.5 cores=1,3,5,7
/proc/18632/task/18642/stat : 18642 (plingeling) R 18630 18632 11662 0 -1 4202560 326675 1252 0 0 117000 50 0 0 25 0 5 0 733124516 279838720 56122 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4717.43
Current children cumulated vsize (KiB) 273280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.15 8.12 8.02 9/323 18693
/proc/meminfo: memFree=22308812/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=244772 CPUtime=4800.05 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 1378202 1252 0 0 479800 205 0 0 25 0 5 0 733124514 250646528 48995 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 61193 48995 180 55 0 59079 0
[pid=18632/tid=18639] ppid=18630 vsize=244772 CPUtime=1203.02 cores=1,3,5,7
/proc/18632/task/18639/stat : 18639 (plingeling) R 18630 18632 11662 0 -1 4202560 191406 1252 0 0 120270 32 0 0 25 0 5 0 733124516 250646528 48995 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18632/tid=18640] ppid=18630 vsize=244772 CPUtime=1202.99 cores=1,3,5,7
/proc/18632/task/18640/stat : 18640 (plingeling) R 18630 18632 11662 0 -1 4202560 423789 1252 0 0 120238 61 0 0 25 0 5 0 733124516 250646528 48995 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18632/tid=18641] ppid=18630 vsize=244772 CPUtime=1203.02 cores=1,3,5,7
/proc/18632/task/18641/stat : 18641 (plingeling) R 18630 18632 11662 0 -1 4202560 431694 1252 0 0 120243 59 0 0 25 0 5 0 733124516 250646528 48995 33554432000 4194304 4417452 140733429440768 18446744073709551615 4354413 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18632/tid=18642] ppid=18630 vsize=244772 CPUtime=1190.99 cores=1,3,5,7
/proc/18632/task/18642/stat : 18642 (plingeling) R 18630 18632 11662 0 -1 4202560 330003 1252 0 0 119048 51 0 0 25 0 5 0 733124516 250646528 48995 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 244772

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

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

[startup+1203 s]
/proc/loadavg: 8.15 8.12 8.02 9/323 18693
/proc/meminfo: memFree=22308812/32951124 swapFree=59305796/67111528
[pid=18632] ppid=18630 vsize=244772 CPUtime=4800.05 cores=1,3,5,7
/proc/18632/stat : 18632 (plingeling) S 18630 18632 11662 0 -1 4202496 1378202 1252 0 0 479800 205 0 0 25 0 5 0 733124514 250646528 48995 33554432000 4194304 4417452 140733429440768 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18632/statm: 61193 48995 180 55 0 59079 0
[pid=18632/tid=18639] ppid=18630 vsize=244772 CPUtime=1203.02 cores=1,3,5,7
/proc/18632/task/18639/stat : 18639 (plingeling) R 18630 18632 11662 0 -1 4202560 191406 1252 0 0 120270 32 0 0 25 0 5 0 733124516 250646528 48995 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18632/tid=18640] ppid=18630 vsize=244772 CPUtime=1202.99 cores=1,3,5,7
/proc/18632/task/18640/stat : 18640 (plingeling) R 18630 18632 11662 0 -1 4202560 423789 1252 0 0 120238 61 0 0 25 0 5 0 733124516 250646528 48995 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18632/tid=18641] ppid=18630 vsize=244772 CPUtime=1203.02 cores=1,3,5,7
/proc/18632/task/18641/stat : 18641 (plingeling) R 18630 18632 11662 0 -1 4202560 431694 1252 0 0 120243 59 0 0 25 0 5 0 733124516 250646528 48995 33554432000 4194304 4417452 140733429440768 18446744073709551615 4354413 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18632/tid=18642] ppid=18630 vsize=244772 CPUtime=1190.99 cores=1,3,5,7
/proc/18632/task/18642/stat : 18642 (plingeling) R 18630 18632 11662 0 -1 4202560 330003 1252 0 0 119048 51 0 0 25 0 5 0 733124516 250646528 48995 33554432000 4194304 4417452 140733429440768 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 244772

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.03
CPU time (s): 4800.1
CPU user time (s): 4798.04
CPU system time (s): 2.06369
CPU usage (%): 399.003
Max. virtual memory (cumulated for all children) (KiB): 296136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.04
system time used= 2.06369
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1379454
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= 83
involuntary context switches= 24108

runsolver used 3.47147 second user time and 8.5727 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 05:09:00
IDJOB=3371473
IDBENCH=83412
IDSOLVER=1848
FILE ID=node111/3371473-1305428940
RUNJOBID= node111-1305427735-18508
PBS_JOBID= 13324596
Free space on /tmp= 73732 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_1_keyfind_1.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371473-1305428940/watcher-3371473-1305428940 -o /tmp/evaluation-result-3371473-1305428940/solver-3371473-1305428940 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371473-1305428940.cnf

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

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=969659195

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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	: 5428.12
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.849
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.75
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.849
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.849
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.849
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.849
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.67
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.849
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:     32951124 kB
MemFree:      22908072 kB
Buffers:        273036 kB
Cached:        6525728 kB
SwapCached:      13720 kB
Active:         943744 kB
Inactive:      8883704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22908072 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:             448 kB
Writeback:           4 kB
AnonPages:     3023808 kB
Mapped:          12140 kB
Slab:           115460 kB
PageTables:      36488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53313864 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= 73728 MiB
End job on node111 at 2011-05-15 05:29:05