Trace number 3371027

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.37 1203.37

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_20_60_10-dir.shuffled-as.sat03-144.cnf
MD5SUMfab1e4926bfa9e7a1fae58c3b22b51e8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark947.499
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses46074
Sum of the clauses size92708
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 246054
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3371027-1305429802/watcher-3371027-1305429802 -o /tmp/evaluation-result-3371027-1305429802/solver-3371027-1305429802 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371027-1305429802.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.74 7.99 8.05 5/320 26861
/proc/meminfo: memFree=15384468/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=9680 CPUtime=0 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) R 26859 26861 26655 0 -1 4202496 524 1252 0 0 0 0 0 0 25 0 1 0 733210905 9912320 442 33554432000 4194304 4417452 140736435287840 18446744073709551615 231895490304 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/26861/statm: 2420 442 147 55 0 306 0

[startup+0.142756 s]
/proc/loadavg: 7.74 7.99 8.05 5/320 26861
/proc/meminfo: memFree=15384468/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=57276 CPUtime=0.45 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 3545 1252 0 0 45 0 0 0 25 0 5 0 733210905 58650624 2103 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 14319 2103 177 55 0 12205 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 57276

[startup+0.200746 s]
/proc/loadavg: 7.74 7.99 8.05 5/320 26861
/proc/meminfo: memFree=15384468/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=58124 CPUtime=0.68 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 4006 1252 0 0 68 0 0 0 25 0 5 0 733210905 59518976 2318 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 14531 2318 180 55 0 12417 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 58124

[startup+0.300726 s]
/proc/loadavg: 7.74 7.99 8.05 5/320 26861
/proc/meminfo: memFree=15384468/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=60840 CPUtime=1.08 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 4685 1252 0 0 108 0 0 0 25 0 5 0 733210905 62300160 2997 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 15210 2997 180 55 0 13096 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 60840

[startup+0.700651 s]
/proc/loadavg: 7.74 7.99 8.05 5/320 26861
/proc/meminfo: memFree=15384468/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=66332 CPUtime=2.68 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 6532 1252 0 0 267 1 0 0 25 0 5 0 733210905 67923968 4370 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 16583 4370 180 55 0 14469 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 66332

[startup+1.5005 s]
/proc/loadavg: 7.74 7.99 8.05 9/325 26871
/proc/meminfo: memFree=15370788/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=70968 CPUtime=5.87 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 10864 1252 0 0 586 1 0 0 25 0 5 0 733210905 72671232 5529 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 17742 5529 180 55 0 15628 0
[pid=26861/tid=26868] ppid=26859 vsize=70968 CPUtime=1.46 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (plingeling) R 26859 26861 26655 0 -1 4202560 1140 1252 0 0 146 0 0 0 25 0 5 0 733210909 72671232 5529 33554432000 4194304 4417452 140736435287840 18446744073709551615 4249216 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=70968 CPUtime=1.44 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (plingeling) R 26859 26861 26655 0 -1 4202560 926 1252 0 0 144 0 0 0 25 0 5 0 733210909 72671232 5529 33554432000 4194304 4417452 140736435287840 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=70968 CPUtime=1.46 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (plingeling) R 26859 26861 26655 0 -1 4202560 1283 1252 0 0 146 0 0 0 20 0 5 0 733210909 72671232 5529 33554432000 4194304 4417452 140736435287840 18446744073709551615 4277594 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=70968 CPUtime=1.45 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (plingeling) R 26859 26861 26655 0 -1 4202560 6049 1252 0 0 145 0 0 0 25 0 5 0 733210909 72671232 5529 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364675 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 70968

