Trace number 3370924

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 4800.16 1203.02

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-17_279.cnf
MD5SUMd2562f4e152a54a992ab300a2bacfba9
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 variables279
Number of clauses21616
Sum of the clauses size96978
Maximum clause length17
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 319321
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52295

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3370924-1305428526/watcher-3370924-1305428526 -o /tmp/evaluation-result-3370924-1305428526/solver-3370924-1305428526 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3370924-1305428526.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: 8.02 8.04 7.22 5/295 13837
/proc/meminfo: memFree=16565328/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=9988 CPUtime=0 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) R 13835 13837 13510 0 -1 4202496 613 1257 0 0 0 0 0 0 25 0 1 0 654455346 10227712 521 33554432000 4194304 4417452 140734300996640 18446744073709551615 218370957056 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/13837/statm: 2497 521 149 55 0 383 0

[startup+0.151146 s]
/proc/loadavg: 8.02 8.04 7.22 5/295 13837
/proc/meminfo: memFree=16565328/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=56220 CPUtime=0.5 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 2553 1257 0 0 50 0 0 0 25 0 5 0 654455346 57569280 1777 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 14055 1777 178 55 0 11941 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 56220

[startup+0.200136 s]
/proc/loadavg: 8.02 8.04 7.22 5/295 13837
/proc/meminfo: memFree=16565328/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=56732 CPUtime=0.7 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 2682 1257 0 0 70 0 0 0 25 0 5 0 654455346 58093568 1906 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 14183 1906 179 55 0 12069 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 56732

[startup+0.300119 s]
/proc/loadavg: 8.02 8.04 7.22 5/295 13837
/proc/meminfo: memFree=16565328/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=57756 CPUtime=1.1 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 2938 1257 0 0 110 0 0 0 25 0 5 0 654455346 59142144 2162 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 14439 2162 179 55 0 12325 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 57756

[startup+0.701051 s]
/proc/loadavg: 8.02 8.04 7.22 5/295 13837
/proc/meminfo: memFree=16565328/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=63436 CPUtime=2.7 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 4421 1257 0 0 270 0 0 0 25 0 5 0 654455346 64958464 3645 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 15859 3645 179 55 0 13745 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 63436

[startup+1.50091 s]
/proc/loadavg: 8.02 8.04 7.22 9/300 13847
/proc/meminfo: memFree=16540488/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=67304 CPUtime=5.89 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 5388 1257 0 0 589 0 0 0 25 0 5 0 654455346 68919296 4612 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 16826 4612 179 55 0 14712 0
[pid=13837/tid=13844] ppid=13835 vsize=67304 CPUtime=1.47 cores=0,2,4,6
/proc/13837/task/13844/stat : 13844 (plingeling) R 13835 13837 13510 0 -1 4202560 771 1257 0 0 147 0 0 0 20 0 5 0 654455349 68919296 4612 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364567 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13837/tid=13845] ppid=13835 vsize=67304 CPUtime=1.45 cores=0,2,4,6
/proc/13837/task/13845/stat : 13845 (plingeling) R 13835 13837 13510 0 -1 4202560 698 1257 0 0 145 0 0 0 25 0 5 0 654455349 68919296 4612 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13837/tid=13846] ppid=13835 vsize=67304 CPUtime=1.46 cores=0,2,4,6
/proc/13837/task/13846/stat : 13846 (plingeling) R 13835 13837 13510 0 -1 4202560 770 1257 0 0 146 0 0 0 25 0 5 0 654455349 68919296 4612 33554432000 4194304 4417452 140734300996640 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13837/tid=13847] ppid=13835 vsize=67304 CPUtime=1.46 cores=0,2,4,6
/proc/13837/task/13847/stat : 13847 (plingeling) R 13835 13837 13510 0 -1 4202560 1486 1257 0 0 146 0 0 0 20 0 5 0 654455349 68919296 4612 33554432000 4194304 4417452 140734300996640 18446744073709551615 4251091 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 67304

