Trace number 3370907

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.25 1203.72

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
MD5SUMdda220d08783aabf4e7a9e99eeeccae6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2444
Number of clauses498568
Sum of the clauses size999480
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2498518
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.55 7.92 7.52 6/353 12468
/proc/meminfo: memFree=26047248/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=10588 CPUtime=0 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) R 12466 12468 11874 0 -1 4202496 738 1253 0 0 0 0 0 0 25 0 1 0 654918450 10842112 669 33554432000 4194304 4417452 140735313619728 18446744073709551615 216634209261 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/12468/statm: 2647 669 147 55 0 533 0

[startup+0.064587 s]
/proc/loadavg: 7.55 7.92 7.52 6/353 12468
/proc/meminfo: memFree=26047248/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=18340 CPUtime=0.05 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) R 12466 12468 11874 0 -1 4202496 2725 1253 0 0 5 0 0 0 25 0 1 0 654918450 18780160 2608 33554432000 4194304 4417452 140735313619728 18446744073709551615 216634515200 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/12468/statm: 4585 2608 148 55 0 2471 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 18340

[startup+0.100581 s]
/proc/loadavg: 7.55 7.92 7.52 6/353 12468
/proc/meminfo: memFree=26047248/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=26532 CPUtime=0.09 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) R 12466 12468 11874 0 -1 4202496 4773 1253 0 0 9 0 0 0 25 0 1 0 654918450 27168768 4656 33554432000 4194304 4417452 140735313619728 18446744073709551615 216634515200 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/12468/statm: 6633 4656 148 55 0 4519 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26532

[startup+0.300549 s]
/proc/loadavg: 7.55 7.92 7.52 6/353 12468
/proc/meminfo: memFree=26047248/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=75684 CPUtime=0.29 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) R 12466 12468 11874 0 -1 4202496 15288 1253 0 0 28 1 0 0 25 0 1 0 654918450 77500416 15172 33554432000 4194304 4417452 140735313619728 18446744073709551615 216634209373 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/12468/statm: 18921 15196 148 55 0 16807 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75684

[startup+0.700442 s]
/proc/loadavg: 7.55 7.92 7.52 6/353 12468
/proc/meminfo: memFree=26047248/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=120540 CPUtime=1.75 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) S 12466 12468 11874 0 -1 4202496 20143 1253 0 0 173 2 0 0 25 0 5 0 654918450 123432960 17949 33554432000 4194304 4417452 140735313619728 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12468/statm: 30135 17949 175 55 0 28021 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 120540

[startup+1.5003 s]
/proc/loadavg: 7.55 7.92 7.52 10/358 12478
/proc/meminfo: memFree=25957688/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=140076 CPUtime=4.93 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) S 12466 12468 11874 0 -1 4202496 41176 1253 0 0 489 4 0 0 25 0 5 0 654918450 143437824 22805 33554432000 4194304 4417452 140735313619728 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12468/statm: 35019 22805 179 55 0 32905 0
[pid=12468/tid=12475] ppid=12466 vsize=140076 CPUtime=1.14 cores=0,2,4,6
/proc/12468/task/12475/stat : 12475 (plingeling) R 12466 12468 11874 0 -1 4202560 6140 1253 0 0 114 0 0 0 25 0 5 0 654918485 143437824 22805 33554432000 4194304 4417452 140735313619728 18446744073709551615 4248242 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12468/tid=12476] ppid=12466 vsize=140076 CPUtime=1.14 cores=0,2,4,6
/proc/12468/task/12476/stat : 12476 (plingeling) R 12466 12468 11874 0 -1 4202560 5766 1253 0 0 114 0 0 0 25 0 5 0 654918485 143437824 22805 33554432000 4194304 4417452 140735313619728 18446744073709551615 4248198 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12468/tid=12477] ppid=12466 vsize=140076 CPUtime=1.14 cores=0,2,4,6
/proc/12468/task/12477/stat : 12477 (plingeling) R 12466 12468 11874 0 -1 4202560 4886 1253 0 0 114 0 0 0 25 0 5 0 654918485 143437824 22805 33554432000 4194304 4417452 140735313619728 18446744073709551615 4258244 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12468/tid=12478] ppid=12466 vsize=140076 CPUtime=1.13 cores=0,2,4,6
/proc/12468/task/12478/stat : 12478 (plingeling) R 12466 12468 11874 0 -1 4202560 7311 1253 0 0 112 1 0 0 18 0 5 0 654918485 143437824 22805 33554432000 4194304 4417452 140735313619728 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 140076

