Trace number 3373122

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 1790.87 451.973

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_506.cnf
MD5SUM3c65ff80757b12edd41f8ee6da874877
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark89.0965
Satisfiable
(Un)Satisfiability was proved
Number of variables253
Number of clauses34386
Sum of the clauses size155873
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284
Number of clauses of size 331656
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52646

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...426728/instance-3373122-1305426728.cnf
0.19/0.26	c Solving...
1790.70/451.92	c Answer: 1
1790.70/451.93	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
1790.70/451.93	v 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 -43 44 45 -46 47 48 49
1790.70/451.93	v 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 -66 67 68 69 -70 71 72
1790.70/451.93	v -73 74 75 76 77 78 79 80 81 -82 -83 84 85 86 87 88 89 90 91 92 93 94 95
1790.70/451.93	v 96 97 98 99 100 101 -102 103 104 105 106 107 108 109 110 111 -112 113 114
1790.70/451.93	v 115 116 117 118 119 120 121 122 123 124 -125 126 127 -128 -129 130 131
1790.70/451.93	v 132 133 134 135 136 137 138 -139 140 141 142 143 144 145 146 147 148 149
1790.70/451.93	v 150 151 152 153 154 155 156 157 158 -159 160 161 -162 163 -164 165 166
1790.70/451.93	v 167 168 169 170 -171 172 173 174 175 176 177 178 179 180 181 -182 183 184
1790.70/451.93	v 185 186 -187 188 189 190 191 192 193 194 195 196 197 -198 199 200 201 202
1790.70/451.93	v 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 -218 219 -220
1790.70/451.93	v -221 222 223 224 225 226 227 -228 229 230 231 232 233 234 235 236 237 238
1790.70/451.93	v 239 240 241 242 -243 244 245 246 247 248 249 250 251 252 253 0
1790.70/451.97	s SATISFIABLE
1790.70/451.97	
1790.70/451.97	c Models        : 1+    
1790.70/451.97	c Time          : 451.926s (Solving: 451.67s 1st Model: 451.67s Unsat: 0.00s)
1790.70/451.97	c CPU Time      : 1790.820s

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-3373122-1305426728/watcher-3373122-1305426728 -o /tmp/evaluation-result-3373122-1305426728/solver-3373122-1305426728 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373122-1305426728.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 9.24 9.05 8.56 7/291 27562
/proc/meminfo: memFree=18499760/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=22736 CPUtime=0 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 949 0 0 0 0 0 0 0 25 0 1 0 654272438 23281664 843 33554432000 4194304 4964800 140734569398080 18446744073709551615 274664505552 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/27562/statm: 5684 855 385 189 0 558 0

[startup+0.0397179 s]
/proc/loadavg: 9.24 9.05 8.56 7/291 27562
/proc/meminfo: memFree=18499760/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=24368 CPUtime=0.03 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 1474 0 0 0 3 0 0 0 25 0 1 0 654272438 24952832 1313 33554432000 4194304 4964800 140734569398080 18446744073709551615 4607689 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/27562/statm: 6092 1313 398 189 0 966 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24368

[startup+0.101267 s]
/proc/loadavg: 9.24 9.05 8.56 7/291 27562
/proc/meminfo: memFree=18499760/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=24368 CPUtime=0.09 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 1474 0 0 0 9 0 0 0 25 0 1 0 654272438 24952832 1313 33554432000 4194304 4964800 140734569398080 18446744073709551615 4607766 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/27562/statm: 6092 1313 398 189 0 966 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24368

[startup+0.300639 s]
/proc/loadavg: 9.24 9.05 8.56 7/291 27562
/proc/meminfo: memFree=18499760/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=170720 CPUtime=0.4 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 1800 0 0 0 40 0 0 0 25 0 4 0 654272438 174817280 1570 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670313 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/27562/statm: 42680 1570 457 189 0 37029 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 170720

[startup+0.70057 s]
/proc/loadavg: 9.24 9.05 8.56 7/291 27562
/proc/meminfo: memFree=18499760/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=171944 CPUtime=1.99 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 2991 0 0 0 198 1 0 0 25 0 4 0 654272438 176070656 2761 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670323 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/27562/statm: 42986 2761 458 189 0 37335 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 171944

