Trace number 3371054

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.31 1202.85

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g2.cnf
MD5SUM791cdb75c1a209efd7f7547f06e0fed9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1235.8
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371054-1305420210/watcher-3371054-1305420210 -o /tmp/evaluation-result-3371054-1305420210/solver-3371054-1305420210 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371054-1305420210.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.11 8.09 8.01 2/291 22463
/proc/meminfo: memFree=27737376/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) R 22461 22463 21663 0 -1 4202496 365 1257 0 0 0 0 0 0 25 0 1 0 653619502 9445376 296 33554432000 4194304 4417452 140734019831696 18446744073709551615 210204647168 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/22463/statm: 2306 296 147 55 0 192 0

[startup+0.052183 s]
/proc/loadavg: 8.11 8.09 8.01 2/291 22463
/proc/meminfo: memFree=27737376/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=54876 CPUtime=0.1 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 1603 1257 0 0 10 0 0 0 25 0 5 0 653619502 56193024 1530 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 13719 1530 172 55 0 11605 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 54876

[startup+0.152164 s]
/proc/loadavg: 8.11 8.09 8.01 2/291 22463
/proc/meminfo: memFree=27737376/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=56536 CPUtime=0.5 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 2754 1257 0 0 50 0 0 0 25 0 5 0 653619502 57892864 1949 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 14134 1949 176 55 0 12020 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 56536

[startup+0.300139 s]
/proc/loadavg: 8.11 8.09 8.01 2/291 22463
/proc/meminfo: memFree=27737376/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=124368 CPUtime=1.09 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 3688 1257 0 0 109 0 0 0 25 0 5 0 653619502 127352832 2496 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 31092 2496 180 55 0 28978 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 124368

[startup+0.701074 s]
/proc/loadavg: 8.11 8.09 8.01 2/291 22463
/proc/meminfo: memFree=27737376/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=128772 CPUtime=2.7 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 6065 1257 0 0 269 1 0 0 25 0 5 0 653619502 131862528 3623 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 32193 3623 180 55 0 30079 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 128772

[startup+1.50094 s]
/proc/loadavg: 8.10 8.09 8.01 9/304 22493
/proc/meminfo: memFree=27708584/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=133232 CPUtime=5.88 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 8928 1257 0 0 587 1 0 0 25 0 5 0 653619502 136429568 4712 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 33308 4712 180 55 0 31194 0
[pid=22463/tid=22471] ppid=22461 vsize=133232 CPUtime=1.47 cores=1,3,5,7
/proc/22463/task/22471/stat : 22471 (plingeling) R 22461 22463 21663 0 -1 4202560 569 1257 0 0 147 0 0 0 25 0 5 0 653619505 136429568 4712 33554432000 4194304 4417452 140734019831696 18446744073709551615 4248907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22463/tid=22472] ppid=22461 vsize=133232 CPUtime=1.45 cores=1,3,5,7
/proc/22463/task/22472/stat : 22472 (plingeling) R 22461 22463 21663 0 -1 4202560 400 1257 0 0 145 0 0 0 25 0 5 0 653619505 136429568 4712 33554432000 4194304 4417452 140734019831696 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22463/tid=22473] ppid=22461 vsize=133232 CPUtime=1.46 cores=1,3,5,7
/proc/22463/task/22473/stat : 22473 (plingeling) R 22461 22463 21663 0 -1 4202560 1491 1257 0 0 146 0 0 0 25 0 5 0 653619505 136429568 4712 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22463/tid=22474] ppid=22461 vsize=133232 CPUtime=1.46 cores=1,3,5,7
/proc/22463/task/22474/stat : 22474 (plingeling) R 22461 22463 21663 0 -1 4202560 5017 1257 0 0 145 1 0 0 25 0 5 0 653619505 136429568 4712 33554432000 4194304 4417452 140734019831696 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 133232

