Trace number 3371447

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.1 1204.14

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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

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

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


[startup+0 s]
/proc/loadavg: 5.72 6.36 7.26 5/389 29588
/proc/meminfo: memFree=26890028/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=11596 CPUtime=0.01 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) R 29586 29588 28704 0 -1 4202496 1043 1253 0 0 1 0 0 0 25 0 1 0 653372486 11874304 924 33554432000 4194304 4417452 140737269244624 18446744073709551615 251814240000 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/29588/statm: 2899 924 149 55 0 785 0

[startup+0.197137 s]
/proc/loadavg: 5.72 6.36 7.26 5/389 29588
/proc/meminfo: memFree=26890028/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=133368 CPUtime=0.49 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 4933 1253 0 0 49 0 0 0 25 0 5 0 653372486 136568832 4779 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 33342 4779 174 55 0 31228 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 133368

[startup+0.201135 s]
/proc/loadavg: 5.72 6.36 7.26 5/389 29588
/proc/meminfo: memFree=26890028/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=133368 CPUtime=0.51 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 4933 1253 0 0 51 0 0 0 25 0 5 0 653372486 136568832 4779 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 33342 4779 174 55 0 31228 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 133368

[startup+0.300122 s]
/proc/loadavg: 5.72 6.36 7.26 5/389 29588
/proc/meminfo: memFree=26890028/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=133360 CPUtime=0.9 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 5109 1253 0 0 90 0 0 0 25 0 5 0 653372486 136560640 4778 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 33340 4778 175 55 0 31226 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 133360

[startup+0.701054 s]
/proc/loadavg: 5.72 6.36 7.26 5/389 29588
/proc/meminfo: memFree=26890028/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=140360 CPUtime=2.5 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 9525 1253 0 0 250 0 0 0 25 0 5 0 653372486 143728640 6254 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 35090 6254 180 55 0 32976 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 140360

[startup+1.50092 s]
/proc/loadavg: 5.90 6.39 7.26 9/394 29598
/proc/meminfo: memFree=26869288/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=157044 CPUtime=5.7 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 15084 1253 0 0 568 2 0 0 25 0 5 0 653372486 160813056 10680 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 39261 10680 180 55 0 37147 0
[pid=29588/tid=29595] ppid=29586 vsize=157044 CPUtime=1.4 cores=1,3,5,7
/proc/29588/task/29595/stat : 29595 (plingeling) R 29586 29588 28704 0 -1 4202560 3004 1253 0 0 140 0 0 0 25 0 5 0 653372495 160813056 10680 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29588/tid=29596] ppid=29586 vsize=157044 CPUtime=1.4 cores=1,3,5,7
/proc/29588/task/29596/stat : 29596 (plingeling) R 29586 29588 28704 0 -1 4202560 2771 1253 0 0 140 0 0 0 25 0 5 0 653372495 160813056 10680 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29588/tid=29597] ppid=29586 vsize=157044 CPUtime=1.39 cores=1,3,5,7
/proc/29588/task/29597/stat : 29597 (plingeling) R 29586 29588 28704 0 -1 4202560 1024 1253 0 0 139 0 0 0 25 0 5 0 653372495 160813056 10680 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29588/tid=29598] ppid=29586 vsize=157044 CPUtime=1.39 cores=1,3,5,7
/proc/29588/task/29598/stat : 29598 (plingeling) R 29586 29588 28704 0 -1 4202560 3646 1253 0 0 139 0 0 0 25 0 5 0 653372495 160813056 10680 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 157044

