Trace number 3263618

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 587? (TO) 4800.19 1201.56

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_20_50_3-dir.shuffled-as.sat03-114.cnf
MD5SUM9ffa0325c9e00b41c025f41d20ec5a0c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4252.27
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses49070
Sum of the clauses size98700
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 249050
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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

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-3263618-1304100440/watcher-3263618-1304100440 -o /tmp/evaluation-result-3263618-1304100440/solver-3263618-1304100440 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3263618-1304100440.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: 7.73 8.05 7.97 5/181 20549
/proc/meminfo: memFree=29607032/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=9680 CPUtime=0 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) R 20547 20549 19972 0 -1 4202496 520 1252 0 0 0 0 0 0 18 0 1 0 521644409 9912320 441 33554432000 4194304 4417332 140737122475744 18446744073709551615 253640859392 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/20549/statm: 2420 441 146 55 0 306 0

[startup+0.155194 s]
/proc/loadavg: 7.73 8.05 7.97 5/181 20549
/proc/meminfo: memFree=29607032/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=59420 CPUtime=0.5 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 3301 1252 0 0 50 0 0 0 18 0 5 0 521644409 60846080 2537 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 14855 2537 176 55 0 12741 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 59420

[startup+0.255176 s]
/proc/loadavg: 7.73 8.05 7.97 5/181 20549
/proc/meminfo: memFree=29607032/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=59568 CPUtime=0.9 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 3743 1252 0 0 90 0 0 0 18 0 5 0 521644409 60997632 2680 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 14892 2680 181 55 0 12778 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 59568

[startup+0.355156 s]
/proc/loadavg: 7.73 8.05 7.97 5/181 20549
/proc/meminfo: memFree=29607032/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=61020 CPUtime=1.3 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 4106 1252 0 0 130 0 0 0 18 0 5 0 521644409 62484480 3043 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 15255 3043 181 55 0 13141 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 61020

[startup+0.700094 s]
/proc/loadavg: 7.73 8.05 7.97 5/181 20549
/proc/meminfo: memFree=29607032/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=63192 CPUtime=2.68 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 5002 1252 0 0 268 0 0 0 18 0 5 0 521644409 64708608 3613 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 15798 3613 181 55 0 13684 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 63192

[startup+1.50095 s]
/proc/loadavg: 7.73 8.05 7.97 9/186 20559
/proc/meminfo: memFree=29575380/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=70432 CPUtime=5.88 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 7916 1252 0 0 588 0 0 0 18 0 5 0 521644409 72122368 5396 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 17608 5396 181 55 0 15494 0
[pid=20549/tid=20556] ppid=20547 vsize=70432 CPUtime=1.46 cores=0,2,4,6
/proc/20549/task/20556/stat : 20556 (plingeling) R 20547 20549 19972 0 -1 4202560 535 1252 0 0 146 0 0 0 23 0 5 0 521644413 72122368 5396 33554432000 4194304 4417332 140737122475744 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20549/tid=20557] ppid=20547 vsize=70432 CPUtime=1.45 cores=0,2,4,6
/proc/20549/task/20557/stat : 20557 (plingeling) R 20547 20549 19972 0 -1 4202560 291 1252 0 0 145 0 0 0 23 0 5 0 521644413 72122368 5396 33554432000 4194304 4417332 140737122475744 18446744073709551615 4249151 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20549/tid=20558] ppid=20547 vsize=70432 CPUtime=1.46 cores=0,2,4,6
/proc/20549/task/20558/stat : 20558 (plingeling) R 20547 20549 19972 0 -1 4202560 862 1252 0 0 146 0 0 0 23 0 5 0 521644413 72122368 5396 33554432000 4194304 4417332 140737122475744 18446744073709551615 4278280 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20549/tid=20559] ppid=20547 vsize=70432 CPUtime=1.46 cores=0,2,4,6
/proc/20549/task/20559/stat : 20559 (plingeling) R 20547 20549 19972 0 -1 4202560 4766 1252 0 0 146 0 0 0 23 0 5 0 521644413 72122368 5396 33554432000 4194304 4417332 140737122475744 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 70432

