Trace number 3371045

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.26 1203.63

General information on the benchmark

NameSAT04/handmade/marijn/equilarge-l/
equilarge_l4.used-as.sat04-896.cnf
MD5SUMfc993d9544ccd8eaeaa4882599387947
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark437.97
Satisfiable
(Un)Satisfiability was proved
Number of variables4499
Number of clauses18603
Sum of the clauses size54454
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317248
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3371045-1305431092/watcher-3371045-1305431092 -o /tmp/evaluation-result-3371045-1305431092/solver-3371045-1305431092 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371045-1305431092.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.13 8.11 7.62 5/368 16404
/proc/meminfo: memFree=30174220/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=11012 CPUtime=0 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) R 16401 16404 8955 0 -1 4202496 838 1254 0 0 0 0 0 0 25 0 1 0 635525498 11276288 761 33554432000 4194304 4417452 140736983125216 18446744073709551615 212039655168 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/16404/statm: 2753 761 149 55 0 639 0

[startup+0.132692 s]
/proc/loadavg: 8.13 8.11 7.62 5/368 16404
/proc/meminfo: memFree=30174220/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=57264 CPUtime=0.43 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 3038 1254 0 0 43 0 0 0 25 0 5 0 635525498 58638336 2036 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 14316 2036 176 55 0 12202 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 57264

[startup+0.20068 s]
/proc/loadavg: 8.13 8.11 7.62 5/368 16404
/proc/meminfo: memFree=30174220/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=122600 CPUtime=0.7 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 3186 1254 0 0 70 0 0 0 25 0 5 0 635525498 125542400 2094 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 30650 2094 179 55 0 28536 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 122600

[startup+0.300663 s]
/proc/loadavg: 8.13 8.11 7.62 5/368 16404
/proc/meminfo: memFree=30174220/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=124388 CPUtime=1.1 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 3604 1254 0 0 110 0 0 0 25 0 5 0 635525498 127373312 2512 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 31097 2512 179 55 0 28983 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 124388

[startup+0.700591 s]
/proc/loadavg: 8.13 8.11 7.62 5/368 16404
/proc/meminfo: memFree=30174220/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=124804 CPUtime=2.7 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 3709 1254 0 0 270 0 0 0 25 0 5 0 635525498 127799296 2617 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 31201 2617 180 55 0 29087 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 124804

[startup+1.50045 s]
/proc/loadavg: 8.13 8.11 7.62 9/373 16415
/proc/meminfo: memFree=30165632/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=129740 CPUtime=5.89 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 4943 1254 0 0 589 0 0 0 25 0 5 0 635525498 132853760 3851 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 32435 3851 180 55 0 30321 0
[pid=16404/tid=16412] ppid=16401 vsize=129740 CPUtime=1.47 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (plingeling) R 16401 16404 8955 0 -1 4202560 774 1254 0 0 147 0 0 0 25 0 5 0 635525500 132853760 3851 33554432000 4194304 4417452 140736983125216 18446744073709551615 4358008 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16401 vsize=129740 CPUtime=1.47 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (plingeling) R 16401 16404 8955 0 -1 4202560 1080 1254 0 0 147 0 0 0 25 0 5 0 635525500 132853760 3851 33554432000 4194304 4417452 140736983125216 18446744073709551615 4352492 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16404/tid=16414] ppid=16401 vsize=129740 CPUtime=1.46 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (plingeling) R 16401 16404 8955 0 -1 4202560 581 1254 0 0 146 0 0 0 25 0 5 0 635525500 132853760 3851 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364780 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16404/tid=16415] ppid=16401 vsize=129740 CPUtime=1.45 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (plingeling) R 16401 16404 8955 0 -1 4202560 548 1254 0 0 145 0 0 0 25 0 5 0 635525500 132853760 3851 33554432000 4194304 4417452 140736983125216 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 129740