[startup+3.10102 s]
/proc/loadavg: 7.55 7.92 7.52 10/358 12478
/proc/meminfo: memFree=25933628/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=151020 CPUtime=11.32 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) S 12466 12468 11874 0 -1 4202496 52675 1253 0 0 1126 6 0 0 25 0 5 0 654918450 154644480 25541 33554432000 4194304 4417452 140735313619728 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12468/statm: 37755 25541 179 55 0 35641 0
[pid=12468/tid=12475] ppid=12466 vsize=151020 CPUtime=2.74 cores=0,2,4,6
/proc/12468/task/12475/stat : 12475 (plingeling) R 12466 12468 11874 0 -1 4202560 7249 1253 0 0 274 0 0 0 25 0 5 0 654918485 154644480 25541 33554432000 4194304 4417452 140735313619728 18446744073709551615 4248242 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12468/tid=12476] ppid=12466 vsize=151020 CPUtime=2.74 cores=0,2,4,6
/proc/12468/task/12476/stat : 12476 (plingeling) R 12466 12468 11874 0 -1 4202560 7013 1253 0 0 274 0 0 0 25 0 5 0 654918485 154644480 25541 33554432000 4194304 4417452 140735313619728 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12468/tid=12477] ppid=12466 vsize=151020 CPUtime=2.74 cores=0,2,4,6
/proc/12468/task/12477/stat : 12477 (plingeling) R 12466 12468 11874 0 -1 4202560 4886 1253 0 0 274 0 0 0 25 0 5 0 654918485 154644480 25541 33554432000 4194304 4417452 140735313619728 18446744073709551615 4258401 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12468/tid=12478] ppid=12466 vsize=151020 CPUtime=2.72 cores=0,2,4,6
/proc/12468/task/12478/stat : 12478 (plingeling) R 12466 12468 11874 0 -1 4202560 16454 1253 0 0 270 2 0 0 21 0 5 0 654918485 154644480 25541 33554432000 4194304 4417452 140735313619728 18446744073709551615 4357300 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.32
Current children cumulated vsize (KiB) 151020

[startup+6.30046 s]
/proc/loadavg: 7.59 7.92 7.53 10/358 12478
/proc/meminfo: memFree=25915300/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=176900 CPUtime=24.07 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) S 12466 12468 11874 0 -1 4202496 63769 1253 0 0 2400 7 0 0 25 0 5 0 654918450 181145600 30988 33554432000 4194304 4417452 140735313619728 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12468/statm: 44225 30988 179 55 0 42111 0
[pid=12468/tid=12475] ppid=12466 vsize=176900 CPUtime=5.94 cores=0,2,4,6
/proc/12468/task/12475/stat : 12475 (plingeling) R 12466 12468 11874 0 -1 4202560 7249 1253 0 0 594 0 0 0 25 0 5 0 654918485 181145600 30988 33554432000 4194304 4417452 140735313619728 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12468/tid=12476] ppid=12466 vsize=176900 CPUtime=5.94 cores=0,2,4,6
/proc/12468/task/12476/stat : 12476 (plingeling) R 12466 12468 11874 0 -1 4202560 7013 1253 0 0 594 0 0 0 25 0 5 0 654918485 181145600 30988 33554432000 4194304 4417452 140735313619728 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12468/tid=12477] ppid=12466 vsize=176900 CPUtime=5.94 cores=0,2,4,6
/proc/12468/task/12477/stat : 12477 (plingeling) R 12466 12468 11874 0 -1 4202560 4886 1253 0 0 594 0 0 0 25 0 5 0 654918485 181145600 30988 33554432000 4194304 4417452 140735313619728 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12468/tid=12478] ppid=12466 vsize=176900 CPUtime=5.88 cores=0,2,4,6
/proc/12468/task/12478/stat : 12478 (plingeling) R 12466 12468 11874 0 -1 4202560 27548 1253 0 0 584 4 0 0 25 0 5 0 654918485 181145600 30988 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.07
Current children cumulated vsize (KiB) 176900

