Trace number 3370929

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.4 1203.73

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_508.cnf
MD5SUMb891f70c80006fb02dca40f266c0cec1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables254
Number of clauses34661
Sum of the clauses size157137
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 285
Number of clauses of size 331908
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52668

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

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

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


[startup+0 s]
/proc/loadavg: 1.23 1.05 1.01 5/374 26054
/proc/meminfo: memFree=22629576/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=10244 CPUtime=0 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) R 26052 26054 26007 0 -1 4202496 614 1256 0 0 0 0 0 0 25 0 1 0 654394540 10489856 522 33554432000 4194304 4417452 140735173914240 18446744073709551615 212687369197 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/26054/statm: 2561 539 149 55 0 447 0

[startup+0.149341 s]
/proc/loadavg: 1.23 1.05 1.01 5/374 26054
/proc/meminfo: memFree=22629576/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=128400 CPUtime=0.33 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 3656 1256 0 0 33 0 0 0 25 0 5 0 654394540 131481600 3504 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 32100 3504 175 55 0 29986 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 128400

[startup+0.200333 s]
/proc/loadavg: 1.23 1.05 1.01 5/374 26054
/proc/meminfo: memFree=22629576/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=128916 CPUtime=0.48 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 3816 1256 0 0 48 0 0 0 25 0 5 0 654394540 132009984 3664 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 32229 3664 176 55 0 30115 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 128916

[startup+0.300316 s]
/proc/loadavg: 1.23 1.05 1.01 5/374 26054
/proc/meminfo: memFree=22629576/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=127656 CPUtime=0.81 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 3985 1256 0 0 81 0 0 0 25 0 5 0 654394540 130719744 3296 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 31914 3296 180 55 0 29800 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 127656

[startup+0.700244 s]
/proc/loadavg: 1.23 1.05 1.01 5/374 26054
/proc/meminfo: memFree=22629576/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=128456 CPUtime=2.41 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 4620 1256 0 0 241 0 0 0 25 0 5 0 654394540 131538944 3523 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 32114 3523 180 55 0 30000 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 128456

[startup+1.5011 s]
/proc/loadavg: 1.23 1.05 1.01 9/379 26064
/proc/meminfo: memFree=22605860/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=131608 CPUtime=5.6 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 5408 1256 0 0 560 0 0 0 25 0 5 0 654394540 134766592 4311 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 32902 4311 180 55 0 30788 0
[pid=26054/tid=26061] ppid=26052 vsize=131608 CPUtime=1.45 cores=1,3,5,7
/proc/26054/task/26061/stat : 26061 (plingeling) R 26052 26054 26007 0 -1 4202560 467 1256 0 0 145 0 0 0 25 0 5 0 654394545 134766592 4311 33554432000 4194304 4417452 140735173914240 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26054/tid=26062] ppid=26052 vsize=131608 CPUtime=1.33 cores=1,3,5,7
/proc/26054/task/26062/stat : 26062 (plingeling) R 26052 26054 26007 0 -1 4202560 613 1256 0 0 133 0 0 0 25 0 5 0 654394545 134766592 4311 33554432000 4194304 4417452 140735173914240 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26054/tid=26063] ppid=26052 vsize=131608 CPUtime=1.33 cores=1,3,5,7
/proc/26054/task/26063/stat : 26063 (plingeling) R 26052 26054 26007 0 -1 4202560 297 1256 0 0 133 0 0 0 25 0 5 0 654394545 134766592 4311 33554432000 4194304 4417452 140735173914240 18446744073709551615 4366543 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26054/tid=26064] ppid=26052 vsize=131608 CPUtime=1.43 cores=1,3,5,7
/proc/26054/task/26064/stat : 26064 (plingeling) R 26052 26054 26007 0 -1 4202560 1305 1256 0 0 143 0 0 0 25 0 5 0 654394545 134766592 4311 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 131608

