Trace number 3394596

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)UNSAT 2332.46 292.395

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_401.cnf
MD5SUM4e87573be2b7b7324c13131d6c6896b8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark181.446
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of clauses21509
Sum of the clauses size94265
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266
Number of clauses of size 319560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51683

Solver Data

2332.29/292.39	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3394596-1306100126/watcher-3394596-1306100126 -o /tmp/evaluation-result-3394596-1306100126/solver-3394596-1306100126 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394596-1306100126.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.01 8.04 8.00 2/436 11824
/proc/meminfo: memFree=17356212/32950928 swapFree=60044444/67111528
[pid=11824] ppid=11822 vsize=10852 CPUtime=0 cores=0-7
/proc/11824/stat : 11824 (plingeling) R 11822 11824 11612 0 -1 4202496 885 1252 0 0 0 0 0 0 25 0 1 0 800243313 11112448 737 33554432000 4194304 4417452 140734453295728 18446744073709551615 231895490304 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11824/statm: 2713 737 149 55 0 599 0

[startup+0.0882829 s]
/proc/loadavg: 8.01 8.04 8.00 2/436 11824
/proc/meminfo: memFree=17356212/32950928 swapFree=60044444/67111528
[pid=11824] ppid=11822 vsize=108844 CPUtime=0.21 cores=0-7
/proc/11824/stat : 11824 (plingeling) S 11822 11824 11612 0 -1 4202496 5110 1252 0 0 21 0 0 0 25 0 9 0 800243313 111456256 4757 33554432000 4194304 4417452 140734453295728 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11824/statm: 27211 4757 175 55 0 25097 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 108844

[startup+0.101068 s]
/proc/loadavg: 8.01 8.04 8.00 2/436 11824
/proc/meminfo: memFree=17356212/32950928 swapFree=60044444/67111528
[pid=11824] ppid=11822 vsize=177824 CPUtime=0.31 cores=0-7
/proc/11824/stat : 11824 (plingeling) S 11822 11824 11612 0 -1 4202496 5825 1252 0 0 31 0 0 0 25 0 9 0 800243313 182091776 5343 33554432000 4194304 4417452 140734453295728 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11824/statm: 44456 5360 177 55 0 42342 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 177824

[startup+0.300335 s]
/proc/loadavg: 8.01 8.04 8.00 2/436 11824
/proc/meminfo: memFree=17356212/32950928 swapFree=60044444/67111528
[pid=11824] ppid=11822 vsize=176528 CPUtime=1.91 cores=0-7
/proc/11824/stat : 11824 (plingeling) S 11822 11824 11612 0 -1 4202496 7542 1252 0 0 191 0 0 0 25 0 9 0 800243313 180764672 5332 33554432000 4194304 4417452 140734453295728 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11824/statm: 44132 5332 180 55 0 42018 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 176528

[startup+0.700261 s]
/proc/loadavg: 8.01 8.04 8.00 2/436 11824
/proc/meminfo: memFree=17356212/32950928 swapFree=60044444/67111528
[pid=11824] ppid=11822 vsize=177848 CPUtime=5.11 cores=0-7
/proc/11824/stat : 11824 (plingeling) S 11822 11824 11612 0 -1 4202496 7872 1252 0 0 511 0 0 0 25 0 9 0 800243313 182116352 5662 33554432000 4194304 4417452 140734453295728 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11824/statm: 44462 5662 180 55 0 42348 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 177848

[startup+1.50111 s]
/proc/loadavg: 8.01 8.04 8.00 9/445 11838
/proc/meminfo: memFree=17331720/32950928 swapFree=60044444/67111528
[pid=11824] ppid=11822 vsize=185916 CPUtime=11.51 cores=0-7
/proc/11824/stat : 11824 (plingeling) S 11822 11824 11612 0 -1 4202496 9889 1252 0 0 1150 1 0 0 25 0 9 0 800243313 190377984 7679 33554432000 4194304 4417452 140734453295728 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11824/statm: 46479 7679 180 55 0 44365 0
[pid=11824/tid=11831] ppid=11822 vsize=185916 CPUtime=1.43 cores=0-7
/proc/11824/task/11831/stat : 11831 (plingeling) R 11822 11824 11612 0 -1 4202560 736 1252 0 0 143 0 0 0 19 0 9 0 800243320 190377984 7679 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11824/tid=11832] ppid=11822 vsize=185916 CPUtime=1.43 cores=0-7
/proc/11824/task/11832/stat : 11832 (plingeling) R 11822 11824 11612 0 -1 4202560 600 1252 0 0 143 0 0 0 25 0 9 0 800243320 190377984 7679 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11824/tid=11833] ppid=11822 vsize=185916 CPUtime=1.43 cores=0-7
/proc/11824/task/11833/stat : 11833 (plingeling) R 11822 11824 11612 0 -1 4202560 453 1252 0 0 143 0 0 0 25 0 9 0 800243320 190377984 7679 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11824/tid=11834] ppid=11822 vsize=185916 CPUtime=1.43 cores=0-7
/proc/11824/task/11834/stat : 11834 (plingeling) R 11822 11824 11612 0 -1 4202560 770 1252 0 0 143 0 0 0 25 0 9 0 800243320 190377984 7679 33554432000 4194304 4417452 140734453295728 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11824/tid=11835] ppid=11822 vsize=185916 CPUtime=1.43 cores=0-7
/proc/11824/task/11835/stat : 11835 (plingeling) R 11822 11824 11612 0 -1 4202560 625 1252 0 0 143 0 0 0 25 0 9 0 800243320 190377984 7679 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11824/tid=11836] ppid=11822 vsize=185916 CPUtime=1.43 cores=0-7
/proc/11824/task/11836/stat : 11836 (plingeling) R 11822 11824 11612 0 -1 4202560 613 1252 0 0 143 0 0 0 25 0 9 0 800243320 190377984 7679 33554432000 4194304 4417452 140734453295728 18446744073709551615 4365042 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11824/tid=11837] ppid=11822 vsize=185916 CPUtime=1.4 cores=0-7
/proc/11824/task/11837/stat : 11837 (plingeling) R 11822 11824 11612 0 -1 4202560 229 1252 0 0 140 0 0 0 25 0 9 0 800243320 190377984 7679 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11824/tid=11838] ppid=11822 vsize=185916 CPUtime=1.43 cores=0-7
/proc/11824/task/11838/stat : 11838 (plingeling) R 11822 11824 11612 0 -1 4202560 794 1252 0 0 143 0 0 0 25 0 9 0 800243320 190377984 7679 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.51
Current children cumulated vsize (KiB) 185916