[startup+3.10116 s]
/proc/loadavg: 8.13 8.11 7.62 9/373 16415
/proc/meminfo: memFree=30158448/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=133964 CPUtime=12.27 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 7680 1254 0 0 1227 0 0 0 25 0 5 0 635525498 137179136 4934 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 33491 4934 180 55 0 31377 0
[pid=16404/tid=16412] ppid=16401 vsize=133964 CPUtime=3.07 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (plingeling) R 16401 16404 8955 0 -1 4202560 1769 1254 0 0 307 0 0 0 25 0 5 0 635525500 137179136 4934 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16401 vsize=133964 CPUtime=3.06 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (plingeling) R 16401 16404 8955 0 -1 4202560 2187 1254 0 0 306 0 0 0 25 0 5 0 635525500 137179136 4934 33554432000 4194304 4417452 140736983125216 18446744073709551615 4236812 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16404/tid=16414] ppid=16401 vsize=133964 CPUtime=3.06 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (plingeling) R 16401 16404 8955 0 -1 4202560 581 1254 0 0 306 0 0 0 25 0 5 0 635525500 137179136 4934 33554432000 4194304 4417452 140736983125216 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16404/tid=16415] ppid=16401 vsize=133964 CPUtime=3.04 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (plingeling) R 16401 16404 8955 0 -1 4202560 1183 1254 0 0 304 0 0 0 25 0 5 0 635525500 137179136 4934 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 133964

[startup+6.30059 s]
/proc/loadavg: 8.12 8.11 7.62 9/373 16415
/proc/meminfo: memFree=30147916/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=141508 CPUtime=25.04 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 15109 1254 0 0 2502 2 0 0 25 0 5 0 635525498 144904192 6793 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 35377 6793 180 55 0 33263 0
[pid=16404/tid=16412] ppid=16401 vsize=141508 CPUtime=6.26 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (plingeling) R 16401 16404 8955 0 -1 4202560 3210 1254 0 0 626 0 0 0 25 0 5 0 635525500 144904192 6793 33554432000 4194304 4417452 140736983125216 18446744073709551615 4366447 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16401 vsize=141508 CPUtime=6.26 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (plingeling) R 16401 16404 8955 0 -1 4202560 5730 1254 0 0 626 0 0 0 25 0 5 0 635525500 144904192 6793 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16404/tid=16414] ppid=16401 vsize=141508 CPUtime=6.26 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (plingeling) R 16401 16404 8955 0 -1 4202560 1131 1254 0 0 626 0 0 0 25 0 5 0 635525500 144904192 6793 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16404/tid=16415] ppid=16401 vsize=141508 CPUtime=6.2 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (plingeling) R 16401 16404 8955 0 -1 4202560 3078 1254 0 0 620 0 0 0 25 0 5 0 635525500 144904192 6793 33554432000 4194304 4417452 140736983125216 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 141508

[startup+12.7004 s]
/proc/loadavg: 8.11 8.10 7.62 9/373 16415
/proc/meminfo: memFree=30132340/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=145916 CPUtime=50.56 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 28965 1254 0 0 5051 5 0 0 25 0 5 0 635525498 149417984 7919 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 36479 7919 180 55 0 34365 0
[pid=16404/tid=16412] ppid=16401 vsize=145916 CPUtime=12.67 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (plingeling) R 16401 16404 8955 0 -1 4202560 6503 1254 0 0 1266 1 0 0 25 0 5 0 635525500 149417984 7919 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364480 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16401 vsize=145916 CPUtime=12.67 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (plingeling) R 16401 16404 8955 0 -1 4202560 10645 1254 0 0 1265 2 0 0 25 0 5 0 635525500 149417984 7919 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16404/tid=16414] ppid=16401 vsize=145916 CPUtime=12.65 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (plingeling) R 16401 16404 8955 0 -1 4202560 3920 1254 0 0 1265 0 0 0 25 0 5 0 635525500 149417984 7919 33554432000 4194304 4417452 140736983125216 18446744073709551615 4253272 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16404/tid=16415] ppid=16401 vsize=145916 CPUtime=12.52 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (plingeling) R 16401 16404 8955 0 -1 4202560 5937 1254 0 0 1252 0 0 0 25 0 5 0 635525500 149417984 7919 33554432000 4194304 4417452 140736983125216 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 145916

