Trace number 3250592

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.09 1201.72

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-20_389.cnf
MD5SUMf105570f47bdca662c2d3d185f8dc1f8
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 variables389
Number of clauses41426
Sum of the clauses size188708
Maximum clause length20
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 337636
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53790

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 5.37 7.39 7.82 6/181 30442
/proc/meminfo: memFree=30944444/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=9436 CPUtime=0 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) R 30440 30442 29618 0 -1 4202496 452 1261 0 0 0 0 0 0 23 0 1 0 520988406 9662464 381 33554432000 4194304 4417332 140736085264976 18446744073709551615 228244348672 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30442/statm: 2359 381 147 55 0 245 0

[startup+0.037605 s]
/proc/loadavg: 5.37 7.39 7.82 6/181 30442
/proc/meminfo: memFree=30944444/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=17156 CPUtime=0.03 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) R 30440 30442 29618 0 -1 4202496 2406 1261 0 0 3 0 0 0 23 0 1 0 520988406 17567744 2312 33554432000 4194304 4417332 140736085264976 18446744073709551615 228243967615 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30442/statm: 4289 2312 148 55 0 2175 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17156

[startup+0.90941 s]
/proc/loadavg: 5.37 7.39 7.82 6/181 30442
/proc/meminfo: memFree=30944444/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=128416 CPUtime=3.44 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 5380 1261 0 0 344 0 0 0 23 0 5 0 520988406 131497984 3552 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 32104 3552 178 55 0 29990 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 128416

[startup+1.00939 s]
/proc/loadavg: 5.37 7.39 7.82 6/181 30442
/proc/meminfo: memFree=30944444/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=128416 CPUtime=3.84 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 5398 1261 0 0 384 0 0 0 23 0 5 0 520988406 131497984 3569 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 32104 3569 178 55 0 29990 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 128416

[startup+1.10938 s]
/proc/loadavg: 5.37 7.39 7.82 6/181 30442
/proc/meminfo: memFree=30944444/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=128968 CPUtime=4.24 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 5558 1261 0 0 424 0 0 0 23 0 5 0 520988406 132063232 3711 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 32242 3711 178 55 0 30128 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 128968

[startup+1.50031 s]
/proc/loadavg: 5.37 7.39 7.82 6/181 30442
/proc/meminfo: memFree=30944444/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=130884 CPUtime=5.8 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 6090 1261 0 0 580 0 0 0 23 0 5 0 520988406 134025216 4241 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 32721 4241 178 55 0 30607 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 130884

[startup+3.10103 s]
/proc/loadavg: 5.37 7.39 7.82 9/186 30452
/proc/meminfo: memFree=30912540/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=140192 CPUtime=12.2 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 8854 1261 0 0 1219 1 0 0 23 0 5 0 520988406 143556608 6733 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 35048 6733 178 55 0 32934 0
[pid=30442/tid=30449] ppid=30440 vsize=140192 CPUtime=3.02 cores=0,2,4,6
/proc/30442/task/30449/stat : 30449 (plingeling) R 30440 30442 29618 0 -1 4202560 1684 1261 0 0 302 0 0 0 25 0 5 0 520988412 143556608 6733 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30442/tid=30450] ppid=30440 vsize=140192 CPUtime=3.04 cores=0,2,4,6
/proc/30442/task/30450/stat : 30450 (plingeling) R 30440 30442 29618 0 -1 4202560 633 1261 0 0 304 0 0 0 25 0 5 0 520988412 143556608 6733 33554432000 4194304 4417332 140736085264976 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30442/tid=30451] ppid=30440 vsize=140192 CPUtime=3.03 cores=0,2,4,6
/proc/30442/task/30451/stat : 30451 (plingeling) R 30440 30442 29618 0 -1 4202560 1616 1261 0 0 303 0 0 0 25 0 5 0 520988412 143556608 6733 33554432000 4194304 4417332 140736085264976 18446744073709551615 4335847 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30442/tid=30452] ppid=30440 vsize=140192 CPUtime=3.03 cores=0,2,4,6
/proc/30442/task/30452/stat : 30452 (plingeling) R 30440 30442 29618 0 -1 4202560 1911 1261 0 0 303 0 0 0 25 0 5 0 520988412 143556608 6733 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 140192