[startup+3.10065 s]
/proc/loadavg: 5.90 6.39 7.26 9/394 29598
/proc/meminfo: memFree=26837544/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=170032 CPUtime=12.07 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 20540 1253 0 0 1205 2 0 0 25 0 5 0 653372486 174112768 13927 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 42508 13927 180 55 0 40394 0
[pid=29588/tid=29595] ppid=29586 vsize=170032 CPUtime=3 cores=1,3,5,7
/proc/29588/task/29595/stat : 29595 (plingeling) R 29586 29588 28704 0 -1 4202560 3750 1253 0 0 300 0 0 0 25 0 5 0 653372495 174112768 13927 33554432000 4194304 4417452 140737269244624 18446744073709551615 4352463 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29588/tid=29596] ppid=29586 vsize=170032 CPUtime=3 cores=1,3,5,7
/proc/29588/task/29596/stat : 29596 (plingeling) R 29586 29588 28704 0 -1 4202560 3934 1253 0 0 300 0 0 0 25 0 5 0 653372495 174112768 13927 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364854 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29588/tid=29597] ppid=29586 vsize=170032 CPUtime=2.97 cores=1,3,5,7
/proc/29588/task/29597/stat : 29597 (plingeling) R 29586 29588 28704 0 -1 4202560 2301 1253 0 0 297 0 0 0 25 0 5 0 653372495 174112768 13927 33554432000 4194304 4417452 140737269244624 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29588/tid=29598] ppid=29586 vsize=170032 CPUtime=3 cores=1,3,5,7
/proc/29588/task/29598/stat : 29598 (plingeling) R 29586 29588 28704 0 -1 4202560 5916 1253 0 0 299 1 0 0 25 0 5 0 653372495 174112768 13927 33554432000 4194304 4417452 140737269244624 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 170032

[startup+6.30112 s]
/proc/loadavg: 6.07 6.41 7.27 9/394 29598
/proc/meminfo: memFree=26824284/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=178116 CPUtime=24.84 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 26408 1253 0 0 2481 3 0 0 25 0 5 0 653372486 182390784 15948 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 44529 15948 180 55 0 42415 0
[pid=29588/tid=29595] ppid=29586 vsize=178116 CPUtime=6.2 cores=1,3,5,7
/proc/29588/task/29595/stat : 29595 (plingeling) R 29586 29588 28704 0 -1 4202560 3750 1253 0 0 620 0 0 0 25 0 5 0 653372495 182390784 15948 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29588/tid=29596] ppid=29586 vsize=178116 CPUtime=6.19 cores=1,3,5,7
/proc/29588/task/29596/stat : 29596 (plingeling) R 29586 29588 28704 0 -1 4202560 5720 1253 0 0 619 0 0 0 25 0 5 0 653372495 182390784 15948 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29588/tid=29597] ppid=29586 vsize=178116 CPUtime=6.13 cores=1,3,5,7
/proc/29588/task/29597/stat : 29597 (plingeling) R 29586 29588 28704 0 -1 4202560 2813 1253 0 0 613 0 0 0 25 0 5 0 653372495 182390784 15948 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29588/tid=29598] ppid=29586 vsize=178116 CPUtime=6.19 cores=1,3,5,7
/proc/29588/task/29598/stat : 29598 (plingeling) R 29586 29588 28704 0 -1 4202560 9486 1253 0 0 618 1 0 0 25 0 5 0 653372495 182390784 15948 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 178116

[startup+12.701 s]
/proc/loadavg: 6.23 6.44 7.27 9/394 29598
/proc/meminfo: memFree=26781708/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=220384 CPUtime=50.36 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 41567 1253 0 0 5030 6 0 0 25 0 5 0 653372486 225673216 26280 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 55096 26280 180 55 0 52982 0
[pid=29588/tid=29595] ppid=29586 vsize=220384 CPUtime=12.6 cores=1,3,5,7
/proc/29588/task/29595/stat : 29595 (plingeling) R 29586 29588 28704 0 -1 4202560 8029 1253 0 0 1259 1 0 0 25 0 5 0 653372495 225673216 26280 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29588/tid=29596] ppid=29586 vsize=220384 CPUtime=12.6 cores=1,3,5,7
/proc/29588/task/29596/stat : 29596 (plingeling) R 29586 29588 28704 0 -1 4202560 9806 1253 0 0 1259 1 0 0 25 0 5 0 653372495 225673216 26280 33554432000 4194304 4417452 140737269244624 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29588/tid=29597] ppid=29586 vsize=220384 CPUtime=12.45 cores=1,3,5,7
/proc/29588/task/29597/stat : 29597 (plingeling) R 29586 29588 28704 0 -1 4202560 3552 1253 0 0 1245 0 0 0 25 0 5 0 653372495 225673216 26280 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29588/tid=29598] ppid=29586 vsize=220384 CPUtime=12.59 cores=1,3,5,7
/proc/29588/task/29598/stat : 29598 (plingeling) R 29586 29588 28704 0 -1 4202560 15541 1253 0 0 1257 2 0 0 25 0 5 0 653372495 225673216 26280 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 220384

