Trace number 3394588

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)SAT 354.079 44.6334

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_404.cnf
MD5SUM213e4c0c58f043e67e86cf993698317a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.864
Satisfiable
(Un)Satisfiability was proved
Number of variables202
Number of clauses22023
Sum of the clauses size98860
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 267
Number of clauses of size 320125
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51831

Solver Data

354.03/44.63	s SATISFIABLE
354.03/44.63	v 1 2 3 4 5 6 7
354.03/44.63	v 8 9 10 11 12 13 14 15
354.03/44.63	v 16 17 18 19 20 -21 22 23
354.03/44.63	v 24 25 26 27 28 29 30 31
354.03/44.63	v 32 33 34 35 36 37 -38 39
354.03/44.63	v 40 41 42 43 -44 45 46 47
354.03/44.63	v 48 49 50 51 52 53 54 55
354.03/44.63	v 56 57 58 -59 60 -61 62 63
354.03/44.63	v 64 65 66 67 68 69 70 71
354.03/44.63	v -72 73 74 75 76 77 78 79
354.03/44.63	v 80 81 82 83 84 85 86 87
354.03/44.63	v 88 89 -90 91 92 93 94 95
354.03/44.63	v 96 97 98 99 100 101 102 -103
354.03/44.63	v 104 105 106 107 108 109 110 111
354.03/44.63	v 112 -113 -114 115 116 117 -118 119
354.03/44.63	v 120 121 122 123 124 125 -126 127
354.03/44.63	v -128 129 130 131 -132 133 134 135
354.03/44.63	v 136 -137 138 139 140 -141 142 143
354.03/44.63	v 144 145 146 147 148 149 150 151
354.03/44.63	v 152 153 154 -155 156 157 158 159
354.03/44.63	v 160 161 162 -163 164 165 166 167
354.03/44.63	v 168 169 170 171 -172 173 174 175
354.03/44.63	v 176 177 178 179 180 181 182 183
354.03/44.63	v 184 185 -186 187 188 189 190 191
354.03/44.63	v 192 193 194 195 196 197 198 -199
354.03/44.63	v 200 -201 202
354.03/44.63	v 0

Verifier Data

OK

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-3394588-1306100067/watcher-3394588-1306100067 -o /tmp/evaluation-result-3394588-1306100067/solver-3394588-1306100067 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394588-1306100067.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.05 8.06 8.00 1/519 21712
/proc/meminfo: memFree=13970460/32951124 swapFree=67023164/67111528
[pid=21712] ppid=21710 vsize=13296 CPUtime=0.01 cores=0-7
/proc/21712/stat : 21712 (plingeling) R 21710 21712 21461 0 -1 4202496 1479 1250 0 0 1 0 0 0 23 0 1 0 702422588 13615104 1331 33554432000 4194304 4417452 140735015201856 18446744073709551615 233509991405 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/21712/statm: 3324 1331 149 55 0 1210 0

[startup+0.0500881 s]
/proc/loadavg: 8.05 8.06 8.00 1/519 21712
/proc/meminfo: memFree=13970460/32951124 swapFree=67023164/67111528
[pid=21712] ppid=21710 vsize=26360 CPUtime=0.03 cores=0-7
/proc/21712/stat : 21712 (plingeling) R 21710 21712 21461 0 -1 4202496 4762 1250 0 0 3 0 0 0 23 0 1 0 702422588 26992640 4614 33554432000 4194304 4417452 140735015201856 18446744073709551615 233509991400 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/21712/statm: 6590 4614 149 55 0 4476 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26360

[startup+0.681829 s]
/proc/loadavg: 8.05 8.06 8.00 1/519 21712
/proc/meminfo: memFree=13970460/32951124 swapFree=67023164/67111528
[pid=21712] ppid=21710 vsize=243992 CPUtime=4.98 cores=0-7
/proc/21712/stat : 21712 (plingeling) S 21710 21712 21461 0 -1 4202496 7406 1250 0 0 497 1 0 0 18 0 9 0 702422588 249847808 5824 33554432000 4194304 4417452 140735015201856 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21712/statm: 60998 5824 180 55 0 58884 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 243992

[startup+0.700931 s]
/proc/loadavg: 8.05 8.06 8.00 1/519 21712
/proc/meminfo: memFree=13970460/32951124 swapFree=67023164/67111528
[pid=21712] ppid=21710 vsize=244336 CPUtime=5.14 cores=0-7
/proc/21712/stat : 21712 (plingeling) S 21710 21712 21461 0 -1 4202496 7492 1250 0 0 513 1 0 0 18 0 9 0 702422588 250200064 5910 33554432000 4194304 4417452 140735015201856 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21712/statm: 61084 5910 180 55 0 58970 0
Current children cumulated CPU time (s) 5.14
Current children cumulated vsize (KiB) 244336

[startup+0.800913 s]
/proc/loadavg: 8.05 8.06 8.00 1/519 21712
/proc/meminfo: memFree=13970460/32951124 swapFree=67023164/67111528
[pid=21712] ppid=21710 vsize=245792 CPUtime=5.94 cores=0-7
/proc/21712/stat : 21712 (plingeling) S 21710 21712 21461 0 -1 4202496 7856 1250 0 0 593 1 0 0 18 0 9 0 702422588 251691008 6274 33554432000 4194304 4417452 140735015201856 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21712/statm: 61448 6274 180 55 0 59334 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 245792