[startup+3.1002 s]
/proc/loadavg: 7.74 7.99 8.05 9/325 26871
/proc/meminfo: memFree=15365704/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=146632 CPUtime=12.25 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 16393 1252 0 0 1223 2 0 0 25 0 5 0 733210905 150151168 8063 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 36658 8063 180 55 0 34544 0
[pid=26861/tid=26868] ppid=26859 vsize=146632 CPUtime=3.06 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (plingeling) R 26859 26861 26655 0 -1 4202560 1140 1252 0 0 306 0 0 0 25 0 5 0 733210909 150151168 8063 33554432000 4194304 4417452 140736435287840 18446744073709551615 4249601 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=146632 CPUtime=3.03 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (plingeling) R 26859 26861 26655 0 -1 4202560 926 1252 0 0 303 0 0 0 25 0 5 0 733210909 150151168 8063 33554432000 4194304 4417452 140736435287840 18446744073709551615 4249909 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=146632 CPUtime=3.06 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (plingeling) R 26859 26861 26655 0 -1 4202560 1285 1252 0 0 306 0 0 0 25 0 5 0 733210909 150151168 8063 33554432000 4194304 4417452 140736435287840 18446744073709551615 4232726 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=146632 CPUtime=3.05 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (plingeling) R 26859 26861 26655 0 -1 4202560 11576 1252 0 0 304 1 0 0 25 0 5 0 733210909 150151168 8063 33554432000 4194304 4417452 140736435287840 18446744073709551615 4320926 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 146632

[startup+6.30061 s]
/proc/loadavg: 7.76 7.99 8.05 9/325 26871
/proc/meminfo: memFree=15351664/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=166696 CPUtime=25.03 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 28385 1252 0 0 2499 4 0 0 25 0 5 0 733210905 170696704 13079 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 41674 13079 180 55 0 39560 0
[pid=26861/tid=26868] ppid=26859 vsize=166696 CPUtime=6.26 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (plingeling) R 26859 26861 26655 0 -1 4202560 2489 1252 0 0 626 0 0 0 25 0 5 0 733210909 170696704 13079 33554432000 4194304 4417452 140736435287840 18446744073709551615 4251246 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=166696 CPUtime=6.2 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (plingeling) R 26859 26861 26655 0 -1 4202560 1717 1252 0 0 620 0 0 0 25 0 5 0 733210909 170696704 13079 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=166696 CPUtime=6.25 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (plingeling) R 26859 26861 26655 0 -1 4202560 4112 1252 0 0 625 0 0 0 25 0 5 0 733210909 170696704 13079 33554432000 4194304 4417452 140736435287840 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=166696 CPUtime=6.25 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (plingeling) R 26859 26861 26655 0 -1 4202560 18601 1252 0 0 623 2 0 0 25 0 5 0 733210909 170696704 13079 33554432000 4194304 4417452 140736435287840 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 166696

[startup+12.7004 s]
/proc/loadavg: 7.78 7.99 8.05 9/325 26871
/proc/meminfo: memFree=15319708/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=186724 CPUtime=50.56 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 58517 1252 0 0 5046 10 0 0 25 0 5 0 733210905 191205376 18117 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 46681 18117 180 55 0 44567 0
[pid=26861/tid=26868] ppid=26859 vsize=186724 CPUtime=12.65 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (plingeling) R 26859 26861 26655 0 -1 4202560 8376 1252 0 0 1264 1 0 0 25 0 5 0 733210909 191205376 17953 33554432000 4194304 4417452 140736435287840 18446744073709551615 231895548330 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=186068 CPUtime=12.53 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (plingeling) R 26859 26861 26655 0 -1 4202560 4959 1252 0 0 1253 0 0 0 25 0 5 0 733210909 190533632 17953 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=186068 CPUtime=12.66 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (plingeling) R 26859 26861 26655 0 -1 4202560 9839 1252 0 0 1265 1 0 0 25 0 5 0 733210909 190533632 17953 33554432000 4194304 4417452 140736435287840 18446744073709551615 4277684 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=186068 CPUtime=12.65 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (plingeling) R 26859 26861 26655 0 -1 4202560 33877 1252 0 0 1260 5 0 0 25 0 5 0 733210909 190533632 17953 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 186724

