Trace number 3381075

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
claspmt 2.0-R4095-patched (fixed)SAT 12167 1524.22

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-24_567.cnf
MD5SUMcb7c9df8144e5ba66f8009983efe791f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.8079
Satisfiable
(Un)Satisfiability was proved
Number of variables284
Number of clauses42826
Sum of the clauses size191271
Maximum clause length24
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2377
Number of clauses of size 339422
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53027

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...503168/instance-3381075-1305503168.cnf
0.29/0.38	c Solving...
12165.68/1523.80	c Answer: 1
12165.68/1523.80	v -1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 -17 18 19 -20 21 22 23 24 25 26
12165.68/1523.80	v 27 28 29 -30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 -46 47 48 49
12165.68/1523.80	v 50 51 52 53 54 -55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
12165.68/1523.80	v 74 75 76 -77 -78 79 80 81 82 83 84 85 86 -87 88 89 90 91 92 93 94 95 96
12165.68/1523.80	v 97 98 99 100 101 102 103 -104 105 -106 -107 108 109 110 111 112 113 -114
12165.68/1523.80	v 115 116 -117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 -132
12165.68/1523.80	v 133 134 135 136 137 138 139 140 141 142 -143 144 145 146 147 148 149 150
12165.68/1523.80	v 151 152 153 154 155 156 157 158 159 160 161 162 163 -164 165 166 167 168
12165.68/1523.80	v 169 170 171 172 173 174 -175 176 177 178 179 180 181 182 183 184 185 186
12165.68/1523.80	v 187 188 189 -190 191 192 -193 194 195 196 197 198 199 -200 -201 202 -203
12165.68/1523.80	v 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 -220 221
12165.68/1523.80	v 222 223 224 225 226 227 228 -229 -230 231 232 233 234 235 236 237 238 239
12165.68/1523.80	v 240 241 242 243 244 245 246 247 248 249 250 251 -252 253 254 255 256 257
12165.68/1523.80	v 258 259 260 -261 -262 263 264 265 266 267 268 269 270 271 272 273 274 275
12165.68/1523.80	v 276 -277 -278 279 280 -281 282 283 284 0
12167.00/1524.21	s SATISFIABLE
12167.00/1524.21	
12167.00/1524.21	c Models        : 1+    
12167.00/1524.21	c Time          : 1524.076s (Solving: 1523.69s 1st Model: 1523.41s Unsat: 0.00s)
12167.00/1524.21	c CPU Time      : 12166.870s

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-3381075-1305503168/watcher-3381075-1305503168 -o /tmp/evaluation-result-3381075-1305503168/solver-3381075-1305503168 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381075-1305503168.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: 7.85 7.95 7.98 1/396 28758
/proc/meminfo: memFree=14555568/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=23192 CPUtime=0 cores=0-7
/proc/28758/stat : 28758 (claspmt) R 28756 28758 28696 0 -1 4202496 1184 0 0 0 0 0 0 0 25 0 1 0 740547514 23748608 1024 33554432000 4194304 4964800 140735704896448 18446744073709551615 256415052485 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/28758/statm: 5798 1025 386 189 0 672 0

[startup+0.0886231 s]
/proc/loadavg: 7.85 7.95 7.98 1/396 28758
/proc/meminfo: memFree=14555568/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=25316 CPUtime=0.08 cores=0-7
/proc/28758/stat : 28758 (claspmt) R 28756 28758 28696 0 -1 4202496 1746 0 0 0 8 0 0 0 25 0 1 0 740547514 25923584 1503 33554432000 4194304 4964800 140735704896448 18446744073709551615 4607644 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/28758/statm: 6329 1503 399 189 0 1203 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25316

[startup+0.100616 s]
/proc/loadavg: 7.85 7.95 7.98 1/396 28758
/proc/meminfo: memFree=14555568/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=25316 CPUtime=0.09 cores=0-7
/proc/28758/stat : 28758 (claspmt) R 28756 28758 28696 0 -1 4202496 1746 0 0 0 9 0 0 0 25 0 1 0 740547514 25923584 1503 33554432000 4194304 4964800 140735704896448 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/28758/statm: 6329 1503 399 189 0 1203 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25316

[startup+0.300584 s]
/proc/loadavg: 7.85 7.95 7.98 1/396 28758
/proc/meminfo: memFree=14555568/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=25316 CPUtime=0.29 cores=0-7
/proc/28758/stat : 28758 (claspmt) R 28756 28758 28696 0 -1 4202496 1746 0 0 0 29 0 0 0 25 0 1 0 740547514 25923584 1503 33554432000 4194304 4964800 140735704896448 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/28758/statm: 6329 1503 399 189 0 1203 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25316

[startup+0.70043 s]
/proc/loadavg: 7.85 7.95 7.98 1/396 28758
/proc/meminfo: memFree=14555568/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=319640 CPUtime=2.77 cores=0-7
/proc/28758/stat : 28758 (claspmt) R 28756 28758 28696 0 -1 4202496 4044 0 0 0 275 2 0 0 25 0 8 0 740547514 327311360 3715 33554432000 4194304 4964800 140735704896448 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/28758/statm: 79910 3715 464 189 0 74259 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 319640

