Trace number 3262694

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587? (TO) 4800.29 1201.86

General information on the benchmark

NameSAT03/handmade/gomes/bqwh/
bqwh.50.825.shuffled-as.sat03-1648.cnf
MD5SUM05a191325d89de504821b55dea51ca7f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.758
Satisfiable
(Un)Satisfiability was proved
Number of variables4979
Number of clauses43754
Sum of the clauses size97507
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 241316
Number of clauses of size 3117
Number of clauses of size 4287
Number of clauses of size 5525
Number of clauses of size over 51509

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3262694-1304097545/watcher-3262694-1304097545 -o /tmp/evaluation-result-3262694-1304097545/solver-3262694-1304097545 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3262694-1304097545.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: 9.39 8.41 8.16 7/179 25795
/proc/meminfo: memFree=29781136/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=10472 CPUtime=0 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) R 25793 25795 25415 0 -1 4202496 676 1251 0 0 0 0 0 0 23 0 1 0 521354201 10723328 605 33554432000 4194304 4417332 140736520756048 18446744073709551615 274664505552 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/25795/statm: 2618 621 147 55 0 504 0

[startup+0.0580509 s]
/proc/loadavg: 9.39 8.41 8.16 7/179 25795
/proc/meminfo: memFree=29781136/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=56952 CPUtime=0.07 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 2283 1251 0 0 7 0 0 0 23 0 5 0 521354201 58318848 2016 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 14238 2016 171 55 0 12124 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 56952

[startup+0.101042 s]
/proc/loadavg: 9.39 8.41 8.16 7/179 25795
/proc/meminfo: memFree=29781136/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=57268 CPUtime=0.24 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 2675 1251 0 0 24 0 0 0 23 0 5 0 521354201 58642432 2096 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 14317 2096 172 55 0 12203 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 57268

[startup+0.301009 s]
/proc/loadavg: 9.39 8.41 8.16 7/179 25795
/proc/meminfo: memFree=29781136/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=57740 CPUtime=1.04 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 3102 1251 0 0 104 0 0 0 23 0 5 0 521354201 59125760 2250 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 14435 2250 176 55 0 12321 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 57740

[startup+0.70094 s]
/proc/loadavg: 9.39 8.41 8.16 7/179 25795
/proc/meminfo: memFree=29781136/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=59840 CPUtime=2.64 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 3741 1251 0 0 264 0 0 0 23 0 5 0 521354201 61276160 2760 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 14960 2760 181 55 0 12846 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 59840

[startup+1.5008 s]
/proc/loadavg: 9.39 8.41 8.16 10/184 25805
/proc/meminfo: memFree=29766224/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=64284 CPUtime=5.83 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 5269 1251 0 0 583 0 0 0 23 0 5 0 521354201 65826816 3871 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 16071 3871 181 55 0 13957 0
[pid=25795/tid=25802] ppid=25793 vsize=64284 CPUtime=1.45 cores=0,2,4,6
/proc/25795/task/25802/stat : 25802 (plingeling) R 25793 25795 25415 0 -1 4202560 567 1251 0 0 145 0 0 0 25 0 5 0 521354205 65826816 3871 33554432000 4194304 4417332 140736520756048 18446744073709551615 4365094 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25795/tid=25803] ppid=25793 vsize=64284 CPUtime=1.44 cores=0,2,4,6
/proc/25795/task/25803/stat : 25803 (plingeling) R 25793 25795 25415 0 -1 4202560 292 1251 0 0 144 0 0 0 25 0 5 0 521354205 65826816 3871 33554432000 4194304 4417332 140736520756048 18446744073709551615 4265437 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25795/tid=25804] ppid=25793 vsize=64284 CPUtime=1.44 cores=0,2,4,6
/proc/25795/task/25804/stat : 25804 (plingeling) R 25793 25795 25415 0 -1 4202560 680 1251 0 0 144 0 0 0 25 0 5 0 521354205 65826816 3871 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25795/tid=25805] ppid=25793 vsize=64284 CPUtime=1.44 cores=0,2,4,6
/proc/25795/task/25805/stat : 25805 (plingeling) R 25793 25795 25415 0 -1 4202560 1589 1251 0 0 144 0 0 0 25 0 5 0 521354205 65826816 3871 33554432000 4194304 4417332 140736520756048 18446744073709551615 4355764 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 64284