[startup+25.5009 s]
/proc/loadavg: 6.58 6.51 7.28 9/394 29598
/proc/meminfo: memFree=26734376/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=245324 CPUtime=101.39 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 64934 1253 0 0 10130 9 0 0 25 0 5 0 653372486 251211776 32730 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 61331 32730 180 55 0 59217 0
[pid=29588/tid=29595] ppid=29586 vsize=245324 CPUtime=25.4 cores=1,3,5,7
/proc/29588/task/29595/stat : 29595 (plingeling) R 29586 29588 28704 0 -1 4202560 11616 1253 0 0 2538 2 0 0 25 0 5 0 653372495 251211776 32730 33554432000 4194304 4417452 140737269244624 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29588/tid=29596] ppid=29586 vsize=245324 CPUtime=25.4 cores=1,3,5,7
/proc/29588/task/29596/stat : 29596 (plingeling) R 29586 29588 28704 0 -1 4202560 15419 1253 0 0 2538 2 0 0 25 0 5 0 653372495 251211776 32730 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29588/tid=29597] ppid=29586 vsize=245324 CPUtime=25.07 cores=1,3,5,7
/proc/29588/task/29597/stat : 29597 (plingeling) R 29586 29588 28704 0 -1 4202560 9106 1253 0 0 2507 0 0 0 25 0 5 0 653372495 251211776 32730 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29588/tid=29598] ppid=29586 vsize=245324 CPUtime=25.39 cores=1,3,5,7
/proc/29588/task/29598/stat : 29598 (plingeling) R 29586 29588 28704 0 -1 4202560 24154 1253 0 0 2536 3 0 0 25 0 5 0 653372495 251211776 32730 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 245324

[startup+51.1006 s]
/proc/loadavg: 7.25 6.68 7.31 9/394 29599
/proc/meminfo: memFree=26649644/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=268332 CPUtime=203.46 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 97604 1253 0 0 20332 14 0 0 25 0 5 0 653372486 274771968 38482 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 67083 38482 180 55 0 64969 0
[pid=29588/tid=29595] ppid=29586 vsize=268332 CPUtime=50.99 cores=1,3,5,7
/proc/29588/task/29595/stat : 29595 (plingeling) R 29586 29588 28704 0 -1 4202560 16868 1253 0 0 5097 2 0 0 25 0 5 0 653372495 274771968 38482 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29588/tid=29596] ppid=29586 vsize=268332 CPUtime=51 cores=1,3,5,7
/proc/29588/task/29596/stat : 29596 (plingeling) R 29586 29588 28704 0 -1 4202560 22178 1253 0 0 5097 3 0 0 25 0 5 0 653372495 274771968 38482 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29588/tid=29597] ppid=29586 vsize=268332 CPUtime=50.35 cores=1,3,5,7
/proc/29588/task/29597/stat : 29597 (plingeling) R 29586 29588 28704 0 -1 4202560 14825 1253 0 0 5034 1 0 0 25 0 5 0 653372495 274771968 38482 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29588/tid=29598] ppid=29586 vsize=268332 CPUtime=51 cores=1,3,5,7
/proc/29588/task/29598/stat : 29598 (plingeling) R 29586 29588 28704 0 -1 4202560 39094 1253 0 0 5094 6 0 0 25 0 5 0 653372495 274771968 38482 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.46
Current children cumulated vsize (KiB) 268332