[startup+1.50079 s]
/proc/loadavg: 8.05 8.06 8.00 9/528 21726
/proc/meminfo: memFree=13938776/32951124 swapFree=67023164/67111528
[pid=21712] ppid=21710 vsize=252376 CPUtime=11.64 cores=0-7
/proc/21712/stat : 21712 (plingeling) S 21710 21712 21461 0 -1 4202496 9502 1250 0 0 1163 1 0 0 18 0 9 0 702422588 258433024 7920 33554432000 4194304 4417452 140735015201856 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21712/statm: 63094 7920 180 55 0 60980 0
[pid=21712/tid=21719] ppid=21710 vsize=252376 CPUtime=1.43 cores=0-7
/proc/21712/task/21719/stat : 21719 (plingeling) R 21710 21712 21461 0 -1 4202560 414 1250 0 0 143 0 0 0 20 0 9 0 702422593 258433024 7920 33554432000 4194304 4417452 140735015201856 18446744073709551615 4264950 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21712/tid=21720] ppid=21710 vsize=252376 CPUtime=1.45 cores=0-7
/proc/21712/task/21720/stat : 21720 (plingeling) R 21710 21712 21461 0 -1 4202560 385 1250 0 0 145 0 0 0 19 0 9 0 702422593 258433024 7920 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21712/tid=21721] ppid=21710 vsize=252376 CPUtime=1.46 cores=0-7
/proc/21712/task/21721/stat : 21721 (plingeling) R 21710 21712 21461 0 -1 4202560 547 1250 0 0 146 0 0 0 25 0 9 0 702422593 258433024 7920 33554432000 4194304 4417452 140735015201856 18446744073709551615 4256084 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21712/tid=21722] ppid=21710 vsize=252376 CPUtime=1.46 cores=0-7
/proc/21712/task/21722/stat : 21722 (plingeling) R 21710 21712 21461 0 -1 4202560 1608 1250 0 0 146 0 0 0 25 0 9 0 702422593 258433024 7920 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21712/tid=21723] ppid=21710 vsize=252376 CPUtime=1.45 cores=0-7
/proc/21712/task/21723/stat : 21723 (plingeling) R 21710 21712 21461 0 -1 4202560 394 1250 0 0 145 0 0 0 19 0 9 0 702422593 258433024 7920 33554432000 4194304 4417452 140735015201856 18446744073709551615 4320854 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21712/tid=21724] ppid=21710 vsize=252376 CPUtime=1.45 cores=0-7
/proc/21712/task/21724/stat : 21724 (plingeling) R 21710 21712 21461 0 -1 4202560 359 1250 0 0 145 0 0 0 19 0 9 0 702422593 258433024 7920 33554432000 4194304 4417452 140735015201856 18446744073709551615 4366486 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21712/tid=21725] ppid=21710 vsize=252376 CPUtime=1.45 cores=0-7
/proc/21712/task/21725/stat : 21725 (plingeling) R 21710 21712 21461 0 -1 4202560 460 1250 0 0 145 0 0 0 20 0 9 0 702422593 258433024 7920 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21712/tid=21726] ppid=21710 vsize=252376 CPUtime=1.43 cores=0-7
/proc/21712/task/21726/stat : 21726 (plingeling) R 21710 21712 21461 0 -1 4202560 266 1250 0 0 143 0 0 0 20 0 9 0 702422593 258433024 7920 33554432000 4194304 4417452 140735015201856 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.64
Current children cumulated vsize (KiB) 252376

[startup+3.10051 s]
/proc/loadavg: 8.05 8.06 8.00 9/528 21726
/proc/meminfo: memFree=13933104/32951124 swapFree=67023164/67111528
[pid=21712] ppid=21710 vsize=260040 CPUtime=24.29 cores=0-7
/proc/21712/stat : 21712 (plingeling) S 21710 21712 21461 0 -1 4202496 11675 1250 0 0 2428 1 0 0 18 0 9 0 702422588 266280960 9868 33554432000 4194304 4417452 140735015201856 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21712/statm: 65010 9868 180 55 0 62896 0
[pid=21712/tid=21719] ppid=21710 vsize=260040 CPUtime=3.01 cores=0-7
/proc/21712/task/21719/stat : 21719 (plingeling) R 21710 21712 21461 0 -1 4202560 414 1250 0 0 301 0 0 0 25 0 9 0 702422593 266280960 9868 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21712/tid=21720] ppid=21710 vsize=260040 CPUtime=3.03 cores=0-7
/proc/21712/task/21720/stat : 21720 (plingeling) R 21710 21712 21461 0 -1 4202560 624 1250 0 0 303 0 0 0 22 0 9 0 702422593 266280960 9868 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21712/tid=21721] ppid=21710 vsize=260040 CPUtime=3.04 cores=0-7
/proc/21712/task/21721/stat : 21721 (plingeling) R 21710 21712 21461 0 -1 4202560 824 1250 0 0 304 0 0 0 25 0 9 0 702422593 266280960 9868 33554432000 4194304 4417452 140735015201856 18446744073709551615 4352380 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21712/tid=21722] ppid=21710 vsize=260040 CPUtime=3.04 cores=0-7
/proc/21712/task/21722/stat : 21722 (plingeling) R 21710 21712 21461 0 -1 4202560 2594 1250 0 0 304 0 0 0 25 0 9 0 702422593 266280960 9868 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21712/tid=21723] ppid=21710 vsize=260040 CPUtime=3.03 cores=0-7
/proc/21712/task/21723/stat : 21723 (plingeling) R 21710 21712 21461 0 -1 4202560 452 1250 0 0 303 0 0 0 25 0 9 0 702422593 266280960 9868 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21712/tid=21724] ppid=21710 vsize=260040 CPUtime=3.03 cores=0-7
/proc/21712/task/21724/stat : 21724 (plingeling) R 21710 21712 21461 0 -1 4202560 412 1250 0 0 303 0 0 0 25 0 9 0 702422593 266280960 9868 33554432000 4194304 4417452 140735015201856 18446744073709551615 4366130 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21712/tid=21725] ppid=21710 vsize=260040 CPUtime=3.03 cores=0-7
/proc/21712/task/21725/stat : 21725 (plingeling) R 21710 21712 21461 0 -1 4202560 460 1250 0 0 303 0 0 0 25 0 9 0 702422593 266280960 9868 33554432000 4194304 4417452 140735015201856 18446744073709551615 4357256 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21712/tid=21726] ppid=21710 vsize=260040 CPUtime=2.99 cores=0-7
/proc/21712/task/21726/stat : 21726 (plingeling) R 21710 21712 21461 0 -1 4202560 826 1250 0 0 299 0 0 0 25 0 9 0 702422593 266280960 9868 33554432000 4194304 4417452 140735015201856 18446744073709551615 4264934 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.29
Current children cumulated vsize (KiB) 260040

