Trace number 3371035

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.27 1203.75

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
MD5SUM3aff0c2163848e3eed6bc22fc2c30cdf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables95
Number of clauses36888
Sum of the clauses size368690
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 538
Number of clauses of size over 536850

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

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

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


[startup+0 s]
/proc/loadavg: 8.01 8.04 6.92 5/374 26257
/proc/meminfo: memFree=22518932/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=9904 CPUtime=0 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) R 26255 26257 26007 0 -1 4202496 568 1260 0 0 0 0 0 0 25 0 1 0 654563455 10141696 498 33554432000 4194304 4417452 140735161751184 18446744073709551615 212687675136 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/26257/statm: 2476 498 147 55 0 362 0

[startup+0.05495 s]
/proc/loadavg: 8.01 8.04 6.92 5/374 26257
/proc/meminfo: memFree=22518932/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=21136 CPUtime=0.04 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) R 26255 26257 26007 0 -1 4202496 3322 1260 0 0 4 0 0 0 25 0 1 0 654563455 21643264 3113 33554432000 4194304 4417452 140735161751184 18446744073709551615 212687369309 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/26257/statm: 5284 3138 148 55 0 3170 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 21136

[startup+0.192882 s]
/proc/loadavg: 8.01 8.04 6.92 5/374 26257
/proc/meminfo: memFree=22518932/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=75352 CPUtime=0.5 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 7889 1260 0 0 49 1 0 0 25 0 5 0 654563455 77160448 6651 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 18838 6651 177 55 0 16724 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 75352

[startup+0.300863 s]
/proc/loadavg: 8.01 8.04 6.92 5/374 26257
/proc/meminfo: memFree=22518932/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=69456 CPUtime=0.93 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 8063 1260 0 0 92 1 0 0 25 0 5 0 654563455 71122944 5181 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 17364 5181 178 55 0 15250 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 69456

[startup+0.700791 s]
/proc/loadavg: 8.01 8.04 6.92 5/374 26257
/proc/meminfo: memFree=22518932/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=68192 CPUtime=2.54 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 10590 1260 0 0 252 2 0 0 25 0 5 0 654563455 69828608 4859 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 17048 4859 178 55 0 14934 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 68192

[startup+1.50064 s]
/proc/loadavg: 8.01 8.04 6.93 9/379 26267
/proc/meminfo: memFree=22497696/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=70432 CPUtime=5.72 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 14203 1260 0 0 570 2 0 0 25 0 5 0 654563455 72122368 5393 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 17608 5393 178 55 0 15494 0
[pid=26257/tid=26264] ppid=26255 vsize=70432 CPUtime=1.41 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (plingeling) R 26255 26257 26007 0 -1 4202560 1594 1260 0 0 141 0 0 0 25 0 5 0 654563464 72122368 5393 33554432000 4194304 4417452 140735161751184 18446744073709551615 4354540 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26257/tid=26265] ppid=26255 vsize=70432 CPUtime=1.39 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (plingeling) R 26255 26257 26007 0 -1 4202560 2661 1260 0 0 139 0 0 0 25 0 5 0 654563464 72122368 5393 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26257/tid=26266] ppid=26255 vsize=70432 CPUtime=1.4 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (plingeling) R 26255 26257 26007 0 -1 4202560 2683 1260 0 0 140 0 0 0 25 0 5 0 654563464 72122368 5393 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26257/tid=26267] ppid=26255 vsize=70432 CPUtime=1.4 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (plingeling) R 26255 26257 26007 0 -1 4202560 2712 1260 0 0 140 0 0 0 25 0 5 0 654563464 72122368 5393 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 70432