[startup+3.10063 s]
/proc/loadavg: 8.02 8.04 7.22 9/300 13847
/proc/meminfo: memFree=16535152/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=69820 CPUtime=12.27 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 6995 1257 0 0 1227 0 0 0 25 0 5 0 654455346 71495680 5241 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 17455 5241 179 55 0 15341 0
[pid=13837/tid=13844] ppid=13835 vsize=69820 CPUtime=3.07 cores=0,2,4,6
/proc/13837/task/13844/stat : 13844 (plingeling) R 13835 13837 13510 0 -1 4202560 890 1257 0 0 307 0 0 0 25 0 5 0 654455349 71495680 5241 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13837/tid=13845] ppid=13835 vsize=69820 CPUtime=3.04 cores=0,2,4,6
/proc/13837/task/13845/stat : 13845 (plingeling) R 13835 13837 13510 0 -1 4202560 868 1257 0 0 304 0 0 0 25 0 5 0 654455349 71495680 5241 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13837/tid=13846] ppid=13835 vsize=69820 CPUtime=3.06 cores=0,2,4,6
/proc/13837/task/13846/stat : 13846 (plingeling) R 13835 13837 13510 0 -1 4202560 902 1257 0 0 306 0 0 0 25 0 5 0 654455349 71495680 5241 33554432000 4194304 4417452 140734300996640 18446744073709551615 4365987 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13837/tid=13847] ppid=13835 vsize=69820 CPUtime=3.06 cores=0,2,4,6
/proc/13837/task/13847/stat : 13847 (plingeling) R 13835 13837 13510 0 -1 4202560 2672 1257 0 0 306 0 0 0 25 0 5 0 654455349 71495680 5241 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 69820

[startup+6.30106 s]
/proc/loadavg: 8.02 8.04 7.22 9/300 13847
/proc/meminfo: memFree=16547284/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=76412 CPUtime=25.04 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 10768 1257 0 0 2503 1 0 0 25 0 5 0 654455346 78245888 6905 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 19103 6905 179 55 0 16989 0
[pid=13837/tid=13844] ppid=13835 vsize=76412 CPUtime=6.27 cores=0,2,4,6
/proc/13837/task/13844/stat : 13844 (plingeling) R 13835 13837 13510 0 -1 4202560 1081 1257 0 0 627 0 0 0 25 0 5 0 654455349 78245888 6905 33554432000 4194304 4417452 140734300996640 18446744073709551615 4366698 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13837/tid=13845] ppid=13835 vsize=76412 CPUtime=6.21 cores=0,2,4,6
/proc/13837/task/13845/stat : 13845 (plingeling) R 13835 13837 13510 0 -1 4202560 1425 1257 0 0 621 0 0 0 25 0 5 0 654455349 78245888 6905 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13837/tid=13846] ppid=13835 vsize=76412 CPUtime=6.26 cores=0,2,4,6
/proc/13837/task/13846/stat : 13846 (plingeling) R 13835 13837 13510 0 -1 4202560 1120 1257 0 0 626 0 0 0 25 0 5 0 654455349 78245888 6905 33554432000 4194304 4417452 140734300996640 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13837/tid=13847] ppid=13835 vsize=76412 CPUtime=6.26 cores=0,2,4,6
/proc/13837/task/13847/stat : 13847 (plingeling) R 13835 13837 13510 0 -1 4202560 5479 1257 0 0 626 0 0 0 25 0 5 0 654455349 78245888 6905 33554432000 4194304 4417452 140734300996640 18446744073709551615 4250432 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 76412

[startup+12.7009 s]
/proc/loadavg: 8.02 8.04 7.23 9/300 13847
/proc/meminfo: memFree=16522664/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=81648 CPUtime=50.58 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 25791 1257 0 0 5054 4 0 0 25 0 5 0 654455346 83607552 8214 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 20412 8214 179 55 0 18298 0
[pid=13837/tid=13844] ppid=13835 vsize=81648 CPUtime=12.66 cores=0,2,4,6
/proc/13837/task/13844/stat : 13844 (plingeling) R 13835 13837 13510 0 -1 4202560 4787 1257 0 0 1266 0 0 0 25 0 5 0 654455349 83607552 8214 33554432000 4194304 4417452 140734300996640 18446744073709551615 4356834 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13837/tid=13845] ppid=13835 vsize=81648 CPUtime=12.54 cores=0,2,4,6
/proc/13837/task/13845/stat : 13845 (plingeling) R 13835 13837 13510 0 -1 4202560 3418 1257 0 0 1254 0 0 0 25 0 5 0 654455349 83607552 8214 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13837/tid=13846] ppid=13835 vsize=81648 CPUtime=12.66 cores=0,2,4,6
/proc/13837/task/13846/stat : 13846 (plingeling) R 13835 13837 13510 0 -1 4202560 4852 1257 0 0 1266 0 0 0 25 0 5 0 654455349 83607552 8214 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13837/tid=13847] ppid=13835 vsize=81648 CPUtime=12.66 cores=0,2,4,6
/proc/13837/task/13847/stat : 13847 (plingeling) R 13835 13837 13510 0 -1 4202560 11071 1257 0 0 1265 1 0 0 25 0 5 0 654455349 83607552 8214 33554432000 4194304 4417452 140734300996640 18446744073709551615 4366402 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 81648