[startup+3.10081 s]
/proc/loadavg: 8.01 8.04 8.00 9/445 11838
/proc/meminfo: memFree=17322800/32950928 swapFree=60044444/67111528
[pid=11824] ppid=11822 vsize=190108 CPUtime=24.29 cores=0-7
/proc/11824/stat : 11824 (plingeling) S 11822 11824 11612 0 -1 4202496 11641 1252 0 0 2428 1 0 0 25 0 9 0 800243313 194670592 8727 33554432000 4194304 4417452 140734453295728 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11824/statm: 47527 8727 180 55 0 45413 0
[pid=11824/tid=11831] ppid=11822 vsize=190108 CPUtime=3.03 cores=0-7
/proc/11824/task/11831/stat : 11831 (plingeling) R 11822 11824 11612 0 -1 4202560 736 1252 0 0 303 0 0 0 25 0 9 0 800243320 194670592 8727 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11824/tid=11832] ppid=11822 vsize=190108 CPUtime=3.03 cores=0-7
/proc/11824/task/11832/stat : 11832 (plingeling) R 11822 11824 11612 0 -1 4202560 931 1252 0 0 303 0 0 0 25 0 9 0 800243320 194670592 8727 33554432000 4194304 4417452 140734453295728 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11824/tid=11833] ppid=11822 vsize=190108 CPUtime=3.03 cores=0-7
/proc/11824/task/11833/stat : 11833 (plingeling) R 11822 11824 11612 0 -1 4202560 570 1252 0 0 303 0 0 0 25 0 9 0 800243320 194670592 8727 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364791 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11824/tid=11834] ppid=11822 vsize=190108 CPUtime=3.03 cores=0-7
/proc/11824/task/11834/stat : 11834 (plingeling) R 11822 11824 11612 0 -1 4202560 1761 1252 0 0 303 0 0 0 25 0 9 0 800243320 194670592 8727 33554432000 4194304 4417452 140734453295728 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11824/tid=11835] ppid=11822 vsize=190108 CPUtime=3.03 cores=0-7
/proc/11824/task/11835/stat : 11835 (plingeling) R 11822 11824 11612 0 -1 4202560 625 1252 0 0 303 0 0 0 25 0 9 0 800243320 194670592 8727 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11824/tid=11836] ppid=11822 vsize=190108 CPUtime=3.02 cores=0-7
/proc/11824/task/11836/stat : 11836 (plingeling) R 11822 11824 11612 0 -1 4202560 926 1252 0 0 302 0 0 0 25 0 9 0 800243320 194670592 8727 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11824/tid=11837] ppid=11822 vsize=190108 CPUtime=2.99 cores=0-7
/proc/11824/task/11837/stat : 11837 (plingeling) R 11822 11824 11612 0 -1 4202560 229 1252 0 0 299 0 0 0 25 0 9 0 800243320 194670592 8727 33554432000 4194304 4417452 140734453295728 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11824/tid=11838] ppid=11822 vsize=190108 CPUtime=3.03 cores=0-7
/proc/11824/task/11838/stat : 11838 (plingeling) R 11822 11824 11612 0 -1 4202560 794 1252 0 0 303 0 0 0 25 0 9 0 800243320 194670592 8727 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364699 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.29
Current children cumulated vsize (KiB) 190108

