Trace number 3371133

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.35 1203.15

General information on the benchmark

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

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371133-1305429494/watcher-3371133-1305429494 -o /tmp/evaluation-result-3371133-1305429494/solver-3371133-1305429494 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371133-1305429494.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: 8.09 8.09 8.09 5/320 26816
/proc/meminfo: memFree=15491892/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=10448 CPUtime=0 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) R 26814 26816 26655 0 -1 4202496 705 1259 0 0 0 0 0 0 22 0 1 0 733180119 10698752 635 33554432000 4194304 4417452 140736657477216 18446744073709551615 231895490304 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/26816/statm: 2612 635 148 55 0 498 0

[startup+0.0388229 s]
/proc/loadavg: 8.09 8.09 8.09 5/320 26816
/proc/meminfo: memFree=15491892/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=13648 CPUtime=0.03 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) R 26814 26816 26655 0 -1 4202496 1522 1259 0 0 3 0 0 0 22 0 1 0 733180119 13975552 1436 33554432000 4194304 4417452 140736657477216 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/26816/statm: 3412 1436 149 55 0 1298 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13648

[startup+0.100746 s]
/proc/loadavg: 8.09 8.09 8.09 5/320 26816
/proc/meminfo: memFree=15491892/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=61456 CPUtime=0.14 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 3606 1259 0 0 14 0 0 0 22 0 5 0 733180119 62930944 3143 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 15364 3143 172 55 0 13250 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 61456

[startup+0.300709 s]
/proc/loadavg: 8.09 8.09 8.09 5/320 26816
/proc/meminfo: memFree=15491892/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=62824 CPUtime=0.94 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 4817 1259 0 0 94 0 0 0 22 0 5 0 733180119 64331776 3495 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 15706 3495 174 55 0 13592 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 62824

[startup+0.700633 s]
/proc/loadavg: 8.09 8.09 8.09 5/320 26816
/proc/meminfo: memFree=15491892/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=63740 CPUtime=2.54 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 6466 1259 0 0 254 0 0 0 22 0 5 0 733180119 65269760 3734 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 15935 3734 180 55 0 13821 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 63740

[startup+1.50048 s]
/proc/loadavg: 8.09 8.09 8.09 9/325 26826
/proc/meminfo: memFree=15491796/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=65960 CPUtime=5.73 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 7191 1259 0 0 573 0 0 0 22 0 5 0 733180119 67543040 4289 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 16490 4289 180 55 0 14376 0
[pid=26816/tid=26823] ppid=26814 vsize=65960 CPUtime=1.42 cores=1,3,5,7
/proc/26816/task/26823/stat : 26823 (plingeling) R 26814 26816 26655 0 -1 4202560 876 1259 0 0 142 0 0 0 25 0 5 0 733180127 67543040 4289 33554432000 4194304 4417452 140736657477216 18446744073709551615 4352339 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26816/tid=26824] ppid=26814 vsize=65960 CPUtime=1.41 cores=1,3,5,7
/proc/26816/task/26824/stat : 26824 (plingeling) R 26814 26816 26655 0 -1 4202560 1127 1259 0 0 141 0 0 0 25 0 5 0 733180127 67543040 4289 33554432000 4194304 4417452 140736657477216 18446744073709551615 4365118 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26816/tid=26825] ppid=26814 vsize=65960 CPUtime=1.41 cores=1,3,5,7
/proc/26816/task/26825/stat : 26825 (plingeling) R 26814 26816 26655 0 -1 4202560 1090 1259 0 0 141 0 0 0 25 0 5 0 733180127 67543040 4289 33554432000 4194304 4417452 140736657477216 18446744073709551615 4251238 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26816/tid=26826] ppid=26814 vsize=65960 CPUtime=1.4 cores=1,3,5,7
/proc/26816/task/26826/stat : 26826 (plingeling) R 26814 26816 26655 0 -1 4202560 929 1259 0 0 140 0 0 0 25 0 5 0 733180127 67543040 4289 33554432000 4194304 4417452 140736657477216 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 65960