[startup+25.5006 s]
/proc/loadavg: 8.01 8.03 7.24 9/300 13847
/proc/meminfo: memFree=16496744/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=162340 CPUtime=101.66 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 63739 1257 0 0 10155 11 0 0 25 0 5 0 654455346 166236160 12052 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 40585 12052 179 55 0 38471 0
[pid=13837/tid=13844] ppid=13835 vsize=162340 CPUtime=25.47 cores=0,2,4,6
/proc/13837/task/13844/stat : 13844 (plingeling) R 13835 13837 13510 0 -1 4202560 16254 1257 0 0 2544 3 0 0 25 0 5 0 654455349 166236160 12052 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13837/tid=13845] ppid=13835 vsize=162340 CPUtime=25.23 cores=0,2,4,6
/proc/13837/task/13845/stat : 13845 (plingeling) R 13835 13837 13510 0 -1 4202560 11366 1257 0 0 2521 2 0 0 25 0 5 0 654455349 166236160 12052 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13837/tid=13846] ppid=13835 vsize=162340 CPUtime=25.46 cores=0,2,4,6
/proc/13837/task/13846/stat : 13846 (plingeling) R 13835 13837 13510 0 -1 4202560 15976 1257 0 0 2544 2 0 0 25 0 5 0 654455349 166236160 12052 33554432000 4194304 4417452 140734300996640 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13837/tid=13847] ppid=13835 vsize=162340 CPUtime=25.46 cores=0,2,4,6
/proc/13837/task/13847/stat : 13847 (plingeling) R 13835 13837 13510 0 -1 4202560 18480 1257 0 0 2543 3 0 0 25 0 5 0 654455349 166236160 12052 33554432000 4194304 4417452 140734300996640 18446744073709551615 4357269 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 162340

[startup+51.1011 s]
/proc/loadavg: 8.01 8.03 7.26 9/300 13848
/proc/meminfo: memFree=16458164/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=172960 CPUtime=203.83 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 148198 1257 0 0 20357 26 0 0 25 0 5 0 654455346 177111040 14675 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 43240 14675 179 55 0 41126 0
[pid=13837/tid=13844] ppid=13835 vsize=172960 CPUtime=51.06 cores=0,2,4,6
/proc/13837/task/13844/stat : 13844 (plingeling) R 13835 13837 13510 0 -1 4202560 37776 1257 0 0 5100 6 0 0 25 0 5 0 654455349 177111040 14675 33554432000 4194304 4417452 140734300996640 18446744073709551615 4344131 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13837/tid=13845] ppid=13835 vsize=172960 CPUtime=50.59 cores=0,2,4,6
/proc/13837/task/13845/stat : 13845 (plingeling) R 13835 13837 13510 0 -1 4202560 31725 1257 0 0 5053 6 0 0 25 0 5 0 654455349 177111040 14675 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13837/tid=13846] ppid=13835 vsize=172960 CPUtime=51.06 cores=0,2,4,6
/proc/13837/task/13846/stat : 13846 (plingeling) R 13835 13837 13510 0 -1 4202560 39779 1257 0 0 5100 6 0 0 25 0 5 0 654455349 177111040 14675 33554432000 4194304 4417452 140734300996640 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13837/tid=13847] ppid=13835 vsize=172960 CPUtime=51.06 cores=0,2,4,6
/proc/13837/task/13847/stat : 13847 (plingeling) R 13835 13837 13510 0 -1 4202560 37255 1257 0 0 5100 6 0 0 25 0 5 0 654455349 177111040 14675 33554432000 4194304 4417452 140734300996640 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.83
Current children cumulated vsize (KiB) 172960

