Trace number 3371057

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.41 1203.23

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_464.cnf
MD5SUMa722a199fd84ba0b319251daa47aa19c
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 variables232
Number of clauses28991
Sum of the clauses size130855
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277
Number of clauses of size 326594
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52320

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

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

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


[startup+0 s]
/proc/loadavg: 3.82 5.96 7.48 3/313 18526
/proc/meminfo: memFree=22906916/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=8728 CPUtime=0 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 216 0 0 0 0 0 0 0 22 0 1 0 733003981 8937472 146 33554432000 4194304 4417452 140736793011456 18446744073709551615 252458065664 0 0 4096 0 18446744071562362840 0 0 17 1 0 0 0
/proc/18526/statm: 2182 146 122 55 0 68 0

[startup+0.10395 s]
/proc/loadavg: 3.82 5.96 7.48 3/313 18526
/proc/meminfo: memFree=22906916/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=58960 CPUtime=0.14 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 2749 1248 0 2 14 0 0 0 22 0 5 0 733003981 60375040 2552 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 14740 2552 173 55 0 12626 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 58960

[startup+0.200934 s]
/proc/loadavg: 3.82 5.96 7.48 3/313 18526
/proc/meminfo: memFree=22906916/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=62416 CPUtime=0.53 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 3719 1248 0 2 53 0 0 0 22 0 5 0 733003981 63913984 3393 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 15604 3393 179 55 0 13490 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 62416

[startup+0.300915 s]
/proc/loadavg: 3.82 5.96 7.48 3/313 18526
/proc/meminfo: memFree=22906916/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=61360 CPUtime=0.93 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 4013 1248 0 2 93 0 0 0 22 0 5 0 733003981 62832640 3063 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 15340 3063 179 55 0 13226 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 61360

[startup+0.700841 s]
/proc/loadavg: 3.82 5.96 7.48 3/313 18526
/proc/meminfo: memFree=22906916/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=61836 CPUtime=2.53 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 4195 1248 0 2 253 0 0 0 22 0 5 0 733003981 63320064 3245 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 15459 3245 179 55 0 13345 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 61836

[startup+1.50069 s]
/proc/loadavg: 3.82 5.96 7.48 10/323 18546
/proc/meminfo: memFree=22868824/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=66028 CPUtime=5.72 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 5243 1248 0 2 572 0 0 0 22 0 5 0 733003981 67612672 4293 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 16507 4293 179 55 0 14393 0
[pid=18526/tid=18539] ppid=18522 vsize=66028 CPUtime=1.42 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (plingeling) R 18522 18526 11662 0 -1 4202560 612 1248 0 2 142 0 0 0 25 0 5 0 733003988 67612672 4293 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18526/tid=18540] ppid=18522 vsize=66028 CPUtime=1.42 cores=1,3,5,7
/proc/18526/task/18540/stat : 18540 (plingeling) R 18522 18526 11662 0 -1 4202560 322 1248 0 2 142 0 0 0 25 0 5 0 733003988 67612672 4293 33554432000 4194304 4417452 140736793011456 18446744073709551615 4365959 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18526/tid=18541] ppid=18522 vsize=66028 CPUtime=1.42 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (plingeling) R 18522 18526 11662 0 -1 4202560 297 1248 0 2 142 0 0 0 25 0 5 0 733003988 67612672 4293 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18526/tid=18542] ppid=18522 vsize=66028 CPUtime=1.41 cores=1,3,5,7
/proc/18526/task/18542/stat : 18542 (plingeling) R 18522 18526 11662 0 -1 4202560 1286 1248 0 2 141 0 0 0 25 0 5 0 733003988 67612672 4293 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 66028

