Trace number 3250768

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587? (TO) 4800.17 1201.72

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-20_388.cnf
MD5SUMa08160883ea01d58c880b6f2b323ef8b
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 variables388
Number of clauses41212
Sum of the clauses size187726
Maximum clause length20
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 337442
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53770

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3250768-1304095105/watcher-3250768-1304095105 -o /tmp/evaluation-result-3250768-1304095105/solver-3250768-1304095105 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3250768-1304095105.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: 6.27 7.67 7.87 6/179 25462
/proc/meminfo: memFree=30894444/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=9436 CPUtime=0 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) R 25460 25462 25415 0 -1 4202496 452 1255 0 0 0 0 0 0 25 0 1 0 521110157 9662464 381 33554432000 4194304 4417332 140733421241408 18446744073709551615 274664808192 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/25462/statm: 2359 381 147 55 0 245 0

[startup+0.023356 s]
/proc/loadavg: 6.27 7.67 7.87 6/179 25462
/proc/meminfo: memFree=30894444/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=13060 CPUtime=0.01 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) R 25460 25462 25415 0 -1 4202496 1382 1255 0 0 1 0 0 0 25 0 1 0 521110157 13373440 1288 33554432000 4194304 4417332 140733421241408 18446744073709551615 4274358 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/25462/statm: 3265 1288 148 55 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13060

[startup+0.1593 s]
/proc/loadavg: 6.27 7.67 7.87 6/179 25462
/proc/meminfo: memFree=30894444/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=64864 CPUtime=0.45 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 4635 1255 0 0 45 0 0 0 25 0 5 0 521110157 66420736 4002 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 16216 4002 179 55 0 14102 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 64864

[startup+0.300273 s]
/proc/loadavg: 6.27 7.67 7.87 6/179 25462
/proc/meminfo: memFree=30894444/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=62624 CPUtime=1.02 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 4999 1255 0 0 102 0 0 0 25 0 5 0 521110157 64126976 3406 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 15656 3406 179 55 0 13542 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 62624

[startup+0.700204 s]
/proc/loadavg: 6.27 7.67 7.87 6/179 25462
/proc/meminfo: memFree=30894444/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=62624 CPUtime=2.62 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 4999 1255 0 0 262 0 0 0 25 0 5 0 521110157 64126976 3406 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 15656 3406 179 55 0 13542 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 62624

[startup+1.50107 s]
/proc/loadavg: 6.27 7.67 7.87 9/184 25472
/proc/meminfo: memFree=30873944/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=66168 CPUtime=5.82 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 5921 1255 0 0 582 0 0 0 25 0 5 0 521110157 67756032 4328 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 16542 4328 179 55 0 14428 0
[pid=25462/tid=25469] ppid=25460 vsize=66168 CPUtime=1.44 cores=1,3,5,7
/proc/25462/task/25469/stat : 25469 (plingeling) R 25460 25462 25415 0 -1 4202560 615 1255 0 0 144 0 0 0 25 0 5 0 521110163 67756032 4328 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=66168 CPUtime=1.44 cores=1,3,5,7
/proc/25462/task/25470/stat : 25470 (plingeling) R 25460 25462 25415 0 -1 4202560 830 1255 0 0 144 0 0 0 25 0 5 0 521110163 67756032 4328 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=66168 CPUtime=1.44 cores=1,3,5,7
/proc/25462/task/25471/stat : 25471 (plingeling) R 25460 25462 25415 0 -1 4202560 713 1255 0 0 144 0 0 0 25 0 5 0 521110163 67756032 4328 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=66168 CPUtime=1.43 cores=1,3,5,7
/proc/25462/task/25472/stat : 25472 (plingeling) R 25460 25462 25415 0 -1 4202560 753 1255 0 0 143 0 0 0 25 0 5 0 521110163 67756032 4328 33554432000 4194304 4417332 140733421241408 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 66168