[startup+3.10035 s]
/proc/loadavg: 8.01 8.04 6.93 9/379 26267
/proc/meminfo: memFree=22488388/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=80080 CPUtime=12.11 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 23841 1260 0 0 1207 4 0 0 25 0 5 0 654563455 82001920 7821 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 20020 7821 178 55 0 17906 0
[pid=26257/tid=26264] ppid=26255 vsize=80080 CPUtime=3.01 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (plingeling) R 26255 26257 26007 0 -1 4202560 3531 1260 0 0 301 0 0 0 25 0 5 0 654563464 82001920 7821 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26257/tid=26265] ppid=26255 vsize=80080 CPUtime=2.98 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (plingeling) R 26255 26257 26007 0 -1 4202560 5121 1260 0 0 297 1 0 0 25 0 5 0 654563464 82001920 7821 33554432000 4194304 4417452 140735161751184 18446744073709551615 4250648 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26257/tid=26266] ppid=26255 vsize=80080 CPUtime=3 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (plingeling) R 26255 26257 26007 0 -1 4202560 5173 1260 0 0 300 0 0 0 25 0 5 0 654563464 82001920 7821 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26257/tid=26267] ppid=26255 vsize=80080 CPUtime=3.01 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (plingeling) R 26255 26257 26007 0 -1 4202560 5463 1260 0 0 300 1 0 0 25 0 5 0 654563464 82001920 7821 33554432000 4194304 4417452 140735161751184 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 80080

[startup+6.30077 s]
/proc/loadavg: 8.01 8.04 6.93 9/379 26267
/proc/meminfo: memFree=22480520/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=85680 CPUtime=24.87 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 37935 1260 0 0 2481 6 0 0 25 0 5 0 654563455 87736320 9237 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 21420 9237 178 55 0 19306 0
[pid=26257/tid=26264] ppid=26255 vsize=85680 CPUtime=6.21 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (plingeling) R 26255 26257 26007 0 -1 4202560 7250 1260 0 0 620 1 0 0 25 0 5 0 654563464 87736320 9237 33554432000 4194304 4417452 140735161751184 18446744073709551615 4365092 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26257/tid=26265] ppid=26255 vsize=85680 CPUtime=6.14 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (plingeling) R 26255 26257 26007 0 -1 4202560 8594 1260 0 0 613 1 0 0 25 0 5 0 654563464 87736320 9237 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26257/tid=26266] ppid=26255 vsize=85680 CPUtime=6.21 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (plingeling) R 26255 26257 26007 0 -1 4202560 8398 1260 0 0 620 1 0 0 25 0 5 0 654563464 87736320 9237 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26257/tid=26267] ppid=26255 vsize=85680 CPUtime=6.21 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (plingeling) R 26255 26257 26007 0 -1 4202560 9140 1260 0 0 620 1 0 0 25 0 5 0 654563464 87736320 9237 33554432000 4194304 4417452 140735161751184 18446744073709551615 4366469 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 85680

[startup+12.7006 s]
/proc/loadavg: 8.09 8.06 6.94 9/379 26268
/proc/meminfo: memFree=22453656/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=105668 CPUtime=50.39 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 58503 1260 0 0 5029 10 0 0 25 0 5 0 654563455 108204032 14234 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 26417 14234 178 55 0 24303 0
[pid=26257/tid=26264] ppid=26255 vsize=105668 CPUtime=12.6 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (plingeling) R 26255 26257 26007 0 -1 4202560 11735 1260 0 0 1259 1 0 0 25 0 5 0 654563464 108204032 14234 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364675 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26257/tid=26265] ppid=26255 vsize=105668 CPUtime=12.46 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (plingeling) R 26255 26257 26007 0 -1 4202560 13887 1260 0 0 1244 2 0 0 25 0 5 0 654563464 108204032 14234 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26257/tid=26266] ppid=26255 vsize=105668 CPUtime=12.6 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (plingeling) R 26255 26257 26007 0 -1 4202560 14293 1260 0 0 1258 2 0 0 25 0 5 0 654563464 108204032 14234 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26257/tid=26267] ppid=26255 vsize=105668 CPUtime=12.61 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (plingeling) R 26255 26257 26007 0 -1 4202560 14035 1260 0 0 1259 2 0 0 25 0 5 0 654563464 108204032 14234 33554432000 4194304 4417452 140735161751184 18446744073709551615 4250873 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 105668