[startup+3.10118 s]
/proc/loadavg: 8.16 8.10 8.09 9/325 26826
/proc/meminfo: memFree=15482124/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=69892 CPUtime=12.13 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 8433 1259 0 0 1212 1 0 0 22 0 5 0 733180119 71569408 5272 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 17473 5272 180 55 0 15359 0
[pid=26816/tid=26823] ppid=26814 vsize=69892 CPUtime=3.02 cores=1,3,5,7
/proc/26816/task/26823/stat : 26823 (plingeling) R 26814 26816 26655 0 -1 4202560 1196 1259 0 0 302 0 0 0 25 0 5 0 733180127 71569408 5272 33554432000 4194304 4417452 140736657477216 18446744073709551615 4366087 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26816/tid=26824] ppid=26814 vsize=69892 CPUtime=3.01 cores=1,3,5,7
/proc/26816/task/26824/stat : 26824 (plingeling) R 26814 26816 26655 0 -1 4202560 1169 1259 0 0 301 0 0 0 25 0 5 0 733180127 71569408 5272 33554432000 4194304 4417452 140736657477216 18446744073709551615 4237273 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26816/tid=26825] ppid=26814 vsize=69892 CPUtime=3.01 cores=1,3,5,7
/proc/26816/task/26825/stat : 26825 (plingeling) R 26814 26816 26655 0 -1 4202560 1377 1259 0 0 301 0 0 0 25 0 5 0 733180127 71569408 5272 33554432000 4194304 4417452 140736657477216 18446744073709551615 4358116 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26816/tid=26826] ppid=26814 vsize=69892 CPUtime=2.99 cores=1,3,5,7
/proc/26816/task/26826/stat : 26826 (plingeling) R 26814 26816 26655 0 -1 4202560 1522 1259 0 0 299 0 0 0 25 0 5 0 733180127 71569408 5272 33554432000 4194304 4417452 140736657477216 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 69892

[startup+6.30059 s]
/proc/loadavg: 8.16 8.10 8.09 9/325 26826
/proc/meminfo: memFree=15460988/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=76924 CPUtime=24.89 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 11426 1259 0 0 2488 1 0 0 22 0 5 0 733180119 78770176 7030 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 19231 7030 180 55 0 17117 0
[pid=26816/tid=26823] ppid=26814 vsize=76924 CPUtime=6.22 cores=1,3,5,7
/proc/26816/task/26823/stat : 26823 (plingeling) R 26814 26816 26655 0 -1 4202560 1256 1259 0 0 622 0 0 0 25 0 5 0 733180127 78770176 7030 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26816/tid=26824] ppid=26814 vsize=76924 CPUtime=6.21 cores=1,3,5,7
/proc/26816/task/26824/stat : 26824 (plingeling) R 26814 26816 26655 0 -1 4202560 1361 1259 0 0 621 0 0 0 25 0 5 0 733180127 78770176 7030 33554432000 4194304 4417452 140736657477216 18446744073709551615 4321595 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26816/tid=26825] ppid=26814 vsize=76924 CPUtime=6.21 cores=1,3,5,7
/proc/26816/task/26825/stat : 26825 (plingeling) R 26814 26816 26655 0 -1 4202560 1445 1259 0 0 621 0 0 0 25 0 5 0 733180127 78770176 7030 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26816/tid=26826] ppid=26814 vsize=76924 CPUtime=6.15 cores=1,3,5,7
/proc/26816/task/26826/stat : 26826 (plingeling) R 26814 26816 26655 0 -1 4202560 4195 1259 0 0 615 0 0 0 25 0 5 0 733180127 78770176 7030 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 76924

[startup+12.7004 s]
/proc/loadavg: 8.14 8.10 8.09 9/325 26826
/proc/meminfo: memFree=15449748/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=87912 CPUtime=50.43 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 16997 1259 0 0 5041 2 0 0 22 0 5 0 733180119 90021888 9777 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 21978 9777 180 55 0 19864 0
[pid=26816/tid=26823] ppid=26814 vsize=87912 CPUtime=12.61 cores=1,3,5,7
/proc/26816/task/26823/stat : 26823 (plingeling) R 26814 26816 26655 0 -1 4202560 1576 1259 0 0 1261 0 0 0 25 0 5 0 733180127 90021888 9777 33554432000 4194304 4417452 140736657477216 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26816/tid=26824] ppid=26814 vsize=87912 CPUtime=12.61 cores=1,3,5,7
/proc/26816/task/26824/stat : 26824 (plingeling) R 26814 26816 26655 0 -1 4202560 1980 1259 0 0 1261 0 0 0 25 0 5 0 733180127 90021888 9777 33554432000 4194304 4417452 140736657477216 18446744073709551615 4250715 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26816/tid=26825] ppid=26814 vsize=87912 CPUtime=12.61 cores=1,3,5,7
/proc/26816/task/26825/stat : 26825 (plingeling) R 26814 26816 26655 0 -1 4202560 2174 1259 0 0 1261 0 0 0 25 0 5 0 733180127 90021888 9777 33554432000 4194304 4417452 140736657477216 18446744073709551615 4259008 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26816/tid=26826] ppid=26814 vsize=87912 CPUtime=12.48 cores=1,3,5,7
/proc/26816/task/26826/stat : 26826 (plingeling) R 26814 26816 26655 0 -1 4202560 8098 1259 0 0 1248 0 0 0 25 0 5 0 733180127 90021888 9777 33554432000 4194304 4417452 140736657477216 18446744073709551615 4353636 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 87912