[startup+25.501 s]
/proc/loadavg: 7.82 7.99 8.05 9/325 26872
/proc/meminfo: memFree=15181432/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=240624 CPUtime=101.63 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 111512 1252 0 0 10145 18 0 0 25 0 5 0 733210905 246398976 31592 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 60156 31592 180 55 0 58042 0
[pid=26861/tid=26868] ppid=26859 vsize=240624 CPUtime=25.46 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (plingeling) R 26859 26861 26655 0 -1 4202560 20248 1252 0 0 2543 3 0 0 25 0 5 0 733210909 246398976 31592 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=240624 CPUtime=25.2 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (plingeling) R 26859 26861 26655 0 -1 4202560 16088 1252 0 0 2518 2 0 0 25 0 5 0 733210909 246398976 31592 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=240624 CPUtime=25.46 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (plingeling) R 26859 26861 26655 0 -1 4202560 21553 1252 0 0 2543 3 0 0 25 0 5 0 733210909 246398976 31592 33554432000 4194304 4417452 140736435287840 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=240624 CPUtime=25.46 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (plingeling) R 26859 26861 26655 0 -1 4202560 52157 1252 0 0 2538 8 0 0 25 0 5 0 733210909 246398976 31592 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364752 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 240624

[startup+51.1012 s]
/proc/loadavg: 7.88 7.99 8.05 9/325 26872
/proc/meminfo: memFree=15100064/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=310488 CPUtime=203.78 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 202055 1252 0 0 20346 32 0 0 25 0 5 0 733210905 317939712 49058 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 77622 49058 180 55 0 75508 0
[pid=26861/tid=26868] ppid=26859 vsize=310488 CPUtime=51.05 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (plingeling) R 26859 26861 26655 0 -1 4202560 35602 1252 0 0 5100 5 0 0 25 0 5 0 733210909 317939712 49058 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=310488 CPUtime=50.55 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (plingeling) R 26859 26861 26655 0 -1 4202560 48414 1252 0 0 5049 6 0 0 25 0 5 0 733210909 317939712 49058 33554432000 4194304 4417452 140736435287840 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=310488 CPUtime=51.06 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (plingeling) R 26859 26861 26655 0 -1 4202560 36394 1252 0 0 5100 6 0 0 25 0 5 0 733210909 317939712 49058 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=310488 CPUtime=51.05 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (plingeling) R 26859 26861 26655 0 -1 4202560 80179 1252 0 0 5092 13 0 0 25 0 5 0 733210909 317939712 49058 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 310488

[startup+102.301 s]
/proc/loadavg: 7.99 8.01 8.05 9/325 26874
/proc/meminfo: memFree=15012372/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=491012 CPUtime=408.09 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 345884 1252 0 0 40754 55 0 0 25 0 5 0 733210905 502796288 94189 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 122753 94189 180 55 0 120639 0
[pid=26861/tid=26868] ppid=26859 vsize=491012 CPUtime=102.25 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (plingeling) R 26859 26861 26655 0 -1 4202560 76042 1252 0 0 10214 11 0 0 25 0 5 0 733210909 502796288 94189 33554432000 4194304 4417452 140736435287840 18446744073709551615 4250432 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=491012 CPUtime=101.24 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (plingeling) R 26859 26861 26655 0 -1 4202560 87191 1252 0 0 10112 12 0 0 25 0 5 0 733210909 502796288 94189 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=491012 CPUtime=102.26 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (plingeling) R 26859 26861 26655 0 -1 4202560 74845 1252 0 0 10215 11 0 0 25 0 5 0 733210909 502796288 94189 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=491012 CPUtime=102.27 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (plingeling) R 26859 26861 26655 0 -1 4202560 106340 1252 0 0 10209 18 0 0 25 0 5 0 733210909 502796288 94189 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.09
Current children cumulated vsize (KiB) 491012

