Trace number 3370897

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.15 1203.68

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q446.25-n35-p30-s33692332.cnf
MD5SUM1002234f62b5dfa01a75197c65e66327
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.921859
Satisfiable
(Un)Satisfiability was proved
Number of variables1285
Number of clauses166723
Sum of the clauses size334661
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2166688
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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-3370897-1305432948/watcher-3370897-1305432948 -o /tmp/evaluation-result-3370897-1305432948/solver-3370897-1305432948 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3370897-1305432948.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: 5.84 7.53 7.83 2/361 11931
/proc/meminfo: memFree=25575524/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=10156 CPUtime=0 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) R 11929 11931 10794 0 -1 4202496 652 1252 0 0 0 0 0 0 22 0 1 0 635710462 10399744 541 33554432000 4194304 4417452 140733746078432 18446744073709551615 264726098925 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/11931/statm: 2539 561 147 55 0 425 0

[startup+0.043846 s]
/proc/loadavg: 5.84 7.53 7.83 2/361 11931
/proc/meminfo: memFree=25575524/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=17680 CPUtime=0.03 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) R 11929 11931 10794 0 -1 4202496 2595 1252 0 0 3 0 0 0 22 0 1 0 635710462 18104320 2444 33554432000 4194304 4417452 140733746078432 18446744073709551615 4231452 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/11931/statm: 4420 2444 148 55 0 2306 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17680

[startup+0.100836 s]
/proc/loadavg: 5.84 7.53 7.83 2/361 11931
/proc/meminfo: memFree=25575524/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=25872 CPUtime=0.09 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) R 11929 11931 10794 0 -1 4202496 4643 1252 0 0 9 0 0 0 23 0 1 0 635710462 26492928 4492 33554432000 4194304 4417452 140733746078432 18446744073709551615 264726404864 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/11931/statm: 6468 4492 148 55 0 4354 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25872

[startup+0.300761 s]
/proc/loadavg: 5.84 7.53 7.83 2/361 11931
/proc/meminfo: memFree=25575524/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=71148 CPUtime=0.86 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) S 11929 11931 10794 0 -1 4202496 9529 1252 0 0 85 1 0 0 23 0 5 0 635710462 72855552 5604 33554432000 4194304 4417452 140733746078432 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11931/statm: 17787 5604 177 55 0 15673 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 71148

[startup+0.700686 s]
/proc/loadavg: 5.84 7.53 7.83 2/361 11931
/proc/meminfo: memFree=25575524/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=78124 CPUtime=2.46 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) S 11929 11931 10794 0 -1 4202496 12737 1252 0 0 245 1 0 0 23 0 5 0 635710462 79998976 7319 33554432000 4194304 4417452 140733746078432 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11931/statm: 19531 7319 180 55 0 17417 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 78124

[startup+1.50053 s]
/proc/loadavg: 5.84 7.53 7.83 9/373 11956
/proc/meminfo: memFree=25441492/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=84148 CPUtime=5.65 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) S 11929 11931 10794 0 -1 4202496 16094 1252 0 0 564 1 0 0 23 0 5 0 635710462 86167552 8825 33554432000 4194304 4417452 140733746078432 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11931/statm: 21037 8825 180 55 0 18923 0
[pid=11931/tid=11948] ppid=11929 vsize=84148 CPUtime=1.39 cores=1,3,5,7
/proc/11931/task/11948/stat : 11948 (plingeling) R 11929 11931 10794 0 -1 4202560 1581 1252 0 0 139 0 0 0 25 0 5 0 635710472 86167552 8825 33554432000 4194304 4417452 140733746078432 18446744073709551615 4320474 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11931/tid=11949] ppid=11929 vsize=84148 CPUtime=1.38 cores=1,3,5,7
/proc/11931/task/11949/stat : 11949 (plingeling) R 11929 11931 10794 0 -1 4202560 1165 1252 0 0 138 0 0 0 25 0 5 0 635710472 86167552 8825 33554432000 4194304 4417452 140733746078432 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11931/tid=11950] ppid=11929 vsize=84148 CPUtime=1.37 cores=1,3,5,7
/proc/11931/task/11950/stat : 11950 (plingeling) R 11929 11931 10794 0 -1 4202560 2101 1252 0 0 137 0 0 0 25 0 5 0 635710472 86167552 8825 33554432000 4194304 4417452 140733746078432 18446744073709551615 4249601 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11931/tid=11951] ppid=11929 vsize=84148 CPUtime=1.38 cores=1,3,5,7
/proc/11931/task/11951/stat : 11951 (plingeling) R 11929 11931 10794 0 -1 4202560 6592 1252 0 0 138 0 0 0 25 0 5 0 635710472 86167552 8825 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 84148