[startup+1.50517 s]
/proc/loadavg: 9.22 9.05 8.56 10/296 27866
/proc/meminfo: memFree=18485896/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=173552 CPUtime=5.45 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 4238 0 0 0 543 2 0 0 25 0 4 0 654272438 177717248 4008 33554432000 4194304 4964800 140734569398080 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/27562/statm: 43388 4016 458 189 0 37737 0
[pid=27562/tid=27848] ppid=27560 vsize=173552 CPUtime=1.2 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 553 0 0 0 120 0 0 0 25 0 4 0 654272464 177717248 4021 33554432000 4194304 4964800 140734569398080 18446744073709551615 4473200 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=173552 CPUtime=1.65 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 937 0 0 0 165 0 0 0 25 0 4 0 654272464 177717248 4029 33554432000 4194304 4964800 140734569398080 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=173688 CPUtime=1.73 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 639 0 0 0 173 0 0 0 25 0 4 0 654272464 177856512 4056 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 173552

[startup+3.10116 s]
/proc/loadavg: 9.22 9.05 8.56 10/295 27909
/proc/meminfo: memFree=18478724/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=175292 CPUtime=11.03 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 4943 0 0 0 1101 2 0 0 25 0 4 0 654272438 179499008 4713 33554432000 4194304 4964800 140734569398080 18446744073709551615 4364587 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/27562/statm: 43823 4713 458 189 0 38172 0
[pid=27562/tid=27848] ppid=27560 vsize=175292 CPUtime=2.28 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 740 0 0 0 228 0 0 0 25 0 4 0 654272464 179499008 4713 33554432000 4194304 4964800 140734569398080 18446744073709551615 4668737 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=175292 CPUtime=2.83 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 1247 0 0 0 283 0 0 0 25 0 4 0 654272464 179499008 4713 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=175292 CPUtime=2.82 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 703 0 0 0 282 0 0 0 25 0 4 0 654272464 179499008 4713 33554432000 4194304 4964800 140734569398080 18446744073709551615 4320989 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.03
Current children cumulated vsize (KiB) 175292

[startup+6.3006 s]
/proc/loadavg: 9.12 9.03 8.56 10/297 28001
/proc/meminfo: memFree=18469820/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=177312 CPUtime=23.63 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 6620 0 0 0 2360 3 0 0 25 0 4 0 654272438 181567488 6390 33554432000 4194304 4964800 140734569398080 18446744073709551615 4627509 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/27562/statm: 44328 6390 460 189 0 38677 0
[pid=27562/tid=27848] ppid=27560 vsize=177312 CPUtime=5.33 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 1063 0 0 0 533 0 0 0 25 0 4 0 654272464 181567488 6390 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=177312 CPUtime=6.01 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 1897 0 0 0 601 0 0 0 25 0 4 0 654272464 181567488 6390 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=177312 CPUtime=6 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 1011 0 0 0 600 0 0 0 25 0 4 0 654272464 181567488 6390 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.63
Current children cumulated vsize (KiB) 177312

[startup+12.7005 s]
/proc/loadavg: 9.19 9.04 8.57 10/297 28163
/proc/meminfo: memFree=18457428/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=182300 CPUtime=49.03 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 9905 0 0 0 4896 7 0 0 25 0 4 0 654272438 186675200 9552 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670321 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/27562/statm: 45575 9552 460 189 0 39924 0
[pid=27562/tid=27848] ppid=27560 vsize=182300 CPUtime=11.59 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 1982 0 0 0 1156 3 0 0 25 0 4 0 654272464 186675200 9552 33554432000 4194304 4964800 140734569398080 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=182300 CPUtime=12.4 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 3186 0 0 0 1239 1 0 0 25 0 4 0 654272464 186675200 9552 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=182300 CPUtime=12.4 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 1581 0 0 0 1240 0 0 0 25 0 4 0 654272464 186675200 9552 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.03
Current children cumulated vsize (KiB) 182300

[startup+25.5003 s]
/proc/loadavg: 9.16 9.04 8.57 11/295 28538
/proc/meminfo: memFree=18429752/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=186300 CPUtime=99.72 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 14245 0 0 0 9959 13 0 0 25 0 4 0 654272438 190771200 13710 33554432000 4194304 4964800 140734569398080 18446744073709551615 4644882 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/27562/statm: 46575 13710 460 189 0 40924 0
[pid=27562/tid=27848] ppid=27560 vsize=186300 CPUtime=24.07 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 2758 0 0 0 2400 7 0 0 22 0 4 0 654272464 190771200 13710 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=186300 CPUtime=25.16 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 5583 0 0 0 2515 1 0 0 25 0 4 0 654272464 190771200 13710 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=186300 CPUtime=25.19 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 2109 0 0 0 2518 1 0 0 25 0 4 0 654272464 190771200 13710 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 99.72
Current children cumulated vsize (KiB) 186300