[startup+1.50128 s]
/proc/loadavg: 7.85 7.95 7.98 9/404 28766
/proc/meminfo: memFree=14535300/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=322144 CPUtime=9.15 cores=0-7
/proc/28758/stat : 28758 (claspmt) R 28756 28758 28696 0 -1 4202496 6883 0 0 0 912 3 0 0 25 0 8 0 740547514 329875456 6554 33554432000 4194304 4964800 140735704896448 18446744073709551615 4627328 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/28758/statm: 80536 6554 464 189 0 74885 0
[pid=28758/tid=28760] ppid=28756 vsize=322144 CPUtime=1.1 cores=0-7
/proc/28758/task/28760/stat : 28760 (claspmt) R 28756 28758 28696 0 -1 4202560 579 0 0 0 110 0 0 0 19 0 8 0 740547553 329875456 6554 33554432000 4194304 4964800 140735704896448 18446744073709551615 4332355 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=28758/tid=28761] ppid=28756 vsize=322144 CPUtime=1.08 cores=0-7
/proc/28758/task/28761/stat : 28761 (claspmt) R 28756 28758 28696 0 -1 4202560 686 0 0 0 108 0 0 0 19 0 8 0 740547553 329875456 6554 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28758/tid=28762] ppid=28756 vsize=322144 CPUtime=1.1 cores=0-7
/proc/28758/task/28762/stat : 28762 (claspmt) R 28756 28758 28696 0 -1 4202560 596 0 0 0 110 0 0 0 19 0 8 0 740547553 329875456 6554 33554432000 4194304 4964800 140735704896448 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=28758/tid=28763] ppid=28756 vsize=322144 CPUtime=1.09 cores=0-7
/proc/28758/task/28763/stat : 28763 (claspmt) R 28756 28758 28696 0 -1 4202560 550 0 0 0 109 0 0 0 19 0 8 0 740547553 329875456 6554 33554432000 4194304 4964800 140735704896448 18446744073709551615 4684742 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=28758/tid=28764] ppid=28756 vsize=322144 CPUtime=1.1 cores=0-7
/proc/28758/task/28764/stat : 28764 (claspmt) R 28756 28758 28696 0 -1 4202560 551 0 0 0 110 0 0 0 19 0 8 0 740547553 329875456 6554 33554432000 4194304 4964800 140735704896448 18446744073709551615 4627293 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28758/tid=28765] ppid=28756 vsize=322144 CPUtime=1.09 cores=0-7
/proc/28758/task/28765/stat : 28765 (claspmt) R 28756 28758 28696 0 -1 4202560 704 0 0 0 109 0 0 0 19 0 8 0 740547553 329875456 6554 33554432000 4194304 4964800 140735704896448 18446744073709551615 4456563 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28758/tid=28766] ppid=28756 vsize=322144 CPUtime=1.09 cores=0-7
/proc/28758/task/28766/stat : 28766 (claspmt) R 28756 28758 28696 0 -1 4202560 911 0 0 0 109 0 0 0 18 0 8 0 740547553 329875456 6554 33554432000 4194304 4964800 140735704896448 18446744073709551615 4627211 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.15
Current children cumulated vsize (KiB) 322144

[startup+3.10098 s]
/proc/loadavg: 7.85 7.95 7.98 9/404 28767
/proc/meminfo: memFree=14527364/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=323128 CPUtime=21.93 cores=0-7
/proc/28758/stat : 28758 (claspmt) R 28756 28758 28696 0 -1 4202496 8576 0 0 0 2189 4 0 0 25 0 8 0 740547514 330883072 8247 33554432000 4194304 4964800 140735704896448 18446744073709551615 4668734 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/28758/statm: 80782 8247 464 189 0 75131 0
[pid=28758/tid=28760] ppid=28756 vsize=323128 CPUtime=2.7 cores=0-7
/proc/28758/task/28760/stat : 28760 (claspmt) R 28756 28758 28696 0 -1 4202560 774 0 0 0 270 0 0 0 23 0 8 0 740547553 330883072 8247 33554432000 4194304 4964800 140735704896448 18446744073709551615 4627263 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=28758/tid=28761] ppid=28756 vsize=323128 CPUtime=2.66 cores=0-7
/proc/28758/task/28761/stat : 28761 (claspmt) R 28756 28758 28696 0 -1 4202560 1002 0 0 0 266 0 0 0 23 0 8 0 740547553 330883072 8247 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28758/tid=28762] ppid=28756 vsize=323128 CPUtime=2.69 cores=0-7
/proc/28758/task/28762/stat : 28762 (claspmt) R 28756 28758 28696 0 -1 4202560 805 0 0 0 269 0 0 0 23 0 8 0 740547553 330883072 8247 33554432000 4194304 4964800 140735704896448 18446744073709551615 4668756 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=28758/tid=28763] ppid=28756 vsize=323128 CPUtime=2.69 cores=0-7
/proc/28758/task/28763/stat : 28763 (claspmt) R 28756 28758 28696 0 -1 4202560 712 0 0 0 269 0 0 0 22 0 8 0 740547553 330883072 8247 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670496 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=28758/tid=28764] ppid=28756 vsize=323128 CPUtime=2.7 cores=0-7
/proc/28758/task/28764/stat : 28764 (claspmt) R 28756 28758 28696 0 -1 4202560 663 0 0 0 270 0 0 0 23 0 8 0 740547553 330883072 8247 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28758/tid=28765] ppid=28756 vsize=323128 CPUtime=2.69 cores=0-7
/proc/28758/task/28765/stat : 28765 (claspmt) R 28756 28758 28696 0 -1 4202560 934 0 0 0 269 0 0 0 22 0 8 0 740547553 330883072 8247 33554432000 4194304 4964800 140735704896448 18446744073709551615 4627338 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28758/tid=28766] ppid=28756 vsize=323128 CPUtime=2.69 cores=0-7
/proc/28758/task/28766/stat : 28766 (claspmt) R 28756 28758 28696 0 -1 4202560 1187 0 0 0 269 0 0 0 21 0 8 0 740547553 330883072 8247 33554432000 4194304 4964800 140735704896448 18446744073709551615 4321029 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 21.93
Current children cumulated vsize (KiB) 323128

