Trace number 3262518

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/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_462.cnf
MD5SUM4975f32607352c0a4d9db1abea12627a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.62714
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of clauses28738
Sum of the clauses size129678
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277
Number of clauses of size 326363
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52298

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-3262518-1304093903/watcher-3262518-1304093903 -o /tmp/evaluation-result-3262518-1304093903/solver-3262518-1304093903 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3262518-1304093903.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: 5.48 7.44 7.84 1/172 30423
/proc/meminfo: memFree=30960276/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=8728 CPUtime=0 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 217 0 0 0 0 0 0 0 22 0 1 0 520988298 8937472 147 33554432000 4194304 4417332 140733645503824 18446744073709551615 228244348672 0 0 4096 0 18446744071562362840 0 0 17 1 0 0 0
/proc/30423/statm: 2182 147 122 55 0 68 0

[startup+0.0603261 s]
/proc/loadavg: 5.48 7.44 7.84 1/172 30423
/proc/meminfo: memFree=30960276/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=17348 CPUtime=0.02 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) R 30421 30423 29618 0 -1 4202496 2438 1252 0 1 2 0 0 0 22 0 1 0 520988298 17764352 2345 33554432000 4194304 4417332 140733645503824 18446744073709551615 4227769 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/30423/statm: 4337 2345 148 55 0 2223 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17348

[startup+0.177266 s]
/proc/loadavg: 5.48 7.44 7.84 1/172 30423
/proc/meminfo: memFree=30960276/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=62324 CPUtime=0.46 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 3705 1252 0 1 46 0 0 0 22 0 5 0 520988298 63819776 3379 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 15581 3379 180 55 0 13467 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 62324

[startup+0.300244 s]
/proc/loadavg: 5.48 7.44 7.84 1/172 30423
/proc/meminfo: memFree=30960276/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=61364 CPUtime=0.95 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 4010 1252 0 1 95 0 0 0 22 0 5 0 520988298 62836736 3066 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 15341 3066 180 55 0 13227 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 61364

[startup+0.700176 s]
/proc/loadavg: 5.48 7.44 7.84 1/172 30423
/proc/meminfo: memFree=30960276/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=127280 CPUtime=2.55 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 4169 1252 0 1 255 0 0 0 22 0 5 0 520988298 130334720 3225 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 31820 3225 180 55 0 29706 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 127280

[startup+1.50104 s]
/proc/loadavg: 5.37 7.39 7.82 5/177 30433
/proc/meminfo: memFree=30946716/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=131656 CPUtime=5.75 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 5263 1252 0 1 575 0 0 0 22 0 5 0 520988298 134815744 4319 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 32914 4319 180 55 0 30800 0
[pid=30423/tid=30430] ppid=30421 vsize=131656 CPUtime=1.43 cores=1,3,5,7
/proc/30423/task/30430/stat : 30430 (plingeling) R 30421 30423 29618 0 -1 4202560 807 1252 0 1 143 0 0 0 25 0 5 0 520988305 134815744 4319 33554432000 4194304 4417332 140733645503824 18446744073709551615 4365991 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30423/tid=30431] ppid=30421 vsize=131656 CPUtime=1.42 cores=1,3,5,7
/proc/30423/task/30431/stat : 30431 (plingeling) R 30421 30423 29618 0 -1 4202560 428 1252 0 1 142 0 0 0 25 0 5 0 520988305 134815744 4319 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30423/tid=30432] ppid=30421 vsize=131656 CPUtime=1.42 cores=1,3,5,7
/proc/30423/task/30432/stat : 30432 (plingeling) R 30421 30423 29618 0 -1 4202560 403 1252 0 1 142 0 0 0 25 0 5 0 520988305 134815744 4319 33554432000 4194304 4417332 140733645503824 18446744073709551615 4355654 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30423/tid=30433] ppid=30421 vsize=131656 CPUtime=1.43 cores=1,3,5,7
/proc/30423/task/30433/stat : 30433 (plingeling) R 30421 30423 29618 0 -1 4202560 899 1252 0 1 143 0 0 0 25 0 5 0 520988305 134815744 4319 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 131656