[startup+3.1008 s]
/proc/loadavg: 1.23 1.05 1.01 9/379 26064
/proc/meminfo: memFree=22590112/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=143300 CPUtime=11.98 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 8331 1256 0 0 1198 0 0 0 25 0 5 0 654394540 146739200 7234 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 35825 7234 180 55 0 33711 0
[pid=26054/tid=26061] ppid=26052 vsize=143300 CPUtime=3.05 cores=1,3,5,7
/proc/26054/task/26061/stat : 26061 (plingeling) R 26052 26054 26007 0 -1 4202560 1262 1256 0 0 305 0 0 0 25 0 5 0 654394545 146739200 7234 33554432000 4194304 4417452 140735173914240 18446744073709551615 4352402 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26054/tid=26062] ppid=26052 vsize=143300 CPUtime=2.93 cores=1,3,5,7
/proc/26054/task/26062/stat : 26062 (plingeling) R 26052 26054 26007 0 -1 4202560 1228 1256 0 0 293 0 0 0 25 0 5 0 654394545 146739200 7234 33554432000 4194304 4417452 140735173914240 18446744073709551615 4366113 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26054/tid=26063] ppid=26052 vsize=143300 CPUtime=2.93 cores=1,3,5,7
/proc/26054/task/26063/stat : 26063 (plingeling) R 26052 26054 26007 0 -1 4202560 1190 1256 0 0 293 0 0 0 25 0 5 0 654394545 146739200 7234 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26054/tid=26064] ppid=26052 vsize=143300 CPUtime=3.02 cores=1,3,5,7
/proc/26054/task/26064/stat : 26064 (plingeling) R 26052 26054 26007 0 -1 4202560 1925 1256 0 0 302 0 0 0 25 0 5 0 654394545 146739200 7234 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 143300

[startup+6.30122 s]
/proc/loadavg: 1.77 1.16 1.05 9/379 26064
/proc/meminfo: memFree=22577968/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=153112 CPUtime=24.75 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 10784 1256 0 0 2474 1 0 0 25 0 5 0 654394540 156786688 9687 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 38278 9687 180 55 0 36164 0
[pid=26054/tid=26061] ppid=26052 vsize=153112 CPUtime=6.24 cores=1,3,5,7
/proc/26054/task/26061/stat : 26061 (plingeling) R 26052 26054 26007 0 -1 4202560 1934 1256 0 0 624 0 0 0 25 0 5 0 654394545 156786688 9687 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26054/tid=26062] ppid=26052 vsize=153112 CPUtime=6.13 cores=1,3,5,7
/proc/26054/task/26062/stat : 26062 (plingeling) R 26052 26054 26007 0 -1 4202560 1418 1256 0 0 613 0 0 0 25 0 5 0 654394545 156786688 9687 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364850 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26054/tid=26063] ppid=26052 vsize=153112 CPUtime=6.13 cores=1,3,5,7
/proc/26054/task/26063/stat : 26063 (plingeling) R 26052 26054 26007 0 -1 4202560 1658 1256 0 0 613 0 0 0 25 0 5 0 654394545 156786688 9687 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26054/tid=26064] ppid=26052 vsize=153112 CPUtime=6.18 cores=1,3,5,7
/proc/26054/task/26064/stat : 26064 (plingeling) R 26052 26054 26007 0 -1 4202560 3048 1256 0 0 618 0 0 0 25 0 5 0 654394545 156786688 9687 33554432000 4194304 4417452 140735173914240 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.75
Current children cumulated vsize (KiB) 153112

[startup+12.7011 s]
/proc/loadavg: 2.27 1.28 1.09 9/379 26065
/proc/meminfo: memFree=22565508/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=159784 CPUtime=50.28 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 14243 1256 0 0 5026 2 0 0 25 0 5 0 654394540 163618816 11377 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 39946 11377 180 55 0 37832 0
[pid=26054/tid=26061] ppid=26052 vsize=159784 CPUtime=12.64 cores=1,3,5,7
/proc/26054/task/26061/stat : 26061 (plingeling) R 26052 26054 26007 0 -1 4202560 3492 1256 0 0 1264 0 0 0 25 0 5 0 654394545 163618816 11377 33554432000 4194304 4417452 140735173914240 18446744073709551615 4236564 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26054/tid=26062] ppid=26052 vsize=159784 CPUtime=12.53 cores=1,3,5,7
/proc/26054/task/26062/stat : 26062 (plingeling) R 26052 26054 26007 0 -1 4202560 1590 1256 0 0 1253 0 0 0 25 0 5 0 654394545 163618816 11377 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26054/tid=26063] ppid=26052 vsize=159784 CPUtime=12.53 cores=1,3,5,7
/proc/26054/task/26063/stat : 26063 (plingeling) R 26052 26054 26007 0 -1 4202560 1658 1256 0 0 1253 0 0 0 25 0 5 0 654394545 163618816 11377 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26054/tid=26064] ppid=26052 vsize=159784 CPUtime=12.5 cores=1,3,5,7
/proc/26054/task/26064/stat : 26064 (plingeling) R 26052 26054 26007 0 -1 4202560 4777 1256 0 0 1250 0 0 0 25 0 5 0 654394545 163618816 11377 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 159784