[startup+25.501 s]
/proc/loadavg: 8.12 8.09 8.09 9/325 26826
/proc/meminfo: memFree=15436848/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=183728 CPUtime=101.5 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 29870 1259 0 0 10146 4 0 0 22 0 5 0 733180119 188137472 17354 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 45932 17354 180 55 0 43818 0
[pid=26816/tid=26823] ppid=26814 vsize=183728 CPUtime=25.41 cores=1,3,5,7
/proc/26816/task/26823/stat : 26823 (plingeling) R 26814 26816 26655 0 -1 4202560 3591 1259 0 0 2541 0 0 0 25 0 5 0 733180127 188137472 17354 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26816/tid=26824] ppid=26814 vsize=183728 CPUtime=25.41 cores=1,3,5,7
/proc/26816/task/26824/stat : 26824 (plingeling) R 26814 26816 26655 0 -1 4202560 4203 1259 0 0 2541 0 0 0 25 0 5 0 733180127 188137472 17354 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26816/tid=26825] ppid=26814 vsize=183728 CPUtime=25.41 cores=1,3,5,7
/proc/26816/task/26825/stat : 26825 (plingeling) R 26814 26816 26655 0 -1 4202560 3933 1259 0 0 2541 0 0 0 25 0 5 0 733180127 188137472 17354 33554432000 4194304 4417452 140736657477216 18446744073709551615 4264911 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26816/tid=26826] ppid=26814 vsize=183728 CPUtime=25.15 cores=1,3,5,7
/proc/26816/task/26826/stat : 26826 (plingeling) R 26814 26816 26655 0 -1 4202560 14974 1259 0 0 2514 1 0 0 25 0 5 0 733180127 188137472 17354 33554432000 4194304 4417452 140736657477216 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 183728

[startup+51.1012 s]
/proc/loadavg: 8.13 8.10 8.09 9/325 26827
/proc/meminfo: memFree=15390688/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=207708 CPUtime=203.64 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 50437 1259 0 0 20358 6 0 0 22 0 5 0 733180119 212692992 23349 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 51927 23349 180 55 0 49813 0
[pid=26816/tid=26823] ppid=26814 vsize=207708 CPUtime=51.02 cores=1,3,5,7
/proc/26816/task/26823/stat : 26823 (plingeling) R 26814 26816 26655 0 -1 4202560 6791 1259 0 0 5101 1 0 0 25 0 5 0 733180127 212692992 23349 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26816/tid=26824] ppid=26814 vsize=207708 CPUtime=51.01 cores=1,3,5,7
/proc/26816/task/26824/stat : 26824 (plingeling) R 26814 26816 26655 0 -1 4202560 7491 1259 0 0 5100 1 0 0 25 0 5 0 733180127 212692992 23349 33554432000 4194304 4417452 140736657477216 18446744073709551615 4354515 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26816/tid=26825] ppid=26814 vsize=207708 CPUtime=51.01 cores=1,3,5,7
/proc/26816/task/26825/stat : 26825 (plingeling) R 26814 26816 26655 0 -1 4202560 5415 1259 0 0 5101 0 0 0 25 0 5 0 733180127 212692992 23349 33554432000 4194304 4417452 140736657477216 18446744073709551615 4259793 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26816/tid=26826] ppid=26814 vsize=207708 CPUtime=50.51 cores=1,3,5,7
/proc/26816/task/26826/stat : 26826 (plingeling) R 26814 26816 26655 0 -1 4202560 27571 1259 0 0 5048 3 0 0 25 0 5 0 733180127 212692992 23349 33554432000 4194304 4417452 140736657477216 18446744073709551615 4357970 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.64
Current children cumulated vsize (KiB) 207708