[startup+3.10075 s]
/proc/loadavg: 5.37 7.39 7.82 9/186 30452
/proc/meminfo: memFree=30925316/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=137092 CPUtime=12.14 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 7209 1252 0 1 1214 0 0 0 22 0 5 0 520988298 140382208 5679 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 34273 5679 181 55 0 32159 0
[pid=30423/tid=30430] ppid=30421 vsize=137092 CPUtime=3.03 cores=1,3,5,7
/proc/30423/task/30430/stat : 30430 (plingeling) R 30421 30423 29618 0 -1 4202560 1382 1252 0 1 303 0 0 0 25 0 5 0 520988305 140382208 5679 33554432000 4194304 4417332 140733645503824 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30423/tid=30431] ppid=30421 vsize=137092 CPUtime=3.02 cores=1,3,5,7
/proc/30423/task/30431/stat : 30431 (plingeling) R 30421 30423 29618 0 -1 4202560 966 1252 0 1 302 0 0 0 25 0 5 0 520988305 140382208 5679 33554432000 4194304 4417332 140733645503824 18446744073709551615 4236495 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30423/tid=30432] ppid=30421 vsize=137092 CPUtime=3.01 cores=1,3,5,7
/proc/30423/task/30432/stat : 30432 (plingeling) R 30421 30423 29618 0 -1 4202560 514 1252 0 1 301 0 0 0 25 0 5 0 520988305 140382208 5679 33554432000 4194304 4417332 140733645503824 18446744073709551615 4278200 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30423/tid=30433] ppid=30421 vsize=137092 CPUtime=3.02 cores=1,3,5,7
/proc/30423/task/30433/stat : 30433 (plingeling) R 30421 30423 29618 0 -1 4202560 1621 1252 0 1 302 0 0 0 25 0 5 0 520988305 140382208 5679 33554432000 4194304 4417332 140733645503824 18446744073709551615 4251133 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 137092

[startup+6.3012 s]
/proc/loadavg: 5.58 7.39 7.82 9/186 30452
/proc/meminfo: memFree=30895808/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=144872 CPUtime=24.93 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 9635 1252 0 1 2492 1 0 0 22 0 5 0 520988298 148348928 7624 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 36218 7624 181 55 0 34104 0
[pid=30423/tid=30430] ppid=30421 vsize=144872 CPUtime=6.23 cores=1,3,5,7
/proc/30423/task/30430/stat : 30430 (plingeling) R 30421 30423 29618 0 -1 4202560 1914 1252 0 1 623 0 0 0 25 0 5 0 520988305 148348928 7624 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30423/tid=30431] ppid=30421 vsize=144872 CPUtime=6.22 cores=1,3,5,7
/proc/30423/task/30431/stat : 30431 (plingeling) R 30421 30423 29618 0 -1 4202560 1767 1252 0 1 622 0 0 0 25 0 5 0 520988305 148348928 7624 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364695 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30423/tid=30432] ppid=30421 vsize=144872 CPUtime=6.2 cores=1,3,5,7
/proc/30423/task/30432/stat : 30432 (plingeling) R 30421 30423 29618 0 -1 4202560 678 1252 0 1 620 0 0 0 25 0 5 0 520988305 148348928 7624 33554432000 4194304 4417332 140733645503824 18446744073709551615 4366324 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30423/tid=30433] ppid=30421 vsize=144872 CPUtime=6.22 cores=1,3,5,7
/proc/30423/task/30433/stat : 30433 (plingeling) R 30421 30423 29618 0 -1 4202560 2550 1252 0 1 622 0 0 0 25 0 5 0 520988305 148348928 7624 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 144872

[startup+12.7011 s]
/proc/loadavg: 5.77 7.40 7.82 9/186 30452
/proc/meminfo: memFree=30876556/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=158560 CPUtime=50.49 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 15626 1252 0 1 5047 2 0 0 22 0 5 0 520988298 162365440 11046 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 39640 11046 181 55 0 37526 0
[pid=30423/tid=30430] ppid=30421 vsize=158560 CPUtime=12.63 cores=1,3,5,7
/proc/30423/task/30430/stat : 30430 (plingeling) R 30421 30423 29618 0 -1 4202560 2319 1252 0 1 1263 0 0 0 25 0 5 0 520988305 162365440 11046 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30423/tid=30431] ppid=30421 vsize=158560 CPUtime=12.62 cores=1,3,5,7
/proc/30423/task/30431/stat : 30431 (plingeling) R 30421 30423 29618 0 -1 4202560 2006 1252 0 1 1262 0 0 0 25 0 5 0 520988305 162365440 11046 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30423/tid=30432] ppid=30421 vsize=158560 CPUtime=12.56 cores=1,3,5,7
/proc/30423/task/30432/stat : 30432 (plingeling) R 30421 30423 29618 0 -1 4202560 1724 1252 0 1 1256 0 0 0 25 0 5 0 520988305 162365440 11046 33554432000 4194304 4417332 140733645503824 18446744073709551615 4366146 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30423/tid=30433] ppid=30421 vsize=158560 CPUtime=12.63 cores=1,3,5,7
/proc/30423/task/30433/stat : 30433 (plingeling) R 30421 30423 29618 0 -1 4202560 6851 1252 0 1 1262 1 0 0 25 0 5 0 520988305 162365440 11046 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364993 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 158560

