Trace number 3371026

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.39 1201.57

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_18_80_10-dir.shuffled-as.sat03-140.cnf
MD5SUM1037a2754a0a53f62ba8ec901741c9e9
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 variables540
Number of clauses40510
Sum of the clauses size81524
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 240492
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

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: 977)

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-3371026-1307653454/watcher-3371026-1307653454 -o /tmp/evaluation-result-3371026-1307653454/solver-3371026-1307653454 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371026-1307653454.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: 1.96 2.00 2.00 1/171 9637
/proc/meminfo: memFree=32460264/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=8728 CPUtime=0 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 216 0 0 0 0 0 0 0 22 0 1 0 876942138 8937472 146 33554432000 4194304 4417452 140734073473648 18446744073709551615 254500691712 0 0 4096 0 18446744071562362840 0 0 17 0 0 0 0
/proc/9637/statm: 2182 146 122 55 0 68 0

[startup+0.0548539 s]
/proc/loadavg: 1.96 2.00 2.00 1/171 9637
/proc/meminfo: memFree=32460264/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=8728 CPUtime=0 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 216 0 0 0 0 0 0 0 22 0 1 0 876942138 8937472 146 33554432000 4194304 4417452 140734073473648 18446744073709551615 254500691712 0 0 4096 0 18446744071562362840 0 0 17 0 0 0 0
/proc/9637/statm: 2182 146 122 55 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8728

[startup+0.100803 s]
/proc/loadavg: 1.96 2.00 2.00 1/171 9637
/proc/meminfo: memFree=32460264/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=54252 CPUtime=0.04 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 1478 1250 0 3 4 0 0 0 22 0 5 0 876942138 55554048 1371 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 13563 1371 171 55 0 11449 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 54252

[startup+0.30071 s]
/proc/loadavg: 1.96 2.00 2.00 1/171 9637
/proc/meminfo: memFree=32460264/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=124812 CPUtime=0.75 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 3309 1250 0 3 75 0 0 0 22 0 5 0 876942138 127807488 2606 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 31203 2606 179 55 0 29089 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 124812

[startup+0.700633 s]
/proc/loadavg: 1.96 2.00 2.00 1/171 9637
/proc/meminfo: memFree=32460264/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=128528 CPUtime=2.35 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 5471 1250 0 3 235 0 0 0 22 0 5 0 876942138 131612672 3535 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 32132 3535 179 55 0 30018 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 128528

[startup+1.50047 s]
/proc/loadavg: 1.96 2.00 2.00 5/176 9647
/proc/meminfo: memFree=32441656/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=138384 CPUtime=5.54 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 9501 1250 0 3 554 0 0 0 22 0 5 0 876942138 141705216 5999 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 34596 5999 179 55 0 32482 0
[pid=9637/tid=9644] ppid=9635 vsize=138384 CPUtime=1.35 cores=0,2,4,6
/proc/9637/task/9644/stat : 9644 (plingeling) R 9635 9637 8582 0 -1 4202560 496 1250 0 3 135 0 0 0 25 0 5 0 876942147 141705216 5999 33554432000 4194304 4417452 140734073473648 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9637/tid=9645] ppid=9635 vsize=138384 CPUtime=1.36 cores=0,2,4,6
/proc/9637/task/9645/stat : 9645 (plingeling) R 9635 9637 8582 0 -1 4202560 430 1250 0 3 136 0 0 0 25 0 5 0 876942147 141705216 5999 33554432000 4194304 4417452 140734073473648 18446744073709551615 4249563 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9637/tid=9646] ppid=9635 vsize=138384 CPUtime=1.39 cores=0,2,4,6
/proc/9637/task/9646/stat : 9646 (plingeling) R 9635 9637 8582 0 -1 4202560 674 1250 0 3 139 0 0 0 25 0 5 0 876942147 141705216 5999 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9637/tid=9647] ppid=9635 vsize=138384 CPUtime=1.4 cores=0,2,4,6
/proc/9637/task/9647/stat : 9647 (plingeling) R 9635 9637 8582 0 -1 4202560 6443 1250 0 3 140 0 0 0 25 0 5 0 876942147 141705216 5999 33554432000 4194304 4417452 140734073473648 18446744073709551615 4366090 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 138384