[startup+6.30647 s]
/proc/loadavg: 5.58 7.39 7.82 9/186 30452
/proc/meminfo: memFree=30890184/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=151652 CPUtime=25 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 13629 1261 0 0 2499 1 0 0 23 0 5 0 520988406 155291648 9736 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 37913 9736 178 55 0 35799 0
[pid=30442/tid=30449] ppid=30440 vsize=151652 CPUtime=6.21 cores=0,2,4,6
/proc/30442/task/30449/stat : 30449 (plingeling) R 30440 30442 29618 0 -1 4202560 3802 1261 0 0 621 0 0 0 25 0 5 0 520988412 155291648 9736 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30442/tid=30450] ppid=30440 vsize=151652 CPUtime=6.24 cores=0,2,4,6
/proc/30442/task/30450/stat : 30450 (plingeling) R 30440 30442 29618 0 -1 4202560 1547 1261 0 0 624 0 0 0 25 0 5 0 520988412 155291648 9736 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30442/tid=30451] ppid=30440 vsize=151652 CPUtime=6.24 cores=0,2,4,6
/proc/30442/task/30451/stat : 30451 (plingeling) R 30440 30442 29618 0 -1 4202560 2147 1261 0 0 624 0 0 0 25 0 5 0 520988412 155291648 9736 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30442/tid=30452] ppid=30440 vsize=151652 CPUtime=6.24 cores=0,2,4,6
/proc/30442/task/30452/stat : 30452 (plingeling) R 30440 30442 29618 0 -1 4202560 3123 1261 0 0 624 0 0 0 25 0 5 0 520988412 155291648 9736 33554432000 4194304 4417332 140736085264976 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 151652

[startup+12.7003 s]
/proc/loadavg: 5.77 7.40 7.82 9/186 30452
/proc/meminfo: memFree=30870356/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=161320 CPUtime=50.54 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 22291 1261 0 0 5052 2 0 0 23 0 5 0 520988406 165191680 12955 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 40330 12955 178 55 0 38216 0
[pid=30442/tid=30449] ppid=30440 vsize=161320 CPUtime=12.56 cores=0,2,4,6
/proc/30442/task/30449/stat : 30449 (plingeling) R 30440 30442 29618 0 -1 4202560 6627 1261 0 0 1256 0 0 0 25 0 5 0 520988412 165191680 12955 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30442/tid=30450] ppid=30440 vsize=161320 CPUtime=12.63 cores=0,2,4,6
/proc/30442/task/30450/stat : 30450 (plingeling) R 30440 30442 29618 0 -1 4202560 2832 1261 0 0 1263 0 0 0 25 0 5 0 520988412 165191680 12955 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30442/tid=30451] ppid=30440 vsize=161320 CPUtime=12.63 cores=0,2,4,6
/proc/30442/task/30451/stat : 30451 (plingeling) R 30440 30442 29618 0 -1 4202560 2645 1261 0 0 1263 0 0 0 25 0 5 0 520988412 165191680 12955 33554432000 4194304 4417332 140736085264976 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30442/tid=30452] ppid=30440 vsize=161320 CPUtime=12.63 cores=0,2,4,6
/proc/30442/task/30452/stat : 30452 (plingeling) R 30440 30442 29618 0 -1 4202560 7177 1261 0 0 1263 0 0 0 25 0 5 0 520988412 165191680 12955 33554432000 4194304 4417332 140736085264976 18446744073709551615 4236949 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 161320

