Trace number 3299563

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 3971.14 994.335

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_505.cnf
MD5SUM8e7b614904543aa28491ea45c761cbd5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark97.5682
Satisfiable
(Un)Satisfiability was proved
Number of variables253
Number of clauses34014
Sum of the clauses size150994
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2336
Number of clauses of size 331196
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52482

Solver Data

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

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

running on 4 cores: 1,3,5,7

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: 8.04 7.99 7.72 5/180 23108
/proc/meminfo: memFree=30624724/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=21536 CPUtime=0 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 662 0 0 0 0 0 0 0 23 0 1 0 501756039 22052864 592 33554432000 4194304 4964704 140735238594304 18446744073709551615 212039316165 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/23108/statm: 5384 593 385 189 0 258 0

[startup+0.0932589 s]
/proc/loadavg: 8.04 7.99 7.72 5/180 23108
/proc/meminfo: memFree=30624724/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=24340 CPUtime=0.09 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 1458 0 0 0 9 0 0 0 23 0 1 0 501756039 24924160 1297 33554432000 4194304 4964704 140735238594304 18446744073709551615 4607744 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/23108/statm: 6085 1297 398 189 0 959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24340

[startup+0.100257 s]
/proc/loadavg: 8.04 7.99 7.72 5/180 23108
/proc/meminfo: memFree=30624724/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=24340 CPUtime=0.09 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 1458 0 0 0 9 0 0 0 23 0 1 0 501756039 24924160 1297 33554432000 4194304 4964704 140735238594304 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/23108/statm: 6085 1297 398 189 0 959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24340

[startup+0.300184 s]
/proc/loadavg: 8.04 7.99 7.72 5/180 23108
/proc/meminfo: memFree=30624724/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=170692 CPUtime=0.4 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 1774 0 0 0 40 0 0 0 25 0 4 0 501756039 174788608 1545 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670215 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 42673 1545 457 189 0 37022 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 170692

[startup+0.700114 s]
/proc/loadavg: 8.04 7.99 7.72 5/180 23108
/proc/meminfo: memFree=30624724/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=171796 CPUtime=1.99 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 2870 0 0 0 199 0 0 0 25 0 4 0 501756039 175919104 2641 33554432000 4194304 4964704 140735238594304 18446744073709551615 212039316513 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 42949 2641 458 189 0 37298 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 171796

[startup+1.50097 s]
/proc/loadavg: 8.04 7.99 7.72 9/184 23112
/proc/meminfo: memFree=30613664/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=173388 CPUtime=5.19 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 4070 0 0 0 519 0 0 0 25 0 4 0 501756039 177549312 3841 33554432000 4194304 4964704 140735238594304 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 43347 3841 458 189 0 37696 0
[pid=23108/tid=23110] ppid=23106 vsize=173388 CPUtime=1.22 cores=1,3,5,7
/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 606 0 0 0 122 0 0 0 25 0 4 0 501756065 177549312 3841 33554432000 4194304 4964704 140735238594304 18446744073709551615 4627453 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=173388 CPUtime=1.23 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 851 0 0 0 123 0 0 0 25 0 4 0 501756065 177549312 3841 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=173388 CPUtime=1.23 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 581 0 0 0 123 0 0 0 25 0 4 0 501756065 177549312 3841 33554432000 4194304 4964704 140735238594304 18446744073709551615 4627443 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.19
Current children cumulated vsize (KiB) 173388

[startup+3.10069 s]
/proc/loadavg: 8.04 7.99 7.72 9/184 23112
/proc/meminfo: memFree=30609464/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=174216 CPUtime=11.58 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 4760 0 0 0 1158 0 0 0 25 0 4 0 501756039 178397184 4531 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 43554 4531 460 189 0 37903 0
[pid=23108/tid=23110] ppid=23106 vsize=174216 CPUtime=2.81 cores=1,3,5,7
/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 791 0 0 0 281 0 0 0 25 0 4 0 501756065 178397184 4531 33554432000 4194304 4964704 140735238594304 18446744073709551615 4668673 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=174216 CPUtime=2.83 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 1100 0 0 0 283 0 0 0 25 0 4 0 501756065 178397184 4531 33554432000 4194304 4964704 140735238594304 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=174216 CPUtime=2.83 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 711 0 0 0 283 0 0 0 25 0 4 0 501756065 178397184 4531 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670281 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.58
Current children cumulated vsize (KiB) 174216