[startup+3.10023 s]
/proc/loadavg: 5.84 7.53 7.83 9/373 11956
/proc/meminfo: memFree=25444460/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=86740 CPUtime=12.04 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) S 11929 11931 10794 0 -1 4202496 22937 1252 0 0 1201 3 0 0 23 0 5 0 635710462 88821760 9473 33554432000 4194304 4417452 140733746078432 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11931/statm: 21685 9473 180 55 0 19571 0
[pid=11931/tid=11948] ppid=11929 vsize=86740 CPUtime=2.99 cores=1,3,5,7
/proc/11931/task/11948/stat : 11948 (plingeling) R 11929 11931 10794 0 -1 4202560 1581 1252 0 0 299 0 0 0 25 0 5 0 635710472 88821760 9473 33554432000 4194304 4417452 140733746078432 18446744073709551615 4250080 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11931/tid=11949] ppid=11929 vsize=86740 CPUtime=2.98 cores=1,3,5,7
/proc/11931/task/11949/stat : 11949 (plingeling) R 11929 11931 10794 0 -1 4202560 1165 1252 0 0 298 0 0 0 25 0 5 0 635710472 88821760 9473 33554432000 4194304 4417452 140733746078432 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11931/tid=11950] ppid=11929 vsize=86740 CPUtime=2.96 cores=1,3,5,7
/proc/11931/task/11950/stat : 11950 (plingeling) R 11929 11931 10794 0 -1 4202560 2101 1252 0 0 296 0 0 0 25 0 5 0 635710472 88821760 9473 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11931/tid=11951] ppid=11929 vsize=86740 CPUtime=2.98 cores=1,3,5,7
/proc/11931/task/11951/stat : 11951 (plingeling) R 11929 11931 10794 0 -1 4202560 13435 1252 0 0 296 2 0 0 25 0 5 0 635710472 88821760 9473 33554432000 4194304 4417452 140733746078432 18446744073709551615 4366412 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 86740

[startup+6.30063 s]
/proc/loadavg: 6.01 7.54 7.83 9/373 11956
/proc/meminfo: memFree=25400308/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=110684 CPUtime=24.8 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) S 11929 11931 10794 0 -1 4202496 34503 1252 0 0 2476 4 0 0 23 0 5 0 635710462 113340416 15459 33554432000 4194304 4417452 140733746078432 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11931/statm: 27671 15459 180 55 0 25557 0
[pid=11931/tid=11948] ppid=11929 vsize=110684 CPUtime=6.19 cores=1,3,5,7
/proc/11931/task/11948/stat : 11948 (plingeling) R 11929 11931 10794 0 -1 4202560 1581 1252 0 0 619 0 0 0 25 0 5 0 635710472 113340416 15459 33554432000 4194304 4417452 140733746078432 18446744073709551615 4334532 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11931/tid=11949] ppid=11929 vsize=110684 CPUtime=6.18 cores=1,3,5,7
/proc/11931/task/11949/stat : 11949 (plingeling) R 11929 11931 10794 0 -1 4202560 1165 1252 0 0 618 0 0 0 25 0 5 0 635710472 113340416 15459 33554432000 4194304 4417452 140733746078432 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11931/tid=11950] ppid=11929 vsize=110684 CPUtime=6.12 cores=1,3,5,7
/proc/11931/task/11950/stat : 11950 (plingeling) R 11929 11931 10794 0 -1 4202560 2325 1252 0 0 612 0 0 0 25 0 5 0 635710472 113340416 15459 33554432000 4194304 4417452 140733746078432 18446744073709551615 4278190 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11931/tid=11951] ppid=11929 vsize=110684 CPUtime=6.18 cores=1,3,5,7
/proc/11931/task/11951/stat : 11951 (plingeling) R 11929 11931 10794 0 -1 4202560 24777 1252 0 0 615 3 0 0 25 0 5 0 635710472 113340416 15459 33554432000 4194304 4417452 140733746078432 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 110684

