Trace number 3322470

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-R4095SAT 23287.4 3330.55

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 ...386163/instance-3322470-1304386163.cnf
0.29/0.38	c Solving...
23287.14/3330.41	c Answer: 1
23287.14/3330.41	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
23287.14/3330.41	v 27 28 29 -30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 -45 -46 47 48 49
23287.14/3330.41	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
23287.14/3330.41	v 74 75 76 -77 -78 79 80 81 82 83 84 85 86 -87 88 89 90 91 92 93 94 95 96
23287.14/3330.41	v 97 98 99 100 101 102 103 -104 105 -106 -107 108 109 110 111 112 113 -114
23287.14/3330.41	v 115 116 -117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 -132
23287.14/3330.41	v 133 134 135 136 137 138 139 140 141 142 -143 144 145 146 147 148 149 150
23287.14/3330.41	v 151 152 153 154 155 156 157 158 159 160 161 162 163 -164 165 166 167 168
23287.14/3330.41	v 169 170 171 172 173 174 -175 176 177 178 179 180 181 182 183 184 185 186
23287.14/3330.41	v 187 188 189 -190 191 192 -193 194 195 196 197 198 199 -200 -201 202 -203
23287.14/3330.41	v 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 -220 221
23287.14/3330.41	v 222 223 224 225 226 227 228 -229 -230 231 232 233 234 235 236 237 238 239
23287.14/3330.41	v 240 241 242 243 244 245 246 247 248 249 250 251 -252 253 254 255 256 257
23287.14/3330.41	v 258 259 260 -261 -262 263 264 265 266 267 268 269 270 271 272 273 274 275
23287.14/3330.41	v 276 -277 -278 279 280 -281 282 283 284 0
23287.35/3330.55	s SATISFIABLE
23287.35/3330.55	
23287.35/3330.55	c Models        : 1+    
23287.35/3330.55	c Time          : 3330.417s (Solving: 3330.04s 1st Model: 3330.03s Unsat: 0.00s)
23287.35/3330.55	c CPU Time      : 23287.270s

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3322470-1304386163/watcher-3322470-1304386163 -o /tmp/evaluation-result-3322470-1304386163/solver-3322470-1304386163 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322470-1304386163.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.09 8.80 8.92 2/302 31101
/proc/meminfo: memFree=12799656/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=22664 CPUtime=0 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 1039 0 0 0 0 0 0 0 22 0 1 0 550215034 23207936 879 33554432000 4194304 4964704 140733288938144 18446744073709551615 235594527429 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/31101/statm: 5666 880 386 189 0 540 0

[startup+0.055754 s]
/proc/loadavg: 8.09 8.80 8.92 2/302 31101
/proc/meminfo: memFree=12799656/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=25316 CPUtime=0.05 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 1745 0 0 0 5 0 0 0 22 0 1 0 550215034 25923584 1502 33554432000 4194304 4964704 140733288938144 18446744073709551615 4607575 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/31101/statm: 6329 1502 399 189 0 1203 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25316

[startup+0.100746 s]
/proc/loadavg: 8.09 8.80 8.92 2/302 31101
/proc/meminfo: memFree=12799656/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=25316 CPUtime=0.09 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 1745 0 0 0 9 0 0 0 22 0 1 0 550215034 25923584 1502 33554432000 4194304 4964704 140733288938144 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/31101/statm: 6329 1502 399 189 0 1203 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25316

[startup+0.30071 s]
/proc/loadavg: 8.09 8.80 8.92 2/302 31101
/proc/meminfo: memFree=12799656/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=25316 CPUtime=0.29 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 1745 0 0 0 29 0 0 0 23 0 1 0 550215034 25923584 1502 33554432000 4194304 4964704 140733288938144 18446744073709551615 4607644 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/31101/statm: 6329 1502 399 189 0 1203 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25316

[startup+0.835168 s]
/proc/loadavg: 8.09 8.80 8.92 2/302 31101
/proc/meminfo: memFree=12799656/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=321124 CPUtime=4.8 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 5644 0 0 0 479 1 0 0 18 0 8 0 550215034 328830976 5312 33554432000 4194304 4964704 140733288938144 18446744073709551615 4627338 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/31101/statm: 80314 5589 464 189 0 74663 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 321124

[startup+1.5005 s]
/proc/loadavg: 8.09 8.80 8.92 2/302 31101
/proc/meminfo: memFree=12799656/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=322404 CPUtime=8.11 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 6862 0 0 0 810 1 0 0 18 0 8 0 550215034 330141696 6530 33554432000 4194304 4964704 140733288938144 18446744073709551615 4668725 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/31101/statm: 80601 6530 464 189 0 74950 0
Current children cumulated CPU time (s) 8.11
Current children cumulated vsize (KiB) 322404