[startup+3.10053 s]
/proc/loadavg: 9.39 8.41 8.16 11/184 25805
/proc/meminfo: memFree=29763000/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=71372 CPUtime=12.23 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 8235 1251 0 0 1222 1 0 0 23 0 5 0 521354201 73084928 5643 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 17843 5643 181 55 0 15729 0
[pid=25795/tid=25802] ppid=25793 vsize=71372 CPUtime=3.05 cores=0,2,4,6
/proc/25795/task/25802/stat : 25802 (plingeling) R 25793 25795 25415 0 -1 4202560 881 1251 0 0 305 0 0 0 25 0 5 0 521354205 73084928 5643 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25795/tid=25803] ppid=25793 vsize=71372 CPUtime=3.04 cores=0,2,4,6
/proc/25795/task/25803/stat : 25803 (plingeling) R 25793 25795 25415 0 -1 4202560 644 1251 0 0 304 0 0 0 25 0 5 0 521354205 73084928 5643 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25795/tid=25804] ppid=25793 vsize=71372 CPUtime=3.04 cores=0,2,4,6
/proc/25795/task/25804/stat : 25804 (plingeling) R 25793 25795 25415 0 -1 4202560 1128 1251 0 0 304 0 0 0 25 0 5 0 521354205 73084928 5643 33554432000 4194304 4417332 140736520756048 18446744073709551615 4357641 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25795/tid=25805] ppid=25793 vsize=71372 CPUtime=3.03 cores=0,2,4,6
/proc/25795/task/25805/stat : 25805 (plingeling) R 25793 25795 25415 0 -1 4202560 3441 1251 0 0 303 0 0 0 25 0 5 0 521354205 73084928 5643 33554432000 4194304 4417332 140736520756048 18446744073709551615 4357853 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 71372

[startup+6.30097 s]
/proc/loadavg: 9.60 8.47 8.18 11/184 25805
/proc/meminfo: memFree=29745880/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=143728 CPUtime=25 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 12929 1251 0 0 2499 1 0 0 23 0 5 0 521354201 147177472 7381 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 35932 7381 181 55 0 33818 0
[pid=25795/tid=25802] ppid=25793 vsize=143728 CPUtime=6.25 cores=0,2,4,6
/proc/25795/task/25802/stat : 25802 (plingeling) R 25793 25795 25415 0 -1 4202560 1359 1251 0 0 625 0 0 0 25 0 5 0 521354205 147177472 7381 33554432000 4194304 4417332 140736520756048 18446744073709551615 4232721 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25795/tid=25803] ppid=25793 vsize=143728 CPUtime=6.24 cores=0,2,4,6
/proc/25795/task/25803/stat : 25803 (plingeling) R 25793 25795 25415 0 -1 4202560 1141 1251 0 0 624 0 0 0 25 0 5 0 521354205 147177472 7381 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25795/tid=25804] ppid=25793 vsize=143728 CPUtime=6.24 cores=0,2,4,6
/proc/25795/task/25804/stat : 25804 (plingeling) R 25793 25795 25415 0 -1 4202560 1604 1251 0 0 624 0 0 0 25 0 5 0 521354205 147177472 7381 33554432000 4194304 4417332 140736520756048 18446744073709551615 4236878 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25795/tid=25805] ppid=25793 vsize=143728 CPUtime=6.21 cores=0,2,4,6
/proc/25795/task/25805/stat : 25805 (plingeling) R 25793 25795 25415 0 -1 4202560 6684 1251 0 0 621 0 0 0 25 0 5 0 521354205 147177472 7381 33554432000 4194304 4417332 140736520756048 18446744073709551615 4251167 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 143728