[startup+25.5011 s]
/proc/loadavg: 6.26 7.43 7.83 9/186 30452
/proc/meminfo: memFree=30859312/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=167092 CPUtime=101.67 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 40382 1261 0 0 10162 5 0 0 23 0 5 0 520988406 171102208 13810 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 41773 13810 178 55 0 39659 0
[pid=30442/tid=30449] ppid=30440 vsize=167092 CPUtime=25.3 cores=0,2,4,6
/proc/30442/task/30449/stat : 30449 (plingeling) R 30440 30442 29618 0 -1 4202560 10425 1261 0 0 2529 1 0 0 25 0 5 0 520988412 171102208 13810 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30442/tid=30450] ppid=30440 vsize=167092 CPUtime=25.43 cores=0,2,4,6
/proc/30442/task/30450/stat : 30450 (plingeling) R 30440 30442 29618 0 -1 4202560 5461 1261 0 0 2543 0 0 0 25 0 5 0 520988412 171102208 13810 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30442/tid=30451] ppid=30440 vsize=167092 CPUtime=25.43 cores=0,2,4,6
/proc/30442/task/30451/stat : 30451 (plingeling) R 30440 30442 29618 0 -1 4202560 4574 1261 0 0 2543 0 0 0 25 0 5 0 520988412 171102208 13810 33554432000 4194304 4417332 140736085264976 18446744073709551615 4354405 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30442/tid=30452] ppid=30440 vsize=167092 CPUtime=25.43 cores=0,2,4,6
/proc/30442/task/30452/stat : 30452 (plingeling) R 30440 30442 29618 0 -1 4202560 16912 1261 0 0 2542 1 0 0 25 0 5 0 520988412 171102208 13810 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 167092

[startup+51.1006 s]
/proc/loadavg: 6.92 7.49 7.83 9/186 30453
/proc/meminfo: memFree=30836936/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=180664 CPUtime=203.94 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 99982 1261 0 0 20377 17 0 0 23 0 5 0 520988406 184999936 16740 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 45166 16740 178 55 0 43052 0
[pid=30442/tid=30449] ppid=30440 vsize=180664 CPUtime=50.76 cores=0,2,4,6
/proc/30442/task/30449/stat : 30449 (plingeling) R 30440 30442 29618 0 -1 4202560 24883 1261 0 0 5072 4 0 0 25 0 5 0 520988412 184999936 16740 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30442/tid=30450] ppid=30440 vsize=180664 CPUtime=51.04 cores=0,2,4,6
/proc/30442/task/30450/stat : 30450 (plingeling) R 30440 30442 29618 0 -1 4202560 13967 1261 0 0 5101 3 0 0 25 0 5 0 520988412 184999936 16740 33554432000 4194304 4417332 140736085264976 18446744073709551615 4365859 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30442/tid=30451] ppid=30440 vsize=180664 CPUtime=51.04 cores=0,2,4,6
/proc/30442/task/30451/stat : 30451 (plingeling) R 30440 30442 29618 0 -1 4202560 15096 1261 0 0 5102 2 0 0 25 0 5 0 520988412 184999936 16740 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30442/tid=30452] ppid=30440 vsize=180664 CPUtime=51.03 cores=0,2,4,6
/proc/30442/task/30452/stat : 30452 (plingeling) R 30440 30442 29618 0 -1 4202560 43026 1261 0 0 5097 6 0 0 25 0 5 0 520988412 184999936 16740 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.94
Current children cumulated vsize (KiB) 180664

[startup+102.301 s]
/proc/loadavg: 7.59 7.58 7.84 10/186 30455
/proc/meminfo: memFree=30795504/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=207044 CPUtime=408.46 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 230740 1261 0 0 40809 37 0 0 23 0 5 0 520988406 212013056 23382 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 51761 23382 178 55 0 49647 0
[pid=30442/tid=30449] ppid=30440 vsize=207044 CPUtime=101.67 cores=0,2,4,6
/proc/30442/task/30449/stat : 30449 (plingeling) R 30440 30442 29618 0 -1 4202560 58555 1261 0 0 10158 9 0 0 25 0 5 0 520988412 212013056 23382 33554432000 4194304 4417332 140736085264976 18446744073709551615 4366362 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30442/tid=30450] ppid=30440 vsize=207044 CPUtime=102.23 cores=0,2,4,6
/proc/30442/task/30450/stat : 30450 (plingeling) R 30440 30442 29618 0 -1 4202560 37891 1261 0 0 10217 6 0 0 25 0 5 0 520988412 212013056 23382 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30442/tid=30451] ppid=30440 vsize=207044 CPUtime=102.24 cores=0,2,4,6
/proc/30442/task/30451/stat : 30451 (plingeling) R 30440 30442 29618 0 -1 4202560 50661 1261 0 0 10217 7 0 0 25 0 5 0 520988412 212013056 23382 33554432000 4194304 4417332 140736085264976 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30442/tid=30452] ppid=30440 vsize=207044 CPUtime=102.23 cores=0,2,4,6
/proc/30442/task/30452/stat : 30452 (plingeling) R 30440 30442 29618 0 -1 4202560 80623 1261 0 0 10211 12 0 0 25 0 5 0 520988412 212013056 23382 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.46
Current children cumulated vsize (KiB) 207044