[startup+25.5007 s]
/proc/loadavg: 3.54 1.61 1.20 9/379 26065
/proc/meminfo: memFree=22551228/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=164300 CPUtime=101.31 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 28061 1256 0 0 10128 3 0 0 25 0 5 0 654394540 168243200 12506 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 41075 12506 180 55 0 38961 0
[pid=26054/tid=26061] ppid=26052 vsize=164300 CPUtime=25.45 cores=1,3,5,7
/proc/26054/task/26061/stat : 26061 (plingeling) R 26052 26054 26007 0 -1 4202560 7891 1256 0 0 2544 1 0 0 25 0 5 0 654394545 168243200 12506 33554432000 4194304 4417452 140735173914240 18446744073709551615 4250715 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26054/tid=26062] ppid=26052 vsize=164300 CPUtime=25.32 cores=1,3,5,7
/proc/26054/task/26062/stat : 26062 (plingeling) R 26052 26054 26007 0 -1 4202560 6773 1256 0 0 2532 0 0 0 25 0 5 0 654394545 168243200 12506 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26054/tid=26063] ppid=26052 vsize=164300 CPUtime=25.33 cores=1,3,5,7
/proc/26054/task/26063/stat : 26063 (plingeling) R 26052 26054 26007 0 -1 4202560 1658 1256 0 0 2533 0 0 0 25 0 5 0 654394545 168243200 12506 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26054/tid=26064] ppid=26052 vsize=164300 CPUtime=25.15 cores=1,3,5,7
/proc/26054/task/26064/stat : 26064 (plingeling) R 26052 26054 26007 0 -1 4202560 9013 1256 0 0 2514 1 0 0 25 0 5 0 654394545 168243200 12506 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 164300

[startup+51.101 s]
/proc/loadavg: 5.13 2.13 1.38 9/379 26066
/proc/meminfo: memFree=22524920/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=172840 CPUtime=203.42 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 70820 1256 0 0 20332 10 0 0 25 0 5 0 654394540 176988160 14641 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 43210 14641 180 55 0 41096 0
[pid=26054/tid=26061] ppid=26052 vsize=172840 CPUtime=51.04 cores=1,3,5,7
/proc/26054/task/26061/stat : 26061 (plingeling) R 26052 26054 26007 0 -1 4202560 17595 1256 0 0 5102 2 0 0 25 0 5 0 654394545 176988160 14641 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26054/tid=26062] ppid=26052 vsize=172840 CPUtime=50.93 cores=1,3,5,7
/proc/26054/task/26062/stat : 26062 (plingeling) R 26052 26054 26007 0 -1 4202560 20685 1256 0 0 5091 2 0 0 25 0 5 0 654394545 176988160 14641 33554432000 4194304 4417452 140735173914240 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26054/tid=26063] ppid=26052 vsize=172840 CPUtime=50.92 cores=1,3,5,7
/proc/26054/task/26063/stat : 26063 (plingeling) R 26052 26054 26007 0 -1 4202560 9423 1256 0 0 5091 1 0 0 25 0 5 0 654394545 176988160 14641 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364780 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26054/tid=26064] ppid=26052 vsize=172840 CPUtime=50.45 cores=1,3,5,7
/proc/26054/task/26064/stat : 26064 (plingeling) R 26052 26054 26007 0 -1 4202560 20391 1256 0 0 5042 3 0 0 25 0 5 0 654394545 176988160 14641 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.42
Current children cumulated vsize (KiB) 172840