[startup+12.7009 s]
/proc/loadavg: 9.79 8.52 8.20 9/184 25806
/proc/meminfo: memFree=29730800/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=160436 CPUtime=50.57 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 20681 1251 0 0 5054 3 0 0 23 0 5 0 521354201 164286464 11558 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 40109 11558 181 55 0 37995 0
[pid=25795/tid=25802] ppid=25793 vsize=160436 CPUtime=12.65 cores=0,2,4,6
/proc/25795/task/25802/stat : 25802 (plingeling) R 25793 25795 25415 0 -1 4202560 2106 1251 0 0 1265 0 0 0 25 0 5 0 521354205 164286464 11558 33554432000 4194304 4417332 140736520756048 18446744073709551615 4306364 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25795/tid=25803] ppid=25793 vsize=160436 CPUtime=12.63 cores=0,2,4,6
/proc/25795/task/25803/stat : 25803 (plingeling) R 25793 25795 25415 0 -1 4202560 1386 1251 0 0 1263 0 0 0 25 0 5 0 521354205 164286464 11558 33554432000 4194304 4417332 140736520756048 18446744073709551615 4310641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25795/tid=25804] ppid=25793 vsize=160436 CPUtime=12.64 cores=0,2,4,6
/proc/25795/task/25804/stat : 25804 (plingeling) R 25793 25795 25415 0 -1 4202560 1988 1251 0 0 1264 0 0 0 25 0 5 0 521354205 164286464 11558 33554432000 4194304 4417332 140736520756048 18446744073709551615 4309920 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25795/tid=25805] ppid=25793 vsize=160436 CPUtime=12.58 cores=0,2,4,6
/proc/25795/task/25805/stat : 25805 (plingeling) R 25793 25795 25415 0 -1 4202560 13060 1251 0 0 1256 2 0 0 25 0 5 0 521354205 164286464 11558 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364389 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 160436

[startup+25.5007 s]
/proc/loadavg: 9.46 8.51 8.20 9/184 25806
/proc/meminfo: memFree=29793192/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=165892 CPUtime=101.69 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 36656 1251 0 0 10164 5 0 0 23 0 5 0 521354201 169873408 12928 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 41473 12928 181 55 0 39359 0
[pid=25795/tid=25802] ppid=25793 vsize=165892 CPUtime=25.45 cores=0,2,4,6
/proc/25795/task/25802/stat : 25802 (plingeling) R 25793 25795 25415 0 -1 4202560 2106 1251 0 0 2545 0 0 0 25 0 5 0 521354205 169873408 12928 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25795/tid=25803] ppid=25793 vsize=165892 CPUtime=25.43 cores=0,2,4,6
/proc/25795/task/25803/stat : 25803 (plingeling) R 25793 25795 25415 0 -1 4202560 3793 1251 0 0 2542 1 0 0 25 0 5 0 521354205 169873408 12928 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25795/tid=25804] ppid=25793 vsize=165892 CPUtime=25.44 cores=0,2,4,6
/proc/25795/task/25804/stat : 25804 (plingeling) R 25793 25795 25415 0 -1 4202560 4134 1251 0 0 2544 0 0 0 25 0 5 0 521354205 169873408 12928 33554432000 4194304 4417332 140736520756048 18446744073709551615 4357187 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25795/tid=25805] ppid=25793 vsize=165892 CPUtime=25.3 cores=0,2,4,6
/proc/25795/task/25805/stat : 25805 (plingeling) R 25793 25795 25415 0 -1 4202560 24482 1251 0 0 2527 3 0 0 25 0 5 0 521354205 169873408 12928 33554432000 4194304 4417332 140736520756048 18446744073709551615 4365033 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 165892

[startup+51.1012 s]
/proc/loadavg: 8.96 8.47 8.19 9/184 25806
/proc/meminfo: memFree=29757900/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=198808 CPUtime=203.96 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 77162 1251 0 0 20385 11 0 0 23 0 5 0 521354201 203579392 21157 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 49702 21157 181 55 0 47588 0
[pid=25795/tid=25802] ppid=25793 vsize=198808 CPUtime=51.04 cores=0,2,4,6
/proc/25795/task/25802/stat : 25802 (plingeling) R 25793 25795 25415 0 -1 4202560 13227 1251 0 0 5103 1 0 0 25 0 5 0 521354205 203579392 21157 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25795/tid=25803] ppid=25793 vsize=198808 CPUtime=51.03 cores=0,2,4,6
/proc/25795/task/25803/stat : 25803 (plingeling) R 25793 25795 25415 0 -1 4202560 9356 1251 0 0 5102 1 0 0 25 0 5 0 521354205 203579392 21157 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25795/tid=25804] ppid=25793 vsize=198808 CPUtime=51.04 cores=0,2,4,6
/proc/25795/task/25804/stat : 25804 (plingeling) R 25793 25795 25415 0 -1 4202560 11119 1251 0 0 5103 1 0 0 25 0 5 0 521354205 203579392 21157 33554432000 4194304 4417332 140736520756048 18446744073709551615 4366002 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25795/tid=25805] ppid=25793 vsize=198808 CPUtime=50.76 cores=0,2,4,6
/proc/25795/task/25805/stat : 25805 (plingeling) R 25793 25795 25415 0 -1 4202560 41319 1251 0 0 5071 5 0 0 25 0 5 0 521354205 203579392 21157 33554432000 4194304 4417332 140736520756048 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.96
Current children cumulated vsize (KiB) 198808