[startup+6.30093 s]
/proc/loadavg: 8.04 8.06 8.00 9/528 21726
/proc/meminfo: memFree=13924816/32951124 swapFree=67023164/67111528
[pid=21712] ppid=21710 vsize=264376 CPUtime=49.84 cores=0-7
/proc/21712/stat : 21712 (plingeling) S 21710 21712 21461 0 -1 4202496 16577 1250 0 0 4982 2 0 0 18 0 9 0 702422588 270721024 10952 33554432000 4194304 4417452 140735015201856 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21712/statm: 66094 10952 180 55 0 63980 0
[pid=21712/tid=21719] ppid=21710 vsize=264376 CPUtime=6.21 cores=0-7
/proc/21712/task/21719/stat : 21719 (plingeling) R 21710 21712 21461 0 -1 4202560 1199 1250 0 0 621 0 0 0 25 0 9 0 702422593 270721024 10952 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21712/tid=21720] ppid=21710 vsize=264376 CPUtime=6.23 cores=0-7
/proc/21712/task/21720/stat : 21720 (plingeling) R 21710 21712 21461 0 -1 4202560 1037 1250 0 0 623 0 0 0 25 0 9 0 702422593 270721024 10952 33554432000 4194304 4417452 140735015201856 18446744073709551615 4250464 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21712/tid=21721] ppid=21710 vsize=264376 CPUtime=6.24 cores=0-7
/proc/21712/task/21721/stat : 21721 (plingeling) R 21710 21712 21461 0 -1 4202560 1580 1250 0 0 624 0 0 0 25 0 9 0 702422593 270721024 10952 33554432000 4194304 4417452 140735015201856 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21712/tid=21722] ppid=21710 vsize=264376 CPUtime=6.23 cores=0-7
/proc/21712/task/21722/stat : 21722 (plingeling) R 21710 21712 21461 0 -1 4202560 4228 1250 0 0 623 0 0 0 25 0 9 0 702422593 270721024 10952 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21712/tid=21723] ppid=21710 vsize=264376 CPUtime=6.23 cores=0-7
/proc/21712/task/21723/stat : 21723 (plingeling) R 21710 21712 21461 0 -1 4202560 1336 1250 0 0 623 0 0 0 25 0 9 0 702422593 270721024 10952 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21712/tid=21724] ppid=21710 vsize=264376 CPUtime=6.23 cores=0-7
/proc/21712/task/21724/stat : 21724 (plingeling) R 21710 21712 21461 0 -1 4202560 412 1250 0 0 623 0 0 0 25 0 9 0 702422593 270721024 10952 33554432000 4194304 4417452 140735015201856 18446744073709551615 4366113 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21712/tid=21725] ppid=21710 vsize=264376 CPUtime=6.23 cores=0-7
/proc/21712/task/21725/stat : 21725 (plingeling) R 21710 21712 21461 0 -1 4202560 460 1250 0 0 623 0 0 0 25 0 9 0 702422593 270721024 10952 33554432000 4194304 4417452 140735015201856 18446744073709551615 4250432 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21712/tid=21726] ppid=21710 vsize=264376 CPUtime=6.14 cores=0-7
/proc/21712/task/21726/stat : 21726 (plingeling) R 21710 21712 21461 0 -1 4202560 1256 1250 0 0 614 0 0 0 25 0 9 0 702422593 270721024 10952 33554432000 4194304 4417452 140735015201856 18446744073709551615 4251008 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.84
Current children cumulated vsize (KiB) 264376