[startup+162.301 s]
/proc/loadavg: 7.90 7.67 7.86 9/186 30456
/proc/meminfo: memFree=30758148/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=227292 CPUtime=648.13 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 388310 1261 0 0 64751 62 0 0 23 0 5 0 520988406 232747008 28345 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 56823 28345 178 55 0 54709 0
[pid=30442/tid=30449] ppid=30440 vsize=227292 CPUtime=161.34 cores=0,2,4,6
/proc/30442/task/30449/stat : 30449 (plingeling) R 30440 30442 29618 0 -1 4202560 101453 1261 0 0 16119 15 0 0 25 0 5 0 520988412 232747008 28345 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30442/tid=30450] ppid=30440 vsize=227292 CPUtime=162.23 cores=0,2,4,6
/proc/30442/task/30450/stat : 30450 (plingeling) R 30440 30442 29618 0 -1 4202560 73560 1261 0 0 16211 12 0 0 25 0 5 0 520988412 232747008 28345 33554432000 4194304 4417332 140736085264976 18446744073709551615 4343906 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30442/tid=30451] ppid=30440 vsize=227292 CPUtime=162.24 cores=0,2,4,6
/proc/30442/task/30451/stat : 30451 (plingeling) R 30440 30442 29618 0 -1 4202560 92396 1261 0 0 16210 14 0 0 25 0 5 0 520988412 232747008 28345 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30442/tid=30452] ppid=30440 vsize=227292 CPUtime=162.23 cores=0,2,4,6
/proc/30442/task/30452/stat : 30452 (plingeling) R 30440 30442 29618 0 -1 4202560 117891 1261 0 0 16204 19 0 0 25 0 5 0 520988412 232747008 28345 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.13
Current children cumulated vsize (KiB) 227292

[startup+222.301 s]
/proc/loadavg: 8.01 7.74 7.87 9/186 30458
/proc/meminfo: memFree=30749820/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=235548 CPUtime=887.8 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 544522 1261 0 0 88694 86 0 0 23 0 5 0 520988406 241201152 30372 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 58887 30372 178 55 0 56773 0
[pid=30442/tid=30449] ppid=30440 vsize=235548 CPUtime=221.01 cores=0,2,4,6
/proc/30442/task/30449/stat : 30449 (plingeling) R 30440 30442 29618 0 -1 4202560 135027 1261 0 0 22080 21 0 0 25 0 5 0 520988412 241201152 30372 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 6 0 0 0

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

[pid=30442/tid=30450] ppid=30440 vsize=303816 CPUtime=762.23 cores=0,2,4,6
/proc/30442/task/30450/stat : 30450 (plingeling) R 30440 30442 29618 0 -1 4202560 423659 1261 0 0 76158 65 0 0 25 0 5 0 520988412 311107584 47421 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30442/tid=30451] ppid=30440 vsize=303816 CPUtime=762.2 cores=0,2,4,6
/proc/30442/task/30451/stat : 30451 (plingeling) R 30440 30442 29618 0 -1 4202560 459766 1261 0 0 76150 70 0 0 25 0 5 0 520988412 311107584 47421 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30442/tid=30452] ppid=30440 vsize=303816 CPUtime=762.24 cores=0,2,4,6
/proc/30442/task/30452/stat : 30452 (plingeling) R 30440 30442 29618 0 -1 4202560 419605 1261 0 0 76157 67 0 0 25 0 5 0 520988412 311107584 47421 33554432000 4194304 4417332 140736085264976 18446744073709551615 4356768 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.84
Current children cumulated vsize (KiB) 303816