[startup+102.301 s]
/proc/loadavg: 8.29 8.09 7.32 10/301 13852
/proc/meminfo: memFree=16438652/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=173740 CPUtime=407.62 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 291908 1257 0 0 40715 47 0 0 25 0 5 0 654455346 177909760 14902 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 43435 14902 179 55 0 41321 0
[pid=13837/tid=13844] ppid=13835 vsize=173740 CPUtime=101.87 cores=0,2,4,6
/proc/13837/task/13844/stat : 13844 (plingeling) R 13835 13837 13510 0 -1 4202560 74822 1257 0 0 10175 12 0 0 25 0 5 0 654455349 177909760 14902 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13837/tid=13845] ppid=13835 vsize=173740 CPUtime=101.18 cores=0,2,4,6
/proc/13837/task/13845/stat : 13845 (plingeling) R 13835 13837 13510 0 -1 4202560 64598 1257 0 0 10108 10 0 0 25 0 5 0 654455349 177909760 14902 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13837/tid=13846] ppid=13835 vsize=173740 CPUtime=102.26 cores=0,2,4,6
/proc/13837/task/13846/stat : 13846 (plingeling) R 13835 13837 13510 0 -1 4202560 72639 1257 0 0 10215 11 0 0 25 0 5 0 654455349 177909760 14902 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13837/tid=13847] ppid=13835 vsize=173740 CPUtime=102.27 cores=0,2,4,6
/proc/13837/task/13847/stat : 13847 (plingeling) R 13835 13837 13510 0 -1 4202560 78186 1257 0 0 10214 13 0 0 25 0 5 0 654455349 177909760 14902 33554432000 4194304 4417452 140734300996640 18446744073709551615 4366105 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.62
Current children cumulated vsize (KiB) 173740

[startup+162.3 s]
/proc/loadavg: 8.18 8.10 7.37 9/300 13854
/proc/meminfo: memFree=16484840/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=182040 CPUtime=646.82 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 447600 1257 0 0 64611 71 0 0 25 0 5 0 654455346 186408960 16977 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 45510 16977 179 55 0 43396 0
[pid=13837/tid=13844] ppid=13835 vsize=182040 CPUtime=161.63 cores=0,2,4,6
/proc/13837/task/13844/stat : 13844 (plingeling) R 13835 13837 13510 0 -1 4202560 112010 1257 0 0 16146 17 0 0 25 0 5 0 654455349 186408960 16977 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13837/tid=13845] ppid=13835 vsize=182040 CPUtime=160.62 cores=0,2,4,6
/proc/13837/task/13845/stat : 13845 (plingeling) R 13835 13837 13510 0 -1 4202560 103903 1257 0 0 16046 16 0 0 25 0 5 0 654455349 186408960 16977 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13837/tid=13846] ppid=13835 vsize=182040 CPUtime=162.25 cores=0,2,4,6
/proc/13837/task/13846/stat : 13846 (plingeling) R 13835 13837 13510 0 -1 4202560 111408 1257 0 0 16208 17 0 0 25 0 5 0 654455349 186408960 16977 33554432000 4194304 4417452 140734300996640 18446744073709551615 4321680 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13837/tid=13847] ppid=13835 vsize=182040 CPUtime=162.26 cores=0,2,4,6
/proc/13837/task/13847/stat : 13847 (plingeling) R 13835 13837 13510 0 -1 4202560 118616 1257 0 0 16208 18 0 0 25 0 5 0 654455349 186408960 16977 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 646.82
Current children cumulated vsize (KiB) 182040


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

[pid=13837/tid=13845] ppid=13835 vsize=246988 CPUtime=755.09 cores=0,2,4,6
/proc/13837/task/13845/stat : 13845 (plingeling) R 13835 13837 13510 0 -1 4202560 382565 1257 0 0 75450 59 0 0 25 0 5 0 654455349 252915712 33210 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13837/tid=13846] ppid=13835 vsize=246988 CPUtime=762.27 cores=0,2,4,6
/proc/13837/task/13846/stat : 13846 (plingeling) R 13835 13837 13510 0 -1 4202560 394423 1257 0 0 76171 56 0 0 25 0 5 0 654455349 252915712 33210 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13837/tid=13847] ppid=13835 vsize=246988 CPUtime=762.29 cores=0,2,4,6
/proc/13837/task/13847/stat : 13847 (plingeling) R 13835 13837 13510 0 -1 4202560 406848 1257 0 0 76172 57 0 0 25 0 5 0 654455349 252915712 33210 33554432000 4194304 4417452 140734300996640 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3041.35
Current children cumulated vsize (KiB) 246988