[startup+3.10067 s]
/proc/loadavg: 8.10 8.09 8.01 9/304 22493
/proc/meminfo: memFree=27693208/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=140652 CPUtime=12.27 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 14064 1257 0 0 1225 2 0 0 25 0 5 0 653619502 144027648 6567 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 35163 6567 180 55 0 33049 0
[pid=22463/tid=22471] ppid=22461 vsize=140652 CPUtime=3.07 cores=1,3,5,7
/proc/22463/task/22471/stat : 22471 (plingeling) R 22461 22463 21663 0 -1 4202560 769 1257 0 0 307 0 0 0 25 0 5 0 653619505 144027648 6567 33554432000 4194304 4417452 140734019831696 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22463/tid=22472] ppid=22461 vsize=140652 CPUtime=3.04 cores=1,3,5,7
/proc/22463/task/22472/stat : 22472 (plingeling) R 22461 22463 21663 0 -1 4202560 600 1257 0 0 304 0 0 0 25 0 5 0 653619505 144027648 6567 33554432000 4194304 4417452 140734019831696 18446744073709551615 4239395 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22463/tid=22473] ppid=22461 vsize=140652 CPUtime=3.06 cores=1,3,5,7
/proc/22463/task/22473/stat : 22473 (plingeling) R 22461 22463 21663 0 -1 4202560 2267 1257 0 0 306 0 0 0 25 0 5 0 653619505 144027648 6567 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22463/tid=22474] ppid=22461 vsize=140652 CPUtime=3.06 cores=1,3,5,7
/proc/22463/task/22474/stat : 22474 (plingeling) R 22461 22463 21663 0 -1 4202560 8977 1257 0 0 305 1 0 0 25 0 5 0 653619505 144027648 6567 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 140652

[startup+6.30114 s]
/proc/loadavg: 8.10 8.08 8.01 9/304 22493
/proc/meminfo: memFree=27677672/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=147740 CPUtime=25.04 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 27101 1257 0 0 2500 4 0 0 25 0 5 0 653619502 151285760 8339 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 36935 8339 180 55 0 34821 0
[pid=22463/tid=22471] ppid=22461 vsize=147740 CPUtime=6.26 cores=1,3,5,7
/proc/22463/task/22471/stat : 22471 (plingeling) R 22461 22463 21663 0 -1 4202560 2347 1257 0 0 626 0 0 0 25 0 5 0 653619505 151285760 8339 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22463/tid=22472] ppid=22461 vsize=147740 CPUtime=6.21 cores=1,3,5,7
/proc/22463/task/22472/stat : 22472 (plingeling) R 22461 22463 21663 0 -1 4202560 2634 1257 0 0 621 0 0 0 25 0 5 0 653619505 151285760 8339 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22463/tid=22473] ppid=22461 vsize=147740 CPUtime=6.26 cores=1,3,5,7
/proc/22463/task/22473/stat : 22473 (plingeling) R 22461 22463 21663 0 -1 4202560 5866 1257 0 0 625 1 0 0 25 0 5 0 653619505 151285760 8339 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22463/tid=22474] ppid=22461 vsize=147740 CPUtime=6.26 cores=1,3,5,7
/proc/22463/task/22474/stat : 22474 (plingeling) R 22461 22463 21663 0 -1 4202560 14803 1257 0 0 624 2 0 0 25 0 5 0 653619505 151285760 8339 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364699 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 147740

[startup+12.7011 s]
/proc/loadavg: 8.09 8.08 8.01 9/304 22494
/proc/meminfo: memFree=27645880/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=163912 CPUtime=50.59 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 51513 1257 0 0 5050 9 0 0 25 0 5 0 653619502 167845888 12414 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 40978 12414 180 55 0 38864 0
[pid=22463/tid=22471] ppid=22461 vsize=163912 CPUtime=12.66 cores=1,3,5,7
/proc/22463/task/22471/stat : 22471 (plingeling) R 22461 22463 21663 0 -1 4202560 7616 1257 0 0 1266 0 0 0 25 0 5 0 653619505 167845888 12414 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22463/tid=22472] ppid=22461 vsize=163912 CPUtime=12.55 cores=1,3,5,7
/proc/22463/task/22472/stat : 22472 (plingeling) R 22461 22463 21663 0 -1 4202560 6547 1257 0 0 1255 0 0 0 25 0 5 0 653619505 167845888 12414 33554432000 4194304 4417452 140734019831696 18446744073709551615 4356968 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22463/tid=22473] ppid=22461 vsize=163912 CPUtime=12.66 cores=1,3,5,7
/proc/22463/task/22473/stat : 22473 (plingeling) R 22461 22463 21663 0 -1 4202560 10696 1257 0 0 1264 2 0 0 25 0 5 0 653619505 167845888 12414 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22463/tid=22474] ppid=22461 vsize=163912 CPUtime=12.66 cores=1,3,5,7
/proc/22463/task/22474/stat : 22474 (plingeling) R 22461 22463 21663 0 -1 4202560 25203 1257 0 0 1262 4 0 0 25 0 5 0 653619505 167845888 12414 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 163912