[startup+25.5008 s]
/proc/loadavg: 6.11 7.42 7.83 9/186 30452
/proc/meminfo: memFree=30851128/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=162096 CPUtime=101.62 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 33911 1252 0 1 10156 6 0 0 22 0 5 0 520988298 165986304 11962 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 40524 11962 181 55 0 38410 0
[pid=30423/tid=30430] ppid=30421 vsize=162096 CPUtime=25.43 cores=1,3,5,7
/proc/30423/task/30430/stat : 30430 (plingeling) R 30421 30423 29618 0 -1 4202560 5436 1252 0 1 2542 1 0 0 25 0 5 0 520988305 165986304 11962 33554432000 4194304 4417332 140733645503824 18446744073709551615 4306311 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30423/tid=30431] ppid=30421 vsize=162096 CPUtime=25.42 cores=1,3,5,7
/proc/30423/task/30431/stat : 30431 (plingeling) R 30421 30423 29618 0 -1 4202560 6612 1252 0 1 2541 1 0 0 25 0 5 0 520988305 165986304 11962 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30423/tid=30432] ppid=30421 vsize=162096 CPUtime=25.28 cores=1,3,5,7
/proc/30423/task/30432/stat : 30432 (plingeling) R 30421 30423 29618 0 -1 4202560 4726 1252 0 1 2528 0 0 0 25 0 5 0 520988305 165986304 11962 33554432000 4194304 4417332 140733645503824 18446744073709551615 4307725 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30423/tid=30433] ppid=30421 vsize=162096 CPUtime=25.42 cores=1,3,5,7
/proc/30423/task/30433/stat : 30433 (plingeling) R 30421 30423 29618 0 -1 4202560 14411 1252 0 1 2540 2 0 0 25 0 5 0 520988305 165986304 11962 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 162096

[startup+51.1004 s]
/proc/loadavg: 6.92 7.49 7.83 9/186 30453
/proc/meminfo: memFree=30832844/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=171620 CPUtime=203.89 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 77665 1252 0 1 20376 13 0 0 22 0 5 0 520988298 175738880 14373 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 42905 14373 181 55 0 40791 0
[pid=30423/tid=30430] ppid=30421 vsize=171620 CPUtime=51.02 cores=1,3,5,7
/proc/30423/task/30430/stat : 30430 (plingeling) R 30421 30423 29618 0 -1 4202560 14563 1252 0 1 5100 2 0 0 25 0 5 0 520988305 175738880 14373 33554432000 4194304 4417332 140733645503824 18446744073709551615 4263096 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30423/tid=30431] ppid=30421 vsize=171620 CPUtime=51.02 cores=1,3,5,7
/proc/30423/task/30431/stat : 30431 (plingeling) R 30421 30423 29618 0 -1 4202560 16839 1252 0 1 5100 2 0 0 25 0 5 0 520988305 175738880 14373 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364938 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30423/tid=30432] ppid=30421 vsize=171620 CPUtime=50.75 cores=1,3,5,7
/proc/30423/task/30432/stat : 30432 (plingeling) R 30421 30423 29618 0 -1 4202560 14578 1252 0 1 5073 2 0 0 25 0 5 0 520988305 175738880 14373 33554432000 4194304 4417332 140733645503824 18446744073709551615 4358004 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30423/tid=30433] ppid=30421 vsize=171620 CPUtime=51.03 cores=1,3,5,7
/proc/30423/task/30433/stat : 30433 (plingeling) R 30421 30423 29618 0 -1 4202560 28959 1252 0 1 5098 5 0 0 25 0 5 0 520988305 175738880 14373 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364800 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.89
Current children cumulated vsize (KiB) 171620