[startup+25.5012 s]
/proc/loadavg: 8.16 8.12 7.63 9/373 16415
/proc/meminfo: memFree=30109276/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=160656 CPUtime=101.61 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 65084 1254 0 0 10151 10 0 0 25 0 5 0 635525498 164511744 11586 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 40164 11586 180 55 0 38050 0
[pid=16404/tid=16412] ppid=16401 vsize=160656 CPUtime=25.46 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (plingeling) R 16401 16404 8955 0 -1 4202560 17396 1254 0 0 2544 2 0 0 25 0 5 0 635525500 164511744 11586 33554432000 4194304 4417452 140736983125216 18446744073709551615 4250524 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16401 vsize=160656 CPUtime=25.47 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (plingeling) R 16401 16404 8955 0 -1 4202560 22352 1254 0 0 2544 3 0 0 25 0 5 0 635525500 164511744 11586 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16404/tid=16414] ppid=16401 vsize=160656 CPUtime=25.46 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (plingeling) R 16401 16404 8955 0 -1 4202560 12900 1254 0 0 2544 2 0 0 25 0 5 0 635525500 164511744 11586 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16404/tid=16415] ppid=16401 vsize=160656 CPUtime=25.16 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (plingeling) R 16401 16404 8955 0 -1 4202560 10476 1254 0 0 2515 1 0 0 25 0 5 0 635525500 164511744 11586 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 160656

[startup+51.1006 s]
/proc/loadavg: 8.18 8.12 7.65 9/373 16416
/proc/meminfo: memFree=30088912/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=173088 CPUtime=203.71 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 127897 1254 0 0 20351 20 0 0 25 0 5 0 635525498 177242112 14694 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 43272 14694 180 55 0 41158 0
[pid=16404/tid=16412] ppid=16401 vsize=173088 CPUtime=51.06 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (plingeling) R 16401 16404 8955 0 -1 4202560 32161 1254 0 0 5101 5 0 0 25 0 5 0 635525500 177242112 14694 33554432000 4194304 4417452 140736983125216 18446744073709551615 4366528 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16401 vsize=173088 CPUtime=51.06 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (plingeling) R 16401 16404 8955 0 -1 4202560 43029 1254 0 0 5100 6 0 0 25 0 5 0 635525500 177242112 14694 33554432000 4194304 4417452 140736983125216 18446744073709551615 4357241 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16404/tid=16414] ppid=16401 vsize=173088 CPUtime=51.06 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (plingeling) R 16401 16404 8955 0 -1 4202560 31034 1254 0 0 5102 4 0 0 25 0 5 0 635525500 177242112 14694 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16404/tid=16415] ppid=16401 vsize=173088 CPUtime=50.47 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (plingeling) R 16401 16404 8955 0 -1 4202560 19713 1254 0 0 5044 3 0 0 25 0 5 0 635525500 177242112 14694 33554432000 4194304 4417452 140736983125216 18446744073709551615 4250502 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.71
Current children cumulated vsize (KiB) 173088

[startup+102.3 s]
/proc/loadavg: 8.18 8.13 7.67 9/373 16417
/proc/meminfo: memFree=30049656/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=194268 CPUtime=407.95 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 246507 1254 0 0 40757 38 0 0 25 0 5 0 635525498 198930432 19989 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 48567 19989 180 55 0 46453 0
[pid=16404/tid=16412] ppid=16401 vsize=194268 CPUtime=102.27 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (plingeling) R 16401 16404 8955 0 -1 4202560 61247 1254 0 0 10217 10 0 0 25 0 5 0 635525500 198930432 19989 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16401 vsize=194268 CPUtime=102.27 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (plingeling) R 16401 16404 8955 0 -1 4202560 83028 1254 0 0 10216 11 0 0 25 0 5 0 635525500 198930432 19989 33554432000 4194304 4417452 140736983125216 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16404/tid=16414] ppid=16401 vsize=194268 CPUtime=102.27 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (plingeling) R 16401 16404 8955 0 -1 4202560 62082 1254 0 0 10218 9 0 0 25 0 5 0 635525500 198930432 19989 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16404/tid=16415] ppid=16401 vsize=194268 CPUtime=101.07 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (plingeling) R 16401 16404 8955 0 -1 4202560 38190 1254 0 0 10102 5 0 0 25 0 5 0 635525500 198930432 19989 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.95
Current children cumulated vsize (KiB) 194268

