Trace number 39968

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/05? 1800.1 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-fit2p.opb
MD5SUMea34bf390bf77663918ceca8ccc177b4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1059
Optimality of the best value was proved NO
Number of variables293602
Total number of constraints10500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10500
Minimum length of a constraint13
Maximum length of a constraint612
Number of terms in the objective function 246163
Biggest coefficient in the objective function 130
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 748663
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261428
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 748663
Number of bits of the biggest sum of numbers20
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.
131.33	c Initial problem consists of 293602 variables and 13500 constraints.
134.71	c No problem reductions applied in OPT. instance.
134.71	c	preprocess terminated. Elapsed time: 134.63
134.71	c After prepocess the problem consists of 293557 variables and 13500 constraints.
134.71	c Initial Lower Bound: 0
146.54	c Restart #1 #Var: 293557 LB: 0 @ 146.46
164.75	c Restart #2 #Var: 293557 LB: 0 @ 164.66
189.25	c Restart #3 #Var: 293557 LB: 0 @ 189.15
220.88	c Restart #4 #Var: 293557 LB: 0 @ 220.78
260.72	c Restart #5 #Var: 293557 LB: 0 @ 260.6
308.63	c Restart #6 #Var: 293557 LB: 0 @ 308.51
365.14	c Restart #7 #Var: 293557 LB: 0 @ 364.99
440.05	c Restart #8 #Var: 293557 LB: 0 @ 439.88
465.96	c Restart #9 #Var: 293557 LB: 0 @ 465.79
480.28	c Restart #10 #Var: 293557 LB: 0 @ 480.11
619.89	c Restart #11 #Var: 293557 LB: 0 @ 619.68
736.47	c Restart #12 #Var: 293557 LB: 0 @ 736.23
800.80	c Restart #13 #Var: 293557 LB: 0 @ 800.54
1020.56	c CHANGE Heuristic... 
1020.56	c Restart #0 #Var: 293557 LB: 0 @ 1020.2
1037.84	c Restart #1 #Var: 293557 LB: 0 @ 1037.5
1052.87	c Restart #2 #Var: 293557 LB: 0 @ 1052.5
1164.14	c Restart #3 #Var: 293557 LB: 0 @ 1163.8
1305.87	c Restart #4 #Var: 293557 LB: 0 @ 1305.5
1425.76	c Restart #5 #Var: 293557 LB: 0 @ 1425.3
1540.91	c Restart #6 #Var: 293557 LB: 0 @ 1540.5
1665.51	c Restart #7 #Var: 293557 LB: 0 @ 1665
1742.98	c Restart #8 #Var: 293557 LB: 0 @ 1742.5
1800.54	s UNKNOWN
1800.54	c Exit Code: 0
1800.54	c Total time: 1800 s

Verifier Data (download as text)

ERROR: no interpretation found !

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/node0/watcher-39968-1149343274 -o ROOT/results/node0/solver-39968-1149343274 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node0/39968-1149343274/instance-39968-1149343274.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.08 1.02 1.01 2/70 22567
/proc/meminfo: memFree=1510152/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=4932 CPUtime=0
/proc/22567/stat : 22567 (bsolo) D 22565 22567 22521 0 -1 0 365 0 0 0 0 0 0 0 18 0 1 0 199989007 5050368 330 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 2147483391 4096 16384 18446744072099781622 0 0 17 1 0 0
/proc/22567/statm: 1233 330 226 55 0 125 0

[startup+10.0023 s]
/proc/loadavg: 1.07 1.02 1.00 2/64 22663
/proc/meminfo: memFree=1501568/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=14604 CPUtime=9.96
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 1885803 0 0 0 433 563 0 0 25 0 1 0 199989007 14954496 2784 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134572197 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 3651 2790 277 55 0 2543 0
Current children cumulated CPU time (s) 9.96
Current children cumulated vsize (Kb) 14604