[startup+102.306 s]
/proc/loadavg: 7.59 7.58 7.84 9/186 30454
/proc/meminfo: memFree=30805176/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=188296 CPUtime=408.43 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 176250 1252 0 1 40812 31 0 0 22 0 5 0 520988298 192815104 18542 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 47074 18542 181 55 0 44960 0
[pid=30423/tid=30430] ppid=30421 vsize=188296 CPUtime=102.23 cores=1,3,5,7
/proc/30423/task/30430/stat : 30430 (plingeling) R 30421 30423 29618 0 -1 4202560 34520 1252 0 1 10217 6 0 0 25 0 5 0 520988305 192815104 18542 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30423/tid=30431] ppid=30421 vsize=188296 CPUtime=102.22 cores=1,3,5,7
/proc/30423/task/30431/stat : 30431 (plingeling) R 30421 30423 29618 0 -1 4202560 41533 1252 0 1 10215 7 0 0 25 0 5 0 520988305 192815104 18542 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30423/tid=30432] ppid=30421 vsize=188296 CPUtime=101.67 cores=1,3,5,7
/proc/30423/task/30432/stat : 30432 (plingeling) R 30421 30423 29618 0 -1 4202560 36311 1252 0 1 10162 5 0 0 25 0 5 0 520988305 192815104 18542 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30423/tid=30433] ppid=30421 vsize=188296 CPUtime=102.23 cores=1,3,5,7
/proc/30423/task/30433/stat : 30433 (plingeling) R 30421 30423 29618 0 -1 4202560 61160 1252 0 1 10213 10 0 0 25 0 5 0 520988305 192815104 18542 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364590 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.43
Current children cumulated vsize (KiB) 188296

[startup+162.301 s]
/proc/loadavg: 7.90 7.67 7.86 9/186 30456
/proc/meminfo: memFree=30765464/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=198116 CPUtime=648.09 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 286003 1252 0 1 64761 48 0 0 22 0 5 0 520988298 202870784 20999 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 49529 20999 181 55 0 47415 0
[pid=30423/tid=30430] ppid=30421 vsize=198116 CPUtime=162.23 cores=1,3,5,7
/proc/30423/task/30430/stat : 30430 (plingeling) R 30421 30423 29618 0 -1 4202560 56013 1252 0 1 16214 9 0 0 25 0 5 0 520988305 202870784 20999 33554432000 4194304 4417332 140733645503824 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30423/tid=30431] ppid=30421 vsize=198116 CPUtime=162.23 cores=1,3,5,7
/proc/30423/task/30431/stat : 30431 (plingeling) R 30421 30423 29618 0 -1 4202560 71148 1252 0 1 16210 13 0 0 25 0 5 0 520988305 202870784 20999 33554432000 4194304 4417332 140733645503824 18446744073709551615 4366398 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30423/tid=30432] ppid=30421 vsize=198116 CPUtime=161.34 cores=1,3,5,7
/proc/30423/task/30432/stat : 30432 (plingeling) R 30421 30423 29618 0 -1 4202560 64548 1252 0 1 16125 9 0 0 25 0 5 0 520988305 202870784 20999 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30423/tid=30433] ppid=30421 vsize=198116 CPUtime=162.23 cores=1,3,5,7
/proc/30423/task/30433/stat : 30433 (plingeling) R 30421 30423 29618 0 -1 4202560 91568 1252 0 1 16207 16 0 0 25 0 5 0 520988305 202870784 20999 33554432000 4194304 4417332 140733645503824 18446744073709551615 4366468 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 648.09
Current children cumulated vsize (KiB) 198116


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

[pid=30423/tid=30431] ppid=30421 vsize=247248 CPUtime=762.24 cores=1,3,5,7
/proc/30423/task/30431/stat : 30431 (plingeling) R 30421 30423 29618 0 -1 4202560 306364 1252 0 1 76173 51 0 0 25 0 5 0 520988305 253181952 33250 33554432000 4194304 4417332 140733645503824 18446744073709551615 4321370 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30423/tid=30432] ppid=30421 vsize=247248 CPUtime=758.08 cores=1,3,5,7
/proc/30423/task/30432/stat : 30432 (plingeling) R 30421 30423 29618 0 -1 4202560 307690 1252 0 1 75765 43 0 0 25 0 5 0 520988305 253181952 33250 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30423/tid=30433] ppid=30421 vsize=247248 CPUtime=762.24 cores=1,3,5,7
/proc/30423/task/30433/stat : 30433 (plingeling) R 30421 30423 29618 0 -1 4202560 371072 1252 0 1 76164 60 0 0 25 0 5 0 520988305 253181952 33250 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3044.88
Current children cumulated vsize (KiB) 247248