[startup+6.30122 s]
/proc/loadavg: 8.01 8.04 8.00 9/445 11838
/proc/meminfo: memFree=17314432/32950928 swapFree=60044444/67111528
[pid=11824] ppid=11822 vsize=200404 CPUtime=49.85 cores=0-7
/proc/11824/stat : 11824 (plingeling) S 11822 11824 11612 0 -1 4202496 17042 1252 0 0 4983 2 0 0 25 0 9 0 800243313 205213696 11301 33554432000 4194304 4417452 140734453295728 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11824/statm: 50101 11301 180 55 0 47987 0
[pid=11824/tid=11831] ppid=11822 vsize=200404 CPUtime=6.23 cores=0-7
/proc/11824/task/11831/stat : 11831 (plingeling) R 11822 11824 11612 0 -1 4202560 1559 1252 0 0 623 0 0 0 25 0 9 0 800243320 205213696 11301 33554432000 4194304 4417452 140734453295728 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11824/tid=11832] ppid=11822 vsize=200404 CPUtime=6.23 cores=0-7
/proc/11824/task/11832/stat : 11832 (plingeling) R 11822 11824 11612 0 -1 4202560 1527 1252 0 0 623 0 0 0 25 0 9 0 800243320 205213696 11301 33554432000 4194304 4417452 140734453295728 18446744073709551615 4250873 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11824/tid=11833] ppid=11822 vsize=200404 CPUtime=6.23 cores=0-7
/proc/11824/task/11833/stat : 11833 (plingeling) R 11822 11824 11612 0 -1 4202560 610 1252 0 0 623 0 0 0 25 0 9 0 800243320 205213696 11301 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11824/tid=11834] ppid=11822 vsize=200404 CPUtime=6.22 cores=0-7
/proc/11824/task/11834/stat : 11834 (plingeling) R 11822 11824 11612 0 -1 4202560 4031 1252 0 0 622 0 0 0 25 0 9 0 800243320 205213696 11301 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11824/tid=11835] ppid=11822 vsize=200404 CPUtime=6.23 cores=0-7
/proc/11824/task/11835/stat : 11835 (plingeling) R 11822 11824 11612 0 -1 4202560 749 1252 0 0 623 0 0 0 25 0 9 0 800243320 205213696 11301 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11824/tid=11836] ppid=11822 vsize=200404 CPUtime=6.23 cores=0-7
/proc/11824/task/11836/stat : 11836 (plingeling) R 11822 11824 11612 0 -1 4202560 1541 1252 0 0 623 0 0 0 25 0 9 0 800243320 205213696 11301 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11824/tid=11837] ppid=11822 vsize=200404 CPUtime=6.14 cores=0-7
/proc/11824/task/11837/stat : 11837 (plingeling) R 11822 11824 11612 0 -1 4202560 1034 1252 0 0 614 0 0 0 25 0 9 0 800243320 205213696 11301 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11824/tid=11838] ppid=11822 vsize=200404 CPUtime=6.23 cores=0-7
/proc/11824/task/11838/stat : 11838 (plingeling) R 11822 11824 11612 0 -1 4202560 922 1252 0 0 623 0 0 0 25 0 9 0 800243320 205213696 11301 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.85
Current children cumulated vsize (KiB) 200404

[startup+12.701 s]
/proc/loadavg: 8.00 8.04 8.00 9/445 11839
/proc/meminfo: memFree=17305832/32950928 swapFree=60044444/67111528
[pid=11824] ppid=11822 vsize=207736 CPUtime=100.95 cores=0-7
/proc/11824/stat : 11824 (plingeling) S 11822 11824 11612 0 -1 4202496 34731 1252 0 0 10089 6 0 0 25 0 9 0 800243313 212721664 13166 33554432000 4194304 4417452 140734453295728 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11824/statm: 51934 13166 180 55 0 49820 0
[pid=11824/tid=11831] ppid=11822 vsize=207736 CPUtime=12.63 cores=0-7
/proc/11824/task/11831/stat : 11831 (plingeling) R 11822 11824 11612 0 -1 4202560 3409 1252 0 0 1263 0 0 0 25 0 9 0 800243320 212721664 13166 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364711 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11824/tid=11832] ppid=11822 vsize=207736 CPUtime=12.63 cores=0-7
/proc/11824/task/11832/stat : 11832 (plingeling) R 11822 11824 11612 0 -1 4202560 2259 1252 0 0 1263 0 0 0 25 0 9 0 800243320 212721664 13166 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11824/tid=11833] ppid=11822 vsize=207736 CPUtime=12.63 cores=0-7
/proc/11824/task/11833/stat : 11833 (plingeling) R 11822 11824 11612 0 -1 4202560 610 1252 0 0 1263 0 0 0 25 0 9 0 800243320 212721664 13166 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11824/tid=11834] ppid=11822 vsize=207736 CPUtime=12.62 cores=0-7
/proc/11824/task/11834/stat : 11834 (plingeling) R 11822 11824 11612 0 -1 4202560 8733 1252 0 0 1261 1 0 0 25 0 9 0 800243320 212721664 13166 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11824/tid=11835] ppid=11822 vsize=207736 CPUtime=12.63 cores=0-7
/proc/11824/task/11835/stat : 11835 (plingeling) R 11822 11824 11612 0 -1 4202560 2366 1252 0 0 1263 0 0 0 25 0 9 0 800243320 212721664 13166 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11824/tid=11836] ppid=11822 vsize=207736 CPUtime=12.63 cores=0-7
/proc/11824/task/11836/stat : 11836 (plingeling) R 11822 11824 11612 0 -1 4202560 5184 1252 0 0 1262 1 0 0 25 0 9 0 800243320 212721664 13166 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11824/tid=11837] ppid=11822 vsize=207736 CPUtime=12.44 cores=0-7
/proc/11824/task/11837/stat : 11837 (plingeling) R 11822 11824 11612 0 -1 4202560 2969 1252 0 0 1244 0 0 0 25 0 9 0 800243320 212721664 13166 33554432000 4194304 4417452 140734453295728 18446744073709551615 4344164 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11824/tid=11838] ppid=11822 vsize=207736 CPUtime=12.62 cores=0-7
/proc/11824/task/11838/stat : 11838 (plingeling) R 11822 11824 11612 0 -1 4202560 4132 1252 0 0 1262 0 0 0 25 0 9 0 800243320 212721664 13166 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364896 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.95
Current children cumulated vsize (KiB) 207736