[startup+102.301 s]
/proc/loadavg: 7.73 6.90 7.35 9/394 29600
/proc/meminfo: memFree=26590464/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=314740 CPUtime=407.66 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 154704 1253 0 0 40742 24 0 0 25 0 5 0 653372486 322293760 50108 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 78685 50108 180 55 0 76571 0
[pid=29588/tid=29595] ppid=29586 vsize=314740 CPUtime=102.21 cores=1,3,5,7
/proc/29588/task/29595/stat : 29595 (plingeling) R 29586 29588 28704 0 -1 4202560 31383 1253 0 0 10216 5 0 0 25 0 5 0 653372495 322293760 50108 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29588/tid=29596] ppid=29586 vsize=314740 CPUtime=102.21 cores=1,3,5,7
/proc/29588/task/29596/stat : 29596 (plingeling) R 29586 29588 28704 0 -1 4202560 27374 1253 0 0 10217 4 0 0 25 0 5 0 653372495 322293760 50108 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29588/tid=29597] ppid=29586 vsize=314740 CPUtime=100.91 cores=1,3,5,7
/proc/29588/task/29597/stat : 29597 (plingeling) R 29586 29588 28704 0 -1 4202560 29990 1253 0 0 10088 3 0 0 25 0 5 0 653372495 322293760 50108 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29588/tid=29598] ppid=29586 vsize=314740 CPUtime=102.21 cores=1,3,5,7
/proc/29588/task/29598/stat : 29598 (plingeling) R 29586 29588 28704 0 -1 4202560 61318 1253 0 0 10211 10 0 0 25 0 5 0 653372495 322293760 50108 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.66
Current children cumulated vsize (KiB) 314740

[startup+162.301 s]
/proc/loadavg: 8.26 7.20 7.43 9/394 29605
/proc/meminfo: memFree=26445904/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=379668 CPUtime=646.03 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 215969 1253 0 0 64569 34 0 0 25 0 5 0 653372486 388780032 66340 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 94917 66340 180 55 0 92803 0
[pid=29588/tid=29595] ppid=29586 vsize=379668 CPUtime=161.38 cores=1,3,5,7
/proc/29588/task/29595/stat : 29595 (plingeling) R 29586 29588 28704 0 -1 4202560 46848 1253 0 0 16131 7 0 0 25 0 5 0 653372495 388780032 66340 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29588/tid=29596] ppid=29586 vsize=379668 CPUtime=162.19 cores=1,3,5,7
/proc/29588/task/29596/stat : 29596 (plingeling) R 29586 29588 28704 0 -1 4202560 42334 1253 0 0 16212 7 0 0 25 0 5 0 653372495 388780032 66340 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29588/tid=29597] ppid=29586 vsize=379668 CPUtime=160.14 cores=1,3,5,7
/proc/29588/task/29597/stat : 29597 (plingeling) R 29586 29588 28704 0 -1 4202560 48790 1253 0 0 16008 6 0 0 25 0 5 0 653372495 388780032 66340 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29588/tid=29598] ppid=29586 vsize=379668 CPUtime=162.2 cores=1,3,5,7
/proc/29588/task/29598/stat : 29598 (plingeling) R 29586 29588 28704 0 -1 4202560 73358 1253 0 0 16208 12 0 0 25 0 5 0 653372495 388780032 66340 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 646.03
Current children cumulated vsize (KiB) 379668


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

[pid=29588/tid=29596] ppid=29586 vsize=425132 CPUtime=702.21 cores=1,3,5,7
/proc/29588/task/29596/stat : 29596 (plingeling) R 29586 29588 28704 0 -1 4202560 93192 1253 0 0 70204 17 0 0 25 0 5 0 653372495 435335168 77706 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29588/tid=29597] ppid=29586 vsize=425132 CPUtime=693.25 cores=1,3,5,7
/proc/29588/task/29597/stat : 29597 (plingeling) R 29586 29588 28704 0 -1 4202560 189245 1253 0 0 69300 25 0 0 25 0 5 0 653372495 435335168 77706 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29588/tid=29598] ppid=29586 vsize=425132 CPUtime=702.2 cores=1,3,5,7
/proc/29588/task/29598/stat : 29598 (plingeling) R 29586 29588 28704 0 -1 4202560 182725 1253 0 0 70192 28 0 0 25 0 5 0 653372495 435335168 77706 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2799.18
Current children cumulated vsize (KiB) 425132