[startup+3.10116 s]
/proc/loadavg: 1.96 2.00 2.00 5/176 9647
/proc/meminfo: memFree=32437812/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=146180 CPUtime=11.94 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 14871 1250 0 3 1193 1 0 0 22 0 5 0 876942138 149688320 7948 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 36545 7948 179 55 0 34431 0
[pid=9637/tid=9644] ppid=9635 vsize=146180 CPUtime=2.95 cores=0,2,4,6
/proc/9637/task/9644/stat : 9644 (plingeling) R 9635 9637 8582 0 -1 4202560 496 1250 0 3 295 0 0 0 25 0 5 0 876942147 149688320 7948 33554432000 4194304 4417452 140734073473648 18446744073709551615 4258418 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9637/tid=9645] ppid=9635 vsize=146180 CPUtime=2.96 cores=0,2,4,6
/proc/9637/task/9645/stat : 9645 (plingeling) R 9635 9637 8582 0 -1 4202560 430 1250 0 3 296 0 0 0 25 0 5 0 876942147 149688320 7948 33554432000 4194304 4417452 140734073473648 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9637/tid=9646] ppid=9635 vsize=146180 CPUtime=2.98 cores=0,2,4,6
/proc/9637/task/9646/stat : 9646 (plingeling) R 9635 9637 8582 0 -1 4202560 2635 1250 0 3 298 0 0 0 25 0 5 0 876942147 149688320 7948 33554432000 4194304 4417452 140734073473648 18446744073709551615 4232584 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9637/tid=9647] ppid=9635 vsize=146180 CPUtime=3 cores=0,2,4,6
/proc/9637/task/9647/stat : 9647 (plingeling) R 9635 9637 8582 0 -1 4202560 9852 1250 0 3 300 0 0 0 25 0 5 0 876942147 149688320 7948 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 146180

[startup+6.30053 s]
/proc/loadavg: 2.12 2.03 2.01 5/176 9647
/proc/meminfo: memFree=32413580/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=178084 CPUtime=24.73 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 32509 1250 0 3 2469 4 0 0 22 0 5 0 876942138 182358016 15924 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 44521 15924 179 55 0 42407 0
[pid=9637/tid=9644] ppid=9635 vsize=178084 CPUtime=6.15 cores=0,2,4,6
/proc/9637/task/9644/stat : 9644 (plingeling) R 9635 9637 8582 0 -1 4202560 1870 1250 0 3 615 0 0 0 25 0 5 0 876942147 182358016 15924 33554432000 4194304 4417452 140734073473648 18446744073709551615 4246380 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9637/tid=9645] ppid=9635 vsize=178084 CPUtime=6.16 cores=0,2,4,6
/proc/9637/task/9645/stat : 9645 (plingeling) R 9635 9637 8582 0 -1 4202560 1631 1250 0 3 616 0 0 0 25 0 5 0 876942147 182358016 15924 33554432000 4194304 4417452 140734073473648 18446744073709551615 4236017 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9637/tid=9646] ppid=9635 vsize=178084 CPUtime=6.17 cores=0,2,4,6
/proc/9637/task/9646/stat : 9646 (plingeling) R 9635 9637 8582 0 -1 4202560 6755 1250 0 3 616 1 0 0 25 0 5 0 876942147 182358016 15924 33554432000 4194304 4417452 140734073473648 18446744073709551615 4337156 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9637/tid=9647] ppid=9635 vsize=178084 CPUtime=6.2 cores=0,2,4,6
/proc/9637/task/9647/stat : 9647 (plingeling) R 9635 9637 8582 0 -1 4202560 20795 1250 0 3 618 2 0 0 25 0 5 0 876942147 182358016 15924 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.73
Current children cumulated vsize (KiB) 178084