[startup+3.10122 s]
/proc/loadavg: 8.09 8.80 8.92 10/310 31109
/proc/meminfo: memFree=12770988/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=322672 CPUtime=19.29 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 8202 0 0 0 1928 1 0 0 20 0 8 0 550215034 330416128 7870 33554432000 4194304 4964704 140733288938144 18446744073709551615 4627810 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/31101/statm: 80668 7870 464 189 0 75017 0
[pid=31101/tid=31103] ppid=31099 vsize=322672 CPUtime=2.27 cores=0-7
/proc/31101/task/31103/stat : 31103 (claspmt) R 31099 31101 31040 0 -1 4202560 734 0 0 0 227 0 0 0 20 0 8 0 550215072 330416128 7870 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670314 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31101/tid=31104] ppid=31099 vsize=322672 CPUtime=2.7 cores=0-7
/proc/31101/task/31104/stat : 31104 (claspmt) R 31099 31101 31040 0 -1 4202560 1041 0 0 0 270 0 0 0 23 0 8 0 550215072 330416128 7870 33554432000 4194304 4964704 140733288938144 18446744073709551615 4668673 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31101/tid=31105] ppid=31099 vsize=322672 CPUtime=2.71 cores=0-7
/proc/31101/task/31105/stat : 31105 (claspmt) R 31099 31101 31040 0 -1 4202560 757 0 0 0 271 0 0 0 23 0 8 0 550215072 330416128 7870 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670260 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31101/tid=31106] ppid=31099 vsize=322672 CPUtime=2.2 cores=0-7
/proc/31101/task/31106/stat : 31106 (claspmt) R 31099 31101 31040 0 -1 4202560 691 0 0 0 220 0 0 0 21 0 8 0 550215072 330416128 7870 33554432000 4194304 4964704 140733288938144 18446744073709551615 4668657 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31101/tid=31107] ppid=31099 vsize=322672 CPUtime=2.18 cores=0-7
/proc/31101/task/31107/stat : 31107 (claspmt) R 31099 31101 31040 0 -1 4202560 455 0 0 0 218 0 0 0 21 0 8 0 550215072 330416128 7870 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31101/tid=31108] ppid=31099 vsize=322672 CPUtime=2.14 cores=0-7
/proc/31101/task/31108/stat : 31108 (claspmt) R 31099 31101 31040 0 -1 4202560 873 0 0 0 214 0 0 0 24 0 8 0 550215072 330416128 7870 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31101/tid=31109] ppid=31099 vsize=322672 CPUtime=2.68 cores=0-7
/proc/31101/task/31109/stat : 31109 (claspmt) R 31099 31101 31040 0 -1 4202560 1260 0 0 0 268 0 0 0 23 0 8 0 550215072 330416128 7870 33554432000 4194304 4964704 140733288938144 18446744073709551615 4627290 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19.29
Current children cumulated vsize (KiB) 322672

[startup+6.30066 s]
/proc/loadavg: 8.16 8.80 8.92 10/310 31109
/proc/meminfo: memFree=12760076/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=325316 CPUtime=41.64 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 10679 0 0 0 4162 2 0 0 25 0 8 0 550215034 333123584 10347 33554432000 4194304 4964704 140733288938144 18446744073709551615 235594564176 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/31101/statm: 81329 10347 466 189 0 75678 0
[pid=31101/tid=31103] ppid=31099 vsize=325316 CPUtime=5.47 cores=0-7
/proc/31101/task/31103/stat : 31103 (claspmt) R 31099 31101 31040 0 -1 4202560 953 0 0 0 547 0 0 0 25 0 8 0 550215072 333123584 10347 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670193 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31101/tid=31104] ppid=31099 vsize=325316 CPUtime=5.89 cores=0-7
/proc/31101/task/31104/stat : 31104 (claspmt) R 31099 31101 31040 0 -1 4202560 1637 0 0 0 589 0 0 0 25 0 8 0 550215072 333123584 10347 33554432000 4194304 4964704 140733288938144 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31101/tid=31105] ppid=31099 vsize=325316 CPUtime=4.76 cores=0-7
/proc/31101/task/31105/stat : 31105 (claspmt) R 31099 31101 31040 0 -1 4202560 1000 0 0 0 476 0 0 0 25 0 8 0 550215072 333123584 10347 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31101/tid=31106] ppid=31099 vsize=325316 CPUtime=5.39 cores=0-7
/proc/31101/task/31106/stat : 31106 (claspmt) R 31099 31101 31040 0 -1 4202560 860 0 0 0 539 0 0 0 25 0 8 0 550215072 333123584 10347 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31101/tid=31107] ppid=31099 vsize=325316 CPUtime=5.38 cores=0-7
/proc/31101/task/31107/stat : 31107 (claspmt) R 31099 31101 31040 0 -1 4202560 732 0 0 0 538 0 0 0 25 0 8 0 550215072 333123584 10347 33554432000 4194304 4964704 140733288938144 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31101/tid=31108] ppid=31099 vsize=325316 CPUtime=5.01 cores=0-7
/proc/31101/task/31108/stat : 31108 (claspmt) R 31099 31101 31040 0 -1 4202560 1128 0 0 0 501 0 0 0 25 0 8 0 550215072 333123584 10347 33554432000 4194304 4964704 140733288938144 18446744073709551615 4627227 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31101/tid=31109] ppid=31099 vsize=325316 CPUtime=4.47 cores=0-7
/proc/31101/task/31109/stat : 31109 (claspmt) R 31099 31101 31040 0 -1 4202560 1724 0 0 0 447 0 0 0 25 0 8 0 550215072 333123584 10347 33554432000 4194304 4964704 140733288938144 18446744073709551615 235594971630 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 41.64
Current children cumulated vsize (KiB) 325316