[startup+6.30038 s]
/proc/loadavg: 7.86 7.95 7.98 9/404 28767
/proc/meminfo: memFree=14516960/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=325104 CPUtime=47.47 cores=0-7
/proc/28758/stat : 28758 (claspmt) R 28756 28758 28696 0 -1 4202496 10769 0 0 0 4742 5 0 0 25 0 8 0 740547514 332906496 10440 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670346 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/28758/statm: 81276 10440 466 189 0 75625 0
[pid=28758/tid=28760] ppid=28756 vsize=325104 CPUtime=5.89 cores=0-7
/proc/28758/task/28760/stat : 28760 (claspmt) R 28756 28758 28696 0 -1 4202560 997 0 0 0 589 0 0 0 25 0 8 0 740547553 332906496 10440 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=28758/tid=28761] ppid=28756 vsize=325104 CPUtime=5.81 cores=0-7
/proc/28758/task/28761/stat : 28761 (claspmt) R 28756 28758 28696 0 -1 4202560 1531 0 0 0 581 0 0 0 25 0 8 0 740547553 332906496 10440 33554432000 4194304 4964800 140735704896448 18446744073709551615 4651481 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28758/tid=28762] ppid=28756 vsize=325104 CPUtime=5.89 cores=0-7
/proc/28758/task/28762/stat : 28762 (claspmt) R 28756 28758 28696 0 -1 4202560 1109 0 0 0 589 0 0 0 25 0 8 0 740547553 332906496 10440 33554432000 4194304 4964800 140735704896448 18446744073709551615 4346000 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=28758/tid=28763] ppid=28756 vsize=325104 CPUtime=5.89 cores=0-7
/proc/28758/task/28763/stat : 28763 (claspmt) R 28756 28758 28696 0 -1 4202560 898 0 0 0 589 0 0 0 25 0 8 0 740547553 332906496 10440 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670645 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=28758/tid=28764] ppid=28756 vsize=325104 CPUtime=5.9 cores=0-7
/proc/28758/task/28764/stat : 28764 (claspmt) R 28756 28758 28696 0 -1 4202560 882 0 0 0 590 0 0 0 25 0 8 0 740547553 332906496 10440 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28758/tid=28765] ppid=28756 vsize=325104 CPUtime=5.88 cores=0-7
/proc/28758/task/28765/stat : 28765 (claspmt) R 28756 28758 28696 0 -1 4202560 1211 0 0 0 588 0 0 0 25 0 8 0 740547553 332906496 10440 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28758/tid=28766] ppid=28756 vsize=325104 CPUtime=5.89 cores=0-7
/proc/28758/task/28766/stat : 28766 (claspmt) R 28756 28758 28696 0 -1 4202560 1447 0 0 0 588 1 0 0 25 0 8 0 740547553 332906496 10440 33554432000 4194304 4964800 140735704896448 18446744073709551615 4627259 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 47.47
Current children cumulated vsize (KiB) 325104

[startup+12.7012 s]
/proc/loadavg: 7.87 7.95 7.98 9/404 28767
/proc/meminfo: memFree=14497744/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=329300 CPUtime=98.58 cores=0-7
/proc/28758/stat : 28758 (claspmt) R 28756 28758 28696 0 -1 4202496 15557 0 0 0 9850 8 0 0 25 0 8 0 740547514 337203200 15228 33554432000 4194304 4964800 140735704896448 18446744073709551615 4334283 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/28758/statm: 82325 15228 466 189 0 76674 0
[pid=28758/tid=28760] ppid=28756 vsize=329300 CPUtime=12.28 cores=0-7
/proc/28758/task/28760/stat : 28760 (claspmt) R 28756 28758 28696 0 -1 4202560 1523 0 0 0 1228 0 0 0 25 0 8 0 740547553 337203200 15228 33554432000 4194304 4964800 140735704896448 18446744073709551615 4668756 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=28758/tid=28761] ppid=28756 vsize=329300 CPUtime=12.14 cores=0-7
/proc/28758/task/28761/stat : 28761 (claspmt) R 28756 28758 28696 0 -1 4202560 2811 0 0 0 1213 1 0 0 25 0 8 0 740547553 337203200 15228 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28758/tid=28762] ppid=28756 vsize=329300 CPUtime=12.29 cores=0-7
/proc/28758/task/28762/stat : 28762 (claspmt) R 28756 28758 28696 0 -1 4202560 1432 0 0 0 1229 0 0 0 25 0 8 0 740547553 337203200 15228 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=28758/tid=28763] ppid=28756 vsize=329300 CPUtime=12.29 cores=0-7
/proc/28758/task/28763/stat : 28763 (claspmt) R 28756 28758 28696 0 -1 4202560 1272 0 0 0 1229 0 0 0 25 0 8 0 740547553 337203200 15228 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=28758/tid=28764] ppid=28756 vsize=329300 CPUtime=12.29 cores=0-7
/proc/28758/task/28764/stat : 28764 (claspmt) R 28756 28758 28696 0 -1 4202560 1409 0 0 0 1229 0 0 0 25 0 8 0 740547553 337203200 15228 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28758/tid=28765] ppid=28756 vsize=329300 CPUtime=12.28 cores=0-7
/proc/28758/task/28765/stat : 28765 (claspmt) R 28756 28758 28696 0 -1 4202560 1727 0 0 0 1228 0 0 0 25 0 8 0 740547553 337203200 15228 33554432000 4194304 4964800 140735704896448 18446744073709551615 4668698 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28758/tid=28766] ppid=28756 vsize=329300 CPUtime=12.3 cores=0-7
/proc/28758/task/28766/stat : 28766 (claspmt) R 28756 28758 28696 0 -1 4202560 2196 0 0 0 1228 2 0 0 25 0 8 0 740547553 337203200 15228 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 98.58
Current children cumulated vsize (KiB) 329300