[startup+822.3 s]
/proc/loadavg: 8.04 8.01 7.94 9/186 30474
/proc/meminfo: memFree=30595928/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=283968 CPUtime=3284.54 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 1384321 1252 0 1 328238 216 0 0 22 0 5 0 520988298 290783232 42456 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 70992 42456 181 55 0 68878 0
[pid=30423/tid=30430] ppid=30421 vsize=283968 CPUtime=822.24 cores=1,3,5,7
/proc/30423/task/30430/stat : 30430 (plingeling) R 30421 30423 29618 0 -1 4202560 314875 1252 0 1 82175 49 0 0 25 0 5 0 520988305 290783232 42456 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30423/tid=30431] ppid=30421 vsize=283968 CPUtime=822.23 cores=1,3,5,7
/proc/30423/task/30431/stat : 30431 (plingeling) R 30421 30423 29618 0 -1 4202560 333044 1252 0 1 82168 55 0 0 25 0 5 0 520988305 290783232 42456 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30423/tid=30432] ppid=30421 vsize=283968 CPUtime=817.75 cores=1,3,5,7
/proc/30423/task/30432/stat : 30432 (plingeling) R 30421 30423 29618 0 -1 4202560 336937 1252 0 1 81729 46 0 0 25 0 5 0 520988305 290783232 42456 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30423/tid=30433] ppid=30421 vsize=283968 CPUtime=822.24 cores=1,3,5,7
/proc/30423/task/30433/stat : 30433 (plingeling) R 30421 30423 29618 0 -1 4202560 396739 1252 0 1 82161 63 0 0 25 0 5 0 520988305 290783232 42456 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.54
Current children cumulated vsize (KiB) 283968

[startup+882.301 s]
/proc/loadavg: 8.05 8.02 7.95 9/186 30475
/proc/meminfo: memFree=30602468/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=257852 CPUtime=3524.22 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 1496834 1252 0 1 352190 232 0 0 22 0 5 0 520988298 264040448 35901 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 64463 35901 181 55 0 62349 0
[pid=30423/tid=30430] ppid=30421 vsize=257852 CPUtime=882.24 cores=1,3,5,7
/proc/30423/task/30430/stat : 30430 (plingeling) R 30421 30423 29618 0 -1 4202560 340298 1252 0 1 88172 52 0 0 25 0 5 0 520988305 264040448 35901 33554432000 4194304 4417332 140733645503824 18446744073709551615 4246293 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30423/tid=30431] ppid=30421 vsize=257852 CPUtime=882.24 cores=1,3,5,7
/proc/30423/task/30431/stat : 30431 (plingeling) R 30421 30423 29618 0 -1 4202560 360974 1252 0 1 88164 60 0 0 25 0 5 0 520988305 264040448 35901 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30423/tid=30432] ppid=30421 vsize=257852 CPUtime=877.43 cores=1,3,5,7
/proc/30423/task/30432/stat : 30432 (plingeling) R 30421 30423 29618 0 -1 4202560 367286 1252 0 1 87693 50 0 0 25 0 5 0 520988305 264040448 35901 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30423/tid=30433] ppid=30421 vsize=257852 CPUtime=882.25 cores=1,3,5,7
/proc/30423/task/30433/stat : 30433 (plingeling) R 30421 30423 29618 0 -1 4202560 425550 1252 0 1 88157 68 0 0 25 0 5 0 520988305 264040448 35901 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.22
Current children cumulated vsize (KiB) 257852