[startup+51.1109 s]
/proc/loadavg: 9.10 9.04 8.58 10/296 29327
/proc/meminfo: memFree=18402060/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=191940 CPUtime=201.31 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 17145 0 0 0 20115 16 0 0 25 0 4 0 654272438 196546560 16581 33554432000 4194304 4964800 140734569398080 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/27562/statm: 47985 16581 460 189 0 42334 0
[pid=27562/tid=27848] ppid=27560 vsize=191940 CPUtime=49.2 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 3555 0 0 0 4912 8 0 0 25 0 4 0 654272464 196546560 16581 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=191940 CPUtime=50.76 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 6875 0 0 0 5074 2 0 0 25 0 4 0 654272464 196546560 16581 33554432000 4194304 4964800 140734569398080 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=191940 CPUtime=50.8 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 2524 0 0 0 5079 1 0 0 25 0 4 0 654272464 196546560 16581 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670242 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 201.31
Current children cumulated vsize (KiB) 191940

[startup+102.301 s]
/proc/loadavg: 9.21 9.07 8.62 10/297 30865
/proc/meminfo: memFree=18322624/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=197896 CPUtime=404.36 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 21889 0 0 0 40406 30 0 0 25 0 4 0 654272438 202645504 21138 33554432000 4194304 4964800 140734569398080 18446744073709551615 4668689 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/27562/statm: 49474 21138 460 189 0 43823 0
[pid=27562/tid=27848] ppid=27560 vsize=197896 CPUtime=99.37 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 5307 0 0 0 9919 18 0 0 25 0 4 0 654272464 202645504 21138 33554432000 4194304 4964800 140734569398080 18446744073709551615 4627488 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=197896 CPUtime=101.76 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 8889 0 0 0 10172 4 0 0 25 0 4 0 654272464 202645504 21138 33554432000 4194304 4964800 140734569398080 18446744073709551615 4627293 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=197896 CPUtime=101.95 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 2923 0 0 0 10194 1 0 0 25 0 4 0 654272464 202645504 21138 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 404.36
Current children cumulated vsize (KiB) 197896

[startup+162.301 s]
/proc/loadavg: 9.13 9.07 8.65 10/296 32654
/proc/meminfo: memFree=18282008/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=202320 CPUtime=642.33 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 24924 0 0 0 64194 39 0 0 25 0 4 0 654272438 207175680 23894 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/27562/statm: 50580 23894 460 189 0 44929 0
[pid=27562/tid=27848] ppid=27560 vsize=202320 CPUtime=158.24 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 6369 0 0 0 15800 24 0 0 25 0 4 0 654272464 207175680 23894 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=202320 CPUtime=161.2 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 10359 0 0 0 16115 5 0 0 25 0 4 0 654272464 207175680 23894 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=202320 CPUtime=161.9 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 3302 0 0 0 16188 2 0 0 25 0 4 0 654272464 207175680 23894 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 202320

[startup+222.3 s]
/proc/loadavg: 9.19 9.10 8.68 10/296 2028
/proc/meminfo: memFree=18270468/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=203388 CPUtime=880.22 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 26714 0 0 0 87974 48 0 0 25 0 4 0 654272438 208269312 25399 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670437 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/27562/statm: 50847 25399 460 189 0 45196 0
[pid=27562/tid=27848] ppid=27560 vsize=203388 CPUtime=217.82 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 7113 0 0 0 21755 27 0 0 25 0 4 0 654272464 208269312 25399 33554432000 4194304 4964800 140734569398080 18446744073709551615 4668689 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=203388 CPUtime=221.11 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 10892 0 0 0 22105 6 0 0 25 0 4 0 654272464 208269312 25399 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=203388 CPUtime=220.83 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 3598 0 0 0 22076 7 0 0 25 0 4 0 654272464 208269312 25399 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670295 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 880.22
Current children cumulated vsize (KiB) 203388

[startup+282.301 s]

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

/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 3760 0 0 0 28022 8 0 0 25 0 4 0 654272464 212062208 27356 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1117.98
Current children cumulated vsize (KiB) 207092