[startup+6.30112 s]
/proc/loadavg: 8.03 7.99 7.72 9/184 23112
/proc/meminfo: memFree=30602384/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=175696 CPUtime=24.36 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 6237 0 0 0 2435 1 0 0 25 0 4 0 501756039 179912704 6008 33554432000 4194304 4964704 140735238594304 18446744073709551615 212039352893 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 43924 6008 460 189 0 38273 0
[pid=23108/tid=23110] ppid=23106 vsize=175696 CPUtime=5.99 cores=1,3,5,7
/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 1160 0 0 0 599 0 0 0 25 0 4 0 501756065 179912704 6008 33554432000 4194304 4964704 140735238594304 18446744073709551615 4668714 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=175696 CPUtime=6.02 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 1704 0 0 0 602 0 0 0 25 0 4 0 501756065 179912704 6008 33554432000 4194304 4964704 140735238594304 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=175696 CPUtime=6.03 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 990 0 0 0 603 0 0 0 25 0 4 0 501756065 179912704 6008 33554432000 4194304 4964704 140735238594304 18446744073709551615 4627193 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.36
Current children cumulated vsize (KiB) 175696

[startup+12.701 s]
/proc/loadavg: 8.03 7.99 7.72 9/184 23112
/proc/meminfo: memFree=30588344/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=180320 CPUtime=49.92 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 9116 0 0 0 4990 2 0 0 25 0 4 0 501756039 184647680 8766 33554432000 4194304 4964704 140735238594304 18446744073709551615 4320897 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 45080 8766 460 189 0 39429 0
[pid=23108/tid=23110] ppid=23106 vsize=180320 CPUtime=12.35 cores=1,3,5,7
/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 1841 0 0 0 1235 0 0 0 25 0 4 0 501756065 184647680 8766 33554432000 4194304 4964704 140735238594304 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=180320 CPUtime=12.43 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 3078 0 0 0 1242 1 0 0 25 0 4 0 501756065 184647680 8766 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670263 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=180320 CPUtime=12.43 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 1428 0 0 0 1243 0 0 0 25 0 4 0 501756065 184647680 8766 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.92
Current children cumulated vsize (KiB) 180320

[startup+25.5007 s]
/proc/loadavg: 8.02 7.99 7.73 9/184 23112
/proc/meminfo: memFree=30571852/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=185032 CPUtime=101.05 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 13163 0 0 0 10100 5 0 0 25 0 4 0 501756039 189472768 12632 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 46258 12632 460 189 0 40607 0
[pid=23108/tid=23110] ppid=23106 vsize=185032 CPUtime=25.08 cores=1,3,5,7
/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 2818 0 0 0 2507 1 0 0 25 0 4 0 501756065 189472768 12632 33554432000 4194304 4964704 140735238594304 18446744073709551615 4658308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=185032 CPUtime=25.23 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 5152 0 0 0 2521 2 0 0 25 0 4 0 501756065 189472768 12632 33554432000 4194304 4964704 140735238594304 18446744073709551615 4627536 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=185032 CPUtime=25.23 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 1941 0 0 0 2523 0 0 0 25 0 4 0 501756065 189472768 12632 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670258 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.05
Current children cumulated vsize (KiB) 185032

[startup+51.1011 s]
/proc/loadavg: 8.16 8.02 7.74 9/184 23113
/proc/meminfo: memFree=30555188/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=188264 CPUtime=203.31 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 16041 0 0 0 20324 7 0 0 25 0 4 0 501756039 192782336 15482 33554432000 4194304 4964704 140735238594304 18446744073709551615 4668725 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 47066 15482 460 189 0 41415 0
[pid=23108/tid=23110] ppid=23106 vsize=188264 CPUtime=50.54 cores=1,3,5,7
/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 3541 0 0 0 5053 1 0 0 25 0 4 0 501756065 192782336 15482 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=188264 CPUtime=50.83 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 6411 0 0 0 5080 3 0 0 18 0 4 0 501756065 192782336 15482 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=188264 CPUtime=50.83 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 2588 0 0 0 5082 1 0 0 25 0 4 0 501756065 192782336 15482 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.31
Current children cumulated vsize (KiB) 188264