[startup+25.5006 s]
/proc/loadavg: 8.00 8.04 8.00 9/445 11839
/proc/meminfo: memFree=17274500/32950928 swapFree=60044444/67111528
[pid=11824] ppid=11822 vsize=235752 CPUtime=203.16 cores=0-7
/proc/11824/stat : 11824 (plingeling) S 11822 11824 11612 0 -1 4202496 90946 1252 0 0 20300 16 0 0 25 0 9 0 800243313 241410048 20170 33554432000 4194304 4417452 140734453295728 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11824/statm: 58938 20170 180 55 0 56824 0
[pid=11824/tid=11831] ppid=11822 vsize=235752 CPUtime=25.43 cores=0-7
/proc/11824/task/11831/stat : 11831 (plingeling) R 11822 11824 11612 0 -1 4202560 9625 1252 0 0 2541 2 0 0 25 0 9 0 800243320 241410048 20170 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11824/tid=11832] ppid=11822 vsize=235752 CPUtime=25.42 cores=0-7
/proc/11824/task/11832/stat : 11832 (plingeling) R 11822 11824 11612 0 -1 4202560 9677 1252 0 0 2542 0 0 0 25 0 9 0 800243320 241410048 20170 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11824/tid=11833] ppid=11822 vsize=235752 CPUtime=25.43 cores=0-7
/proc/11824/task/11833/stat : 11833 (plingeling) R 11822 11824 11612 0 -1 4202560 6916 1252 0 0 2542 1 0 0 25 0 9 0 800243320 241410048 20170 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11824/tid=11834] ppid=11822 vsize=235752 CPUtime=25.41 cores=0-7
/proc/11824/task/11834/stat : 11834 (plingeling) R 11822 11824 11612 0 -1 4202560 16573 1252 0 0 2539 2 0 0 25 0 9 0 800243320 241410048 20170 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11824/tid=11835] ppid=11822 vsize=235752 CPUtime=25.42 cores=0-7
/proc/11824/task/11835/stat : 11835 (plingeling) R 11822 11824 11612 0 -1 4202560 9214 1252 0 0 2541 1 0 0 25 0 9 0 800243320 241410048 20170 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11824/tid=11836] ppid=11822 vsize=235752 CPUtime=25.42 cores=0-7
/proc/11824/task/11836/stat : 11836 (plingeling) R 11822 11824 11612 0 -1 4202560 12208 1252 0 0 2540 2 0 0 25 0 9 0 800243320 241410048 20170 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11824/tid=11837] ppid=11822 vsize=235752 CPUtime=25.06 cores=0-7
/proc/11824/task/11837/stat : 11837 (plingeling) R 11822 11824 11612 0 -1 4202560 9104 1252 0 0 2505 1 0 0 25 0 9 0 800243320 241410048 20170 33554432000 4194304 4417452 140734453295728 18446744073709551615 4365965 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11824/tid=11838] ppid=11822 vsize=235752 CPUtime=25.43 cores=0-7
/proc/11824/task/11838/stat : 11838 (plingeling) R 11822 11824 11612 0 -1 4202560 12560 1252 0 0 2541 2 0 0 25 0 9 0 800243320 241410048 20170 33554432000 4194304 4417452 140734453295728 18446744073709551615 4366486 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.16
Current children cumulated vsize (KiB) 235752

[startup+51.1008 s]
/proc/loadavg: 8.00 8.04 8.00 9/445 11840
/proc/meminfo: memFree=17261796/32950928 swapFree=60044444/67111528
[pid=11824] ppid=11822 vsize=254440 CPUtime=407.62 cores=0-7
/proc/11824/stat : 11824 (plingeling) S 11822 11824 11612 0 -1 4202496 196115 1252 0 0 40722 40 0 0 25 0 9 0 800243313 260546560 24842 33554432000 4194304 4417452 140734453295728 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11824/statm: 63610 24842 180 55 0 61496 0
[pid=11824/tid=11831] ppid=11822 vsize=254440 CPUtime=51.03 cores=0-7
/proc/11824/task/11831/stat : 11831 (plingeling) R 11822 11824 11612 0 -1 4202560 23362 1252 0 0 5098 5 0 0 25 0 9 0 800243320 260546560 24842 33554432000 4194304 4417452 140734453295728 18446744073709551615 4366346 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11824/tid=11832] ppid=11822 vsize=254440 CPUtime=51.03 cores=0-7
/proc/11824/task/11832/stat : 11832 (plingeling) R 11822 11824 11612 0 -1 4202560 23104 1252 0 0 5099 4 0 0 25 0 9 0 800243320 260546560 24842 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364805 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11824/tid=11833] ppid=11822 vsize=254440 CPUtime=51.03 cores=0-7

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

/proc/11824/task/11838/stat : 11838 (plingeling) R 11822 11824 11612 0 -1 4202560 73808 1252 0 0 16209 13 0 0 25 0 9 0 800243320 302071808 34980 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1295.65
Current children cumulated vsize (KiB) 294992