[startup+12.7012 s]
/proc/loadavg: 2.27 2.06 2.02 5/176 9648
/proc/meminfo: memFree=32361780/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=217228 CPUtime=50.29 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 59184 1250 0 3 5021 8 0 0 22 0 5 0 876942138 222441472 25710 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 54307 25710 179 55 0 52193 0
[pid=9637/tid=9644] ppid=9635 vsize=217228 CPUtime=12.54 cores=0,2,4,6
/proc/9637/task/9644/stat : 9644 (plingeling) R 9635 9637 8582 0 -1 4202560 5017 1250 0 3 1254 0 0 0 25 0 5 0 876942147 222441472 25710 33554432000 4194304 4417452 140734073473648 18446744073709551615 4237338 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9637/tid=9645] ppid=9635 vsize=217228 CPUtime=12.56 cores=0,2,4,6
/proc/9637/task/9645/stat : 9645 (plingeling) R 9635 9637 8582 0 -1 4202560 7083 1250 0 3 1256 0 0 0 25 0 5 0 876942147 222441472 25710 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9637/tid=9646] ppid=9635 vsize=217228 CPUtime=12.54 cores=0,2,4,6
/proc/9637/task/9646/stat : 9646 (plingeling) R 9635 9637 8582 0 -1 4202560 13490 1250 0 3 1252 2 0 0 25 0 5 0 876942147 222441472 25710 33554432000 4194304 4417452 140734073473648 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9637/tid=9647] ppid=9635 vsize=217228 CPUtime=12.6 cores=0,2,4,6
/proc/9637/task/9647/stat : 9647 (plingeling) R 9635 9637 8582 0 -1 4202560 32136 1250 0 3 1256 4 0 0 25 0 5 0 876942147 222441472 25710 33554432000 4194304 4417452 140734073473648 18446744073709551615 4366391 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 217228

[startup+25.5007 s]
/proc/loadavg: 2.73 2.17 2.05 6/176 9650
/proc/meminfo: memFree=32295064/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=285344 CPUtime=101.44 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 118922 1250 0 3 10126 18 0 0 22 0 5 0 876942138 292192256 42771 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 71336 42771 179 55 0 69222 0
[pid=9637/tid=9644] ppid=9635 vsize=285344 CPUtime=25.34 cores=0,2,4,6
/proc/9637/task/9644/stat : 9644 (plingeling) R 9635 9637 8582 0 -1 4202560 16656 1250 0 3 2532 2 0 0 25 0 5 0 876942147 292192256 42771 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9637/tid=9645] ppid=9635 vsize=285344 CPUtime=25.36 cores=0,2,4,6
/proc/9637/task/9645/stat : 9645 (plingeling) R 9635 9637 8582 0 -1 4202560 21711 1250 0 3 2534 2 0 0 25 0 5 0 876942147 292192256 42771 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9637/tid=9646] ppid=9635 vsize=285344 CPUtime=25.27 cores=0,2,4,6
/proc/9637/task/9646/stat : 9646 (plingeling) R 9635 9637 8582 0 -1 4202560 26628 1250 0 3 2524 3 0 0 25 0 5 0 876942147 292192256 42771 33554432000 4194304 4417452 140734073473648 18446744073709551615 4310560 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9637/tid=9647] ppid=9635 vsize=285344 CPUtime=25.4 cores=0,2,4,6
/proc/9637/task/9647/stat : 9647 (plingeling) R 9635 9637 8582 0 -1 4202560 52469 1250 0 3 2531 9 0 0 25 0 5 0 876942147 292192256 42771 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 285344

[startup+51.1006 s]
/proc/loadavg: 3.16 2.32 2.10 5/176 9652
/proc/meminfo: memFree=32192196/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=383228 CPUtime=203.73 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 219112 1250 0 3 20339 34 0 0 22 0 5 0 876942138 392425472 67242 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 95807 67242 179 55 0 93693 0
[pid=9637/tid=9644] ppid=9635 vsize=383228 CPUtime=50.94 cores=0,2,4,6
/proc/9637/task/9644/stat : 9644 (plingeling) R 9635 9637 8582 0 -1 4202560 45791 1250 0 3 5087 7 0 0 25 0 5 0 876942147 392425472 67242 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9637/tid=9645] ppid=9635 vsize=383228 CPUtime=50.96 cores=0,2,4,6
/proc/9637/task/9645/stat : 9645 (plingeling) R 9635 9637 8582 0 -1 4202560 49214 1250 0 3 5090 6 0 0 25 0 5 0 876942147 392425472 67242 33554432000 4194304 4417452 140734073473648 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9637/tid=9646] ppid=9635 vsize=383228 CPUtime=50.75 cores=0,2,4,6
/proc/9637/task/9646/stat : 9646 (plingeling) R 9635 9637 8582 0 -1 4202560 48683 1250 0 3 5069 6 0 0 25 0 5 0 876942147 392425472 67242 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9637/tid=9647] ppid=9635 vsize=383228 CPUtime=51 cores=0,2,4,6
/proc/9637/task/9647/stat : 9647 (plingeling) R 9635 9637 8582 0 -1 4202560 73966 1250 0 3 5088 12 0 0 25 0 5 0 876942147 392425472 67242 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.73
Current children cumulated vsize (KiB) 383228