[startup+12.7003 s]
/proc/loadavg: 7.62 7.92 7.53 10/358 12478
/proc/meminfo: memFree=25862528/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=219724 CPUtime=49.6 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) S 12466 12468 11874 0 -1 4202496 85306 1253 0 0 4950 10 0 0 25 0 5 0 654918450 224997376 42717 33554432000 4194304 4417452 140735313619728 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12468/statm: 54931 42717 179 55 0 52817 0
[pid=12468/tid=12475] ppid=12466 vsize=219724 CPUtime=12.34 cores=0,2,4,6
/proc/12468/task/12475/stat : 12475 (plingeling) R 12466 12468 11874 0 -1 4202560 7249 1253 0 0 1234 0 0 0 25 0 5 0 654918485 224997376 42717 33554432000 4194304 4417452 140735313619728 18446744073709551615 4249991 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12468/tid=12476] ppid=12466 vsize=219724 CPUtime=12.34 cores=0,2,4,6
/proc/12468/task/12476/stat : 12476 (plingeling) R 12466 12468 11874 0 -1 4202560 7013 1253 0 0 1234 0 0 0 25 0 5 0 654918485 224997376 42717 33554432000 4194304 4417452 140735313619728 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12468/tid=12477] ppid=12466 vsize=219724 CPUtime=12.34 cores=0,2,4,6
/proc/12468/task/12477/stat : 12477 (plingeling) R 12466 12468 11874 0 -1 4202560 4886 1253 0 0 1234 0 0 0 25 0 5 0 654918485 224997376 42717 33554432000 4194304 4417452 140735313619728 18446744073709551615 4249924 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12468/tid=12478] ppid=12466 vsize=219724 CPUtime=12.2 cores=0,2,4,6
/proc/12468/task/12478/stat : 12478 (plingeling) R 12466 12468 11874 0 -1 4202560 49085 1253 0 0 1214 6 0 0 25 0 5 0 654918485 224997376 42717 33554432000 4194304 4417452 140735313619728 18446744073709551615 4365067 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.6
Current children cumulated vsize (KiB) 219724

[startup+25.5011 s]
/proc/loadavg: 7.70 7.92 7.54 10/358 12479
/proc/meminfo: memFree=25652468/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=356504 CPUtime=100.65 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) S 12466 12468 11874 0 -1 4202496 126077 1253 0 0 10049 16 0 0 25 0 5 0 654918450 365060096 60562 33554432000 4194304 4417452 140735313619728 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12468/statm: 89126 60562 180 55 0 87012 0
[pid=12468/tid=12475] ppid=12466 vsize=356504 CPUtime=25.14 cores=0,2,4,6
/proc/12468/task/12475/stat : 12475 (plingeling) R 12466 12468 11874 0 -1 4202560 7785 1253 0 0 2514 0 0 0 25 0 5 0 654918485 365060096 60562 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12468/tid=12476] ppid=12466 vsize=356504 CPUtime=25.13 cores=0,2,4,6
/proc/12468/task/12476/stat : 12476 (plingeling) R 12466 12468 11874 0 -1 4202560 7718 1253 0 0 2513 0 0 0 25 0 5 0 654918485 365060096 60562 33554432000 4194304 4417452 140735313619728 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12468/tid=12477] ppid=12466 vsize=356504 CPUtime=25.14 cores=0,2,4,6
/proc/12468/task/12477/stat : 12477 (plingeling) R 12466 12468 11874 0 -1 4202560 7860 1253 0 0 2514 0 0 0 25 0 5 0 654918485 365060096 60562 33554432000 4194304 4417452 140735313619728 18446744073709551615 4248225 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12468/tid=12478] ppid=12466 vsize=356504 CPUtime=24.86 cores=0,2,4,6
/proc/12468/task/12478/stat : 12478 (plingeling) R 12466 12468 11874 0 -1 4202560 85641 1253 0 0 2474 12 0 0 25 0 5 0 654918485 365060096 60562 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.65
Current children cumulated vsize (KiB) 356504

[startup+51.1006 s]
/proc/loadavg: 7.80 7.93 7.55 9/358 12480
/proc/meminfo: memFree=25517812/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=451640 CPUtime=202.77 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) S 12466 12468 11874 0 -1 4202496 186359 1253 0 0 20252 25 0 0 25 0 5 0 654918450 462479360 84346 33554432000 4194304 4417452 140735313619728 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12468/statm: 112910 84346 180 55 0 110796 0
[pid=12468/tid=12475] ppid=12466 vsize=451640 CPUtime=50.75 cores=0,2,4,6
/proc/12468/task/12475/stat : 12475 (plingeling) R 12466 12468 11874 0 -1 4202560 9833 1253 0 0 5074 1 0 0 25 0 5 0 654918485 462479360 84346 33554432000 4194304 4417452 140735313619728 18446744073709551615 4357714 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12468/tid=12476] ppid=12466 vsize=451640 CPUtime=50.74 cores=0,2,4,6
/proc/12468/task/12476/stat : 12476 (plingeling) R 12466 12468 11874 0 -1 4202560 9307 1253 0 0 5073 1 0 0 25 0 5 0 654918485 462479360 84346 33554432000 4194304 4417452 140735313619728 18446744073709551615 4255683 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12468/tid=12477] ppid=12466 vsize=451640 CPUtime=50.74 cores=0,2,4,6
/proc/12468/task/12477/stat : 12477 (plingeling) R 12466 12468 11874 0 -1 4202560 9203 1253 0 0 5074 0 0 0 25 0 5 0 654918485 462479360 84346 33554432000 4194304 4417452 140735313619728 18446744073709551615 4258188 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12468/tid=12478] ppid=12466 vsize=451640 CPUtime=50.17 cores=0,2,4,6
/proc/12468/task/12478/stat : 12478 (plingeling) R 12466 12468 11874 0 -1 4202560 140943 1253 0 0 4997 20 0 0 25 0 5 0 654918485 462479360 84346 33554432000 4194304 4417452 140735313619728 18446744073709551615 4250502 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.77
Current children cumulated vsize (KiB) 451640