[startup+102.312 s]
/proc/loadavg: 8.05 8.08 8.09 9/325 26828
/proc/meminfo: memFree=15336600/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=282044 CPUtime=407.98 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 86570 1259 0 0 40787 11 0 0 22 0 5 0 733180119 288813056 41965 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 70511 41965 180 55 0 68397 0
[pid=26816/tid=26823] ppid=26814 vsize=282044 CPUtime=102.23 cores=1,3,5,7
/proc/26816/task/26823/stat : 26823 (plingeling) R 26814 26816 26655 0 -1 4202560 8327 1259 0 0 10222 1 0 0 25 0 5 0 733180127 288813056 41965 33554432000 4194304 4417452 140736657477216 18446744073709551615 4365558 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26816/tid=26824] ppid=26814 vsize=282044 CPUtime=102.22 cores=1,3,5,7
/proc/26816/task/26824/stat : 26824 (plingeling) R 26814 26816 26655 0 -1 4202560 11363 1259 0 0 10221 1 0 0 25 0 5 0 733180127 288813056 41965 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26816/tid=26825] ppid=26814 vsize=282044 CPUtime=102.22 cores=1,3,5,7
/proc/26816/task/26825/stat : 26825 (plingeling) R 26814 26816 26655 0 -1 4202560 6525 1259 0 0 10222 0 0 0 25 0 5 0 733180127 288813056 41965 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26816/tid=26826] ppid=26814 vsize=282044 CPUtime=101.2 cores=1,3,5,7
/proc/26816/task/26826/stat : 26826 (plingeling) R 26814 26816 26655 0 -1 4202560 57186 1259 0 0 10114 6 0 0 25 0 5 0 733180127 288813056 41965 33554432000 4194304 4417452 140736657477216 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.98
Current children cumulated vsize (KiB) 282044

[startup+162.3 s]
/proc/loadavg: 8.02 8.06 8.08 9/325 26830
/proc/meminfo: memFree=15301844/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=294352 CPUtime=647.34 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 132708 1259 0 0 64717 17 0 0 22 0 5 0 733180119 301416448 45042 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 73588 45042 180 55 0 71474 0
[pid=26816/tid=26823] ppid=26814 vsize=294352 CPUtime=162.22 cores=1,3,5,7
/proc/26816/task/26823/stat : 26823 (plingeling) R 26814 26816 26655 0 -1 4202560 14912 1259 0 0 16220 2 0 0 25 0 5 0 733180127 301416448 45042 33554432000 4194304 4417452 140736657477216 18446744073709551615 4354510 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26816/tid=26824] ppid=26814 vsize=294352 CPUtime=162.21 cores=1,3,5,7
/proc/26816/task/26824/stat : 26824 (plingeling) R 26814 26816 26655 0 -1 4202560 15987 1259 0 0 16219 2 0 0 25 0 5 0 733180127 301416448 45042 33554432000 4194304 4417452 140736657477216 18446744073709551615 4353523 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26816/tid=26825] ppid=26814 vsize=294352 CPUtime=162.21 cores=1,3,5,7
/proc/26816/task/26825/stat : 26825 (plingeling) R 26814 26816 26655 0 -1 4202560 11001 1259 0 0 16220 1 0 0 25 0 5 0 733180127 301416448 45042 33554432000 4194304 4417452 140736657477216 18446744073709551615 4366563 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26816/tid=26826] ppid=26814 vsize=294352 CPUtime=160.59 cores=1,3,5,7
/proc/26816/task/26826/stat : 26826 (plingeling) R 26814 26816 26655 0 -1 4202560 87639 1259 0 0 16049 10 0 0 25 0 5 0 733180127 301416448 45042 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.34
Current children cumulated vsize (KiB) 294352


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

[pid=26816/tid=26824] ppid=26814 vsize=767312 CPUtime=762.24 cores=1,3,5,7
/proc/26816/task/26824/stat : 26824 (plingeling) R 26814 26816 26655 0 -1 4202560 79856 1259 0 0 76214 10 0 0 25 0 5 0 733180127 785727488 163314 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26816/tid=26825] ppid=26814 vsize=767312 CPUtime=762.22 cores=1,3,5,7
/proc/26816/task/26825/stat : 26825 (plingeling) R 26814 26816 26655 0 -1 4202560 80630 1259 0 0 76212 10 0 0 25 0 5 0 733180127 785727488 163314 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26816/tid=26826] ppid=26814 vsize=767312 CPUtime=754.63 cores=1,3,5,7
/proc/26816/task/26826/stat : 26826 (plingeling) R 26814 26816 26655 0 -1 4202560 280764 1259 0 0 75423 40 0 0 25 0 5 0 733180127 785727488 163314 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3041.45
Current children cumulated vsize (KiB) 767312