[startup+102.306 s]
/proc/loadavg: 3.63 2.58 2.20 5/176 9653
/proc/meminfo: memFree=32171540/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=403772 CPUtime=408.31 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 353913 1250 0 3 40777 54 0 0 22 0 5 0 876942138 413462528 72378 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 100943 72378 179 55 0 98829 0
[pid=9637/tid=9644] ppid=9635 vsize=403772 CPUtime=102.15 cores=0,2,4,6
/proc/9637/task/9644/stat : 9644 (plingeling) R 9635 9637 8582 0 -1 4202560 72488 1250 0 3 10203 12 0 0 25 0 5 0 876942147 413462528 72378 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9637/tid=9645] ppid=9635 vsize=403772 CPUtime=102.17 cores=0,2,4,6
/proc/9637/task/9645/stat : 9645 (plingeling) R 9635 9637 8582 0 -1 4202560 84330 1250 0 3 10205 12 0 0 25 0 5 0 876942147 413462528 72378 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9637/tid=9646] ppid=9635 vsize=403772 CPUtime=101.73 cores=0,2,4,6
/proc/9637/task/9646/stat : 9646 (plingeling) R 9635 9637 8582 0 -1 4202560 91565 1250 0 3 10161 12 0 0 25 0 5 0 876942147 413462528 72378 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9637/tid=9647] ppid=9635 vsize=403772 CPUtime=102.21 cores=0,2,4,6
/proc/9637/task/9647/stat : 9647 (plingeling) R 9635 9637 8582 0 -1 4202560 104072 1250 0 3 10205 16 0 0 25 0 5 0 876942147 413462528 72378 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.31
Current children cumulated vsize (KiB) 403772

[startup+162.3 s]
/proc/loadavg: 3.91 2.85 2.32 5/176 9655
/proc/meminfo: memFree=31935512/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=639072 CPUtime=648.03 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 519957 1250 0 3 64724 79 0 0 22 0 5 0 876942138 654409728 131203 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 159768 131203 179 55 0 157654 0
[pid=9637/tid=9644] ppid=9635 vsize=639072 CPUtime=162.15 cores=0,2,4,6
/proc/9637/task/9644/stat : 9644 (plingeling) R 9635 9637 8582 0 -1 4202560 111973 1250 0 3 16196 19 0 0 25 0 5 0 876942147 654409728 131203 33554432000 4194304 4417452 140734073473648 18446744073709551615 4365042 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9637/tid=9645] ppid=9635 vsize=639072 CPUtime=162.16 cores=0,2,4,6
/proc/9637/task/9645/stat : 9645 (plingeling) R 9635 9637 8582 0 -1 4202560 126403 1250 0 3 16199 17 0 0 25 0 5 0 876942147 654409728 131203 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9637/tid=9646] ppid=9635 vsize=639072 CPUtime=161.46 cores=0,2,4,6
/proc/9637/task/9646/stat : 9646 (plingeling) R 9635 9637 8582 0 -1 4202560 132685 1250 0 3 16127 19 0 0 25 0 5 0 876942147 654409728 131203 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9637/tid=9647] ppid=9635 vsize=639072 CPUtime=162.21 cores=0,2,4,6
/proc/9637/task/9647/stat : 9647 (plingeling) R 9635 9637 8582 0 -1 4202560 147438 1250 0 3 16198 23 0 0 25 0 5 0 876942147 654409728 131203 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.03
Current children cumulated vsize (KiB) 639072


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

[pid=9637/tid=9645] ppid=9635 vsize=1244616 CPUtime=762.2 cores=0,2,4,6
/proc/9637/task/9645/stat : 9645 (plingeling) R 9635 9637 8582 0 -1 4202560 419039 1250 0 3 76162 58 0 0 25 0 5 0 876942147 1274486784 282589 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9637/tid=9646] ppid=9635 vsize=1244616 CPUtime=758.75 cores=0,2,4,6
/proc/9637/task/9646/stat : 9646 (plingeling) R 9635 9637 8582 0 -1 4202560 425868 1250 0 3 75813 62 0 0 25 0 5 0 876942147 1274486784 282589 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9637/tid=9647] ppid=9635 vsize=1244616 CPUtime=762.24 cores=0,2,4,6
/proc/9637/task/9647/stat : 9647 (plingeling) R 9635 9637 8582 0 -1 4202560 341317 1250 0 3 76169 55 0 0 25 0 5 0 876942147 1274486784 282589 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.43
Current children cumulated vsize (KiB) 1244616