[startup+102.301 s]
/proc/loadavg: 6.96 3.08 1.74 9/379 26067
/proc/meminfo: memFree=22504824/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=187764 CPUtime=407.65 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 167874 1256 0 0 40739 26 0 0 25 0 5 0 654394540 192270336 18381 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 46941 18381 180 55 0 44827 0
[pid=26054/tid=26061] ppid=26052 vsize=187764 CPUtime=102.26 cores=1,3,5,7
/proc/26054/task/26061/stat : 26061 (plingeling) R 26052 26054 26007 0 -1 4202560 40661 1256 0 0 10220 6 0 0 25 0 5 0 654394545 192270336 18381 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26054/tid=26062] ppid=26052 vsize=187764 CPUtime=102.15 cores=1,3,5,7
/proc/26054/task/26062/stat : 26062 (plingeling) R 26052 26054 26007 0 -1 4202560 44780 1256 0 0 10209 6 0 0 25 0 5 0 654394545 192270336 18381 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26054/tid=26063] ppid=26052 vsize=187764 CPUtime=102.14 cores=1,3,5,7
/proc/26054/task/26063/stat : 26063 (plingeling) R 26052 26054 26007 0 -1 4202560 36209 1256 0 0 10208 6 0 0 25 0 5 0 654394545 192270336 18381 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26054/tid=26064] ppid=26052 vsize=187764 CPUtime=101.05 cores=1,3,5,7
/proc/26054/task/26064/stat : 26064 (plingeling) R 26052 26054 26007 0 -1 4202560 43498 1256 0 0 10098 7 0 0 25 0 5 0 654394545 192270336 18381 33554432000 4194304 4417452 140735173914240 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.65
Current children cumulated vsize (KiB) 187764

[startup+162.301 s]
/proc/loadavg: 7.62 3.98 2.13 9/379 26069
/proc/meminfo: memFree=22464996/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=224424 CPUtime=646.92 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 281437 1256 0 0 64648 44 0 0 25 0 5 0 654394540 229810176 27546 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 56106 27546 180 55 0 53992 0
[pid=26054/tid=26061] ppid=26052 vsize=224424 CPUtime=162.24 cores=1,3,5,7
/proc/26054/task/26061/stat : 26061 (plingeling) R 26052 26054 26007 0 -1 4202560 68429 1256 0 0 16214 10 0 0 25 0 5 0 654394545 229810176 27546 33554432000 4194304 4417452 140735173914240 18446744073709551615 4235973 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26054/tid=26062] ppid=26052 vsize=224424 CPUtime=162.13 cores=1,3,5,7
/proc/26054/task/26062/stat : 26062 (plingeling) R 26052 26054 26007 0 -1 4202560 72782 1256 0 0 16203 10 0 0 25 0 5 0 654394545 229810176 27546 33554432000 4194304 4417452 140735173914240 18446744073709551615 4366391 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26054/tid=26063] ppid=26052 vsize=224424 CPUtime=162.13 cores=1,3,5,7
/proc/26054/task/26063/stat : 26063 (plingeling) R 26052 26054 26007 0 -1 4202560 68971 1256 0 0 16203 10 0 0 25 0 5 0 654394545 229810176 27546 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26054/tid=26064] ppid=26052 vsize=224424 CPUtime=160.34 cores=1,3,5,7
/proc/26054/task/26064/stat : 26064 (plingeling) R 26052 26054 26007 0 -1 4202560 68529 1256 0 0 16022 12 0 0 25 0 5 0 654394545 229810176 27546 33554432000 4194304 4417452 140735173914240 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.92
Current children cumulated vsize (KiB) 224424


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

[pid=26054/tid=26062] ppid=26052 vsize=282776 CPUtime=702.15 cores=1,3,5,7
/proc/26054/task/26062/stat : 26062 (plingeling) R 26052 26054 26007 0 -1 4202560 276337 1256 0 0 70171 44 0 0 25 0 5 0 654394545 289562624 42134 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26054/tid=26063] ppid=26052 vsize=282776 CPUtime=702.15 cores=1,3,5,7
/proc/26054/task/26063/stat : 26063 (plingeling) R 26052 26054 26007 0 -1 4202560 264828 1256 0 0 70176 39 0 0 25 0 5 0 654394545 289562624 42134 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26054/tid=26064] ppid=26052 vsize=282776 CPUtime=693.97 cores=1,3,5,7
/proc/26054/task/26064/stat : 26064 (plingeling) R 26052 26054 26007 0 -1 4202560 293276 1256 0 0 69348 49 0 0 25 0 5 0 654394545 289562624 42134 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.59
Current children cumulated vsize (KiB) 282776