[startup+822.301 s]
/proc/loadavg: 8.04 8.01 7.94 9/186 30474
/proc/meminfo: memFree=30595928/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=286184 CPUtime=3284.51 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 1834952 1261 0 0 328161 290 0 0 23 0 5 0 520988406 293052416 43008 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 71546 43008 178 55 0 69432 0
[pid=30442/tid=30449] ppid=30440 vsize=286184 CPUtime=817.75 cores=0,2,4,6
/proc/30442/task/30449/stat : 30449 (plingeling) R 30440 30442 29618 0 -1 4202560 441257 1261 0 0 81704 71 0 0 25 0 5 0 520988412 293052416 43008 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30442/tid=30450] ppid=30440 vsize=286184 CPUtime=822.23 cores=0,2,4,6
/proc/30442/task/30450/stat : 30450 (plingeling) R 30440 30442 29618 0 -1 4202560 453043 1261 0 0 82153 70 0 0 25 0 5 0 520988412 293052416 43008 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30442/tid=30451] ppid=30440 vsize=286184 CPUtime=822.19 cores=0,2,4,6
/proc/30442/task/30451/stat : 30451 (plingeling) R 30440 30442 29618 0 -1 4202560 492505 1261 0 0 82144 75 0 0 25 0 5 0 520988412 293052416 43008 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30442/tid=30452] ppid=30440 vsize=286184 CPUtime=822.25 cores=0,2,4,6
/proc/30442/task/30452/stat : 30452 (plingeling) R 30440 30442 29618 0 -1 4202560 445137 1261 0 0 82154 71 0 0 25 0 5 0 520988412 293052416 43008 33554432000 4194304 4417332 140736085264976 18446744073709551615 4366359 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.51
Current children cumulated vsize (KiB) 286184

[startup+882.301 s]
/proc/loadavg: 8.05 8.02 7.95 9/186 30475
/proc/meminfo: memFree=30609040/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=310424 CPUtime=3524.18 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 1960230 1261 0 0 352107 311 0 0 23 0 5 0 520988406 317874176 49068 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 77606 49068 178 55 0 75492 0
[pid=30442/tid=30449] ppid=30440 vsize=310424 CPUtime=877.43 cores=0,2,4,6
/proc/30442/task/30449/stat : 30449 (plingeling) R 30440 30442 29618 0 -1 4202560 475032 1261 0 0 87666 77 0 0 25 0 5 0 520988412 317874176 49068 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364899 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30442/tid=30450] ppid=30440 vsize=310424 CPUtime=882.23 cores=0,2,4,6
/proc/30442/task/30450/stat : 30450 (plingeling) R 30440 30442 29618 0 -1 4202560 484185 1261 0 0 88148 75 0 0 25 0 5 0 520988412 317874176 49068 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30442/tid=30451] ppid=30440 vsize=310424 CPUtime=882.18 cores=0,2,4,6
/proc/30442/task/30451/stat : 30451 (plingeling) R 30440 30442 29618 0 -1 4202560 529468 1261 0 0 88137 81 0 0 25 0 5 0 520988412 317874176 49068 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30442/tid=30452] ppid=30440 vsize=310424 CPUtime=882.25 cores=0,2,4,6
/proc/30442/task/30452/stat : 30452 (plingeling) R 30440 30442 29618 0 -1 4202560 468535 1261 0 0 88150 75 0 0 25 0 5 0 520988412 317874176 49068 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.18
Current children cumulated vsize (KiB) 310424

[startup+942.301 s]
/proc/loadavg: 8.13 8.05 7.96 9/186 30477
/proc/meminfo: memFree=30613596/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=299216 CPUtime=3763.87 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 2066201 1261 0 0 376059 328 0 0 23 0 5 0 520988406 306397184 46266 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 74804 46266 178 55 0 72690 0
[pid=30442/tid=30449] ppid=30440 vsize=299216 CPUtime=937.11 cores=0,2,4,6
/proc/30442/task/30449/stat : 30449 (plingeling) R 30440 30442 29618 0 -1 4202560 500647 1261 0 0 93629 82 0 0 25 0 5 0 520988412 306397184 46266 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30442/tid=30450] ppid=30440 vsize=299216 CPUtime=942.23 cores=0,2,4,6
/proc/30442/task/30450/stat : 30450 (plingeling) R 30440 30442 29618 0 -1 4202560 510941 1261 0 0 94143 80 0 0 25 0 5 0 520988412 306397184 46266 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30442/tid=30451] ppid=30440 vsize=299216 CPUtime=942.19 cores=0,2,4,6
/proc/30442/task/30451/stat : 30451 (plingeling) R 30440 30442 29618 0 -1 4202560 555602 1261 0 0 94134 85 0 0 25 0 5 0 520988412 306397184 46266 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30442/tid=30452] ppid=30440 vsize=299216 CPUtime=942.26 cores=0,2,4,6
/proc/30442/task/30452/stat : 30452 (plingeling) R 30440 30442 29618 0 -1 4202560 496001 1261 0 0 94147 79 0 0 25 0 5 0 520988412 306397184 46266 33554432000 4194304 4417332 140736085264976 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.87
Current children cumulated vsize (KiB) 299216