[startup+3.10079 s]
/proc/loadavg: 6.27 7.67 7.87 9/184 25472
/proc/meminfo: memFree=30866380/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=72116 CPUtime=12.21 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 7408 1255 0 0 1221 0 0 0 25 0 5 0 521110157 73846784 5815 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 18029 5815 179 55 0 15915 0
[pid=25462/tid=25469] ppid=25460 vsize=72116 CPUtime=3.04 cores=1,3,5,7
/proc/25462/task/25469/stat : 25469 (plingeling) R 25460 25462 25415 0 -1 4202560 803 1255 0 0 304 0 0 0 25 0 5 0 521110163 73846784 5815 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=72116 CPUtime=3.04 cores=1,3,5,7
/proc/25462/task/25470/stat : 25470 (plingeling) R 25460 25462 25415 0 -1 4202560 998 1255 0 0 304 0 0 0 25 0 5 0 521110163 73846784 5815 33554432000 4194304 4417332 140733421241408 18446744073709551615 4254377 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=72116 CPUtime=3.04 cores=1,3,5,7
/proc/25462/task/25471/stat : 25471 (plingeling) R 25460 25462 25415 0 -1 4202560 1235 1255 0 0 304 0 0 0 25 0 5 0 521110163 73846784 5815 33554432000 4194304 4417332 140733421241408 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=72116 CPUtime=3.03 cores=1,3,5,7
/proc/25462/task/25472/stat : 25472 (plingeling) R 25460 25462 25415 0 -1 4202560 1362 1255 0 0 303 0 0 0 25 0 5 0 521110163 73846784 5815 33554432000 4194304 4417332 140733421241408 18446744073709551615 4357618 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 72116

[startup+6.30024 s]
/proc/loadavg: 6.65 7.73 7.89 9/184 25472
/proc/meminfo: memFree=30841300/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=87668 CPUtime=24.99 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 11296 1255 0 0 2498 1 0 0 25 0 5 0 521110157 89772032 9703 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 21917 9703 179 55 0 19803 0
[pid=25462/tid=25469] ppid=25460 vsize=87668 CPUtime=6.24 cores=1,3,5,7
/proc/25462/task/25469/stat : 25469 (plingeling) R 25460 25462 25415 0 -1 4202560 1584 1255 0 0 624 0 0 0 25 0 5 0 521110163 89772032 9703 33554432000 4194304 4417332 140733421241408 18446744073709551615 4366718 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=87668 CPUtime=6.24 cores=1,3,5,7
/proc/25462/task/25470/stat : 25470 (plingeling) R 25460 25462 25415 0 -1 4202560 1949 1255 0 0 624 0 0 0 25 0 5 0 521110163 89772032 9703 33554432000 4194304 4417332 140733421241408 18446744073709551615 4320859 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=87668 CPUtime=6.24 cores=1,3,5,7
/proc/25462/task/25471/stat : 25471 (plingeling) R 25460 25462 25415 0 -1 4202560 1996 1255 0 0 624 0 0 0 25 0 5 0 521110163 89772032 9703 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=87668 CPUtime=6.21 cores=1,3,5,7
/proc/25462/task/25472/stat : 25472 (plingeling) R 25460 25462 25415 0 -1 4202560 2757 1255 0 0 621 0 0 0 25 0 5 0 521110163 89772032 9703 33554432000 4194304 4417332 140733421241408 18446744073709551615 4365894 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 87668

[startup+12.7011 s]
/proc/loadavg: 6.76 7.73 7.89 9/184 25472
/proc/meminfo: memFree=30822088/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=102112 CPUtime=50.55 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 15474 1255 0 0 5054 1 0 0 25 0 5 0 521110157 104562688 13314 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 25528 13314 179 55 0 23414 0
[pid=25462/tid=25469] ppid=25460 vsize=102112 CPUtime=12.64 cores=1,3,5,7
/proc/25462/task/25469/stat : 25469 (plingeling) R 25460 25462 25415 0 -1 4202560 1584 1255 0 0 1264 0 0 0 25 0 5 0 521110163 104562688 13314 33554432000 4194304 4417332 140733421241408 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=102112 CPUtime=12.64 cores=1,3,5,7
/proc/25462/task/25470/stat : 25470 (plingeling) R 25460 25462 25415 0 -1 4202560 3118 1255 0 0 1264 0 0 0 25 0 5 0 521110163 104562688 13314 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=102112 CPUtime=12.64 cores=1,3,5,7
/proc/25462/task/25471/stat : 25471 (plingeling) R 25460 25462 25415 0 -1 4202560 2783 1255 0 0 1264 0 0 0 25 0 5 0 521110163 104562688 13314 33554432000 4194304 4417332 140733421241408 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=102112 CPUtime=12.57 cores=1,3,5,7
/proc/25462/task/25472/stat : 25472 (plingeling) R 25460 25462 25415 0 -1 4202560 4979 1255 0 0 1257 0 0 0 25 0 5 0 521110163 104562688 13314 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 102112