[startup+762.301 s]
/proc/loadavg: 8.08 7.95 7.72 9/394 29621
/proc/meminfo: memFree=26031340/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=433208 CPUtime=3038.47 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 613922 1253 0 0 303753 94 0 0 25 0 5 0 653372486 443604992 79725 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 108302 79725 180 55 0 106188 0
[pid=29588/tid=29595] ppid=29586 vsize=433208 CPUtime=761.41 cores=1,3,5,7
/proc/29588/task/29595/stat : 29595 (plingeling) R 29586 29588 28704 0 -1 4202560 121880 1253 0 0 76122 19 0 0 25 0 5 0 653372495 443604992 79725 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29588/tid=29596] ppid=29586 vsize=433208 CPUtime=762.22 cores=1,3,5,7
/proc/29588/task/29596/stat : 29596 (plingeling) R 29586 29588 28704 0 -1 4202560 95650 1253 0 0 76205 17 0 0 25 0 5 0 653372495 443604992 79725 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29588/tid=29597] ppid=29586 vsize=433208 CPUtime=752.5 cores=1,3,5,7
/proc/29588/task/29597/stat : 29597 (plingeling) R 29586 29588 28704 0 -1 4202560 201338 1253 0 0 75223 27 0 0 25 0 5 0 653372495 443604992 79725 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29588/tid=29598] ppid=29586 vsize=433208 CPUtime=762.22 cores=1,3,5,7
/proc/29588/task/29598/stat : 29598 (plingeling) R 29586 29588 28704 0 -1 4202560 190415 1253 0 0 76193 29 0 0 25 0 5 0 653372495 443604992 79725 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3038.47
Current children cumulated vsize (KiB) 433208

[startup+822.301 s]
/proc/loadavg: 8.09 7.97 7.74 9/394 29622
/proc/meminfo: memFree=25974348/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=461820 CPUtime=3277.65 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 653268 1253 0 0 327666 99 0 0 25 0 5 0 653372486 472903680 86878 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 115455 86878 180 55 0 113341 0
[pid=29588/tid=29595] ppid=29586 vsize=461820 CPUtime=821.39 cores=1,3,5,7
/proc/29588/task/29595/stat : 29595 (plingeling) R 29586 29588 28704 0 -1 4202560 132789 1253 0 0 82119 20 0 0 25 0 5 0 653372495 472903680 86878 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29588/tid=29596] ppid=29586 vsize=461820 CPUtime=822.2 cores=1,3,5,7
/proc/29588/task/29596/stat : 29596 (plingeling) R 29586 29588 28704 0 -1 4202560 101078 1253 0 0 82203 17 0 0 25 0 5 0 653372495 472903680 86878 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29588/tid=29597] ppid=29586 vsize=461820 CPUtime=811.73 cores=1,3,5,7
/proc/29588/task/29597/stat : 29597 (plingeling) R 29586 29588 28704 0 -1 4202560 214934 1253 0 0 81144 29 0 0 25 0 5 0 653372495 472903680 86878 33554432000 4194304 4417452 140737269244624 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29588/tid=29598] ppid=29586 vsize=461820 CPUtime=822.21 cores=1,3,5,7
/proc/29588/task/29598/stat : 29598 (plingeling) R 29586 29588 28704 0 -1 4202560 199828 1253 0 0 82190 31 0 0 25 0 5 0 653372495 472903680 86878 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3277.65
Current children cumulated vsize (KiB) 461820

[startup+882.315 s]
/proc/loadavg: 8.09 7.99 7.76 9/394 29624
/proc/meminfo: memFree=25921208/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=531744 CPUtime=3516.94 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 690573 1253 0 0 351588 106 0 0 25 0 5 0 653372486 544505856 104359 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 132936 104359 180 55 0 130822 0
[pid=29588/tid=29595] ppid=29586 vsize=531744 CPUtime=881.4 cores=1,3,5,7
/proc/29588/task/29595/stat : 29595 (plingeling) R 29586 29588 28704 0 -1 4202560 143965 1253 0 0 88118 22 0 0 25 0 5 0 653372495 544505856 104359 33554432000 4194304 4417452 140737269244624 18446744073709551615 4365088 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29588/tid=29596] ppid=29586 vsize=531744 CPUtime=882.22 cores=1,3,5,7
/proc/29588/task/29596/stat : 29596 (plingeling) R 29586 29588 28704 0 -1 4202560 103998 1253 0 0 88204 18 0 0 25 0 5 0 653372495 544505856 104359 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29588/tid=29597] ppid=29586 vsize=531744 CPUtime=870.97 cores=1,3,5,7
/proc/29588/task/29597/stat : 29597 (plingeling) R 29586 29588 28704 0 -1 4202560 220069 1253 0 0 87068 29 0 0 25 0 5 0 653372495 544505856 104359 33554432000 4194304 4417452 140737269244624 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29588/tid=29598] ppid=29586 vsize=531744 CPUtime=882.22 cores=1,3,5,7
/proc/29588/task/29598/stat : 29598 (plingeling) R 29586 29588 28704 0 -1 4202560 217902 1253 0 0 88188 34 0 0 25 0 5 0 653372495 544505856 104359 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3516.94
Current children cumulated vsize (KiB) 531744