[startup+3.10039 s]
/proc/loadavg: 3.82 5.96 7.48 10/323 18546
/proc/meminfo: memFree=22857864/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=69888 CPUtime=12.1 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 6209 1248 0 2 1210 0 0 0 22 0 5 0 733003981 71565312 5259 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 17472 5259 180 55 0 15358 0
[pid=18526/tid=18539] ppid=18522 vsize=69888 CPUtime=3.02 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (plingeling) R 18522 18526 11662 0 -1 4202560 1003 1248 0 2 302 0 0 0 25 0 5 0 733003988 71565312 5259 33554432000 4194304 4417452 140736793011456 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18526/tid=18540] ppid=18522 vsize=69888 CPUtime=3.02 cores=1,3,5,7
/proc/18526/task/18540/stat : 18540 (plingeling) R 18522 18526 11662 0 -1 4202560 466 1248 0 2 302 0 0 0 25 0 5 0 733003988 71565312 5259 33554432000 4194304 4417452 140736793011456 18446744073709551615 4249976 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18526/tid=18541] ppid=18522 vsize=69888 CPUtime=3.02 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (plingeling) R 18522 18526 11662 0 -1 4202560 535 1248 0 2 302 0 0 0 25 0 5 0 733003988 71565312 5259 33554432000 4194304 4417452 140736793011456 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18526/tid=18542] ppid=18522 vsize=69888 CPUtime=3 cores=1,3,5,7
/proc/18526/task/18542/stat : 18542 (plingeling) R 18522 18526 11662 0 -1 4202560 1479 1248 0 2 300 0 0 0 25 0 5 0 733003988 71565312 5259 33554432000 4194304 4417452 140736793011456 18446744073709551615 4355572 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 69888

[startup+6.3008 s]
/proc/loadavg: 4.16 5.99 7.48 10/323 18546
/proc/meminfo: memFree=22842360/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=80440 CPUtime=24.88 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 9569 1248 0 2 2487 1 0 0 22 0 5 0 733003981 82370560 7897 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 20110 7897 180 55 0 17996 0
[pid=18526/tid=18539] ppid=18522 vsize=80440 CPUtime=6.22 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (plingeling) R 18522 18526 11662 0 -1 4202560 1515 1248 0 2 622 0 0 0 25 0 5 0 733003988 82370560 7897 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18526/tid=18540] ppid=18522 vsize=80440 CPUtime=6.22 cores=1,3,5,7
/proc/18526/task/18540/stat : 18540 (plingeling) R 18522 18526 11662 0 -1 4202560 1117 1248 0 2 622 0 0 0 25 0 5 0 733003988 82370560 7897 33554432000 4194304 4417452 140736793011456 18446744073709551615 4250690 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18526/tid=18541] ppid=18522 vsize=80440 CPUtime=6.22 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (plingeling) R 18522 18526 11662 0 -1 4202560 1610 1248 0 2 622 0 0 0 25 0 5 0 733003988 82370560 7897 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18526/tid=18542] ppid=18522 vsize=80440 CPUtime=6.16 cores=1,3,5,7
/proc/18526/task/18542/stat : 18542 (plingeling) R 18522 18526 11662 0 -1 4202560 2601 1248 0 2 616 0 0 0 25 0 5 0 733003988 82370560 7897 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 80440

[startup+12.7006 s]
/proc/loadavg: 4.62 6.06 7.50 10/323 18547
/proc/meminfo: memFree=22826168/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=88908 CPUtime=50.4 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 15610 1248 0 2 5039 1 0 0 22 0 5 0 733003981 91041792 10014 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 22227 10014 180 55 0 20113 0
[pid=18526/tid=18539] ppid=18522 vsize=88908 CPUtime=12.62 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (plingeling) R 18522 18526 11662 0 -1 4202560 2643 1248 0 2 1262 0 0 0 25 0 5 0 733003988 91041792 10014 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18526/tid=18540] ppid=18522 vsize=88908 CPUtime=12.62 cores=1,3,5,7
/proc/18526/task/18540/stat : 18540 (plingeling) R 18522 18526 11662 0 -1 4202560 1676 1248 0 2 1262 0 0 0 25 0 5 0 733003988 91041792 10014 33554432000 4194304 4417452 140736793011456 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18526/tid=18541] ppid=18522 vsize=88908 CPUtime=12.62 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (plingeling) R 18522 18526 11662 0 -1 4202560 2145 1248 0 2 1262 0 0 0 25 0 5 0 733003988 91041792 10014 33554432000 4194304 4417452 140736793011456 18446744073709551615 4275960 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18526/tid=18542] ppid=18522 vsize=88908 CPUtime=12.49 cores=1,3,5,7
/proc/18526/task/18542/stat : 18542 (plingeling) R 18522 18526 11662 0 -1 4202560 6420 1248 0 2 1249 0 0 0 25 0 5 0 733003988 91041792 10014 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364735 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 88908