[startup+25.5009 s]
/proc/loadavg: 7.03 7.74 7.89 9/184 25473
/proc/meminfo: memFree=30810008/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=105520 CPUtime=101.68 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 26937 1255 0 0 10165 3 0 0 25 0 5 0 521110157 108052480 14198 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 26380 14198 179 55 0 24266 0
[pid=25462/tid=25469] ppid=25460 vsize=105520 CPUtime=25.44 cores=1,3,5,7
/proc/25462/task/25469/stat : 25469 (plingeling) R 25460 25462 25415 0 -1 4202560 1584 1255 0 0 2544 0 0 0 25 0 5 0 521110163 108052480 14198 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=105520 CPUtime=25.43 cores=1,3,5,7
/proc/25462/task/25470/stat : 25470 (plingeling) R 25460 25462 25415 0 -1 4202560 4802 1255 0 0 2543 0 0 0 25 0 5 0 521110163 108052480 14198 33554432000 4194304 4417332 140733421241408 18446744073709551615 4366359 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=105520 CPUtime=25.44 cores=1,3,5,7
/proc/25462/task/25471/stat : 25471 (plingeling) R 25460 25462 25415 0 -1 4202560 2783 1255 0 0 2544 0 0 0 25 0 5 0 521110163 108052480 14198 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=105520 CPUtime=25.3 cores=1,3,5,7
/proc/25462/task/25472/stat : 25472 (plingeling) R 25460 25462 25415 0 -1 4202560 14758 1255 0 0 2528 2 0 0 25 0 5 0 521110163 108052480 14198 33554432000 4194304 4417332 140733421241408 18446744073709551615 4365869 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 105520

[startup+51.1005 s]
/proc/loadavg: 7.43 7.78 7.90 9/184 25474
/proc/meminfo: memFree=30786176/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=120992 CPUtime=203.95 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 71413 1255 0 0 20384 11 0 0 25 0 5 0 521110157 123895808 18034 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 30248 18034 179 55 0 28134 0
[pid=25462/tid=25469] ppid=25460 vsize=120992 CPUtime=51.03 cores=1,3,5,7
/proc/25462/task/25469/stat : 25469 (plingeling) R 25460 25462 25415 0 -1 4202560 12271 1255 0 0 5102 1 0 0 25 0 5 0 521110163 123895808 18034 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=120992 CPUtime=51.03 cores=1,3,5,7
/proc/25462/task/25470/stat : 25470 (plingeling) R 25460 25462 25415 0 -1 4202560 11176 1255 0 0 5102 1 0 0 25 0 5 0 521110163 123895808 18034 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=120992 CPUtime=51.04 cores=1,3,5,7
/proc/25462/task/25471/stat : 25471 (plingeling) R 25460 25462 25415 0 -1 4202560 9648 1255 0 0 5103 1 0 0 25 0 5 0 521110163 123895808 18034 33554432000 4194304 4417332 140733421241408 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=120992 CPUtime=50.76 cores=1,3,5,7
/proc/25462/task/25472/stat : 25472 (plingeling) R 25460 25462 25415 0 -1 4202560 35308 1255 0 0 5071 5 0 0 25 0 5 0 521110163 123895808 18034 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 120992