[startup+25.5008 s]
/proc/loadavg: 7.90 7.95 7.98 9/404 28767
/proc/meminfo: memFree=14476328/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=333916 CPUtime=200.79 cores=0-7
/proc/28758/stat : 28758 (claspmt) R 28756 28758 28696 0 -1 4202496 20636 0 0 0 20068 11 0 0 25 0 8 0 740547514 341929984 20285 33554432000 4194304 4964800 140735704896448 18446744073709551615 4627309 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/28758/statm: 83479 20285 466 189 0 77828 0
[pid=28758/tid=28760] ppid=28756 vsize=333916 CPUtime=25.08 cores=0-7
/proc/28758/task/28760/stat : 28760 (claspmt) R 28756 28758 28696 0 -1 4202560 2115 0 0 0 2507 1 0 0 25 0 8 0 740547553 341929984 20285 33554432000 4194304 4964800 140735704896448 18446744073709551615 4362275 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=28758/tid=28761] ppid=28756 vsize=333916 CPUtime=24.76 cores=0-7
/proc/28758/task/28761/stat : 28761 (claspmt) R 28756 28758 28696 0 -1 4202560 3889 0 0 0 2475 1 0 0 25 0 8 0 740547553 341929984 20285 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28758/tid=28762] ppid=28756 vsize=333916 CPUtime=25.09 cores=0-7
/proc/28758/task/28762/stat : 28762 (claspmt) R 28756 28758 28696 0 -1 4202560 1969 0 0 0 2509 0 0 0 25 0 8 0 740547553 341929984 20285 33554432000 4194304 4964800 140735704896448 18446744073709551615 4668725 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=28758/tid=28763] ppid=28756 vsize=333916 CPUtime=25.09 cores=0-7
/proc/28758/task/28763/stat : 28763 (claspmt) R 28756 28758 28696 0 -1 4202560 1837 0 0 0 2508 1 0 0 25 0 8 0 740547553 341929984 20285 33554432000 4194304 4964800 140735704896448 18446744073709551615 4668829 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=28758/tid=28764] ppid=28756 vsize=333916 CPUtime=25.09 cores=0-7
/proc/28758/task/28764/stat : 28764 (claspmt) R 28756 28758 28696 0 -1 4202560 1845 0 0 0 2509 0 0 0 25 0 8 0 740547553 341929984 20285 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670295 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28758/tid=28765] ppid=28756 vsize=333916 CPUtime=25.09 cores=0-7
/proc/28758/task/28765/stat : 28765 (claspmt) R 28756 28758 28696 0 -1 4202560 2329 0 0 0 2508 1 0 0 25 0 8 0 740547553 341929984 20285 33554432000 4194304 4964800 140735704896448 18446744073709551615 4627365 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28758/tid=28766] ppid=28756 vsize=333916 CPUtime=25.09 cores=0-7
/proc/28758/task/28766/stat : 28766 (claspmt) R 28756 28758 28696 0 -1 4202560 3016 0 0 0 2507 2 0 0 25 0 8 0 740547553 341929984 20285 33554432000 4194304 4964800 140735704896448 18446744073709551615 4660195 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 200.79
Current children cumulated vsize (KiB) 333916

[startup+51.1009 s]
/proc/loadavg: 7.93 7.95 7.98 9/404 28768
/proc/meminfo: memFree=14445528/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=341896 CPUtime=405.25 cores=0-7
/proc/28758/stat : 28758 (claspmt) R 28756 28758 28696 0 -1 4202496 28936 0 0 0 40509 16 0 0 25 0 8 0 740547514 350101504 28071 33554432000 4194304 4964800 140735704896448 18446744073709551615 4320909 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/28758/statm: 85474 28071 466 189 0 79823 0
[pid=28758/tid=28760] ppid=28756 vsize=341896 CPUtime=50.67 cores=0-7
/proc/28758/task/28760/stat : 28760 (claspmt) R 28756 28758 28696 0 -1 4202560 3150 0 0 0 5066 1 0 0 25 0 8 0 740547553 350101504 28071 33554432000 4194304 4964800 140735704896448 18446744073709551615 4627810 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=28758/tid=28761] ppid=28756 vsize=341896 CPUtime=50.04 cores=0-7
/proc/28758/task/28761/stat : 28761 (claspmt) R 28756 28758 28696 0 -1 4202560 6597 0 0 0 5002 2 0 0 25 0 8 0 740547553 350101504 28071 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=28758/tid=28762] ppid=28756 vsize=341896 CPUtime=50.69 cores=0-7
/proc/28758/task/28762/stat : 28762 (claspmt) R 28756 28758 28696 0 -1 4202560 2648 0 0 0 5068 1 0 0 25 0 8 0 740547553 350101504 28071 33554432000 4194304 4964800 140735704896448 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=28758/tid=28763] ppid=28756 vsize=341896 CPUtime=50.69 cores=0-7
/proc/28758/task/28763/stat : 28763 (claspmt) R 28756 28758 28696 0 -1 4202560 2786 0 0 0 5068 1 0 0 25 0 8 0 740547553 350101504 28071 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=28758/tid=28764] ppid=28756 vsize=341896 CPUtime=50.69 cores=0-7
/proc/28758/task/28764/stat : 28764 (claspmt) R 28756 28758 28696 0 -1 4202560 2675 0 0 0 5068 1 0 0 25 0 8 0 740547553 350101504 28071 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670434 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28758/tid=28765] ppid=28756 vsize=341896 CPUtime=50.68 cores=0-7
/proc/28758/task/28765/stat : 28765 (claspmt) R 28756 28758 28696 0 -1 4202560 2864 0 0 0 5067 1 0 0 25 0 8 0 740547553 350101504 28071 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28758/tid=28766] ppid=28756 vsize=341896 CPUtime=50.69 cores=0-7
/proc/28758/task/28766/stat : 28766 (claspmt) R 28756 28758 28696 0 -1 4202560 4014 0 0 0 5066 3 0 0 25 0 8 0 740547553 350101504 28071 33554432000 4194304 4964800 140735704896448 18446744073709551615 4342144 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 405.25

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

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