[startup+162.301 s]
/proc/loadavg: 8.10 8.12 7.70 9/373 16419
/proc/meminfo: memFree=30015496/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=210240 CPUtime=647.2 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 369631 1254 0 0 64665 55 0 0 25 0 5 0 635525498 215285760 23560 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 52560 23560 180 55 0 50446 0
[pid=16404/tid=16412] ppid=16401 vsize=210240 CPUtime=162.27 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (plingeling) R 16401 16404 8955 0 -1 4202560 87525 1254 0 0 16212 15 0 0 25 0 5 0 635525500 215285760 23560 33554432000 4194304 4417452 140736983125216 18446744073709551615 4358748 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16401 vsize=210240 CPUtime=162.27 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (plingeling) R 16401 16404 8955 0 -1 4202560 125256 1254 0 0 16210 17 0 0 25 0 5 0 635525500 215285760 23560 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16404/tid=16414] ppid=16401 vsize=210240 CPUtime=162.26 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (plingeling) R 16401 16404 8955 0 -1 4202560 94027 1254 0 0 16212 14 0 0 25 0 5 0 635525500 215285760 23560 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16404/tid=16415] ppid=16401 vsize=210240 CPUtime=160.36 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (plingeling) R 16401 16404 8955 0 -1 4202560 60863 1254 0 0 16028 8 0 0 25 0 5 0 635525500 215285760 23560 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.2
Current children cumulated vsize (KiB) 210240


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

[pid=16404/tid=16413] ppid=16401 vsize=316612 CPUtime=762.29 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (plingeling) R 16401 16404 8955 0 -1 4202560 435215 1254 0 0 76169 60 0 0 25 0 5 0 635525500 324210688 50575 33554432000 4194304 4417452 140736983125216 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16404/tid=16414] ppid=16401 vsize=316612 CPUtime=762.29 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (plingeling) R 16401 16404 8955 0 -1 4202560 381587 1254 0 0 76174 55 0 0 25 0 5 0 635525500 324210688 50575 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16404/tid=16415] ppid=16401 vsize=316612 CPUtime=753.29 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (plingeling) R 16401 16404 8955 0 -1 4202560 226570 1254 0 0 75297 32 0 0 25 0 5 0 635525500 324210688 50575 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.22
Current children cumulated vsize (KiB) 316612

[startup+822.301 s]
/proc/loadavg: 8.05 8.09 7.88 9/373 16438
/proc/meminfo: memFree=29848404/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=281980 CPUtime=3279.48 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 1411884 1254 0 0 327744 204 0 0 25 0 5 0 635525498 288747520 41917 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 70495 41917 180 55 0 68381 0
[pid=16404/tid=16412] ppid=16401 vsize=281980 CPUtime=822.29 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (plingeling) R 16401 16404 8955 0 -1 4202560 307032 1254 0 0 82182 47 0 0 25 0 5 0 635525500 288747520 41917 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16401 vsize=281980 CPUtime=822.29 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (plingeling) R 16401 16404 8955 0 -1 4202560 460375 1254 0 0 82165 64 0 0 25 0 5 0 635525500 288747520 41917 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16404/tid=16414] ppid=16401 vsize=281980 CPUtime=822.28 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (plingeling) R 16401 16404 8955 0 -1 4202560 401566 1254 0 0 82171 57 0 0 25 0 5 0 635525500 288747520 41917 33554432000 4194304 4417452 140736983125216 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16404/tid=16415] ppid=16401 vsize=281980 CPUtime=812.57 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (plingeling) R 16401 16404 8955 0 -1 4202560 240951 1254 0 0 81223 34 0 0 25 0 5 0 635525500 288747520 41917 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.48
Current children cumulated vsize (KiB) 281980

[startup+882.314 s]
/proc/loadavg: 8.11 8.10 7.90 9/373 16440
/proc/meminfo: memFree=29808416/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=312900 CPUtime=3518.82 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 1481789 1254 0 0 351668 214 0 0 25 0 5 0 635525498 320409600 49647 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 78225 49647 180 55 0 76111 0
[pid=16404/tid=16412] ppid=16401 vsize=312900 CPUtime=882.3 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (plingeling) R 16401 16404 8955 0 -1 4202560 319517 1254 0 0 88182 48 0 0 25 0 5 0 635525500 320409600 49647 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16401 vsize=312900 CPUtime=882.3 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (plingeling) R 16401 16404 8955 0 -1 4202560 482752 1254 0 0 88163 67 0 0 25 0 5 0 635525500 320409600 49647 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16404/tid=16414] ppid=16401 vsize=312900 CPUtime=882.29 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (plingeling) R 16401 16404 8955 0 -1 4202560 422033 1254 0 0 88168 61 0 0 25 0 5 0 635525500 320409600 49647 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16404/tid=16415] ppid=16401 vsize=312900 CPUtime=871.87 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (plingeling) R 16401 16404 8955 0 -1 4202560 255527 1254 0 0 87151 36 0 0 25 0 5 0 635525500 320409600 49647 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.82
Current children cumulated vsize (KiB) 312900