[startup+12.7115 s]
/proc/loadavg: 8.23 8.80 8.92 10/310 31109
/proc/meminfo: memFree=12743192/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=328756 CPUtime=86.45 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 14928 0 0 0 8640 5 0 0 25 0 8 0 550215034 336646144 14596 33554432000 4194304 4964704 140733288938144 18446744073709551615 4668618 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/31101/statm: 82189 14596 466 189 0 76538 0
[pid=31101/tid=31103] ppid=31099 vsize=328756 CPUtime=11.87 cores=0-7
/proc/31101/task/31103/stat : 31103 (claspmt) R 31099 31101 31040 0 -1 4202560 1459 0 0 0 1187 0 0 0 25 0 8 0 550215072 336646144 14596 33554432000 4194304 4964704 140733288938144 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31101/tid=31104] ppid=31099 vsize=328756 CPUtime=12.31 cores=0-7
/proc/31101/task/31104/stat : 31104 (claspmt) R 31099 31101 31040 0 -1 4202560 2975 0 0 0 1230 1 0 0 25 0 8 0 550215072 336646144 14596 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31101/tid=31105] ppid=31099 vsize=328756 CPUtime=10.56 cores=0-7
/proc/31101/task/31105/stat : 31105 (claspmt) R 31099 31101 31040 0 -1 4202560 1388 0 0 0 1056 0 0 0 25 0 8 0 550215072 336646144 14596 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31101/tid=31106] ppid=31099 vsize=328756 CPUtime=11.8 cores=0-7
/proc/31101/task/31106/stat : 31106 (claspmt) R 31099 31101 31040 0 -1 4202560 1352 0 0 0 1180 0 0 0 25 0 8 0 550215072 336646144 14596 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31101/tid=31107] ppid=31099 vsize=328756 CPUtime=11.39 cores=0-7
/proc/31101/task/31107/stat : 31107 (claspmt) R 31099 31101 31040 0 -1 4202560 1271 0 0 0 1139 0 0 0 25 0 8 0 550215072 336646144 14596 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31101/tid=31108] ppid=31099 vsize=328756 CPUtime=8.94 cores=0-7
/proc/31101/task/31108/stat : 31108 (claspmt) R 31099 31101 31040 0 -1 4202560 1440 0 0 0 894 0 0 0 25 0 8 0 550215072 336646144 14596 33554432000 4194304 4964704 140733288938144 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31101/tid=31109] ppid=31099 vsize=328756 CPUtime=7.89 cores=0-7
/proc/31101/task/31109/stat : 31109 (claspmt) R 31099 31101 31040 0 -1 4202560 2106 0 0 0 789 0 0 0 25 0 8 0 550215072 336646144 14596 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 86.45
Current children cumulated vsize (KiB) 328756

[startup+25.5013 s]
/proc/loadavg: 8.42 8.83 8.93 10/310 31109
/proc/meminfo: memFree=12716156/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=461824 CPUtime=175.84 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 22089 0 0 0 17576 8 0 0 25 0 8 0 550215034 472907776 21575 33554432000 4194304 4964704 140733288938144 18446744073709551615 4668693 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/31101/statm: 115456 21575 466 189 0 109805 0
[pid=31101/tid=31103] ppid=31099 vsize=461824 CPUtime=23.05 cores=0-7
/proc/31101/task/31103/stat : 31103 (claspmt) R 31099 31101 31040 0 -1 4202560 2310 0 0 0 2305 0 0 0 22 0 8 0 550215072 472907776 21575 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670458 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31101/tid=31104] ppid=31099 vsize=461824 CPUtime=25.09 cores=0-7
/proc/31101/task/31104/stat : 31104 (claspmt) R 31099 31101 31040 0 -1 4202560 4581 0 0 0 2507 2 0 0 25 0 8 0 550215072 472907776 21575 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31101/tid=31105] ppid=31099 vsize=461824 CPUtime=21.83 cores=0-7
/proc/31101/task/31105/stat : 31105 (claspmt) R 31099 31101 31040 0 -1 4202560 2082 0 0 0 2183 0 0 0 25 0 8 0 550215072 472907776 21575 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31101/tid=31106] ppid=31099 vsize=461824 CPUtime=24.59 cores=0-7
/proc/31101/task/31106/stat : 31106 (claspmt) R 31099 31101 31040 0 -1 4202560 2136 0 0 0 2459 0 0 0 25 0 8 0 550215072 472907776 21575 33554432000 4194304 4964704 140733288938144 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31101/tid=31107] ppid=31099 vsize=461824 CPUtime=17.88 cores=0-7
/proc/31101/task/31107/stat : 31107 (claspmt) R 31099 31101 31040 0 -1 4202560 2016 0 0 0 1788 0 0 0 25 0 8 0 550215072 472907776 21575 33554432000 4194304 4964704 140733288938144 18446744073709551615 4668464 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31101/tid=31108] ppid=31099 vsize=461824 CPUtime=20.33 cores=0-7
/proc/31101/task/31108/stat : 31108 (claspmt) R 31099 31101 31040 0 -1 4202560 2312 0 0 0 2032 1 0 0 25 0 8 0 550215072 472907776 21575 33554432000 4194304 4964704 140733288938144 18446744073709551615 4668840 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31101/tid=31109] ppid=31099 vsize=461824 CPUtime=18.59 cores=0-7
/proc/31101/task/31109/stat : 31109 (claspmt) R 31099 31101 31040 0 -1 4202560 2908 0 0 0 1859 0 0 0 25 0 8 0 550215072 472907776 21575 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 175.84
Current children cumulated vsize (KiB) 461824