[startup+1484.7 s]
/proc/loadavg: 8.07 8.04 8.00 9/404 28815
/proc/meminfo: memFree=14213824/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=654344 CPUtime=11854.2 cores=0-7
/proc/28758/stat : 28758 (claspmt) R 28756 28758 28696 0 -1 4202496 92408 0 0 0 1185313 110 0 0 25 0 8 0 740547514 670048256 85643 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670346 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/28758/statm: 163586 85643 466 189 0 157935 0
[pid=28758/tid=28760] ppid=28756 vsize=654344 CPUtime=1483.71 cores=0-7
/proc/28758/task/28760/stat : 28760 (claspmt) R 28756 28758 28696 0 -1 4202560 15975 0 0 0 148361 10 0 0 25 0 8 0 740547553 670048256 85643 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=28758/tid=28761] ppid=28756 vsize=654344 CPUtime=1481.32 cores=0-7
/proc/28758/task/28761/stat : 28761 (claspmt) R 28756 28758 28696 0 -1 4202560 21601 0 0 0 148117 15 0 0 25 0 8 0 740547553 670048256 85643 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28758/tid=28762] ppid=28756 vsize=654344 CPUtime=1484.21 cores=0-7
/proc/28758/task/28762/stat : 28762 (claspmt) R 28756 28758 28696 0 -1 4202560 6883 0 0 0 148410 11 0 0 25 0 8 0 740547553 670048256 85643 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=28758/tid=28763] ppid=28756 vsize=654344 CPUtime=1484.21 cores=0-7
/proc/28758/task/28763/stat : 28763 (claspmt) R 28756 28758 28696 0 -1 4202560 11485 0 0 0 148410 11 0 0 25 0 8 0 740547553 670048256 85643 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=28758/tid=28764] ppid=28756 vsize=654344 CPUtime=1484.2 cores=0-7
/proc/28758/task/28764/stat : 28764 (claspmt) R 28756 28758 28696 0 -1 4202560 11043 0 0 0 148410 10 0 0 25 0 8 0 740547553 670048256 85643 33554432000 4194304 4964800 140735704896448 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28758/tid=28765] ppid=28756 vsize=654344 CPUtime=1484.15 cores=0-7
/proc/28758/task/28765/stat : 28765 (claspmt) R 28756 28758 28696 0 -1 4202560 7237 0 0 0 148403 12 0 0 25 0 8 0 740547553 670048256 85643 33554432000 4194304 4964800 140735704896448 18446744073709551615 4627338 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28758/tid=28766] ppid=28756 vsize=654344 CPUtime=1467.77 cores=0-7
/proc/28758/task/28766/stat : 28766 (claspmt) R 28756 28758 28696 0 -1 4202560 10993 0 0 0 146755 22 0 0 25 0 8 0 740547553 670048256 85643 33554432000 4194304 4964800 140735704896448 18446744073709551615 4320984 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11854.2
Current children cumulated vsize (KiB) 654344

[startup+1510.32 s]
/proc/loadavg: 8.05 8.03 8.00 9/404 28816
/proc/meminfo: memFree=14213064/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=654344 CPUtime=12058.8 cores=0-7
/proc/28758/stat : 28758 (claspmt) R 28756 28758 28696 0 -1 4202496 92709 0 0 0 1205766 111 0 0 25 0 8 0 740547514 670048256 85816 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/28758/statm: 163586 85816 466 189 0 157935 0
[pid=28758/tid=28760] ppid=28756 vsize=654344 CPUtime=1509.3 cores=0-7
/proc/28758/task/28760/stat : 28760 (claspmt) R 28756 28758 28696 0 -1 4202560 16167 0 0 0 150920 10 0 0 25 0 8 0 740547553 670048256 85816 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=28758/tid=28761] ppid=28756 vsize=654344 CPUtime=1506.93 cores=0-7
/proc/28758/task/28761/stat : 28761 (claspmt) R 28756 28758 28696 0 -1 4202560 21605 0 0 0 150678 15 0 0 25 0 8 0 740547553 670048256 85816 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670371 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28758/tid=28762] ppid=28756 vsize=654344 CPUtime=1509.82 cores=0-7
/proc/28758/task/28762/stat : 28762 (claspmt) R 28756 28758 28696 0 -1 4202560 6897 0 0 0 150971 11 0 0 25 0 8 0 740547553 670048256 85816 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=28758/tid=28763] ppid=28756 vsize=654344 CPUtime=1509.82 cores=0-7
/proc/28758/task/28763/stat : 28763 (claspmt) R 28756 28758 28696 0 -1 4202560 11485 0 0 0 150971 11 0 0 25 0 8 0 740547553 670048256 85816 33554432000 4194304 4964800 140735704896448 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=28758/tid=28764] ppid=28756 vsize=654344 CPUtime=1509.82 cores=0-7
/proc/28758/task/28764/stat : 28764 (claspmt) R 28756 28758 28696 0 -1 4202560 11111 0 0 0 150972 10 0 0 25 0 8 0 740547553 670048256 85816 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28758/tid=28765] ppid=28756 vsize=654344 CPUtime=1509.77 cores=0-7
/proc/28758/task/28765/stat : 28765 (claspmt) R 28756 28758 28696 0 -1 4202560 7237 0 0 0 150964 13 0 0 25 0 8 0 740547553 670048256 85816 33554432000 4194304 4964800 140735704896448 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28758/tid=28766] ppid=28756 vsize=654344 CPUtime=1493.05 cores=0-7
/proc/28758/task/28766/stat : 28766 (claspmt) R 28756 28758 28696 0 -1 4202560 11012 0 0 0 149282 23 0 0 25 0 8 0 740547553 670048256 85816 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12058.8
Current children cumulated vsize (KiB) 654344