[startup+162.3 s]
/proc/loadavg: 7.99 8.00 8.04 9/325 26875
/proc/meminfo: memFree=14913628/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=527572 CPUtime=647.46 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 529622 1252 0 0 64662 84 0 0 25 0 5 0 733210905 540233728 103329 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 131893 103329 180 55 0 129779 0
[pid=26861/tid=26868] ppid=26859 vsize=527572 CPUtime=162.24 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (plingeling) R 26859 26861 26655 0 -1 4202560 132867 1252 0 0 16203 21 0 0 25 0 5 0 733210909 540233728 103329 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=527572 CPUtime=160.64 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (plingeling) R 26859 26861 26655 0 -1 4202560 133716 1252 0 0 16044 20 0 0 25 0 5 0 733210909 540233728 103329 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=527572 CPUtime=162.26 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (plingeling) R 26859 26861 26655 0 -1 4202560 122587 1252 0 0 16207 19 0 0 25 0 5 0 733210909 540233728 103329 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=527572 CPUtime=162.26 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (plingeling) R 26859 26861 26655 0 -1 4202560 138986 1252 0 0 16204 22 0 0 25 0 5 0 733210909 540233728 103329 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 647.46
Current children cumulated vsize (KiB) 527572


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

[pid=26861/tid=26869] ppid=26859 vsize=1011460 CPUtime=695.26 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (plingeling) R 26859 26861 26655 0 -1 4202560 348368 1252 0 0 69474 52 0 0 25 0 5 0 733210909 1035735040 224301 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=1011460 CPUtime=702.28 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (plingeling) R 26859 26861 26655 0 -1 4202560 362012 1252 0 0 70171 57 0 0 25 0 5 0 733210909 1035735040 224301 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=1011460 CPUtime=702.28 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (plingeling) R 26859 26861 26655 0 -1 4202560 299189 1252 0 0 70180 48 0 0 25 0 5 0 733210909 1035735040 224301 33554432000 4194304 4417452 140736435287840 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2802.04
Current children cumulated vsize (KiB) 1011460

[startup+762.301 s]
/proc/loadavg: 8.12 8.09 8.07 9/325 26891
/proc/meminfo: memFree=14093724/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=1041928 CPUtime=3041.47 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 1407737 1252 0 0 303929 218 0 0 25 0 5 0 733210905 1066934272 231918 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 260482 231918 180 55 0 258368 0
[pid=26861/tid=26868] ppid=26859 vsize=1041928 CPUtime=762.17 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (plingeling) R 26859 26861 26655 0 -1 4202560 331143 1252 0 0 76167 50 0 0 25 0 5 0 733210909 1066934272 231918 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=1041928 CPUtime=754.66 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (plingeling) R 26859 26861 26655 0 -1 4202560 380806 1252 0 0 75410 56 0 0 25 0 5 0 733210909 1066934272 231918 33554432000 4194304 4417452 140736435287840 18446744073709551615 4277945 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=1041928 CPUtime=762.29 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (plingeling) R 26859 26861 26655 0 -1 4202560 386941 1252 0 0 76168 61 0 0 25 0 5 0 733210909 1066934272 231918 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=1041928 CPUtime=762.29 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (plingeling) R 26859 26861 26655 0 -1 4202560 307381 1252 0 0 76180 49 0 0 25 0 5 0 733210909 1066934272 231918 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3041.47
Current children cumulated vsize (KiB) 1041928