[startup+25.5012 s]
/proc/loadavg: 5.45 6.17 7.51 10/323 18547
/proc/meminfo: memFree=22817716/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=158900 CPUtime=101.47 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 37985 1248 0 2 10142 5 0 0 22 0 5 0 733003981 162713600 11129 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 39725 11129 180 55 0 37611 0
[pid=18526/tid=18539] ppid=18522 vsize=158900 CPUtime=25.41 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (plingeling) R 18522 18526 11662 0 -1 4202560 6335 1248 0 2 2541 0 0 0 25 0 5 0 733003988 162713600 11129 33554432000 4194304 4417452 140736793011456 18446744073709551615 4310251 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18526/tid=18540] ppid=18522 vsize=158900 CPUtime=25.41 cores=1,3,5,7
/proc/18526/task/18540/stat : 18540 (plingeling) R 18522 18526 11662 0 -1 4202560 6556 1248 0 2 2541 0 0 0 25 0 5 0 733003988 162713600 11129 33554432000 4194304 4417452 140736793011456 18446744073709551615 4312170 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18526/tid=18541] ppid=18522 vsize=158900 CPUtime=25.42 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (plingeling) R 18522 18526 11662 0 -1 4202560 7893 1248 0 2 2541 1 0 0 25 0 5 0 733003988 162713600 11129 33554432000 4194304 4417452 140736793011456 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18526/tid=18542] ppid=18522 vsize=158900 CPUtime=25.15 cores=1,3,5,7
/proc/18526/task/18542/stat : 18542 (plingeling) R 18522 18526 11662 0 -1 4202560 14475 1248 0 2 2514 1 0 0 25 0 5 0 733003988 162713600 11129 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 158900

[startup+51.1005 s]
/proc/loadavg: 6.32 6.32 7.52 10/323 18548
/proc/meminfo: memFree=22791360/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=168084 CPUtime=203.62 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 86173 1248 0 2 20348 14 0 0 22 0 5 0 733003981 172118016 13425 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 42021 13425 180 55 0 39907 0
[pid=18526/tid=18539] ppid=18522 vsize=168084 CPUtime=51.01 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (plingeling) R 18522 18526 11662 0 -1 4202560 15865 1248 0 2 5099 2 0 0 25 0 5 0 733003988 172118016 13425 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18526/tid=18540] ppid=18522 vsize=168084 CPUtime=51.01 cores=1,3,5,7
/proc/18526/task/18540/stat : 18540 (plingeling) R 18522 18526 11662 0 -1 4202560 18141 1248 0 2 5099 2 0 0 25 0 5 0 733003988 172118016 13425 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18526/tid=18541] ppid=18522 vsize=168084 CPUtime=51.01 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (plingeling) R 18522 18526 11662 0 -1 4202560 19628 1248 0 2 5098 3 0 0 25 0 5 0 733003988 172118016 13425 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364567 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18526/tid=18542] ppid=18522 vsize=168084 CPUtime=50.5 cores=1,3,5,7
/proc/18526/task/18542/stat : 18542 (plingeling) R 18522 18526 11662 0 -1 4202560 29813 1248 0 2 5046 4 0 0 25 0 5 0 733003988 172118016 13425 33554432000 4194304 4417452 140736793011456 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.62
Current children cumulated vsize (KiB) 168084