[startup+51.1008 s]
/proc/loadavg: 8.65 8.84 8.93 10/310 31110
/proc/meminfo: memFree=12688840/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=464596 CPUtime=354.83 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 29102 0 0 0 35468 15 0 0 25 0 8 0 550215034 475746304 28310 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/31101/statm: 116149 28310 466 189 0 110498 0
[pid=31101/tid=31103] ppid=31099 vsize=464596 CPUtime=39.6 cores=0-7
/proc/31101/task/31103/stat : 31103 (claspmt) R 31099 31101 31040 0 -1 4202560 2895 0 0 0 3959 1 0 0 25 0 8 0 550215072 475746304 28310 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31101/tid=31104] ppid=31099 vsize=464596 CPUtime=50.69 cores=0-7
/proc/31101/task/31104/stat : 31104 (claspmt) R 31099 31101 31040 0 -1 4202560 6553 0 0 0 5066 3 0 0 25 0 8 0 550215072 475746304 28310 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670250 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31101/tid=31105] ppid=31099 vsize=464596 CPUtime=47.18 cores=0-7
/proc/31101/task/31105/stat : 31105 (claspmt) R 31099 31101 31040 0 -1 4202560 2706 0 0 0 4717 1 0 0 25 0 8 0 550215072 475746304 28310 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31101/tid=31106] ppid=31099 vsize=464596 CPUtime=43.72 cores=0-7
/proc/31101/task/31106/stat : 31106 (claspmt) R 31099 31101 31040 0 -1 4202560 2638 0 0 0 4372 0 0 0 25 0 8 0 550215072 475746304 28310 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670243 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31101/tid=31107] ppid=31099 vsize=464596 CPUtime=37.26 cores=0-7
/proc/31101/task/31107/stat : 31107 (claspmt) R 31099 31101 31040 0 -1 4202560 2498 0 0 0 3725 1 0 0 25 0 8 0 550215072 475746304 28310 33554432000 4194304 4964704 140733288938144 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31101/tid=31108] ppid=31099 vsize=464596 CPUtime=45.94 cores=0-7
/proc/31101/task/31108/stat : 31108 (claspmt) R 31099 31101 31040 0 -1 4202560 2804 0 0 0 4592 2 0 0 25 0 8 0 550215072 475746304 28310 33554432000 4194304 4964704 140733288938144 18446744073709551615 4627265 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31101/tid=31109] ppid=31099 vsize=464596 CPUtime=44.2 cores=0-7
/proc/31101/task/31109/stat : 31109 (claspmt) R 31099 31101 31040 0 -1 4202560 5094 0 0 0 4417 3 0 0 25 0 8 0 550215072 475746304 28310 33554432000 4194304 4964704 140733288938144 18446744073709551615 4320973 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 354.83
Current children cumulated vsize (KiB) 464596

[startup+102.301 s]
/proc/loadavg: 8.89 8.88 8.93 10/310 31111
/proc/meminfo: memFree=12652244/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=473148 CPUtime=713.4 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 38432 0 0 0 71317 23 0 0 25 0 8 0 550215034 484503552 37435 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670366 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/31101/statm: 118287 37435 466 189 0 112636 0
[pid=31101/tid=31103] ppid=31099 vsize=473148 CPUtime=71.69 cores=0-7
/proc/31101/task/31103/stat : 31103 (claspmt) R 31099 31101 31040 0 -1 4202560 4111 0 0 0 7167 2 0 0 25 0 8 0 550215072 484503552 37435 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31101/tid=31104] ppid=31099 vsize=473148 CPUtime=101.88 cores=0-7
/proc/31101/task/31104/stat : 31104 (claspmt) R 31099 31101 31040 0 -1 4202560 8387 0 0 0 10184 4 0 0 25 0 8 0 550215072 484503552 37435 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31101/tid=31105] ppid=31099 vsize=473148 CPUtime=97.86 cores=0-7
/proc/31101/task/31105/stat : 31105 (claspmt) R 31099 31101 31040 0 -1 4202560 3717 0 0 0 9784 2 0 0 25 0 8 0 550215072 484503552 37435 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0

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