[startup+25.5009 s]
/proc/loadavg: 8.15 8.10 8.02 9/304 22494
/proc/meminfo: memFree=27586728/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=181484 CPUtime=101.66 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 98534 1257 0 0 10150 16 0 0 25 0 5 0 653619502 185839616 16807 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 45371 16807 180 55 0 43257 0
[pid=22463/tid=22471] ppid=22461 vsize=181484 CPUtime=25.46 cores=1,3,5,7
/proc/22463/task/22471/stat : 22471 (plingeling) R 22461 22463 21663 0 -1 4202560 17374 1257 0 0 2544 2 0 0 25 0 5 0 653619505 185839616 16807 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364711 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22463/tid=22472] ppid=22461 vsize=181484 CPUtime=25.23 cores=1,3,5,7
/proc/22463/task/22472/stat : 22472 (plingeling) R 22461 22463 21663 0 -1 4202560 16354 1257 0 0 2521 2 0 0 25 0 5 0 653619505 185839616 16807 33554432000 4194304 4417452 140734019831696 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22463/tid=22473] ppid=22461 vsize=181484 CPUtime=25.46 cores=1,3,5,7
/proc/22463/task/22473/stat : 22473 (plingeling) R 22461 22463 21663 0 -1 4202560 21838 1257 0 0 2543 3 0 0 25 0 5 0 653619505 185839616 16807 33554432000 4194304 4417452 140734019831696 18446744073709551615 4236559 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22463/tid=22474] ppid=22461 vsize=181484 CPUtime=25.46 cores=1,3,5,7
/proc/22463/task/22474/stat : 22474 (plingeling) R 22461 22463 21663 0 -1 4202560 41517 1257 0 0 2539 7 0 0 25 0 5 0 653619505 185839616 16807 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 181484

[startup+51.1007 s]
/proc/loadavg: 8.14 8.10 8.02 9/304 22495
/proc/meminfo: memFree=27481916/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=218532 CPUtime=203.83 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 179322 1257 0 0 20354 29 0 0 25 0 5 0 653619502 223776768 26069 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 54633 26069 180 55 0 52519 0
[pid=22463/tid=22471] ppid=22461 vsize=218532 CPUtime=51.07 cores=1,3,5,7
/proc/22463/task/22471/stat : 22471 (plingeling) R 22461 22463 21663 0 -1 4202560 39545 1257 0 0 5101 6 0 0 25 0 5 0 653619505 223776768 26069 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364784 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22463/tid=22472] ppid=22461 vsize=218532 CPUtime=50.6 cores=1,3,5,7
/proc/22463/task/22472/stat : 22472 (plingeling) R 22461 22463 21663 0 -1 4202560 36568 1257 0 0 5055 5 0 0 25 0 5 0 653619505 223776768 26069 33554432000 4194304 4417452 140734019831696 18446744073709551615 4366494 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22463/tid=22473] ppid=22461 vsize=218532 CPUtime=51.06 cores=1,3,5,7
/proc/22463/task/22473/stat : 22473 (plingeling) R 22461 22463 21663 0 -1 4202560 39679 1257 0 0 5100 6 0 0 25 0 5 0 653619505 223776768 26069 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22463/tid=22474] ppid=22461 vsize=218532 CPUtime=51.06 cores=1,3,5,7
/proc/22463/task/22474/stat : 22474 (plingeling) R 22461 22463 21663 0 -1 4202560 62079 1257 0 0 5095 11 0 0 25 0 5 0 653619505 223776768 26069 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.83
Current children cumulated vsize (KiB) 218532