[startup+12.7004 s]
/proc/loadavg: 6.17 7.55 7.83 9/373 11956
/proc/meminfo: memFree=25345604/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=144072 CPUtime=50.32 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) S 11929 11931 10794 0 -1 4202496 52570 1252 0 0 5025 7 0 0 23 0 5 0 635710462 147529728 23819 33554432000 4194304 4417452 140733746078432 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11931/statm: 36018 23819 180 55 0 33904 0
[pid=11931/tid=11948] ppid=11929 vsize=144072 CPUtime=12.59 cores=1,3,5,7
/proc/11931/task/11948/stat : 11948 (plingeling) R 11929 11931 10794 0 -1 4202560 2242 1252 0 0 1259 0 0 0 25 0 5 0 635710472 147529728 23819 33554432000 4194304 4417452 140733746078432 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11931/tid=11949] ppid=11929 vsize=144072 CPUtime=12.58 cores=1,3,5,7
/proc/11931/task/11949/stat : 11949 (plingeling) R 11929 11931 10794 0 -1 4202560 1178 1252 0 0 1258 0 0 0 25 0 5 0 635710472 147529728 23819 33554432000 4194304 4417452 140733746078432 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11931/tid=11950] ppid=11929 vsize=144072 CPUtime=12.44 cores=1,3,5,7
/proc/11931/task/11950/stat : 11950 (plingeling) R 11929 11931 10794 0 -1 4202560 4438 1252 0 0 1244 0 0 0 25 0 5 0 635710472 147529728 23819 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11931/tid=11951] ppid=11929 vsize=144072 CPUtime=12.58 cores=1,3,5,7
/proc/11931/task/11951/stat : 11951 (plingeling) R 11929 11931 10794 0 -1 4202560 40057 1252 0 0 1253 5 0 0 25 0 5 0 635710472 147529728 23819 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 144072

[startup+25.501 s]
/proc/loadavg: 6.57 7.57 7.83 9/373 11956
/proc/meminfo: memFree=25097596/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=219488 CPUtime=101.37 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) S 11929 11931 10794 0 -1 4202496 91979 1252 0 0 10123 14 0 0 23 0 5 0 635710462 224755712 42660 33554432000 4194304 4417452 140733746078432 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11931/statm: 54872 42660 180 55 0 52758 0
[pid=11931/tid=11948] ppid=11929 vsize=219488 CPUtime=25.38 cores=1,3,5,7
/proc/11931/task/11948/stat : 11948 (plingeling) R 11929 11931 10794 0 -1 4202560 4598 1252 0 0 2538 0 0 0 25 0 5 0 635710472 224755712 42660 33554432000 4194304 4417452 140733746078432 18446744073709551615 4258641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11931/tid=11949] ppid=11929 vsize=219488 CPUtime=25.38 cores=1,3,5,7
/proc/11931/task/11949/stat : 11949 (plingeling) R 11929 11931 10794 0 -1 4202560 4865 1252 0 0 2538 0 0 0 25 0 5 0 635710472 224755712 42660 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11931/tid=11950] ppid=11929 vsize=219488 CPUtime=25.09 cores=1,3,5,7
/proc/11931/task/11950/stat : 11950 (plingeling) R 11929 11931 10794 0 -1 4202560 13785 1252 0 0 2507 2 0 0 25 0 5 0 635710472 224755712 42660 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11931/tid=11951] ppid=11929 vsize=219488 CPUtime=25.38 cores=1,3,5,7
/proc/11931/task/11951/stat : 11951 (plingeling) R 11929 11931 10794 0 -1 4202560 64076 1252 0 0 2529 9 0 0 25 0 5 0 635710472 224755712 42660 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 219488

[startup+51.1012 s]
/proc/loadavg: 7.20 7.64 7.84 10/373 11957
/proc/meminfo: memFree=25035028/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=314156 CPUtime=203.47 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) S 11929 11931 10794 0 -1 4202496 156330 1252 0 0 20324 23 0 0 23 0 5 0 635710462 321695744 66327 33554432000 4194304 4417452 140733746078432 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11931/statm: 78539 66327 180 55 0 76425 0
[pid=11931/tid=11948] ppid=11929 vsize=314156 CPUtime=50.99 cores=1,3,5,7
/proc/11931/task/11948/stat : 11948 (plingeling) R 11929 11931 10794 0 -1 4202560 9784 1252 0 0 5098 1 0 0 25 0 5 0 635710472 321695744 66327 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11931/tid=11949] ppid=11929 vsize=314156 CPUtime=50.98 cores=1,3,5,7
/proc/11931/task/11949/stat : 11949 (plingeling) R 11929 11931 10794 0 -1 4202560 19708 1252 0 0 5096 2 0 0 25 0 5 0 635710472 321695744 66327 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364567 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11931/tid=11950] ppid=11929 vsize=314156 CPUtime=50.38 cores=1,3,5,7
/proc/11931/task/11950/stat : 11950 (plingeling) R 11929 11931 10794 0 -1 4202560 22358 1252 0 0 5035 3 0 0 25 0 5 0 635710472 321695744 66327 33554432000 4194304 4417452 140733746078432 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11931/tid=11951] ppid=11929 vsize=314156 CPUtime=50.99 cores=1,3,5,7
/proc/11931/task/11951/stat : 11951 (plingeling) R 11929 11931 10794 0 -1 4202560 99825 1252 0 0 5084 15 0 0 25 0 5 0 635710472 321695744 66327 33554432000 4194304 4417452 140733746078432 18446744073709551615 4358106 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.47
Current children cumulated vsize (KiB) 314156