[startup+25.5003 s]
/proc/loadavg: 8.07 8.05 6.95 9/379 26268
/proc/meminfo: memFree=22445068/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=130756 CPUtime=101.43 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 81741 1260 0 0 10130 13 0 0 25 0 5 0 654563455 133894144 20489 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 32689 20489 178 55 0 30575 0
[pid=26257/tid=26264] ppid=26255 vsize=130756 CPUtime=25.41 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (plingeling) R 26255 26257 26007 0 -1 4202560 14910 1260 0 0 2539 2 0 0 25 0 5 0 654563464 133894144 20489 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26257/tid=26265] ppid=26255 vsize=130756 CPUtime=25.11 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (plingeling) R 26255 26257 26007 0 -1 4202560 22670 1260 0 0 2507 4 0 0 25 0 5 0 654563464 133894144 20489 33554432000 4194304 4417452 140735161751184 18446744073709551615 4366458 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26257/tid=26266] ppid=26255 vsize=130756 CPUtime=25.41 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (plingeling) R 26255 26257 26007 0 -1 4202560 19715 1260 0 0 2538 3 0 0 25 0 5 0 654563464 133894144 20489 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26257/tid=26267] ppid=26255 vsize=130756 CPUtime=25.4 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (plingeling) R 26255 26257 26007 0 -1 4202560 19893 1260 0 0 2538 2 0 0 25 0 5 0 654563464 133894144 20489 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 130756

[startup+51.1006 s]
/proc/loadavg: 8.05 8.05 6.98 9/379 26269
/proc/meminfo: memFree=22359344/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=199764 CPUtime=203.53 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 121930 1260 0 0 20333 20 0 0 25 0 5 0 654563455 204558336 37726 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 49941 37726 178 55 0 47827 0
[pid=26257/tid=26264] ppid=26255 vsize=199764 CPUtime=51 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (plingeling) R 26255 26257 26007 0 -1 4202560 25685 1260 0 0 5096 4 0 0 25 0 5 0 654563464 204558336 37726 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26257/tid=26265] ppid=26255 vsize=199764 CPUtime=50.41 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (plingeling) R 26255 26257 26007 0 -1 4202560 35504 1260 0 0 5035 6 0 0 25 0 5 0 654563464 204558336 37726 33554432000 4194304 4417452 140735161751184 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26257/tid=26266] ppid=26255 vsize=199764 CPUtime=51.01 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (plingeling) R 26255 26257 26007 0 -1 4202560 28115 1260 0 0 5096 5 0 0 25 0 5 0 654563464 204558336 37726 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26257/tid=26267] ppid=26255 vsize=199764 CPUtime=51.01 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (plingeling) R 26255 26257 26007 0 -1 4202560 28073 1260 0 0 5097 4 0 0 25 0 5 0 654563464 204558336 37726 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.53
Current children cumulated vsize (KiB) 199764

[startup+102.314 s]
/proc/loadavg: 8.10 8.07 7.05 9/379 26270
/proc/meminfo: memFree=22302920/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=264516 CPUtime=407.77 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 166561 1260 0 0 40750 27 0 0 25 0 5 0 654563455 270864384 53914 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 66129 53914 178 55 0 64015 0
[pid=26257/tid=26264] ppid=26255 vsize=264516 CPUtime=102.21 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (plingeling) R 26255 26257 26007 0 -1 4202560 34738 1260 0 0 10215 6 0 0 25 0 5 0 654563464 270864384 53914 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26257/tid=26265] ppid=26255 vsize=264516 CPUtime=101 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (plingeling) R 26255 26257 26007 0 -1 4202560 58723 1260 0 0 10092 8 0 0 25 0 5 0 654563464 270864384 53914 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26257/tid=26266] ppid=26255 vsize=264516 CPUtime=102.23 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (plingeling) R 26255 26257 26007 0 -1 4202560 32647 1260 0 0 10217 6 0 0 25 0 5 0 654563464 270864384 53914 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26257/tid=26267] ppid=26255 vsize=264516 CPUtime=102.22 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (plingeling) R 26255 26257 26007 0 -1 4202560 35900 1260 0 0 10217 5 0 0 25 0 5 0 654563464 270864384 53914 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.77
Current children cumulated vsize (KiB) 264516