[startup+102.311 s]
/proc/loadavg: 8.16 8.11 8.02 9/304 22496
/proc/meminfo: memFree=27454856/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=251272 CPUtime=408.21 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 284933 1257 0 0 40777 44 0 0 25 0 5 0 653619502 257302528 34254 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 62818 34254 180 55 0 60704 0
[pid=22463/tid=22471] ppid=22461 vsize=251272 CPUtime=102.27 cores=1,3,5,7
/proc/22463/task/22471/stat : 22471 (plingeling) R 22461 22463 21663 0 -1 4202560 64312 1257 0 0 10219 8 0 0 25 0 5 0 653619505 257302528 34254 33554432000 4194304 4417452 140734019831696 18446744073709551615 4310248 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22463/tid=22472] ppid=22461 vsize=251272 CPUtime=101.33 cores=1,3,5,7
/proc/22463/task/22472/stat : 22472 (plingeling) R 22461 22463 21663 0 -1 4202560 61527 1257 0 0 10125 8 0 0 25 0 5 0 653619505 257302528 34254 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22463/tid=22473] ppid=22461 vsize=251272 CPUtime=102.27 cores=1,3,5,7
/proc/22463/task/22473/stat : 22473 (plingeling) R 22461 22463 21663 0 -1 4202560 64615 1257 0 0 10217 10 0 0 25 0 5 0 653619505 257302528 34254 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22463/tid=22474] ppid=22461 vsize=251272 CPUtime=102.27 cores=1,3,5,7
/proc/22463/task/22474/stat : 22474 (plingeling) R 22461 22463 21663 0 -1 4202560 93028 1257 0 0 10211 16 0 0 25 0 5 0 653619505 257302528 34254 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.21
Current children cumulated vsize (KiB) 251272

[startup+162.301 s]
/proc/loadavg: 8.16 8.12 8.03 9/304 22498
/proc/meminfo: memFree=27210280/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=357964 CPUtime=647.63 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 400898 1257 0 0 64700 63 0 0 25 0 5 0 653619502 366555136 60943 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 89491 60943 180 55 0 87377 0
[pid=22463/tid=22471] ppid=22461 vsize=357964 CPUtime=162.27 cores=1,3,5,7
/proc/22463/task/22471/stat : 22471 (plingeling) R 22461 22463 21663 0 -1 4202560 91457 1257 0 0 16214 13 0 0 25 0 5 0 653619505 366555136 60943 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22463/tid=22472] ppid=22461 vsize=357964 CPUtime=160.78 cores=1,3,5,7
/proc/22463/task/22472/stat : 22472 (plingeling) R 22461 22463 21663 0 -1 4202560 90208 1257 0 0 16065 13 0 0 25 0 5 0 653619505 366555136 60943 33554432000 4194304 4417452 140734019831696 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22463/tid=22473] ppid=22461 vsize=357964 CPUtime=162.26 cores=1,3,5,7
/proc/22463/task/22473/stat : 22473 (plingeling) R 22461 22463 21663 0 -1 4202560 91869 1257 0 0 16212 14 0 0 25 0 5 0 653619505 366555136 60943 33554432000 4194304 4417452 140734019831696 18446744073709551615 4234240 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22463/tid=22474] ppid=22461 vsize=357964 CPUtime=162.26 cores=1,3,5,7
/proc/22463/task/22474/stat : 22474 (plingeling) R 22461 22463 21663 0 -1 4202560 125913 1257 0 0 16205 21 0 0 25 0 5 0 653619505 366555136 60943 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 647.63
Current children cumulated vsize (KiB) 357964


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

[pid=22463/tid=22472] ppid=22461 vsize=623296 CPUtime=695.88 cores=1,3,5,7
/proc/22463/task/22472/stat : 22472 (plingeling) R 22461 22463 21663 0 -1 4202560 238593 1257 0 0 69551 37 0 0 25 0 5 0 653619505 638255104 127260 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22463/tid=22473] ppid=22461 vsize=623296 CPUtime=702.27 cores=1,3,5,7
/proc/22463/task/22473/stat : 22473 (plingeling) R 22461 22463 21663 0 -1 4202560 228911 1257 0 0 70191 36 0 0 25 0 5 0 653619505 638255104 127260 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22463/tid=22474] ppid=22461 vsize=623296 CPUtime=702.27 cores=1,3,5,7
/proc/22463/task/22474/stat : 22474 (plingeling) R 22461 22463 21663 0 -1 4202560 245722 1257 0 0 70183 44 0 0 25 0 5 0 653619505 638255104 127260 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364896 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2802.74
Current children cumulated vsize (KiB) 623296