[startup+822.301 s]
/proc/loadavg: 8.16 8.09 7.72 9/300 13909
/proc/meminfo: memFree=16414368/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=252460 CPUtime=3280.77 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 1693523 1257 0 0 327828 249 0 0 25 0 5 0 654455346 258519040 34582 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 63115 34582 179 55 0 61001 0
[pid=13837/tid=13844] ppid=13835 vsize=252460 CPUtime=821.65 cores=0,2,4,6
/proc/13837/task/13844/stat : 13844 (plingeling) R 13835 13837 13510 0 -1 4202560 423119 1257 0 0 82101 64 0 0 25 0 5 0 654455349 258519040 34582 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13837/tid=13845] ppid=13835 vsize=252460 CPUtime=814.53 cores=0,2,4,6
/proc/13837/task/13845/stat : 13845 (plingeling) R 13835 13837 13510 0 -1 4202560 404659 1257 0 0 81391 62 0 0 25 0 5 0 654455349 258519040 34582 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13837/tid=13846] ppid=13835 vsize=252460 CPUtime=822.26 cores=0,2,4,6
/proc/13837/task/13846/stat : 13846 (plingeling) R 13835 13837 13510 0 -1 4202560 424920 1257 0 0 82165 61 0 0 25 0 5 0 654455349 258519040 34582 33554432000 4194304 4417452 140734300996640 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13837/tid=13847] ppid=13835 vsize=252460 CPUtime=822.27 cores=0,2,4,6
/proc/13837/task/13847/stat : 13847 (plingeling) R 13835 13837 13510 0 -1 4202560 439162 1257 0 0 82167 60 0 0 25 0 5 0 654455349 258519040 34582 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3280.77
Current children cumulated vsize (KiB) 252460

[startup+882.311 s]
/proc/loadavg: 8.09 8.08 7.74 9/300 13910
/proc/meminfo: memFree=16392880/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=276064 CPUtime=3520.27 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 1797598 1257 0 0 351762 265 0 0 25 0 5 0 654455346 282689536 40451 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 69016 40451 179 55 0 66902 0
[pid=13837/tid=13844] ppid=13835 vsize=276064 CPUtime=881.65 cores=0,2,4,6
/proc/13837/task/13844/stat : 13844 (plingeling) R 13835 13837 13510 0 -1 4202560 451368 1257 0 0 88097 68 0 0 25 0 5 0 654455349 282689536 40451 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13837/tid=13845] ppid=13835 vsize=276064 CPUtime=873.99 cores=0,2,4,6
/proc/13837/task/13845/stat : 13845 (plingeling) R 13835 13837 13510 0 -1 4202560 425954 1257 0 0 87334 65 0 0 25 0 5 0 654455349 282689536 40451 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364903 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13837/tid=13846] ppid=13835 vsize=276064 CPUtime=882.27 cores=0,2,4,6
/proc/13837/task/13846/stat : 13846 (plingeling) R 13835 13837 13510 0 -1 4202560 450520 1257 0 0 88162 65 0 0 25 0 5 0 654455349 282689536 40451 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13837/tid=13847] ppid=13835 vsize=276064 CPUtime=882.29 cores=0,2,4,6
/proc/13837/task/13847/stat : 13847 (plingeling) R 13835 13837 13510 0 -1 4202560 468093 1257 0 0 88165 64 0 0 25 0 5 0 654455349 282689536 40451 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3520.27
Current children cumulated vsize (KiB) 276064