[startup+222.301 s]
/proc/loadavg: 8.30 8.09 8.02 10/446 11847
/proc/meminfo: memFree=17157584/32950928 swapFree=60044444/67111528
[pid=11824] ppid=11822 vsize=332884 CPUtime=1774.38 cores=0-7
/proc/11824/stat : 11824 (plingeling) S 11822 11824 11612 0 -1 4202496 784490 1252 0 0 177293 145 0 0 25 0 9 0 800243313 340873216 44453 33554432000 4194304 4417452 140734453295728 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11824/statm: 83221 44453 180 55 0 81107 0
[pid=11824/tid=11831] ppid=11822 vsize=332884 CPUtime=222.24 cores=0-7
/proc/11824/task/11831/stat : 11831 (plingeling) R 11822 11824 11612 0 -1 4202560 95039 1252 0 0 22208 16 0 0 25 0 9 0 800243320 340873216 44453 33554432000 4194304 4417452 140734453295728 18446744073709551615 4264778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11824/tid=11832] ppid=11822 vsize=332884 CPUtime=222.22 cores=0-7
/proc/11824/task/11832/stat : 11832 (plingeling) R 11822 11824 11612 0 -1 4202560 94977 1252 0 0 22205 17 0 0 25 0 9 0 800243320 340873216 44453 33554432000 4194304 4417452 140734453295728 18446744073709551615 4321386 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11824/tid=11833] ppid=11822 vsize=332884 CPUtime=222.24 cores=0-7
/proc/11824/task/11833/stat : 11833 (plingeling) R 11822 11824 11612 0 -1 4202560 98377 1252 0 0 22206 18 0 0 25 0 9 0 800243320 340873216 44453 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11824/tid=11834] ppid=11822 vsize=332884 CPUtime=222.18 cores=0-7
/proc/11824/task/11834/stat : 11834 (plingeling) R 11822 11824 11612 0 -1 4202560 103816 1252 0 0 22200 18 0 0 25 0 9 0 800243320 340873216 44453 33554432000 4194304 4417452 140734453295728 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11824/tid=11835] ppid=11822 vsize=332884 CPUtime=222.23 cores=0-7
/proc/11824/task/11835/stat : 11835 (plingeling) R 11822 11824 11612 0 -1 4202560 93980 1252 0 0 22206 17 0 0 25 0 9 0 800243320 340873216 44453 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11824/tid=11836] ppid=11822 vsize=332884 CPUtime=221.83 cores=0-7
/proc/11824/task/11836/stat : 11836 (plingeling) R 11822 11824 11612 0 -1 4202560 96561 1252 0 0 22166 17 0 0 25 0 9 0 800243320 340873216 44453 33554432000 4194304 4417452 140734453295728 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11824/tid=11837] ppid=11822 vsize=332884 CPUtime=219.1 cores=0-7
/proc/11824/task/11837/stat : 11837 (plingeling) R 11822 11824 11612 0 -1 4202560 100127 1252 0 0 21889 21 0 0 25 0 9 0 800243320 340873216 44453 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11824/tid=11838] ppid=11822 vsize=332884 CPUtime=222.23 cores=0-7
/proc/11824/task/11838/stat : 11838 (plingeling) R 11822 11824 11612 0 -1 4202560 96544 1252 0 0 22205 18 0 0 25 0 9 0 800243320 340873216 44453 33554432000 4194304 4417452 140734453295728 18446744073709551615 4366450 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1774.38
Current children cumulated vsize (KiB) 332884

[startup+282.301 s]
/proc/loadavg: 8.22 8.11 8.03 9/445 11849
/proc/meminfo: memFree=17206252/32950928 swapFree=60044444/67111528
[pid=11824] ppid=11822 vsize=305576 CPUtime=2253.13 cores=0-7
/proc/11824/stat : 11824 (plingeling) S 11822 11824 11612 0 -1 4202496 934069 1252 0 0 225143 170 0 0 25 0 9 0 800243313 312909824 37626 33554432000 4194304 4417452 140734453295728 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11824/statm: 76394 37626 180 55 0 74280 0
[pid=11824/tid=11831] ppid=11822 vsize=305576 CPUtime=282.24 cores=0-7
/proc/11824/task/11831/stat : 11831 (plingeling) R 11822 11824 11612 0 -1 4202560 113764 1252 0 0 28205 19 0 0 25 0 9 0 800243320 312909824 37626 33554432000 4194304 4417452 140734453295728 18446744073709551615 4311324 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11824/tid=11832] ppid=11822 vsize=305576 CPUtime=282.21 cores=0-7
/proc/11824/task/11832/stat : 11832 (plingeling) R 11822 11824 11612 0 -1 4202560 113084 1252 0 0 28201 20 0 0 25 0 9 0 800243320 312909824 37626 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11824/tid=11833] ppid=11822 vsize=305576 CPUtime=282.23 cores=0-7
/proc/11824/task/11833/stat : 11833 (plingeling) R 11822 11824 11612 0 -1 4202560 119071 1252 0 0 28202 21 0 0 25 0 9 0 800243320 312909824 37626 33554432000 4194304 4417452 140734453295728 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11824/tid=11834] ppid=11822 vsize=305576 CPUtime=282.16 cores=0-7
/proc/11824/task/11834/stat : 11834 (plingeling) R 11822 11824 11612 0 -1 4202560 120910 1252 0 0 28196 20 0 0 25 0 9 0 800243320 312909824 37626 33554432000 4194304 4417452 140734453295728 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11824/tid=11835] ppid=11822 vsize=305576 CPUtime=282.24 cores=0-7
/proc/11824/task/11835/stat : 11835 (plingeling) R 11822 11824 11612 0 -1 4202560 112659 1252 0 0 28203 21 0 0 25 0 9 0 800243320 312909824 37626 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11824/tid=11836] ppid=11822 vsize=305576 CPUtime=281.44 cores=0-7
/proc/11824/task/11836/stat : 11836 (plingeling) R 11822 11824 11612 0 -1 4202560 117702 1252 0 0 28124 20 0 0 25 0 9 0 800243320 312909824 37626 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11824/tid=11837] ppid=11822 vsize=305576 CPUtime=278.24 cores=0-7
/proc/11824/task/11837/stat : 11837 (plingeling) R 11822 11824 11612 0 -1 4202560 117772 1252 0 0 27800 24 0 0 25 0 9 0 800243320 312909824 37626 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11824/tid=11838] ppid=11822 vsize=305576 CPUtime=282.23 cores=0-7
/proc/11824/task/11838/stat : 11838 (plingeling) R 11822 11824 11612 0 -1 4202560 114038 1252 0 0 28203 20 0 0 25 0 9 0 800243320 312909824 37626 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2253.13
Current children cumulated vsize (KiB) 305576

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