[startup+762.301 s]
/proc/loadavg: 8.31 7.64 4.99 9/379 26169
/proc/meminfo: memFree=22346760/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=290008 CPUtime=3039.92 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 1168571 1256 0 0 303810 182 0 0 25 0 5 0 654394540 296968192 43942 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 72502 43942 180 55 0 70388 0
[pid=26054/tid=26061] ppid=26052 vsize=290008 CPUtime=762.28 cores=1,3,5,7
/proc/26054/task/26061/stat : 26061 (plingeling) R 26052 26054 26007 0 -1 4202560 280537 1256 0 0 76186 42 0 0 25 0 5 0 654394545 296968192 43942 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26054/tid=26062] ppid=26052 vsize=290008 CPUtime=762.16 cores=1,3,5,7
/proc/26054/task/26062/stat : 26062 (plingeling) R 26052 26054 26007 0 -1 4202560 292006 1256 0 0 76170 46 0 0 25 0 5 0 654394545 296968192 43942 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26054/tid=26063] ppid=26052 vsize=290008 CPUtime=762.15 cores=1,3,5,7
/proc/26054/task/26063/stat : 26063 (plingeling) R 26052 26054 26007 0 -1 4202560 280895 1256 0 0 76175 40 0 0 25 0 5 0 654394545 296968192 43942 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26054/tid=26064] ppid=26052 vsize=290008 CPUtime=753.26 cores=1,3,5,7
/proc/26054/task/26064/stat : 26064 (plingeling) R 26052 26054 26007 0 -1 4202560 312407 1256 0 0 75274 52 0 0 25 0 5 0 654394545 296968192 43942 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3039.92
Current children cumulated vsize (KiB) 290008

[startup+822.3 s]
/proc/loadavg: 8.22 7.73 5.19 9/379 26170
/proc/meminfo: memFree=22346752/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=299704 CPUtime=3279.18 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 1267907 1256 0 0 327719 199 0 0 25 0 5 0 654394540 306896896 46366 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 74926 46366 180 55 0 72812 0
[pid=26054/tid=26061] ppid=26052 vsize=299704 CPUtime=822.27 cores=1,3,5,7
/proc/26054/task/26061/stat : 26061 (plingeling) R 26052 26054 26007 0 -1 4202560 306962 1256 0 0 82180 47 0 0 25 0 5 0 654394545 306896896 46366 33554432000 4194304 4417452 140735173914240 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26054/tid=26062] ppid=26052 vsize=299704 CPUtime=822.15 cores=1,3,5,7
/proc/26054/task/26062/stat : 26062 (plingeling) R 26052 26054 26007 0 -1 4202560 317723 1256 0 0 82165 50 0 0 25 0 5 0 654394545 306896896 46366 33554432000 4194304 4417452 140735173914240 18446744073709551615 4366469 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26054/tid=26063] ppid=26052 vsize=299704 CPUtime=822.15 cores=1,3,5,7
/proc/26054/task/26063/stat : 26063 (plingeling) R 26052 26054 26007 0 -1 4202560 302826 1256 0 0 82171 44 0 0 25 0 5 0 654394545 306896896 46366 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26054/tid=26064] ppid=26052 vsize=299704 CPUtime=812.55 cores=1,3,5,7
/proc/26054/task/26064/stat : 26064 (plingeling) R 26052 26054 26007 0 -1 4202560 337670 1256 0 0 81198 57 0 0 25 0 5 0 654394545 306896896 46366 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.18
Current children cumulated vsize (KiB) 299704

[startup+882.314 s]
/proc/loadavg: 8.18 7.81 5.37 9/379 26172
/proc/meminfo: memFree=22322812/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=302912 CPUtime=3518.53 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 1360770 1256 0 0 351641 212 0 0 25 0 5 0 654394540 310181888 47168 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 75728 47168 180 55 0 73614 0
[pid=26054/tid=26061] ppid=26052 vsize=302912 CPUtime=882.28 cores=1,3,5,7
/proc/26054/task/26061/stat : 26061 (plingeling) R 26052 26054 26007 0 -1 4202560 329984 1256 0 0 88178 50 0 0 25 0 5 0 654394545 310181888 47168 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26054/tid=26062] ppid=26052 vsize=302912 CPUtime=882.16 cores=1,3,5,7
/proc/26054/task/26062/stat : 26062 (plingeling) R 26052 26054 26007 0 -1 4202560 342375 1256 0 0 88162 54 0 0 25 0 5 0 654394545 310181888 47168 33554432000 4194304 4417452 140735173914240 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26054/tid=26063] ppid=26052 vsize=302912 CPUtime=882.16 cores=1,3,5,7
/proc/26054/task/26063/stat : 26063 (plingeling) R 26052 26054 26007 0 -1 4202560 331500 1256 0 0 88168 48 0 0 25 0 5 0 654394545 310181888 47168 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26054/tid=26064] ppid=26052 vsize=302912 CPUtime=871.85 cores=1,3,5,7
/proc/26054/task/26064/stat : 26064 (plingeling) R 26052 26054 26007 0 -1 4202560 354185 1256 0 0 87127 58 0 0 25 0 5 0 654394545 310181888 47168 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.53
Current children cumulated vsize (KiB) 302912