[startup+822.301 s]
/proc/loadavg: 8.21 8.10 8.07 10/325 26885
/proc/meminfo: memFree=14480052/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=544700 CPUtime=3280.81 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 587667 1259 0 0 328000 81 0 0 22 0 5 0 733180119 557772800 107658 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 136175 107658 180 55 0 134061 0
[pid=26816/tid=26823] ppid=26814 vsize=544700 CPUtime=822.24 cores=1,3,5,7
/proc/26816/task/26823/stat : 26823 (plingeling) R 26814 26816 26655 0 -1 4202560 111304 1259 0 0 82210 14 0 0 25 0 5 0 733180127 557772800 107658 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364784 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26816/tid=26824] ppid=26814 vsize=544700 CPUtime=822.24 cores=1,3,5,7
/proc/26816/task/26824/stat : 26824 (plingeling) R 26814 26816 26655 0 -1 4202560 83617 1259 0 0 82213 11 0 0 25 0 5 0 733180127 557772800 107658 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26816/tid=26825] ppid=26814 vsize=544700 CPUtime=822.21 cores=1,3,5,7
/proc/26816/task/26825/stat : 26825 (plingeling) R 26814 26816 26655 0 -1 4202560 80630 1259 0 0 82211 10 0 0 25 0 5 0 733180127 557772800 107658 33554432000 4194304 4417452 140736657477216 18446744073709551615 4264942 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26816/tid=26826] ppid=26814 vsize=544700 CPUtime=814.02 cores=1,3,5,7
/proc/26816/task/26826/stat : 26826 (plingeling) R 26814 26816 26655 0 -1 4202560 308947 1259 0 0 81358 44 0 0 25 0 5 0 733180127 557772800 107658 33554432000 4194304 4417452 140736657477216 18446744073709551615 4355835 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.81
Current children cumulated vsize (KiB) 544700

[startup+882.301 s]
/proc/loadavg: 8.07 8.08 8.06 10/325 26886
/proc/meminfo: memFree=14328976/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=535484 CPUtime=3520.21 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 599237 1259 0 0 351939 82 0 0 22 0 5 0 733180119 548335616 105354 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 133871 105354 180 55 0 131757 0
[pid=26816/tid=26823] ppid=26814 vsize=535484 CPUtime=882.24 cores=1,3,5,7
/proc/26816/task/26823/stat : 26823 (plingeling) R 26814 26816 26655 0 -1 4202560 119324 1259 0 0 88209 15 0 0 25 0 5 0 733180127 548335616 105354 33554432000 4194304 4417452 140736657477216 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26816/tid=26824] ppid=26814 vsize=535484 CPUtime=882.24 cores=1,3,5,7
/proc/26816/task/26824/stat : 26824 (plingeling) R 26814 26816 26655 0 -1 4202560 87167 1259 0 0 88213 11 0 0 25 0 5 0 733180127 548335616 105354 33554432000 4194304 4417452 140736657477216 18446744073709551615 4356852 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26816/tid=26825] ppid=26814 vsize=535484 CPUtime=882.21 cores=1,3,5,7
/proc/26816/task/26825/stat : 26825 (plingeling) R 26814 26816 26655 0 -1 4202560 80630 1259 0 0 88211 10 0 0 25 0 5 0 733180127 548335616 105354 33554432000 4194304 4417452 140736657477216 18446744073709551615 4343764 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26816/tid=26826] ppid=26814 vsize=535484 CPUtime=873.42 cores=1,3,5,7
/proc/26816/task/26826/stat : 26826 (plingeling) R 26814 26816 26655 0 -1 4202560 308947 1259 0 0 87298 44 0 0 25 0 5 0 733180127 548335616 105354 33554432000 4194304 4417452 140736657477216 18446744073709551615 4358100 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3520.21
Current children cumulated vsize (KiB) 535484