[startup+162.3 s]
/proc/loadavg: 8.11 8.08 7.11 9/379 26272
/proc/meminfo: memFree=22237932/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=312080 CPUtime=647 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 231156 1260 0 0 64662 38 0 0 25 0 5 0 654563455 319569920 65805 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 78020 65805 178 55 0 75906 0
[pid=26257/tid=26264] ppid=26255 vsize=312080 CPUtime=162.18 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (plingeling) R 26255 26257 26007 0 -1 4202560 46339 1260 0 0 16210 8 0 0 25 0 5 0 654563464 319569920 65805 33554432000 4194304 4417452 140735161751184 18446744073709551615 4250447 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26257/tid=26265] ppid=26255 vsize=312080 CPUtime=160.29 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (plingeling) R 26255 26257 26007 0 -1 4202560 80566 1260 0 0 16017 12 0 0 25 0 5 0 654563464 319569920 65805 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26257/tid=26266] ppid=26255 vsize=312080 CPUtime=162.21 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (plingeling) R 26255 26257 26007 0 -1 4202560 43976 1260 0 0 16214 7 0 0 25 0 5 0 654563464 319569920 65805 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26257/tid=26267] ppid=26255 vsize=312080 CPUtime=162.21 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (plingeling) R 26255 26257 26007 0 -1 4202560 55722 1260 0 0 16212 9 0 0 25 0 5 0 654563464 319569920 65805 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 647
Current children cumulated vsize (KiB) 312080


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

[pid=26257/tid=26265] ppid=26255 vsize=752356 CPUtime=753.2 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (plingeling) R 26255 26257 26007 0 -1 4202560 147581 1260 0 0 75294 26 0 0 25 0 5 0 654563464 770412544 175874 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26257/tid=26266] ppid=26255 vsize=752356 CPUtime=762.24 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (plingeling) R 26255 26257 26007 0 -1 4202560 108725 1260 0 0 76207 17 0 0 25 0 5 0 654563464 770412544 175874 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26257/tid=26267] ppid=26255 vsize=752356 CPUtime=762.24 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (plingeling) R 26255 26257 26007 0 -1 4202560 112871 1260 0 0 76205 19 0 0 25 0 5 0 654563464 770412544 175874 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3039.88
Current children cumulated vsize (KiB) 752356

[startup+822.301 s]
/proc/loadavg: 8.04 8.04 7.57 9/379 26326
/proc/meminfo: memFree=21928560/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=689836 CPUtime=3279.12 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 473823 1260 0 0 327831 81 0 0 25 0 5 0 654563455 706392064 160244 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 172459 160244 178 55 0 170345 0
[pid=26257/tid=26264] ppid=26255 vsize=689836 CPUtime=822.06 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (plingeling) R 26255 26257 26007 0 -1 4202560 100093 1260 0 0 82189 17 0 0 25 0 5 0 654563464 706392064 160244 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26257/tid=26265] ppid=26255 vsize=689836 CPUtime=812.49 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (plingeling) R 26255 26257 26007 0 -1 4202560 147581 1260 0 0 81223 26 0 0 25 0 5 0 654563464 706392064 160244 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26257/tid=26266] ppid=26255 vsize=689836 CPUtime=822.23 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (plingeling) R 26255 26257 26007 0 -1 4202560 108725 1260 0 0 82206 17 0 0 25 0 5 0 654563464 706392064 160244 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26257/tid=26267] ppid=26255 vsize=689836 CPUtime=822.23 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (plingeling) R 26255 26257 26007 0 -1 4202560 112871 1260 0 0 82204 19 0 0 25 0 5 0 654563464 706392064 160244 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3279.12
Current children cumulated vsize (KiB) 689836

[startup+882.301 s]
/proc/loadavg: 8.05 8.05 7.60 9/379 26328
/proc/meminfo: memFree=21886508/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=725096 CPUtime=3518.4 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 482638 1260 0 0 351758 82 0 0 25 0 5 0 654563455 742498304 169059 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 181274 169059 178 55 0 179160 0
[pid=26257/tid=26264] ppid=26255 vsize=725096 CPUtime=882.05 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (plingeling) R 26255 26257 26007 0 -1 4202560 100716 1260 0 0 88188 17 0 0 25 0 5 0 654563464 742498304 169059 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26257/tid=26265] ppid=26255 vsize=725096 CPUtime=871.78 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (plingeling) R 26255 26257 26007 0 -1 4202560 155773 1260 0 0 87150 28 0 0 25 0 5 0 654563464 742498304 169059 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26257/tid=26266] ppid=26255 vsize=725096 CPUtime=882.23 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (plingeling) R 26255 26257 26007 0 -1 4202560 108725 1260 0 0 88206 17 0 0 25 0 5 0 654563464 742498304 169059 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26257/tid=26267] ppid=26255 vsize=725096 CPUtime=882.23 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (plingeling) R 26255 26257 26007 0 -1 4202560 112871 1260 0 0 88204 19 0 0 25 0 5 0 654563464 742498304 169059 33554432000 4194304 4417452 140735161751184 18446744073709551615 4259868 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3518.4
Current children cumulated vsize (KiB) 725096