[startup+942.3 s]
/proc/loadavg: 8.04 8.08 7.91 9/373 16442
/proc/meminfo: memFree=29803028/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=307432 CPUtime=3758.07 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 1557722 1254 0 0 375583 224 0 0 25 0 5 0 635525498 314810368 48280 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 76858 48280 180 55 0 74744 0
[pid=16404/tid=16412] ppid=16401 vsize=307432 CPUtime=942.29 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (plingeling) R 16401 16404 8955 0 -1 4202560 333310 1254 0 0 94179 50 0 0 25 0 5 0 635525500 314810368 48280 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16401 vsize=307432 CPUtime=942.28 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (plingeling) R 16401 16404 8955 0 -1 4202560 501885 1254 0 0 94159 69 0 0 25 0 5 0 635525500 314810368 48280 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16404/tid=16414] ppid=16401 vsize=307432 CPUtime=942.28 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (plingeling) R 16401 16404 8955 0 -1 4202560 440102 1254 0 0 94164 64 0 0 25 0 5 0 635525500 314810368 48280 33554432000 4194304 4417452 140736983125216 18446744073709551615 4236835 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16404/tid=16415] ppid=16401 vsize=307432 CPUtime=931.16 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (plingeling) R 16401 16404 8955 0 -1 4202560 280465 1254 0 0 93077 39 0 0 25 0 5 0 635525500 314810368 48280 33554432000 4194304 4417452 140736983125216 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.07
Current children cumulated vsize (KiB) 307432

[startup+1002.3 s]
/proc/loadavg: 8.10 8.09 7.92 9/373 16454
/proc/meminfo: memFree=29832700/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=286468 CPUtime=3997.34 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 1627353 1254 0 0 399502 232 0 0 25 0 5 0 635525498 293343232 43039 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 71617 43039 180 55 0 69503 0
[pid=16404/tid=16412] ppid=16401 vsize=286468 CPUtime=1002.27 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (plingeling) R 16401 16404 8955 0 -1 4202560 345589 1254 0 0 100176 51 0 0 25 0 5 0 635525500 293343232 43039 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16401 vsize=286468 CPUtime=1002.29 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (plingeling) R 16401 16404 8955 0 -1 4202560 524303 1254 0 0 100157 72 0 0 25 0 5 0 635525500 293343232 43039 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16404/tid=16414] ppid=16401 vsize=286468 CPUtime=1002.29 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (plingeling) R 16401 16404 8955 0 -1 4202560 456320 1254 0 0 100163 66 0 0 25 0 5 0 635525500 293343232 43039 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16404/tid=16415] ppid=16401 vsize=286468 CPUtime=990.44 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (plingeling) R 16401 16404 8955 0 -1 4202560 299181 1254 0 0 99002 42 0 0 25 0 5 0 635525500 293343232 43039 33554432000 4194304 4417452 140736983125216 18446744073709551615 4236906 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.34
Current children cumulated vsize (KiB) 286468

[startup+1062.3 s]
/proc/loadavg: 8.19 8.12 7.93 9/373 16456
/proc/meminfo: memFree=29767544/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=341740 CPUtime=4236.65 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 1704044 1254 0 0 423424 241 0 0 25 0 5 0 635525498 349941760 56857 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 85435 56857 180 55 0 83321 0
[pid=16404/tid=16412] ppid=16401 vsize=341740 CPUtime=1062.28 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (plingeling) R 16401 16404 8955 0 -1 4202560 361111 1254 0 0 106175 53 0 0 25 0 5 0 635525500 349941760 56857 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364850 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16401 vsize=341740 CPUtime=1062.29 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (plingeling) R 16401 16404 8955 0 -1 4202560 545480 1254 0 0 106155 74 0 0 25 0 5 0 635525500 349941760 56857 33554432000 4194304 4417452 140736983125216 18446744073709551615 4353661 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16404/tid=16414] ppid=16401 vsize=341740 CPUtime=1062.29 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (plingeling) R 16401 16404 8955 0 -1 4202560 476498 1254 0 0 106161 68 0 0 25 0 5 0 635525500 349941760 56857 33554432000 4194304 4417452 140736983125216 18446744073709551615 4352385 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16404/tid=16415] ppid=16401 vsize=341740 CPUtime=1049.74 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (plingeling) R 16401 16404 8955 0 -1 4202560 318995 1254 0 0 104930 44 0 0 25 0 5 0 635525500 349941760 56857 33554432000 4194304 4417452 140736983125216 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.65
Current children cumulated vsize (KiB) 341740