[startup+1516.7 s]
/proc/loadavg: 8.12 8.05 8.01 9/404 28816
/proc/meminfo: memFree=14212444/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=654344 CPUtime=12109.8 cores=0-7
/proc/28758/stat : 28758 (claspmt) R 28756 28758 28696 0 -1 4202496 92936 0 0 0 1210868 111 0 0 25 0 8 0 740547514 670048256 86043 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/28758/statm: 163586 86043 466 189 0 157935 0
[pid=28758/tid=28760] ppid=28756 vsize=654344 CPUtime=1515.69 cores=0-7
/proc/28758/task/28760/stat : 28760 (claspmt) R 28756 28758 28696 0 -1 4202560 16167 0 0 0 151559 10 0 0 25 0 8 0 740547553 670048256 86043 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=28758/tid=28761] ppid=28756 vsize=654344 CPUtime=1513.32 cores=0-7
/proc/28758/task/28761/stat : 28761 (claspmt) R 28756 28758 28696 0 -1 4202560 21647 0 0 0 151317 15 0 0 25 0 8 0 740547553 670048256 86043 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28758/tid=28762] ppid=28756 vsize=654344 CPUtime=1516.21 cores=0-7
/proc/28758/task/28762/stat : 28762 (claspmt) R 28756 28758 28696 0 -1 4202560 6898 0 0 0 151610 11 0 0 25 0 8 0 740547553 670048256 86043 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=28758/tid=28763] ppid=28756 vsize=654344 CPUtime=1516.21 cores=0-7
/proc/28758/task/28763/stat : 28763 (claspmt) R 28756 28758 28696 0 -1 4202560 11602 0 0 0 151610 11 0 0 25 0 8 0 740547553 670048256 86043 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=28758/tid=28764] ppid=28756 vsize=654344 CPUtime=1516.2 cores=0-7
/proc/28758/task/28764/stat : 28764 (claspmt) R 28756 28758 28696 0 -1 4202560 11111 0 0 0 151610 10 0 0 25 0 8 0 740547553 670048256 86043 33554432000 4194304 4964800 140735704896448 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28758/tid=28765] ppid=28756 vsize=654344 CPUtime=1516.15 cores=0-7
/proc/28758/task/28765/stat : 28765 (claspmt) R 28756 28758 28696 0 -1 4202560 7245 0 0 0 151602 13 0 0 25 0 8 0 740547553 670048256 86043 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28758/tid=28766] ppid=28756 vsize=654344 CPUtime=1499.37 cores=0-7
/proc/28758/task/28766/stat : 28766 (claspmt) R 28756 28758 28696 0 -1 4202560 11044 0 0 0 149914 23 0 0 25 0 8 0 740547553 670048256 86043 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12109.8
Current children cumulated vsize (KiB) 654344

[startup+1519.9 s]
/proc/loadavg: 8.11 8.05 8.00 9/404 28816
/proc/meminfo: memFree=14212068/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=654628 CPUtime=12135.3 cores=0-7
/proc/28758/stat : 28758 (claspmt) R 28756 28758 28696 0 -1 4202496 92966 0 0 0 1213423 111 0 0 25 0 8 0 740547514 670339072 86073 33554432000 4194304 4964800 140735704896448 18446744073709551615 4668568 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/28758/statm: 163657 86073 466 189 0 158006 0
[pid=28758/tid=28760] ppid=28756 vsize=654628 CPUtime=1518.89 cores=0-7
/proc/28758/task/28760/stat : 28760 (claspmt) R 28756 28758 28696 0 -1 4202560 16167 0 0 0 151879 10 0 0 25 0 8 0 740547553 670339072 86073 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=28758/tid=28761] ppid=28756 vsize=654628 CPUtime=1516.52 cores=0-7
/proc/28758/task/28761/stat : 28761 (claspmt) R 28756 28758 28696 0 -1 4202560 21650 0 0 0 151637 15 0 0 25 0 8 0 740547553 670339072 86073 33554432000 4194304 4964800 140735704896448 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28758/tid=28762] ppid=28756 vsize=654628 CPUtime=1519.41 cores=0-7
/proc/28758/task/28762/stat : 28762 (claspmt) R 28756 28758 28696 0 -1 4202560 6898 0 0 0 151930 11 0 0 25 0 8 0 740547553 670339072 86073 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=28758/tid=28763] ppid=28756 vsize=654628 CPUtime=1519.41 cores=0-7
/proc/28758/task/28763/stat : 28763 (claspmt) R 28756 28758 28696 0 -1 4202560 11608 0 0 0 151930 11 0 0 25 0 8 0 740547553 670339072 86073 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=28758/tid=28764] ppid=28756 vsize=654628 CPUtime=1519.4 cores=0-7
/proc/28758/task/28764/stat : 28764 (claspmt) R 28756 28758 28696 0 -1 4202560 11132 0 0 0 151930 10 0 0 25 0 8 0 740547553 670339072 86073 33554432000 4194304 4964800 140735704896448 18446744073709551615 4627338 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28758/tid=28765] ppid=28756 vsize=654628 CPUtime=1519.35 cores=0-7
/proc/28758/task/28765/stat : 28765 (claspmt) R 28756 28758 28696 0 -1 4202560 7245 0 0 0 151922 13 0 0 25 0 8 0 740547553 670339072 86073 33554432000 4194304 4964800 140735704896448 18446744073709551615 4668737 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28758/tid=28766] ppid=28756 vsize=654628 CPUtime=1502.52 cores=0-7
/proc/28758/task/28766/stat : 28766 (claspmt) R 28756 28758 28696 0 -1 4202560 11044 0 0 0 150229 23 0 0 25 0 8 0 740547553 670339072 86073 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12135.3
Current children cumulated vsize (KiB) 654628