[startup+102.307 s]
/proc/loadavg: 8.14 8.03 7.76 9/184 23114
/proc/meminfo: memFree=30532572/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=196172 CPUtime=407.82 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 20698 0 0 0 40771 11 0 0 25 0 4 0 501756039 200880128 19894 33554432000 4194304 4964704 140735238594304 18446744073709551615 4627536 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 49043 19894 460 189 0 43392 0
[pid=23108/tid=23110] ppid=23106 vsize=196172 CPUtime=101.44 cores=1,3,5,7
/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 5140 0 0 0 10142 2 0 0 25 0 4 0 501756065 200880128 19894 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=196172 CPUtime=102.03 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 8342 0 0 0 10199 4 0 0 25 0 4 0 501756065 200880128 19894 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=196172 CPUtime=102.02 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 3023 0 0 0 10201 1 0 0 25 0 4 0 501756065 200880128 19894 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.82
Current children cumulated vsize (KiB) 196172

[startup+162.3 s]
/proc/loadavg: 8.23 8.07 7.79 9/184 23116
/proc/meminfo: memFree=30518888/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=199376 CPUtime=647.47 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 23185 0 0 0 64734 13 0 0 25 0 4 0 501756039 204161024 22272 33554432000 4194304 4964704 140735238594304 18446744073709551615 4668609 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 49844 22272 460 189 0 44193 0
[pid=23108/tid=23110] ppid=23106 vsize=199376 CPUtime=161.11 cores=1,3,5,7
/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 6141 0 0 0 16108 3 0 0 25 0 4 0 501756065 204161024 22272 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=199376 CPUtime=162.02 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 9475 0 0 0 16197 5 0 0 25 0 4 0 501756065 204161024 22272 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=199376 CPUtime=162.02 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 3303 0 0 0 16200 2 0 0 25 0 4 0 501756065 204161024 22272 33554432000 4194304 4964704 140735238594304 18446744073709551615 4627536 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.47
Current children cumulated vsize (KiB) 199376

[startup+222.301 s]
/proc/loadavg: 8.18 8.08 7.81 9/184 23118
/proc/meminfo: memFree=30508672/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=203140 CPUtime=887.13 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 25383 0 0 0 88699 14 0 0 25 0 4 0 501756039 208015360 24344 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 50785 24344 460 189 0 45134 0
[pid=23108/tid=23110] ppid=23106 vsize=203140 CPUtime=220.77 cores=1,3,5,7
/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 6690 0 0 0 22074 3 0 0 25 0 4 0 501756065 208015360 24344 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=203140 CPUtime=222.02 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 10657 0 0 0 22197 5 0 0 25 0 4 0 501756065 208015360 24344 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=203140 CPUtime=222.02 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 3655 0 0 0 22200 2 0 0 25 0 4 0 501756065 208015360 24344 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 887.13
Current children cumulated vsize (KiB) 203140

[startup+282.301 s]

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

/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 11804 0 0 0 75784 9 0 0 25 0 4 0 501756065 283353088 37915 33554432000 4194304 4964704 140735238594304 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=276712 CPUtime=762.02 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 16582 0 0 0 76191 11 0 0 25 0 4 0 501756065 283353088 37915 33554432000 4194304 4964704 140735238594304 18446744073709551615 4644840 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=276712 CPUtime=762.03 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 6077 0 0 0 76197 6 0 0 25 0 4 0 501756065 283353088 37915 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670230 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.3
Current children cumulated vsize (KiB) 276712