[startup+1122.3 s]
/proc/loadavg: 8.14 8.11 7.94 9/373 16457
/proc/meminfo: memFree=29782988/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=318152 CPUtime=4475.94 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 1790164 1254 0 0 447343 251 0 0 25 0 5 0 635525498 325787648 50960 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 79538 50960 180 55 0 77424 0
[pid=16404/tid=16412] ppid=16401 vsize=318152 CPUtime=1122.27 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (plingeling) R 16401 16404 8955 0 -1 4202560 378943 1254 0 0 112172 55 0 0 25 0 5 0 635525500 325787648 50960 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16401 vsize=318152 CPUtime=1122.3 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (plingeling) R 16401 16404 8955 0 -1 4202560 569869 1254 0 0 112152 78 0 0 25 0 5 0 635525500 325787648 50960 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16404/tid=16414] ppid=16401 vsize=318152 CPUtime=1122.29 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (plingeling) R 16401 16404 8955 0 -1 4202560 501630 1254 0 0 112158 71 0 0 25 0 5 0 635525500 325787648 50960 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16404/tid=16415] ppid=16401 vsize=318152 CPUtime=1109.03 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (plingeling) R 16401 16404 8955 0 -1 4202560 337762 1254 0 0 110857 46 0 0 25 0 5 0 635525500 325787648 50960 33554432000 4194304 4417452 140736983125216 18446744073709551615 4356796 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4475.94
Current children cumulated vsize (KiB) 318152

[startup+1182.3 s]
/proc/loadavg: 8.16 8.12 7.95 9/373 16460
/proc/meminfo: memFree=29789140/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=359792 CPUtime=4715.24 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 1885442 1254 0 0 471261 263 0 0 25 0 5 0 635525498 368427008 61370 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 89948 61370 180 55 0 87834 0
[pid=16404/tid=16412] ppid=16401 vsize=359792 CPUtime=1182.28 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (plingeling) R 16401 16404 8955 0 -1 4202560 399764 1254 0 0 118170 58 0 0 25 0 5 0 635525500 368427008 61370 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16401 vsize=359792 CPUtime=1182.29 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (plingeling) R 16401 16404 8955 0 -1 4202560 601572 1254 0 0 118148 81 0 0 25 0 5 0 635525500 368427008 61370 33554432000 4194304 4417452 140736983125216 18446744073709551615 4354159 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16404/tid=16414] ppid=16401 vsize=359792 CPUtime=1182.28 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (plingeling) R 16401 16404 8955 0 -1 4202560 521117 1254 0 0 118155 73 0 0 25 0 5 0 635525500 368427008 61370 33554432000 4194304 4417452 140736983125216 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16404/tid=16415] ppid=16401 vsize=359792 CPUtime=1168.33 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (plingeling) R 16401 16404 8955 0 -1 4202560 361029 1254 0 0 116784 49 0 0 25 0 5 0 635525500 368427008 61370 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.24
Current children cumulated vsize (KiB) 359792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 7.22 7.91 7.89 5/363 16479
/proc/meminfo: memFree=29970864/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=349524 CPUtime=4800.22 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 1915481 1254 0 0 479754 268 0 0 25 0 5 0 635525498 357912576 58803 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 87381 58803 180 55 0 85267 0
[pid=16404/tid=16412] ppid=16401 vsize=349524 CPUtime=1203.59 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (plingeling) R 16401 16404 8955 0 -1 4202560 407340 1254 0 0 120300 59 0 0 25 0 5 0 635525500 357912576 58803 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364619 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16401 vsize=349524 CPUtime=1203.6 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (plingeling) R 16401 16404 8955 0 -1 4202560 608939 1254 0 0 120278 82 0 0 25 0 5 0 635525500 357912576 58803 33554432000 4194304 4417452 140736983125216 18446744073709551615 4366113 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16404/tid=16414] ppid=16401 vsize=349524 CPUtime=1203.6 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (plingeling) R 16401 16404 8955 0 -1 4202560 528515 1254 0 0 120286 74 0 0 25 0 5 0 635525500 357912576 58803 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16404/tid=16415] ppid=16401 vsize=349524 CPUtime=1189.37 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (plingeling) R 16401 16404 8955 0 -1 4202560 368727 1254 0 0 118887 50 0 0 25 0 5 0 635525500 357912576 58803 33554432000 4194304 4417452 140736983125216 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 349524

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

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