[startup+762.311 s]
/proc/loadavg: 8.09 8.08 8.03 9/304 22514
/proc/meminfo: memFree=26351560/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=834040 CPUtime=3042.23 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 1044996 1257 0 0 304053 170 0 0 25 0 5 0 653619502 854056960 179946 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 208510 179946 180 55 0 206396 0
[pid=22463/tid=22471] ppid=22461 vsize=834040 CPUtime=762.28 cores=1,3,5,7
/proc/22463/task/22471/stat : 22471 (plingeling) R 22461 22463 21663 0 -1 4202560 273128 1257 0 0 76187 41 0 0 25 0 5 0 653619505 854056960 179946 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22463/tid=22472] ppid=22461 vsize=834040 CPUtime=755.34 cores=1,3,5,7
/proc/22463/task/22472/stat : 22472 (plingeling) R 22461 22463 21663 0 -1 4202560 259489 1257 0 0 75493 41 0 0 25 0 5 0 653619505 854056960 179946 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22463/tid=22473] ppid=22461 vsize=834040 CPUtime=762.28 cores=1,3,5,7
/proc/22463/task/22473/stat : 22473 (plingeling) R 22461 22463 21663 0 -1 4202560 254381 1257 0 0 76187 41 0 0 25 0 5 0 653619505 854056960 179946 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22463/tid=22474] ppid=22461 vsize=834040 CPUtime=762.28 cores=1,3,5,7
/proc/22463/task/22474/stat : 22474 (plingeling) R 22461 22463 21663 0 -1 4202560 256547 1257 0 0 76182 46 0 0 25 0 5 0 653619505 854056960 179946 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3042.23
Current children cumulated vsize (KiB) 834040

[startup+822.301 s]
/proc/loadavg: 8.08 8.08 8.03 9/304 22515
/proc/meminfo: memFree=26280200/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=910916 CPUtime=3281.66 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 1074957 1257 0 0 327990 176 0 0 25 0 5 0 653619502 932777984 199165 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 227729 199165 180 55 0 225615 0
[pid=22463/tid=22471] ppid=22461 vsize=910916 CPUtime=822.27 cores=1,3,5,7
/proc/22463/task/22471/stat : 22471 (plingeling) R 22461 22463 21663 0 -1 4202560 277224 1257 0 0 82185 42 0 0 25 0 5 0 653619505 932777984 199165 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22463/tid=22472] ppid=22461 vsize=910916 CPUtime=814.79 cores=1,3,5,7
/proc/22463/task/22472/stat : 22472 (plingeling) R 22461 22463 21663 0 -1 4202560 259489 1257 0 0 81438 41 0 0 25 0 5 0 653619505 932777984 199165 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22463/tid=22473] ppid=22461 vsize=910916 CPUtime=822.27 cores=1,3,5,7
/proc/22463/task/22473/stat : 22473 (plingeling) R 22461 22463 21663 0 -1 4202560 272538 1257 0 0 82183 44 0 0 25 0 5 0 653619505 932777984 199165 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22463/tid=22474] ppid=22461 vsize=910916 CPUtime=822.27 cores=1,3,5,7
/proc/22463/task/22474/stat : 22474 (plingeling) R 22461 22463 21663 0 -1 4202560 264255 1257 0 0 82180 47 0 0 25 0 5 0 653619505 932777984 199165 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3281.66
Current children cumulated vsize (KiB) 910916

[startup+882.301 s]
/proc/loadavg: 8.08 8.08 8.03 9/304 22517
/proc/meminfo: memFree=26361108/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=750960 CPUtime=3521.11 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 1113789 1257 0 0 351929 182 0 0 25 0 5 0 653619502 768983040 159176 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 187740 159176 180 55 0 185626 0
[pid=22463/tid=22471] ppid=22461 vsize=750960 CPUtime=882.27 cores=1,3,5,7
/proc/22463/task/22471/stat : 22471 (plingeling) R 22461 22463 21663 0 -1 4202560 277224 1257 0 0 88185 42 0 0 25 0 5 0 653619505 768983040 159176 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22463/tid=22472] ppid=22461 vsize=750960 CPUtime=874.24 cores=1,3,5,7
/proc/22463/task/22472/stat : 22472 (plingeling) R 22461 22463 21663 0 -1 4202560 269122 1257 0 0 87382 42 0 0 25 0 5 0 653619505 768983040 159176 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22463/tid=22473] ppid=22461 vsize=750960 CPUtime=882.27 cores=1,3,5,7
/proc/22463/task/22473/stat : 22473 (plingeling) R 22461 22463 21663 0 -1 4202560 272538 1257 0 0 88183 44 0 0 25 0 5 0 653619505 768983040 159176 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22463/tid=22474] ppid=22461 vsize=750960 CPUtime=882.27 cores=1,3,5,7
/proc/22463/task/22474/stat : 22474 (plingeling) R 22461 22463 21663 0 -1 4202560 293454 1257 0 0 88176 51 0 0 25 0 5 0 653619505 768983040 159176 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3521.11
Current children cumulated vsize (KiB) 750960