[startup+822.301 s]
/proc/loadavg: 4.02 3.90 3.17 5/176 9672
/proc/meminfo: memFree=31227864/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=1345748 CPUtime=3285.14 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 1670054 1250 0 3 328267 247 0 0 22 0 5 0 876942138 1378045952 307872 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 336437 307872 179 55 0 334323 0
[pid=9637/tid=9644] ppid=9635 vsize=1345748 CPUtime=822.18 cores=0,2,4,6
/proc/9637/task/9644/stat : 9644 (plingeling) R 9635 9637 8582 0 -1 4202560 443718 1250 0 3 82152 66 0 0 25 0 5 0 876942147 1378045952 307872 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9637/tid=9645] ppid=9635 vsize=1345748 CPUtime=822.2 cores=0,2,4,6
/proc/9637/task/9645/stat : 9645 (plingeling) R 9635 9637 8582 0 -1 4202560 442717 1250 0 3 82159 61 0 0 25 0 5 0 876942147 1378045952 307872 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9637/tid=9646] ppid=9635 vsize=1345748 CPUtime=818.47 cores=0,2,4,6
/proc/9637/task/9646/stat : 9646 (plingeling) R 9635 9637 8582 0 -1 4202560 425868 1250 0 3 81785 62 0 0 25 0 5 0 876942147 1378045952 307872 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9637/tid=9647] ppid=9635 vsize=1345748 CPUtime=822.24 cores=0,2,4,6
/proc/9637/task/9647/stat : 9647 (plingeling) R 9635 9637 8582 0 -1 4202560 356293 1250 0 3 82167 57 0 0 25 0 5 0 876942147 1378045952 307872 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3285.14
Current children cumulated vsize (KiB) 1345748

[startup+882.301 s]
/proc/loadavg: 4.01 3.91 3.22 5/176 9674
/proc/meminfo: memFree=31133304/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=1440076 CPUtime=3524.88 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 1791667 1250 0 3 352227 261 0 0 22 0 5 0 876942138 1474637824 331454 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 360019 331454 179 55 0 357905 0
[pid=9637/tid=9644] ppid=9635 vsize=1440076 CPUtime=882.19 cores=0,2,4,6
/proc/9637/task/9644/stat : 9644 (plingeling) R 9635 9637 8582 0 -1 4202560 476682 1250 0 3 88149 70 0 0 25 0 5 0 876942147 1474637824 331454 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9637/tid=9645] ppid=9635 vsize=1440076 CPUtime=882.2 cores=0,2,4,6
/proc/9637/task/9645/stat : 9645 (plingeling) R 9635 9637 8582 0 -1 4202560 464687 1250 0 3 88156 64 0 0 25 0 5 0 876942147 1474637824 331454 33554432000 4194304 4417452 140734073473648 18446744073709551615 4309871 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9637/tid=9646] ppid=9635 vsize=1440076 CPUtime=878.2 cores=0,2,4,6
/proc/9637/task/9646/stat : 9646 (plingeling) R 9635 9637 8582 0 -1 4202560 484355 1250 0 3 87752 68 0 0 25 0 5 0 876942147 1474637824 331454 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9637/tid=9647] ppid=9635 vsize=1440076 CPUtime=882.24 cores=0,2,4,6
/proc/9637/task/9647/stat : 9647 (plingeling) R 9635 9637 8582 0 -1 4202560 364485 1250 0 3 88166 58 0 0 25 0 5 0 876942147 1474637824 331454 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.88
Current children cumulated vsize (KiB) 1440076