[startup+822.301 s]
/proc/loadavg: 8.09 8.09 8.07 9/325 26893
/proc/meminfo: memFree=14101256/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=1031812 CPUtime=3280.84 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 1482554 1252 0 0 327853 231 0 0 25 0 5 0 733210905 1056575488 229388 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 257953 229388 180 55 0 255839 0
[pid=26861/tid=26868] ppid=26859 vsize=1031812 CPUtime=822.15 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (plingeling) R 26859 26861 26655 0 -1 4202560 361760 1252 0 0 82159 56 0 0 25 0 5 0 733210909 1056575488 229388 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=1031812 CPUtime=814.06 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (plingeling) R 26859 26861 26655 0 -1 4202560 418666 1252 0 0 81344 62 0 0 25 0 5 0 733210909 1056575488 229388 33554432000 4194304 4417452 140736435287840 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=1031812 CPUtime=822.29 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (plingeling) R 26859 26861 26655 0 -1 4202560 386941 1252 0 0 82168 61 0 0 25 0 5 0 733210909 1056575488 229388 33554432000 4194304 4417452 140736435287840 18446744073709551615 4346501 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=1031812 CPUtime=822.28 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (plingeling) R 26859 26861 26655 0 -1 4202560 313721 1252 0 0 82178 50 0 0 25 0 5 0 733210909 1056575488 229388 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3280.84
Current children cumulated vsize (KiB) 1031812

[startup+882.312 s]
/proc/loadavg: 8.07 8.08 8.07 9/325 26894
/proc/meminfo: memFree=13763568/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=1135372 CPUtime=3520.27 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 1566577 1252 0 0 351785 242 0 0 25 0 5 0 733210905 1162620928 255279 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 283843 255279 180 55 0 281729 0
[pid=26861/tid=26868] ppid=26859 vsize=1135372 CPUtime=882.15 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (plingeling) R 26859 26861 26655 0 -1 4202560 383860 1252 0 0 88156 59 0 0 25 0 5 0 733210909 1162620928 255279 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=1135372 CPUtime=873.47 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (plingeling) R 26859 26861 26655 0 -1 4202560 418666 1252 0 0 87285 62 0 0 25 0 5 0 733210909 1162620928 255279 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364854 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=1135372 CPUtime=882.3 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (plingeling) R 26859 26861 26655 0 -1 4202560 440672 1252 0 0 88162 68 0 0 25 0 5 0 733210909 1162620928 255279 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=1135372 CPUtime=882.29 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (plingeling) R 26859 26861 26655 0 -1 4202560 321913 1252 0 0 88178 51 0 0 25 0 5 0 733210909 1162620928 255279 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3520.27
Current children cumulated vsize (KiB) 1135372

[startup+942.3 s]
/proc/loadavg: 8.18 8.10 8.07 10/326 26936
/proc/meminfo: memFree=14516100/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=1151756 CPUtime=3759.31 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 1595249 1252 0 0 375683 248 0 0 25 0 5 0 733210905 1179398144 259375 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 287939 259375 180 55 0 285825 0
[pid=26861/tid=26868] ppid=26859 vsize=1151756 CPUtime=941.98 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (plingeling) R 26859 26861 26655 0 -1 4202560 387956 1252 0 0 94138 60 0 0 25 0 5 0 733210909 1179398144 259375 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=1151756 CPUtime=932.85 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (plingeling) R 26859 26861 26655 0 -1 4202560 418666 1252 0 0 93223 62 0 0 25 0 5 0 733210909 1179398144 259375 33554432000 4194304 4417452 140736435287840 18446744073709551615 4365042 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=1151756 CPUtime=942.28 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (plingeling) R 26859 26861 26655 0 -1 4202560 465248 1252 0 0 94157 71 0 0 25 0 5 0 733210909 1179398144 259375 33554432000 4194304 4417452 140736435287840 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=1151756 CPUtime=942.14 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (plingeling) R 26859 26861 26655 0 -1 4202560 321913 1252 0 0 94161 53 0 0 25 0 5 0 733210909 1179398144 259375 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3759.31
Current children cumulated vsize (KiB) 1151756