[startup+3302.9 s]
/proc/loadavg: 9.05 9.04 9.02 10/310 31707
/proc/meminfo: memFree=12346352/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=787228 CPUtime=23094.9 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 125943 0 0 0 2309338 155 0 0 25 0 8 0 550215034 806121472 113642 33554432000 4194304 4964704 140733288938144 18446744073709551615 4627309 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/31101/statm: 196807 113642 466 189 0 191156 0
[pid=31101/tid=31103] ppid=31099 vsize=787228 CPUtime=2605.1 cores=0-7
/proc/31101/task/31103/stat : 31103 (claspmt) R 31099 31101 31040 0 -1 4202560 22488 0 0 0 260493 17 0 0 25 0 8 0 550215072 806121472 113642 33554432000 4194304 4964704 140733288938144 18446744073709551615 4659143 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31101/tid=31104] ppid=31099 vsize=787228 CPUtime=2929.08 cores=0-7
/proc/31101/task/31104/stat : 31104 (claspmt) R 31099 31101 31040 0 -1 4202560 26225 0 0 0 292888 20 0 0 25 0 8 0 550215072 806121472 113642 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31101/tid=31105] ppid=31099 vsize=787228 CPUtime=2834.76 cores=0-7
/proc/31101/task/31105/stat : 31105 (claspmt) R 31099 31101 31040 0 -1 4202560 9464 0 0 0 283457 19 0 0 25 0 8 0 550215072 806121472 113642 33554432000 4194304 4964704 140733288938144 18446744073709551615 4668648 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31101/tid=31106] ppid=31099 vsize=787228 CPUtime=3032.16 cores=0-7
/proc/31101/task/31106/stat : 31106 (claspmt) R 31099 31101 31040 0 -1 4202560 14845 0 0 0 303200 16 0 0 25 0 8 0 550215072 806121472 113642 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670260 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31101/tid=31107] ppid=31099 vsize=787228 CPUtime=2987.38 cores=0-7
/proc/31101/task/31107/stat : 31107 (claspmt) R 31099 31101 31040 0 -1 4202560 13976 0 0 0 298721 17 0 0 25 0 8 0 550215072 806121472 113642 33554432000 4194304 4964704 140733288938144 18446744073709551615 4668676 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31101/tid=31108] ppid=31099 vsize=787228 CPUtime=2828.96 cores=0-7
/proc/31101/task/31108/stat : 31108 (claspmt) R 31099 31101 31040 0 -1 4202560 11111 0 0 0 282875 21 0 0 25 0 8 0 550215072 806121472 113642 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31101/tid=31109] ppid=31099 vsize=787228 CPUtime=2822.97 cores=0-7
/proc/31101/task/31109/stat : 31109 (claspmt) R 31099 31101 31040 0 -1 4202560 18052 0 0 0 282273 24 0 0 25 0 8 0 550215072 806121472 113642 33554432000 4194304 4964704 140733288938144 18446744073709551615 4365711 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23094.9
Current children cumulated vsize (KiB) 787228

[startup+3315.7 s]
/proc/loadavg: 9.04 9.04 9.02 10/310 31707
/proc/meminfo: memFree=12345976/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=787228 CPUtime=23184.4 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 126027 0 0 0 2318285 155 0 0 25 0 8 0 550215034 806121472 113662 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670215 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/31101/statm: 196807 113662 466 189 0 191156 0
[pid=31101/tid=31103] ppid=31099 vsize=787228 CPUtime=2617.9 cores=0-7
/proc/31101/task/31103/stat : 31103 (claspmt) R 31099 31101 31040 0 -1 4202560 22552 0 0 0 261773 17 0 0 25 0 8 0 550215072 806121472 113662 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31101/tid=31104] ppid=31099 vsize=787228 CPUtime=2941.88 cores=0-7
/proc/31101/task/31104/stat : 31104 (claspmt) R 31099 31101 31040 0 -1 4202560 26225 0 0 0 294168 20 0 0 25 0 8 0 550215072 806121472 113662 33554432000 4194304 4964704 140733288938144 18446744073709551615 4668673 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31101/tid=31105] ppid=31099 vsize=787228 CPUtime=2843.39 cores=0-7
/proc/31101/task/31105/stat : 31105 (claspmt) R 31099 31101 31040 0 -1 4202560 9464 0 0 0 284320 19 0 0 25 0 8 0 550215072 806121472 113662 33554432000 4194304 4964704 140733288938144 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31101/tid=31106] ppid=31099 vsize=787228 CPUtime=3041.93 cores=0-7
/proc/31101/task/31106/stat : 31106 (claspmt) R 31099 31101 31040 0 -1 4202560 14845 0 0 0 304177 16 0 0 25 0 8 0 550215072 806121472 113662 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31101/tid=31107] ppid=31099 vsize=787228 CPUtime=3000.17 cores=0-7
/proc/31101/task/31107/stat : 31107 (claspmt) R 31099 31101 31040 0 -1 4202560 13992 0 0 0 300000 17 0 0 25 0 8 0 550215072 806121472 113662 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31101/tid=31108] ppid=31099 vsize=787228 CPUtime=2836.04 cores=0-7
/proc/31101/task/31108/stat : 31108 (claspmt) R 31099 31101 31040 0 -1 4202560 11111 0 0 0 283583 21 0 0 25 0 8 0 550215072 806121472 113662 33554432000 4194304 4964704 140733288938144 18446744073709551615 4644854 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31101/tid=31109] ppid=31099 vsize=787228 CPUtime=2835.77 cores=0-7
/proc/31101/task/31109/stat : 31109 (claspmt) R 31099 31101 31040 0 -1 4202560 18056 0 0 0 283553 24 0 0 25 0 8 0 550215072 806121472 113662 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670255 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23184.4
Current children cumulated vsize (KiB) 787228