[startup+102.313 s]
/proc/loadavg: 7.91 7.94 7.57 10/358 12481
/proc/meminfo: memFree=25385596/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=504188 CPUtime=407.05 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) S 12466 12468 11874 0 -1 4202496 290295 1253 0 0 40666 39 0 0 25 0 5 0 654918450 516288512 97482 33554432000 4194304 4417452 140735313619728 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12468/statm: 126047 97482 180 55 0 123933 0
[pid=12468/tid=12475] ppid=12466 vsize=504188 CPUtime=101.96 cores=0,2,4,6
/proc/12468/task/12475/stat : 12475 (plingeling) R 12466 12468 11874 0 -1 4202560 13638 1253 0 0 10195 1 0 0 25 0 5 0 654918485 516288512 97482 33554432000 4194304 4417452 140735313619728 18446744073709551615 4235378 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12468/tid=12476] ppid=12466 vsize=504188 CPUtime=101.95 cores=0,2,4,6
/proc/12468/task/12476/stat : 12476 (plingeling) R 12466 12468 11874 0 -1 4202560 15410 1253 0 0 10194 1 0 0 25 0 5 0 654918485 516288512 97482 33554432000 4194304 4417452 140735313619728 18446744073709551615 4253440 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12468/tid=12477] ppid=12466 vsize=504188 CPUtime=101.95 cores=0,2,4,6
/proc/12468/task/12477/stat : 12477 (plingeling) R 12466 12468 11874 0 -1 4202560 9203 1253 0 0 10195 0 0 0 25 0 5 0 654918485 516288512 97482 33554432000 4194304 4417452 140735313619728 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12468/tid=12478] ppid=12466 vsize=504188 CPUtime=100.82 cores=0,2,4,6
/proc/12468/task/12478/stat : 12478 (plingeling) R 12466 12468 11874 0 -1 4202560 234971 1253 0 0 10049 33 0 0 25 0 5 0 654918485 516288512 97482 33554432000 4194304 4417452 140735313619728 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.05
Current children cumulated vsize (KiB) 504188

[startup+162.301 s]
/proc/loadavg: 7.97 7.95 7.59 10/358 12482
/proc/meminfo: memFree=25061048/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=661688 CPUtime=646.35 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) S 12466 12468 11874 0 -1 4202496 355033 1253 0 0 64588 47 0 0 25 0 5 0 654918450 677568512 136890 33554432000 4194304 4417452 140735313619728 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12468/statm: 165422 136890 180 55 0 163308 0
[pid=12468/tid=12475] ppid=12466 vsize=661688 CPUtime=161.95 cores=0,2,4,6
/proc/12468/task/12475/stat : 12475 (plingeling) R 12466 12468 11874 0 -1 4202560 31142 1253 0 0 16192 3 0 0 25 0 5 0 654918485 677568512 136890 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12468/tid=12476] ppid=12466 vsize=661688 CPUtime=161.94 cores=0,2,4,6
/proc/12468/task/12476/stat : 12476 (plingeling) R 12466 12468 11874 0 -1 4202560 26039 1253 0 0 16191 3 0 0 25 0 5 0 654918485 677568512 136890 33554432000 4194304 4417452 140735313619728 18446744073709551615 4237148 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12468/tid=12477] ppid=12466 vsize=661688 CPUtime=161.95 cores=0,2,4,6
/proc/12468/task/12477/stat : 12477 (plingeling) R 12466 12468 11874 0 -1 4202560 13035 1253 0 0 16194 1 0 0 25 0 5 0 654918485 677568512 136890 33554432000 4194304 4417452 140735313619728 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12468/tid=12478] ppid=12466 vsize=661688 CPUtime=160.15 cores=0,2,4,6
/proc/12468/task/12478/stat : 12478 (plingeling) R 12466 12468 11874 0 -1 4202560 267744 1253 0 0 15978 37 0 0 25 0 5 0 654918485 677568512 136890 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 646.35
Current children cumulated vsize (KiB) 661688


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