[startup+942.3 s]
/proc/loadavg: 8.13 8.09 7.76 9/300 13912
/proc/meminfo: memFree=16405108/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=282052 CPUtime=3759.68 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 1893675 1257 0 0 375692 276 0 0 25 0 5 0 654455346 288821248 41948 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 70513 41948 179 55 0 68399 0
[pid=13837/tid=13844] ppid=13835 vsize=282052 CPUtime=941.65 cores=0,2,4,6
/proc/13837/task/13844/stat : 13844 (plingeling) R 13835 13837 13510 0 -1 4202560 469937 1257 0 0 94095 70 0 0 25 0 5 0 654455349 288821248 41948 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13837/tid=13845] ppid=13835 vsize=282052 CPUtime=933.43 cores=0,2,4,6
/proc/13837/task/13845/stat : 13845 (plingeling) R 13835 13837 13510 0 -1 4202560 453584 1257 0 0 93274 69 0 0 25 0 5 0 654455349 288821248 41948 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13837/tid=13846] ppid=13835 vsize=282052 CPUtime=942.27 cores=0,2,4,6
/proc/13837/task/13846/stat : 13846 (plingeling) R 13835 13837 13510 0 -1 4202560 474980 1257 0 0 94159 68 0 0 25 0 5 0 654455349 288821248 41948 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13837/tid=13847] ppid=13835 vsize=282052 CPUtime=942.28 cores=0,2,4,6
/proc/13837/task/13847/stat : 13847 (plingeling) R 13835 13837 13510 0 -1 4202560 493511 1257 0 0 94161 67 0 0 25 0 5 0 654455349 288821248 41948 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3759.68
Current children cumulated vsize (KiB) 282052

[startup+1002.3 s]
/proc/loadavg: 8.04 8.07 7.77 10/300 13913
/proc/meminfo: memFree=16413012/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=266476 CPUtime=3999.12 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 1992208 1257 0 0 399622 290 0 0 25 0 5 0 654455346 272871424 38086 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 66619 38086 179 55 0 64505 0
[pid=13837/tid=13844] ppid=13835 vsize=266476 CPUtime=1001.65 cores=0,2,4,6
/proc/13837/task/13844/stat : 13844 (plingeling) R 13835 13837 13510 0 -1 4202560 494795 1257 0 0 100092 73 0 0 25 0 5 0 654455349 272871424 38086 33554432000 4194304 4417452 140734300996640 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13837/tid=13845] ppid=13835 vsize=266476 CPUtime=992.87 cores=0,2,4,6
/proc/13837/task/13845/stat : 13845 (plingeling) R 13835 13837 13510 0 -1 4202560 478205 1257 0 0 99214 73 0 0 25 0 5 0 654455349 272871424 38086 33554432000 4194304 4417452 140734300996640 18446744073709551615 4237326 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13837/tid=13846] ppid=13835 vsize=266476 CPUtime=1002.27 cores=0,2,4,6
/proc/13837/task/13846/stat : 13846 (plingeling) R 13835 13837 13510 0 -1 4202560 500407 1257 0 0 100155 72 0 0 25 0 5 0 654455349 272871424 38086 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13837/tid=13847] ppid=13835 vsize=266476 CPUtime=1002.28 cores=0,2,4,6
/proc/13837/task/13847/stat : 13847 (plingeling) R 13835 13837 13510 0 -1 4202560 517138 1257 0 0 100158 70 0 0 25 0 5 0 654455349 272871424 38086 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3999.12
Current children cumulated vsize (KiB) 266476

[startup+1062.3 s]
/proc/loadavg: 8.02 8.06 7.78 9/300 13915
/proc/meminfo: memFree=16365368/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=280664 CPUtime=4238.58 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 2086581 1257 0 0 423556 302 0 0 25 0 5 0 654455346 287399936 41633 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 70166 41633 179 55 0 68052 0
[pid=13837/tid=13844] ppid=13835 vsize=280664 CPUtime=1061.65 cores=0,2,4,6
/proc/13837/task/13844/stat : 13844 (plingeling) R 13835 13837 13510 0 -1 4202560 520302 1257 0 0 106088 77 0 0 25 0 5 0 654455349 287399936 41633 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13837/tid=13845] ppid=13835 vsize=280664 CPUtime=1052.33 cores=0,2,4,6
/proc/13837/task/13845/stat : 13845 (plingeling) R 13835 13837 13510 0 -1 4202560 502734 1257 0 0 105157 76 0 0 25 0 5 0 654455349 287399936 41633 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13837/tid=13846] ppid=13835 vsize=280664 CPUtime=1062.27 cores=0,2,4,6
/proc/13837/task/13846/stat : 13846 (plingeling) R 13835 13837 13510 0 -1 4202560 520929 1257 0 0 106152 75 0 0 25 0 5 0 654455349 287399936 41633 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13837/tid=13847] ppid=13835 vsize=280664 CPUtime=1062.28 cores=0,2,4,6
/proc/13837/task/13847/stat : 13847 (plingeling) R 13835 13837 13510 0 -1 4202560 540953 1257 0 0 106155 73 0 0 25 0 5 0 654455349 287399936 41633 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4238.58
Current children cumulated vsize (KiB) 280664