[startup+102.306 s]
/proc/loadavg: 8.46 8.41 8.18 9/184 25808
/proc/meminfo: memFree=29578360/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=239380 CPUtime=408.47 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 124785 1251 0 0 40830 17 0 0 23 0 5 0 521354201 245125120 31332 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 59845 31332 181 55 0 57731 0
[pid=25795/tid=25802] ppid=25793 vsize=239380 CPUtime=102.24 cores=0,2,4,6
/proc/25795/task/25802/stat : 25802 (plingeling) R 25793 25795 25415 0 -1 4202560 19472 1251 0 0 10221 3 0 0 25 0 5 0 521354205 245125120 31332 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364397 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25795/tid=25803] ppid=25793 vsize=239380 CPUtime=102.23 cores=0,2,4,6
/proc/25795/task/25803/stat : 25803 (plingeling) R 25793 25795 25415 0 -1 4202560 16276 1251 0 0 10220 3 0 0 25 0 5 0 521354205 245125120 31332 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25795/tid=25804] ppid=25793 vsize=239380 CPUtime=102.24 cores=0,2,4,6
/proc/25795/task/25804/stat : 25804 (plingeling) R 25793 25795 25415 0 -1 4202560 14707 1251 0 0 10223 1 0 0 25 0 5 0 521354205 245125120 31332 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25795/tid=25805] ppid=25793 vsize=239380 CPUtime=101.69 cores=0,2,4,6
/proc/25795/task/25805/stat : 25805 (plingeling) R 25793 25795 25415 0 -1 4202560 72189 1251 0 0 10160 9 0 0 25 0 5 0 521354205 245125120 31332 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.47
Current children cumulated vsize (KiB) 239380

[startup+162.301 s]
/proc/loadavg: 8.17 8.33 8.17 9/184 25810
/proc/meminfo: memFree=29485420/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=316996 CPUtime=648.11 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 159100 1251 0 0 64788 23 0 0 23 0 5 0 521354201 324603904 50704 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 79249 50704 181 55 0 77135 0
[pid=25795/tid=25802] ppid=25793 vsize=316996 CPUtime=162.23 cores=0,2,4,6
/proc/25795/task/25802/stat : 25802 (plingeling) R 25793 25795 25415 0 -1 4202560 21440 1251 0 0 16220 3 0 0 25 0 5 0 521354205 324603904 50704 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25795/tid=25803] ppid=25793 vsize=316996 CPUtime=162.2 cores=0,2,4,6
/proc/25795/task/25803/stat : 25803 (plingeling) R 25793 25795 25415 0 -1 4202560 19273 1251 0 0 16216 4 0 0 25 0 5 0 521354205 324603904 50704 33554432000 4194304 4417332 140736520756048 18446744073709551615 4365716 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25795/tid=25804] ppid=25793 vsize=316996 CPUtime=162.24 cores=0,2,4,6
/proc/25795/task/25804/stat : 25804 (plingeling) R 25793 25795 25415 0 -1 4202560 18803 1251 0 0 16222 2 0 0 25 0 5 0 521354205 324603904 50704 33554432000 4194304 4417332 140736520756048 18446744073709551615 4232559 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25795/tid=25805] ppid=25793 vsize=316996 CPUtime=161.36 cores=0,2,4,6
/proc/25795/task/25805/stat : 25805 (plingeling) R 25793 25795 25415 0 -1 4202560 97443 1251 0 0 16123 13 0 0 25 0 5 0 521354205 324603904 50704 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.11
Current children cumulated vsize (KiB) 316996


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

[pid=25795/tid=25803] ppid=25793 vsize=880348 CPUtime=702.07 cores=0,2,4,6
/proc/25795/task/25803/stat : 25803 (plingeling) R 25793 25795 25415 0 -1 4202560 87854 1251 0 0 70190 17 0 0 25 0 5 0 521354205 901476352 191542 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364957 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25795/tid=25804] ppid=25793 vsize=880348 CPUtime=702.24 cores=0,2,4,6
/proc/25795/task/25804/stat : 25804 (plingeling) R 25793 25795 25415 0 -1 4202560 84105 1251 0 0 70215 9 0 0 25 0 5 0 521354205 901476352 191542 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364800 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25795/tid=25805] ppid=25793 vsize=880348 CPUtime=698.43 cores=0,2,4,6
/proc/25795/task/25805/stat : 25805 (plingeling) R 25793 25795 25415 0 -1 4202560 305880 1251 0 0 69801 42 0 0 25 0 5 0 521354205 901476352 191542 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.03
Current children cumulated vsize (KiB) 880348