[startup+942.301 s]
/proc/loadavg: 8.08 8.05 7.63 9/379 26329
/proc/meminfo: memFree=21868512/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=725096 CPUtime=3757.68 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 482638 1260 0 0 375686 82 0 0 25 0 5 0 654563455 742498304 169059 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 181274 169059 178 55 0 179160 0
[pid=26257/tid=26264] ppid=26255 vsize=725096 CPUtime=942.04 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (plingeling) R 26255 26257 26007 0 -1 4202560 100716 1260 0 0 94187 17 0 0 25 0 5 0 654563464 742498304 169059 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364805 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26257/tid=26265] ppid=26255 vsize=725096 CPUtime=931.08 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (plingeling) R 26255 26257 26007 0 -1 4202560 155773 1260 0 0 93080 28 0 0 25 0 5 0 654563464 742498304 169059 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26257/tid=26266] ppid=26255 vsize=725096 CPUtime=942.23 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (plingeling) R 26255 26257 26007 0 -1 4202560 108725 1260 0 0 94206 17 0 0 25 0 5 0 654563464 742498304 169059 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26257/tid=26267] ppid=26255 vsize=725096 CPUtime=942.24 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (plingeling) R 26255 26257 26007 0 -1 4202560 112871 1260 0 0 94205 19 0 0 25 0 5 0 654563464 742498304 169059 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3757.68
Current children cumulated vsize (KiB) 725096

[startup+1002.3 s]
/proc/loadavg: 8.06 8.05 7.66 9/379 26331
/proc/meminfo: memFree=21842832/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=750600 CPUtime=3996.97 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 489014 1260 0 0 399613 84 0 0 25 0 5 0 654563455 768614400 175435 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 187650 175435 178 55 0 185536 0
[pid=26257/tid=26264] ppid=26255 vsize=750600 CPUtime=1002.03 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (plingeling) R 26255 26257 26007 0 -1 4202560 100716 1260 0 0 100186 17 0 0 25 0 5 0 654563464 768614400 175435 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26257/tid=26265] ppid=26255 vsize=750600 CPUtime=990.36 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (plingeling) R 26255 26257 26007 0 -1 4202560 162149 1260 0 0 99007 29 0 0 25 0 5 0 654563464 768614400 175435 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26257/tid=26266] ppid=26255 vsize=750600 CPUtime=1002.23 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (plingeling) R 26255 26257 26007 0 -1 4202560 108725 1260 0 0 100206 17 0 0 25 0 5 0 654563464 768614400 175435 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26257/tid=26267] ppid=26255 vsize=750600 CPUtime=1002.24 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (plingeling) R 26255 26257 26007 0 -1 4202560 112871 1260 0 0 100205 19 0 0 25 0 5 0 654563464 768614400 175435 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364684 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3996.97
Current children cumulated vsize (KiB) 750600

[startup+1062.3 s]
/proc/loadavg: 8.16 8.07 7.68 9/379 26333
/proc/meminfo: memFree=21867244/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=716252 CPUtime=4236.27 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 510894 1260 0 0 423539 88 0 0 25 0 5 0 654563455 733442048 166848 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 179063 166848 178 55 0 176949 0
[pid=26257/tid=26264] ppid=26255 vsize=716252 CPUtime=1062.02 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (plingeling) R 26255 26257 26007 0 -1 4202560 108908 1260 0 0 106184 18 0 0 25 0 5 0 654563464 733442048 166848 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26257/tid=26265] ppid=26255 vsize=716252 CPUtime=1049.66 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (plingeling) R 26255 26257 26007 0 -1 4202560 175837 1260 0 0 104934 32 0 0 25 0 5 0 654563464 733442048 166848 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26257/tid=26266] ppid=26255 vsize=716252 CPUtime=1062.23 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (plingeling) R 26255 26257 26007 0 -1 4202560 108725 1260 0 0 106206 17 0 0 25 0 5 0 654563464 733442048 166848 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26257/tid=26267] ppid=26255 vsize=716252 CPUtime=1062.24 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (plingeling) R 26255 26257 26007 0 -1 4202560 112871 1260 0 0 106205 19 0 0 25 0 5 0 654563464 733442048 166848 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4236.27
Current children cumulated vsize (KiB) 716252