[startup+1521.5 s]
/proc/loadavg: 8.11 8.05 8.00 9/404 28816
/proc/meminfo: memFree=14212176/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=654628 CPUtime=12148.1 cores=0-7
/proc/28758/stat : 28758 (claspmt) R 28756 28758 28696 0 -1 4202496 92968 0 0 0 1214700 112 0 0 25 0 8 0 740547514 670339072 86075 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/28758/statm: 163657 86075 466 189 0 158006 0
[pid=28758/tid=28760] ppid=28756 vsize=654628 CPUtime=1520.49 cores=0-7
/proc/28758/task/28760/stat : 28760 (claspmt) R 28756 28758 28696 0 -1 4202560 16167 0 0 0 152039 10 0 0 25 0 8 0 740547553 670339072 86075 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=28758/tid=28761] ppid=28756 vsize=654628 CPUtime=1518.12 cores=0-7
/proc/28758/task/28761/stat : 28761 (claspmt) R 28756 28758 28696 0 -1 4202560 21650 0 0 0 151797 15 0 0 25 0 8 0 740547553 670339072 86075 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28758/tid=28762] ppid=28756 vsize=654628 CPUtime=1521 cores=0-7
/proc/28758/task/28762/stat : 28762 (claspmt) R 28756 28758 28696 0 -1 4202560 6898 0 0 0 152089 11 0 0 25 0 8 0 740547553 670339072 86075 33554432000 4194304 4964800 140735704896448 18446744073709551615 4320848 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=28758/tid=28763] ppid=28756 vsize=654628 CPUtime=1521.01 cores=0-7
/proc/28758/task/28763/stat : 28763 (claspmt) R 28756 28758 28696 0 -1 4202560 11609 0 0 0 152090 11 0 0 25 0 8 0 740547553 670339072 86075 33554432000 4194304 4964800 140735704896448 18446744073709551615 4627365 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=28758/tid=28764] ppid=28756 vsize=654628 CPUtime=1521 cores=0-7
/proc/28758/task/28764/stat : 28764 (claspmt) R 28756 28758 28696 0 -1 4202560 11133 0 0 0 152090 10 0 0 25 0 8 0 740547553 670339072 86075 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28758/tid=28765] ppid=28756 vsize=654628 CPUtime=1520.95 cores=0-7
/proc/28758/task/28765/stat : 28765 (claspmt) R 28756 28758 28696 0 -1 4202560 7245 0 0 0 152082 13 0 0 25 0 8 0 740547553 670339072 86075 33554432000 4194304 4964800 140735704896448 18446744073709551615 4320879 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28758/tid=28766] ppid=28756 vsize=654628 CPUtime=1504.09 cores=0-7
/proc/28758/task/28766/stat : 28766 (claspmt) R 28756 28758 28696 0 -1 4202560 11044 0 0 0 150386 23 0 0 25 0 8 0 740547553 670339072 86075 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12148.1
Current children cumulated vsize (KiB) 654628

[startup+1523.1 s]
/proc/loadavg: 8.11 8.05 8.00 9/404 28816
/proc/meminfo: memFree=14212176/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=654628 CPUtime=12160.9 cores=0-7
/proc/28758/stat : 28758 (claspmt) R 28756 28758 28696 0 -1 4202496 93019 0 0 0 1215978 112 0 0 25 0 8 0 740547514 670339072 86126 33554432000 4194304 4964800 140735704896448 18446744073709551615 4659352 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/28758/statm: 163657 86126 466 189 0 158006 0
[pid=28758/tid=28760] ppid=28756 vsize=654628 CPUtime=1522.09 cores=0-7
/proc/28758/task/28760/stat : 28760 (claspmt) R 28756 28758 28696 0 -1 4202560 16167 0 0 0 152199 10 0 0 25 0 8 0 740547553 670339072 86126 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=28758/tid=28761] ppid=28756 vsize=654628 CPUtime=1519.72 cores=0-7
/proc/28758/task/28761/stat : 28761 (claspmt) R 28756 28758 28696 0 -1 4202560 21650 0 0 0 151957 15 0 0 25 0 8 0 740547553 670339072 86126 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=28758/tid=28762] ppid=28756 vsize=654628 CPUtime=1522.6 cores=0-7
/proc/28758/task/28762/stat : 28762 (claspmt) R 28756 28758 28696 0 -1 4202560 6898 0 0 0 152249 11 0 0 25 0 8 0 740547553 670339072 86126 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=28758/tid=28763] ppid=28756 vsize=654628 CPUtime=1522.61 cores=0-7
/proc/28758/task/28763/stat : 28763 (claspmt) R 28756 28758 28696 0 -1 4202560 11610 0 0 0 152250 11 0 0 25 0 8 0 740547553 670339072 86126 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=28758/tid=28764] ppid=28756 vsize=654628 CPUtime=1522.6 cores=0-7
/proc/28758/task/28764/stat : 28764 (claspmt) R 28756 28758 28696 0 -1 4202560 11176 0 0 0 152250 10 0 0 25 0 8 0 740547553 670339072 86126 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=28758/tid=28765] ppid=28756 vsize=654628 CPUtime=1522.55 cores=0-7
/proc/28758/task/28765/stat : 28765 (claspmt) R 28756 28758 28696 0 -1 4202560 7252 0 0 0 152242 13 0 0 25 0 8 0 740547553 670339072 86126 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670349 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=28758/tid=28766] ppid=28756 vsize=654628 CPUtime=1505.67 cores=0-7
/proc/28758/task/28766/stat : 28766 (claspmt) R 28756 28758 28696 0 -1 4202560 11044 0 0 0 150544 23 0 0 25 0 8 0 740547553 670339072 86126 33554432000 4194304 4964800 140735704896448 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12160.9
Current children cumulated vsize (KiB) 654628