[startup+1002.3 s]
/proc/loadavg: 8.17 8.07 7.97 9/186 30479
/proc/meminfo: memFree=30620508/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=309664 CPUtime=4003.51 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 2167706 1261 0 0 400006 345 0 0 23 0 5 0 520988406 317095936 48878 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 77416 48878 178 55 0 75302 0
[pid=30442/tid=30449] ppid=30440 vsize=309664 CPUtime=996.77 cores=0,2,4,6
/proc/30442/task/30449/stat : 30449 (plingeling) R 30440 30442 29618 0 -1 4202560 525589 1261 0 0 99591 86 0 0 25 0 5 0 520988412 317095936 48878 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30442/tid=30450] ppid=30440 vsize=309664 CPUtime=1002.23 cores=0,2,4,6
/proc/30442/task/30450/stat : 30450 (plingeling) R 30440 30442 29618 0 -1 4202560 537634 1261 0 0 100138 85 0 0 25 0 5 0 520988412 317095936 48878 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30442/tid=30451] ppid=30440 vsize=309664 CPUtime=1002.18 cores=0,2,4,6
/proc/30442/task/30451/stat : 30451 (plingeling) R 30440 30442 29618 0 -1 4202560 581866 1261 0 0 100128 90 0 0 25 0 5 0 520988412 317095936 48878 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30442/tid=30452] ppid=30440 vsize=309664 CPUtime=1002.25 cores=0,2,4,6
/proc/30442/task/30452/stat : 30452 (plingeling) R 30440 30442 29618 0 -1 4202560 519607 1261 0 0 100143 82 0 0 25 0 5 0 520988412 317095936 48878 33554432000 4194304 4417332 140736085264976 18446744073709551615 4366460 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.51
Current children cumulated vsize (KiB) 309664

[startup+1062.31 s]
/proc/loadavg: 8.17 8.08 7.98 9/186 30480
/proc/meminfo: memFree=30588868/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=323520 CPUtime=4243.21 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 2284358 1261 0 0 423958 363 0 0 23 0 5 0 520988406 331284480 52342 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 80880 52342 178 55 0 78766 0
[pid=30442/tid=30449] ppid=30440 vsize=323520 CPUtime=1056.45 cores=0,2,4,6
/proc/30442/task/30449/stat : 30449 (plingeling) R 30440 30442 29618 0 -1 4202560 558300 1261 0 0 105555 90 0 0 25 0 5 0 520988412 331284480 52342 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30442/tid=30450] ppid=30440 vsize=323520 CPUtime=1062.23 cores=0,2,4,6
/proc/30442/task/30450/stat : 30450 (plingeling) R 30440 30442 29618 0 -1 4202560 566249 1261 0 0 106133 90 0 0 25 0 5 0 520988412 331284480 52342 33554432000 4194304 4417332 140736085264976 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30442/tid=30451] ppid=30440 vsize=323520 CPUtime=1062.18 cores=0,2,4,6
/proc/30442/task/30451/stat : 30451 (plingeling) R 30440 30442 29618 0 -1 4202560 614189 1261 0 0 106124 94 0 0 25 0 5 0 520988412 331284480 52342 33554432000 4194304 4417332 140736085264976 18446744073709551615 4366381 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30442/tid=30452] ppid=30440 vsize=323520 CPUtime=1062.25 cores=0,2,4,6
/proc/30442/task/30452/stat : 30452 (plingeling) R 30440 30442 29618 0 -1 4202560 542610 1261 0 0 106139 86 0 0 25 0 5 0 520988412 331284480 52342 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.21
Current children cumulated vsize (KiB) 323520