[startup+1122.3 s]
/proc/loadavg: 8.18 8.09 7.71 9/379 26334
/proc/meminfo: memFree=21874048/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=712840 CPUtime=4475.54 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 539969 1260 0 0 447460 94 0 0 25 0 5 0 654563455 729948160 165995 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 178210 165995 178 55 0 176096 0
[pid=26257/tid=26264] ppid=26255 vsize=712840 CPUtime=1122.01 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (plingeling) R 26255 26257 26007 0 -1 4202560 122387 1260 0 0 112180 21 0 0 25 0 5 0 654563464 729948160 165995 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26257/tid=26265] ppid=26255 vsize=712840 CPUtime=1108.94 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (plingeling) R 26255 26257 26007 0 -1 4202560 175837 1260 0 0 110862 32 0 0 25 0 5 0 654563464 729948160 165995 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26257/tid=26266] ppid=26255 vsize=712840 CPUtime=1122.24 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (plingeling) R 26255 26257 26007 0 -1 4202560 108725 1260 0 0 112207 17 0 0 25 0 5 0 654563464 729948160 165995 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26257/tid=26267] ppid=26255 vsize=712840 CPUtime=1122.23 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (plingeling) R 26255 26257 26007 0 -1 4202560 128467 1260 0 0 112202 21 0 0 25 0 5 0 654563464 729948160 165995 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4475.54
Current children cumulated vsize (KiB) 712840

[startup+1182.3 s]
/proc/loadavg: 8.13 8.09 7.73 9/379 26336
/proc/meminfo: memFree=21864240/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=692932 CPUtime=4714.82 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 565856 1260 0 0 471384 98 0 0 25 0 5 0 654563455 709562368 161018 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 173233 161018 178 55 0 171119 0
[pid=26257/tid=26264] ppid=26255 vsize=692932 CPUtime=1181.99 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (plingeling) R 26255 26257 26007 0 -1 4202560 123633 1260 0 0 118178 21 0 0 25 0 5 0 654563464 709562368 161018 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26257/tid=26265] ppid=26255 vsize=692932 CPUtime=1168.24 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (plingeling) R 26255 26257 26007 0 -1 4202560 184623 1260 0 0 116791 33 0 0 25 0 5 0 654563464 709562368 161018 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26257/tid=26266] ppid=26255 vsize=692932 CPUtime=1182.24 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (plingeling) R 26255 26257 26007 0 -1 4202560 124580 1260 0 0 118204 20 0 0 25 0 5 0 654563464 709562368 161018 33554432000 4194304 4417452 140735161751184 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26257/tid=26267] ppid=26255 vsize=692932 CPUtime=1182.24 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (plingeling) R 26255 26257 26007 0 -1 4202560 128467 1260 0 0 118202 22 0 0 25 0 5 0 654563464 709562368 161018 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4714.82
Current children cumulated vsize (KiB) 692932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.09 8.08 7.74 9/379 26336
/proc/meminfo: memFree=21884944/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=692932 CPUtime=4800.19 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 565856 1260 0 0 479921 98 0 0 25 0 5 0 654563455 709562368 161018 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 173233 161018 178 55 0 171119 0
[pid=26257/tid=26264] ppid=26255 vsize=692932 CPUtime=1203.41 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (plingeling) R 26255 26257 26007 0 -1 4202560 123633 1260 0 0 120320 21 0 0 25 0 5 0 654563464 709562368 161018 33554432000 4194304 4417452 140735161751184 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26257/tid=26265] ppid=26255 vsize=692932 CPUtime=1189.38 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (plingeling) R 26255 26257 26007 0 -1 4202560 184623 1260 0 0 118905 33 0 0 25 0 5 0 654563464 709562368 161018 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26257/tid=26266] ppid=26255 vsize=692932 CPUtime=1203.66 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (plingeling) R 26255 26257 26007 0 -1 4202560 124580 1260 0 0 120346 20 0 0 25 0 5 0 654563464 709562368 161018 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26257/tid=26267] ppid=26255 vsize=692932 CPUtime=1203.65 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (plingeling) R 26255 26257 26007 0 -1 4202560 128467 1260 0 0 120343 22 0 0 25 0 5 0 654563464 709562368 161018 33554432000 4194304 4417452 140735161751184 18446744073709551615 4366813 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 692932

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

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