[startup+3.10066 s]
/proc/loadavg: 7.73 8.05 7.97 9/186 20559
/proc/meminfo: memFree=29562984/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=142576 CPUtime=12.26 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 12762 1252 0 0 1226 0 0 0 18 0 5 0 521644409 145997824 7086 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 35644 7086 181 55 0 33530 0
[pid=20549/tid=20556] ppid=20547 vsize=142576 CPUtime=3.06 cores=0,2,4,6
/proc/20549/task/20556/stat : 20556 (plingeling) R 20547 20549 19972 0 -1 4202560 846 1252 0 0 306 0 0 0 25 0 5 0 521644413 145997824 7086 33554432000 4194304 4417332 140737122475744 18446744073709551615 4258201 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20549/tid=20557] ppid=20547 vsize=142576 CPUtime=3.05 cores=0,2,4,6
/proc/20549/task/20557/stat : 20557 (plingeling) R 20547 20549 19972 0 -1 4202560 291 1252 0 0 305 0 0 0 25 0 5 0 521644413 145997824 7086 33554432000 4194304 4417332 140737122475744 18446744073709551615 4236280 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20549/tid=20558] ppid=20547 vsize=142576 CPUtime=3.06 cores=0,2,4,6
/proc/20549/task/20558/stat : 20558 (plingeling) R 20547 20549 19972 0 -1 4202560 1725 1252 0 0 306 0 0 0 25 0 5 0 521644413 145997824 7086 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20549/tid=20559] ppid=20547 vsize=142576 CPUtime=3.05 cores=0,2,4,6
/proc/20549/task/20559/stat : 20559 (plingeling) R 20547 20549 19972 0 -1 4202560 8438 1252 0 0 305 0 0 0 25 0 5 0 521644413 145997824 7086 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 142576

[startup+6.30107 s]
/proc/loadavg: 7.75 8.04 7.97 9/186 20559
/proc/meminfo: memFree=29571264/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=155252 CPUtime=25.06 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 21210 1252 0 0 2504 2 0 0 18 0 5 0 521644409 158978048 10250 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 38813 10250 181 55 0 36699 0
[pid=20549/tid=20556] ppid=20547 vsize=155252 CPUtime=6.26 cores=0,2,4,6
/proc/20549/task/20556/stat : 20556 (plingeling) R 20547 20549 19972 0 -1 4202560 1102 1252 0 0 626 0 0 0 25 0 5 0 521644413 158978048 10250 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20549/tid=20557] ppid=20547 vsize=155252 CPUtime=6.23 cores=0,2,4,6
/proc/20549/task/20557/stat : 20557 (plingeling) R 20547 20549 19972 0 -1 4202560 547 1252 0 0 623 0 0 0 25 0 5 0 521644413 158978048 10250 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20549/tid=20558] ppid=20547 vsize=155252 CPUtime=6.26 cores=0,2,4,6
/proc/20549/task/20558/stat : 20558 (plingeling) R 20547 20549 19972 0 -1 4202560 3398 1252 0 0 626 0 0 0 25 0 5 0 521644413 158978048 10250 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20549/tid=20559] ppid=20547 vsize=155252 CPUtime=6.25 cores=0,2,4,6
/proc/20549/task/20559/stat : 20559 (plingeling) R 20547 20549 19972 0 -1 4202560 14701 1252 0 0 624 1 0 0 25 0 5 0 521644413 158978048 10250 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 155252

[startup+12.7009 s]
/proc/loadavg: 7.77 8.04 7.97 9/186 20559
/proc/meminfo: memFree=29547720/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=181920 CPUtime=50.62 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 35657 1252 0 0 5059 3 0 0 18 0 5 0 521644409 186286080 16917 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 45480 16917 181 55 0 43366 0
[pid=20549/tid=20556] ppid=20547 vsize=181920 CPUtime=12.65 cores=0,2,4,6
/proc/20549/task/20556/stat : 20556 (plingeling) R 20547 20549 19972 0 -1 4202560 4640 1252 0 0 1265 0 0 0 25 0 5 0 521644413 186286080 16917 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20549/tid=20557] ppid=20547 vsize=181920 CPUtime=12.6 cores=0,2,4,6
/proc/20549/task/20557/stat : 20557 (plingeling) R 20547 20549 19972 0 -1 4202560 2083 1252 0 0 1260 0 0 0 25 0 5 0 521644413 186286080 16917 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20549/tid=20558] ppid=20547 vsize=181920 CPUtime=12.65 cores=0,2,4,6
/proc/20549/task/20558/stat : 20558 (plingeling) R 20547 20549 19972 0 -1 4202560 6233 1252 0 0 1265 0 0 0 25 0 5 0 521644413 186286080 16917 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20549/tid=20559] ppid=20547 vsize=181920 CPUtime=12.65 cores=0,2,4,6
/proc/20549/task/20559/stat : 20559 (plingeling) R 20547 20549 19972 0 -1 4202560 21239 1252 0 0 1263 2 0 0 25 0 5 0 521644413 186286080 16917 33554432000 4194304 4417332 140737122475744 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 181920