/proc/meminfo: memFree=23378428/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=1647484 CPUtime=3039.79 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) S 12466 12468 11874 0 -1 4202496 1414203 1253 0 0 303774 205 0 0 25 0 5 0 654918450 1687023616 383307 33554432000 4194304 4417452 140735313619728 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12468/statm: 411871 383307 180 55 0 409757 0
[pid=12468/tid=12475] ppid=12466 vsize=1647484 CPUtime=761.97 cores=0,2,4,6
/proc/12468/task/12475/stat : 12475 (plingeling) R 12466 12468 11874 0 -1 4202560 218278 1253 0 0 76168 29 0 0 25 0 5 0 654918485 1687023616 383307 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12468/tid=12476] ppid=12466 vsize=1647484 CPUtime=761.97 cores=0,2,4,6
/proc/12468/task/12476/stat : 12476 (plingeling) R 12466 12468 11874 0 -1 4202560 308502 1253 0 0 76158 39 0 0 25 0 5 0 654918485 1687023616 383307 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12468/tid=12477] ppid=12466 vsize=1647484 CPUtime=761.95 cores=0,2,4,6
/proc/12468/task/12477/stat : 12477 (plingeling) R 12466 12468 11874 0 -1 4202560 188456 1253 0 0 76171 24 0 0 25 0 5 0 654918485 1687023616 383307 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12468/tid=12478] ppid=12466 vsize=1647484 CPUtime=753.53 cores=0,2,4,6
/proc/12468/task/12478/stat : 12478 (plingeling) R 12466 12468 11874 0 -1 4202560 681894 1253 0 0 75244 109 0 0 25 0 5 0 654918485 1687023616 383307 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3039.79
Current children cumulated vsize (KiB) 1647484

[startup+822.301 s]
/proc/loadavg: 8.13 8.03 7.81 9/358 12500
/proc/meminfo: memFree=23174916/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=1736864 CPUtime=3279.08 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) S 12466 12468 11874 0 -1 4202496 1583671 1253 0 0 327685 223 0 0 25 0 5 0 654918450 1778548736 405652 33554432000 4194304 4417452 140735313619728 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12468/statm: 434216 405652 180 55 0 432102 0
[pid=12468/tid=12475] ppid=12466 vsize=1736864 CPUtime=821.97 cores=0,2,4,6
/proc/12468/task/12475/stat : 12475 (plingeling) R 12466 12468 11874 0 -1 4202560 269438 1253 0 0 82162 35 0 0 25 0 5 0 654918485 1778548736 405652 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12468/tid=12476] ppid=12466 vsize=1736864 CPUtime=821.95 cores=0,2,4,6
/proc/12468/task/12476/stat : 12476 (plingeling) R 12466 12468 11874 0 -1 4202560 326822 1253 0 0 82154 41 0 0 25 0 5 0 654918485 1778548736 405652 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12468/tid=12477] ppid=12466 vsize=1736864 CPUtime=821.92 cores=0,2,4,6
/proc/12468/task/12477/stat : 12477 (plingeling) R 12466 12468 11874 0 -1 4202560 262184 1253 0 0 82159 33 0 0 25 0 5 0 654918485 1778548736 405652 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12468/tid=12478] ppid=12466 vsize=1736864 CPUtime=812.88 cores=0,2,4,6
/proc/12468/task/12478/stat : 12478 (plingeling) R 12466 12468 11874 0 -1 4202560 708154 1253 0 0 81176 112 0 0 25 0 5 0 654918485 1778548736 405652 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.08
Current children cumulated vsize (KiB) 1736864

[startup+882.3 s]
/proc/loadavg: 8.17 8.06 7.83 10/358 12502
/proc/meminfo: memFree=22742596/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=1849124 CPUtime=3518.41 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) S 12466 12468 11874 0 -1 4202496 1726448 1253 0 0 351601 240 0 0 25 0 5 0 654918450 1893502976 433717 33554432000 4194304 4417452 140735313619728 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12468/statm: 462281 433717 180 55 0 460167 0
[pid=12468/tid=12475] ppid=12466 vsize=1849124 CPUtime=881.96 cores=0,2,4,6
/proc/12468/task/12475/stat : 12475 (plingeling) R 12466 12468 11874 0 -1 4202560 318590 1253 0 0 88156 40 0 0 25 0 5 0 654918485 1893502976 433717 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12468/tid=12476] ppid=12466 vsize=1849124 CPUtime=881.94 cores=0,2,4,6
/proc/12468/task/12476/stat : 12476 (plingeling) R 12466 12468 11874 0 -1 4202560 326822 1253 0 0 88153 41 0 0 25 0 5 0 654918485 1893502976 433717 33554432000 4194304 4417452 140735313619728 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12468/tid=12477] ppid=12466 vsize=1849124 CPUtime=881.91 cores=0,2,4,6
/proc/12468/task/12477/stat : 12477 (plingeling) R 12466 12468 11874 0 -1 4202560 330278 1253 0 0 88151 40 0 0 25 0 5 0 654918485 1893502976 433717 33554432000 4194304 4417452 140735313619728 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12468/tid=12478] ppid=12466 vsize=1849124 CPUtime=872.22 cores=0,2,4,6
/proc/12468/task/12478/stat : 12478 (plingeling) R 12466 12468 11874 0 -1 4202560 733685 1253 0 0 87107 115 0 0 25 0 5 0 654918485 1893502976 433717 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3518.41
Current children cumulated vsize (KiB) 1849124