[startup+942.3 s]
/proc/loadavg: 8.13 8.05 7.96 9/186 30477
/proc/meminfo: memFree=30627608/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=273800 CPUtime=3763.9 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 1565976 1252 0 1 376149 241 0 0 22 0 5 0 520988298 280371200 39888 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 68450 39888 181 55 0 66336 0
[pid=30423/tid=30430] ppid=30421 vsize=273800 CPUtime=942.25 cores=1,3,5,7
/proc/30423/task/30430/stat : 30430 (plingeling) R 30421 30423 29618 0 -1 4202560 354451 1252 0 1 94170 55 0 0 25 0 5 0 520988305 280371200 39888 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364706 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30423/tid=30431] ppid=30421 vsize=273800 CPUtime=942.24 cores=1,3,5,7
/proc/30423/task/30431/stat : 30431 (plingeling) R 30421 30423 29618 0 -1 4202560 375368 1252 0 1 94163 61 0 0 25 0 5 0 520988305 280371200 39888 33554432000 4194304 4417332 140733645503824 18446744073709551615 4344093 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30423/tid=30432] ppid=30421 vsize=273800 CPUtime=937.1 cores=1,3,5,7
/proc/30423/task/30432/stat : 30432 (plingeling) R 30421 30423 29618 0 -1 4202560 383146 1252 0 1 93657 53 0 0 25 0 5 0 520988305 280371200 39888 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30423/tid=30433] ppid=30421 vsize=273800 CPUtime=942.24 cores=1,3,5,7
/proc/30423/task/30433/stat : 30433 (plingeling) R 30421 30423 29618 0 -1 4202560 450285 1252 0 1 94154 70 0 0 25 0 5 0 520988305 280371200 39888 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.9
Current children cumulated vsize (KiB) 273800

[startup+1002.3 s]
/proc/loadavg: 8.17 8.07 7.97 9/186 30478
/proc/meminfo: memFree=30610092/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=266464 CPUtime=4003.58 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 1655645 1252 0 1 400105 253 0 0 22 0 5 0 520988298 272859136 38054 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 66616 38054 181 55 0 64502 0
[pid=30423/tid=30430] ppid=30421 vsize=266464 CPUtime=1002.24 cores=1,3,5,7
/proc/30423/task/30430/stat : 30430 (plingeling) R 30421 30423 29618 0 -1 4202560 375714 1252 0 1 100167 57 0 0 25 0 5 0 520988305 272859136 38054 33554432000 4194304 4417332 140733645503824 18446744073709551615 4245664 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30423/tid=30431] ppid=30421 vsize=266464 CPUtime=1002.24 cores=1,3,5,7
/proc/30423/task/30431/stat : 30431 (plingeling) R 30421 30423 29618 0 -1 4202560 398557 1252 0 1 100159 65 0 0 25 0 5 0 520988305 272859136 38054 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30423/tid=30432] ppid=30421 vsize=266464 CPUtime=996.77 cores=1,3,5,7
/proc/30423/task/30432/stat : 30432 (plingeling) R 30421 30423 29618 0 -1 4202560 402753 1252 0 1 99621 56 0 0 25 0 5 0 520988305 272859136 38054 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30423/tid=30433] ppid=30421 vsize=266464 CPUtime=1002.25 cores=1,3,5,7
/proc/30423/task/30433/stat : 30433 (plingeling) R 30421 30423 29618 0 -1 4202560 475895 1252 0 1 100152 73 0 0 25 0 5 0 520988305 272859136 38054 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.58
Current children cumulated vsize (KiB) 266464

[startup+1062.3 s]
/proc/loadavg: 8.17 8.08 7.98 9/186 30480
/proc/meminfo: memFree=30595936/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=273996 CPUtime=4243.26 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 1721637 1252 0 1 424064 262 0 0 22 0 5 0 520988298 280571904 39969 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 68499 39969 181 55 0 66385 0
[pid=30423/tid=30430] ppid=30421 vsize=273996 CPUtime=1062.24 cores=1,3,5,7
/proc/30423/task/30430/stat : 30430 (plingeling) R 30421 30423 29618 0 -1 4202560 389868 1252 0 1 106165 59 0 0 25 0 5 0 520988305 280571904 39969 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30423/tid=30431] ppid=30421 vsize=273996 CPUtime=1062.24 cores=1,3,5,7
/proc/30423/task/30431/stat : 30431 (plingeling) R 30421 30423 29618 0 -1 4202560 413888 1252 0 1 106157 67 0 0 25 0 5 0 520988305 280571904 39969 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30423/tid=30432] ppid=30421 vsize=273996 CPUtime=1056.45 cores=1,3,5,7
/proc/30423/task/30432/stat : 30432 (plingeling) R 30421 30423 29618 0 -1 4202560 416871 1252 0 1 105587 58 0 0 25 0 5 0 520988305 280571904 39969 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30423/tid=30433] ppid=30421 vsize=273996 CPUtime=1062.25 cores=1,3,5,7
/proc/30423/task/30433/stat : 30433 (plingeling) R 30421 30423 29618 0 -1 4202560 498284 1252 0 1 106149 76 0 0 25 0 5 0 520988305 280571904 39969 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.26
Current children cumulated vsize (KiB) 273996