[startup+3322.1 s]
/proc/loadavg: 9.12 9.06 9.02 10/310 31707
/proc/meminfo: memFree=12346092/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=787228 CPUtime=23229.1 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 126036 0 0 0 2322758 155 0 0 25 0 8 0 550215034 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/31101/statm: 196807 113671 466 189 0 191156 0
[pid=31101/tid=31103] ppid=31099 vsize=787228 CPUtime=2624.3 cores=0-7
/proc/31101/task/31103/stat : 31103 (claspmt) R 31099 31101 31040 0 -1 4202560 22552 0 0 0 262413 17 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31101/tid=31104] ppid=31099 vsize=787228 CPUtime=2948.28 cores=0-7
/proc/31101/task/31104/stat : 31104 (claspmt) R 31099 31101 31040 0 -1 4202560 26225 0 0 0 294808 20 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31101/tid=31105] ppid=31099 vsize=787228 CPUtime=2849.72 cores=0-7
/proc/31101/task/31105/stat : 31105 (claspmt) R 31099 31101 31040 0 -1 4202560 9464 0 0 0 284953 19 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31101/tid=31106] ppid=31099 vsize=787228 CPUtime=3045.63 cores=0-7
/proc/31101/task/31106/stat : 31106 (claspmt) R 31099 31101 31040 0 -1 4202560 14845 0 0 0 304547 16 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31101/tid=31107] ppid=31099 vsize=787228 CPUtime=3006.57 cores=0-7
/proc/31101/task/31107/stat : 31107 (claspmt) R 31099 31101 31040 0 -1 4202560 13997 0 0 0 300640 17 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4627810 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31101/tid=31108] ppid=31099 vsize=787228 CPUtime=2838.74 cores=0-7
/proc/31101/task/31108/stat : 31108 (claspmt) R 31099 31101 31040 0 -1 4202560 11111 0 0 0 283853 21 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31101/tid=31109] ppid=31099 vsize=787228 CPUtime=2842.17 cores=0-7
/proc/31101/task/31109/stat : 31109 (claspmt) R 31099 31101 31040 0 -1 4202560 18060 0 0 0 284193 24 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670250 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23229.1
Current children cumulated vsize (KiB) 787228

[startup+3325.3 s]
/proc/loadavg: 9.11 9.06 9.02 10/310 31707
/proc/meminfo: memFree=12346092/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=787228 CPUtime=23251.5 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 126036 0 0 0 2324994 155 0 0 25 0 8 0 550215034 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670440 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/31101/statm: 196807 113671 466 189 0 191156 0
[pid=31101/tid=31103] ppid=31099 vsize=787228 CPUtime=2627.5 cores=0-7
/proc/31101/task/31103/stat : 31103 (claspmt) R 31099 31101 31040 0 -1 4202560 22552 0 0 0 262733 17 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670271 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31101/tid=31104] ppid=31099 vsize=787228 CPUtime=2951.47 cores=0-7
/proc/31101/task/31104/stat : 31104 (claspmt) R 31099 31101 31040 0 -1 4202560 26225 0 0 0 295127 20 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670440 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31101/tid=31105] ppid=31099 vsize=787228 CPUtime=2852.9 cores=0-7
/proc/31101/task/31105/stat : 31105 (claspmt) R 31099 31101 31040 0 -1 4202560 9464 0 0 0 285270 20 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4320958 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31101/tid=31106] ppid=31099 vsize=787228 CPUtime=3047.23 cores=0-7
/proc/31101/task/31106/stat : 31106 (claspmt) R 31099 31101 31040 0 -1 4202560 14845 0 0 0 304707 16 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31101/tid=31107] ppid=31099 vsize=787228 CPUtime=3009.77 cores=0-7
/proc/31101/task/31107/stat : 31107 (claspmt) R 31099 31101 31040 0 -1 4202560 13997 0 0 0 300960 17 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31101/tid=31108] ppid=31099 vsize=787228 CPUtime=2840.34 cores=0-7
/proc/31101/task/31108/stat : 31108 (claspmt) R 31099 31101 31040 0 -1 4202560 11111 0 0 0 284013 21 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31101/tid=31109] ppid=31099 vsize=787228 CPUtime=2845.37 cores=0-7
/proc/31101/task/31109/stat : 31109 (claspmt) R 31099 31101 31040 0 -1 4202560 18060 0 0 0 284513 24 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23251.5
Current children cumulated vsize (KiB) 787228