[startup+102.301 s]
/proc/loadavg: 7.27 6.57 7.55 10/323 18549
/proc/meminfo: memFree=22755856/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=182008 CPUtime=407.92 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 182735 1248 0 2 40761 31 0 0 22 0 5 0 733003981 186376192 16932 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 45502 16932 180 55 0 43388 0
[pid=18526/tid=18539] ppid=18522 vsize=182008 CPUtime=102.23 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (plingeling) R 18522 18526 11662 0 -1 4202560 35642 1248 0 2 10217 6 0 0 25 0 5 0 733003988 186376192 16932 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364675 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18526/tid=18540] ppid=18522 vsize=182008 CPUtime=102.22 cores=1,3,5,7
/proc/18526/task/18540/stat : 18540 (plingeling) R 18522 18526 11662 0 -1 4202560 37013 1248 0 2 10217 5 0 0 25 0 5 0 733003988 186376192 16932 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18526/tid=18541] ppid=18522 vsize=182008 CPUtime=102.23 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (plingeling) R 18522 18526 11662 0 -1 4202560 43240 1248 0 2 10216 7 0 0 25 0 5 0 733003988 186376192 16932 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18526/tid=18542] ppid=18522 vsize=182008 CPUtime=101.19 cores=1,3,5,7
/proc/18526/task/18542/stat : 18542 (plingeling) R 18522 18526 11662 0 -1 4202560 64114 1248 0 2 10108 11 0 0 25 0 5 0 733003988 186376192 16932 33554432000 4194304 4417452 140736793011456 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.92
Current children cumulated vsize (KiB) 182008

[startup+162.301 s]
/proc/loadavg: 7.73 6.83 7.57 10/323 18551
/proc/meminfo: memFree=22738068/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=189004 CPUtime=647.29 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 299763 1248 0 2 64680 49 0 0 22 0 5 0 733003981 193540096 18687 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 47251 18687 180 55 0 45137 0
[pid=18526/tid=18539] ppid=18522 vsize=189004 CPUtime=162.22 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (plingeling) R 18522 18526 11662 0 -1 4202560 60760 1248 0 2 16212 10 0 0 25 0 5 0 733003988 193540096 18687 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18526/tid=18540] ppid=18522 vsize=189004 CPUtime=162.22 cores=1,3,5,7
/proc/18526/task/18540/stat : 18540 (plingeling) R 18522 18526 11662 0 -1 4202560 68244 1248 0 2 16212 10 0 0 25 0 5 0 733003988 193540096 18687 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18526/tid=18541] ppid=18522 vsize=189004 CPUtime=162.22 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (plingeling) R 18522 18526 11662 0 -1 4202560 72133 1248 0 2 16210 12 0 0 25 0 5 0 733003988 193540096 18687 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18526/tid=18542] ppid=18522 vsize=189004 CPUtime=160.57 cores=1,3,5,7
/proc/18526/task/18542/stat : 18542 (plingeling) R 18522 18526 11662 0 -1 4202560 95900 1248 0 2 16041 16 0 0 25 0 5 0 733003988 193540096 18687 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.29
Current children cumulated vsize (KiB) 189004


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

[pid=18526/tid=18540] ppid=18522 vsize=242384 CPUtime=762.25 cores=1,3,5,7
/proc/18526/task/18540/stat : 18540 (plingeling) R 18522 18526 11662 0 -1 4202560 281862 1248 0 2 76183 42 0 0 25 0 5 0 733003988 248201216 32032 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18526/tid=18541] ppid=18522 vsize=242384 CPUtime=762.23 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (plingeling) R 18522 18526 11662 0 -1 4202560 281950 1248 0 2 76179 44 0 0 25 0 5 0 733003988 248201216 32032 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18526/tid=18542] ppid=18522 vsize=242384 CPUtime=754.48 cores=1,3,5,7
/proc/18526/task/18542/stat : 18542 (plingeling) R 18522 18526 11662 0 -1 4202560 331109 1248 0 2 75394 54 0 0 25 0 5 0 733003988 248201216 32032 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3041.23
Current children cumulated vsize (KiB) 242384