[startup+942.301 s]
/proc/loadavg: 4.00 3.92 3.27 5/176 9675
/proc/meminfo: memFree=31069500/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=1424736 CPUtime=3764.62 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 1826464 1250 0 3 376195 267 0 0 22 0 5 0 876942138 1458929664 327619 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 356184 327619 179 55 0 354070 0
[pid=9637/tid=9644] ppid=9635 vsize=1424736 CPUtime=942.19 cores=0,2,4,6
/proc/9637/task/9644/stat : 9644 (plingeling) R 9635 9637 8582 0 -1 4202560 476682 1250 0 3 94149 70 0 0 25 0 5 0 876942147 1458929664 327619 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9637/tid=9645] ppid=9635 vsize=1424736 CPUtime=942.2 cores=0,2,4,6
/proc/9637/task/9645/stat : 9645 (plingeling) R 9635 9637 8582 0 -1 4202560 499484 1250 0 3 94151 69 0 0 25 0 5 0 876942147 1458929664 327619 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9637/tid=9646] ppid=9635 vsize=1424736 CPUtime=937.93 cores=0,2,4,6
/proc/9637/task/9646/stat : 9646 (plingeling) R 9635 9637 8582 0 -1 4202560 484355 1250 0 3 93725 68 0 0 25 0 5 0 876942147 1458929664 327619 33554432000 4194304 4417452 140734073473648 18446744073709551615 4248907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9637/tid=9647] ppid=9635 vsize=1424736 CPUtime=942.24 cores=0,2,4,6
/proc/9637/task/9647/stat : 9647 (plingeling) R 9635 9637 8582 0 -1 4202560 364485 1250 0 3 94166 58 0 0 25 0 5 0 876942147 1458929664 327619 33554432000 4194304 4417452 140734073473648 18446744073709551615 254500454288 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.62
Current children cumulated vsize (KiB) 1424736

[startup+1002.3 s]
/proc/loadavg: 4.00 3.94 3.31 5/176 9677
/proc/meminfo: memFree=30822676/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=1750168 CPUtime=4004.35 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 1957838 1250 0 3 400145 290 0 0 22 0 5 0 876942138 1792172032 408977 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 437542 408977 179 55 0 435428 0
[pid=9637/tid=9644] ppid=9635 vsize=1750168 CPUtime=1002.18 cores=0,2,4,6
/proc/9637/task/9644/stat : 9644 (plingeling) R 9635 9637 8582 0 -1 4202560 517604 1250 0 3 100141 77 0 0 25 0 5 0 876942147 1792172032 408977 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9637/tid=9645] ppid=9635 vsize=1750168 CPUtime=1002.21 cores=0,2,4,6
/proc/9637/task/9645/stat : 9645 (plingeling) R 9635 9637 8582 0 -1 4202560 550378 1250 0 3 100143 78 0 0 25 0 5 0 876942147 1792172032 408977 33554432000 4194304 4417452 140734073473648 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9637/tid=9646] ppid=9635 vsize=1750168 CPUtime=997.66 cores=0,2,4,6
/proc/9637/task/9646/stat : 9646 (plingeling) R 9635 9637 8582 0 -1 4202560 523913 1250 0 3 99690 76 0 0 25 0 5 0 876942147 1792172032 408977 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9637/tid=9647] ppid=9635 vsize=1750168 CPUtime=1002.24 cores=0,2,4,6
/proc/9637/task/9647/stat : 9647 (plingeling) R 9635 9637 8582 0 -1 4202560 364485 1250 0 3 100166 58 0 0 25 0 5 0 876942147 1792172032 408977 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4004.35
Current children cumulated vsize (KiB) 1750168

[startup+1062.3 s]
/proc/loadavg: 4.05 3.96 3.35 5/176 9679
/proc/meminfo: memFree=31020400/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=1552824 CPUtime=4244.09 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 2050382 1250 0 3 424103 306 0 0 22 0 5 0 876942138 1590091776 359641 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 388206 359641 179 55 0 386092 0
[pid=9637/tid=9644] ppid=9635 vsize=1552824 CPUtime=1062.19 cores=0,2,4,6
/proc/9637/task/9644/stat : 9644 (plingeling) R 9635 9637 8582 0 -1 4202560 525796 1250 0 3 106140 79 0 0 25 0 5 0 876942147 1590091776 359641 33554432000 4194304 4417452 140734073473648 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9637/tid=9645] ppid=9635 vsize=1552824 CPUtime=1062.21 cores=0,2,4,6
/proc/9637/task/9645/stat : 9645 (plingeling) R 9635 9637 8582 0 -1 4202560 570240 1250 0 3 106140 81 0 0 25 0 5 0 876942147 1590091776 359641 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9637/tid=9646] ppid=9635 vsize=1552824 CPUtime=1057.39 cores=0,2,4,6
/proc/9637/task/9646/stat : 9646 (plingeling) R 9635 9637 8582 0 -1 4202560 576664 1250 0 3 105655 84 0 0 25 0 5 0 876942147 1590091776 359641 33554432000 4194304 4417452 140734073473648 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9637/tid=9647] ppid=9635 vsize=1552824 CPUtime=1062.25 cores=0,2,4,6
/proc/9637/task/9647/stat : 9647 (plingeling) R 9635 9637 8582 0 -1 4202560 376224 1250 0 3 106164 61 0 0 25 0 5 0 876942147 1590091776 359641 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4244.09
Current children cumulated vsize (KiB) 1552824