[startup+12.7008 s]
/proc/loadavg: 8.04 8.06 8.00 9/528 21726
/proc/meminfo: memFree=13912536/32951124 swapFree=67023164/67111528
[pid=21712] ppid=21710 vsize=277340 CPUtime=100.93 cores=0-7
/proc/21712/stat : 21712 (plingeling) S 21710 21712 21461 0 -1 4202496 39634 1250 0 0 10086 7 0 0 18 0 9 0 702422588 283996160 14193 33554432000 4194304 4417452 140735015201856 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21712/statm: 69335 14193 180 55 0 67221 0
[pid=21712/tid=21719] ppid=21710 vsize=277340 CPUtime=12.61 cores=0-7
/proc/21712/task/21719/stat : 21719 (plingeling) R 21710 21712 21461 0 -1 4202560 4589 1250 0 0 1260 1 0 0 25 0 9 0 702422593 283996160 14193 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21712/tid=21720] ppid=21710 vsize=277340 CPUtime=12.63 cores=0-7
/proc/21712/task/21720/stat : 21720 (plingeling) R 21710 21712 21461 0 -1 4202560 4437 1250 0 0 1263 0 0 0 25 0 9 0 702422593 283996160 14193 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21712/tid=21721] ppid=21710 vsize=277340 CPUtime=12.63 cores=0-7
/proc/21712/task/21721/stat : 21721 (plingeling) R 21710 21712 21461 0 -1 4202560 5317 1250 0 0 1263 0 0 0 25 0 9 0 702422593 283996160 14193 33554432000 4194304 4417452 140735015201856 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21712/tid=21722] ppid=21710 vsize=277340 CPUtime=12.63 cores=0-7
/proc/21712/task/21722/stat : 21722 (plingeling) R 21710 21712 21461 0 -1 4202560 8180 1250 0 0 1263 0 0 0 25 0 9 0 702422593 283996160 14193 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21712/tid=21723] ppid=21710 vsize=277340 CPUtime=12.62 cores=0-7
/proc/21712/task/21723/stat : 21723 (plingeling) R 21710 21712 21461 0 -1 4202560 3188 1250 0 0 1262 0 0 0 25 0 9 0 702422593 283996160 14193 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21712/tid=21724] ppid=21710 vsize=277340 CPUtime=12.62 cores=0-7
/proc/21712/task/21724/stat : 21724 (plingeling) R 21710 21712 21461 0 -1 4202560 1235 1250 0 0 1262 0 0 0 25 0 9 0 702422593 283996160 14193 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21712/tid=21725] ppid=21710 vsize=277340 CPUtime=12.64 cores=0-7
/proc/21712/task/21725/stat : 21725 (plingeling) R 21710 21712 21461 0 -1 4202560 3620 1250 0 0 1263 1 0 0 25 0 9 0 702422593 283996160 14193 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21712/tid=21726] ppid=21710 vsize=277340 CPUtime=12.42 cores=0-7
/proc/21712/task/21726/stat : 21726 (plingeling) R 21710 21712 21461 0 -1 4202560 3999 1250 0 0 1242 0 0 0 25 0 9 0 702422593 283996160 14193 33554432000 4194304 4417452 140735015201856 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.93
Current children cumulated vsize (KiB) 277340

[startup+25.5005 s]
/proc/loadavg: 8.03 8.05 8.00 9/528 21727
/proc/meminfo: memFree=13886428/32951124 swapFree=67023164/67111528
[pid=21712] ppid=21710 vsize=306204 CPUtime=203.1 cores=0-7
/proc/21712/stat : 21712 (plingeling) S 21710 21712 21461 0 -1 4202496 99511 1250 0 0 20291 19 0 0 18 0 9 0 702422588 313552896 21409 33554432000 4194304 4417452 140735015201856 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21712/statm: 76551 21409 180 55 0 74437 0
[pid=21712/tid=21719] ppid=21710 vsize=306204 CPUtime=25.41 cores=0-7
/proc/21712/task/21719/stat : 21719 (plingeling) R 21710 21712 21461 0 -1 4202560 12072 1250 0 0 2539 2 0 0 25 0 9 0 702422593 313552896 21409 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21712/tid=21720] ppid=21710 vsize=306204 CPUtime=25.42 cores=0-7
/proc/21712/task/21720/stat : 21720 (plingeling) R 21710 21712 21461 0 -1 4202560 11719 1250 0 0 2541 1 0 0 25 0 9 0 702422593 313552896 21409 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364877 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21712/tid=21721] ppid=21710 vsize=306204 CPUtime=25.43 cores=0-7
/proc/21712/task/21721/stat : 21721 (plingeling) R 21710 21712 21461 0 -1 4202560 11934 1250 0 0 2542 1 0 0 25 0 9 0 702422593 313552896 21409 33554432000 4194304 4417452 140735015201856 18446744073709551615 233510355370 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21712/tid=21722] ppid=21710 vsize=306204 CPUtime=25.44 cores=0-7
/proc/21712/task/21722/stat : 21722 (plingeling) R 21710 21712 21461 0 -1 4202560 16068 1250 0 0 2541 3 0 0 25 0 9 0 702422593 313552896 21229 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21712/tid=21723] ppid=21710 vsize=305484 CPUtime=25.43 cores=0-7
/proc/21712/task/21723/stat : 21723 (plingeling) R 21710 21712 21461 0 -1 4202560 10469 1250 0 0 2541 2 0 0 25 0 9 0 702422593 312815616 21229 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21712/tid=21724] ppid=21710 vsize=305484 CPUtime=25.42 cores=0-7
/proc/21712/task/21724/stat : 21724 (plingeling) R 21710 21712 21461 0 -1 4202560 10089 1250 0 0 2540 2 0 0 25 0 9 0 702422593 312815616 21229 33554432000 4194304 4417452 140735015201856 18446744073709551615 4353594 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21712/tid=21725] ppid=21710 vsize=305484 CPUtime=25.43 cores=0-7
/proc/21712/task/21725/stat : 21725 (plingeling) R 21710 21712 21461 0 -1 4202560 11297 1250 0 0 2541 2 0 0 25 0 9 0 702422593 312815616 21176 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21712/tid=21726] ppid=21710 vsize=305272 CPUtime=25.01 cores=0-7
/proc/21712/task/21726/stat : 21726 (plingeling) R 21710 21712 21461 0 -1 4202560 10794 1250 0 0 2499 2 0 0 25 0 9 0 702422593 312598528 21176 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.1
Current children cumulated vsize (KiB) 306204

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