[startup+1523.9 s]
/proc/loadavg: 8.11 8.05 8.00 9/404 28816
/proc/meminfo: memFree=14211928/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=654628 CPUtime=12166.7 cores=0-7
/proc/28758/stat : 28758 (claspmt) S 28756 28758 28696 0 -1 4202496 93131 0 0 0 1216556 112 0 0 25 0 3 0 740547514 670339072 86237 33554432000 4194304 4964800 140735704896448 18446744073709551615 256427194341 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/28758/statm: 163657 86237 468 189 0 158006 0
[pid=28758/tid=28760] ppid=28756 vsize=654628 CPUtime=1522.89 cores=0-7
/proc/28758/task/28760/stat : 28760 (claspmt) R 28756 28758 28696 0 -1 4202560 16263 0 0 0 152279 10 0 0 25 0 3 0 740547553 670339072 86237 33554432000 4194304 4964800 140735704896448 18446744073709551615 256415089258 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=28758/tid=28765] ppid=28756 vsize=654628 CPUtime=1523.35 cores=0-7
/proc/28758/task/28765/stat : 28765 (claspmt) R 28756 28758 28696 0 -1 4202560 7259 0 0 0 152322 13 0 0 18 0 3 0 740547553 670339072 86237 33554432000 4194304 4964800 140735704896448 18446744073709551615 4644882 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12166.7
Current children cumulated vsize (KiB) 654628

[startup+1524.1 s]
/proc/loadavg: 8.11 8.05 8.00 9/404 28816
/proc/meminfo: memFree=14211928/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=654628 CPUtime=12166.9 cores=0-7
/proc/28758/stat : 28758 (claspmt) R 28756 28758 28696 0 -1 4202496 93139 0 0 0 1216577 112 0 0 23 0 1 0 740547514 670339072 86181 33554432000 4194304 4964800 140735704896448 18446744073709551615 256415047009 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28758/statm: 163657 86181 476 189 0 158006 0
Current children cumulated CPU time (s) 12166.9
Current children cumulated vsize (KiB) 654628

[startup+1524.2 s]
/proc/loadavg: 8.11 8.05 8.00 9/404 28816
/proc/meminfo: memFree=14211928/32950928 swapFree=67111200/67111528
[pid=28758] ppid=28756 vsize=433488 CPUtime=12167 cores=0-7
/proc/28758/stat : 28758 (claspmt) R 28756 28758 28696 0 -1 4202496 93139 0 0 0 1216587 113 0 0 23 0 1 0 740547514 443891712 66592 33554432000 4194304 4964800 140735704896448 18446744073709551615 256415417450 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/28758/statm: 108372 66592 476 189 0 102721 0
Current children cumulated CPU time (s) 12167
Current children cumulated vsize (KiB) 433488

Child status: 10
Real time (s): 1524.22
CPU time (s): 12167
CPU user time (s): 12165.9
CPU system time (s): 1.14582
CPU usage (%): 798.247
Max. virtual memory (cumulated for all children) (KiB): 654628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12165.9
system time used= 1.14582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93140
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= 60966
involuntary context switches= 57052

runsolver used 6.01109 second user time and 13.7949 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-16 01:46:08
IDJOB=3381075
IDBENCH=83266
IDSOLVER=1865
FILE ID=node115/3381075-1305503168
RUNJOBID= node115-1305503087-28710
PBS_JOBID= 13325468
Free space on /tmp= 73244 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-24_567.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3381075-1305503168/watcher-3381075-1305503168 -o /tmp/evaluation-result-3381075-1305503168/solver-3381075-1305503168 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381075-1305503168.cnf

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

MD5SUM BENCH= cb7c9df8144e5ba66f8009983efe791f
RANDOM SEED=1157316396

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.75
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.811
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.77
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.811
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.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14556096 kB
Buffers:        275316 kB
Cached:        3136244 kB
SwapCached:          0 kB
Active:       14946968 kB
Inactive:      3125836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14556096 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:            1604 kB
Writeback:           0 kB
AnonPages:    14661304 kB
Mapped:          34228 kB
Slab:           198620 kB
PageTables:      57224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 100268108 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= 73244 MiB
End job on node115 at 2011-05-16 02:11:33