[startup+762.307 s]
/proc/loadavg: 8.13 8.13 8.12 9/184 25826
/proc/meminfo: memFree=28915436/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=924184 CPUtime=3044.72 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 601127 1251 0 0 304386 86 0 0 23 0 5 0 521354201 946364416 202501 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 231046 202501 181 55 0 228932 0
[pid=25795/tid=25802] ppid=25793 vsize=924184 CPUtime=762.21 cores=0,2,4,6
/proc/25795/task/25802/stat : 25802 (plingeling) R 25793 25795 25415 0 -1 4202560 102449 1251 0 0 76208 13 0 0 25 0 5 0 521354205 946364416 202501 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25795/tid=25803] ppid=25793 vsize=924184 CPUtime=762.08 cores=0,2,4,6
/proc/25795/task/25803/stat : 25803 (plingeling) R 25793 25795 25415 0 -1 4202560 96258 1251 0 0 76189 19 0 0 25 0 5 0 521354205 946364416 202501 33554432000 4194304 4417332 140736520756048 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25795/tid=25804] ppid=25793 vsize=924184 CPUtime=762.26 cores=0,2,4,6
/proc/25795/task/25804/stat : 25804 (plingeling) R 25793 25795 25415 0 -1 4202560 94399 1251 0 0 76215 11 0 0 25 0 5 0 521354205 946364416 202501 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25795/tid=25805] ppid=25793 vsize=924184 CPUtime=758.11 cores=0,2,4,6
/proc/25795/task/25805/stat : 25805 (plingeling) R 25793 25795 25415 0 -1 4202560 305880 1251 0 0 75769 42 0 0 25 0 5 0 521354205 946364416 202501 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.72
Current children cumulated vsize (KiB) 924184

[startup+822.301 s]
/proc/loadavg: 8.22 8.15 8.13 9/184 25827
/proc/meminfo: memFree=28931728/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=924712 CPUtime=3284.35 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 625332 1251 0 0 328343 92 0 0 23 0 5 0 521354201 946905088 202633 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 231178 202633 181 55 0 229064 0
[pid=25795/tid=25802] ppid=25793 vsize=924712 CPUtime=822.2 cores=0,2,4,6
/proc/25795/task/25802/stat : 25802 (plingeling) R 25793 25795 25415 0 -1 4202560 108806 1251 0 0 82205 15 0 0 25 0 5 0 521354205 946905088 202633 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25795/tid=25803] ppid=25793 vsize=924712 CPUtime=822.05 cores=0,2,4,6
/proc/25795/task/25803/stat : 25803 (plingeling) R 25793 25795 25415 0 -1 4202560 97282 1251 0 0 82186 19 0 0 25 0 5 0 521354205 946905088 202633 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364977 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25795/tid=25804] ppid=25793 vsize=924712 CPUtime=822.25 cores=0,2,4,6
/proc/25795/task/25804/stat : 25804 (plingeling) R 25793 25795 25415 0 -1 4202560 99149 1251 0 0 82213 12 0 0 25 0 5 0 521354205 946905088 202633 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25795/tid=25805] ppid=25793 vsize=924712 CPUtime=817.77 cores=0,2,4,6
/proc/25795/task/25805/stat : 25805 (plingeling) R 25793 25795 25415 0 -1 4202560 317954 1251 0 0 81733 44 0 0 25 0 5 0 521354205 946905088 202633 33554432000 4194304 4417332 140736520756048 18446744073709551615 4357108 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.35
Current children cumulated vsize (KiB) 924712