[startup+26.0004 s]
/proc/loadavg: 8.03 8.05 8.00 9/528 21727
/proc/meminfo: memFree=13889528/32951124 swapFree=67023164/67111528
[pid=21712] ppid=21710 vsize=302744 CPUtime=207.08 cores=0-7
/proc/21712/stat : 21712 (plingeling) S 21710 21712 21461 0 -1 4202496 102441 1250 0 0 20689 19 0 0 18 0 9 0 702422588 310009856 20544 33554432000 4194304 4417452 140735015201856 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21712/statm: 75686 20544 180 55 0 73572 0
[pid=21712/tid=21719] ppid=21710 vsize=302744 CPUtime=25.91 cores=0-7
/proc/21712/task/21719/stat : 21719 (plingeling) R 21710 21712 21461 0 -1 4202560 12396 1250 0 0 2589 2 0 0 25 0 9 0 702422593 310009856 20544 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21712/tid=21720] ppid=21710 vsize=302744 CPUtime=25.91 cores=0-7
/proc/21712/task/21720/stat : 21720 (plingeling) R 21710 21712 21461 0 -1 4202560 12494 1250 0 0 2590 1 0 0 25 0 9 0 702422593 310009856 20544 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21712/tid=21721] ppid=21710 vsize=302744 CPUtime=25.93 cores=0-7
/proc/21712/task/21721/stat : 21721 (plingeling) R 21710 21712 21461 0 -1 4202560 12331 1250 0 0 2592 1 0 0 25 0 9 0 702422593 310009856 20544 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21712/tid=21722] ppid=21710 vsize=302744 CPUtime=25.93 cores=0-7
/proc/21712/task/21722/stat : 21722 (plingeling) R 21710 21712 21461 0 -1 4202560 16392 1250 0 0 2590 3 0 0 25 0 9 0 702422593 310009856 20544 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21712/tid=21723] ppid=21710 vsize=302744 CPUtime=25.93 cores=0-7
/proc/21712/task/21723/stat : 21723 (plingeling) R 21710 21712 21461 0 -1 4202560 10469 1250 0 0 2591 2 0 0 25 0 9 0 702422593 310009856 20544 33554432000 4194304 4417452 140735015201856 18446744073709551615 4365042 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21712/tid=21724] ppid=21710 vsize=302744 CPUtime=25.92 cores=0-7
/proc/21712/task/21724/stat : 21724 (plingeling) R 21710 21712 21461 0 -1 4202560 10500 1250 0 0 2590 2 0 0 25 0 9 0 702422593 310009856 20544 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21712/tid=21725] ppid=21710 vsize=302744 CPUtime=25.93 cores=0-7
/proc/21712/task/21725/stat : 21725 (plingeling) R 21710 21712 21461 0 -1 4202560 11580 1250 0 0 2591 2 0 0 25 0 9 0 702422593 310009856 20544 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21712/tid=21726] ppid=21710 vsize=302744 CPUtime=25.49 cores=0-7
/proc/21712/task/21726/stat : 21726 (plingeling) R 21710 21712 21461 0 -1 4202560 11210 1250 0 0 2547 2 0 0 25 0 9 0 702422593 310009856 20544 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 207.08
Current children cumulated vsize (KiB) 302744