[startup+20.0084 s]
/proc/loadavg: 1.06 1.01 1.00 2/64 22663
/proc/meminfo: memFree=1494288/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=22308 CPUtime=19.96
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 3738154 0 0 0 868 1128 0 0 25 0 1 0 199989007 22843392 4593 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134572197 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 5577 4600 277 55 0 4469 0
Current children cumulated CPU time (s) 19.96
Current children cumulated vsize (Kb) 22308

[startup+30.0145 s]
/proc/loadavg: 1.05 1.01 1.00 2/64 22663
/proc/meminfo: memFree=1487384/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=30248 CPUtime=29.96
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 5608297 0 0 0 1300 1696 0 0 25 0 1 0 199989007 30973952 6317 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134572197 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 7562 6326 277 55 0 6454 0
Current children cumulated CPU time (s) 29.96
Current children cumulated vsize (Kb) 30248

[startup+40.0207 s]
/proc/loadavg: 1.04 1.01 1.00 2/64 22663
/proc/meminfo: memFree=1480792/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=36648 CPUtime=39.96
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 7402776 0 0 0 1728 2268 0 0 25 0 1 0 199989007 37527552 8168 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134572197 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 9162 8175 277 55 0 8054 0
Current children cumulated CPU time (s) 39.96
Current children cumulated vsize (Kb) 36648

[startup+50.0278 s]
/proc/loadavg: 1.03 1.01 1.00 2/64 22663
/proc/meminfo: memFree=1474520/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=42976 CPUtime=49.96
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 9191764 0 0 0 2159 2837 0 0 25 0 1 0 199989007 44007424 9808 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134572197 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 10744 9813 277 55 0 9636 0
Current children cumulated CPU time (s) 49.96
Current children cumulated vsize (Kb) 42976

[startup+60.0349 s]
/proc/loadavg: 1.03 1.01 1.00 2/64 22663
/proc/meminfo: memFree=1467928/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=51104 CPUtime=59.97
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 10904053 0 0 0 2588 3409 0 0 25 0 1 0 199989007 52330496 11469 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 12776 11218 277 55 0 11668 0
Current children cumulated CPU time (s) 59.97
Current children cumulated vsize (Kb) 51104

[startup+70.041 s]
/proc/loadavg: 1.02 1.01 1.00 2/64 22663
/proc/meminfo: memFree=1461656/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=57092 CPUtime=69.97
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 12618663 0 0 0 3026 3971 0 0 25 0 1 0 199989007 58462208 13018 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134572197 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 14273 13024 277 55 0 13165 0
Current children cumulated CPU time (s) 69.97
Current children cumulated vsize (Kb) 57092

[startup+80.0471 s]
/proc/loadavg: 1.02 1.01 1.00 2/64 22663
/proc/meminfo: memFree=1455000/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=62692 CPUtime=79.98
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 14315393 0 0 0 3451 4547 0 0 25 0 1 0 199989007 64196608 14375 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134572197 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 15673 14381 277 55 0 14565 0
Current children cumulated CPU time (s) 79.98
Current children cumulated vsize (Kb) 62692

[startup+90.0533 s]
/proc/loadavg: 1.02 1.01 1.00 2/64 22663
/proc/meminfo: memFree=1450136/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=68284 CPUtime=89.97
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 16000147 0 0 0 3873 5124 0 0 25 0 1 0 199989007 69922816 15828 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134572197 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 17071 15835 277 55 0 15963 0
Current children cumulated CPU time (s) 89.97
Current children cumulated vsize (Kb) 68284

[startup+100.06 s]
/proc/loadavg: 1.01 1.01 1.00 2/64 22663
/proc/meminfo: memFree=1444312/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=73744 CPUtime=99.98
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 17696608 0 0 0 4298 5700 0 0 25 0 1 0 199989007 75513856 17410 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134572197 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 18436 17416 277 55 0 17328 0
Current children cumulated CPU time (s) 99.98
Current children cumulated vsize (Kb) 73744