[startup+882.3 s]
/proc/loadavg: 8.28 8.17 8.13 9/184 25828
/proc/meminfo: memFree=29191240/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=650836 CPUtime=3524.01 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 659235 1251 0 0 352302 99 0 0 23 0 5 0 521354201 666456064 134164 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 162709 134164 181 55 0 160595 0
[pid=25795/tid=25802] ppid=25793 vsize=650836 CPUtime=882.2 cores=0,2,4,6
/proc/25795/task/25802/stat : 25802 (plingeling) R 25793 25795 25415 0 -1 4202560 109830 1251 0 0 88205 15 0 0 25 0 5 0 521354205 666456064 134164 33554432000 4194304 4417332 140736520756048 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25795/tid=25803] ppid=25793 vsize=650836 CPUtime=882.04 cores=0,2,4,6
/proc/25795/task/25803/stat : 25803 (plingeling) R 25793 25795 25415 0 -1 4202560 97282 1251 0 0 88184 20 0 0 25 0 5 0 521354205 666456064 134164 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25795/tid=25804] ppid=25793 vsize=650836 CPUtime=882.25 cores=0,2,4,6
/proc/25795/task/25804/stat : 25804 (plingeling) R 25793 25795 25415 0 -1 4202560 101197 1251 0 0 88213 12 0 0 25 0 5 0 521354205 666456064 134164 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25795/tid=25805] ppid=25793 vsize=650836 CPUtime=877.45 cores=0,2,4,6
/proc/25795/task/25805/stat : 25805 (plingeling) R 25793 25795 25415 0 -1 4202560 348785 1251 0 0 87695 50 0 0 25 0 5 0 521354205 666456064 134164 33554432000 4194304 4417332 140736520756048 18446744073709551615 4355756 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.01
Current children cumulated vsize (KiB) 650836

[startup+942.301 s]
/proc/loadavg: 8.22 8.16 8.13 9/184 25830
/proc/meminfo: memFree=29183776/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=665788 CPUtime=3763.67 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 669116 1251 0 0 376266 101 0 0 23 0 5 0 521354201 681766912 137901 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 166447 137901 181 55 0 164333 0
[pid=25795/tid=25802] ppid=25793 vsize=665788 CPUtime=942.19 cores=0,2,4,6
/proc/25795/task/25802/stat : 25802 (plingeling) R 25793 25795 25415 0 -1 4202560 111878 1251 0 0 94204 15 0 0 25 0 5 0 521354205 681766912 137901 33554432000 4194304 4417332 140736520756048 18446744073709551615 4321678 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25795/tid=25803] ppid=25793 vsize=665788 CPUtime=942.02 cores=0,2,4,6
/proc/25795/task/25803/stat : 25803 (plingeling) R 25793 25795 25415 0 -1 4202560 97282 1251 0 0 94181 21 0 0 25 0 5 0 521354205 681766912 137901 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25795/tid=25804] ppid=25793 vsize=665788 CPUtime=942.25 cores=0,2,4,6
/proc/25795/task/25804/stat : 25804 (plingeling) R 25793 25795 25415 0 -1 4202560 103706 1251 0 0 94213 12 0 0 25 0 5 0 521354205 681766912 137901 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25795/tid=25805] ppid=25793 vsize=665788 CPUtime=937.13 cores=0,2,4,6
/proc/25795/task/25805/stat : 25805 (plingeling) R 25793 25795 25415 0 -1 4202560 354109 1251 0 0 93662 51 0 0 25 0 5 0 521354205 681766912 137901 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.67
Current children cumulated vsize (KiB) 665788

[startup+1002.3 s]
/proc/loadavg: 8.23 8.18 8.13 9/184 25832
/proc/meminfo: memFree=29065572/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=731872 CPUtime=4003.34 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 707202 1251 0 0 400227 107 0 0 23 0 5 0 521354201 749436928 154423 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 182968 154423 181 55 0 180854 0
[pid=25795/tid=25802] ppid=25793 vsize=731872 CPUtime=1002.2 cores=0,2,4,6
/proc/25795/task/25802/stat : 25802 (plingeling) R 25793 25795 25415 0 -1 4202560 124166 1251 0 0 100203 17 0 0 25 0 5 0 521354205 749436928 154423 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25795/tid=25803] ppid=25793 vsize=731872 CPUtime=1002.01 cores=0,2,4,6
/proc/25795/task/25803/stat : 25803 (plingeling) R 25793 25795 25415 0 -1 4202560 112043 1251 0 0 100178 23 0 0 25 0 5 0 521354205 749436928 154423 33554432000 4194304 4417332 140736520756048 18446744073709551615 4366006 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25795/tid=25804] ppid=25793 vsize=731872 CPUtime=1002.25 cores=0,2,4,6
/proc/25795/task/25804/stat : 25804 (plingeling) R 25793 25795 25415 0 -1 4202560 105754 1251 0 0 100213 12 0 0 25 0 5 0 521354205 749436928 154423 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25795/tid=25805] ppid=25793 vsize=731872 CPUtime=996.8 cores=0,2,4,6
/proc/25795/task/25805/stat : 25805 (plingeling) R 25793 25795 25415 0 -1 4202560 363098 1251 0 0 99628 52 0 0 25 0 5 0 521354205 749436928 154423 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364498 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.34
Current children cumulated vsize (KiB) 731872