[startup+342.3 s]
/proc/loadavg: 9.23 9.14 8.74 10/296 5671
/proc/meminfo: memFree=18220696/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=209032 CPUtime=1355.97 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 30652 0 0 0 135539 58 0 0 25 0 4 0 654272438 214048768 28799 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/27562/statm: 52258 28799 460 189 0 46607 0
[pid=27562/tid=27848] ppid=27560 vsize=209032 CPUtime=335.43 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 8581 0 0 0 33510 33 0 0 25 0 4 0 654272464 214048768 28799 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=209032 CPUtime=340.9 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 12663 0 0 0 34083 7 0 0 25 0 4 0 654272464 214048768 28799 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=209032 CPUtime=339.62 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 3834 0 0 0 33953 9 0 0 25 0 4 0 654272464 214048768 28799 33554432000 4194304 4964800 140734569398080 18446744073709551615 4668753 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1355.97
Current children cumulated vsize (KiB) 209032

[startup+402.301 s]
/proc/loadavg: 9.25 9.16 8.77 10/295 7463
/proc/meminfo: memFree=18190136/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=211748 CPUtime=1593.96 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 32107 0 0 0 159332 64 0 0 25 0 4 0 654272438 216829952 30110 33554432000 4194304 4964800 140734569398080 18446744073709551615 4668794 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/27562/statm: 52937 30110 460 189 0 47286 0
[pid=27562/tid=27848] ppid=27560 vsize=211748 CPUtime=394.94 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 9264 0 0 0 39460 34 0 0 25 0 4 0 654272464 216829952 30110 33554432000 4194304 4964800 140734569398080 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=211748 CPUtime=400.77 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 13347 0 0 0 40069 8 0 0 25 0 4 0 654272464 216829952 30110 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=211748 CPUtime=398.81 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 3922 0 0 0 39869 12 0 0 25 0 4 0 654272464 216829952 30110 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1593.96
Current children cumulated vsize (KiB) 211748

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

[startup+410.001 s]
/proc/loadavg: 9.31 9.17 8.78 10/296 7710
/proc/meminfo: memFree=18188160/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=211748 CPUtime=1624.47 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 32201 0 0 0 162381 66 0 0 25 0 4 0 654272438 216829952 30156 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670335 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/27562/statm: 52937 30156 460 189 0 47286 0
[pid=27562/tid=27848] ppid=27560 vsize=211748 CPUtime=402.56 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 9344 0 0 0 40222 34 0 0 25 0 4 0 654272464 216829952 30156 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=211748 CPUtime=408.46 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 13361 0 0 0 40838 8 0 0 25 0 4 0 654272464 216829952 30156 33554432000 4194304 4964800 140734569398080 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=211748 CPUtime=406.33 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 3922 0 0 0 40619 14 0 0 25 0 4 0 654272464 216829952 30156 33554432000 4194304 4964800 140734569398080 18446744073709551615 4659391 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1624.47
Current children cumulated vsize (KiB) 211748

[startup+435.6 s]
/proc/loadavg: 9.20 9.16 8.78 10/296 8456
/proc/meminfo: memFree=18164212/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=212508 CPUtime=1726.02 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 32635 0 0 0 172535 67 0 0 25 0 4 0 654272438 217608192 30590 33554432000 4194304 4964800 140734569398080 18446744073709551615 4668689 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/27562/statm: 53127 30590 460 189 0 47476 0
[pid=27562/tid=27848] ppid=27560 vsize=212508 CPUtime=427.9 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 9538 0 0 0 42756 34 0 0 25 0 4 0 654272464 217608192 30590 33554432000 4194304 4964800 140734569398080 18446744073709551615 4659391 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=212508 CPUtime=434.01 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 13498 0 0 0 43393 8 0 0 25 0 4 0 654272464 217608192 30590 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=212508 CPUtime=431.43 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 3978 0 0 0 43129 14 0 0 25 0 4 0 654272464 217608192 30590 33554432000 4194304 4964800 140734569398080 18446744073709551615 4668728 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1726.02
Current children cumulated vsize (KiB) 212508