[startup+102.313 s]
/proc/loadavg: 7.65 7.69 7.85 9/373 11958
/proc/meminfo: memFree=24861772/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=458064 CPUtime=407.72 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) S 11929 11931 10794 0 -1 4202496 294430 1252 0 0 40725 47 0 0 23 0 5 0 635710462 469057536 102304 33554432000 4194304 4417452 140733746078432 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11931/statm: 114516 102304 180 55 0 112402 0
[pid=11931/tid=11948] ppid=11929 vsize=458064 CPUtime=102.2 cores=1,3,5,7
/proc/11931/task/11948/stat : 11948 (plingeling) R 11929 11931 10794 0 -1 4202560 38032 1252 0 0 10215 5 0 0 25 0 5 0 635710472 469057536 102304 33554432000 4194304 4417452 140733746078432 18446744073709551615 4250651 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11931/tid=11949] ppid=11929 vsize=458064 CPUtime=102.2 cores=1,3,5,7
/proc/11931/task/11949/stat : 11949 (plingeling) R 11929 11931 10794 0 -1 4202560 63828 1252 0 0 10210 10 0 0 25 0 5 0 635710472 469057536 102304 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11931/tid=11950] ppid=11929 vsize=458064 CPUtime=100.99 cores=1,3,5,7
/proc/11931/task/11950/stat : 11950 (plingeling) R 11929 11931 10794 0 -1 4202560 46590 1252 0 0 10092 7 0 0 25 0 5 0 635710472 469057536 102304 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11931/tid=11951] ppid=11929 vsize=458064 CPUtime=102.2 cores=1,3,5,7
/proc/11931/task/11951/stat : 11951 (plingeling) R 11929 11931 10794 0 -1 4202560 141325 1252 0 0 10197 23 0 0 25 0 5 0 635710472 469057536 102304 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.72
Current children cumulated vsize (KiB) 458064

[startup+162.301 s]
/proc/loadavg: 8.01 7.78 7.86 10/373 11960
/proc/meminfo: memFree=24383592/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=696980 CPUtime=646.97 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) S 11929 11931 10794 0 -1 4202496 416370 1252 0 0 64630 67 0 0 23 0 5 0 635710462 713707520 162033 33554432000 4194304 4417452 140733746078432 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11931/statm: 174245 162033 180 55 0 172131 0
[pid=11931/tid=11948] ppid=11929 vsize=696980 CPUtime=162.19 cores=1,3,5,7
/proc/11931/task/11948/stat : 11948 (plingeling) R 11929 11931 10794 0 -1 4202560 55606 1252 0 0 16212 7 0 0 25 0 5 0 635710472 713707520 162033 33554432000 4194304 4417452 140733746078432 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11931/tid=11949] ppid=11929 vsize=696980 CPUtime=162.18 cores=1,3,5,7
/proc/11931/task/11949/stat : 11949 (plingeling) R 11929 11931 10794 0 -1 4202560 79447 1252 0 0 16206 12 0 0 25 0 5 0 635710472 713707520 162033 33554432000 4194304 4417452 140733746078432 18446744073709551615 4311296 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11931/tid=11950] ppid=11929 vsize=696980 CPUtime=160.27 cores=1,3,5,7
/proc/11931/task/11950/stat : 11950 (plingeling) R 11929 11931 10794 0 -1 4202560 72930 1252 0 0 16016 11 0 0 25 0 5 0 635710472 713707520 162033 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11931/tid=11951] ppid=11929 vsize=696980 CPUtime=162.19 cores=1,3,5,7
/proc/11931/task/11951/stat : 11951 (plingeling) R 11929 11931 10794 0 -1 4202560 203732 1252 0 0 16185 34 0 0 25 0 5 0 635710472 713707520 162033 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 646.97
Current children cumulated vsize (KiB) 696980


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

[pid=11931/tid=11949] ppid=11929 vsize=1244156 CPUtime=702.2 cores=1,3,5,7
/proc/11931/task/11949/stat : 11949 (plingeling) R 11929 11931 10794 0 -1 4202560 490706 1252 0 0 70151 69 0 0 25 0 5 0 635710472 1274015744 282476 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11931/tid=11950] ppid=11929 vsize=1244156 CPUtime=693.91 cores=1,3,5,7
/proc/11931/task/11950/stat : 11950 (plingeling) R 11929 11931 10794 0 -1 4202560 223449 1252 0 0 69358 33 0 0 25 0 5 0 635710472 1274015744 282476 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11931/tid=11951] ppid=11929 vsize=1244156 CPUtime=702.21 cores=1,3,5,7
/proc/11931/task/11951/stat : 11951 (plingeling) R 11929 11931 10794 0 -1 4202560 321640 1252 0 0 70168 53 0 0 25 0 5 0 635710472 1274015744 282476 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2800.68
Current children cumulated vsize (KiB) 1244156