[startup+110.067 s]
/proc/loadavg: 1.01 1.01 1.00 2/64 22663
/proc/meminfo: memFree=1437976/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=78940 CPUtime=109.98
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 19350509 0 0 0 4726 6272 0 0 25 0 1 0 199989007 80834560 18521 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134572197 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 19735 18528 277 55 0 18627 0
Current children cumulated CPU time (s) 109.98
Current children cumulated vsize (Kb) 78940

[startup+120.074 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1397912/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=121852 CPUtime=119.99
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 20902157 0 0 0 5183 6816 0 0 25 0 1 0 199989007 124776448 28524 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134572197 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 30463 28532 280 55 0 29355 0
Current children cumulated CPU time (s) 119.99
Current children cumulated vsize (Kb) 121852

[startup+130.08 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1204952/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=317860 CPUtime=129.99
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 20956733 0 0 0 6157 6842 0 0 25 0 1 0 199989007 325488640 76942 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537441 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 79465 76942 281 55 0 78357 0
Current children cumulated CPU time (s) 129.99
Current children cumulated vsize (Kb) 317860

[startup+140.086 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1039896/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=491440 CPUtime=140
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 20997941 0 0 0 7140 6860 0 0 25 0 1 0 199989007 503234560 118143 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 122860 118143 297 55 0 121752 0
Current children cumulated CPU time (s) 140
Current children cumulated vsize (Kb) 491440

[startup+150.092 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1039704/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=491420 CPUtime=149.99
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 20998805 0 0 0 8139 6860 0 0 25 0 1 0 199989007 503214080 118142 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537786 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 122855 118142 297 55 0 121747 0
Current children cumulated CPU time (s) 149.99
Current children cumulated vsize (Kb) 491420

[startup+160.098 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1039704/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=491464 CPUtime=160.01
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 20998812 0 0 0 9140 6861 0 0 25 0 1 0 199989007 503259136 118149 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134540762 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 122866 118149 297 55 0 121758 0
Current children cumulated CPU time (s) 160.01
Current children cumulated vsize (Kb) 491464

[startup+170.104 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1039704/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=491460 CPUtime=170.01
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 20998812 0 0 0 10140 6861 0 0 25 0 1 0 199989007 503255040 118149 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134542127 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 122865 118149 297 55 0 121757 0
Current children cumulated CPU time (s) 170.01
Current children cumulated vsize (Kb) 491460

[startup+180.111 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1039704/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=491460 CPUtime=180.01
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 20998812 0 0 0 11140 6861 0 0 25 0 1 0 199989007 503255040 118149 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134542288 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 122865 118149 297 55 0 121757 0
Current children cumulated CPU time (s) 180.01
Current children cumulated vsize (Kb) 491460

[startup+190.117 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1039704/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=491460 CPUtime=190.01
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 20998815 0 0 0 12140 6861 0 0 25 0 1 0 199989007 503255040 118152 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134534809 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 122865 118152 297 55 0 121757 0
Current children cumulated CPU time (s) 190.01
Current children cumulated vsize (Kb) 491460

[startup+200.124 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1039704/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=491460 CPUtime=200.02
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 20998815 0 0 0 13141 6861 0 0 25 0 1 0 199989007 503255040 118152 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134540691 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 122865 118152 297 55 0 121757 0
Current children cumulated CPU time (s) 200.02
Current children cumulated vsize (Kb) 491460

[startup+210.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1039704/2055920 swapFree=4191892/4192956

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

/proc/22567/statm: 124967 121316 297 55 0 123859 0
Current children cumulated CPU time (s) 1760.62
Current children cumulated vsize (Kb) 499868

[startup+1771.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026976/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500000 CPUtime=1770.62
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004016 0 0 0 170079 6983 0 0 25 0 1 0 199989007 512000000 121343 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537704 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125000 121343 297 55 0 123892 0
Current children cumulated CPU time (s) 1770.62
Current children cumulated vsize (Kb) 500000

[startup+1781.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026784/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500132 CPUtime=1780.62
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004044 0 0 0 171079 6983 0 0 25 0 1 0 199989007 512135168 121371 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134540691 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125033 121371 297 55 0 123925 0
Current children cumulated CPU time (s) 1780.62
Current children cumulated vsize (Kb) 500132

[startup+1782.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026784/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500132 CPUtime=1781.63
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004047 0 0 0 171180 6983 0 0 25 0 1 0 199989007 512135168 121374 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537565 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125033 121374 297 55 0 123925 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (Kb) 500132

[startup+1783.16 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026784/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500132 CPUtime=1782.63
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004051 0 0 0 171280 6983 0 0 25 0 1 0 199989007 512135168 121378 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134540688 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125033 121378 297 55 0 123925 0
Current children cumulated CPU time (s) 1782.63
Current children cumulated vsize (Kb) 500132

[startup+1784.16 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026784/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500132 CPUtime=1783.64
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004052 0 0 0 171381 6983 0 0 25 0 1 0 199989007 512135168 121379 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537786 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125033 121379 297 55 0 123925 0
Current children cumulated CPU time (s) 1783.64
Current children cumulated vsize (Kb) 500132

[startup+1785.17 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026784/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500132 CPUtime=1784.64
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004055 0 0 0 171481 6983 0 0 25 0 1 0 199989007 512135168 121382 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134534809 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125033 121382 297 55 0 123925 0
Current children cumulated CPU time (s) 1784.64
Current children cumulated vsize (Kb) 500132

[startup+1786.17 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026784/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500132 CPUtime=1785.65
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004057 0 0 0 171582 6983 0 0 25 0 1 0 199989007 512135168 121384 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134533905 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125033 121384 297 55 0 123925 0
Current children cumulated CPU time (s) 1785.65
Current children cumulated vsize (Kb) 500132

[startup+1787.18 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026720/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500132 CPUtime=1786.65
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004060 0 0 0 171682 6983 0 0 25 0 1 0 199989007 512135168 121387 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134542135 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125033 121387 297 55 0 123925 0
Current children cumulated CPU time (s) 1786.65
Current children cumulated vsize (Kb) 500132

[startup+1788.18 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026720/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500132 CPUtime=1787.65
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004061 0 0 0 171782 6983 0 0 25 0 1 0 199989007 512135168 121388 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134533916 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125033 121388 297 55 0 123925 0
Current children cumulated CPU time (s) 1787.65
Current children cumulated vsize (Kb) 500132

[startup+1789.19 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026720/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500264 CPUtime=1788.66
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004064 0 0 0 171883 6983 0 0 25 0 1 0 199989007 512270336 121391 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134534798 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125066 121391 297 55 0 123958 0
Current children cumulated CPU time (s) 1788.66
Current children cumulated vsize (Kb) 500264

[startup+1790.19 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026720/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500264 CPUtime=1789.66
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004067 0 0 0 171983 6983 0 0 25 0 1 0 199989007 512270336 121394 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537704 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125066 121394 297 55 0 123958 0
Current children cumulated CPU time (s) 1789.66
Current children cumulated vsize (Kb) 500264

[startup+1791.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026720/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500264 CPUtime=1790.67
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004070 0 0 0 172084 6983 0 0 25 0 1 0 199989007 512270336 121397 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537704 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125066 121397 297 55 0 123958 0
Current children cumulated CPU time (s) 1790.67
Current children cumulated vsize (Kb) 500264

[startup+1792.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026720/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500264 CPUtime=1791.67
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004073 0 0 0 172184 6983 0 0 25 0 1 0 199989007 512270336 121400 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537841 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125066 121400 297 55 0 123958 0
Current children cumulated CPU time (s) 1791.67
Current children cumulated vsize (Kb) 500264

[startup+1793.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026656/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500264 CPUtime=1792.68
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004076 0 0 0 172285 6983 0 0 25 0 1 0 199989007 512270336 121403 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537704 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125066 121403 297 55 0 123958 0
Current children cumulated CPU time (s) 1792.68
Current children cumulated vsize (Kb) 500264

[startup+1794.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026656/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500264 CPUtime=1793.68
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004078 0 0 0 172385 6983 0 0 25 0 1 0 199989007 512270336 121405 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134533916 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125066 121405 297 55 0 123958 0
Current children cumulated CPU time (s) 1793.68
Current children cumulated vsize (Kb) 500264

[startup+1795.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026656/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500264 CPUtime=1794.69
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004082 0 0 0 172486 6983 0 0 25 0 1 0 199989007 512270336 121409 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537565 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125066 121409 297 55 0 123958 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (Kb) 500264

[startup+1796.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026656/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500264 CPUtime=1795.69
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004084 0 0 0 172586 6983 0 0 25 0 1 0 199989007 512270336 121411 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134542121 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125066 121411 297 55 0 123958 0
Current children cumulated CPU time (s) 1795.69
Current children cumulated vsize (Kb) 500264

[startup+1797.23 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026656/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500264 CPUtime=1796.69
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004088 0 0 0 172686 6983 0 0 25 0 1 0 199989007 512270336 121415 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134542135 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125066 121415 297 55 0 123958 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (Kb) 500264

[startup+1798.23 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026592/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500264 CPUtime=1797.7
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004092 0 0 0 172787 6983 0 0 25 0 1 0 199989007 512270336 121419 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134542159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125066 121419 297 55 0 123958 0
Current children cumulated CPU time (s) 1797.7
Current children cumulated vsize (Kb) 500264

[startup+1799.24 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026592/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500264 CPUtime=1798.7
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004095 0 0 0 172887 6983 0 0 25 0 1 0 199989007 512270336 121422 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537786 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125066 121422 297 55 0 123958 0
Current children cumulated CPU time (s) 1798.7
Current children cumulated vsize (Kb) 500264

[startup+1800.24 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 22663
/proc/meminfo: memFree=1026592/2055920 swapFree=4191892/4192956
[pid=22567] ppid=22565 vsize=500396 CPUtime=1799.71
/proc/22567/stat : 22567 (bsolo) R 22565 22567 22521 0 -1 0 21004098 0 0 0 172988 6983 0 0 25 0 1 0 199989007 512405504 121425 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537786 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22567/statm: 125099 121425 297 55 0 123991 0
Current children cumulated CPU time (s) 1799.71
Current children cumulated vsize (Kb) 500396

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.1
CPU user time (s): 1730.18
CPU system time (s): 69.9144
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (Kb): 500396

Launcher Data (download as text)

Begin job on node0 on Sat Jun  3 14:01:15 UTC 2006


FILE ID= 39968-1149343274

PBS_JOBID= 310532

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-fit2p.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node0/39968-1149343274/instance-39968-1149343274.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node0/watcher-39968-1149343274 -o ROOT/results/node0/solver-39968-1149343274 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node0/39968-1149343274/instance-39968-1149343274.opb

MD5SUM SOLVER= 05cada221eb1efaaae980ebc7509e7e8
MD5SUM BENCH=  ea34bf390bf77663918ceca8ccc177b4

RANDOM SEED= 946979921


/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.236
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.236
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:       1510552 kB
Buffers:         27760 kB
Cached:         449176 kB
SwapCached:        492 kB
Active:         165000 kB
Inactive:       329344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1510552 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:             220 kB
Writeback:           0 kB
Mapped:          26936 kB
Slab:            36568 kB
Committed_AS:   291384 kB
PageTables:       1724 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node0 on Sat Jun  3 14:31:16 UTC 2006