[startup+1122.3 s]
/proc/loadavg: 8.16 8.09 7.99 9/186 30482
/proc/meminfo: memFree=30594056/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=291408 CPUtime=4482.86 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 2394798 1261 0 0 447906 380 0 0 23 0 5 0 520988406 298401792 44317 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 72852 44317 178 55 0 70738 0
[pid=30442/tid=30449] ppid=30440 vsize=291408 CPUtime=1116.12 cores=0,2,4,6
/proc/30442/task/30449/stat : 30449 (plingeling) R 30440 30442 29618 0 -1 4202560 587283 1261 0 0 111518 94 0 0 25 0 5 0 520988412 298401792 44317 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30442/tid=30450] ppid=30440 vsize=291408 CPUtime=1122.22 cores=0,2,4,6
/proc/30442/task/30450/stat : 30450 (plingeling) R 30440 30442 29618 0 -1 4202560 594396 1261 0 0 112128 94 0 0 25 0 5 0 520988412 298401792 44317 33554432000 4194304 4417332 140736085264976 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30442/tid=30451] ppid=30440 vsize=291408 CPUtime=1122.17 cores=0,2,4,6
/proc/30442/task/30451/stat : 30451 (plingeling) R 30440 30442 29618 0 -1 4202560 642879 1261 0 0 112118 99 0 0 25 0 5 0 520988412 298401792 44317 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30442/tid=30452] ppid=30440 vsize=291408 CPUtime=1122.25 cores=0,2,4,6
/proc/30442/task/30452/stat : 30452 (plingeling) R 30440 30442 29618 0 -1 4202560 567230 1261 0 0 112135 90 0 0 25 0 5 0 520988412 298401792 44317 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.86
Current children cumulated vsize (KiB) 291408