[startup+25.5006 s]
/proc/loadavg: 7.82 8.04 7.97 9/186 20559
/proc/meminfo: memFree=29495872/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=226296 CPUtime=101.76 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 72510 1252 0 0 10167 9 0 0 18 0 5 0 521644409 231727104 28011 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 56574 28011 181 55 0 54460 0
[pid=20549/tid=20556] ppid=20547 vsize=226296 CPUtime=25.45 cores=0,2,4,6
/proc/20549/task/20556/stat : 20556 (plingeling) R 20547 20549 19972 0 -1 4202560 12545 1252 0 0 2544 1 0 0 25 0 5 0 521644413 231727104 28011 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20549/tid=20557] ppid=20547 vsize=226296 CPUtime=25.33 cores=0,2,4,6
/proc/20549/task/20557/stat : 20557 (plingeling) R 20547 20549 19972 0 -1 4202560 11960 1252 0 0 2532 1 0 0 25 0 5 0 521644413 231727104 28011 33554432000 4194304 4417332 140737122475744 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20549/tid=20558] ppid=20547 vsize=226296 CPUtime=25.45 cores=0,2,4,6
/proc/20549/task/20558/stat : 20558 (plingeling) R 20547 20549 19972 0 -1 4202560 13448 1252 0 0 2544 1 0 0 25 0 5 0 521644413 231727104 28011 33554432000 4194304 4417332 140737122475744 18446744073709551615 4308792 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20549/tid=20559] ppid=20547 vsize=226296 CPUtime=25.46 cores=0,2,4,6
/proc/20549/task/20559/stat : 20559 (plingeling) R 20547 20549 19972 0 -1 4202560 33095 1252 0 0 2542 4 0 0 25 0 5 0 521644413 231727104 28011 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 226296

[startup+51.1009 s]
/proc/loadavg: 7.88 8.04 7.97 9/186 20560
/proc/meminfo: memFree=29325244/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=309172 CPUtime=204.04 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 143981 1252 0 0 20384 20 0 0 18 0 5 0 521644409 316592128 48730 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 77293 48730 181 55 0 75179 0
[pid=20549/tid=20556] ppid=20547 vsize=309172 CPUtime=51.05 cores=0,2,4,6
/proc/20549/task/20556/stat : 20556 (plingeling) R 20547 20549 19972 0 -1 4202560 32216 1252 0 0 5100 5 0 0 25 0 5 0 521644413 316592128 48730 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20549/tid=20557] ppid=20547 vsize=309172 CPUtime=50.82 cores=0,2,4,6
/proc/20549/task/20557/stat : 20557 (plingeling) R 20547 20549 19972 0 -1 4202560 34386 1252 0 0 5077 5 0 0 25 0 5 0 521644413 316592128 48730 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20549/tid=20558] ppid=20547 vsize=309172 CPUtime=51.06 cores=0,2,4,6
/proc/20549/task/20558/stat : 20558 (plingeling) R 20547 20549 19972 0 -1 4202560 27861 1252 0 0 5103 3 0 0 25 0 5 0 521644413 316592128 48730 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20549/tid=20559] ppid=20547 vsize=309172 CPUtime=51.06 cores=0,2,4,6
/proc/20549/task/20559/stat : 20559 (plingeling) R 20547 20549 19972 0 -1 4202560 48056 1252 0 0 5100 6 0 0 25 0 5 0 521644413 316592128 48730 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 309172