[startup+822.301 s]
/proc/loadavg: 8.08 7.94 7.82 10/323 18577
/proc/meminfo: memFree=22600648/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=264280 CPUtime=3280.6 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 1269005 1248 0 2 327862 198 0 0 22 0 5 0 733003981 270622720 37506 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 66070 37506 180 55 0 63956 0
[pid=18526/tid=18539] ppid=18522 vsize=264280 CPUtime=822.21 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (plingeling) R 18522 18526 11662 0 -1 4202560 293834 1248 0 2 82177 44 0 0 25 0 5 0 733003988 270622720 37506 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18526/tid=18540] ppid=18522 vsize=264280 CPUtime=822.24 cores=1,3,5,7
/proc/18526/task/18540/stat : 18540 (plingeling) R 18522 18526 11662 0 -1 4202560 312570 1248 0 2 82177 47 0 0 25 0 5 0 733003988 270622720 37506 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18526/tid=18541] ppid=18522 vsize=264280 CPUtime=822.22 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (plingeling) R 18522 18526 11662 0 -1 4202560 305717 1248 0 2 82175 47 0 0 25 0 5 0 733003988 270622720 37506 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18526/tid=18542] ppid=18522 vsize=264280 CPUtime=813.87 cores=1,3,5,7
/proc/18526/task/18542/stat : 18542 (plingeling) R 18522 18526 11662 0 -1 4202560 354158 1248 0 2 81328 59 0 0 25 0 5 0 733003988 270622720 37506 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.6
Current children cumulated vsize (KiB) 264280

[startup+882.313 s]
/proc/loadavg: 8.08 7.96 7.83 10/323 18579
/proc/meminfo: memFree=22588964/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=271448 CPUtime=3520.04 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 1354455 1248 0 2 351793 211 0 0 22 0 5 0 733003981 277962752 39298 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 67862 39298 180 55 0 65748 0
[pid=18526/tid=18539] ppid=18522 vsize=271448 CPUtime=882.23 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (plingeling) R 18522 18526 11662 0 -1 4202560 314783 1248 0 2 88175 48 0 0 25 0 5 0 733003988 277962752 39298 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18526/tid=18540] ppid=18522 vsize=271448 CPUtime=882.25 cores=1,3,5,7
/proc/18526/task/18540/stat : 18540 (plingeling) R 18522 18526 11662 0 -1 4202560 333836 1248 0 2 88175 50 0 0 25 0 5 0 733003988 277962752 39298 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18526/tid=18541] ppid=18522 vsize=271448 CPUtime=882.23 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (plingeling) R 18522 18526 11662 0 -1 4202560 326614 1248 0 2 88174 49 0 0 25 0 5 0 733003988 277962752 39298 33554432000 4194304 4417452 140736793011456 18446744073709551615 4365078 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18526/tid=18542] ppid=18522 vsize=271448 CPUtime=873.26 cores=1,3,5,7
/proc/18526/task/18542/stat : 18542 (plingeling) R 18522 18526 11662 0 -1 4202560 376496 1248 0 2 87264 62 0 0 25 0 5 0 733003988 277962752 39298 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3520.04
Current children cumulated vsize (KiB) 271448

[startup+942.301 s]
/proc/loadavg: 8.12 8.00 7.85 10/323 18580
/proc/meminfo: memFree=22591908/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=272332 CPUtime=3759.39 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 1419937 1248 0 2 375718 221 0 0 22 0 5 0 733003981 278867968 39519 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 68083 39519 180 55 0 65969 0
[pid=18526/tid=18539] ppid=18522 vsize=272332 CPUtime=942.21 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (plingeling) R 18522 18526 11662 0 -1 4202560 328326 1248 0 2 94172 49 0 0 25 0 5 0 733003988 278867968 39519 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18526/tid=18540] ppid=18522 vsize=272332 CPUtime=942.25 cores=1,3,5,7
/proc/18526/task/18540/stat : 18540 (plingeling) R 18522 18526 11662 0 -1 4202560 350613 1248 0 2 94172 53 0 0 25 0 5 0 733003988 278867968 39519 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18526/tid=18541] ppid=18522 vsize=272332 CPUtime=942.22 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (plingeling) R 18522 18526 11662 0 -1 4202560 339350 1248 0 2 94171 51 0 0 25 0 5 0 733003988 278867968 39519 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18526/tid=18542] ppid=18522 vsize=272332 CPUtime=932.64 cores=1,3,5,7
/proc/18526/task/18542/stat : 18542 (plingeling) R 18522 18526 11662 0 -1 4202560 398922 1248 0 2 93199 65 0 0 25 0 5 0 733003988 278867968 39519 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3759.39
Current children cumulated vsize (KiB) 272332