[startup+442 s]
/proc/loadavg: 9.17 9.15 8.78 10/295 8652
/proc/meminfo: memFree=18146364/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=212508 CPUtime=1751.4 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 32782 0 0 0 175073 67 0 0 25 0 4 0 654272438 217608192 30689 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670538 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/27562/statm: 53127 30689 460 189 0 47476 0
[pid=27562/tid=27848] ppid=27560 vsize=212508 CPUtime=434.19 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 9618 0 0 0 43385 34 0 0 25 0 4 0 654272464 217608192 30689 33554432000 4194304 4964800 140734569398080 18446744073709551615 4659391 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=212508 CPUtime=440.41 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 13564 0 0 0 44033 8 0 0 25 0 4 0 654272464 217608192 30689 33554432000 4194304 4964800 140734569398080 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=212508 CPUtime=437.72 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 3979 0 0 0 43758 14 0 0 25 0 4 0 654272464 217608192 30689 33554432000 4194304 4964800 140734569398080 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1751.4
Current children cumulated vsize (KiB) 212508

[startup+448.401 s]
/proc/loadavg: 9.16 9.15 8.79 11/297 8828
/proc/meminfo: memFree=18137088/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=212508 CPUtime=1776.79 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 32820 0 0 0 177609 70 0 0 25 0 4 0 654272438 217608192 30727 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670264 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/27562/statm: 53127 30727 460 189 0 47476 0
[pid=27562/tid=27848] ppid=27560 vsize=212508 CPUtime=440.51 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 9618 0 0 0 44017 34 0 0 25 0 4 0 654272464 217608192 30727 33554432000 4194304 4964800 140734569398080 18446744073709551615 4627536 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=212508 CPUtime=446.81 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 13602 0 0 0 44673 8 0 0 25 0 4 0 654272464 217608192 30727 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=212508 CPUtime=444 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 3979 0 0 0 44383 17 0 0 25 0 4 0 654272464 217608192 30727 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1776.79
Current children cumulated vsize (KiB) 212508

[startup+450.001 s]
/proc/loadavg: 9.16 9.15 8.79 11/296 8860
/proc/meminfo: memFree=18135980/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=212508 CPUtime=1783.15 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 32830 0 0 0 178245 70 0 0 25 0 4 0 654272438 217608192 30737 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670330 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/27562/statm: 53127 30737 460 189 0 47476 0
[pid=27562/tid=27848] ppid=27560 vsize=212508 CPUtime=442.09 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 9618 0 0 0 44175 34 0 0 25 0 4 0 654272464 217608192 30737 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=212508 CPUtime=448.4 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 13612 0 0 0 44832 8 0 0 25 0 4 0 654272464 217608192 30737 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=212508 CPUtime=445.58 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 3979 0 0 0 44541 17 0 0 25 0 4 0 654272464 217608192 30737 33554432000 4194304 4964800 140734569398080 18446744073709551615 4627257 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1783.15
Current children cumulated vsize (KiB) 212508

[startup+450.801 s]
/proc/loadavg: 9.14 9.15 8.79 10/297 8888
/proc/meminfo: memFree=18133864/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=212508 CPUtime=1786.33 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 32863 0 0 0 178563 70 0 0 25 0 4 0 654272438 217608192 30770 33554432000 4194304 4964800 140734569398080 18446744073709551615 4653311 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/27562/statm: 53127 30770 460 189 0 47476 0
[pid=27562/tid=27848] ppid=27560 vsize=212508 CPUtime=442.88 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 9618 0 0 0 44254 34 0 0 25 0 4 0 654272464 217608192 30770 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=212508 CPUtime=449.2 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 13645 0 0 0 44912 8 0 0 25 0 4 0 654272464 217608192 30770 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=212508 CPUtime=446.37 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 3979 0 0 0 44620 17 0 0 25 0 4 0 654272464 217608192 30770 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1786.33
Current children cumulated vsize (KiB) 212508

[startup+451.601 s]
/proc/loadavg: 9.14 9.15 8.79 10/296 8923
/proc/meminfo: memFree=18132880/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=212508 CPUtime=1789.51 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 32877 0 0 0 178881 70 0 0 25 0 4 0 654272438 217608192 30784 33554432000 4194304 4964800 140734569398080 18446744073709551615 4627293 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/27562/statm: 53127 30784 460 189 0 47476 0
[pid=27562/tid=27848] ppid=27560 vsize=212508 CPUtime=443.67 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 9618 0 0 0 44333 34 0 0 25 0 4 0 654272464 217608192 30784 33554432000 4194304 4964800 140734569398080 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=212508 CPUtime=450 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 13659 0 0 0 44992 8 0 0 25 0 4 0 654272464 217608192 30784 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=212508 CPUtime=447.15 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 3979 0 0 0 44698 17 0 0 25 0 4 0 654272464 217608192 30784 33554432000 4194304 4964800 140734569398080 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1789.51
Current children cumulated vsize (KiB) 212508