[startup+102.301 s]
/proc/loadavg: 8.00 8.04 7.97 9/186 20561
/proc/meminfo: memFree=29127704/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=405892 CPUtime=408.61 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 292119 1252 0 0 40819 42 0 0 18 0 5 0 521644409 415633408 72910 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 101473 72910 181 55 0 99359 0
[pid=20549/tid=20556] ppid=20547 vsize=405892 CPUtime=102.25 cores=0,2,4,6
/proc/20549/task/20556/stat : 20556 (plingeling) R 20547 20549 19972 0 -1 4202560 66595 1252 0 0 10215 10 0 0 25 0 5 0 521644413 415633408 72910 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20549/tid=20557] ppid=20547 vsize=405892 CPUtime=101.77 cores=0,2,4,6
/proc/20549/task/20557/stat : 20557 (plingeling) R 20547 20549 19972 0 -1 4202560 82190 1252 0 0 10165 12 0 0 25 0 5 0 521644413 415633408 72910 33554432000 4194304 4417332 140737122475744 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20549/tid=20558] ppid=20547 vsize=405892 CPUtime=102.26 cores=0,2,4,6
/proc/20549/task/20558/stat : 20558 (plingeling) R 20547 20549 19972 0 -1 4202560 60557 1252 0 0 10219 7 0 0 25 0 5 0 521644413 415633408 72910 33554432000 4194304 4417332 140737122475744 18446744073709551615 4249407 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20549/tid=20559] ppid=20547 vsize=405892 CPUtime=102.27 cores=0,2,4,6
/proc/20549/task/20559/stat : 20559 (plingeling) R 20547 20549 19972 0 -1 4202560 81315 1252 0 0 10216 11 0 0 25 0 5 0 521644413 415633408 72910 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 405892

[startup+162.301 s]
/proc/loadavg: 8.10 8.06 7.98 9/186 20563
/proc/meminfo: memFree=29041268/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=556592 CPUtime=648.3 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 415689 1252 0 0 64768 62 0 0 18 0 5 0 521644409 569950208 110585 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 139148 110585 181 55 0 137034 0
[pid=20549/tid=20556] ppid=20547 vsize=556592 CPUtime=162.24 cores=0,2,4,6
/proc/20549/task/20556/stat : 20556 (plingeling) R 20547 20549 19972 0 -1 4202560 92512 1252 0 0 16210 14 0 0 25 0 5 0 521644413 569950208 110585 33554432000 4194304 4417332 140737122475744 18446744073709551615 4232365 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20549/tid=20557] ppid=20547 vsize=556592 CPUtime=161.49 cores=0,2,4,6
/proc/20549/task/20557/stat : 20557 (plingeling) R 20547 20549 19972 0 -1 4202560 108595 1252 0 0 16132 17 0 0 25 0 5 0 521644413 569950208 110585 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20549/tid=20558] ppid=20547 vsize=556592 CPUtime=162.25 cores=0,2,4,6
/proc/20549/task/20558/stat : 20558 (plingeling) R 20547 20549 19972 0 -1 4202560 107612 1252 0 0 16210 15 0 0 25 0 5 0 521644413 569950208 110585 33554432000 4194304 4417332 140737122475744 18446744073709551615 4343684 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20549/tid=20559] ppid=20547 vsize=556592 CPUtime=162.26 cores=0,2,4,6
/proc/20549/task/20559/stat : 20559 (plingeling) R 20547 20549 19972 0 -1 4202560 105508 1252 0 0 16211 15 0 0 25 0 5 0 521644413 569950208 110585 33554432000 4194304 4417332 140737122475744 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 648.3
Current children cumulated vsize (KiB) 556592


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

[pid=20549/tid=20557] ppid=20547 vsize=1203760 CPUtime=698.73 cores=0,2,4,6
/proc/20549/task/20557/stat : 20557 (plingeling) R 20547 20549 19972 0 -1 4202560 273730 1252 0 0 69835 38 0 0 25 0 5 0 521644413 1232650240 272377 33554432000 4194304 4417332 140737122475744 18446744073709551615 4354401 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20549/tid=20558] ppid=20547 vsize=1203760 CPUtime=702.28 cores=0,2,4,6
/proc/20549/task/20558/stat : 20558 (plingeling) R 20547 20549 19972 0 -1 4202560 340116 1252 0 0 70182 46 0 0 25 0 5 0 521644413 1232650240 272377 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20549/tid=20559] ppid=20547 vsize=1203760 CPUtime=702.27 cores=0,2,4,6
/proc/20549/task/20559/stat : 20559 (plingeling) R 20547 20549 19972 0 -1 4202560 244293 1252 0 0 70194 33 0 0 25 0 5 0 521644413 1232650240 272377 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2805.54
Current children cumulated vsize (KiB) 1203760