[startup+1203.6 s]
/proc/loadavg: 7.22 7.91 7.89 5/363 16479
/proc/meminfo: memFree=29970864/32951124 swapFree=51873460/67111528
[pid=16404] ppid=16401 vsize=349524 CPUtime=4800.22 cores=1,3,5,7
/proc/16404/stat : 16404 (plingeling) S 16401 16404 8955 0 -1 4202496 1915481 1254 0 0 479754 268 0 0 25 0 5 0 635525498 357912576 58803 33554432000 4194304 4417452 140736983125216 18446744073709551615 212051458021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/16404/statm: 87381 58803 180 55 0 85267 0
[pid=16404/tid=16412] ppid=16401 vsize=349524 CPUtime=1203.59 cores=1,3,5,7
/proc/16404/task/16412/stat : 16412 (plingeling) R 16401 16404 8955 0 -1 4202560 407340 1254 0 0 120300 59 0 0 25 0 5 0 635525500 357912576 58803 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364619 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16404/tid=16413] ppid=16401 vsize=349524 CPUtime=1203.6 cores=1,3,5,7
/proc/16404/task/16413/stat : 16413 (plingeling) R 16401 16404 8955 0 -1 4202560 608939 1254 0 0 120278 82 0 0 25 0 5 0 635525500 357912576 58803 33554432000 4194304 4417452 140736983125216 18446744073709551615 4366113 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16404/tid=16414] ppid=16401 vsize=349524 CPUtime=1203.6 cores=1,3,5,7
/proc/16404/task/16414/stat : 16414 (plingeling) R 16401 16404 8955 0 -1 4202560 528515 1254 0 0 120286 74 0 0 25 0 5 0 635525500 357912576 58803 33554432000 4194304 4417452 140736983125216 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16404/tid=16415] ppid=16401 vsize=349524 CPUtime=1189.37 cores=1,3,5,7
/proc/16404/task/16415/stat : 16415 (plingeling) R 16401 16404 8955 0 -1 4202560 368727 1254 0 0 118887 50 0 0 25 0 5 0 635525500 357912576 58803 33554432000 4194304 4417452 140736983125216 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 349524

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.63
CPU time (s): 4800.26
CPU user time (s): 4797.57
CPU system time (s): 2.69459
CPU usage (%): 398.816
Max. virtual memory (cumulated for all children) (KiB): 380824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.57
system time used= 2.69459
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1916735
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= 58
involuntary context switches= 33124

runsolver used 4.08538 second user time and 10.1645 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 05:44:52
IDJOB=3371045
IDBENCH=84762
IDSOLVER=1848
FILE ID=node146/3371045-1305431092
RUNJOBID= node146-1305428668-16109
PBS_JOBID= 13324589
Free space on /tmp= 73336 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT04/handmade/marijn/equilarge-l/equilarge_l4.used-as.sat04-896.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371045-1305431092/watcher-3371045-1305431092 -o /tmp/evaluation-result-3371045-1305431092/solver-3371045-1305431092 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371045-1305431092.cnf

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

MD5SUM BENCH= fc993d9544ccd8eaeaa4882599387947
RANDOM SEED=384176032

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30174492 kB
Buffers:        101280 kB
Cached:         169924 kB
SwapCached:      56148 kB
Active:         800932 kB
Inactive:      1746344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30174492 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:             784 kB
Writeback:           0 kB
AnonPages:     2227120 kB
Mapped:          17476 kB
Slab:           104220 kB
PageTables:      59216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81847936 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= 73336 MiB
End job on node146 at 2011-05-15 06:04:58