[startup+3328.5 s]
/proc/loadavg: 9.11 9.06 9.02 10/310 31707
/proc/meminfo: memFree=12346092/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=787228 CPUtime=23273.9 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 126036 0 0 0 2327231 155 0 0 25 0 8 0 550215034 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/31101/statm: 196807 113671 466 189 0 191156 0
[pid=31101/tid=31103] ppid=31099 vsize=787228 CPUtime=2630.7 cores=0-7
/proc/31101/task/31103/stat : 31103 (claspmt) R 31099 31101 31040 0 -1 4202560 22552 0 0 0 263053 17 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31101/tid=31104] ppid=31099 vsize=787228 CPUtime=2954.67 cores=0-7
/proc/31101/task/31104/stat : 31104 (claspmt) R 31099 31101 31040 0 -1 4202560 26225 0 0 0 295447 20 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31101/tid=31105] ppid=31099 vsize=787228 CPUtime=2856.06 cores=0-7
/proc/31101/task/31105/stat : 31105 (claspmt) R 31099 31101 31040 0 -1 4202560 9464 0 0 0 285586 20 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670250 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31101/tid=31106] ppid=31099 vsize=787228 CPUtime=3048.83 cores=0-7
/proc/31101/task/31106/stat : 31106 (claspmt) R 31099 31101 31040 0 -1 4202560 14845 0 0 0 304867 16 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31101/tid=31107] ppid=31099 vsize=787228 CPUtime=3012.97 cores=0-7
/proc/31101/task/31107/stat : 31107 (claspmt) R 31099 31101 31040 0 -1 4202560 13997 0 0 0 301280 17 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31101/tid=31108] ppid=31099 vsize=787228 CPUtime=2841.94 cores=0-7
/proc/31101/task/31108/stat : 31108 (claspmt) R 31099 31101 31040 0 -1 4202560 11111 0 0 0 284173 21 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4668635 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31101/tid=31109] ppid=31099 vsize=787228 CPUtime=2848.57 cores=0-7
/proc/31101/task/31109/stat : 31109 (claspmt) R 31099 31101 31040 0 -1 4202560 18060 0 0 0 284833 24 0 0 25 0 8 0 550215072 806121472 113671 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23273.9
Current children cumulated vsize (KiB) 787228

[startup+3329.3 s]
/proc/loadavg: 9.11 9.06 9.02 10/310 31707
/proc/meminfo: memFree=12346092/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=787228 CPUtime=23279.4 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 126037 0 0 0 2327790 155 0 0 25 0 8 0 550215034 806121472 113672 33554432000 4194304 4964704 140733288938144 18446744073709551615 4627536 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/31101/statm: 196807 113672 466 189 0 191156 0
[pid=31101/tid=31103] ppid=31099 vsize=787228 CPUtime=2631.5 cores=0-7
/proc/31101/task/31103/stat : 31103 (claspmt) R 31099 31101 31040 0 -1 4202560 22552 0 0 0 263133 17 0 0 25 0 8 0 550215072 806121472 113672 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31101/tid=31104] ppid=31099 vsize=787228 CPUtime=2955.47 cores=0-7
/proc/31101/task/31104/stat : 31104 (claspmt) R 31099 31101 31040 0 -1 4202560 26225 0 0 0 295527 20 0 0 25 0 8 0 550215072 806121472 113672 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31101/tid=31105] ppid=31099 vsize=787228 CPUtime=2856.85 cores=0-7
/proc/31101/task/31105/stat : 31105 (claspmt) R 31099 31101 31040 0 -1 4202560 9464 0 0 0 285665 20 0 0 25 0 8 0 550215072 806121472 113672 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670263 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31101/tid=31106] ppid=31099 vsize=787228 CPUtime=3049.23 cores=0-7
/proc/31101/task/31106/stat : 31106 (claspmt) R 31099 31101 31040 0 -1 4202560 14846 0 0 0 304907 16 0 0 25 0 8 0 550215072 806121472 113672 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670250 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31101/tid=31107] ppid=31099 vsize=787228 CPUtime=3013.77 cores=0-7
/proc/31101/task/31107/stat : 31107 (claspmt) R 31099 31101 31040 0 -1 4202560 13997 0 0 0 301360 17 0 0 25 0 8 0 550215072 806121472 113672 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670255 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31101/tid=31108] ppid=31099 vsize=787228 CPUtime=2842.34 cores=0-7
/proc/31101/task/31108/stat : 31108 (claspmt) R 31099 31101 31040 0 -1 4202560 11111 0 0 0 284213 21 0 0 25 0 8 0 550215072 806121472 113672 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31101/tid=31109] ppid=31099 vsize=787228 CPUtime=2849.37 cores=0-7
/proc/31101/task/31109/stat : 31109 (claspmt) R 31099 31101 31040 0 -1 4202560 18060 0 0 0 284913 24 0 0 25 0 8 0 550215072 806121472 113672 33554432000 4194304 4964704 140733288938144 18446744073709551615 4320848 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23279.5
Current children cumulated vsize (KiB) 787228