[startup+762.301 s]
/proc/loadavg: 4.91 7.00 7.63 5/176 20597
/proc/meminfo: memFree=29173464/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=1285472 CPUtime=3045.3 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 1165245 1252 0 0 304365 165 0 0 18 0 5 0 521644409 1316323328 292805 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 321368 292805 181 55 0 319254 0
[pid=20549/tid=20556] ppid=20547 vsize=1285472 CPUtime=762.22 cores=0,2,4,6
/proc/20549/task/20556/stat : 20556 (plingeling) R 20547 20549 19972 0 -1 4202560 285216 1252 0 0 76179 43 0 0 25 0 5 0 521644413 1316323328 292805 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20549/tid=20557] ppid=20547 vsize=1285472 CPUtime=758.46 cores=0,2,4,6
/proc/20549/task/20557/stat : 20557 (plingeling) R 20547 20549 19972 0 -1 4202560 273730 1252 0 0 75808 38 0 0 25 0 5 0 521644413 1316323328 292805 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20549/tid=20558] ppid=20547 vsize=1285472 CPUtime=762.28 cores=0,2,4,6
/proc/20549/task/20558/stat : 20558 (plingeling) R 20547 20549 19972 0 -1 4202560 349415 1252 0 0 76181 47 0 0 25 0 5 0 521644413 1316323328 292805 33554432000 4194304 4417332 140737122475744 18446744073709551615 4366038 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20549/tid=20559] ppid=20547 vsize=1285472 CPUtime=762.28 cores=0,2,4,6
/proc/20549/task/20559/stat : 20559 (plingeling) R 20547 20549 19972 0 -1 4202560 255422 1252 0 0 76193 35 0 0 25 0 5 0 521644413 1316323328 292805 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3045.3
Current children cumulated vsize (KiB) 1285472

[startup+822.301 s]
/proc/loadavg: 4.39 6.47 7.41 5/176 20599
/proc/meminfo: memFree=29093520/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=1365384 CPUtime=3285.01 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 1185223 1252 0 0 328333 168 0 0 18 0 5 0 521644409 1398153216 312783 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 341346 312783 181 55 0 339232 0
[pid=20549/tid=20556] ppid=20547 vsize=1365384 CPUtime=822.21 cores=0,2,4,6
/proc/20549/task/20556/stat : 20556 (plingeling) R 20547 20549 19972 0 -1 4202560 285216 1252 0 0 82178 43 0 0 25 0 5 0 521644413 1398153216 312783 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20549/tid=20557] ppid=20547 vsize=1365384 CPUtime=818.19 cores=0,2,4,6
/proc/20549/task/20557/stat : 20557 (plingeling) R 20547 20549 19972 0 -1 4202560 273730 1252 0 0 81781 38 0 0 25 0 5 0 521644413 1398153216 312783 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20549/tid=20558] ppid=20547 vsize=1365384 CPUtime=822.27 cores=0,2,4,6
/proc/20549/task/20558/stat : 20558 (plingeling) R 20547 20549 19972 0 -1 4202560 356453 1252 0 0 82180 47 0 0 25 0 5 0 521644413 1398153216 312783 33554432000 4194304 4417332 140737122475744 18446744073709551615 4366017 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20549/tid=20559] ppid=20547 vsize=1365384 CPUtime=822.28 cores=0,2,4,6
/proc/20549/task/20559/stat : 20559 (plingeling) R 20547 20549 19972 0 -1 4202560 268362 1252 0 0 82190 38 0 0 25 0 5 0 521644413 1398153216 312783 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3285.01
Current children cumulated vsize (KiB) 1365384

[startup+882.306 s]
/proc/loadavg: 4.14 6.01 7.19 5/176 20600
/proc/meminfo: memFree=29147368/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=1311008 CPUtime=3524.75 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 1222158 1252 0 0 352301 174 0 0 18 0 5 0 521644409 1342472192 299189 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 327752 299189 181 55 0 325638 0
[pid=20549/tid=20556] ppid=20547 vsize=1311008 CPUtime=882.21 cores=0,2,4,6
/proc/20549/task/20556/stat : 20556 (plingeling) R 20547 20549 19972 0 -1 4202560 305767 1252 0 0 88173 48 0 0 25 0 5 0 521644413 1342472192 299189 33554432000 4194304 4417332 140737122475744 18446744073709551615 4232419 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20549/tid=20557] ppid=20547 vsize=1311008 CPUtime=877.92 cores=0,2,4,6
/proc/20549/task/20557/stat : 20557 (plingeling) R 20547 20549 19972 0 -1 4202560 273730 1252 0 0 87754 38 0 0 25 0 5 0 521644413 1342472192 299189 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20549/tid=20558] ppid=20547 vsize=1311008 CPUtime=882.28 cores=0,2,4,6
/proc/20549/task/20558/stat : 20558 (plingeling) R 20547 20549 19972 0 -1 4202560 356453 1252 0 0 88181 47 0 0 25 0 5 0 521644413 1342472192 299189 33554432000 4194304 4417332 140737122475744 18446744073709551615 4343913 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20549/tid=20559] ppid=20547 vsize=1311008 CPUtime=882.29 cores=0,2,4,6
/proc/20549/task/20559/stat : 20559 (plingeling) R 20547 20549 19972 0 -1 4202560 284746 1252 0 0 88189 40 0 0 25 0 5 0 521644413 1342472192 299189 33554432000 4194304 4417332 140737122475744 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.75
Current children cumulated vsize (KiB) 1311008