[startup+1122.3 s]
/proc/loadavg: 4.02 3.97 3.39 5/176 9680
/proc/meminfo: memFree=30939992/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=1632916 CPUtime=4483.83 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 2097164 1250 0 3 448071 312 0 0 22 0 5 0 876942138 1672105984 379663 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 408229 379663 179 55 0 406115 0
[pid=9637/tid=9644] ppid=9635 vsize=1632916 CPUtime=1122.19 cores=0,2,4,6
/proc/9637/task/9644/stat : 9644 (plingeling) R 9635 9637 8582 0 -1 4202560 525796 1250 0 3 112140 79 0 0 25 0 5 0 876942147 1672105984 379663 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9637/tid=9645] ppid=9635 vsize=1632916 CPUtime=1122.21 cores=0,2,4,6
/proc/9637/task/9645/stat : 9645 (plingeling) R 9635 9637 8582 0 -1 4202560 606843 1250 0 3 112136 85 0 0 25 0 5 0 876942147 1672105984 379663 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9637/tid=9646] ppid=9635 vsize=1632916 CPUtime=1117.12 cores=0,2,4,6
/proc/9637/task/9646/stat : 9646 (plingeling) R 9635 9637 8582 0 -1 4202560 576664 1250 0 3 111628 84 0 0 25 0 5 0 876942147 1672105984 379663 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9637/tid=9647] ppid=9635 vsize=1632916 CPUtime=1122.25 cores=0,2,4,6
/proc/9637/task/9647/stat : 9647 (plingeling) R 9635 9637 8582 0 -1 4202560 386403 1250 0 3 112163 62 0 0 25 0 5 0 876942147 1672105984 379663 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.83
Current children cumulated vsize (KiB) 1632916

[startup+1182.3 s]
/proc/loadavg: 4.04 3.99 3.43 5/176 9682
/proc/meminfo: memFree=30867368/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=1705416 CPUtime=4723.57 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 2143550 1250 0 3 472039 318 0 0 22 0 5 0 876942138 1746345984 397789 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 426354 397789 179 55 0 424240 0
[pid=9637/tid=9644] ppid=9635 vsize=1705416 CPUtime=1182.19 cores=0,2,4,6
/proc/9637/task/9644/stat : 9644 (plingeling) R 9635 9637 8582 0 -1 4202560 525796 1250 0 3 118140 79 0 0 25 0 5 0 876942147 1746345984 397789 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9637/tid=9645] ppid=9635 vsize=1705416 CPUtime=1182.22 cores=0,2,4,6
/proc/9637/task/9645/stat : 9645 (plingeling) R 9635 9637 8582 0 -1 4202560 643829 1250 0 3 118132 90 0 0 25 0 5 0 876942147 1746345984 397789 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9637/tid=9646] ppid=9635 vsize=1705416 CPUtime=1176.85 cores=0,2,4,6
/proc/9637/task/9646/stat : 9646 (plingeling) R 9635 9637 8582 0 -1 4202560 576664 1250 0 3 117601 84 0 0 25 0 5 0 876942147 1746345984 397789 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9637/tid=9647] ppid=9635 vsize=1705416 CPUtime=1182.25 cores=0,2,4,6
/proc/9637/task/9647/stat : 9647 (plingeling) R 9635 9637 8582 0 -1 4202560 395803 1250 0 3 118162 63 0 0 25 0 5 0 876942147 1746345984 397789 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4723.57
Current children cumulated vsize (KiB) 1705416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.5 s]
/proc/loadavg: 4.03 3.99 3.44 5/176 9682
/proc/meminfo: memFree=30834360/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=1738184 CPUtime=4800.3 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 2151742 1250 0 3 479711 319 0 0 22 0 5 0 876942138 1779900416 405981 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 434546 405981 179 55 0 432432 0
[pid=9637/tid=9644] ppid=9635 vsize=1738184 CPUtime=1201.4 cores=0,2,4,6
/proc/9637/task/9644/stat : 9644 (plingeling) R 9635 9637 8582 0 -1 4202560 525796 1250 0 3 120061 79 0 0 25 0 5 0 876942147 1779900416 405981 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9637/tid=9645] ppid=9635 vsize=1738184 CPUtime=1201.42 cores=0,2,4,6
/proc/9637/task/9645/stat : 9645 (plingeling) R 9635 9637 8582 0 -1 4202560 643829 1250 0 3 120052 90 0 0 25 0 5 0 876942147 1779900416 405981 33554432000 4194304 4417452 140734073473648 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9637/tid=9646] ppid=9635 vsize=1738184 CPUtime=1195.96 cores=0,2,4,6
/proc/9637/task/9646/stat : 9646 (plingeling) R 9635 9637 8582 0 -1 4202560 576664 1250 0 3 119512 84 0 0 25 0 5 0 876942147 1779900416 405981 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9637/tid=9647] ppid=9635 vsize=1738184 CPUtime=1201.46 cores=0,2,4,6
/proc/9637/task/9647/stat : 9647 (plingeling) R 9635 9637 8582 0 -1 4202560 403995 1250 0 3 120081 65 0 0 25 0 5 0 876942147 1779900416 405981 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1738184

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

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