[startup+942.301 s]
/proc/loadavg: 8.27 8.05 7.79 9/394 29626
/proc/meminfo: memFree=25948800/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=504204 CPUtime=3756.13 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 719999 1253 0 0 375502 111 0 0 25 0 5 0 653372486 516304896 97474 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 126051 97474 180 55 0 123937 0
[pid=29588/tid=29595] ppid=29586 vsize=504204 CPUtime=941.4 cores=1,3,5,7
/proc/29588/task/29595/stat : 29595 (plingeling) R 29586 29588 28704 0 -1 4202560 149595 1253 0 0 94116 24 0 0 25 0 5 0 653372495 516304896 97474 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29588/tid=29596] ppid=29586 vsize=504204 CPUtime=942.21 cores=1,3,5,7
/proc/29588/task/29596/stat : 29596 (plingeling) R 29586 29588 28704 0 -1 4202560 106625 1253 0 0 94203 18 0 0 25 0 5 0 653372495 516304896 97474 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29588/tid=29597] ppid=29586 vsize=504204 CPUtime=930.2 cores=1,3,5,7
/proc/29588/task/29597/stat : 29597 (plingeling) R 29586 29588 28704 0 -1 4202560 225674 1253 0 0 92990 30 0 0 25 0 5 0 653372495 516304896 97474 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29588/tid=29598] ppid=29586 vsize=504204 CPUtime=942.21 cores=1,3,5,7
/proc/29588/task/29598/stat : 29598 (plingeling) R 29586 29588 28704 0 -1 4202560 233466 1253 0 0 94184 37 0 0 25 0 5 0 653372495 516304896 97474 33554432000 4194304 4417452 140737269244624 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3756.13
Current children cumulated vsize (KiB) 504204

[startup+1002.3 s]
/proc/loadavg: 8.20 8.07 7.81 9/394 29627
/proc/meminfo: memFree=25923436/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=518976 CPUtime=3995.37 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 748261 1253 0 0 399421 116 0 0 25 0 5 0 653372486 531431424 101167 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 129744 101167 180 55 0 127630 0
[pid=29588/tid=29595] ppid=29586 vsize=518976 CPUtime=1001.4 cores=1,3,5,7
/proc/29588/task/29595/stat : 29595 (plingeling) R 29586 29588 28704 0 -1 4202560 155996 1253 0 0 100115 25 0 0 25 0 5 0 653372495 531431424 101167 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29588/tid=29596] ppid=29586 vsize=518976 CPUtime=1002.2 cores=1,3,5,7
/proc/29588/task/29596/stat : 29596 (plingeling) R 29586 29588 28704 0 -1 4202560 112871 1253 0 0 100201 19 0 0 25 0 5 0 653372495 531431424 101167 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29588/tid=29597] ppid=29586 vsize=518976 CPUtime=989.43 cores=1,3,5,7
/proc/29588/task/29597/stat : 29597 (plingeling) R 29586 29588 28704 0 -1 4202560 235109 1253 0 0 98911 32 0 0 25 0 5 0 653372495 531431424 101167 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29588/tid=29598] ppid=29586 vsize=518976 CPUtime=1002.21 cores=1,3,5,7
/proc/29588/task/29598/stat : 29598 (plingeling) R 29586 29588 28704 0 -1 4202560 239646 1253 0 0 100183 38 0 0 25 0 5 0 653372495 531431424 101167 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3995.37
Current children cumulated vsize (KiB) 518976