[startup+32.4202 s]
/proc/loadavg: 8.03 8.05 8.00 9/528 21727
/proc/meminfo: memFree=13882348/32951124 swapFree=67023164/67111528
[pid=21712] ppid=21710 vsize=309168 CPUtime=258.33 cores=0-7
/proc/21712/stat : 21712 (plingeling) S 21710 21712 21461 0 -1 4202496 127145 1250 0 0 25809 24 0 0 18 0 9 0 702422588 316588032 22150 33554432000 4194304 4417452 140735015201856 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21712/statm: 77292 22150 180 55 0 75178 0
[pid=21712/tid=21719] ppid=21710 vsize=309168 CPUtime=32.33 cores=0-7
/proc/21712/task/21719/stat : 21719 (plingeling) R 21710 21712 21461 0 -1 4202560 14839 1250 0 0 3231 2 0 0 25 0 9 0 702422593 316588032 22150 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21712/tid=21720] ppid=21710 vsize=309168 CPUtime=32.34 cores=0-7
/proc/21712/task/21720/stat : 21720 (plingeling) R 21710 21712 21461 0 -1 4202560 14850 1250 0 0 3232 2 0 0 25 0 9 0 702422593 316588032 22150 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21712/tid=21721] ppid=21710 vsize=309168 CPUtime=32.35 cores=0-7
/proc/21712/task/21721/stat : 21721 (plingeling) R 21710 21712 21461 0 -1 4202560 15636 1250 0 0 3233 2 0 0 25 0 9 0 702422593 316588032 22150 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21712/tid=21722] ppid=21710 vsize=309168 CPUtime=32.36 cores=0-7
/proc/21712/task/21722/stat : 21722 (plingeling) R 21710 21712 21461 0 -1 4202560 20210 1250 0 0 3232 4 0 0 25 0 9 0 702422593 316588032 22150 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21712/tid=21723] ppid=21710 vsize=309168 CPUtime=32.34 cores=0-7
/proc/21712/task/21723/stat : 21723 (plingeling) R 21710 21712 21461 0 -1 4202560 13902 1250 0 0 3232 2 0 0 25 0 9 0 702422593 316588032 22150 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21712/tid=21724] ppid=21710 vsize=309168 CPUtime=32.34 cores=0-7
/proc/21712/task/21724/stat : 21724 (plingeling) R 21710 21712 21461 0 -1 4202560 13392 1250 0 0 3232 2 0 0 25 0 9 0 702422593 316588032 22150 33554432000 4194304 4417452 140735015201856 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21712/tid=21725] ppid=21710 vsize=309168 CPUtime=32.35 cores=0-7
/proc/21712/task/21725/stat : 21725 (plingeling) R 21710 21712 21461 0 -1 4202560 14987 1250 0 0 3233 2 0 0 25 0 9 0 702422593 316588032 22150 33554432000 4194304 4417452 140735015201856 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21712/tid=21726] ppid=21710 vsize=309168 CPUtime=31.8 cores=0-7
/proc/21712/task/21726/stat : 21726 (plingeling) R 21710 21712 21461 0 -1 4202560 14260 1250 0 0 3177 3 0 0 25 0 9 0 702422593 316588032 22150 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 258.33
Current children cumulated vsize (KiB) 309168

[startup+38.8011 s]
/proc/loadavg: 8.11 8.07 8.01 9/528 21727
/proc/meminfo: memFree=13878760/32951124 swapFree=67023164/67111528
[pid=21712] ppid=21710 vsize=312352 CPUtime=309.28 cores=0-7
/proc/21712/stat : 21712 (plingeling) S 21710 21712 21461 0 -1 4202496 154529 1250 0 0 30900 28 0 0 18 0 9 0 702422588 319848448 22946 33554432000 4194304 4417452 140735015201856 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21712/statm: 78088 22946 180 55 0 75974 0
[pid=21712/tid=21719] ppid=21710 vsize=312352 CPUtime=38.71 cores=0-7
/proc/21712/task/21719/stat : 21719 (plingeling) R 21710 21712 21461 0 -1 4202560 19043 1250 0 0 3867 4 0 0 25 0 9 0 702422593 319848448 22946 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21712/tid=21720] ppid=21710 vsize=312352 CPUtime=38.72 cores=0-7
/proc/21712/task/21720/stat : 21720 (plingeling) R 21710 21712 21461 0 -1 4202560 18360 1250 0 0 3870 2 0 0 25 0 9 0 702422593 319848448 22946 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21712/tid=21721] ppid=21710 vsize=312352 CPUtime=38.74 cores=0-7
/proc/21712/task/21721/stat : 21721 (plingeling) R 21710 21712 21461 0 -1 4202560 18670 1250 0 0 3871 3 0 0 25 0 9 0 702422593 319848448 22946 33554432000 4194304 4417452 140735015201856 18446744073709551615 4365954 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21712/tid=21722] ppid=21710 vsize=312352 CPUtime=38.73 cores=0-7
/proc/21712/task/21722/stat : 21722 (plingeling) R 21710 21712 21461 0 -1 4202560 24145 1250 0 0 3869 4 0 0 25 0 9 0 702422593 319848448 22946 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21712/tid=21723] ppid=21710 vsize=312352 CPUtime=38.72 cores=0-7
/proc/21712/task/21723/stat : 21723 (plingeling) R 21710 21712 21461 0 -1 4202560 17205 1250 0 0 3869 3 0 0 25 0 9 0 702422593 319848448 22946 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21712/tid=21724] ppid=21710 vsize=312352 CPUtime=38.72 cores=0-7
/proc/21712/task/21724/stat : 21724 (plingeling) R 21710 21712 21461 0 -1 4202560 17274 1250 0 0 3869 3 0 0 25 0 9 0 702422593 319848448 22946 33554432000 4194304 4417452 140735015201856 18446744073709551615 4250505 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21712/tid=21725] ppid=21710 vsize=312352 CPUtime=38.73 cores=0-7
/proc/21712/task/21725/stat : 21725 (plingeling) R 21710 21712 21461 0 -1 4202560 17862 1250 0 0 3870 3 0 0 25 0 9 0 702422593 319848448 22946 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21712/tid=21726] ppid=21710 vsize=312352 CPUtime=38.09 cores=0-7
/proc/21712/task/21726/stat : 21726 (plingeling) R 21710 21712 21461 0 -1 4202560 16901 1250 0 0 3806 3 0 0 25 0 9 0 702422593 319848448 22946 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 309.28
Current children cumulated vsize (KiB) 312352