[startup+1201.5 s]
/proc/loadavg: 4.03 3.99 3.44 5/176 9682
/proc/meminfo: memFree=30834360/32950928 swapFree=67053604/67111528
[pid=9637] ppid=9635 vsize=1738184 CPUtime=4800.3 cores=0,2,4,6
/proc/9637/stat : 9637 (plingeling) S 9635 9637 8582 0 -1 4202496 2151742 1250 0 3 479711 319 0 0 22 0 5 0 876942138 1779900416 405981 33554432000 4194304 4417452 140734073473648 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/9637/statm: 434546 405981 179 55 0 432432 0
[pid=9637/tid=9644] ppid=9635 vsize=1738184 CPUtime=1201.4 cores=0,2,4,6
/proc/9637/task/9644/stat : 9644 (plingeling) R 9635 9637 8582 0 -1 4202560 525796 1250 0 3 120061 79 0 0 25 0 5 0 876942147 1779900416 405981 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9637/tid=9645] ppid=9635 vsize=1738184 CPUtime=1201.42 cores=0,2,4,6
/proc/9637/task/9645/stat : 9645 (plingeling) R 9635 9637 8582 0 -1 4202560 643829 1250 0 3 120052 90 0 0 25 0 5 0 876942147 1779900416 405981 33554432000 4194304 4417452 140734073473648 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=9637/tid=9646] ppid=9635 vsize=1738184 CPUtime=1195.96 cores=0,2,4,6
/proc/9637/task/9646/stat : 9646 (plingeling) R 9635 9637 8582 0 -1 4202560 576664 1250 0 3 119512 84 0 0 25 0 5 0 876942147 1779900416 405981 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9637/tid=9647] ppid=9635 vsize=1738184 CPUtime=1201.46 cores=0,2,4,6
/proc/9637/task/9647/stat : 9647 (plingeling) R 9635 9637 8582 0 -1 4202560 403995 1250 0 3 120081 65 0 0 25 0 5 0 876942147 1779900416 405981 33554432000 4194304 4417452 140734073473648 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1738184

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.57
CPU time (s): 4800.39
CPU user time (s): 4797.13
CPU system time (s): 3.2575
CPU usage (%): 399.509
Max. virtual memory (cumulated for all children) (KiB): 1790180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.13
system time used= 3.2575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2152992
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 95
involuntary context switches= 21511

runsolver used 1.74873 second user time and 3.75043 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-09 23:04:14
IDJOB=3371026
IDBENCH=83945
IDSOLVER=1848
FILE ID=node149/3371026-1307653454
RUNJOBID= node149-1307653454-9623
PBS_JOBID= 13549399
Free space on /tmp= 74000 MiB

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

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

MD5SUM BENCH= 1037a2754a0a53f62ba8ec901741c9e9
RANDOM SEED=1389648964

node149.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	: 5332.83
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.83
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.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.82
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.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.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:     32950928 kB
MemFree:      32460436 kB
Buffers:         45104 kB
Cached:         292308 kB
SwapCached:      10236 kB
Active:         104716 kB
Inactive:       249684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32460436 kB
SwapTotal:    67111528 kB
SwapFree:     67053604 kB
Dirty:             860 kB
Writeback:           0 kB
AnonPages:       14444 kB
Mapped:           8808 kB
Slab:            69792 kB
PageTables:       4844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190800 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= 74000 MiB
End job on node149 at 2011-06-09 23:24:18