[startup+1122.3 s]
/proc/loadavg: 8.00 8.05 7.79 9/300 13917
/proc/meminfo: memFree=16374888/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=280508 CPUtime=4478.03 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 2178878 1257 0 0 447489 314 0 0 25 0 5 0 654455346 287240192 41562 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 70127 41562 179 55 0 68013 0
[pid=13837/tid=13844] ppid=13835 vsize=280508 CPUtime=1121.65 cores=0,2,4,6
/proc/13837/task/13844/stat : 13844 (plingeling) R 13835 13837 13510 0 -1 4202560 541006 1257 0 0 112086 79 0 0 25 0 5 0 654455349 287240192 41562 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13837/tid=13845] ppid=13835 vsize=280508 CPUtime=1111.76 cores=0,2,4,6
/proc/13837/task/13845/stat : 13845 (plingeling) R 13835 13837 13510 0 -1 4202560 524174 1257 0 0 111098 78 0 0 25 0 5 0 654455349 287240192 41562 33554432000 4194304 4417452 140734300996640 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13837/tid=13846] ppid=13835 vsize=280508 CPUtime=1122.27 cores=0,2,4,6
/proc/13837/task/13846/stat : 13846 (plingeling) R 13835 13837 13510 0 -1 4202560 543647 1257 0 0 112149 78 0 0 25 0 5 0 654455349 287240192 41562 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13837/tid=13847] ppid=13835 vsize=280508 CPUtime=1122.28 cores=0,2,4,6
/proc/13837/task/13847/stat : 13847 (plingeling) R 13835 13837 13510 0 -1 4202560 568388 1257 0 0 112151 77 0 0 25 0 5 0 654455349 287240192 41562 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4478.03
Current children cumulated vsize (KiB) 280508

[startup+1182.3 s]
/proc/loadavg: 8.00 8.04 7.80 9/300 13918
/proc/meminfo: memFree=16374356/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=281924 CPUtime=4717.48 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 2272156 1257 0 0 471420 328 0 0 25 0 5 0 654455346 288690176 41916 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 70481 41916 179 55 0 68367 0
[pid=13837/tid=13844] ppid=13835 vsize=281924 CPUtime=1181.65 cores=0,2,4,6
/proc/13837/task/13844/stat : 13844 (plingeling) R 13835 13837 13510 0 -1 4202560 568434 1257 0 0 118082 83 0 0 25 0 5 0 654455349 288690176 41916 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13837/tid=13845] ppid=13835 vsize=281924 CPUtime=1171.21 cores=0,2,4,6
/proc/13837/task/13845/stat : 13845 (plingeling) R 13835 13837 13510 0 -1 4202560 547044 1257 0 0 117039 82 0 0 25 0 5 0 654455349 288690176 41916 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13837/tid=13846] ppid=13835 vsize=281924 CPUtime=1182.27 cores=0,2,4,6
/proc/13837/task/13846/stat : 13846 (plingeling) R 13835 13837 13510 0 -1 4202560 565435 1257 0 0 118146 81 0 0 25 0 5 0 654455349 288690176 41916 33554432000 4194304 4417452 140734300996640 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13837/tid=13847] ppid=13835 vsize=281924 CPUtime=1182.29 cores=0,2,4,6
/proc/13837/task/13847/stat : 13847 (plingeling) R 13835 13837 13510 0 -1 4202560 589580 1257 0 0 118149 80 0 0 25 0 5 0 654455349 288690176 41916 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4717.48
Current children cumulated vsize (KiB) 281924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.00 8.03 7.81 9/300 13919
/proc/meminfo: memFree=16342604/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=309484 CPUtime=4800.11 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 2298576 1257 0 0 479680 331 0 0 25 0 5 0 654455346 316911616 48806 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 77371 48806 179 55 0 75257 0
[pid=13837/tid=13844] ppid=13835 vsize=309484 CPUtime=1202.37 cores=0,2,4,6
/proc/13837/task/13844/stat : 13844 (plingeling) R 13835 13837 13510 0 -1 4202560 572860 1257 0 0 120153 84 0 0 25 0 5 0 654455349 316911616 48806 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13837/tid=13845] ppid=13835 vsize=309484 CPUtime=1191.72 cores=0,2,4,6
/proc/13837/task/13845/stat : 13845 (plingeling) R 13835 13837 13510 0 -1 4202560 552734 1257 0 0 119089 83 0 0 25 0 5 0 654455349 316911616 48806 33554432000 4194304 4417452 140734300996640 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13837/tid=13846] ppid=13835 vsize=309484 CPUtime=1202.98 cores=0,2,4,6
/proc/13837/task/13846/stat : 13846 (plingeling) R 13835 13837 13510 0 -1 4202560 576862 1257 0 0 120216 82 0 0 25 0 5 0 654455349 316911616 48806 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13837/tid=13847] ppid=13835 vsize=309484 CPUtime=1202.99 cores=0,2,4,6
/proc/13837/task/13847/stat : 13847 (plingeling) R 13835 13837 13510 0 -1 4202560 594457 1257 0 0 120219 80 0 0 25 0 5 0 654455349 316911616 48806 33554432000 4194304 4417452 140734300996640 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 309484

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

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