[startup+942.3 s]
/proc/loadavg: 8.15 7.87 5.54 9/379 26173
/proc/meminfo: memFree=22325284/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=290496 CPUtime=3757.78 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 1430460 1256 0 0 375555 223 0 0 25 0 5 0 654394540 297467904 44033 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 72624 44033 180 55 0 70510 0
[pid=26054/tid=26061] ppid=26052 vsize=290496 CPUtime=942.27 cores=1,3,5,7
/proc/26054/task/26061/stat : 26061 (plingeling) R 26052 26054 26007 0 -1 4202560 343380 1256 0 0 94175 52 0 0 25 0 5 0 654394545 297467904 44033 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26054/tid=26062] ppid=26052 vsize=290496 CPUtime=942.15 cores=1,3,5,7
/proc/26054/task/26062/stat : 26062 (plingeling) R 26052 26054 26007 0 -1 4202560 361672 1256 0 0 94158 57 0 0 25 0 5 0 654394545 297467904 44033 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26054/tid=26063] ppid=26052 vsize=290496 CPUtime=942.15 cores=1,3,5,7
/proc/26054/task/26063/stat : 26063 (plingeling) R 26052 26054 26007 0 -1 4202560 344905 1256 0 0 94165 50 0 0 25 0 5 0 654394545 297467904 44033 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26054/tid=26064] ppid=26052 vsize=290496 CPUtime=931.13 cores=1,3,5,7
/proc/26054/task/26064/stat : 26064 (plingeling) R 26052 26054 26007 0 -1 4202560 377777 1256 0 0 93051 62 0 0 25 0 5 0 654394545 297467904 44033 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3757.78
Current children cumulated vsize (KiB) 290496

[startup+1002.3 s]
/proc/loadavg: 8.17 7.93 5.71 9/379 26175
/proc/meminfo: memFree=22312372/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=316520 CPUtime=3997.07 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 1505265 1256 0 0 399473 234 0 0 25 0 5 0 654394540 324116480 50539 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 79130 50539 180 55 0 77016 0
[pid=26054/tid=26061] ppid=26052 vsize=316520 CPUtime=1002.27 cores=1,3,5,7
/proc/26054/task/26061/stat : 26061 (plingeling) R 26052 26054 26007 0 -1 4202560 358011 1256 0 0 100173 54 0 0 25 0 5 0 654394545 324116480 50539 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26054/tid=26062] ppid=26052 vsize=316520 CPUtime=1002.15 cores=1,3,5,7
/proc/26054/task/26062/stat : 26062 (plingeling) R 26052 26054 26007 0 -1 4202560 378572 1256 0 0 100156 59 0 0 25 0 5 0 654394545 324116480 50539 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26054/tid=26063] ppid=26052 vsize=316520 CPUtime=1002.15 cores=1,3,5,7
/proc/26054/task/26063/stat : 26063 (plingeling) R 26052 26054 26007 0 -1 4202560 365434 1256 0 0 100163 52 0 0 25 0 5 0 654394545 324116480 50539 33554432000 4194304 4417452 140735173914240 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26054/tid=26064] ppid=26052 vsize=316520 CPUtime=990.42 cores=1,3,5,7
/proc/26054/task/26064/stat : 26064 (plingeling) R 26052 26054 26007 0 -1 4202560 400522 1256 0 0 98975 67 0 0 25 0 5 0 654394545 324116480 50539 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.07
Current children cumulated vsize (KiB) 316520