[startup+287.9 s]
/proc/loadavg: 8.20 8.11 8.03 9/445 11849
/proc/meminfo: memFree=17213576/32950928 swapFree=60044444/67111528
[pid=11824] ppid=11822 vsize=304328 CPUtime=2297.86 cores=0-7
/proc/11824/stat : 11824 (plingeling) S 11822 11824 11612 0 -1 4202496 949131 1252 0 0 229613 173 0 0 25 0 9 0 800243313 311631872 37314 33554432000 4194304 4417452 140734453295728 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11824/statm: 76082 37314 180 55 0 73968 0
[pid=11824/tid=11831] ppid=11822 vsize=304328 CPUtime=287.84 cores=0-7
/proc/11824/task/11831/stat : 11831 (plingeling) R 11822 11824 11612 0 -1 4202560 115818 1252 0 0 28765 19 0 0 25 0 9 0 800243320 311631872 37314 33554432000 4194304 4417452 140734453295728 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11824/tid=11832] ppid=11822 vsize=304328 CPUtime=287.81 cores=0-7
/proc/11824/task/11832/stat : 11832 (plingeling) R 11822 11824 11612 0 -1 4202560 115250 1252 0 0 28760 21 0 0 25 0 9 0 800243320 311631872 37314 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11824/tid=11833] ppid=11822 vsize=304328 CPUtime=287.84 cores=0-7
/proc/11824/task/11833/stat : 11833 (plingeling) R 11822 11824 11612 0 -1 4202560 120505 1252 0 0 28762 22 0 0 25 0 9 0 800243320 311631872 37314 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11824/tid=11834] ppid=11822 vsize=304328 CPUtime=287.76 cores=0-7
/proc/11824/task/11834/stat : 11834 (plingeling) R 11822 11824 11612 0 -1 4202560 121797 1252 0 0 28756 20 0 0 25 0 9 0 800243320 311631872 37314 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364896 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11824/tid=11835] ppid=11822 vsize=304328 CPUtime=287.83 cores=0-7
/proc/11824/task/11835/stat : 11835 (plingeling) R 11822 11824 11612 0 -1 4202560 115045 1252 0 0 28762 21 0 0 25 0 9 0 800243320 311631872 37314 33554432000 4194304 4417452 140734453295728 18446744073709551615 4251045 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11824/tid=11836] ppid=11822 vsize=304328 CPUtime=287.04 cores=0-7
/proc/11824/task/11836/stat : 11836 (plingeling) R 11822 11824 11612 0 -1 4202560 119497 1252 0 0 28683 21 0 0 25 0 9 0 800243320 311631872 37314 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11824/tid=11837] ppid=11822 vsize=304328 CPUtime=283.76 cores=0-7
/proc/11824/task/11837/stat : 11837 (plingeling) R 11822 11824 11612 0 -1 4202560 120007 1252 0 0 28352 24 0 0 25 0 9 0 800243320 311631872 37314 33554432000 4194304 4417452 140734453295728 18446744073709551615 4277897 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11824/tid=11838] ppid=11822 vsize=304328 CPUtime=287.83 cores=0-7
/proc/11824/task/11838/stat : 11838 (plingeling) R 11822 11824 11612 0 -1 4202560 116143 1252 0 0 28763 20 0 0 25 0 9 0 800243320 311631872 37314 33554432000 4194304 4417452 140734453295728 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2297.86
Current children cumulated vsize (KiB) 304328

[startup+289.501 s]
/proc/loadavg: 8.19 8.11 8.03 9/445 11849
/proc/meminfo: memFree=17209852/32950928 swapFree=60044444/67111528
[pid=11824] ppid=11822 vsize=309872 CPUtime=2310.63 cores=0-7
/proc/11824/stat : 11824 (plingeling) S 11822 11824 11612 0 -1 4202496 957084 1252 0 0 230890 173 0 0 25 0 9 0 800243313 317308928 38700 33554432000 4194304 4417452 140734453295728 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11824/statm: 77468 38700 180 55 0 75354 0
[pid=11824/tid=11831] ppid=11822 vsize=309872 CPUtime=289.44 cores=0-7
/proc/11824/task/11831/stat : 11831 (plingeling) R 11822 11824 11612 0 -1 4202560 115818 1252 0 0 28925 19 0 0 25 0 9 0 800243320 317308928 38700 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11824/tid=11832] ppid=11822 vsize=309872 CPUtime=289.41 cores=0-7
/proc/11824/task/11832/stat : 11832 (plingeling) R 11822 11824 11612 0 -1 4202560 117662 1252 0 0 28920 21 0 0 25 0 9 0 800243320 317308928 38700 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11824/tid=11833] ppid=11822 vsize=309872 CPUtime=289.44 cores=0-7
/proc/11824/task/11833/stat : 11833 (plingeling) R 11822 11824 11612 0 -1 4202560 121924 1252 0 0 28922 22 0 0 25 0 9 0 800243320 317308928 38700 33554432000 4194304 4417452 140734453295728 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11824/tid=11834] ppid=11822 vsize=309872 CPUtime=289.37 cores=0-7
/proc/11824/task/11834/stat : 11834 (plingeling) R 11822 11824 11612 0 -1 4202560 123623 1252 0 0 28916 21 0 0 25 0 9 0 800243320 317308928 38700 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11824/tid=11835] ppid=11822 vsize=309872 CPUtime=289.44 cores=0-7
/proc/11824/task/11835/stat : 11835 (plingeling) R 11822 11824 11612 0 -1 4202560 116549 1252 0 0 28923 21 0 0 25 0 9 0 800243320 317308928 38700 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11824/tid=11836] ppid=11822 vsize=309872 CPUtime=288.64 cores=0-7
/proc/11824/task/11836/stat : 11836 (plingeling) R 11822 11824 11612 0 -1 4202560 119497 1252 0 0 28843 21 0 0 25 0 9 0 800243320 317308928 38700 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11824/tid=11837] ppid=11822 vsize=309872 CPUtime=285.33 cores=0-7
/proc/11824/task/11837/stat : 11837 (plingeling) R 11822 11824 11612 0 -1 4202560 120007 1252 0 0 28509 24 0 0 25 0 9 0 800243320 317308928 38700 33554432000 4194304 4417452 140734453295728 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11824/tid=11838] ppid=11822 vsize=309872 CPUtime=289.43 cores=0-7
/proc/11824/task/11838/stat : 11838 (plingeling) R 11822 11824 11612 0 -1 4202560 116935 1252 0 0 28923 20 0 0 25 0 9 0 800243320 317308928 38700 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2310.63
Current children cumulated vsize (KiB) 309872