[startup+942.301 s]
/proc/loadavg: 8.18 8.07 7.84 10/358 12503
/proc/meminfo: memFree=22474240/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=2032944 CPUtime=3757.76 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) S 12466 12468 11874 0 -1 4202496 1862515 1253 0 0 375519 257 0 0 25 0 5 0 654918450 2081734656 479672 33554432000 4194304 4417452 140735313619728 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12468/statm: 508236 479672 180 55 0 506122 0
[pid=12468/tid=12475] ppid=12466 vsize=2032944 CPUtime=941.96 cores=0,2,4,6
/proc/12468/task/12475/stat : 12475 (plingeling) R 12466 12468 11874 0 -1 4202560 351358 1253 0 0 94152 44 0 0 25 0 5 0 654918485 2081734656 479672 33554432000 4194304 4417452 140735313619728 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12468/tid=12476] ppid=12466 vsize=2032944 CPUtime=941.95 cores=0,2,4,6
/proc/12468/task/12476/stat : 12476 (plingeling) R 12466 12468 11874 0 -1 4202560 346291 1253 0 0 94151 44 0 0 25 0 5 0 654918485 2081734656 479672 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12468/tid=12477] ppid=12466 vsize=2032944 CPUtime=941.9 cores=0,2,4,6
/proc/12468/task/12477/stat : 12477 (plingeling) R 12466 12468 11874 0 -1 4202560 395816 1253 0 0 94143 47 0 0 25 0 5 0 654918485 2081734656 479672 33554432000 4194304 4417452 140735313619728 18446744073709551615 4316256 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12468/tid=12478] ppid=12466 vsize=2032944 CPUtime=931.57 cores=0,2,4,6
/proc/12468/task/12478/stat : 12478 (plingeling) R 12466 12468 11874 0 -1 4202560 751977 1253 0 0 93039 118 0 0 25 0 5 0 654918485 2081734656 479672 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3757.76
Current children cumulated vsize (KiB) 2032944

[startup+1002.3 s]
/proc/loadavg: 8.27 8.12 7.87 10/358 12505
/proc/meminfo: memFree=21798256/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=2529916 CPUtime=3997.09 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) S 12466 12468 11874 0 -1 4202496 2129757 1253 0 0 399414 295 0 0 25 0 5 0 654918450 2590633984 603915 33554432000 4194304 4417452 140735313619728 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12468/statm: 632479 603915 180 55 0 630365 0
[pid=12468/tid=12475] ppid=12466 vsize=2529916 CPUtime=1001.97 cores=0,2,4,6
/proc/12468/task/12475/stat : 12475 (plingeling) R 12466 12468 11874 0 -1 4202560 399552 1253 0 0 100147 50 0 0 25 0 5 0 654918485 2590633984 603915 33554432000 4194304 4417452 140735313619728 18446744073709551615 4306294 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12468/tid=12476] ppid=12466 vsize=2529916 CPUtime=1001.95 cores=0,2,4,6
/proc/12468/task/12476/stat : 12476 (plingeling) R 12466 12468 11874 0 -1 4202560 431103 1253 0 0 100140 55 0 0 25 0 5 0 654918485 2590633984 603915 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12468/tid=12477] ppid=12466 vsize=2529916 CPUtime=1001.89 cores=0,2,4,6
/proc/12468/task/12477/stat : 12477 (plingeling) R 12466 12468 11874 0 -1 4202560 474167 1253 0 0 100130 59 0 0 25 0 5 0 654918485 2590633984 603915 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12468/tid=12478] ppid=12466 vsize=2529916 CPUtime=990.91 cores=0,2,4,6
/proc/12468/task/12478/stat : 12478 (plingeling) R 12466 12468 11874 0 -1 4202560 807862 1253 0 0 98962 129 0 0 25 0 5 0 654918485 2590633984 603915 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364690 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3997.09
Current children cumulated vsize (KiB) 2529916