[startup+942.3 s]
/proc/loadavg: 8.09 8.08 8.06 10/325 26888
/proc/meminfo: memFree=14241508/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=665692 CPUtime=3759.62 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 640140 1259 0 0 375875 87 0 0 22 0 5 0 733180119 681668608 137906 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 166423 137906 180 55 0 164309 0
[pid=26816/tid=26823] ppid=26814 vsize=665692 CPUtime=942.24 cores=1,3,5,7
/proc/26816/task/26823/stat : 26823 (plingeling) R 26814 26816 26655 0 -1 4202560 127685 1259 0 0 94208 16 0 0 25 0 5 0 733180127 681668608 137906 33554432000 4194304 4417452 140736657477216 18446744073709551615 4232726 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26816/tid=26824] ppid=26814 vsize=665692 CPUtime=942.24 cores=1,3,5,7
/proc/26816/task/26824/stat : 26824 (plingeling) R 26814 26816 26655 0 -1 4202560 87167 1259 0 0 94213 11 0 0 25 0 5 0 733180127 681668608 137906 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26816/tid=26825] ppid=26814 vsize=665692 CPUtime=942.21 cores=1,3,5,7
/proc/26816/task/26825/stat : 26825 (plingeling) R 26814 26816 26655 0 -1 4202560 80630 1259 0 0 94211 10 0 0 25 0 5 0 733180127 681668608 137906 33554432000 4194304 4417452 140736657477216 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26816/tid=26826] ppid=26814 vsize=665692 CPUtime=932.83 cores=1,3,5,7
/proc/26816/task/26826/stat : 26826 (plingeling) R 26814 26816 26655 0 -1 4202560 341489 1259 0 0 93235 48 0 0 25 0 5 0 733180127 681668608 137906 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3759.62
Current children cumulated vsize (KiB) 665692

[startup+1002.3 s]
/proc/loadavg: 8.09 8.08 8.06 10/325 26889
/proc/meminfo: memFree=14147108/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=714652 CPUtime=3999.03 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 657604 1259 0 0 399813 90 0 0 22 0 5 0 733180119 731803648 150117 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 178663 150117 180 55 0 176549 0
[pid=26816/tid=26823] ppid=26814 vsize=714652 CPUtime=1002.24 cores=1,3,5,7
/proc/26816/task/26823/stat : 26823 (plingeling) R 26814 26816 26655 0 -1 4202560 138096 1259 0 0 100207 17 0 0 25 0 5 0 733180127 731803648 150117 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26816/tid=26824] ppid=26814 vsize=714652 CPUtime=1002.24 cores=1,3,5,7
/proc/26816/task/26824/stat : 26824 (plingeling) R 26814 26816 26655 0 -1 4202560 90541 1259 0 0 100213 11 0 0 25 0 5 0 733180127 731803648 150117 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364453 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26816/tid=26825] ppid=26814 vsize=714652 CPUtime=1002.21 cores=1,3,5,7
/proc/26816/task/26825/stat : 26825 (plingeling) R 26814 26816 26655 0 -1 4202560 80630 1259 0 0 100211 10 0 0 25 0 5 0 733180127 731803648 150117 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26816/tid=26826] ppid=26814 vsize=714652 CPUtime=992.22 cores=1,3,5,7
/proc/26816/task/26826/stat : 26826 (plingeling) R 26814 26816 26655 0 -1 4202560 345168 1259 0 0 99173 49 0 0 25 0 5 0 733180127 731803648 150117 33554432000 4194304 4417452 140736657477216 18446744073709551615 4354517 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3999.03
Current children cumulated vsize (KiB) 714652

[startup+1062.3 s]
/proc/loadavg: 8.14 8.09 8.07 10/325 26891
/proc/meminfo: memFree=14187488/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=732248 CPUtime=4238.44 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 680053 1259 0 0 423751 93 0 0 22 0 5 0 733180119 749821952 154516 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 183062 154516 180 55 0 180948 0
[pid=26816/tid=26823] ppid=26814 vsize=732248 CPUtime=1062.24 cores=1,3,5,7
/proc/26816/task/26823/stat : 26823 (plingeling) R 26814 26816 26655 0 -1 4202560 156376 1259 0 0 106204 20 0 0 25 0 5 0 733180127 749821952 154516 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26816/tid=26824] ppid=26814 vsize=732248 CPUtime=1062.24 cores=1,3,5,7
/proc/26816/task/26824/stat : 26824 (plingeling) R 26814 26816 26655 0 -1 4202560 90541 1259 0 0 106213 11 0 0 25 0 5 0 733180127 749821952 154516 33554432000 4194304 4417452 140736657477216 18446744073709551615 4365106 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26816/tid=26825] ppid=26814 vsize=732248 CPUtime=1062.21 cores=1,3,5,7
/proc/26816/task/26825/stat : 26825 (plingeling) R 26814 26816 26655 0 -1 4202560 81272 1259 0 0 106211 10 0 0 25 0 5 0 733180127 749821952 154516 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26816/tid=26826] ppid=26814 vsize=732248 CPUtime=1051.64 cores=1,3,5,7
/proc/26816/task/26826/stat : 26826 (plingeling) R 26814 26816 26655 0 -1 4202560 348695 1259 0 0 105114 50 0 0 25 0 5 0 733180127 749821952 154516 33554432000 4194304 4417452 140736657477216 18446744073709551615 4354497 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4238.44
Current children cumulated vsize (KiB) 732248