[startup+42.0005 s]
/proc/loadavg: 8.10 8.07 8.00 9/528 21727
/proc/meminfo: memFree=13877252/32951124 swapFree=67023164/67111528
[pid=21712] ppid=21710 vsize=313256 CPUtime=334.83 cores=0-7
/proc/21712/stat : 21712 (plingeling) S 21710 21712 21461 0 -1 4202496 165667 1250 0 0 33452 31 0 0 18 0 9 0 702422588 320774144 23172 33554432000 4194304 4417452 140735015201856 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21712/statm: 78314 23172 180 55 0 76200 0
[pid=21712/tid=21719] ppid=21710 vsize=313256 CPUtime=41.91 cores=0-7
/proc/21712/task/21719/stat : 21719 (plingeling) R 21710 21712 21461 0 -1 4202560 20423 1250 0 0 4187 4 0 0 25 0 9 0 702422593 320774144 23172 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364992 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21712/tid=21720] ppid=21710 vsize=313256 CPUtime=41.92 cores=0-7
/proc/21712/task/21720/stat : 21720 (plingeling) R 21710 21712 21461 0 -1 4202560 18923 1250 0 0 4190 2 0 0 25 0 9 0 702422593 320774144 23172 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21712/tid=21721] ppid=21710 vsize=313256 CPUtime=41.93 cores=0-7
/proc/21712/task/21721/stat : 21721 (plingeling) R 21710 21712 21461 0 -1 4202560 20248 1250 0 0 4190 3 0 0 25 0 9 0 702422593 320774144 23172 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21712/tid=21722] ppid=21710 vsize=313256 CPUtime=41.93 cores=0-7
/proc/21712/task/21722/stat : 21722 (plingeling) R 21710 21712 21461 0 -1 4202560 25867 1250 0 0 4189 4 0 0 25 0 9 0 702422593 320774144 23172 33554432000 4194304 4417452 140735015201856 18446744073709551615 4237298 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21712/tid=21723] ppid=21710 vsize=313256 CPUtime=41.92 cores=0-7
/proc/21712/task/21723/stat : 21723 (plingeling) R 21710 21712 21461 0 -1 4202560 18155 1250 0 0 4189 3 0 0 25 0 9 0 702422593 320774144 23172 33554432000 4194304 4417452 140735015201856 18446744073709551615 4366646 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21712/tid=21724] ppid=21710 vsize=313256 CPUtime=41.92 cores=0-7
/proc/21712/task/21724/stat : 21724 (plingeling) R 21710 21712 21461 0 -1 4202560 18605 1250 0 0 4189 3 0 0 25 0 9 0 702422593 320774144 23172 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21712/tid=21725] ppid=21710 vsize=313256 CPUtime=41.94 cores=0-7
/proc/21712/task/21725/stat : 21725 (plingeling) R 21710 21712 21461 0 -1 4202560 19819 1250 0 0 4190 4 0 0 25 0 9 0 702422593 320774144 23172 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21712/tid=21726] ppid=21710 vsize=313256 CPUtime=41.22 cores=0-7
/proc/21712/task/21726/stat : 21726 (plingeling) R 21710 21712 21461 0 -1 4202560 18558 1250 0 0 4119 3 0 0 25 0 9 0 702422593 320774144 23172 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 334.83
Current children cumulated vsize (KiB) 313256

[startup+43.6012 s]
/proc/loadavg: 8.10 8.07 8.00 9/528 21727
/proc/meminfo: memFree=13871800/32951124 swapFree=67023164/67111528
[pid=21712] ppid=21710 vsize=317208 CPUtime=347.58 cores=0-7
/proc/21712/stat : 21712 (plingeling) S 21710 21712 21461 0 -1 4202496 172461 1250 0 0 34727 31 0 0 18 0 9 0 702422588 324820992 24159 33554432000 4194304 4417452 140735015201856 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21712/statm: 79302 24159 180 55 0 77188 0
[pid=21712/tid=21719] ppid=21710 vsize=317208 CPUtime=43.51 cores=0-7
/proc/21712/task/21719/stat : 21719 (plingeling) R 21710 21712 21461 0 -1 4202560 21128 1250 0 0 4347 4 0 0 25 0 9 0 702422593 324820992 24159 33554432000 4194304 4417452 140735015201856 18446744073709551615 4250571 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21712/tid=21720] ppid=21710 vsize=317208 CPUtime=43.52 cores=0-7
/proc/21712/task/21720/stat : 21720 (plingeling) R 21710 21712 21461 0 -1 4202560 19514 1250 0 0 4350 2 0 0 25 0 9 0 702422593 324820992 24159 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=21712/tid=21721] ppid=21710 vsize=317208 CPUtime=43.53 cores=0-7
/proc/21712/task/21721/stat : 21721 (plingeling) R 21710 21712 21461 0 -1 4202560 20630 1250 0 0 4350 3 0 0 25 0 9 0 702422593 324820992 24159 33554432000 4194304 4417452 140735015201856 18446744073709551615 4353516 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21712/tid=21722] ppid=21710 vsize=317208 CPUtime=43.54 cores=0-7
/proc/21712/task/21722/stat : 21722 (plingeling) R 21710 21712 21461 0 -1 4202560 27549 1250 0 0 4349 5 0 0 25 0 9 0 702422593 324820992 24159 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21712/tid=21723] ppid=21710 vsize=317208 CPUtime=43.52 cores=0-7
/proc/21712/task/21723/stat : 21723 (plingeling) R 21710 21712 21461 0 -1 4202560 19377 1250 0 0 4349 3 0 0 25 0 9 0 702422593 324820992 24159 33554432000 4194304 4417452 140735015201856 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21712/tid=21724] ppid=21710 vsize=317208 CPUtime=43.52 cores=0-7
/proc/21712/task/21724/stat : 21724 (plingeling) R 21710 21712 21461 0 -1 4202560 19698 1250 0 0 4349 3 0 0 25 0 9 0 702422593 324820992 24159 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21712/tid=21725] ppid=21710 vsize=317208 CPUtime=43.54 cores=0-7
/proc/21712/task/21725/stat : 21725 (plingeling) R 21710 21712 21461 0 -1 4202560 20237 1250 0 0 4350 4 0 0 25 0 9 0 702422593 324820992 24159 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21712/tid=21726] ppid=21710 vsize=317208 CPUtime=42.79 cores=0-7
/proc/21712/task/21726/stat : 21726 (plingeling) R 21710 21712 21461 0 -1 4202560 19259 1250 0 0 4276 3 0 0 25 0 9 0 702422593 324820992 24159 33554432000 4194304 4417452 140735015201856 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 347.58
Current children cumulated vsize (KiB) 317208