[startup+1062.3 s]
/proc/loadavg: 8.16 8.08 7.83 9/394 29629
/proc/meminfo: memFree=25796412/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=513468 CPUtime=4234.61 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 769510 1253 0 0 423342 119 0 0 25 0 5 0 653372486 525791232 99790 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 128367 99790 180 55 0 126253 0
[pid=29588/tid=29595] ppid=29586 vsize=513468 CPUtime=1061.39 cores=1,3,5,7
/proc/29588/task/29595/stat : 29595 (plingeling) R 29586 29588 28704 0 -1 4202560 160092 1253 0 0 106114 25 0 0 25 0 5 0 653372495 525791232 99790 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29588/tid=29596] ppid=29586 vsize=513468 CPUtime=1062.21 cores=1,3,5,7
/proc/29588/task/29596/stat : 29596 (plingeling) R 29586 29588 28704 0 -1 4202560 119263 1253 0 0 106201 20 0 0 25 0 5 0 653372495 525791232 99790 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29588/tid=29597] ppid=29586 vsize=513468 CPUtime=1048.67 cores=1,3,5,7
/proc/29588/task/29597/stat : 29597 (plingeling) R 29586 29588 28704 0 -1 4202560 238034 1253 0 0 104835 32 0 0 25 0 5 0 653372495 525791232 99790 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29588/tid=29598] ppid=29586 vsize=513468 CPUtime=1062.21 cores=1,3,5,7
/proc/29588/task/29598/stat : 29598 (plingeling) R 29586 29588 28704 0 -1 4202560 247482 1253 0 0 106182 39 0 0 25 0 5 0 653372495 525791232 99790 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4234.61
Current children cumulated vsize (KiB) 513468

[startup+1122.3 s]
/proc/loadavg: 8.18 8.10 7.85 9/394 29630
/proc/meminfo: memFree=25656728/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=524308 CPUtime=4473.84 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 794818 1253 0 0 447262 122 0 0 25 0 5 0 653372486 536891392 102500 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 131077 102500 180 55 0 128963 0
[pid=29588/tid=29595] ppid=29586 vsize=524308 CPUtime=1121.4 cores=1,3,5,7
/proc/29588/task/29595/stat : 29595 (plingeling) R 29586 29588 28704 0 -1 4202560 162971 1253 0 0 112114 26 0 0 25 0 5 0 653372495 536891392 102500 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29588/tid=29596] ppid=29586 vsize=524308 CPUtime=1122.21 cores=1,3,5,7
/proc/29588/task/29596/stat : 29596 (plingeling) R 29586 29588 28704 0 -1 4202560 127408 1253 0 0 112200 21 0 0 25 0 5 0 653372495 536891392 102500 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29588/tid=29597] ppid=29586 vsize=524308 CPUtime=1107.9 cores=1,3,5,7
/proc/29588/task/29597/stat : 29597 (plingeling) R 29586 29588 28704 0 -1 4202560 243984 1253 0 0 110757 33 0 0 25 0 5 0 653372495 536891392 102500 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29588/tid=29598] ppid=29586 vsize=524308 CPUtime=1122.21 cores=1,3,5,7
/proc/29588/task/29598/stat : 29598 (plingeling) R 29586 29588 28704 0 -1 4202560 255816 1253 0 0 112181 40 0 0 25 0 5 0 653372495 536891392 102500 33554432000 4194304 4417452 140737269244624 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4473.84
Current children cumulated vsize (KiB) 524308