[startup+1203 s]
/proc/loadavg: 8.00 8.03 7.81 9/300 13919
/proc/meminfo: memFree=16342604/32951124 swapFree=52307768/67111528
[pid=13837] ppid=13835 vsize=309484 CPUtime=4800.11 cores=0,2,4,6
/proc/13837/stat : 13837 (plingeling) S 13835 13837 13510 0 -1 4202496 2298576 1257 0 0 479680 331 0 0 25 0 5 0 654455346 316911616 48806 33554432000 4194304 4417452 140734300996640 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13837/statm: 77371 48806 179 55 0 75257 0
[pid=13837/tid=13844] ppid=13835 vsize=309484 CPUtime=1202.37 cores=0,2,4,6
/proc/13837/task/13844/stat : 13844 (plingeling) R 13835 13837 13510 0 -1 4202560 572860 1257 0 0 120153 84 0 0 25 0 5 0 654455349 316911616 48806 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13837/tid=13845] ppid=13835 vsize=309484 CPUtime=1191.72 cores=0,2,4,6
/proc/13837/task/13845/stat : 13845 (plingeling) R 13835 13837 13510 0 -1 4202560 552734 1257 0 0 119089 83 0 0 25 0 5 0 654455349 316911616 48806 33554432000 4194304 4417452 140734300996640 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13837/tid=13846] ppid=13835 vsize=309484 CPUtime=1202.98 cores=0,2,4,6
/proc/13837/task/13846/stat : 13846 (plingeling) R 13835 13837 13510 0 -1 4202560 576862 1257 0 0 120216 82 0 0 25 0 5 0 654455349 316911616 48806 33554432000 4194304 4417452 140734300996640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13837/tid=13847] ppid=13835 vsize=309484 CPUtime=1202.99 cores=0,2,4,6
/proc/13837/task/13847/stat : 13847 (plingeling) R 13835 13837 13510 0 -1 4202560 594457 1257 0 0 120219 80 0 0 25 0 5 0 654455349 316911616 48806 33554432000 4194304 4417452 140734300996640 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 309484

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.02
CPU time (s): 4800.16
CPU user time (s): 4796.84
CPU system time (s): 3.32649
CPU usage (%): 399.008
Max. virtual memory (cumulated for all children) (KiB): 330352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.84
system time used= 3.32649
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2299833
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= 258
involuntary context switches= 23339

runsolver used 3.16652 second user time and 7.78382 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 05:02:06
IDJOB=3370924
IDBENCH=83320
IDSOLVER=1848
FILE ID=node101/3370924-1305428526
RUNJOBID= node101-1305426532-13528
PBS_JOBID= 13324601
Free space on /tmp= 73756 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-17_279.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370924-1305428526/watcher-3370924-1305428526 -o /tmp/evaluation-result-3370924-1305428526/solver-3370924-1305428526 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3370924-1305428526.cnf

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

MD5SUM BENCH= d2562f4e152a54a992ab300a2bacfba9
RANDOM SEED=323171856

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16565616 kB
Buffers:        329884 kB
Cached:        5979548 kB
SwapCached:      14848 kB
Active:       10990360 kB
Inactive:      5119024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16565616 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:             840 kB
Writeback:           0 kB
AnonPages:     9796836 kB
Mapped:          15300 kB
Slab:           150964 kB
PageTables:      62560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42186640 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= 73756 MiB
End job on node101 at 2011-05-15 05:22:11