[startup+942.301 s]
/proc/loadavg: 8.08 8.08 8.03 9/304 22519
/proc/meminfo: memFree=26551268/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=801984 CPUtime=3760.57 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 1162319 1257 0 0 375870 187 0 0 25 0 5 0 653619502 821231616 171932 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 200496 171932 180 55 0 198382 0
[pid=22463/tid=22471] ppid=22461 vsize=801984 CPUtime=942.27 cores=1,3,5,7
/proc/22463/task/22471/stat : 22471 (plingeling) R 22461 22463 21663 0 -1 4202560 296235 1257 0 0 94183 44 0 0 25 0 5 0 653619505 821231616 171932 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22463/tid=22472] ppid=22461 vsize=801984 CPUtime=933.7 cores=1,3,5,7
/proc/22463/task/22472/stat : 22472 (plingeling) R 22461 22463 21663 0 -1 4202560 285765 1257 0 0 93326 44 0 0 25 0 5 0 653619505 821231616 171932 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22463/tid=22473] ppid=22461 vsize=801984 CPUtime=942.27 cores=1,3,5,7
/proc/22463/task/22473/stat : 22473 (plingeling) R 22461 22463 21663 0 -1 4202560 272538 1257 0 0 94183 44 0 0 25 0 5 0 653619505 821231616 171932 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22463/tid=22474] ppid=22461 vsize=801984 CPUtime=942.28 cores=1,3,5,7
/proc/22463/task/22474/stat : 22474 (plingeling) R 22461 22463 21663 0 -1 4202560 306330 1257 0 0 94175 53 0 0 25 0 5 0 653619505 821231616 171932 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3760.57
Current children cumulated vsize (KiB) 801984

[startup+1002.3 s]
/proc/loadavg: 8.03 8.06 8.03 9/304 22520
/proc/meminfo: memFree=26398352/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=838500 CPUtime=4000.03 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 1171448 1257 0 0 399815 188 0 0 25 0 5 0 653619502 858624000 181061 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 209625 181061 180 55 0 207511 0
[pid=22463/tid=22471] ppid=22461 vsize=838500 CPUtime=1002.28 cores=1,3,5,7
/proc/22463/task/22471/stat : 22471 (plingeling) R 22461 22463 21663 0 -1 4202560 300331 1257 0 0 100183 45 0 0 25 0 5 0 653619505 858624000 181061 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22463/tid=22472] ppid=22461 vsize=838500 CPUtime=993.15 cores=1,3,5,7
/proc/22463/task/22472/stat : 22472 (plingeling) R 22461 22463 21663 0 -1 4202560 289861 1257 0 0 99271 44 0 0 25 0 5 0 653619505 858624000 181061 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22463/tid=22473] ppid=22461 vsize=838500 CPUtime=1002.27 cores=1,3,5,7
/proc/22463/task/22473/stat : 22473 (plingeling) R 22461 22463 21663 0 -1 4202560 272538 1257 0 0 100183 44 0 0 25 0 5 0 653619505 858624000 181061 33554432000 4194304 4417452 140734019831696 18446744073709551615 4357213 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22463/tid=22474] ppid=22461 vsize=838500 CPUtime=1002.28 cores=1,3,5,7
/proc/22463/task/22474/stat : 22474 (plingeling) R 22461 22463 21663 0 -1 4202560 307267 1257 0 0 100175 53 0 0 25 0 5 0 653619505 858624000 181061 33554432000 4194304 4417452 140734019831696 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4000.03
Current children cumulated vsize (KiB) 838500