[startup+1062.3 s]
/proc/loadavg: 8.20 8.13 7.89 10/358 12506
/proc/meminfo: memFree=21715384/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=2661420 CPUtime=4236.44 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) S 12466 12468 11874 0 -1 4202496 2303361 1253 0 0 423326 318 0 0 25 0 5 0 654918450 2725294080 636791 33554432000 4194304 4417452 140735313619728 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12468/statm: 665355 636791 180 55 0 663241 0
[pid=12468/tid=12475] ppid=12466 vsize=2661420 CPUtime=1061.96 cores=0,2,4,6
/proc/12468/task/12475/stat : 12475 (plingeling) R 12466 12468 11874 0 -1 4202560 472015 1253 0 0 106135 61 0 0 25 0 5 0 654918485 2725294080 636791 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12468/tid=12476] ppid=12466 vsize=2661420 CPUtime=1061.95 cores=0,2,4,6
/proc/12468/task/12476/stat : 12476 (plingeling) R 12466 12468 11874 0 -1 4202560 499476 1253 0 0 106133 62 0 0 25 0 5 0 654918485 2725294080 636791 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12468/tid=12477] ppid=12466 vsize=2661420 CPUtime=1061.89 cores=0,2,4,6
/proc/12468/task/12477/stat : 12477 (plingeling) R 12466 12468 11874 0 -1 4202560 506935 1253 0 0 106126 63 0 0 25 0 5 0 654918485 2725294080 636791 33554432000 4194304 4417452 140735313619728 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12468/tid=12478] ppid=12466 vsize=2661420 CPUtime=1050.27 cores=0,2,4,6
/proc/12468/task/12478/stat : 12478 (plingeling) R 12466 12468 11874 0 -1 4202560 807862 1253 0 0 104898 129 0 0 25 0 5 0 654918485 2725294080 636791 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4236.44
Current children cumulated vsize (KiB) 2661420

[startup+1122.3 s]
/proc/loadavg: 8.17 8.13 7.90 10/358 12508
/proc/meminfo: memFree=22032772/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=2807756 CPUtime=4475.78 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) S 12466 12468 11874 0 -1 4202496 2397289 1253 0 0 447245 333 0 0 25 0 5 0 654918450 2875142144 673375 33554432000 4194304 4417452 140735313619728 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12468/statm: 701939 673375 180 55 0 699825 0
[pid=12468/tid=12475] ppid=12466 vsize=2807756 CPUtime=1121.97 cores=0,2,4,6
/proc/12468/task/12475/stat : 12475 (plingeling) R 12466 12468 11874 0 -1 4202560 480207 1253 0 0 112135 62 0 0 25 0 5 0 654918485 2875142144 673375 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12468/tid=12476] ppid=12466 vsize=2807756 CPUtime=1121.95 cores=0,2,4,6
/proc/12468/task/12476/stat : 12476 (plingeling) R 12466 12468 11874 0 -1 4202560 548628 1253 0 0 112127 68 0 0 25 0 5 0 654918485 2875142144 673375 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12468/tid=12477] ppid=12466 vsize=2807756 CPUtime=1121.88 cores=0,2,4,6
/proc/12468/task/12477/stat : 12477 (plingeling) R 12466 12468 11874 0 -1 4202560 506935 1253 0 0 112125 63 0 0 25 0 5 0 654918485 2875142144 673375 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12468/tid=12478] ppid=12466 vsize=2807756 CPUtime=1109.6 cores=0,2,4,6
/proc/12468/task/12478/stat : 12478 (plingeling) R 12466 12468 11874 0 -1 4202560 844446 1253 0 0 110823 137 0 0 25 0 5 0 654918485 2875142144 673375 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4475.78
Current children cumulated vsize (KiB) 2807756