[startup+3330.1 s]
/proc/loadavg: 9.11 9.06 9.02 10/310 31707
/proc/meminfo: memFree=12346092/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=787228 CPUtime=23285.1 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 126042 0 0 0 2328350 155 0 0 25 0 8 0 550215034 806121472 113677 33554432000 4194304 4964704 140733288938144 18446744073709551615 4627299 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/31101/statm: 196807 113677 466 189 0 191156 0
[pid=31101/tid=31103] ppid=31099 vsize=787228 CPUtime=2632.3 cores=0-7
/proc/31101/task/31103/stat : 31103 (claspmt) R 31099 31101 31040 0 -1 4202560 22552 0 0 0 263213 17 0 0 25 0 8 0 550215072 806121472 113677 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31101/tid=31104] ppid=31099 vsize=787228 CPUtime=2956.27 cores=0-7
/proc/31101/task/31104/stat : 31104 (claspmt) R 31099 31101 31040 0 -1 4202560 26225 0 0 0 295607 20 0 0 25 0 8 0 550215072 806121472 113677 33554432000 4194304 4964704 140733288938144 18446744073709551615 4660310 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=31101/tid=31105] ppid=31099 vsize=787228 CPUtime=2857.65 cores=0-7
/proc/31101/task/31105/stat : 31105 (claspmt) R 31099 31101 31040 0 -1 4202560 9469 0 0 0 285745 20 0 0 25 0 8 0 550215072 806121472 113677 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670419 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31101/tid=31106] ppid=31099 vsize=787228 CPUtime=3049.63 cores=0-7
/proc/31101/task/31106/stat : 31106 (claspmt) R 31099 31101 31040 0 -1 4202560 14846 0 0 0 304947 16 0 0 25 0 8 0 550215072 806121472 113677 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31101/tid=31107] ppid=31099 vsize=787228 CPUtime=3014.57 cores=0-7
/proc/31101/task/31107/stat : 31107 (claspmt) R 31099 31101 31040 0 -1 4202560 13997 0 0 0 301440 17 0 0 25 0 8 0 550215072 806121472 113677 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=31101/tid=31108] ppid=31099 vsize=787228 CPUtime=2842.74 cores=0-7
/proc/31101/task/31108/stat : 31108 (claspmt) R 31099 31101 31040 0 -1 4202560 11111 0 0 0 284253 21 0 0 25 0 8 0 550215072 806121472 113677 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31101/tid=31109] ppid=31099 vsize=787228 CPUtime=2850.17 cores=0-7
/proc/31101/task/31109/stat : 31109 (claspmt) R 31099 31101 31040 0 -1 4202560 18060 0 0 0 284993 24 0 0 25 0 8 0 550215072 806121472 113677 33554432000 4194304 4964704 140733288938144 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23285.1
Current children cumulated vsize (KiB) 787228

[startup+3330.5 s]
/proc/loadavg: 9.10 9.05 9.02 10/310 31707
/proc/meminfo: memFree=12346092/32950928 swapFree=67111404/67111528
[pid=31101] ppid=31099 vsize=718444 CPUtime=23287.3 cores=0-7
/proc/31101/stat : 31101 (claspmt) R 31099 31101 31040 0 -1 4202496 126052 0 0 0 2328580 155 0 0 25 0 1 0 550215034 735686656 112497 33554432000 4194304 4964704 140733288938144 18446744073709551615 235594522779 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/31101/statm: 179611 112497 476 189 0 173960 0
Current children cumulated CPU time (s) 23287.4
Current children cumulated vsize (KiB) 718444

Child status: 10
Real time (s): 3330.55
CPU time (s): 23287.4
CPU user time (s): 23285.8
CPU system time (s): 1.57576
CPU usage (%): 699.206
Max. virtual memory (cumulated for all children) (KiB): 787228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23285.8
system time used= 1.57576
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126053
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= 74477
involuntary context switches= 163328

runsolver used 10.2914 second user time and 23.0195 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-03 03:29:23
IDJOB=3322470
IDBENCH=83266
IDSOLVER=1711
FILE ID=node120/3322470-1304386163
RUNJOBID= node120-1304386125-31054
PBS_JOBID= 13181802
Free space on /tmp= 73528 MiB

SOLVER NAME= claspmt 2.0-R4095
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-3322470-1304386163/watcher-3322470-1304386163 -o /tmp/evaluation-result-3322470-1304386163/solver-3322470-1304386163 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322470-1304386163.cnf

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

MD5SUM BENCH= cb7c9df8144e5ba66f8009983efe791f
RANDOM SEED=1394811153

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12800060 kB
Buffers:        615132 kB
Cached:        2607116 kB
SwapCached:          8 kB
Active:       17594004 kB
Inactive:      2132804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12800060 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:    16504676 kB
Mapped:          24204 kB
Slab:           311712 kB
PageTables:      48632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51725660 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= 73536 MiB
End job on node120 at 2011-05-03 04:24:53