[startup+1002.3 s]
/proc/loadavg: 8.09 8.01 7.86 10/323 18582
/proc/meminfo: memFree=22578860/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=273644 CPUtime=3998.77 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 1498373 1248 0 2 399644 233 0 0 22 0 5 0 733003981 280211456 39847 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 68411 39847 180 55 0 66297 0
[pid=18526/tid=18539] ppid=18522 vsize=273644 CPUtime=1002.21 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (plingeling) R 18522 18526 11662 0 -1 4202560 348296 1248 0 2 100169 52 0 0 25 0 5 0 733003988 280211456 39847 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18526/tid=18540] ppid=18522 vsize=273644 CPUtime=1002.24 cores=1,3,5,7
/proc/18526/task/18540/stat : 18540 (plingeling) R 18522 18526 11662 0 -1 4202560 369753 1248 0 2 100168 56 0 0 25 0 5 0 733003988 280211456 39847 33554432000 4194304 4417452 140736793011456 18446744073709551615 4365088 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18526/tid=18541] ppid=18522 vsize=273644 CPUtime=1002.22 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (plingeling) R 18522 18526 11662 0 -1 4202560 359821 1248 0 2 100168 54 0 0 25 0 5 0 733003988 280211456 39847 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18526/tid=18542] ppid=18522 vsize=273644 CPUtime=992.02 cores=1,3,5,7
/proc/18526/task/18542/stat : 18542 (plingeling) R 18522 18526 11662 0 -1 4202560 417777 1248 0 2 99134 68 0 0 25 0 5 0 733003988 280211456 39847 33554432000 4194304 4417452 140736793011456 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3998.77
Current children cumulated vsize (KiB) 273644

[startup+1062.3 s]
/proc/loadavg: 8.11 8.04 7.87 10/323 18584
/proc/meminfo: memFree=22568792/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=295208 CPUtime=4238.16 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 1562905 1248 0 2 423573 243 0 0 22 0 5 0 733003981 302292992 45238 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 73802 45238 180 55 0 71688 0
[pid=18526/tid=18539] ppid=18522 vsize=295208 CPUtime=1062.21 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (plingeling) R 18522 18526 11662 0 -1 4202560 362471 1248 0 2 106167 54 0 0 25 0 5 0 733003988 302292992 45238 33554432000 4194304 4417452 140736793011456 18446744073709551615 4321391 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18526/tid=18540] ppid=18522 vsize=295208 CPUtime=1062.24 cores=1,3,5,7
/proc/18526/task/18540/stat : 18540 (plingeling) R 18522 18526 11662 0 -1 4202560 385499 1248 0 2 106166 58 0 0 25 0 5 0 733003988 302292992 45238 33554432000 4194304 4417452 140736793011456 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18526/tid=18541] ppid=18522 vsize=295208 CPUtime=1062.23 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (plingeling) R 18522 18526 11662 0 -1 4202560 372525 1248 0 2 106167 56 0 0 25 0 5 0 733003988 302292992 45238 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18526/tid=18542] ppid=18522 vsize=295208 CPUtime=1051.4 cores=1,3,5,7
/proc/18526/task/18542/stat : 18542 (plingeling) R 18522 18526 11662 0 -1 4202560 439684 1248 0 2 105068 72 0 0 25 0 5 0 733003988 302292992 45238 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4238.16
Current children cumulated vsize (KiB) 295208