[startup+822.3 s]
/proc/loadavg: 4.02 4.69 6.13 5/175 23151
/proc/meminfo: memFree=30543172/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=277200 CPUtime=3283.97 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 42328 0 0 0 328363 34 0 0 25 0 4 0 501756039 283852800 39229 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 69300 39229 460 189 0 63649 0
[pid=23108/tid=23110] ppid=23106 vsize=277200 CPUtime=817.61 cores=1,3,5,7
/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 12755 0 0 0 81751 10 0 0 25 0 4 0 501756065 283852800 39229 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=277200 CPUtime=822.02 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 16942 0 0 0 82191 11 0 0 25 0 4 0 501756065 283852800 39229 33554432000 4194304 4964704 140735238594304 18446744073709551615 4653154 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=277200 CPUtime=822.03 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 6245 0 0 0 82196 7 0 0 25 0 4 0 501756065 283852800 39229 33554432000 4194304 4964704 140735238594304 18446744073709551615 4312128 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3283.97
Current children cumulated vsize (KiB) 277200

[startup+882.301 s]
/proc/loadavg: 4.01 4.56 5.99 5/175 23152
/proc/meminfo: memFree=30540156/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=277200 CPUtime=3523.67 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 43026 0 0 0 352332 35 0 0 25 0 4 0 501756039 283852800 39786 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670230 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 69300 39786 460 189 0 63649 0
[pid=23108/tid=23110] ppid=23106 vsize=277200 CPUtime=877.53 cores=1,3,5,7
/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 13111 0 0 0 87742 11 0 0 25 0 4 0 501756065 283852800 39786 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=277200 CPUtime=881.81 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 17271 0 0 0 88169 12 0 0 25 0 4 0 501756065 283852800 39786 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=277200 CPUtime=882.03 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 6254 0 0 0 88196 7 0 0 25 0 4 0 501756065 283852800 39786 33554432000 4194304 4964704 140735238594304 18446744073709551615 4668645 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.67
Current children cumulated vsize (KiB) 277200

[startup+942.301 s]
/proc/loadavg: 4.08 4.49 5.88 5/175 23157
/proc/meminfo: memFree=30537172/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=277912 CPUtime=3763.36 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 43885 0 0 0 376300 36 0 0 25 0 4 0 501756039 284581888 40457 33554432000 4194304 4964704 140735238594304 18446744073709551615 4320944 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 69478 40457 460 189 0 63827 0
[pid=23108/tid=23110] ppid=23106 vsize=277912 CPUtime=937.53 cores=1,3,5,7
/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 13416 0 0 0 93742 11 0 0 25 0 4 0 501756065 284581888 40457 33554432000 4194304 4964704 140735238594304 18446744073709551615 4312137 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=277912 CPUtime=941.49 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 17608 0 0 0 94137 12 0 0 25 0 4 0 501756065 284581888 40457 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=277912 CPUtime=942.02 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 6407 0 0 0 94195 7 0 0 25 0 4 0 501756065 284581888 40457 33554432000 4194304 4964704 140735238594304 18446744073709551615 4627540 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.36
Current children cumulated vsize (KiB) 277912

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

[startup+947.106 s]
/proc/loadavg: 4.08 4.48 5.87 5/175 23157
/proc/meminfo: memFree=30537036/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=277912 CPUtime=3782.55 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 43966 0 0 0 378219 36 0 0 25 0 4 0 501756039 284581888 40490 33554432000 4194304 4964704 140735238594304 18446744073709551615 4669898 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 69478 40490 460 189 0 63827 0
[pid=23108/tid=23110] ppid=23106 vsize=277912 CPUtime=942.33 cores=1,3,5,7
/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 13496 0 0 0 94222 11 0 0 25 0 4 0 501756065 284581888 40490 33554432000 4194304 4964704 140735238594304 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=277912 CPUtime=946.27 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 17608 0 0 0 94615 12 0 0 25 0 4 0 501756065 284581888 40490 33554432000 4194304 4964704 140735238594304 18446744073709551615 4653154 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=277912 CPUtime=946.83 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 6408 0 0 0 94676 7 0 0 25 0 4 0 501756065 284581888 40490 33554432000 4194304 4964704 140735238594304 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3782.55
Current children cumulated vsize (KiB) 277912