[startup+1062.3 s]
/proc/loadavg: 8.01 8.05 8.02 9/304 22531
/proc/meminfo: memFree=26414244/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=888392 CPUtime=4239.48 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 1237701 1257 0 0 423750 198 0 0 25 0 5 0 653619502 909713408 193534 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 222098 193534 180 55 0 219984 0
[pid=22463/tid=22471] ppid=22461 vsize=888392 CPUtime=1062.26 cores=1,3,5,7
/proc/22463/task/22471/stat : 22471 (plingeling) R 22461 22463 21663 0 -1 4202560 300331 1257 0 0 106181 45 0 0 25 0 5 0 653619505 909713408 193534 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22463/tid=22472] ppid=22461 vsize=888392 CPUtime=1052.61 cores=1,3,5,7
/proc/22463/task/22472/stat : 22472 (plingeling) R 22461 22463 21663 0 -1 4202560 310223 1257 0 0 105213 48 0 0 25 0 5 0 653619505 909713408 193534 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22463/tid=22473] ppid=22461 vsize=888392 CPUtime=1062.27 cores=1,3,5,7
/proc/22463/task/22473/stat : 22473 (plingeling) R 22461 22463 21663 0 -1 4202560 313225 1257 0 0 106177 50 0 0 25 0 5 0 653619505 909713408 193534 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22463/tid=22474] ppid=22461 vsize=888392 CPUtime=1062.27 cores=1,3,5,7
/proc/22463/task/22474/stat : 22474 (plingeling) R 22461 22463 21663 0 -1 4202560 312471 1257 0 0 106174 53 0 0 25 0 5 0 653619505 909713408 193534 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4239.48
Current children cumulated vsize (KiB) 888392

[startup+1122.3 s]
/proc/loadavg: 8.04 8.05 8.02 9/304 22532
/proc/meminfo: memFree=26233292/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=942184 CPUtime=4478.92 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 1255804 1257 0 0 447691 201 0 0 25 0 5 0 653619502 964796416 206982 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 235546 206982 180 55 0 233432 0
[pid=22463/tid=22471] ppid=22461 vsize=942184 CPUtime=1122.26 cores=1,3,5,7
/proc/22463/task/22471/stat : 22471 (plingeling) R 22461 22463 21663 0 -1 4202560 318434 1257 0 0 112178 48 0 0 25 0 5 0 653619505 964796416 206982 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22463/tid=22472] ppid=22461 vsize=942184 CPUtime=1112.06 cores=1,3,5,7
/proc/22463/task/22472/stat : 22472 (plingeling) R 22461 22463 21663 0 -1 4202560 310223 1257 0 0 111158 48 0 0 25 0 5 0 653619505 964796416 206982 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22463/tid=22473] ppid=22461 vsize=942184 CPUtime=1122.28 cores=1,3,5,7
/proc/22463/task/22473/stat : 22473 (plingeling) R 22461 22463 21663 0 -1 4202560 313225 1257 0 0 112178 50 0 0 25 0 5 0 653619505 964796416 206982 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22463/tid=22474] ppid=22461 vsize=942184 CPUtime=1122.27 cores=1,3,5,7
/proc/22463/task/22474/stat : 22474 (plingeling) R 22461 22463 21663 0 -1 4202560 312471 1257 0 0 112174 53 0 0 25 0 5 0 653619505 964796416 206982 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4478.92
Current children cumulated vsize (KiB) 942184