[startup+1182.3 s]
/proc/loadavg: 8.15 8.13 7.92 10/358 12510
/proc/meminfo: memFree=21774804/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=2992600 CPUtime=4715.12 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) S 12466 12468 11874 0 -1 4202496 2517228 1253 0 0 471161 351 0 0 25 0 5 0 654918450 3064422400 719586 33554432000 4194304 4417452 140735313619728 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12468/statm: 748150 719586 180 55 0 746036 0
[pid=12468/tid=12475] ppid=12466 vsize=2992600 CPUtime=1181.97 cores=0,2,4,6
/proc/12468/task/12475/stat : 12475 (plingeling) R 12466 12468 11874 0 -1 4202560 512975 1253 0 0 118130 67 0 0 25 0 5 0 654918485 3064422400 719586 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12468/tid=12476] ppid=12466 vsize=2992600 CPUtime=1181.95 cores=0,2,4,6
/proc/12468/task/12476/stat : 12476 (plingeling) R 12466 12468 11874 0 -1 4202560 619415 1253 0 0 118119 76 0 0 25 0 5 0 654918485 3064422400 719586 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12468/tid=12477] ppid=12466 vsize=2992600 CPUtime=1181.86 cores=0,2,4,6
/proc/12468/task/12477/stat : 12477 (plingeling) R 12466 12468 11874 0 -1 4202560 506935 1253 0 0 118123 63 0 0 25 0 5 0 654918485 3064422400 719586 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12468/tid=12478] ppid=12466 vsize=2992600 CPUtime=1168.96 cores=0,2,4,6
/proc/12468/task/12478/stat : 12478 (plingeling) R 12466 12468 11874 0 -1 4202560 860830 1253 0 0 116755 141 0 0 25 0 5 0 654918485 3064422400 719586 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4715.12
Current children cumulated vsize (KiB) 2992600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 7.87 8.07 7.90 5/348 12528
/proc/meminfo: memFree=23308028/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=2959832 CPUtime=4800.1 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) S 12466 12468 11874 0 -1 4202496 2541804 1253 0 0 479657 353 0 0 25 0 5 0 654918450 3030867968 711394 33554432000 4194304 4417452 140735313619728 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12468/statm: 739958 711394 180 55 0 737844 0
[pid=12468/tid=12475] ppid=12466 vsize=2959832 CPUtime=1203.28 cores=0,2,4,6
/proc/12468/task/12475/stat : 12475 (plingeling) R 12466 12468 11874 0 -1 4202560 529359 1253 0 0 120259 69 0 0 25 0 5 0 654918485 3030867968 711394 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12468/tid=12476] ppid=12466 vsize=2959832 CPUtime=1203.26 cores=0,2,4,6
/proc/12468/task/12476/stat : 12476 (plingeling) R 12466 12468 11874 0 -1 4202560 627607 1253 0 0 120249 77 0 0 25 0 5 0 654918485 3030867968 711394 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12468/tid=12477] ppid=12466 vsize=2959832 CPUtime=1203.18 cores=0,2,4,6
/proc/12468/task/12477/stat : 12477 (plingeling) R 12466 12468 11874 0 -1 4202560 506935 1253 0 0 120255 63 0 0 25 0 5 0 654918485 3030867968 711394 33554432000 4194304 4417452 140735313619728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12468/tid=12478] ppid=12466 vsize=2959832 CPUtime=1190.02 cores=0,2,4,6
/proc/12468/task/12478/stat : 12478 (plingeling) R 12466 12468 11874 0 -1 4202560 860830 1253 0 0 118861 141 0 0 25 0 5 0 654918485 3030867968 711394 33554432000 4194304 4417452 140735313619728 18446744073709551615 4366094 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 2959832

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

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

[startup+1203.72 s]
/proc/loadavg: 7.87 8.07 7.90 5/348 12528
/proc/meminfo: memFree=23308028/32951124 swapFree=53501236/67111528
[pid=12468] ppid=12466 vsize=0 CPUtime=4800.23 cores=0,2,4,6
/proc/12468/stat : 12468 (plingeling) Z 12466 12468 11874 0 -1 4203548 2541804 1253 0 0 479660 363 0 0 18 0 2 0 654918450 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/12468/statm: 0 0 0 0 0 0 0
[pid=12468/tid=12478] ppid=12466 vsize=0 CPUtime=1190.13 cores=0,2,4,6
/proc/12468/task/12478/stat : 12478 (plingeling) R 12466 12468 11874 0 -1 4203588 860830 1253 0 0 118862 151 0 0 25 0 2 0 654918485 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.72
CPU time (s): 4800.25
CPU user time (s): 4796.61
CPU system time (s): 3.64045
CPU usage (%): 398.784
Max. virtual memory (cumulated for all children) (KiB): 3058136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.61
system time used= 3.64045
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2543057
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= 79
involuntary context switches= 21815

runsolver used 3.73743 second user time and 9.41457 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-15 06:19:18
IDJOB=3370907
IDBENCH=88226
IDSOLVER=1848
FILE ID=node103/3370907-1305433158
RUNJOBID= node103-1305431944-12248
PBS_JOBID= 13324609
Free space on /tmp= 73040 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370907-1305433158/watcher-3370907-1305433158 -o /tmp/evaluation-result-3370907-1305433158/solver-3370907-1305433158 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3370907-1305433158.cnf

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

MD5SUM BENCH= dda220d08783aabf4e7a9e99eeeccae6
RANDOM SEED=136001208

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26047404 kB
Buffers:        309152 kB
Cached:        3948204 kB
SwapCached:     340192 kB
Active:        1455800 kB
Inactive:      5177700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26047404 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:           10380 kB
Writeback:          24 kB
AnonPages:     2046812 kB
Mapped:          11068 kB
Slab:           152752 kB
PageTables:      53112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78463860 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= 73044 MiB
End job on node103 at 2011-05-15 06:39:24