[startup+44.4011 s]
/proc/loadavg: 8.17 8.08 8.01 5/524 21727
/proc/meminfo: memFree=13876296/32951124 swapFree=67023164/67111528
[pid=21712] ppid=21710 vsize=315460 CPUtime=353.76 cores=0-7
/proc/21712/stat : 21712 (plingeling) S 21710 21712 21461 0 -1 4202496 177400 1250 0 0 35344 32 0 0 17 0 4 0 702422588 323031040 23724 33554432000 4194304 4417452 140735015201856 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21712/statm: 78865 23724 181 55 0 76751 0
[pid=21712/tid=21722] ppid=21710 vsize=315460 CPUtime=44.36 cores=0-7
/proc/21712/task/21722/stat : 21722 (plingeling) R 21710 21712 21461 0 -1 4202560 27800 1250 0 0 4431 5 0 0 25 0 4 0 702422593 323031040 23724 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21712/tid=21723] ppid=21710 vsize=315460 CPUtime=44.34 cores=0-7
/proc/21712/task/21723/stat : 21723 (plingeling) R 21710 21712 21461 0 -1 4202560 19882 1250 0 0 4431 3 0 0 25 0 4 0 702422593 323031040 23724 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21712/tid=21726] ppid=21710 vsize=315460 CPUtime=43.6 cores=0-7
/proc/21712/task/21726/stat : 21726 (plingeling) R 21710 21712 21461 0 -1 4202560 19982 1250 0 0 4357 3 0 0 25 0 4 0 702422593 323031040 23724 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 353.76
Current children cumulated vsize (KiB) 315460

[startup+44.6011 s]
/proc/loadavg: 8.17 8.08 8.01 5/524 21727
/proc/meminfo: memFree=13876296/32951124 swapFree=67023164/67111528
[pid=21712] ppid=21710 vsize=317232 CPUtime=354.03 cores=0-7
/proc/21712/stat : 21712 (plingeling) S 21710 21712 21461 0 -1 4202496 177843 1250 0 0 35371 32 0 0 17 0 2 0 702422588 324845568 24167 33554432000 4194304 4417452 140735015201856 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21712/statm: 79308 24167 181 55 0 77194 0
[pid=21712/tid=21722] ppid=21710 vsize=317232 CPUtime=44.54 cores=0-7
/proc/21712/task/21722/stat : 21722 (plingeling) R 21710 21712 21461 0 -1 4202560 27800 1250 0 0 4449 5 0 0 25 0 2 0 702422593 324845568 24167 33554432000 4194304 4417452 140735015201856 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 354.03
Current children cumulated vsize (KiB) 317232

Child status: 10
Real time (s): 44.6334
CPU time (s): 354.079
CPU user time (s): 353.744
CPU system time (s): 0.334949
CPU usage (%): 793.306
Max. virtual memory (cumulated for all children) (KiB): 322896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 353.744
system time used= 0.334949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179107
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= 169
involuntary context switches= 1508

runsolver used 0.238963 second user time and 0.539917 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-22 23:34:27
IDJOB=3394588
IDBENCH=83272
IDSOLVER=1851
FILE ID=node145/3394588-1306100067
RUNJOBID= node145-1306095011-21475
PBS_JOBID= 13387969
Free space on /tmp= 73368 MiB

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

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

MD5SUM BENCH= 213e4c0c58f043e67e86cf993698317a
RANDOM SEED=877854053

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13970856 kB
Buffers:        237032 kB
Cached:        6749968 kB
SwapCached:       4796 kB
Active:       10949356 kB
Inactive:      7744648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13970856 kB
SwapTotal:    67111528 kB
SwapFree:     67023164 kB
Dirty:             780 kB
Writeback:           0 kB
AnonPages:    11702568 kB
Mapped:          38172 kB
Slab:           151968 kB
PageTables:      65252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153196108 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= 73368 MiB
End job on node145 at 2011-05-22 23:35:12