[startup+1122.3 s]
/proc/loadavg: 8.16 8.09 7.99 9/186 30482
/proc/meminfo: memFree=30593684/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=275140 CPUtime=4482.94 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 1823729 1252 0 1 448016 278 0 0 22 0 5 0 520988298 281743360 40255 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 68785 40255 181 55 0 66671 0
[pid=30423/tid=30430] ppid=30421 vsize=275140 CPUtime=1122.25 cores=1,3,5,7
/proc/30423/task/30430/stat : 30430 (plingeling) R 30421 30423 29618 0 -1 4202560 408879 1252 0 1 112163 62 0 0 25 0 5 0 520988305 281743360 40255 33554432000 4194304 4417332 140733645503824 18446744073709551615 4232566 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30423/tid=30431] ppid=30421 vsize=275140 CPUtime=1122.24 cores=1,3,5,7
/proc/30423/task/30431/stat : 30431 (plingeling) R 30421 30423 29618 0 -1 4202560 442651 1252 0 1 112153 71 0 0 25 0 5 0 520988305 281743360 40255 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30423/tid=30432] ppid=30421 vsize=275140 CPUtime=1116.13 cores=1,3,5,7
/proc/30423/task/30432/stat : 30432 (plingeling) R 30421 30423 29618 0 -1 4202560 449303 1252 0 1 111550 63 0 0 25 0 5 0 520988305 281743360 40255 33554432000 4194304 4417332 140733645503824 18446744073709551615 4264976 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30423/tid=30433] ppid=30421 vsize=275140 CPUtime=1122.25 cores=1,3,5,7
/proc/30423/task/30433/stat : 30433 (plingeling) R 30421 30423 29618 0 -1 4202560 520170 1252 0 1 112145 80 0 0 25 0 5 0 520988305 281743360 40255 33554432000 4194304 4417332 140733645503824 18446744073709551615 4250825 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.94
Current children cumulated vsize (KiB) 275140