[startup+1122.3 s]
/proc/loadavg: 8.04 8.03 7.88 10/323 18585
/proc/meminfo: memFree=22551412/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=296980 CPUtime=4477.55 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 1641946 1248 0 2 447501 254 0 0 22 0 5 0 733003981 304107520 45681 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 74245 45681 180 55 0 72131 0
[pid=18526/tid=18539] ppid=18522 vsize=296980 CPUtime=1122.21 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (plingeling) R 18522 18526 11662 0 -1 4202560 381299 1248 0 2 112164 57 0 0 25 0 5 0 733003988 304107520 45681 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18526/tid=18540] ppid=18522 vsize=296980 CPUtime=1122.25 cores=1,3,5,7
/proc/18526/task/18540/stat : 18540 (plingeling) R 18522 18526 11662 0 -1 4202560 406460 1248 0 2 112164 61 0 0 25 0 5 0 733003988 304107520 45681 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18526/tid=18541] ppid=18522 vsize=296980 CPUtime=1122.23 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (plingeling) R 18522 18526 11662 0 -1 4202560 394356 1248 0 2 112164 59 0 0 25 0 5 0 733003988 304107520 45681 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18526/tid=18542] ppid=18522 vsize=296980 CPUtime=1110.79 cores=1,3,5,7
/proc/18526/task/18542/stat : 18542 (plingeling) R 18522 18526 11662 0 -1 4202560 457105 1248 0 2 111004 75 0 0 25 0 5 0 733003988 304107520 45681 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4477.55
Current children cumulated vsize (KiB) 296980

[startup+1182.3 s]
/proc/loadavg: 8.12 8.06 7.90 10/323 18587
/proc/meminfo: memFree=22544452/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=302764 CPUtime=4716.94 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 1723818 1248 0 2 471429 265 0 0 22 0 5 0 733003981 310030336 47127 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 75691 47127 180 55 0 73577 0
[pid=18526/tid=18539] ppid=18522 vsize=302764 CPUtime=1182.21 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (plingeling) R 18522 18526 11662 0 -1 4202560 398679 1248 0 2 118162 59 0 0 25 0 5 0 733003988 310030336 47127 33554432000 4194304 4417452 140736793011456 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18526/tid=18540] ppid=18522 vsize=302764 CPUtime=1182.25 cores=1,3,5,7
/proc/18526/task/18540/stat : 18540 (plingeling) R 18522 18526 11662 0 -1 4202560 427578 1248 0 2 118161 64 0 0 25 0 5 0 733003988 310030336 47127 33554432000 4194304 4417452 140736793011456 18446744073709551615 4250476 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18526/tid=18541] ppid=18522 vsize=302764 CPUtime=1182.23 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (plingeling) R 18522 18526 11662 0 -1 4202560 417574 1248 0 2 118161 62 0 0 25 0 5 0 733003988 310030336 47127 33554432000 4194304 4417452 140736793011456 18446744073709551615 18446744073699065863 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18526/tid=18542] ppid=18522 vsize=302764 CPUtime=1170.18 cores=1,3,5,7
/proc/18526/task/18542/stat : 18542 (plingeling) R 18522 18526 11662 0 -1 4202560 477261 1248 0 2 116940 78 0 0 25 0 5 0 733003988 310030336 47127 33554432000 4194304 4417452 140736793011456 18446744073709551615 4321721 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4716.94
Current children cumulated vsize (KiB) 302764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.2 s]
/proc/loadavg: 8.09 8.06 7.90 10/323 18587
/proc/meminfo: memFree=22543828/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=294804 CPUtime=4800.34 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 1759896 1248 0 2 479764 270 0 0 22 0 5 0 733003981 301879296 45137 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 73701 45137 180 55 0 71587 0
[pid=18526/tid=18539] ppid=18522 vsize=294804 CPUtime=1203.12 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (plingeling) R 18522 18526 11662 0 -1 4202560 413326 1248 0 2 120251 61 0 0 25 0 5 0 733003988 301879296 45137 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18526/tid=18540] ppid=18522 vsize=294804 CPUtime=1203.17 cores=1,3,5,7
/proc/18526/task/18540/stat : 18540 (plingeling) R 18522 18526 11662 0 -1 4202560 431809 1248 0 2 120252 65 0 0 25 0 5 0 733003988 301879296 45137 33554432000 4194304 4417452 140736793011456 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18526/tid=18541] ppid=18522 vsize=294804 CPUtime=1203.14 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (plingeling) R 18522 18526 11662 0 -1 4202560 424579 1248 0 2 120251 63 0 0 25 0 5 0 733003988 301879296 45137 33554432000 4194304 4417452 140736793011456 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18526/tid=18542] ppid=18522 vsize=294804 CPUtime=1190.87 cores=1,3,5,7
/proc/18526/task/18542/stat : 18542 (plingeling) R 18522 18526 11662 0 -1 4202560 487456 1248 0 2 119007 80 0 0 25 0 5 0 733003988 301879296 45137 33554432000 4194304 4417452 140736793011456 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 294804

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

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