[startup+762.314 s]
/proc/loadavg: 8.20 8.12 8.00 9/373 11979
/proc/meminfo: memFree=23136536/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=1224932 CPUtime=3040.02 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) S 11929 11931 10794 0 -1 4202496 1304432 1252 0 0 303806 196 0 0 23 0 5 0 635710462 1254330368 277670 33554432000 4194304 4417452 140733746078432 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11931/statm: 306233 277670 180 55 0 304119 0
[pid=11931/tid=11948] ppid=11929 vsize=1224932 CPUtime=762.22 cores=1,3,5,7
/proc/11931/task/11948/stat : 11948 (plingeling) R 11929 11931 10794 0 -1 4202560 228263 1252 0 0 76189 33 0 0 25 0 5 0 635710472 1254330368 277670 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11931/tid=11949] ppid=11929 vsize=1224932 CPUtime=762.21 cores=1,3,5,7
/proc/11931/task/11949/stat : 11949 (plingeling) R 11929 11931 10794 0 -1 4202560 506064 1252 0 0 76151 70 0 0 25 0 5 0 635710472 1254330368 277670 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11931/tid=11950] ppid=11929 vsize=1224932 CPUtime=753.22 cores=1,3,5,7
/proc/11931/task/11950/stat : 11950 (plingeling) R 11929 11931 10794 0 -1 4202560 236036 1252 0 0 75286 36 0 0 25 0 5 0 635710472 1254330368 277670 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11931/tid=11951] ppid=11929 vsize=1224932 CPUtime=762.22 cores=1,3,5,7
/proc/11931/task/11951/stat : 11951 (plingeling) R 11929 11931 10794 0 -1 4202560 329414 1252 0 0 76168 54 0 0 25 0 5 0 635710472 1254330368 277670 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3040.02
Current children cumulated vsize (KiB) 1224932

[startup+822.301 s]
/proc/loadavg: 8.18 8.13 8.00 9/373 11981
/proc/meminfo: memFree=22693572/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=1320404 CPUtime=3279.27 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) S 11929 11931 10794 0 -1 4202496 1348502 1252 0 0 327724 203 0 0 23 0 5 0 635710462 1352093696 301538 33554432000 4194304 4417452 140733746078432 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11931/statm: 330101 301538 180 55 0 327987 0
[pid=11931/tid=11948] ppid=11929 vsize=1320404 CPUtime=822.22 cores=1,3,5,7
/proc/11931/task/11948/stat : 11948 (plingeling) R 11929 11931 10794 0 -1 4202560 247977 1252 0 0 82185 37 0 0 25 0 5 0 635710472 1352093696 301538 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11931/tid=11949] ppid=11929 vsize=1320404 CPUtime=822.21 cores=1,3,5,7
/proc/11931/task/11949/stat : 11949 (plingeling) R 11929 11931 10794 0 -1 4202560 514256 1252 0 0 82149 72 0 0 25 0 5 0 635710472 1352093696 301538 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11931/tid=11950] ppid=11929 vsize=1320404 CPUtime=812.5 cores=1,3,5,7
/proc/11931/task/11950/stat : 11950 (plingeling) R 11929 11931 10794 0 -1 4202560 249804 1252 0 0 81213 37 0 0 25 0 5 0 635710472 1352093696 301538 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11931/tid=11951] ppid=11929 vsize=1320404 CPUtime=822.22 cores=1,3,5,7
/proc/11931/task/11951/stat : 11951 (plingeling) R 11929 11931 10794 0 -1 4202560 331810 1252 0 0 82167 55 0 0 25 0 5 0 635710472 1352093696 301538 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3279.27
Current children cumulated vsize (KiB) 1320404