[startup+1122.3 s]
/proc/loadavg: 8.10 8.09 8.07 9/325 26893
/proc/meminfo: memFree=14118380/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=717764 CPUtime=4477.84 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 685128 1259 0 0 447690 94 0 0 22 0 5 0 733180119 734990336 150895 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 179441 150895 180 55 0 177327 0
[pid=26816/tid=26823] ppid=26814 vsize=717764 CPUtime=1122.25 cores=1,3,5,7
/proc/26816/task/26823/stat : 26823 (plingeling) R 26814 26816 26655 0 -1 4202560 161451 1259 0 0 112204 21 0 0 25 0 5 0 733180127 734990336 150895 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26816/tid=26824] ppid=26814 vsize=717764 CPUtime=1122.24 cores=1,3,5,7
/proc/26816/task/26824/stat : 26824 (plingeling) R 26814 26816 26655 0 -1 4202560 90541 1259 0 0 112213 11 0 0 25 0 5 0 733180127 734990336 150895 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26816/tid=26825] ppid=26814 vsize=717764 CPUtime=1122.21 cores=1,3,5,7
/proc/26816/task/26825/stat : 26825 (plingeling) R 26814 26816 26655 0 -1 4202560 81272 1259 0 0 112211 10 0 0 25 0 5 0 733180127 734990336 150895 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26816/tid=26826] ppid=26814 vsize=717764 CPUtime=1111.03 cores=1,3,5,7
/proc/26816/task/26826/stat : 26826 (plingeling) R 26814 26816 26655 0 -1 4202560 348695 1259 0 0 111053 50 0 0 25 0 5 0 733180127 734990336 150895 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4477.84
Current children cumulated vsize (KiB) 717764

[startup+1182.3 s]
/proc/loadavg: 8.08 8.08 8.07 9/325 26894
/proc/meminfo: memFree=13795700/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=967344 CPUtime=4717.25 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 758078 1259 0 0 471616 109 0 0 22 0 5 0 733180119 990560256 213290 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 241836 213290 180 55 0 239722 0
[pid=26816/tid=26823] ppid=26814 vsize=967344 CPUtime=1182.24 cores=1,3,5,7
/proc/26816/task/26823/stat : 26823 (plingeling) R 26814 26816 26655 0 -1 4202560 172900 1259 0 0 118202 22 0 0 25 0 5 0 733180127 990560256 213290 33554432000 4194304 4417452 140736657477216 18446744073709551615 4366102 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26816/tid=26824] ppid=26814 vsize=967344 CPUtime=1182.24 cores=1,3,5,7
/proc/26816/task/26824/stat : 26824 (plingeling) R 26814 26816 26655 0 -1 4202560 90541 1259 0 0 118213 11 0 0 25 0 5 0 733180127 990560256 213290 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364567 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26816/tid=26825] ppid=26814 vsize=967344 CPUtime=1182.21 cores=1,3,5,7
/proc/26816/task/26825/stat : 26825 (plingeling) R 26814 26816 26655 0 -1 4202560 82665 1259 0 0 118211 10 0 0 25 0 5 0 733180127 990560256 213290 33554432000 4194304 4417452 140736657477216 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26816/tid=26826] ppid=26814 vsize=967344 CPUtime=1170.44 cores=1,3,5,7
/proc/26816/task/26826/stat : 26826 (plingeling) R 26814 26816 26655 0 -1 4202560 408803 1259 0 0 116981 63 0 0 25 0 5 0 733180127 990560256 213290 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4717.25
Current children cumulated vsize (KiB) 967344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.06 8.08 8.06 9/325 26895
/proc/meminfo: memFree=13814904/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=948256 CPUtime=4800.27 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 758879 1259 0 0 479918 109 0 0 22 0 5 0 733180119 971014144 208518 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 237064 208518 180 55 0 234950 0
[pid=26816/tid=26823] ppid=26814 vsize=948256 CPUtime=1203.06 cores=1,3,5,7
/proc/26816/task/26823/stat : 26823 (plingeling) R 26814 26816 26655 0 -1 4202560 173701 1259 0 0 120283 23 0 0 25 0 5 0 733180127 971014144 208518 33554432000 4194304 4417452 140736657477216 18446744073709551615 4353973 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26816/tid=26824] ppid=26814 vsize=948256 CPUtime=1203.05 cores=1,3,5,7
/proc/26816/task/26824/stat : 26824 (plingeling) R 26814 26816 26655 0 -1 4202560 90541 1259 0 0 120294 11 0 0 25 0 5 0 733180127 971014144 208518 33554432000 4194304 4417452 140736657477216 18446744073709551615 4306245 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26816/tid=26825] ppid=26814 vsize=948256 CPUtime=1203.02 cores=1,3,5,7
/proc/26816/task/26825/stat : 26825 (plingeling) R 26814 26816 26655 0 -1 4202560 82665 1259 0 0 120292 10 0 0 25 0 5 0 733180127 971014144 208518 33554432000 4194304 4417452 140736657477216 18446744073709551615 4346508 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26816/tid=26826] ppid=26814 vsize=948256 CPUtime=1191.03 cores=1,3,5,7
/proc/26816/task/26826/stat : 26826 (plingeling) R 26814 26816 26655 0 -1 4202560 408803 1259 0 0 119040 63 0 0 25 0 5 0 733180127 971014144 208518 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 948256

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

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