[startup+1002.3 s]
/proc/loadavg: 8.17 8.12 8.08 9/325 26938
/proc/meminfo: memFree=14457216/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=1152868 CPUtime=3998.23 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 1603719 1252 0 0 399573 250 0 0 25 0 5 0 733210905 1180536832 259653 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 288217 259653 180 55 0 286103 0
[pid=26861/tid=26868] ppid=26859 vsize=1152868 CPUtime=1001.49 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (plingeling) R 26859 26861 26655 0 -1 4202560 388234 1252 0 0 100089 60 0 0 25 0 5 0 733210909 1180536832 259653 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364896 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=1152868 CPUtime=992.25 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (plingeling) R 26859 26861 26655 0 -1 4202560 426858 1252 0 0 99161 64 0 0 25 0 5 0 733210909 1180536832 259653 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=1152868 CPUtime=1002.28 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (plingeling) R 26859 26861 26655 0 -1 4202560 465248 1252 0 0 100157 71 0 0 25 0 5 0 733210909 1180536832 259653 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=1152868 CPUtime=1002.14 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (plingeling) R 26859 26861 26655 0 -1 4202560 321913 1252 0 0 100161 53 0 0 25 0 5 0 733210909 1180536832 259653 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3998.23
Current children cumulated vsize (KiB) 1152868

[startup+1062.3 s]
/proc/loadavg: 8.12 8.12 8.09 9/325 26939
/proc/meminfo: memFree=14256428/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=1284332 CPUtime=4237.64 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 1649158 1252 0 0 423508 256 0 0 25 0 5 0 733210905 1315155968 292519 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 321083 292519 180 55 0 318969 0
[pid=26861/tid=26868] ppid=26859 vsize=1284332 CPUtime=1061.49 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (plingeling) R 26859 26861 26655 0 -1 4202560 417333 1252 0 0 106085 64 0 0 25 0 5 0 733210909 1315155968 292519 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=1284332 CPUtime=1051.66 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (plingeling) R 26859 26861 26655 0 -1 4202560 443198 1252 0 0 105100 66 0 0 25 0 5 0 733210909 1315155968 292519 33554432000 4194304 4417452 140736435287840 18446744073709551615 4366117 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=1284332 CPUtime=1062.29 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (plingeling) R 26859 26861 26655 0 -1 4202560 465248 1252 0 0 106158 71 0 0 25 0 5 0 733210909 1315155968 292519 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=1284332 CPUtime=1062.14 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (plingeling) R 26859 26861 26655 0 -1 4202560 321913 1252 0 0 106161 53 0 0 25 0 5 0 733210909 1315155968 292519 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4237.64
Current children cumulated vsize (KiB) 1284332

[startup+1122.3 s]
/proc/loadavg: 8.12 8.11 8.08 9/325 26941
/proc/meminfo: memFree=14360196/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=1180288 CPUtime=4477.04 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 1771584 1252 0 0 447426 278 0 0 25 0 5 0 733210905 1208614912 266508 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 295072 266508 180 55 0 292958 0
[pid=26861/tid=26868] ppid=26859 vsize=1180288 CPUtime=1121.49 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (plingeling) R 26859 26861 26655 0 -1 4202560 417333 1252 0 0 112085 64 0 0 25 0 5 0 733210909 1208614912 266508 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=1180288 CPUtime=1111.06 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (plingeling) R 26859 26861 26655 0 -1 4202560 481396 1252 0 0 111033 73 0 0 25 0 5 0 733210909 1208614912 266508 33554432000 4194304 4417452 140736435287840 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=1180288 CPUtime=1122.29 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (plingeling) R 26859 26861 26655 0 -1 4202560 524426 1252 0 0 112147 82 0 0 25 0 5 0 733210909 1208614912 266508 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=1180288 CPUtime=1122.15 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (plingeling) R 26859 26861 26655 0 -1 4202560 346963 1252 0 0 112157 58 0 0 25 0 5 0 733210909 1208614912 266508 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4477.04
Current children cumulated vsize (KiB) 1180288