[startup+1062.3 s]
/proc/loadavg: 8.06 7.94 5.85 9/379 26177
/proc/meminfo: memFree=22323876/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=292640 CPUtime=4236.38 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 1583479 1256 0 0 423391 247 0 0 25 0 5 0 654394540 299663360 44569 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 73160 44569 180 55 0 71046 0
[pid=26054/tid=26061] ppid=26052 vsize=292640 CPUtime=1062.28 cores=1,3,5,7
/proc/26054/task/26061/stat : 26061 (plingeling) R 26052 26054 26007 0 -1 4202560 376027 1256 0 0 106170 58 0 0 25 0 5 0 654394545 299663360 44569 33554432000 4194304 4417452 140735173914240 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26054/tid=26062] ppid=26052 vsize=292640 CPUtime=1062.15 cores=1,3,5,7
/proc/26054/task/26062/stat : 26062 (plingeling) R 26052 26054 26007 0 -1 4202560 403387 1256 0 0 106152 63 0 0 25 0 5 0 654394545 299663360 44569 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26054/tid=26063] ppid=26052 vsize=292640 CPUtime=1062.15 cores=1,3,5,7
/proc/26054/task/26063/stat : 26063 (plingeling) R 26052 26054 26007 0 -1 4202560 381001 1256 0 0 106160 55 0 0 25 0 5 0 654394545 299663360 44569 33554432000 4194304 4417452 140735173914240 18446744073709551615 4366804 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26054/tid=26064] ppid=26052 vsize=292640 CPUtime=1049.71 cores=1,3,5,7
/proc/26054/task/26064/stat : 26064 (plingeling) R 26052 26054 26007 0 -1 4202560 420338 1256 0 0 104902 69 0 0 25 0 5 0 654394545 299663360 44569 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364669 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.38
Current children cumulated vsize (KiB) 292640

[startup+1122.3 s]
/proc/loadavg: 8.02 7.95 5.98 9/379 26178
/proc/meminfo: memFree=22285916/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=314964 CPUtime=4475.67 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 1655395 1256 0 0 447309 258 0 0 25 0 5 0 654394540 322523136 50150 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 78741 50150 180 55 0 76627 0
[pid=26054/tid=26061] ppid=26052 vsize=314964 CPUtime=1122.27 cores=1,3,5,7
/proc/26054/task/26061/stat : 26061 (plingeling) R 26052 26054 26007 0 -1 4202560 394654 1256 0 0 112167 60 0 0 25 0 5 0 654394545 322523136 50150 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26054/tid=26062] ppid=26052 vsize=314964 CPUtime=1122.16 cores=1,3,5,7
/proc/26054/task/26062/stat : 26062 (plingeling) R 26052 26054 26007 0 -1 4202560 417200 1256 0 0 112151 65 0 0 25 0 5 0 654394545 322523136 50150 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26054/tid=26063] ppid=26052 vsize=314964 CPUtime=1122.15 cores=1,3,5,7
/proc/26054/task/26063/stat : 26063 (plingeling) R 26052 26054 26007 0 -1 4202560 399685 1256 0 0 112158 57 0 0 25 0 5 0 654394545 322523136 50150 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26054/tid=26064] ppid=26052 vsize=314964 CPUtime=1109 cores=1,3,5,7
/proc/26054/task/26064/stat : 26064 (plingeling) R 26052 26054 26007 0 -1 4202560 441130 1256 0 0 110827 73 0 0 25 0 5 0 654394545 322523136 50150 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4475.67
Current children cumulated vsize (KiB) 314964