[startup+1182.3 s]
/proc/loadavg: 8.12 8.09 8.00 9/186 30483
/proc/meminfo: memFree=30566144/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=272820 CPUtime=4722.62 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 1912371 1252 0 1 471971 291 0 0 22 0 5 0 520988298 279367680 38915 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 68205 38943 181 55 0 66091 0
[pid=30423/tid=30430] ppid=30421 vsize=272820 CPUtime=1182.25 cores=1,3,5,7
/proc/30423/task/30430/stat : 30430 (plingeling) R 30421 30423 29618 0 -1 4202560 437606 1252 0 1 118159 66 0 0 25 0 5 0 520988305 279367680 38955 33554432000 4194304 4417332 140733645503824 18446744073709551615 228244042830 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30423/tid=30431] ppid=30421 vsize=272820 CPUtime=1182.24 cores=1,3,5,7
/proc/30423/task/30431/stat : 30431 (plingeling) R 30421 30423 29618 0 -1 4202560 460845 1252 0 1 118150 74 0 0 25 0 5 0 520988305 279367680 38971 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30423/tid=30432] ppid=30421 vsize=272820 CPUtime=1175.8 cores=1,3,5,7
/proc/30423/task/30432/stat : 30432 (plingeling) R 30421 30423 29618 0 -1 4202560 467781 1252 0 1 117515 65 0 0 25 0 5 0 520988305 279367680 38984 33554432000 4194304 4417332 140733645503824 18446744073709551615 4343668 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30423/tid=30433] ppid=30421 vsize=272820 CPUtime=1182.25 cores=1,3,5,7
/proc/30423/task/30433/stat : 30433 (plingeling) R 30421 30423 29618 0 -1 4202560 543453 1252 0 1 118142 83 0 0 25 0 5 0 520988305 279367680 39000 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.62
Current children cumulated vsize (KiB) 272820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.08 8.08 8.00 9/186 30484
/proc/meminfo: memFree=30572084/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=261228 CPUtime=4800.13 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 1946852 1252 0 1 479718 295 0 0 22 0 5 0 520988298 267497472 36745 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 65307 36745 181 55 0 63193 0
[pid=30423/tid=30430] ppid=30421 vsize=261228 CPUtime=1201.66 cores=1,3,5,7
/proc/30423/task/30430/stat : 30430 (plingeling) R 30421 30423 29618 0 -1 4202560 440622 1252 0 1 120100 66 0 0 25 0 5 0 520988305 267497472 36745 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30423/tid=30431] ppid=30421 vsize=261228 CPUtime=1201.65 cores=1,3,5,7
/proc/30423/task/30431/stat : 30431 (plingeling) R 30421 30423 29618 0 -1 4202560 470220 1252 0 1 120090 75 0 0 25 0 5 0 520988305 267497472 36745 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30423/tid=30432] ppid=30421 vsize=261228 CPUtime=1195.09 cores=1,3,5,7
/proc/30423/task/30432/stat : 30432 (plingeling) R 30421 30423 29618 0 -1 4202560 481054 1252 0 1 119442 67 0 0 25 0 5 0 520988305 267497472 36745 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30423/tid=30433] ppid=30421 vsize=261228 CPUtime=1201.66 cores=1,3,5,7
/proc/30423/task/30433/stat : 30433 (plingeling) R 30421 30423 29618 0 -1 4202560 552230 1252 0 1 120082 84 0 0 25 0 5 0 520988305 267497472 36745 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 261228

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.08 8.08 8.00 9/186 30484
/proc/meminfo: memFree=30572084/32951124 swapFree=67111364/67111528
[pid=30423] ppid=30421 vsize=261228 CPUtime=4800.13 cores=1,3,5,7
/proc/30423/stat : 30423 (plingeling) S 30421 30423 29618 0 -1 4202496 1946852 1252 0 1 479718 295 0 0 22 0 5 0 520988298 267497472 36745 33554432000 4194304 4417332 140733645503824 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/30423/statm: 65307 36745 181 55 0 63193 0
[pid=30423/tid=30430] ppid=30421 vsize=261228 CPUtime=1201.66 cores=1,3,5,7
/proc/30423/task/30430/stat : 30430 (plingeling) R 30421 30423 29618 0 -1 4202560 440622 1252 0 1 120100 66 0 0 25 0 5 0 520988305 267497472 36745 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30423/tid=30431] ppid=30421 vsize=261228 CPUtime=1201.65 cores=1,3,5,7
/proc/30423/task/30431/stat : 30431 (plingeling) R 30421 30423 29618 0 -1 4202560 470220 1252 0 1 120090 75 0 0 25 0 5 0 520988305 267497472 36745 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30423/tid=30432] ppid=30421 vsize=261228 CPUtime=1195.09 cores=1,3,5,7
/proc/30423/task/30432/stat : 30432 (plingeling) R 30421 30423 29618 0 -1 4202560 481054 1252 0 1 119442 67 0 0 25 0 5 0 520988305 267497472 36745 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30423/tid=30433] ppid=30421 vsize=261228 CPUtime=1201.66 cores=1,3,5,7
/proc/30423/task/30433/stat : 30433 (plingeling) R 30421 30423 29618 0 -1 4202560 552230 1252 0 1 120082 84 0 0 25 0 5 0 520988305 267497472 36745 33554432000 4194304 4417332 140733645503824 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 261228

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.21
system time used= 2.96155
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1948104
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104
involuntary context switches= 32181

runsolver used 2.02469 second user time and 4.53831 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 18:18:23
IDJOB=3262518
IDBENCH=83318
IDSOLVER=1605
FILE ID=node136/3262518-1304093903
RUNJOBID= node136-1304093900-30414
PBS_JOBID= 13170547
Free space on /tmp= 72336 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_462.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262518-1304093903/watcher-3262518-1304093903 -o /tmp/evaluation-result-3262518-1304093903/solver-3262518-1304093903 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3262518-1304093903.cnf

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

MD5SUM BENCH= 4975f32607352c0a4d9db1abea12627a
RANDOM SEED=1533313961

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.83
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.809
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.809
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:      30960308 kB
Buffers:        577268 kB
Cached:         926484 kB
SwapCached:          0 kB
Active:         120612 kB
Inactive:      1446468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30960308 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             512 kB
Writeback:           0 kB
AnonPages:       63360 kB
Mapped:          14424 kB
Slab:           359764 kB
PageTables:       4500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189312 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= 72332 MiB
End job on node136 at 2011-04-29 18:38:27