[startup+1062.3 s]
/proc/loadavg: 8.18 8.17 8.13 9/184 25834
/proc/meminfo: memFree=28888348/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=899956 CPUtime=4243 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 758558 1251 0 0 424187 113 0 0 23 0 5 0 521354201 921554944 196444 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 224989 196444 181 55 0 222875 0
[pid=25795/tid=25802] ppid=25793 vsize=899956 CPUtime=1062.19 cores=0,2,4,6
/proc/25795/task/25802/stat : 25802 (plingeling) R 25793 25795 25415 0 -1 4202560 133698 1251 0 0 106201 18 0 0 25 0 5 0 521354205 921554944 196444 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364887 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25795/tid=25803] ppid=25793 vsize=899956 CPUtime=1062 cores=0,2,4,6
/proc/25795/task/25803/stat : 25803 (plingeling) R 25793 25795 25415 0 -1 4202560 112043 1251 0 0 106176 24 0 0 25 0 5 0 521354205 921554944 196444 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25795/tid=25804] ppid=25793 vsize=899956 CPUtime=1062.25 cores=0,2,4,6
/proc/25795/task/25804/stat : 25804 (plingeling) R 25793 25795 25415 0 -1 4202560 113875 1251 0 0 106212 13 0 0 25 0 5 0 521354205 921554944 196444 33554432000 4194304 4417332 140736520756048 18446744073709551615 4307697 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25795/tid=25805] ppid=25793 vsize=899956 CPUtime=1056.47 cores=0,2,4,6
/proc/25795/task/25805/stat : 25805 (plingeling) R 25793 25795 25415 0 -1 4202560 396801 1251 0 0 105592 55 0 0 25 0 5 0 521354205 921554944 196444 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243
Current children cumulated vsize (KiB) 899956

[startup+1122.3 s]
/proc/loadavg: 8.15 8.17 8.13 9/184 25835
/proc/meminfo: memFree=28939896/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=844984 CPUtime=4482.66 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 775727 1251 0 0 448150 116 0 0 23 0 5 0 521354201 865263616 182733 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 211246 182733 181 55 0 209132 0
[pid=25795/tid=25802] ppid=25793 vsize=844984 CPUtime=1122.2 cores=0,2,4,6
/proc/25795/task/25802/stat : 25802 (plingeling) R 25793 25795 25415 0 -1 4202560 133698 1251 0 0 112201 19 0 0 25 0 5 0 521354205 865263616 182733 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25795/tid=25803] ppid=25793 vsize=844984 CPUtime=1121.98 cores=0,2,4,6
/proc/25795/task/25803/stat : 25803 (plingeling) R 25793 25795 25415 0 -1 4202560 118007 1251 0 0 112173 25 0 0 25 0 5 0 521354205 865263616 182733 33554432000 4194304 4417332 140736520756048 18446744073709551615 4358820 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25795/tid=25804] ppid=25793 vsize=844984 CPUtime=1122.26 cores=0,2,4,6
/proc/25795/task/25804/stat : 25804 (plingeling) R 25793 25795 25415 0 -1 4202560 115923 1251 0 0 112212 14 0 0 25 0 5 0 521354205 865263616 182733 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25795/tid=25805] ppid=25793 vsize=844984 CPUtime=1116.15 cores=0,2,4,6
/proc/25795/task/25805/stat : 25805 (plingeling) R 25793 25795 25415 0 -1 4202560 405958 1251 0 0 111558 57 0 0 25 0 5 0 521354205 865263616 182733 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.66
Current children cumulated vsize (KiB) 844984