[startup+451.801 s]
/proc/loadavg: 9.14 9.15 8.79 10/296 8923
/proc/meminfo: memFree=18132880/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=212508 CPUtime=1790.3 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 32877 0 0 0 178960 70 0 0 25 0 4 0 654272438 217608192 30784 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670534 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/27562/statm: 53127 30784 460 189 0 47476 0
[pid=27562/tid=27848] ppid=27560 vsize=212508 CPUtime=443.87 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 9618 0 0 0 44353 34 0 0 25 0 4 0 654272464 217608192 30784 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=212508 CPUtime=450.2 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 13659 0 0 0 45012 8 0 0 25 0 4 0 654272464 217608192 30784 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=212508 CPUtime=447.35 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 3979 0 0 0 44718 17 0 0 25 0 4 0 654272464 217608192 30784 33554432000 4194304 4964800 140734569398080 18446744073709551615 4627497 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1790.3
Current children cumulated vsize (KiB) 212508

[startup+451.9 s]
/proc/loadavg: 9.14 9.15 8.79 10/296 8923
/proc/meminfo: memFree=18132880/32951132 swapFree=67093824/67111528
[pid=27562] ppid=27560 vsize=212508 CPUtime=1790.7 cores=0,2,4,6
/proc/27562/stat : 27562 (claspmt) R 27560 27562 6618 0 -1 4202496 32877 0 0 0 179000 70 0 0 25 0 4 0 654272438 217608192 30784 33554432000 4194304 4964800 140734569398080 18446744073709551615 4660157 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/27562/statm: 53127 30784 460 189 0 47476 0
[pid=27562/tid=27848] ppid=27560 vsize=212508 CPUtime=443.97 cores=0,2,4,6
/proc/27562/task/27848/stat : 27848 (claspmt) R 27560 27562 6618 0 -1 4202560 9618 0 0 0 44363 34 0 0 25 0 4 0 654272464 217608192 30784 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=27562/tid=27849] ppid=27560 vsize=212508 CPUtime=450.3 cores=0,2,4,6
/proc/27562/task/27849/stat : 27849 (claspmt) R 27560 27562 6618 0 -1 4202560 13659 0 0 0 45022 8 0 0 25 0 4 0 654272464 217608192 30784 33554432000 4194304 4964800 140734569398080 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=27562/tid=27850] ppid=27560 vsize=212508 CPUtime=447.45 cores=0,2,4,6
/proc/27562/task/27850/stat : 27850 (claspmt) R 27560 27562 6618 0 -1 4202560 3979 0 0 0 44728 17 0 0 25 0 4 0 654272464 217608192 30784 33554432000 4194304 4964800 140734569398080 18446744073709551615 274664505950 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1790.7
Current children cumulated vsize (KiB) 212508

Child status: 10
Real time (s): 451.973
CPU time (s): 1790.87
CPU user time (s): 1790.16
CPU system time (s): 0.713891
CPU usage (%): 396.234
Max. virtual memory (cumulated for all children) (KiB): 212508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.16
system time used= 0.713891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32889
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= 7467
involuntary context switches= 20802

runsolver used 1.2788 second user time and 3.23851 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-15 04:32:08
IDJOB=3373122
IDBENCH=83280
IDSOLVER=1853
FILE ID=node131/3373122-1305426728
RUNJOBID= node131-1305424261-6636
PBS_JOBID= 13324598
Free space on /tmp= 73708 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_506.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-3373122-1305426728/watcher-3373122-1305426728 -o /tmp/evaluation-result-3373122-1305426728/solver-3373122-1305426728 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373122-1305426728.cnf

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

MD5SUM BENCH= 3c65ff80757b12edd41f8ee6da874877
RANDOM SEED=327555508

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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:     32951132 kB
MemFree:      18500048 kB
Buffers:        279340 kB
Cached:        3755188 kB
SwapCached:       1504 kB
Active:       11023440 kB
Inactive:      3164248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18500048 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:            1852 kB
Writeback:           0 kB
AnonPages:    10151584 kB
Mapped:          27932 kB
Slab:           165128 kB
PageTables:      32264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28475540 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73704 MiB
End job on node131 at 2011-05-15 04:39:40