[startup+291.101 s]
/proc/loadavg: 8.19 8.11 8.03 9/445 11849
/proc/meminfo: memFree=17214564/32950928 swapFree=60044444/67111528
[pid=11824] ppid=11822 vsize=299656 CPUtime=2323.42 cores=0-7
/proc/11824/stat : 11824 (plingeling) S 11822 11824 11612 0 -1 4202496 959245 1252 0 0 232168 174 0 0 25 0 9 0 800243313 306847744 36146 33554432000 4194304 4417452 140734453295728 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11824/statm: 74914 36146 180 55 0 72800 0
[pid=11824/tid=11831] ppid=11822 vsize=299656 CPUtime=291.04 cores=0-7
/proc/11824/task/11831/stat : 11831 (plingeling) R 11822 11824 11612 0 -1 4202560 117032 1252 0 0 29085 19 0 0 25 0 9 0 800243320 306847744 36146 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11824/tid=11832] ppid=11822 vsize=299656 CPUtime=291.01 cores=0-7
/proc/11824/task/11832/stat : 11832 (plingeling) R 11822 11824 11612 0 -1 4202560 117731 1252 0 0 29080 21 0 0 25 0 9 0 800243320 306847744 36146 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11824/tid=11833] ppid=11822 vsize=299656 CPUtime=291.04 cores=0-7
/proc/11824/task/11833/stat : 11833 (plingeling) R 11822 11824 11612 0 -1 4202560 121924 1252 0 0 29082 22 0 0 25 0 9 0 800243320 306847744 36146 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11824/tid=11834] ppid=11822 vsize=299656 CPUtime=290.97 cores=0-7
/proc/11824/task/11834/stat : 11834 (plingeling) R 11822 11824 11612 0 -1 4202560 123623 1252 0 0 29076 21 0 0 25 0 9 0 800243320 306847744 36146 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11824/tid=11835] ppid=11822 vsize=299656 CPUtime=291.03 cores=0-7
/proc/11824/task/11835/stat : 11835 (plingeling) R 11822 11824 11612 0 -1 4202560 116549 1252 0 0 29082 21 0 0 25 0 9 0 800243320 306847744 36146 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364854 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11824/tid=11836] ppid=11822 vsize=299656 CPUtime=290.24 cores=0-7
/proc/11824/task/11836/stat : 11836 (plingeling) R 11822 11824 11612 0 -1 4202560 120375 1252 0 0 29003 21 0 0 25 0 9 0 800243320 306847744 36146 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11824/tid=11837] ppid=11822 vsize=299656 CPUtime=286.91 cores=0-7
/proc/11824/task/11837/stat : 11837 (plingeling) R 11822 11824 11612 0 -1 4202560 120007 1252 0 0 28667 24 0 0 25 0 9 0 800243320 306847744 36146 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11824/tid=11838] ppid=11822 vsize=299656 CPUtime=291.03 cores=0-7
/proc/11824/task/11838/stat : 11838 (plingeling) R 11822 11824 11612 0 -1 4202560 116935 1252 0 0 29083 20 0 0 25 0 9 0 800243320 306847744 36146 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2323.42
Current children cumulated vsize (KiB) 299656