[startup+1182.3 s]
/proc/loadavg: 8.14 8.16 8.13 9/184 25836
/proc/meminfo: memFree=28797012/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=974428 CPUtime=4722.32 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 810104 1251 0 0 472109 123 0 0 23 0 5 0 521354201 997814272 215062 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 243607 215062 181 55 0 241493 0
[pid=25795/tid=25802] ppid=25793 vsize=974428 CPUtime=1182.2 cores=0,2,4,6
/proc/25795/task/25802/stat : 25802 (plingeling) R 25793 25795 25415 0 -1 4202560 134522 1251 0 0 118201 19 0 0 25 0 5 0 521354205 997814272 215062 33554432000 4194304 4417332 140736520756048 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25795/tid=25803] ppid=25793 vsize=974428 CPUtime=1181.96 cores=0,2,4,6
/proc/25795/task/25803/stat : 25803 (plingeling) R 25793 25795 25415 0 -1 4202560 118334 1251 0 0 118170 26 0 0 25 0 5 0 521354205 997814272 215062 33554432000 4194304 4417332 140736520756048 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25795/tid=25804] ppid=25793 vsize=974428 CPUtime=1182.26 cores=0,2,4,6
/proc/25795/task/25804/stat : 25804 (plingeling) R 25793 25795 25415 0 -1 4202560 117971 1251 0 0 118212 14 0 0 25 0 5 0 521354205 997814272 215062 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25795/tid=25805] ppid=25793 vsize=974428 CPUtime=1175.82 cores=0,2,4,6
/proc/25795/task/25805/stat : 25805 (plingeling) R 25793 25795 25415 0 -1 4202560 437136 1251 0 0 117520 62 0 0 25 0 5 0 521354205 997814272 215062 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.32
Current children cumulated vsize (KiB) 974428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 6.97 7.89 8.04 6/174 25855
/proc/meminfo: memFree=30035488/32951132 swapFree=67111356/67111528
[pid=25795] ppid=25793 vsize=974428 CPUtime=4800.21 cores=0,2,4,6
/proc/25795/stat : 25795 (plingeling) S 25793 25795 25415 0 -1 4202496 810104 1251 0 0 479895 126 0 0 23 0 5 0 521354201 997814272 215062 33554432000 4194304 4417332 140736520756048 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/25795/statm: 243607 215062 181 55 0 241493 0
[pid=25795/tid=25802] ppid=25793 vsize=974428 CPUtime=1201.7 cores=0,2,4,6
/proc/25795/task/25802/stat : 25802 (plingeling) R 25793 25795 25415 0 -1 4202560 134522 1251 0 0 120151 19 0 0 25 0 5 0 521354205 997814272 215062 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25795/tid=25803] ppid=25793 vsize=974428 CPUtime=1201.44 cores=0,2,4,6
/proc/25795/task/25803/stat : 25803 (plingeling) R 25793 25795 25415 0 -1 4202560 118334 1251 0 0 120115 29 0 0 25 0 5 0 521354205 997814272 215062 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25795/tid=25804] ppid=25793 vsize=974428 CPUtime=1201.76 cores=0,2,4,6
/proc/25795/task/25804/stat : 25804 (plingeling) R 25793 25795 25415 0 -1 4202560 117971 1251 0 0 120162 14 0 0 25 0 5 0 521354205 997814272 215062 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25795/tid=25805] ppid=25793 vsize=974428 CPUtime=1195.23 cores=0,2,4,6
/proc/25795/task/25805/stat : 25805 (plingeling) R 25793 25795 25415 0 -1 4202560 437136 1251 0 0 119461 62 0 0 25 0 5 0 521354205 997814272 215062 33554432000 4194304 4417332 140736520756048 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 974428

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.86
CPU time (s): 4800.29
CPU user time (s): 4798.98
CPU system time (s): 1.3118
CPU usage (%): 399.406
Max. virtual memory (cumulated for all children) (KiB): 974428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.98
system time used= 1.3118
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 811355
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= 207
involuntary context switches= 24031

runsolver used 2.02169 second user time and 4.52331 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 19:19:06
IDJOB=3262694
IDBENCH=83796
IDSOLVER=1605
FILE ID=node131/3262694-1304097545
RUNJOBID= node131-1304095105-25433
PBS_JOBID= 13170594
Free space on /tmp= 71272 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT03/handmade/gomes/bqwh/bqwh.50.825.shuffled-as.sat03-1648.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262694-1304097545/watcher-3262694-1304097545 -o /tmp/evaluation-result-3262694-1304097545/solver-3262694-1304097545 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3262694-1304097545.cnf

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

MD5SUM BENCH= 05a191325d89de504821b55dea51ca7f
RANDOM SEED=491207583

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29781416 kB
Buffers:        194052 kB
Cached:        1600592 kB
SwapCached:        168 kB
Active:        1253084 kB
Inactive:      1601368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29781416 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:          115108 kB
Writeback:           0 kB
AnonPages:     1059608 kB
Mapped:          15512 kB
Slab:           248332 kB
PageTables:       6320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1244748 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71384 MiB
End job on node131 at 2011-04-29 19:39:09