[startup+942.301 s]
/proc/loadavg: 4.05 5.65 6.99 5/176 20602
/proc/meminfo: memFree=29052424/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=1406468 CPUtime=3764.47 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 1276394 1252 0 0 376263 184 0 0 18 0 5 0 521644409 1440223232 323054 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 351617 323054 181 55 0 349503 0
[pid=20549/tid=20556] ppid=20547 vsize=1406468 CPUtime=942.2 cores=0,2,4,6
/proc/20549/task/20556/stat : 20556 (plingeling) R 20547 20549 19972 0 -1 4202560 330187 1252 0 0 94168 52 0 0 25 0 5 0 521644413 1440223232 323054 33554432000 4194304 4417332 140737122475744 18446744073709551615 4263067 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20549/tid=20557] ppid=20547 vsize=1406468 CPUtime=937.64 cores=0,2,4,6
/proc/20549/task/20557/stat : 20557 (plingeling) R 20547 20549 19972 0 -1 4202560 273730 1252 0 0 93726 38 0 0 25 0 5 0 521644413 1440223232 323054 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20549/tid=20558] ppid=20547 vsize=1406468 CPUtime=942.28 cores=0,2,4,6
/proc/20549/task/20558/stat : 20558 (plingeling) R 20547 20549 19972 0 -1 4202560 356453 1252 0 0 94181 47 0 0 25 0 5 0 521644413 1440223232 323054 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20549/tid=20559] ppid=20547 vsize=1406468 CPUtime=942.28 cores=0,2,4,6
/proc/20549/task/20559/stat : 20559 (plingeling) R 20547 20549 19972 0 -1 4202560 314562 1252 0 0 94183 45 0 0 25 0 5 0 521644413 1440223232 323054 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3764.47
Current children cumulated vsize (KiB) 1406468

[startup+1002.3 s]
/proc/loadavg: 4.02 5.34 6.80 5/176 20603
/proc/meminfo: memFree=29020704/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=1438272 CPUtime=4004.19 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 1436345 1252 0 0 400211 208 0 0 18 0 5 0 521644409 1472790528 331037 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 359568 331037 181 55 0 357454 0
[pid=20549/tid=20556] ppid=20547 vsize=1438272 CPUtime=1002.19 cores=0,2,4,6
/proc/20549/task/20556/stat : 20556 (plingeling) R 20547 20549 19972 0 -1 4202560 349308 1252 0 0 100164 55 0 0 25 0 5 0 521644413 1472790528 331037 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20549/tid=20557] ppid=20547 vsize=1438272 CPUtime=997.37 cores=0,2,4,6
/proc/20549/task/20557/stat : 20557 (plingeling) R 20547 20549 19972 0 -1 4202560 342986 1252 0 0 99689 48 0 0 25 0 5 0 521644413 1472790528 331037 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20549/tid=20558] ppid=20547 vsize=1438272 CPUtime=1002.28 cores=0,2,4,6
/proc/20549/task/20558/stat : 20558 (plingeling) R 20547 20549 19972 0 -1 4202560 390466 1252 0 0 100173 55 0 0 25 0 5 0 521644413 1472790528 331037 33554432000 4194304 4417332 140737122475744 18446744073709551615 4366716 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20549/tid=20559] ppid=20547 vsize=1438272 CPUtime=1002.28 cores=0,2,4,6
/proc/20549/task/20559/stat : 20559 (plingeling) R 20547 20549 19972 0 -1 4202560 352123 1252 0 0 100180 48 0 0 25 0 5 0 521644413 1472790528 331037 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4004.19
Current children cumulated vsize (KiB) 1438272