[startup+102.307 s]
/proc/loadavg: 7.89 7.84 7.91 9/184 25475
/proc/meminfo: memFree=30768060/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=190280 CPUtime=408.49 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 185179 1255 0 0 40815 34 0 0 25 0 5 0 521110157 194846720 19037 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 47570 19037 179 55 0 45456 0
[pid=25462/tid=25469] ppid=25460 vsize=190280 CPUtime=102.25 cores=1,3,5,7
/proc/25462/task/25469/stat : 25469 (plingeling) R 25460 25462 25415 0 -1 4202560 46827 1255 0 0 10218 7 0 0 25 0 5 0 521110163 194846720 19037 33554432000 4194304 4417332 140733421241408 18446744073709551615 4263232 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=190280 CPUtime=102.24 cores=1,3,5,7
/proc/25462/task/25470/stat : 25470 (plingeling) R 25460 25462 25415 0 -1 4202560 27534 1255 0 0 10219 5 0 0 25 0 5 0 521110163 194846720 19037 33554432000 4194304 4417332 140733421241408 18446744073709551615 4357164 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=190280 CPUtime=102.25 cores=1,3,5,7
/proc/25462/task/25471/stat : 25471 (plingeling) R 25460 25462 25415 0 -1 4202560 44522 1255 0 0 10216 9 0 0 25 0 5 0 521110163 194846720 19037 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=190280 CPUtime=101.68 cores=1,3,5,7
/proc/25462/task/25472/stat : 25472 (plingeling) R 25460 25462 25415 0 -1 4202560 63286 1255 0 0 10157 11 0 0 25 0 5 0 521110163 194846720 19037 33554432000 4194304 4417332 140733421241408 18446744073709551615 18446744073699065863 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.49
Current children cumulated vsize (KiB) 190280

[startup+162.3 s]
/proc/loadavg: 8.03 7.88 7.92 9/184 25476
/proc/meminfo: memFree=30710756/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=224352 CPUtime=648.15 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 345759 1255 0 0 64751 64 0 0 25 0 5 0 521110157 229736448 27555 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 56088 27555 179 55 0 53974 0
[pid=25462/tid=25469] ppid=25460 vsize=224352 CPUtime=162.24 cores=1,3,5,7
/proc/25462/task/25469/stat : 25469 (plingeling) R 25460 25462 25415 0 -1 4202560 92876 1255 0 0 16209 15 0 0 25 0 5 0 521110163 229736448 27555 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=224352 CPUtime=162.22 cores=1,3,5,7
/proc/25462/task/25470/stat : 25470 (plingeling) R 25460 25462 25415 0 -1 4202560 57102 1255 0 0 16211 11 0 0 25 0 5 0 521110163 229736448 27555 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=224352 CPUtime=162.24 cores=1,3,5,7
/proc/25462/task/25471/stat : 25471 (plingeling) R 25460 25462 25415 0 -1 4202560 89708 1255 0 0 16208 16 0 0 25 0 5 0 521110163 229736448 27555 33554432000 4194304 4417332 140733421241408 18446744073709551615 4343668 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=224352 CPUtime=161.36 cores=1,3,5,7
/proc/25462/task/25472/stat : 25472 (plingeling) R 25460 25462 25415 0 -1 4202560 103063 1255 0 0 16117 19 0 0 25 0 5 0 521110163 229736448 27555 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364667 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.15
Current children cumulated vsize (KiB) 224352


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

[pid=25462/tid=25470] ppid=25460 vsize=304728 CPUtime=762.22 cores=1,3,5,7
/proc/25462/task/25470/stat : 25470 (plingeling) R 25460 25462 25415 0 -1 4202560 379710 1255 0 0 76159 63 0 0 25 0 5 0 521110163 312041472 47621 33554432000 4194304 4417332 140733421241408 18446744073709551615 4251060 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=304728 CPUtime=762.26 cores=1,3,5,7
/proc/25462/task/25471/stat : 25471 (plingeling) R 25460 25462 25415 0 -1 4202560 435759 1255 0 0 76152 74 0 0 25 0 5 0 521110163 312041472 47621 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=304728 CPUtime=758.1 cores=1,3,5,7
/proc/25462/task/25472/stat : 25472 (plingeling) R 25460 25462 25415 0 -1 4202560 430244 1255 0 0 75736 74 0 0 25 0 5 0 521110163 312041472 47621 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.91
Current children cumulated vsize (KiB) 304728