[startup+1182.3 s]
/proc/loadavg: 8.12 8.09 8.00 9/186 30483
/proc/meminfo: memFree=30580032/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=339924 CPUtime=4722.52 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 2508594 1261 0 0 471857 395 0 0 23 0 5 0 520988406 348082176 56443 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 84981 56443 178 55 0 82867 0
[pid=30442/tid=30449] ppid=30440 vsize=339924 CPUtime=1175.8 cores=0,2,4,6
/proc/30442/task/30449/stat : 30449 (plingeling) R 30440 30442 29618 0 -1 4202560 613070 1261 0 0 117482 98 0 0 25 0 5 0 520988412 348082176 56443 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30442/tid=30450] ppid=30440 vsize=339924 CPUtime=1182.22 cores=0,2,4,6
/proc/30442/task/30450/stat : 30450 (plingeling) R 30440 30442 29618 0 -1 4202560 621581 1261 0 0 118124 98 0 0 25 0 5 0 520988412 348082176 56443 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30442/tid=30451] ppid=30440 vsize=339924 CPUtime=1182.16 cores=0,2,4,6
/proc/30442/task/30451/stat : 30451 (plingeling) R 30440 30442 29618 0 -1 4202560 673485 1261 0 0 118114 102 0 0 25 0 5 0 520988412 348082176 56443 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30442/tid=30452] ppid=30440 vsize=339924 CPUtime=1182.25 cores=0,2,4,6
/proc/30442/task/30452/stat : 30452 (plingeling) R 30440 30442 29618 0 -1 4202560 597448 1261 0 0 118130 95 0 0 25 0 5 0 520988412 348082176 56443 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 339924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.08 8.08 8.00 5/180 30485
/proc/meminfo: memFree=30717336/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=352912 CPUtime=4800.04 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 2548881 1261 0 0 479602 402 0 0 23 0 5 0 520988406 361381888 59690 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 88228 59690 178 55 0 86114 0
[pid=30442/tid=30449] ppid=30440 vsize=352912 CPUtime=1195.1 cores=0,2,4,6
/proc/30442/task/30449/stat : 30449 (plingeling) R 30440 30442 29618 0 -1 4202560 627827 1261 0 0 119410 100 0 0 25 0 5 0 520988412 361381888 59690 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30442/tid=30450] ppid=30440 vsize=352912 CPUtime=1201.63 cores=0,2,4,6
/proc/30442/task/30450/stat : 30450 (plingeling) R 30440 30442 29618 0 -1 4202560 634597 1261 0 0 120062 101 0 0 25 0 5 0 520988412 361381888 59690 33554432000 4194304 4417332 140736085264976 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30442/tid=30451] ppid=30440 vsize=352912 CPUtime=1201.57 cores=0,2,4,6
/proc/30442/task/30451/stat : 30451 (plingeling) R 30440 30442 29618 0 -1 4202560 679845 1261 0 0 120054 103 0 0 25 0 5 0 520988412 361381888 59690 33554432000 4194304 4417332 140736085264976 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30442/tid=30452] ppid=30440 vsize=352912 CPUtime=1201.66 cores=0,2,4,6
/proc/30442/task/30452/stat : 30452 (plingeling) R 30440 30442 29618 0 -1 4202560 603602 1261 0 0 120070 96 0 0 25 0 5 0 520988412 361381888 59690 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 352912

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 5/180 30485
/proc/meminfo: memFree=30717336/32951124 swapFree=67111364/67111528
[pid=30442] ppid=30440 vsize=352912 CPUtime=4800.04 cores=0,2,4,6
/proc/30442/stat : 30442 (plingeling) S 30440 30442 29618 0 -1 4202496 2548881 1261 0 0 479602 402 0 0 23 0 5 0 520988406 361381888 59690 33554432000 4194304 4417332 140736085264976 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30442/statm: 88228 59690 178 55 0 86114 0
[pid=30442/tid=30449] ppid=30440 vsize=352912 CPUtime=1195.1 cores=0,2,4,6
/proc/30442/task/30449/stat : 30449 (plingeling) R 30440 30442 29618 0 -1 4202560 627827 1261 0 0 119410 100 0 0 25 0 5 0 520988412 361381888 59690 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30442/tid=30450] ppid=30440 vsize=352912 CPUtime=1201.63 cores=0,2,4,6
/proc/30442/task/30450/stat : 30450 (plingeling) R 30440 30442 29618 0 -1 4202560 634597 1261 0 0 120062 101 0 0 25 0 5 0 520988412 361381888 59690 33554432000 4194304 4417332 140736085264976 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30442/tid=30451] ppid=30440 vsize=352912 CPUtime=1201.57 cores=0,2,4,6
/proc/30442/task/30451/stat : 30451 (plingeling) R 30440 30442 29618 0 -1 4202560 679845 1261 0 0 120054 103 0 0 25 0 5 0 520988412 361381888 59690 33554432000 4194304 4417332 140736085264976 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30442/tid=30452] ppid=30440 vsize=352912 CPUtime=1201.66 cores=0,2,4,6
/proc/30442/task/30452/stat : 30452 (plingeling) R 30440 30442 29618 0 -1 4202560 603602 1261 0 0 120070 96 0 0 25 0 5 0 520988412 361381888 59690 33554432000 4194304 4417332 140736085264976 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 352912

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.72
CPU time (s): 4800.09
CPU user time (s): 4796.05
CPU system time (s): 4.03939
CPU usage (%): 399.433
Max. virtual memory (cumulated for all children) (KiB): 381512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.05
system time used= 4.03939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2550142
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= 144
involuntary context switches= 24056

runsolver used 1.89671 second user time and 4.65529 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 18:18:24
IDJOB=3250592
IDBENCH=83321
IDSOLVER=1605
FILE ID=node136/3250592-1304093904
RUNJOBID= node136-1304093900-30413
PBS_JOBID= 13170547
Free space on /tmp= 72332 MiB

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

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

MD5SUM BENCH= f105570f47bdca662c2d3d185f8dc1f8
RANDOM SEED=921813942

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:      30944600 kB
Buffers:        577300 kB
Cached:         927668 kB
SwapCached:          0 kB
Active:         137032 kB
Inactive:      1445960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30944600 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            2104 kB
Writeback:          12 kB
AnonPages:       77632 kB
Mapped:          15268 kB
Slab:           359996 kB
PageTables:       4676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   260920 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= 72336 MiB
End job on node136 at 2011-04-29 18:38:28