[startup+882.301 s]
/proc/loadavg: 8.24 8.15 8.02 9/373 11982
/proc/meminfo: memFree=22606600/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=1310684 CPUtime=3518.56 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) S 11929 11931 10794 0 -1 4202496 1498814 1252 0 0 351630 226 0 0 23 0 5 0 635710462 1342140416 299108 33554432000 4194304 4417452 140733746078432 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11931/statm: 327671 299108 180 55 0 325557 0
[pid=11931/tid=11948] ppid=11929 vsize=1310684 CPUtime=882.21 cores=1,3,5,7
/proc/11931/task/11948/stat : 11948 (plingeling) R 11929 11931 10794 0 -1 4202560 278495 1252 0 0 88179 42 0 0 25 0 5 0 635710472 1342140416 299108 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11931/tid=11949] ppid=11929 vsize=1310684 CPUtime=882.21 cores=1,3,5,7
/proc/11931/task/11949/stat : 11949 (plingeling) R 11929 11931 10794 0 -1 4202560 603033 1252 0 0 88135 86 0 0 25 0 5 0 635710472 1342140416 299108 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11931/tid=11950] ppid=11929 vsize=1310684 CPUtime=871.79 cores=1,3,5,7
/proc/11931/task/11950/stat : 11950 (plingeling) R 11929 11931 10794 0 -1 4202560 257996 1252 0 0 87141 38 0 0 25 0 5 0 635710472 1342140416 299108 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11931/tid=11951] ppid=11929 vsize=1310684 CPUtime=882.22 cores=1,3,5,7
/proc/11931/task/11951/stat : 11951 (plingeling) R 11929 11931 10794 0 -1 4202560 354635 1252 0 0 88164 58 0 0 25 0 5 0 635710472 1342140416 299108 33554432000 4194304 4417452 140733746078432 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3518.56
Current children cumulated vsize (KiB) 1310684

[startup+942.301 s]
/proc/loadavg: 8.09 8.12 8.01 9/373 11984
/proc/meminfo: memFree=22518404/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=1213528 CPUtime=3757.87 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) S 11929 11931 10794 0 -1 4202496 1641145 1252 0 0 375543 244 0 0 23 0 5 0 635710462 1242652672 274819 33554432000 4194304 4417452 140733746078432 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11931/statm: 303382 274819 180 55 0 301268 0
[pid=11931/tid=11948] ppid=11929 vsize=1213528 CPUtime=942.22 cores=1,3,5,7
/proc/11931/task/11948/stat : 11948 (plingeling) R 11929 11931 10794 0 -1 4202560 286687 1252 0 0 94179 43 0 0 25 0 5 0 635710472 1242652672 274819 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11931/tid=11949] ppid=11929 vsize=1213528 CPUtime=942.22 cores=1,3,5,7
/proc/11931/task/11949/stat : 11949 (plingeling) R 11929 11931 10794 0 -1 4202560 725215 1252 0 0 94122 100 0 0 25 0 5 0 635710472 1242652672 274819 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11931/tid=11950] ppid=11929 vsize=1213528 CPUtime=931.09 cores=1,3,5,7
/proc/11931/task/11950/stat : 11950 (plingeling) R 11929 11931 10794 0 -1 4202560 257996 1252 0 0 93071 38 0 0 25 0 5 0 635710472 1242652672 274819 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11931/tid=11951] ppid=11929 vsize=1213528 CPUtime=942.22 cores=1,3,5,7
/proc/11931/task/11951/stat : 11951 (plingeling) R 11929 11931 10794 0 -1 4202560 366592 1252 0 0 94161 61 0 0 25 0 5 0 635710472 1242652672 274819 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3757.87
Current children cumulated vsize (KiB) 1213528

[startup+1002.3 s]
/proc/loadavg: 8.10 8.11 8.01 9/373 11985
/proc/meminfo: memFree=22319960/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=1197144 CPUtime=3997.17 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) S 11929 11931 10794 0 -1 4202496 1739449 1252 0 0 399459 258 0 0 23 0 5 0 635710462 1225875456 270723 33554432000 4194304 4417452 140733746078432 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11931/statm: 299286 270723 180 55 0 297172 0
[pid=11931/tid=11948] ppid=11929 vsize=1197144 CPUtime=1002.22 cores=1,3,5,7
/proc/11931/task/11948/stat : 11948 (plingeling) R 11929 11931 10794 0 -1 4202560 294879 1252 0 0 100178 44 0 0 25 0 5 0 635710472 1225875456 270723 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11931/tid=11949] ppid=11929 vsize=1197144 CPUtime=1002.21 cores=1,3,5,7
/proc/11931/task/11949/stat : 11949 (plingeling) R 11929 11931 10794 0 -1 4202560 815327 1252 0 0 100109 112 0 0 25 0 5 0 635710472 1225875456 270723 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11931/tid=11950] ppid=11929 vsize=1197144 CPUtime=990.37 cores=1,3,5,7
/proc/11931/task/11950/stat : 11950 (plingeling) R 11929 11931 10794 0 -1 4202560 257996 1252 0 0 98999 38 0 0 25 0 5 0 635710472 1225875456 270723 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11931/tid=11951] ppid=11929 vsize=1197144 CPUtime=1002.22 cores=1,3,5,7
/proc/11931/task/11951/stat : 11951 (plingeling) R 11929 11931 10794 0 -1 4202560 366592 1252 0 0 100161 61 0 0 25 0 5 0 635710472 1225875456 270723 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3997.17
Current children cumulated vsize (KiB) 1197144