[startup+822.301 s]
/proc/loadavg: 8.01 8.02 7.96 9/184 25494
/proc/meminfo: memFree=30620184/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=267100 CPUtime=3284.57 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 1797545 1255 0 0 328158 299 0 0 25 0 5 0 521110157 273510400 38238 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 66775 38238 179 55 0 64661 0
[pid=25462/tid=25469] ppid=25460 vsize=267100 CPUtime=822.25 cores=1,3,5,7
/proc/25462/task/25469/stat : 25469 (plingeling) R 25460 25462 25415 0 -1 4202560 459612 1255 0 0 82153 72 0 0 25 0 5 0 521110163 273510400 38238 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=267100 CPUtime=822.21 cores=1,3,5,7
/proc/25462/task/25470/stat : 25470 (plingeling) R 25460 25462 25415 0 -1 4202560 406180 1255 0 0 82155 66 0 0 25 0 5 0 521110163 273510400 38238 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=267100 CPUtime=822.25 cores=1,3,5,7
/proc/25462/task/25471/stat : 25471 (plingeling) R 25460 25462 25415 0 -1 4202560 468088 1255 0 0 82147 78 0 0 25 0 5 0 521110163 273510400 38238 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=267100 CPUtime=817.77 cores=1,3,5,7
/proc/25462/task/25472/stat : 25472 (plingeling) R 25460 25462 25415 0 -1 4202560 460655 1255 0 0 81697 80 0 0 25 0 5 0 521110163 273510400 38238 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.57
Current children cumulated vsize (KiB) 267100

[startup+882.301 s]
/proc/loadavg: 8.16 8.04 7.97 9/184 25496
/proc/meminfo: memFree=30560896/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=326688 CPUtime=3524.24 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 1924823 1255 0 0 352106 318 0 0 25 0 5 0 521110157 334528512 53135 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 81672 53135 179 55 0 79558 0
[pid=25462/tid=25469] ppid=25460 vsize=326688 CPUtime=882.26 cores=1,3,5,7
/proc/25462/task/25469/stat : 25469 (plingeling) R 25460 25462 25415 0 -1 4202560 488779 1255 0 0 88149 77 0 0 25 0 5 0 521110163 334528512 53135 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364769 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=326688 CPUtime=882.21 cores=1,3,5,7
/proc/25462/task/25470/stat : 25470 (plingeling) R 25460 25462 25415 0 -1 4202560 441099 1255 0 0 88149 72 0 0 25 0 5 0 521110163 334528512 53135 33554432000 4194304 4417332 140733421241408 18446744073709551615 4366046 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=326688 CPUtime=882.25 cores=1,3,5,7
/proc/25462/task/25471/stat : 25471 (plingeling) R 25460 25462 25415 0 -1 4202560 506720 1255 0 0 88141 84 0 0 25 0 5 0 521110163 334528512 53135 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=326688 CPUtime=877.44 cores=1,3,5,7
/proc/25462/task/25472/stat : 25472 (plingeling) R 25460 25462 25415 0 -1 4202560 485215 1255 0 0 87660 84 0 0 25 0 5 0 521110163 334528512 53135 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.24
Current children cumulated vsize (KiB) 326688