[startup+972.701 s]
/proc/loadavg: 4.10 4.45 5.81 5/175 23158
/proc/meminfo: memFree=30536780/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=277912 CPUtime=3884.8 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 44109 0 0 0 388443 37 0 0 25 0 4 0 501756039 284581888 40539 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670243 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 69478 40539 460 189 0 63827 0
[pid=23108/tid=23110] ppid=23106 vsize=277912 CPUtime=967.93 cores=1,3,5,7
/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 13592 0 0 0 96782 11 0 0 25 0 4 0 501756065 284581888 40539 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=277912 CPUtime=971.74 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 17612 0 0 0 97161 13 0 0 25 0 4 0 501756065 284581888 40539 33554432000 4194304 4964704 140735238594304 18446744073709551615 4669306 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=277912 CPUtime=972.42 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 6445 0 0 0 97235 7 0 0 25 0 4 0 501756065 284581888 40539 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3884.8
Current children cumulated vsize (KiB) 277912

[startup+985.501 s]
/proc/loadavg: 4.08 4.43 5.79 5/175 23158
/proc/meminfo: memFree=30536652/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=277912 CPUtime=3935.95 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 44193 0 0 0 393558 37 0 0 25 0 4 0 501756039 284581888 40576 33554432000 4194304 4964704 140735238594304 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 69478 40576 460 189 0 63827 0
[pid=23108/tid=23110] ppid=23106 vsize=277912 CPUtime=980.73 cores=1,3,5,7
/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 13671 0 0 0 98062 11 0 0 25 0 4 0 501756065 284581888 40576 33554432000 4194304 4964704 140735238594304 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=277912 CPUtime=984.47 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 17612 0 0 0 98434 13 0 0 25 0 4 0 501756065 284581888 40576 33554432000 4194304 4964704 140735238594304 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=277912 CPUtime=985.23 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 6450 0 0 0 98516 7 0 0 25 0 4 0 501756065 284581888 40576 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670312 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3935.95
Current children cumulated vsize (KiB) 277912

[startup+988.701 s]
/proc/loadavg: 4.08 4.43 5.78 5/175 23158
/proc/meminfo: memFree=30536652/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=277912 CPUtime=3948.72 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 44193 0 0 0 394835 37 0 0 25 0 4 0 501756039 284581888 40576 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 69478 40576 460 189 0 63827 0
[pid=23108/tid=23110] ppid=23106 vsize=277912 CPUtime=983.93 cores=1,3,5,7
/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 13671 0 0 0 98382 11 0 0 25 0 4 0 501756065 284581888 40576 33554432000 4194304 4964704 140735238594304 18446744073709551615 4627347 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=277912 CPUtime=987.65 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 17612 0 0 0 98752 13 0 0 25 0 4 0 501756065 284581888 40576 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=277912 CPUtime=988.42 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 6450 0 0 0 98835 7 0 0 25 0 4 0 501756065 284581888 40576 33554432000 4194304 4964704 140735238594304 18446744073709551615 4669253 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3948.72
Current children cumulated vsize (KiB) 277912

[startup+991.901 s]
/proc/loadavg: 4.08 4.43 5.78 5/175 23158
/proc/meminfo: memFree=30536528/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=277912 CPUtime=3961.5 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 44273 0 0 0 396113 37 0 0 25 0 4 0 501756039 284581888 40608 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670248 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 69478 40608 460 189 0 63827 0
[pid=23108/tid=23110] ppid=23106 vsize=277912 CPUtime=987.12 cores=1,3,5,7
/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 13751 0 0 0 98701 11 0 0 25 0 4 0 501756065 284581888 40608 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=277912 CPUtime=990.84 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 17612 0 0 0 99071 13 0 0 25 0 4 0 501756065 284581888 40608 33554432000 4194304 4964704 140735238594304 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=277912 CPUtime=991.62 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 6450 0 0 0 99155 7 0 0 25 0 4 0 501756065 284581888 40608 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3961.5
Current children cumulated vsize (KiB) 277912

[startup+993.501 s]
/proc/loadavg: 4.07 4.42 5.77 5/175 23158
/proc/meminfo: memFree=30536404/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=277912 CPUtime=3967.89 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 44273 0 0 0 396751 38 0 0 25 0 4 0 501756039 284581888 40608 33554432000 4194304 4964704 140735238594304 18446744073709551615 4660059 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 69478 40608 460 189 0 63827 0
[pid=23108/tid=23110] ppid=23106 vsize=277912 CPUtime=988.72 cores=1,3,5,7
/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 13751 0 0 0 98861 11 0 0 25 0 4 0 501756065 284581888 40608 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670176 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=277912 CPUtime=992.42 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 17612 0 0 0 99229 13 0 0 25 0 4 0 501756065 284581888 40608 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=277912 CPUtime=993.22 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 6450 0 0 0 99315 7 0 0 25 0 4 0 501756065 284581888 40608 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3967.89
Current children cumulated vsize (KiB) 277912