[startup+1182.3 s]
/proc/loadavg: 8.04 8.09 8.08 9/325 26942
/proc/meminfo: memFree=14372324/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=1077032 CPUtime=4716.45 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 1816300 1252 0 0 471360 285 0 0 25 0 5 0 733210905 1102880768 240694 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 269258 240694 180 55 0 267144 0
[pid=26861/tid=26868] ppid=26859 vsize=1077032 CPUtime=1181.49 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (plingeling) R 26859 26861 26655 0 -1 4202560 433717 1252 0 0 118082 67 0 0 25 0 5 0 733210909 1102880768 240694 33554432000 4194304 4417452 140736435287840 18446744073709551615 4311352 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=1077032 CPUtime=1170.46 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (plingeling) R 26859 26861 26655 0 -1 4202560 508590 1252 0 0 116969 77 0 0 25 0 5 0 733210909 1102880768 240694 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=1077032 CPUtime=1182.3 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (plingeling) R 26859 26861 26655 0 -1 4202560 524426 1252 0 0 118148 82 0 0 25 0 5 0 733210909 1102880768 240694 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=1077032 CPUtime=1182.15 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (plingeling) R 26859 26861 26655 0 -1 4202560 348101 1252 0 0 118157 58 0 0 25 0 5 0 733210909 1102880768 240694 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4716.45
Current children cumulated vsize (KiB) 1077032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.03 8.08 8.08 9/325 26943
/proc/meminfo: memFree=14205672/32950928 swapFree=67085488/67111528
[pid=26861] ppid=26859 vsize=1266116 CPUtime=4800.27 cores=0,2,4,6
/proc/26861/stat : 26861 (plingeling) S 26859 26861 26655 0 -1 4202496 1876778 1252 0 0 479733 294 0 0 25 0 5 0 733210905 1296502784 287965 33554432000 4194304 4417452 140736435287840 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26861/statm: 316529 287965 180 55 0 314415 0
[pid=26861/tid=26868] ppid=26859 vsize=1266116 CPUtime=1202.51 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (plingeling) R 26859 26861 26655 0 -1 4202560 464815 1252 0 0 120179 72 0 0 25 0 5 0 733210909 1296502784 287965 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=1266116 CPUtime=1191.26 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (plingeling) R 26859 26861 26655 0 -1 4202560 508590 1252 0 0 119049 77 0 0 25 0 5 0 733210909 1296502784 287965 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=1266116 CPUtime=1203.31 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (plingeling) R 26859 26861 26655 0 -1 4202560 545614 1252 0 0 120246 85 0 0 25 0 5 0 733210909 1296502784 287965 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=1266116 CPUtime=1203.16 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (plingeling) R 26859 26861 26655 0 -1 4202560 356293 1252 0 0 120257 59 0 0 25 0 5 0 733210909 1296502784 287965 33554432000 4194304 4417452 140736435287840 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1266116

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): 1203.37
CPU time (s): 4800.37
CPU user time (s): 4797.37
CPU system time (s): 3.00054
CPU usage (%): 398.911
Max. virtual memory (cumulated for all children) (KiB): 1376772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.37
system time used= 3.00054
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1878031
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= 56
involuntary context switches= 31055

runsolver used 3.45047 second user time and 8.60469 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 05:23:22
IDJOB=3371027
IDBENCH=83949
IDSOLVER=1848
FILE ID=node114/3371027-1305429802
RUNJOBID= node114-1305428289-26673
PBS_JOBID= 13324611
Free space on /tmp= 73000 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_20_60_10-dir.shuffled-as.sat03-144.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371027-1305429802/watcher-3371027-1305429802 -o /tmp/evaluation-result-3371027-1305429802/solver-3371027-1305429802 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371027-1305429802.cnf

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

MD5SUM BENCH= fab1e4926bfa9e7a1fae58c3b22b51e8
RANDOM SEED=802674762

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.73
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.848
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.848
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.848
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.74
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.848
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:     32950928 kB
MemFree:      15384632 kB
Buffers:        286876 kB
Cached:        6261232 kB
SwapCached:         96 kB
Active:       12149624 kB
Inactive:      5010832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15384632 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:             804 kB
Writeback:           0 kB
AnonPages:    10612488 kB
Mapped:          27112 kB
Slab:           305424 kB
PageTables:      37528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52754692 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= 72996 MiB
End job on node114 at 2011-05-15 05:43:28