[startup+942.301 s]
/proc/loadavg: 8.13 8.05 7.97 9/184 25497
/proc/meminfo: memFree=30582700/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=303684 CPUtime=3763.92 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 2020793 1255 0 0 376059 333 0 0 25 0 5 0 521110157 310972416 47384 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 75921 47384 179 55 0 73807 0
[pid=25462/tid=25469] ppid=25460 vsize=303684 CPUtime=942.26 cores=1,3,5,7
/proc/25462/task/25469/stat : 25469 (plingeling) R 25460 25462 25415 0 -1 4202560 514595 1255 0 0 94145 81 0 0 25 0 5 0 521110163 310972416 47384 33554432000 4194304 4417332 140733421241408 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=303684 CPUtime=942.2 cores=1,3,5,7
/proc/25462/task/25470/stat : 25470 (plingeling) R 25460 25462 25415 0 -1 4202560 462347 1255 0 0 94145 75 0 0 25 0 5 0 521110163 310972416 47384 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=303684 CPUtime=942.25 cores=1,3,5,7
/proc/25462/task/25471/stat : 25471 (plingeling) R 25460 25462 25415 0 -1 4202560 533732 1255 0 0 94137 88 0 0 25 0 5 0 521110163 310972416 47384 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=303684 CPUtime=937.12 cores=1,3,5,7
/proc/25462/task/25472/stat : 25472 (plingeling) R 25460 25462 25415 0 -1 4202560 507109 1255 0 0 93625 87 0 0 25 0 5 0 521110163 310972416 47384 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 303684

[startup+1002.3 s]
/proc/loadavg: 8.05 8.04 7.97 9/184 25499
/proc/meminfo: memFree=30609216/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=278552 CPUtime=4003.59 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 2138883 1255 0 0 400006 353 0 0 25 0 5 0 521110157 285237248 41073 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 69638 41073 179 55 0 67524 0
[pid=25462/tid=25469] ppid=25460 vsize=278552 CPUtime=1002.26 cores=1,3,5,7
/proc/25462/task/25469/stat : 25469 (plingeling) R 25460 25462 25415 0 -1 4202560 539714 1255 0 0 100141 85 0 0 25 0 5 0 521110163 285237248 41073 33554432000 4194304 4417332 140733421241408 18446744073709551615 4263206 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=278552 CPUtime=1002.21 cores=1,3,5,7
/proc/25462/task/25470/stat : 25470 (plingeling) R 25460 25462 25415 0 -1 4202560 495393 1255 0 0 100139 82 0 0 25 0 5 0 521110163 285237248 41073 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=278552 CPUtime=1002.25 cores=1,3,5,7
/proc/25462/task/25471/stat : 25471 (plingeling) R 25460 25462 25415 0 -1 4202560 562362 1255 0 0 100133 92 0 0 25 0 5 0 521110163 285237248 41073 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=278552 CPUtime=996.79 cores=1,3,5,7
/proc/25462/task/25472/stat : 25472 (plingeling) R 25460 25462 25415 0 -1 4202560 538404 1255 0 0 99587 92 0 0 25 0 5 0 521110163 285237248 41073 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364720 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.59
Current children cumulated vsize (KiB) 278552

[startup+1062.3 s]
/proc/loadavg: 8.07 8.04 7.98 9/184 25500
/proc/meminfo: memFree=30606596/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=288596 CPUtime=4243.26 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 2245280 1255 0 0 423955 371 0 0 25 0 5 0 521110157 295522304 43584 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 72149 43584 179 55 0 70035 0
[pid=25462/tid=25469] ppid=25460 vsize=288596 CPUtime=1062.25 cores=1,3,5,7
/proc/25462/task/25469/stat : 25469 (plingeling) R 25460 25462 25415 0 -1 4202560 567495 1255 0 0 106136 89 0 0 25 0 5 0 521110163 295522304 43584 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=288596 CPUtime=1062.21 cores=1,3,5,7
/proc/25462/task/25470/stat : 25470 (plingeling) R 25460 25462 25415 0 -1 4202560 518672 1255 0 0 106135 86 0 0 25 0 5 0 521110163 295522304 43584 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=288596 CPUtime=1062.25 cores=1,3,5,7
/proc/25462/task/25471/stat : 25471 (plingeling) R 25460 25462 25415 0 -1 4202560 592960 1255 0 0 106128 97 0 0 25 0 5 0 521110163 295522304 43584 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=288596 CPUtime=1056.46 cores=1,3,5,7
/proc/25462/task/25472/stat : 25472 (plingeling) R 25460 25462 25415 0 -1 4202560 563143 1255 0 0 105550 96 0 0 25 0 5 0 521110163 295522304 43584 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.26
Current children cumulated vsize (KiB) 288596