[startup+993.901 s]
/proc/loadavg: 4.07 4.42 5.77 5/175 23158
/proc/meminfo: memFree=30536404/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=277912 CPUtime=3969.49 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) R 23106 23108 22193 0 -1 4202496 44273 0 0 0 396911 38 0 0 25 0 4 0 501756039 284581888 40608 33554432000 4194304 4964704 140735238594304 18446744073709551615 4668618 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 69478 40608 460 189 0 63827 0
[pid=23108/tid=23110] ppid=23106 vsize=277912 CPUtime=989.12 cores=1,3,5,7
/proc/23108/task/23110/stat : 23110 (claspmt) R 23106 23108 22193 0 -1 4202560 13751 0 0 0 98901 11 0 0 25 0 4 0 501756065 284581888 40608 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23108/tid=23111] ppid=23106 vsize=277912 CPUtime=992.82 cores=1,3,5,7
/proc/23108/task/23111/stat : 23111 (claspmt) R 23106 23108 22193 0 -1 4202560 17612 0 0 0 99269 13 0 0 25 0 4 0 501756065 284581888 40608 33554432000 4194304 4964704 140735238594304 18446744073709551615 4670250 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=23108/tid=23112] ppid=23106 vsize=277912 CPUtime=993.62 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 6450 0 0 0 99355 7 0 0 25 0 4 0 501756065 284581888 40608 33554432000 4194304 4964704 140735238594304 18446744073709551615 4668676 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3969.49
Current children cumulated vsize (KiB) 277912

[startup+994.301 s]
/proc/loadavg: 4.07 4.42 5.77 5/175 23158
/proc/meminfo: memFree=30536404/32951124 swapFree=67111356/67111528
[pid=23108] ppid=23106 vsize=277912 CPUtime=3971.1 cores=1,3,5,7
/proc/23108/stat : 23108 (claspmt) S 23106 23108 22193 0 -1 4202496 44275 0 0 0 397072 38 0 0 25 0 2 0 501756039 284581888 40610 33554432000 4194304 4964704 140735238594304 18446744073709551615 212051458021 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23108/statm: 69478 40610 462 189 0 63827 0
[pid=23108/tid=23112] ppid=23106 vsize=277912 CPUtime=994.03 cores=1,3,5,7
/proc/23108/task/23112/stat : 23112 (claspmt) R 23106 23108 22193 0 -1 4202560 6451 0 0 0 99396 7 0 0 25 0 2 0 501756065 284581888 40610 33554432000 4194304 4964704 140735238594304 18446744073709551615 4313736 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3971.1
Current children cumulated vsize (KiB) 277912

Child status: 10
Real time (s): 994.335
CPU time (s): 3971.14
CPU user time (s): 3970.75
CPU system time (s): 0.386941
CPU usage (%): 399.376
Max. virtual memory (cumulated for all children) (KiB): 277912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3970.75
system time used= 0.386941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44285
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= 7712
involuntary context switches= 27335

runsolver used 1.55276 second user time and 3.70544 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 18:09:58
IDJOB=3299563
IDBENCH=83313
IDSOLVER=1683
FILE ID=node146/3299563-1304093398
RUNJOBID= node146-1304092081-22950
PBS_JOBID= 13170566
Free space on /tmp= 72996 MiB

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

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

MD5SUM BENCH= 8e7b614904543aa28491ea45c761cbd5
RANDOM SEED=635311834

node146.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30624880 kB
Buffers:        610700 kB
Cached:        1190920 kB
SwapCached:         32 kB
Active:         204208 kB
Inactive:      1733948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30624880 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1584 kB
Writeback:           0 kB
AnonPages:      136192 kB
Mapped:          15620 kB
Slab:           325288 kB
PageTables:       4384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   291768 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= 72996 MiB
End job on node146 at 2011-04-29 18:26:32