[startup+1062.3 s]
/proc/loadavg: 4.05 5.11 6.63 5/176 20605
/proc/meminfo: memFree=28962360/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=1496596 CPUtime=4243.92 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 1529723 1252 0 0 424169 223 0 0 18 0 5 0 521644409 1532514304 345618 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 374149 345618 181 55 0 372035 0
[pid=20549/tid=20556] ppid=20547 vsize=1496596 CPUtime=1062.19 cores=0,2,4,6
/proc/20549/task/20556/stat : 20556 (plingeling) R 20547 20549 19972 0 -1 4202560 349308 1252 0 0 106164 55 0 0 25 0 5 0 521644413 1532514304 345618 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20549/tid=20557] ppid=20547 vsize=1496596 CPUtime=1057.11 cores=0,2,4,6
/proc/20549/task/20557/stat : 20557 (plingeling) R 20547 20549 19972 0 -1 4202560 375894 1252 0 0 105658 53 0 0 25 0 5 0 521644413 1532514304 345618 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20549/tid=20558] ppid=20547 vsize=1496596 CPUtime=1062.29 cores=0,2,4,6
/proc/20549/task/20558/stat : 20558 (plingeling) R 20547 20549 19972 0 -1 4202560 426360 1252 0 0 106166 63 0 0 25 0 5 0 521644413 1532514304 345618 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20549/tid=20559] ppid=20547 vsize=1496596 CPUtime=1062.28 cores=0,2,4,6
/proc/20549/task/20559/stat : 20559 (plingeling) R 20547 20549 19972 0 -1 4202560 376699 1252 0 0 106177 51 0 0 25 0 5 0 521644413 1532514304 345618 33554432000 4194304 4417332 140737122475744 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.92
Current children cumulated vsize (KiB) 1496596

[startup+1122.3 s]
/proc/loadavg: 4.02 4.91 6.46 5/176 20607
/proc/meminfo: memFree=28948636/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=1510288 CPUtime=4483.65 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 1557722 1252 0 0 448138 227 0 0 18 0 5 0 521644409 1546534912 349041 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 377572 349041 181 55 0 375458 0
[pid=20549/tid=20556] ppid=20547 vsize=1510288 CPUtime=1122.19 cores=0,2,4,6
/proc/20549/task/20556/stat : 20556 (plingeling) R 20547 20549 19972 0 -1 4202560 349308 1252 0 0 112164 55 0 0 25 0 5 0 521644413 1546534912 349041 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20549/tid=20557] ppid=20547 vsize=1510288 CPUtime=1116.83 cores=0,2,4,6
/proc/20549/task/20557/stat : 20557 (plingeling) R 20547 20549 19972 0 -1 4202560 377293 1252 0 0 111630 53 0 0 25 0 5 0 521644413 1546534912 349041 33554432000 4194304 4417332 140737122475744 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20549/tid=20558] ppid=20547 vsize=1510288 CPUtime=1122.28 cores=0,2,4,6
/proc/20549/task/20558/stat : 20558 (plingeling) R 20547 20549 19972 0 -1 4202560 428384 1252 0 0 112165 63 0 0 25 0 5 0 521644413 1546534912 349041 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20549/tid=20559] ppid=20547 vsize=1510288 CPUtime=1122.28 cores=0,2,4,6
/proc/20549/task/20559/stat : 20559 (plingeling) R 20547 20549 19972 0 -1 4202560 401275 1252 0 0 112174 54 0 0 25 0 5 0 521644413 1546534912 349041 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4483.65
Current children cumulated vsize (KiB) 1510288