[startup+1122.3 s]
/proc/loadavg: 8.08 8.05 7.98 9/184 25502
/proc/meminfo: memFree=30582892/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=283812 CPUtime=4482.94 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 2360309 1255 0 0 447904 390 0 0 25 0 5 0 521110157 290623488 42388 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 70953 42388 179 55 0 68839 0
[pid=25462/tid=25469] ppid=25460 vsize=283812 CPUtime=1122.26 cores=1,3,5,7
/proc/25462/task/25469/stat : 25469 (plingeling) R 25460 25462 25415 0 -1 4202560 595812 1255 0 0 112133 93 0 0 25 0 5 0 521110163 290623488 42388 33554432000 4194304 4417332 140733421241408 18446744073709551615 4259603 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=283812 CPUtime=1122.21 cores=1,3,5,7
/proc/25462/task/25470/stat : 25470 (plingeling) R 25460 25462 25415 0 -1 4202560 547182 1255 0 0 112130 91 0 0 25 0 5 0 521110163 290623488 42388 33554432000 4194304 4417332 140733421241408 18446744073709551615 274664866218 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=283812 CPUtime=1122.25 cores=1,3,5,7
/proc/25462/task/25471/stat : 25471 (plingeling) R 25460 25462 25415 0 -1 4202560 621638 1255 0 0 112123 102 0 0 25 0 5 0 521110163 290623488 42388 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=283812 CPUtime=1116.14 cores=1,3,5,7
/proc/25462/task/25472/stat : 25472 (plingeling) R 25460 25462 25415 0 -1 4202560 592667 1255 0 0 111512 102 0 0 25 0 5 0 521110163 290623488 42388 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.94
Current children cumulated vsize (KiB) 283812

[startup+1182.3 s]
/proc/loadavg: 8.09 8.05 7.99 9/184 25504
/proc/meminfo: memFree=30531412/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=294392 CPUtime=4722.61 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 2460913 1255 0 0 471855 406 0 0 25 0 5 0 521110157 301457408 45033 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 73598 45033 179 55 0 71484 0
[pid=25462/tid=25469] ppid=25460 vsize=294392 CPUtime=1182.26 cores=1,3,5,7
/proc/25462/task/25469/stat : 25469 (plingeling) R 25460 25462 25415 0 -1 4202560 619999 1255 0 0 118129 97 0 0 25 0 5 0 521110163 301457408 45033 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=294392 CPUtime=1182.2 cores=1,3,5,7
/proc/25462/task/25470/stat : 25470 (plingeling) R 25460 25462 25415 0 -1 4202560 571511 1255 0 0 118126 94 0 0 25 0 5 0 521110163 301457408 45033 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=294392 CPUtime=1182.26 cores=1,3,5,7
/proc/25462/task/25471/stat : 25471 (plingeling) R 25460 25462 25415 0 -1 4202560 651159 1255 0 0 118119 107 0 0 25 0 5 0 521110163 301457408 45033 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=294392 CPUtime=1175.82 cores=1,3,5,7
/proc/25462/task/25472/stat : 25472 (plingeling) R 25460 25462 25415 0 -1 4202560 615234 1255 0 0 117476 106 0 0 25 0 5 0 521110163 301457408 45033 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.61
Current children cumulated vsize (KiB) 294392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.06 8.05 7.99 9/184 25504
/proc/meminfo: memFree=30556828/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=312272 CPUtime=4800.13 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 2495595 1255 0 0 479601 412 0 0 25 0 5 0 521110157 319766528 49503 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 78068 49503 179 55 0 75954 0
[pid=25462/tid=25469] ppid=25460 vsize=312272 CPUtime=1201.67 cores=1,3,5,7
/proc/25462/task/25469/stat : 25469 (plingeling) R 25460 25462 25415 0 -1 4202560 628671 1255 0 0 120069 98 0 0 25 0 5 0 521110163 319766528 49503 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=312272 CPUtime=1201.6 cores=1,3,5,7
/proc/25462/task/25470/stat : 25470 (plingeling) R 25460 25462 25415 0 -1 4202560 582718 1255 0 0 120064 96 0 0 25 0 5 0 521110163 319766528 49503 33554432000 4194304 4417332 140733421241408 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=312272 CPUtime=1201.66 cores=1,3,5,7
/proc/25462/task/25471/stat : 25471 (plingeling) R 25460 25462 25415 0 -1 4202560 660816 1255 0 0 120058 108 0 0 25 0 5 0 521110163 319766528 49503 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=312272 CPUtime=1195.11 cores=1,3,5,7
/proc/25462/task/25472/stat : 25472 (plingeling) R 25460 25462 25415 0 -1 4202560 620380 1255 0 0 119404 107 0 0 25 0 5 0 521110163 319766528 49503 33554432000 4194304 4417332 140733421241408 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 312272

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

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