[startup+1203.1 s]
/proc/loadavg: 8.06 8.08 8.06 9/325 26895
/proc/meminfo: memFree=13814904/32950928 swapFree=67085488/67111528
[pid=26816] ppid=26814 vsize=948256 CPUtime=4800.27 cores=1,3,5,7
/proc/26816/stat : 26816 (plingeling) S 26814 26816 26655 0 -1 4202496 758879 1259 0 0 479918 109 0 0 22 0 5 0 733180119 971014144 208518 33554432000 4194304 4417452 140736657477216 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26816/statm: 237064 208518 180 55 0 234950 0
[pid=26816/tid=26823] ppid=26814 vsize=948256 CPUtime=1203.06 cores=1,3,5,7
/proc/26816/task/26823/stat : 26823 (plingeling) R 26814 26816 26655 0 -1 4202560 173701 1259 0 0 120283 23 0 0 25 0 5 0 733180127 971014144 208518 33554432000 4194304 4417452 140736657477216 18446744073709551615 4353973 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26816/tid=26824] ppid=26814 vsize=948256 CPUtime=1203.05 cores=1,3,5,7
/proc/26816/task/26824/stat : 26824 (plingeling) R 26814 26816 26655 0 -1 4202560 90541 1259 0 0 120294 11 0 0 25 0 5 0 733180127 971014144 208518 33554432000 4194304 4417452 140736657477216 18446744073709551615 4306245 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26816/tid=26825] ppid=26814 vsize=948256 CPUtime=1203.02 cores=1,3,5,7
/proc/26816/task/26825/stat : 26825 (plingeling) R 26814 26816 26655 0 -1 4202560 82665 1259 0 0 120292 10 0 0 25 0 5 0 733180127 971014144 208518 33554432000 4194304 4417452 140736657477216 18446744073709551615 4346508 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26816/tid=26826] ppid=26814 vsize=948256 CPUtime=1191.03 cores=1,3,5,7
/proc/26816/task/26826/stat : 26826 (plingeling) R 26814 26816 26655 0 -1 4202560 408803 1259 0 0 119040 63 0 0 25 0 5 0 733180127 971014144 208518 33554432000 4194304 4417452 140736657477216 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 948256

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.15
CPU time (s): 4800.35
CPU user time (s): 4799.21
CPU system time (s): 1.13283
CPU usage (%): 398.98
Max. virtual memory (cumulated for all children) (KiB): 967344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.21
system time used= 1.13283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 760138
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= 124
involuntary context switches= 26442

runsolver used 3.38549 second user time and 8.65868 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 05:18:14
IDJOB=3371133
IDBENCH=83797
IDSOLVER=1848
FILE ID=node114/3371133-1305429494
RUNJOBID= node114-1305428289-26674
PBS_JOBID= 13324611
Free space on /tmp= 73000 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/gomes/bqwh/bqwh.60.1152.shuffled-as.sat03-1650.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371133-1305429494/watcher-3371133-1305429494 -o /tmp/evaluation-result-3371133-1305429494/solver-3371133-1305429494 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371133-1305429494.cnf

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

MD5SUM BENCH= 98d6317b259165bb4fb7a39e783668e0
RANDOM SEED=624157586

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15492172 kB
Buffers:        286832 kB
Cached:        6260708 kB
SwapCached:         96 kB
Active:       12042820 kB
Inactive:      5010768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15492172 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:             820 kB
Writeback:          24 kB
AnonPages:    10505316 kB
Mapped:          27164 kB
Slab:           305620 kB
PageTables:      37216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52648004 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= 73000 MiB
End job on node114 at 2011-05-15 05:38:20