[startup+1182.3 s]
/proc/loadavg: 4.05 4.75 6.31 5/176 20608
/proc/meminfo: memFree=29061876/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=1397068 CPUtime=4723.38 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 1610603 1252 0 0 472104 234 0 0 18 0 5 0 521644409 1430597632 320736 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 349267 320736 181 55 0 347153 0
[pid=20549/tid=20556] ppid=20547 vsize=1397068 CPUtime=1182.18 cores=0,2,4,6
/proc/20549/task/20556/stat : 20556 (plingeling) R 20547 20549 19972 0 -1 4202560 381320 1252 0 0 118159 59 0 0 25 0 5 0 521644413 1430597632 320736 33554432000 4194304 4417332 140737122475744 18446744073709551615 4259612 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20549/tid=20557] ppid=20547 vsize=1397068 CPUtime=1176.56 cores=0,2,4,6
/proc/20549/task/20557/stat : 20557 (plingeling) R 20547 20549 19972 0 -1 4202560 377293 1252 0 0 117603 53 0 0 25 0 5 0 521644413 1430597632 320736 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20549/tid=20558] ppid=20547 vsize=1397068 CPUtime=1182.29 cores=0,2,4,6
/proc/20549/task/20558/stat : 20558 (plingeling) R 20547 20549 19972 0 -1 4202560 432869 1252 0 0 118165 64 0 0 25 0 5 0 521644413 1430597632 320736 33554432000 4194304 4417332 140737122475744 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20549/tid=20559] ppid=20547 vsize=1397068 CPUtime=1182.29 cores=0,2,4,6
/proc/20549/task/20559/stat : 20559 (plingeling) R 20547 20549 19972 0 -1 4202560 417659 1252 0 0 118173 56 0 0 25 0 5 0 521644413 1430597632 320736 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4723.38
Current children cumulated vsize (KiB) 1397068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.5 s]
/proc/loadavg: 4.03 4.70 6.26 5/176 20609
/proc/meminfo: memFree=29056516/32951124 swapFree=67111364/67111528
[pid=20549] ppid=20547 vsize=1401832 CPUtime=4800.1 cores=0,2,4,6
/proc/20549/stat : 20549 (plingeling) S 20547 20549 19972 0 -1 4202496 1644978 1252 0 0 479772 238 0 0 18 0 5 0 521644409 1435475968 321927 33554432000 4194304 4417332 140737122475744 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/20549/statm: 350458 321927 181 55 0 348344 0
[pid=20549/tid=20556] ppid=20547 vsize=1401832 CPUtime=1201.38 cores=0,2,4,6
/proc/20549/task/20556/stat : 20556 (plingeling) R 20547 20549 19972 0 -1 4202560 381320 1252 0 0 120079 59 0 0 25 0 5 0 521644413 1435475968 321927 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20549/tid=20557] ppid=20547 vsize=1401832 CPUtime=1195.67 cores=0,2,4,6
/proc/20549/task/20557/stat : 20557 (plingeling) R 20547 20549 19972 0 -1 4202560 377293 1252 0 0 119514 53 0 0 25 0 5 0 521644413 1435475968 321927 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20549/tid=20558] ppid=20547 vsize=1401832 CPUtime=1201.5 cores=0,2,4,6
/proc/20549/task/20558/stat : 20558 (plingeling) R 20547 20549 19972 0 -1 4202560 459052 1252 0 0 120082 68 0 0 25 0 5 0 521644413 1435475968 321927 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20549/tid=20559] ppid=20547 vsize=1401832 CPUtime=1201.49 cores=0,2,4,6
/proc/20549/task/20559/stat : 20559 (plingeling) R 20547 20549 19972 0 -1 4202560 425851 1252 0 0 120092 57 0 0 25 0 5 0 521644413 1435475968 321927 33554432000 4194304 4417332 140737122475744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 1401832

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): 1201.56
CPU time (s): 4800.19
CPU user time (s): 4797.75
CPU system time (s): 2.44363
CPU usage (%): 399.495
Max. virtual memory (cumulated for all children) (KiB): 1667112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.75
system time used= 2.44363
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1646230
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= 85
involuntary context switches= 22135

runsolver used 1.85072 second user time and 3.97839 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 20:07:20
IDJOB=3263618
IDBENCH=83988
IDSOLVER=1605
FILE ID=node106/3263618-1304100440
RUNJOBID= node106-1304097373-19990
PBS_JOBID= 13170612
Free space on /tmp= 72160 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_20_50_3-dir.shuffled-as.sat03-114.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263618-1304100440/watcher-3263618-1304100440 -o /tmp/evaluation-result-3263618-1304100440/solver-3263618-1304100440 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3263618-1304100440.cnf

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

MD5SUM BENCH= 9ffa0325c9e00b41c025f41d20ec5a0c
RANDOM SEED=1192786840

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29607312 kB
Buffers:        253828 kB
Cached:        2075144 kB
SwapCached:         88 kB
Active:        1526024 kB
Inactive:      1605980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29607312 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             844 kB
Writeback:           0 kB
AnonPages:      802404 kB
Mapped:          15288 kB
Slab:           146460 kB
PageTables:       6264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   992332 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= 72160 MiB
End job on node106 at 2011-04-29 20:27:24