[startup+1201.7 s]
/proc/loadavg: 8.06 8.05 7.99 9/184 25504
/proc/meminfo: memFree=30556828/32951132 swapFree=67111356/67111528
[pid=25462] ppid=25460 vsize=312272 CPUtime=4800.13 cores=1,3,5,7
/proc/25462/stat : 25462 (plingeling) S 25460 25462 25415 0 -1 4202496 2495595 1255 0 0 479601 412 0 0 25 0 5 0 521110157 319766528 49503 33554432000 4194304 4417332 140733421241408 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/25462/statm: 78068 49503 179 55 0 75954 0
[pid=25462/tid=25469] ppid=25460 vsize=312272 CPUtime=1201.67 cores=1,3,5,7
/proc/25462/task/25469/stat : 25469 (plingeling) R 25460 25462 25415 0 -1 4202560 628671 1255 0 0 120069 98 0 0 25 0 5 0 521110163 319766528 49503 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25462/tid=25470] ppid=25460 vsize=312272 CPUtime=1201.6 cores=1,3,5,7
/proc/25462/task/25470/stat : 25470 (plingeling) R 25460 25462 25415 0 -1 4202560 582718 1255 0 0 120064 96 0 0 25 0 5 0 521110163 319766528 49503 33554432000 4194304 4417332 140733421241408 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=25462/tid=25471] ppid=25460 vsize=312272 CPUtime=1201.66 cores=1,3,5,7
/proc/25462/task/25471/stat : 25471 (plingeling) R 25460 25462 25415 0 -1 4202560 660816 1255 0 0 120058 108 0 0 25 0 5 0 521110163 319766528 49503 33554432000 4194304 4417332 140733421241408 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=25462/tid=25472] ppid=25460 vsize=312272 CPUtime=1195.11 cores=1,3,5,7
/proc/25462/task/25472/stat : 25472 (plingeling) R 25460 25462 25415 0 -1 4202560 620380 1255 0 0 119404 107 0 0 25 0 5 0 521110163 319766528 49503 33554432000 4194304 4417332 140733421241408 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 312272

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.72
CPU time (s): 4800.17
CPU user time (s): 4796.03
CPU system time (s): 4.13237
CPU usage (%): 399.441
Max. virtual memory (cumulated for all children) (KiB): 348772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.03
system time used= 4.13237
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2496850
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= 164
involuntary context switches= 32969

runsolver used 1.93871 second user time and 4.6223 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 18:38:25
IDJOB=3250768
IDBENCH=83358
IDSOLVER=1605
FILE ID=node131/3250768-1304095105
RUNJOBID= node131-1304095105-25434
PBS_JOBID= 13170594
Free space on /tmp= 71384 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-20_388.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250768-1304095105/watcher-3250768-1304095105 -o /tmp/evaluation-result-3250768-1304095105/solver-3250768-1304095105 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3250768-1304095105.cnf

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

MD5SUM BENCH= a08160883ea01d58c880b6f2b323ef8b
RANDOM SEED=1197505232

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30894732 kB
Buffers:        192672 kB
Cached:        1485160 kB
SwapCached:        168 kB
Active:         143732 kB
Inactive:      1604588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30894732 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1332 kB
Writeback:           0 kB
AnonPages:       70120 kB
Mapped:          15420 kB
Slab:           242684 kB
PageTables:       5636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   253820 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71384 MiB
End job on node131 at 2011-04-29 18:58:29