[startup+1062.3 s]
/proc/loadavg: 8.03 8.09 8.00 9/373 11987
/proc/meminfo: memFree=22220480/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=1230064 CPUtime=4236.47 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) S 11929 11931 10794 0 -1 4202496 1776351 1252 0 0 423385 262 0 0 23 0 5 0 635710462 1259585536 278953 33554432000 4194304 4417452 140733746078432 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11931/statm: 307516 278953 180 55 0 305402 0
[pid=11931/tid=11948] ppid=11929 vsize=1230064 CPUtime=1062.22 cores=1,3,5,7
/proc/11931/task/11948/stat : 11948 (plingeling) R 11929 11931 10794 0 -1 4202560 294879 1252 0 0 106178 44 0 0 25 0 5 0 635710472 1259585536 278953 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11931/tid=11949] ppid=11929 vsize=1230064 CPUtime=1062.22 cores=1,3,5,7
/proc/11931/task/11949/stat : 11949 (plingeling) R 11929 11931 10794 0 -1 4202560 844037 1252 0 0 106107 115 0 0 25 0 5 0 635710472 1259585536 278953 33554432000 4194304 4417452 140733746078432 18446744073709551615 4366659 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11931/tid=11950] ppid=11929 vsize=1230064 CPUtime=1049.67 cores=1,3,5,7
/proc/11931/task/11950/stat : 11950 (plingeling) R 11929 11931 10794 0 -1 4202560 266188 1252 0 0 104928 39 0 0 25 0 5 0 635710472 1259585536 278953 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11931/tid=11951] ppid=11929 vsize=1230064 CPUtime=1062.22 cores=1,3,5,7
/proc/11931/task/11951/stat : 11951 (plingeling) R 11929 11931 10794 0 -1 4202560 366592 1252 0 0 106161 61 0 0 25 0 5 0 635710472 1259585536 278953 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4236.47
Current children cumulated vsize (KiB) 1230064

[startup+1122.3 s]
/proc/loadavg: 8.14 8.10 8.01 9/373 11989
/proc/meminfo: memFree=21893448/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=1171208 CPUtime=4475.77 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) S 11929 11931 10794 0 -1 4202496 1817619 1252 0 0 447309 268 0 0 23 0 5 0 635710462 1199316992 264239 33554432000 4194304 4417452 140733746078432 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11931/statm: 292802 264239 180 55 0 290688 0
[pid=11931/tid=11948] ppid=11929 vsize=1171208 CPUtime=1122.22 cores=1,3,5,7
/proc/11931/task/11948/stat : 11948 (plingeling) R 11929 11931 10794 0 -1 4202560 307902 1252 0 0 112176 46 0 0 25 0 5 0 635710472 1199316992 264239 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11931/tid=11949] ppid=11929 vsize=1171208 CPUtime=1122.22 cores=1,3,5,7
/proc/11931/task/11949/stat : 11949 (plingeling) R 11929 11931 10794 0 -1 4202560 847534 1252 0 0 112106 116 0 0 25 0 5 0 635710472 1199316992 264239 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11931/tid=11950] ppid=11929 vsize=1171208 CPUtime=1108.96 cores=1,3,5,7
/proc/11931/task/11950/stat : 11950 (plingeling) R 11929 11931 10794 0 -1 4202560 274552 1252 0 0 110856 40 0 0 25 0 5 0 635710472 1199316992 264239 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11931/tid=11951] ppid=11929 vsize=1171208 CPUtime=1122.22 cores=1,3,5,7
/proc/11931/task/11951/stat : 11951 (plingeling) R 11929 11931 10794 0 -1 4202560 382976 1252 0 0 112159 63 0 0 25 0 5 0 635710472 1199316992 264239 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4475.77
Current children cumulated vsize (KiB) 1171208