[startup+1182.3 s]
/proc/loadavg: 8.05 8.05 8.02 9/304 22534
/proc/meminfo: memFree=25946812/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=1032360 CPUtime=4718.4 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 1283558 1257 0 0 471633 207 0 0 25 0 5 0 653619502 1057136640 229526 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 258090 229526 180 55 0 255976 0
[pid=22463/tid=22471] ppid=22461 vsize=1032360 CPUtime=1182.26 cores=1,3,5,7
/proc/22463/task/22471/stat : 22471 (plingeling) R 22461 22463 21663 0 -1 4202560 318434 1257 0 0 118178 48 0 0 25 0 5 0 653619505 1057136640 229526 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22463/tid=22472] ppid=22461 vsize=1032360 CPUtime=1171.52 cores=1,3,5,7
/proc/22463/task/22472/stat : 22472 (plingeling) R 22461 22463 21663 0 -1 4202560 310223 1257 0 0 117104 48 0 0 25 0 5 0 653619505 1057136640 229526 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22463/tid=22473] ppid=22461 vsize=1032360 CPUtime=1182.28 cores=1,3,5,7
/proc/22463/task/22473/stat : 22473 (plingeling) R 22461 22463 21663 0 -1 4202560 329392 1257 0 0 118175 53 0 0 25 0 5 0 653619505 1057136640 229526 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22463/tid=22474] ppid=22461 vsize=1032360 CPUtime=1182.27 cores=1,3,5,7
/proc/22463/task/22474/stat : 22474 (plingeling) R 22461 22463 21663 0 -1 4202560 324058 1257 0 0 118172 55 0 0 25 0 5 0 653619505 1057136640 229526 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4718.4
Current children cumulated vsize (KiB) 1032360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.10 8.07 8.02 9/304 22534
/proc/meminfo: memFree=25923988/32951124 swapFree=63649232/67111528
[pid=22463] ppid=22461 vsize=1032360 CPUtime=4800.22 cores=1,3,5,7
/proc/22463/stat : 22463 (plingeling) S 22461 22463 21663 0 -1 4202496 1283558 1257 0 0 479815 207 0 0 25 0 5 0 653619502 1057136640 229526 33554432000 4194304 4417452 140734019831696 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/22463/statm: 258090 229526 180 55 0 255976 0
[pid=22463/tid=22471] ppid=22461 vsize=1032360 CPUtime=1202.77 cores=1,3,5,7
/proc/22463/task/22471/stat : 22471 (plingeling) R 22461 22463 21663 0 -1 4202560 318434 1257 0 0 120229 48 0 0 25 0 5 0 653619505 1057136640 229526 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22463/tid=22472] ppid=22461 vsize=1032360 CPUtime=1191.83 cores=1,3,5,7
/proc/22463/task/22472/stat : 22472 (plingeling) R 22461 22463 21663 0 -1 4202560 310223 1257 0 0 119135 48 0 0 25 0 5 0 653619505 1057136640 229526 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22463/tid=22473] ppid=22461 vsize=1032360 CPUtime=1202.79 cores=1,3,5,7
/proc/22463/task/22473/stat : 22473 (plingeling) R 22461 22463 21663 0 -1 4202560 329392 1257 0 0 120226 53 0 0 25 0 5 0 653619505 1057136640 229526 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22463/tid=22474] ppid=22461 vsize=1032360 CPUtime=1202.78 cores=1,3,5,7
/proc/22463/task/22474/stat : 22474 (plingeling) R 22461 22463 21663 0 -1 4202560 324058 1257 0 0 120223 55 0 0 25 0 5 0 653619505 1057136640 229526 33554432000 4194304 4417452 140734019831696 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1032360

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): 1202.85
CPU time (s): 4800.31
CPU user time (s): 4798.19
CPU system time (s): 2.11268
CPU usage (%): 399.076
Max. virtual memory (cumulated for all children) (KiB): 1032360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.19
system time used= 2.11268
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1284816
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= 168
involuntary context switches= 34400

runsolver used 3.04154 second user time and 7.9208 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 02:43:30
IDJOB=3371054
IDBENCH=71514
IDSOLVER=1848
FILE ID=node130/3371054-1305420210
RUNJOBID= node130-1305419005-22349
PBS_JOBID= 13324556
Free space on /tmp= 73424 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v760c43649g2.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371054-1305420210/watcher-3371054-1305420210 -o /tmp/evaluation-result-3371054-1305420210/solver-3371054-1305420210 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371054-1305420210.cnf

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

MD5SUM BENCH= 791cdb75c1a209efd7f7547f06e0fed9
RANDOM SEED=1730026528

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.83
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27737640 kB
Buffers:        267108 kB
Cached:        3622348 kB
SwapCached:      10248 kB
Active:        1147120 kB
Inactive:      3796092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27737640 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:             416 kB
Writeback:           4 kB
AnonPages:     1051896 kB
Mapped:          12868 kB
Slab:           183232 kB
PageTables:      25328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51459228 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= 73428 MiB
End job on node130 at 2011-05-15 03:03:35