[startup+1182.3 s]
/proc/loadavg: 8.08 7.98 6.12 9/379 26180
/proc/meminfo: memFree=22331780/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=281552 CPUtime=4714.96 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 1743016 1256 0 0 471225 271 0 0 25 0 5 0 654394540 288309248 41797 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 70388 41797 180 55 0 68274 0
[pid=26054/tid=26061] ppid=26052 vsize=281552 CPUtime=1182.27 cores=1,3,5,7
/proc/26054/task/26061/stat : 26061 (plingeling) R 26052 26054 26007 0 -1 4202560 416462 1256 0 0 118164 63 0 0 25 0 5 0 654394545 288309248 41797 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26054/tid=26062] ppid=26052 vsize=281552 CPUtime=1182.16 cores=1,3,5,7
/proc/26054/task/26062/stat : 26062 (plingeling) R 26052 26054 26007 0 -1 4202560 440447 1256 0 0 118147 69 0 0 25 0 5 0 654394545 288309248 41797 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26054/tid=26063] ppid=26052 vsize=281552 CPUtime=1182.15 cores=1,3,5,7
/proc/26054/task/26063/stat : 26063 (plingeling) R 26052 26054 26007 0 -1 4202560 421568 1256 0 0 118155 60 0 0 25 0 5 0 654394545 288309248 41797 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26054/tid=26064] ppid=26052 vsize=281552 CPUtime=1168.3 cores=1,3,5,7
/proc/26054/task/26064/stat : 26064 (plingeling) R 26052 26054 26007 0 -1 4202560 461813 1256 0 0 116754 76 0 0 25 0 5 0 654394545 288309248 41797 33554432000 4194304 4417452 140735173914240 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4714.96
Current children cumulated vsize (KiB) 281552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.13 8.00 6.16 9/379 26180
/proc/meminfo: memFree=22284036/32951124 swapFree=67111348/67111528
[pid=26054] ppid=26052 vsize=327552 CPUtime=4800.33 cores=1,3,5,7
/proc/26054/stat : 26054 (plingeling) S 26052 26054 26007 0 -1 4202496 1766369 1256 0 0 479758 275 0 0 25 0 5 0 654394540 335413248 53297 33554432000 4194304 4417452 140735173914240 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/26054/statm: 81888 53297 180 55 0 79774 0
[pid=26054/tid=26061] ppid=26052 vsize=327552 CPUtime=1203.69 cores=1,3,5,7
/proc/26054/task/26061/stat : 26061 (plingeling) R 26052 26054 26007 0 -1 4202560 419258 1256 0 0 120305 64 0 0 25 0 5 0 654394545 335413248 53297 33554432000 4194304 4417452 140735173914240 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26054/tid=26062] ppid=26052 vsize=327552 CPUtime=1203.57 cores=1,3,5,7
/proc/26054/task/26062/stat : 26062 (plingeling) R 26052 26054 26007 0 -1 4202560 446218 1256 0 0 120287 70 0 0 25 0 5 0 654394545 335413248 53297 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364675 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26054/tid=26063] ppid=26052 vsize=327552 CPUtime=1203.57 cores=1,3,5,7
/proc/26054/task/26063/stat : 26063 (plingeling) R 26052 26054 26007 0 -1 4202560 431100 1256 0 0 120295 62 0 0 25 0 5 0 654394545 335413248 53297 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26054/tid=26064] ppid=26052 vsize=327552 CPUtime=1189.44 cores=1,3,5,7
/proc/26054/task/26064/stat : 26064 (plingeling) R 26052 26054 26007 0 -1 4202560 467067 1256 0 0 118867 77 0 0 25 0 5 0 654394545 335413248 53297 33554432000 4194304 4417452 140735173914240 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 327552

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.73
CPU time (s): 4800.4
CPU user time (s): 4797.63
CPU system time (s): 2.77058
CPU usage (%): 398.793
Max. virtual memory (cumulated for all children) (KiB): 344268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.63
system time used= 2.77058
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1767625
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= 140
involuntary context switches= 31842

runsolver used 4.10038 second user time and 10.1665 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 04:52:48
IDJOB=3370929
IDBENCH=83275
IDSOLVER=1848
FILE ID=node139/3370929-1305427968
RUNJOBID= node139-1305427968-26026
PBS_JOBID= 13324610
Free space on /tmp= 73408 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_508.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370929-1305427968/watcher-3370929-1305427968 -o /tmp/evaluation-result-3370929-1305427968/solver-3370929-1305427968 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3370929-1305427968.cnf

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

MD5SUM BENCH= b891f70c80006fb02dca40f266c0cec1
RANDOM SEED=1319368769

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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:     32951124 kB
MemFree:      22629856 kB
Buffers:        303904 kB
Cached:        2860476 kB
SwapCached:          0 kB
Active:        7994224 kB
Inactive:      2019912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22629856 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            1316 kB
Writeback:           0 kB
AnonPages:     6850480 kB
Mapped:          29504 kB
Slab:           202368 kB
PageTables:      38796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76839696 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= 73408 MiB
End job on node139 at 2011-05-15 05:12:54