Trace number 40092

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, and are wall clock time (not CPU 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 NameAnswerObjective functionCPU timeWall clock time
bsolo 2006/05SAT121 1800.08 1800.59

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos16.opb
MD5SUM49459e9c72edb2754f1d384319cf8731
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark114
Best CPU time to get the best result obtained on this benchmark1782.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 114
Optimality of the best value was proved NO
Number of variables464
Total number of constraints1059
Number of constraints which are clauses336
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints723
Minimum length of a constraint2
Maximum length of a constraint128
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 138
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 535
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00	c Time Limit set via PBTIMEOUT to 1800
0.01	c INFO: OSL Context initialized.
0.05	c Initial problem consists of 464 variables and 1069 constraints.
0.05	c No problem reductions applied in OPT. instance.
0.05	c	preprocess terminated. Elapsed time: 0.039
0.05	c After prepocess the problem consists of 464 variables and 901 constraints.
0.05	c Initial Lower Bound: 0
0.09	c Restart #1 #Var: 464 LB: 0 @ 0.076
0.16	c Restart #2 #Var: 464 LB: 0 @ 0.153
0.29	c Restart #3 #Var: 464 LB: 0 @ 0.278
0.48	c Restart #4 #Var: 464 LB: 0 @ 0.474
0.71	c Restart #5 #Var: 464 LB: 0 @ 0.704
0.79	c Sol. found (all assignments made)...
0.79	o 121
0.79	c NEW SOLUTION FOUND: 121 @ 0.78
0.85	c Sol. found (all assignments made)...
1.06	c Restart #6 #Var: 464 LB: 0 @ 1.045
1.41	c Restart #7 #Var: 464 LB: 0 @ 1.396
1.86	c Restart #8 #Var: 464 LB: 0 @ 1.851
2.45	c Restart #9 #Var: 464 LB: 0 @ 2.437
3.40	c CHANGE to LPR mode... 	UB: 121	MIS: 0	LPR: 97 (0.03375)	Diff: 0
3.40	c Restart #0 #Var: 464 LB: 0 @ 3.393
19.11	c Restart #1 #Var: 464 LB: 97 @ 19.088
36.66	c Restart #2 #Var: 464 LB: 97 @ 36.631
81.86	c Restart #3 #Var: 464 LB: 97 @ 81.818
152.68	c Restart #4 #Var: 464 LB: 97 @ 152.62
204.58	c Restart #5 #Var: 464 LB: 97 @ 204.5
271.56	c Restart #6 #Var: 464 LB: 97 @ 271.47
333.49	c Restart #7 #Var: 464 LB: 97 @ 333.38
397.70	c Restart #8 #Var: 464 LB: 97 @ 397.57
489.84	c Restart #9 #Var: 464 LB: 97 @ 489.69
589.77	c Restart #10 #Var: 464 LB: 97 @ 589.59
729.56	c Restart #11 #Var: 464 LB: 97 @ 729.34
865.75	c Restart #12 #Var: 464 LB: 97 @ 865.5
1028.96	c Restart #13 #Var: 464 LB: 97 @ 1028.7
1200.68	c Restart #14 #Var: 464 LB: 97 @ 1200.3
1336.95	c Restart #15 #Var: 464 LB: 97 @ 1336.6
1530.25	c Restart #16 #Var: 464 LB: 97 @ 1529.8
1724.09	c Restart #17 #Var: 464 LB: 97 @ 1723.6
1800.58	s SATISFIABLE
1800.58	c Cost: 121
1800.58	v x457 -x458 -x459 x460 x461 x462 x463 -x464 x337 -x338 -x339 -x340 -x341 -x342 x343 -x344 x345 -x346 x347 x348 x349 x350 -x351
1800.58	v -x352 x353 -x354 -x355 -x356 x357 x358 x359 -x360 x361 x362 -x363 -x364 x365 -x366 -x367 x368 x369 -x370 -x371 x372 -x373 x374
1800.58	v -x375 -x376 -x377 -x378 x379 x380 -x381 x382 -x383 x384 -x385 x386 x387 x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 x396
1800.58	v -x397 x398 x399 x400 -x401 x402 -x403 x404 -x405 x406 -x407 x408 -x409 x410 x411 -x412 -x413 -x414 -x415 -x416 x417 x418 -x419
1800.58	v -x420 x421 x422 -x423 x424 -x425 x426 x427 -x428 -x429 -x430 -x431 -x432 -x433 x434 -x435 -x436 x437 x438 x439 x440 -x441 -x442
1800.58	v x443 -x444 -x445 -x446 x447 x448 -x449 -x450 x451 -x452 x453 -x454 -x455 -x456 -x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 -x13 -x14
1800.58	v -x15 -x16 -x17 -x18 -x19 x20 x21 -x22 -x23 -x24 x25 x26 -x27 -x28 x29 x30 x31 -x32 x33 x34 x35 x36 x37 x38 -x39 x40 -x41 -x42 x43
1800.58	v x44 -x45 x46 -x47 x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 x59 x60 -x61 -x62 x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 x71
1800.58	v -x72 x73 -x74 x75 -x76 x77 -x78 -x79 x80 -x81 x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 x98 x99
1800.58	v x100 x101 x102 x103 -x104 -x105 x106 x107 x108 -x109 -x110 x111 x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122
1800.58	v x123 -x124 x125 x126 -x127 -x128 x129 -x130 x131 -x132 -x133 x134 x135 x136 x137 x138 x139 x140 x141 -x142 -x143 -x144 x145
1800.58	v x146 -x147 x148 x149 x150 x151 x152 x153 x154 -x155 x156 -x157 x158 -x159 x160 -x161 x162 x163 -x164 x165 -x166 x167 x168 x169
1800.58	v x170 -x171 x172 x173 x174 x175 -x176 -x177 x178 x179 -x180 -x181 x182 x183 x184 x185 x186 x187 x188 x189 -x190 -x191 -x192 x193
1800.58	v -x194 -x195 -x196 x197 x198 -x199 -x200 x201 x202 x203 x204 x205 -x206 -x207 -x208 -x209 x210 -x211 x212 x213 x214 -x215 -x216
1800.58	v x217 x218 x219 -x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 x231 x232 -x233 x234 -x235 -x236 -x237 -x238
1800.58	v -x239 -x240 -x241 -x242 x243 x244 x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 x255 -x256 -x257 -x258 -x259
1800.58	v x260 x261 -x262 -x263 x264 x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 x274 x275 x276 -x277 x278 x279 x280 -x281 -x282
1800.58	v x283 x284 -x285 -x286 -x287 -x288 -x289 x290 x291 x292 x293 -x294 x295 -x296 -x297 -x298 x299 x300 -x301 -x302 -x303 x304 x305
1800.58	v -x306 x307 x308 x309 x310 x311 x312 x313 x314 -x315 -x316 x317 -x318 x319 x320 x321 x322 x323 x324 x325 x326 -x327 -x328 -x329
1800.58	v x330 x331 x332 x333 x334 x335 x336
1800.58	c Exit Code: 10
1800.58	c Total time: 1800.1 s

Verifier Data (download as text)

OK	121

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node31/watcher-40092-1149365601 -o ROOT/results/node31/solver-40092-1149365601 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node31/40092-1149365601/instance-40092-1149365601.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1781440/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=4928 CPUtime=0
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 325 0 0 0 0 0 0 0 19 0 1 0 202223776 5046272 293 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4158403136 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 1232 298 201 55 0 124 0

[startup+10.0022 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1772560/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=13560 CPUtime=9.97
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 14469 0 1 0 991 6 0 0 25 0 1 0 202223776 13885440 2566 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4159497220 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 3390 2566 431 55 0 2282 0
Current children cumulated CPU time (s) 9.97
Current children cumulated vsize (Kb) 13560

[startup+20.008 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1771984/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=13380 CPUtime=19.97
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 31862 0 1 0 1985 12 0 0 25 0 1 0 202223776 13701120 2664 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4158520363 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 3345 2664 431 55 0 2237 0
Current children cumulated CPU time (s) 19.97
Current children cumulated vsize (Kb) 13380

[startup+30.0138 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1771472/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=13528 CPUtime=29.98
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 55235 0 3 0 2974 24 0 0 25 0 1 0 202223776 13852672 2703 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4158535978 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 3382 2703 433 55 0 2274 0
Current children cumulated CPU time (s) 29.98
Current children cumulated vsize (Kb) 13528

[startup+40.0196 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1771024/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=14788 CPUtime=39.98
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 83636 0 3 0 3961 37 0 0 25 0 1 0 202223776 15142912 2876 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4159169422 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 3697 2876 433 55 0 2589 0
Current children cumulated CPU time (s) 39.98
Current children cumulated vsize (Kb) 14788

[startup+50.0255 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1770896/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=14180 CPUtime=49.98
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 104701 0 3 0 4952 46 0 0 25 0 1 0 202223776 14520320 2866 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4158536008 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 3545 2866 433 55 0 2437 0
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (Kb) 14180

[startup+60.0313 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1770768/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=15156 CPUtime=59.99
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 125314 0 3 0 5942 57 0 0 25 0 1 0 202223776 15519744 2970 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4159497942 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 3789 2970 433 55 0 2681 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 15156

[startup+70.0381 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1770640/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=15248 CPUtime=69.99
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 145735 0 3 0 6933 66 0 0 25 0 1 0 202223776 15613952 2992 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4160045726 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 3812 2992 433 55 0 2704 0
Current children cumulated CPU time (s) 69.99
Current children cumulated vsize (Kb) 15248

[startup+80.0439 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1770576/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=15336 CPUtime=79.99
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 166613 0 3 0 7925 74 0 0 25 0 1 0 202223776 15704064 3016 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4159495710 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 3834 3016 433 55 0 2726 0
Current children cumulated CPU time (s) 79.99
Current children cumulated vsize (Kb) 15336

[startup+90.0498 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1770320/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=14900 CPUtime=89.99
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 186621 0 3 0 8916 83 0 0 25 0 1 0 202223776 15257600 3037 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4159299058 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 3725 3037 433 55 0 2617 0
Current children cumulated CPU time (s) 89.99
Current children cumulated vsize (Kb) 14900

[startup+100.056 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1770192/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=14856 CPUtime=100
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 207466 0 3 0 9908 92 0 0 25 0 1 0 202223776 15212544 3035 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 3714 3035 433 55 0 2606 0
Current children cumulated CPU time (s) 100
Current children cumulated vsize (Kb) 14856

[startup+110.061 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1770256/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=14884 CPUtime=110
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 228344 0 3 0 10898 102 0 0 25 0 1 0 202223776 15241216 3042 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4158535974 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 3721 3042 433 55 0 2613 0
Current children cumulated CPU time (s) 110
Current children cumulated vsize (Kb) 14884

[startup+120.067 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1770064/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=15872 CPUtime=120
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 258666 0 3 0 11886 114 0 0 25 0 1 0 202223776 16252928 3153 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4159497222 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 3968 3153 433 55 0 2860 0
Current children cumulated CPU time (s) 120
Current children cumulated vsize (Kb) 15872

[startup+130.072 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1770000/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=15960 CPUtime=130.01
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 282541 0 3 0 12877 124 0 0 25 0 1 0 202223776 16343040 3164 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4159473286 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 3990 3164 433 55 0 2882 0
Current children cumulated CPU time (s) 130.01
Current children cumulated vsize (Kb) 15960

[startup+140.078 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1769808/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=15340 CPUtime=140.01
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 304388 0 3 0 13867 134 0 0 25 0 1 0 202223776 15708160 3156 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4158503284 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 3835 3156 433 55 0 2727 0
Current children cumulated CPU time (s) 140.01
Current children cumulated vsize (Kb) 15340

[startup+150.084 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1769616/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=15536 CPUtime=150.01
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 324135 0 3 0 14859 142 0 0 25 0 1 0 202223776 15908864 3205 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4160212171 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 3884 3205 433 55 0 2776 0
Current children cumulated CPU time (s) 150.01
Current children cumulated vsize (Kb) 15536

[startup+160.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1769232/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=16572 CPUtime=160.02
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 344428 0 3 0 15852 150 0 0 25 0 1 0 202223776 16969728 3363 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4159497251 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 4143 3363 438 55 0 3035 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 16572

[startup+170.095 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1769168/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=16516 CPUtime=170.02
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 366255 0 3 0 16842 160 0 0 25 0 1 0 202223776 16912384 3339 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4159255577 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 4129 3339 438 55 0 3021 0
Current children cumulated CPU time (s) 170.02
Current children cumulated vsize (Kb) 16516

[startup+180.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1768976/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=16248 CPUtime=180.03
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 385619 0 3 0 17833 170 0 0 25 0 1 0 202223776 16637952 3376 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 4062 3376 438 55 0 2954 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 16248

[startup+190.106 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1768784/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=17188 CPUtime=190.03
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 409598 0 3 0 18822 181 0 0 25 0 1 0 202223776 17600512 3474 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 1638103 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 4297 3474 438 55 0 3189 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 17188

[startup+200.112 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1768656/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=16572 CPUtime=200.03
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 431898 0 3 0 19810 193 0 0 25 0 1 0 202223776 16969728 3439 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4160200165 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 4143 3439 438 55 0 3035 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 16572

[startup+210.118 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11088
/proc/meminfo: memFree=1768208/2055920 swapFree=4181480/4192956

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

/proc/11088/statm: 11854 11049 438 55 0 10746 0
Current children cumulated CPU time (s) 1760.5
Current children cumulated vsize (Kb) 47416

[startup+1771.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737936/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=47420 CPUtime=1770.51
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3603483 0 3 0 175383 1668 0 0 25 0 1 0 202223776 48558080 11046 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4160347458 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 11855 11046 438 55 0 10747 0
Current children cumulated CPU time (s) 1770.51
Current children cumulated vsize (Kb) 47420

[startup+1781.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737744/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=47016 CPUtime=1780.51
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3620734 0 3 0 176375 1676 0 0 25 0 1 0 202223776 48144384 11061 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4158535994 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 11754 11061 438 55 0 10646 0
Current children cumulated CPU time (s) 1780.51
Current children cumulated vsize (Kb) 47016

[startup+1782.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737744/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=47800 CPUtime=1781.51
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3622668 0 3 0 176474 1677 0 0 25 0 1 0 202223776 48947200 11121 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4159476428 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 11950 11121 438 55 0 10842 0
Current children cumulated CPU time (s) 1781.51
Current children cumulated vsize (Kb) 47800

[startup+1783.03 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737744/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=47780 CPUtime=1782.51
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3624489 0 3 0 176573 1678 0 0 25 0 1 0 202223776 48926720 11116 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4160045726 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 11945 11116 438 55 0 10837 0
Current children cumulated CPU time (s) 1782.51
Current children cumulated vsize (Kb) 47780

[startup+1784.03 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737616/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=47932 CPUtime=1783.53
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3626278 0 3 0 176673 1680 0 0 25 0 1 0 202223776 49082368 11149 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4159497251 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 11983 11149 438 55 0 10875 0
Current children cumulated CPU time (s) 1783.53
Current children cumulated vsize (Kb) 47932

[startup+1785.04 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737680/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=47132 CPUtime=1784.53
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3628218 0 3 0 176772 1681 0 0 25 0 1 0 202223776 48263168 11094 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4158535994 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 11783 11094 438 55 0 10675 0
Current children cumulated CPU time (s) 1784.53
Current children cumulated vsize (Kb) 47132

[startup+1786.04 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737488/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=47200 CPUtime=1785.53
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3630165 0 3 0 176872 1681 0 0 25 0 1 0 202223776 48332800 11111 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 1605633 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 11800 11111 438 55 0 10692 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (Kb) 47200

[startup+1787.05 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737552/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=47200 CPUtime=1786.54
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3631816 0 3 0 176972 1682 0 0 25 0 1 0 202223776 48332800 11111 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134684544 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 11800 11111 438 55 0 10692 0
Current children cumulated CPU time (s) 1786.54
Current children cumulated vsize (Kb) 47200

[startup+1788.05 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737552/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=47932 CPUtime=1787.54
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3633564 0 3 0 177071 1683 0 0 25 0 1 0 202223776 49082368 11150 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4160045711 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 11983 11150 438 55 0 10875 0
Current children cumulated CPU time (s) 1787.54
Current children cumulated vsize (Kb) 47932

[startup+1789.06 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737552/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=47508 CPUtime=1788.54
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3635313 0 3 0 177171 1683 0 0 25 0 1 0 202223776 48648192 11150 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4160200563 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 11877 11150 438 55 0 10769 0
Current children cumulated CPU time (s) 1788.54
Current children cumulated vsize (Kb) 47508

[startup+1790.06 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737552/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=47372 CPUtime=1789.55
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3637273 0 3 0 177271 1684 0 0 25 0 1 0 202223776 48508928 11149 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 11843 11149 438 55 0 10735 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (Kb) 47372

[startup+1791.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737232/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=48148 CPUtime=1790.55
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3639117 0 3 0 177370 1685 0 0 25 0 1 0 202223776 49303552 11252 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4159473353 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 12037 11252 438 55 0 10929 0
Current children cumulated CPU time (s) 1790.55
Current children cumulated vsize (Kb) 48148

[startup+1792.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737424/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=47432 CPUtime=1791.56
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3640775 0 3 0 177470 1686 0 0 25 0 1 0 202223776 48570368 11157 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4158535944 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 11858 11157 438 55 0 10750 0
Current children cumulated CPU time (s) 1791.56
Current children cumulated vsize (Kb) 47432

[startup+1793.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737168/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=47520 CPUtime=1792.57
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3642585 0 3 0 177570 1687 0 0 25 0 1 0 202223776 48660480 11172 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4158520524 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 11880 11172 438 55 0 10772 0
Current children cumulated CPU time (s) 1792.57
Current children cumulated vsize (Kb) 47520

[startup+1794.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737360/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=47488 CPUtime=1793.57
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3644359 0 3 0 177670 1687 0 0 25 0 1 0 202223776 48627712 11175 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134684361 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 11872 11175 438 55 0 10764 0
Current children cumulated CPU time (s) 1793.57
Current children cumulated vsize (Kb) 47488

[startup+1795.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737232/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=48152 CPUtime=1794.58
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3646087 0 3 0 177770 1688 0 0 25 0 1 0 202223776 49307648 11251 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4159351679 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 12038 11251 438 55 0 10930 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (Kb) 48152

[startup+1796.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737552/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=47428 CPUtime=1795.58
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3648039 0 3 0 177869 1689 0 0 25 0 1 0 202223776 48566272 11165 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4159300551 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 11857 11165 438 55 0 10749 0
Current children cumulated CPU time (s) 1795.58
Current children cumulated vsize (Kb) 47428

[startup+1797.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737168/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=48296 CPUtime=1796.58
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3649833 0 3 0 177969 1689 0 0 25 0 1 0 202223776 49455104 11271 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4160045726 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 12074 11271 438 55 0 10966 0
Current children cumulated CPU time (s) 1796.58
Current children cumulated vsize (Kb) 48296

[startup+1798.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737488/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=47312 CPUtime=1797.59
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3651621 0 3 0 178069 1690 0 0 25 0 1 0 202223776 48447488 11139 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4158535961 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 11828 11139 438 55 0 10720 0
Current children cumulated CPU time (s) 1797.59
Current children cumulated vsize (Kb) 47312

[startup+1799.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737488/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=47436 CPUtime=1798.59
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3653377 0 3 0 178168 1691 0 0 25 0 1 0 202223776 48574464 11165 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4159300109 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 11859 11165 438 55 0 10751 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (Kb) 47436

[startup+1800.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11090
/proc/meminfo: memFree=1737232/2055920 swapFree=4181480/4192956
[pid=11088] ppid=11086 vsize=48180 CPUtime=1799.59
/proc/11088/stat : 11088 (bsolo) R 11086 11088 11042 0 -1 0 3655244 0 3 0 178267 1692 0 0 25 0 1 0 202223776 49336320 11255 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4159176750 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11088/statm: 12045 11255 438 55 0 10937 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (Kb) 48180

Child status: 10
Real time (s): 1800.59
CPU time (s): 1800.08
CPU user time (s): 1783.14
CPU system time (s): 16.9414
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (Kb): 48296

Launcher Data (download as text)

Begin job on node31 on Sat Jun  3 20:13:21 UTC 2006


FILE ID= 40092-1149365601

PBS_JOBID= 311802

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos16.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node31/40092-1149365601/instance-40092-1149365601.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node31/watcher-40092-1149365601 -o ROOT/results/node31/solver-40092-1149365601 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node31/40092-1149365601/instance-40092-1149365601.opb

MD5SUM SOLVER= 05cada221eb1efaaae980ebc7509e7e8
MD5SUM BENCH=  49459e9c72edb2754f1d384319cf8731

RANDOM SEED= 101347284


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1781648 kB
Buffers:         21008 kB
Cached:         181728 kB
SwapCached:       3304 kB
Active:          49664 kB
Inactive:       161856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781648 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          14964 kB
Slab:            48720 kB
Committed_AS:   398700 kB
PageTables:       1496 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node31 on Sat Jun  3 20:43:22 UTC 2006