[startup+1203.7 s]
/proc/loadavg: 8.09 8.08 7.74 9/379 26336
/proc/meminfo: memFree=21884944/32951124 swapFree=67111348/67111528
[pid=26257] ppid=26255 vsize=692932 CPUtime=4800.19 cores=0,2,4,6
/proc/26257/stat : 26257 (plingeling) S 26255 26257 26007 0 -1 4202496 565856 1260 0 0 479921 98 0 0 25 0 5 0 654563455 709562368 161018 33554432000 4194304 4417452 140735161751184 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26257/statm: 173233 161018 178 55 0 171119 0
[pid=26257/tid=26264] ppid=26255 vsize=692932 CPUtime=1203.41 cores=0,2,4,6
/proc/26257/task/26264/stat : 26264 (plingeling) R 26255 26257 26007 0 -1 4202560 123633 1260 0 0 120320 21 0 0 25 0 5 0 654563464 709562368 161018 33554432000 4194304 4417452 140735161751184 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26257/tid=26265] ppid=26255 vsize=692932 CPUtime=1189.38 cores=0,2,4,6
/proc/26257/task/26265/stat : 26265 (plingeling) R 26255 26257 26007 0 -1 4202560 184623 1260 0 0 118905 33 0 0 25 0 5 0 654563464 709562368 161018 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26257/tid=26266] ppid=26255 vsize=692932 CPUtime=1203.66 cores=0,2,4,6
/proc/26257/task/26266/stat : 26266 (plingeling) R 26255 26257 26007 0 -1 4202560 124580 1260 0 0 120346 20 0 0 25 0 5 0 654563464 709562368 161018 33554432000 4194304 4417452 140735161751184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26257/tid=26267] ppid=26255 vsize=692932 CPUtime=1203.65 cores=0,2,4,6
/proc/26257/task/26267/stat : 26267 (plingeling) R 26255 26257 26007 0 -1 4202560 128467 1260 0 0 120343 22 0 0 25 0 5 0 654563464 709562368 161018 33554432000 4194304 4417452 140735161751184 18446744073709551615 4366813 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 692932

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.75
CPU time (s): 4800.27
CPU user time (s): 4799.25
CPU system time (s): 1.01984
CPU usage (%): 398.776
Max. virtual memory (cumulated for all children) (KiB): 770168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.25
system time used= 1.01984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 567116
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= 74
involuntary context switches= 26045

runsolver used 4.06038 second user time and 10.1944 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 05:20:57
IDJOB=3371035
IDBENCH=83899
IDSOLVER=1848
FILE ID=node139/3371035-1305429657
RUNJOBID= node139-1305427968-26025
PBS_JOBID= 13324610
Free space on /tmp= 73408 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371035-1305429657/watcher-3371035-1305429657 -o /tmp/evaluation-result-3371035-1305429657/solver-3371035-1305429657 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371035-1305429657.cnf

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

MD5SUM BENCH= 3aff0c2163848e3eed6bc22fc2c30cdf
RANDOM SEED=218781459

node139.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.852
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.70
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.852
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.852
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.852
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.75
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.852
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	: 5321.49
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.852
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.852
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.82
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22518972 kB
Buffers:        304240 kB
Cached:        2861336 kB
SwapCached:          0 kB
Active:        8107412 kB
Inactive:      2020396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22518972 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            1604 kB
Writeback:           0 kB
AnonPages:     6961732 kB
Mapped:          29212 kB
Slab:           202160 kB
PageTables:      38532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76948448 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= 73408 MiB
End job on node139 at 2011-05-15 05:41:03