[startup+1182.3 s]
/proc/loadavg: 8.05 8.08 8.00 9/373 11990
/proc/meminfo: memFree=21619996/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=1373516 CPUtime=4715.07 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) S 11929 11931 10794 0 -1 4202496 1886104 1252 0 0 471227 280 0 0 23 0 5 0 635710462 1406480384 314816 33554432000 4194304 4417452 140733746078432 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11931/statm: 343379 314816 180 55 0 341265 0
[pid=11931/tid=11948] ppid=11929 vsize=1373516 CPUtime=1182.23 cores=1,3,5,7
/proc/11931/task/11948/stat : 11948 (plingeling) R 11929 11931 10794 0 -1 4202560 311059 1252 0 0 118176 47 0 0 25 0 5 0 635710472 1406480384 314816 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11931/tid=11949] ppid=11929 vsize=1373516 CPUtime=1182.22 cores=1,3,5,7
/proc/11931/task/11949/stat : 11949 (plingeling) R 11929 11931 10794 0 -1 4202560 896478 1252 0 0 118098 124 0 0 25 0 5 0 635710472 1406480384 314816 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11931/tid=11950] ppid=11929 vsize=1373516 CPUtime=1168.26 cores=1,3,5,7
/proc/11931/task/11950/stat : 11950 (plingeling) R 11929 11931 10794 0 -1 4202560 290936 1252 0 0 116782 44 0 0 25 0 5 0 635710472 1406480384 314816 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11931/tid=11951] ppid=11929 vsize=1373516 CPUtime=1182.22 cores=1,3,5,7
/proc/11931/task/11951/stat : 11951 (plingeling) R 11929 11931 10794 0 -1 4202560 382976 1252 0 0 118159 63 0 0 25 0 5 0 635710472 1406480384 314816 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4715.07
Current children cumulated vsize (KiB) 1373516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.03 8.07 8.00 9/373 11991
/proc/meminfo: memFree=21475636/32951124 swapFree=63083164/67111528
[pid=11931] ppid=11929 vsize=1501248 CPUtime=4800.04 cores=1,3,5,7
/proc/11931/stat : 11931 (plingeling) S 11929 11931 10794 0 -1 4202496 1918037 1252 0 0 479719 285 0 0 23 0 5 0 635710462 1537277952 346749 33554432000 4194304 4417452 140733746078432 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/11931/statm: 375312 346749 180 55 0 373198 0
[pid=11931/tid=11948] ppid=11929 vsize=1501248 CPUtime=1203.54 cores=1,3,5,7
/proc/11931/task/11948/stat : 11948 (plingeling) R 11929 11931 10794 0 -1 4202560 319251 1252 0 0 120307 47 0 0 25 0 5 0 635710472 1537277952 346749 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11931/tid=11949] ppid=11929 vsize=1501248 CPUtime=1203.54 cores=1,3,5,7
/proc/11931/task/11949/stat : 11949 (plingeling) R 11929 11931 10794 0 -1 4202560 896478 1252 0 0 120230 124 0 0 25 0 5 0 635710472 1537277952 346749 33554432000 4194304 4417452 140733746078432 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11931/tid=11950] ppid=11929 vsize=1501248 CPUtime=1189.3 cores=1,3,5,7
/proc/11931/task/11950/stat : 11950 (plingeling) R 11929 11931 10794 0 -1 4202560 290936 1252 0 0 118886 44 0 0 25 0 5 0 635710472 1537277952 346749 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11931/tid=11951] ppid=11929 vsize=1501248 CPUtime=1203.54 cores=1,3,5,7
/proc/11931/task/11951/stat : 11951 (plingeling) R 11929 11931 10794 0 -1 4202560 406717 1252 0 0 120287 67 0 0 25 0 5 0 635710472 1537277952 346749 33554432000 4194304 4417452 140733746078432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 1501248

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.68
CPU time (s): 4800.15
CPU user time (s): 4797.23
CPU system time (s): 2.91756
CPU usage (%): 398.789
Max. virtual memory (cumulated for all children) (KiB): 1501248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.23
system time used= 2.91756
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1919289
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= 62
involuntary context switches= 22344

runsolver used 3.9484 second user time and 10.3014 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-15 06:15:49
IDJOB=3370897
IDBENCH=88205
IDSOLVER=1848
FILE ID=node141/3370897-1305432948
RUNJOBID= node141-1305432948-11918
PBS_JOBID= 13324603
Free space on /tmp= 73356 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q446.25-n35-p30-s33692332.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370897-1305432948/watcher-3370897-1305432948 -o /tmp/evaluation-result-3370897-1305432948/solver-3370897-1305432948 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3370897-1305432948.cnf

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

MD5SUM BENCH= 1002234f62b5dfa01a75197c65e66327
RANDOM SEED=1819185598

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.806
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.84
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.806
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.806
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.806
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:      25576052 kB
Buffers:        248492 kB
Cached:        4914152 kB
SwapCached:      15708 kB
Active:        2049484 kB
Inactive:      5085160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25576052 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:            5880 kB
Writeback:           0 kB
AnonPages:     1963592 kB
Mapped:          12420 kB
Slab:           137088 kB
PageTables:      37964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86238032 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= 73352 MiB
End job on node141 at 2011-05-15 06:35:54