[startup+1182.3 s]
/proc/loadavg: 7.53 7.97 7.82 5/384 29650
/proc/meminfo: memFree=26613864/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=532752 CPUtime=4713.09 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 819837 1253 0 0 471184 125 0 0 25 0 5 0 653372486 545538048 104611 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 133188 104611 180 55 0 131074 0
[pid=29588/tid=29595] ppid=29586 vsize=532752 CPUtime=1181.4 cores=1,3,5,7
/proc/29588/task/29595/stat : 29595 (plingeling) R 29586 29588 28704 0 -1 4202560 170166 1253 0 0 118113 27 0 0 25 0 5 0 653372495 545538048 104611 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29588/tid=29596] ppid=29586 vsize=532752 CPUtime=1182.21 cores=1,3,5,7
/proc/29588/task/29596/stat : 29596 (plingeling) R 29586 29588 28704 0 -1 4202560 127408 1253 0 0 118200 21 0 0 25 0 5 0 653372495 545538048 104611 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29588/tid=29597] ppid=29586 vsize=532752 CPUtime=1167.14 cores=1,3,5,7
/proc/29588/task/29597/stat : 29597 (plingeling) R 29586 29588 28704 0 -1 4202560 249655 1253 0 0 116681 33 0 0 25 0 5 0 653372495 545538048 104611 33554432000 4194304 4417452 140737269244624 18446744073709551615 4366102 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29588/tid=29598] ppid=29586 vsize=532752 CPUtime=1182.22 cores=1,3,5,7
/proc/29588/task/29598/stat : 29598 (plingeling) R 29586 29588 28704 0 -1 4202560 267969 1253 0 0 118180 42 0 0 25 0 5 0 653372495 545538048 104611 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364669 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4713.09
Current children cumulated vsize (KiB) 532752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.1 s]
/proc/loadavg: 6.61 7.73 7.75 5/384 29651
/proc/meminfo: memFree=26607888/32950928 swapFree=44388876/67111528
[pid=29588] ppid=29586 vsize=531488 CPUtime=4800.05 cores=1,3,5,7
/proc/29588/stat : 29588 (plingeling) S 29586 29588 28704 0 -1 4202496 835370 1253 0 0 479878 127 0 0 25 0 5 0 653372486 544243712 104295 33554432000 4194304 4417452 140737269244624 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29588/statm: 132872 104295 180 55 0 130758 0
[pid=29588/tid=29595] ppid=29586 vsize=531488 CPUtime=1203.22 cores=1,3,5,7
/proc/29588/task/29595/stat : 29595 (plingeling) R 29586 29588 28704 0 -1 4202560 170166 1253 0 0 120295 27 0 0 25 0 5 0 653372495 544243712 104295 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29588/tid=29596] ppid=29586 vsize=531488 CPUtime=1204.03 cores=1,3,5,7
/proc/29588/task/29596/stat : 29596 (plingeling) R 29586 29588 28704 0 -1 4202560 130481 1253 0 0 120381 22 0 0 25 0 5 0 653372495 544243712 104295 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29588/tid=29597] ppid=29586 vsize=531488 CPUtime=1188.66 cores=1,3,5,7
/proc/29588/task/29597/stat : 29597 (plingeling) R 29586 29588 28704 0 -1 4202560 257847 1253 0 0 118832 34 0 0 25 0 5 0 653372495 544243712 104295 33554432000 4194304 4417452 140737269244624 18446744073709551615 4366092 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29588/tid=29598] ppid=29586 vsize=531488 CPUtime=1204.03 cores=1,3,5,7
/proc/29588/task/29598/stat : 29598 (plingeling) R 29586 29588 28704 0 -1 4202560 272237 1253 0 0 120360 43 0 0 25 0 5 0 653372495 544243712 104295 33554432000 4194304 4417452 140737269244624 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 531488

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): 1204.14
CPU time (s): 4800.1
CPU user time (s): 4798.81
CPU system time (s): 1.2908
CPU usage (%): 398.635
Max. virtual memory (cumulated for all children) (KiB): 565520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.81
system time used= 1.2908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 836623
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= 63
involuntary context switches= 35553

runsolver used 4.10637 second user time and 11.2353 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 02:02:18
IDJOB=3371447
IDBENCH=71089
IDSOLVER=1848
FILE ID=node126/3371447-1305417738
RUNJOBID= node126-1305417698-29451
PBS_JOBID= 13324522
Free space on /tmp= 73324 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371447-1305417738/watcher-3371447-1305417738 -o /tmp/evaluation-result-3371447-1305417738/solver-3371447-1305417738 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371447-1305417738.cnf

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=1144330023

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26890308 kB
Buffers:        264996 kB
Cached:        2449860 kB
SwapCached:      92524 kB
Active:         904544 kB
Inactive:      4904232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26890308 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:            2652 kB
Writeback:          20 kB
AnonPages:     3014032 kB
Mapped:          15740 kB
Slab:           110364 kB
PageTables:      75832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88283936 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= 73324 MiB
End job on node126 at 2011-05-15 02:22:24