[startup+291.901 s]
/proc/loadavg: 8.19 8.11 8.03 9/445 11849
/proc/meminfo: memFree=17213948/32950928 swapFree=60044444/67111528
[pid=11824] ppid=11822 vsize=289360 CPUtime=2329.8 cores=0-7
/proc/11824/stat : 11824 (plingeling) S 11822 11824 11612 0 -1 4202496 960260 1252 0 0 232806 174 0 0 25 0 9 0 800243313 296304640 33572 33554432000 4194304 4417452 140734453295728 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11824/statm: 72340 33572 180 55 0 70226 0
[pid=11824/tid=11831] ppid=11822 vsize=289360 CPUtime=291.84 cores=0-7
/proc/11824/task/11831/stat : 11831 (plingeling) R 11822 11824 11612 0 -1 4202560 117032 1252 0 0 29165 19 0 0 25 0 9 0 800243320 296304640 33572 33554432000 4194304 4417452 140734453295728 18446744073709551615 4366450 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11824/tid=11832] ppid=11822 vsize=289360 CPUtime=291.81 cores=0-7
/proc/11824/task/11832/stat : 11832 (plingeling) R 11822 11824 11612 0 -1 4202560 117731 1252 0 0 29160 21 0 0 25 0 9 0 800243320 296304640 33572 33554432000 4194304 4417452 140734453295728 18446744073709551615 4365959 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11824/tid=11833] ppid=11822 vsize=289360 CPUtime=291.84 cores=0-7
/proc/11824/task/11833/stat : 11833 (plingeling) R 11822 11824 11612 0 -1 4202560 121924 1252 0 0 29162 22 0 0 25 0 9 0 800243320 296304640 33572 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364619 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11824/tid=11834] ppid=11822 vsize=289360 CPUtime=291.77 cores=0-7
/proc/11824/task/11834/stat : 11834 (plingeling) R 11822 11824 11612 0 -1 4202560 124638 1252 0 0 29156 21 0 0 25 0 9 0 800243320 296304640 33572 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11824/tid=11835] ppid=11822 vsize=289360 CPUtime=291.83 cores=0-7
/proc/11824/task/11835/stat : 11835 (plingeling) R 11822 11824 11612 0 -1 4202560 116549 1252 0 0 29162 21 0 0 25 0 9 0 800243320 296304640 33572 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11824/tid=11836] ppid=11822 vsize=289360 CPUtime=291.04 cores=0-7
/proc/11824/task/11836/stat : 11836 (plingeling) R 11822 11824 11612 0 -1 4202560 120375 1252 0 0 29083 21 0 0 25 0 9 0 800243320 296304640 33572 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11824/tid=11837] ppid=11822 vsize=289360 CPUtime=287.7 cores=0-7
/proc/11824/task/11837/stat : 11837 (plingeling) R 11822 11824 11612 0 -1 4202560 120007 1252 0 0 28746 24 0 0 25 0 9 0 800243320 296304640 33572 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11824/tid=11838] ppid=11822 vsize=289360 CPUtime=291.83 cores=0-7
/proc/11824/task/11838/stat : 11838 (plingeling) R 11822 11824 11612 0 -1 4202560 116935 1252 0 0 29163 20 0 0 25 0 9 0 800243320 296304640 33572 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2329.8
Current children cumulated vsize (KiB) 289360

[startup+292.301 s]
/proc/loadavg: 8.19 8.11 8.03 9/445 11849
/proc/meminfo: memFree=17213948/32950928 swapFree=60044444/67111528
[pid=11824] ppid=11822 vsize=283080 CPUtime=2332.29 cores=0-7
/proc/11824/stat : 11824 (plingeling) S 11822 11824 11612 0 -1 4202496 960557 1252 0 0 233055 174 0 0 18 0 4 0 800243313 289873920 32003 33554432000 4194304 4417452 140734453295728 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11824/statm: 70770 32003 181 55 0 68656 0
[pid=11824/tid=11832] ppid=11822 vsize=283080 CPUtime=292.21 cores=0-7
/proc/11824/task/11832/stat : 11832 (plingeling) R 11822 11824 11612 0 -1 4202560 117731 1252 0 0 29200 21 0 0 25 0 4 0 800243320 289873920 32003 33554432000 4194304 4417452 140734453295728 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11824/tid=11834] ppid=11822 vsize=283080 CPUtime=292.17 cores=0-7
/proc/11824/task/11834/stat : 11834 (plingeling) R 11822 11824 11612 0 -1 4202560 124708 1252 0 0 29196 21 0 0 25 0 4 0 800243320 289873920 32003 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11824/tid=11837] ppid=11822 vsize=283080 CPUtime=288.1 cores=0-7
/proc/11824/task/11837/stat : 11837 (plingeling) R 11822 11824 11612 0 -1 4202560 120007 1252 0 0 28786 24 0 0 25 0 4 0 800243320 289873920 32003 33554432000 4194304 4417452 140734453295728 18446744073709551615 4364749 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2332.29
Current children cumulated vsize (KiB) 283080

Child status: 20
Real time (s): 292.395
CPU time (s): 2332.46
CPU user time (s): 2330.7
CPU system time (s): 1.75673
CPU usage (%): 797.708
Max. virtual memory (cumulated for all children) (KiB): 353452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2330.7
system time used= 1.75673
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 961812
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= 214
involuntary context switches= 10782

runsolver used 1.18382 second user time and 2.95455 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-22 23:35:26
IDJOB=3394596
IDBENCH=83285
IDSOLVER=1851
FILE ID=node114/3394596-1306100126
RUNJOBID= node114-1306095115-11626
PBS_JOBID= 13387972
Free space on /tmp= 73100 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_401.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394596-1306100126/watcher-3394596-1306100126 -o /tmp/evaluation-result-3394596-1306100126/solver-3394596-1306100126 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394596-1306100126.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4e87573be2b7b7324c13131d6c6896b8
RANDOM SEED=1994009684

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.74
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.848
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17356368 kB
Buffers:        219552 kB
Cached:        5247020 kB
SwapCached:      48888 kB
Active:        4049676 kB
Inactive:     11288576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17356368 kB
SwapTotal:    67111528 kB
SwapFree:     60044444 kB
Dirty:             820 kB
Writeback:           0 kB
AnonPages:     9829892 kB
Mapped:          27988 kB
Slab:           123592 kB
PageTables:      62272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108155432 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= 73096 MiB
End job on node114 at 2011-05-22 23:40:19