[startup+1203.2 s]
/proc/loadavg: 8.09 8.06 7.90 10/323 18587
/proc/meminfo: memFree=22543828/32951124 swapFree=59305796/67111528
[pid=18526] ppid=18522 vsize=294804 CPUtime=4800.34 cores=1,3,5,7
/proc/18526/stat : 18526 (plingeling) S 18522 18526 11662 0 -1 4202496 1759896 1248 0 2 479764 270 0 0 22 0 5 0 733003981 301879296 45137 33554432000 4194304 4417452 140736793011456 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/18526/statm: 73701 45137 180 55 0 71587 0
[pid=18526/tid=18539] ppid=18522 vsize=294804 CPUtime=1203.12 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (plingeling) R 18522 18526 11662 0 -1 4202560 413326 1248 0 2 120251 61 0 0 25 0 5 0 733003988 301879296 45137 33554432000 4194304 4417452 140736793011456 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18526/tid=18540] ppid=18522 vsize=294804 CPUtime=1203.17 cores=1,3,5,7
/proc/18526/task/18540/stat : 18540 (plingeling) R 18522 18526 11662 0 -1 4202560 431809 1248 0 2 120252 65 0 0 25 0 5 0 733003988 301879296 45137 33554432000 4194304 4417452 140736793011456 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18526/tid=18541] ppid=18522 vsize=294804 CPUtime=1203.14 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (plingeling) R 18522 18526 11662 0 -1 4202560 424579 1248 0 2 120251 63 0 0 25 0 5 0 733003988 301879296 45137 33554432000 4194304 4417452 140736793011456 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18526/tid=18542] ppid=18522 vsize=294804 CPUtime=1190.87 cores=1,3,5,7
/proc/18526/task/18542/stat : 18542 (plingeling) R 18522 18526 11662 0 -1 4202560 487456 1248 0 2 119007 80 0 0 25 0 5 0 733003988 301879296 45137 33554432000 4194304 4417452 140736793011456 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 294804

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.23
CPU time (s): 4800.41
CPU user time (s): 4797.69
CPU system time (s): 2.71859
CPU usage (%): 398.961
Max. virtual memory (cumulated for all children) (KiB): 339796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.69
system time used= 2.71859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1761144
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 336
involuntary context switches= 46861

runsolver used 3.54546 second user time and 8.77267 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 04:48:55
IDJOB=3371057
IDBENCH=83268
IDSOLVER=1848
FILE ID=node111/3371057-1305427735
RUNJOBID= node111-1305427735-18508
PBS_JOBID= 13324596
Free space on /tmp= 73732 MiB

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

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

MD5SUM BENCH= a722a199fd84ba0b319251daa47aa19c
RANDOM SEED=1316372380

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.849
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.849
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.67
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.849
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:      22907460 kB
Buffers:        272828 kB
Cached:        6527192 kB
SwapCached:      13720 kB
Active:         944424 kB
Inactive:      8883852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22907460 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:            1584 kB
Writeback:           0 kB
AnonPages:     3023676 kB
Mapped:          12184 kB
Slab:           115580 kB
PageTables:      35976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53314764 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= 73732 MiB
End job on node111 at 2011-05-15 05:09:00