Trace number 39929

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/05UNSAT 238.457 238.561

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-seba.opb
MD5SUMf70781d9e1b73a3f03aa1ef3a5aa83c9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.91525
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23376
Total number of constraints1029
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 constraints1029
Minimum length of a constraint10
Maximum length of a constraint496
Number of terms in the objective function 7565
Biggest coefficient in the objective function 29038
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 531731
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 531731
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.04	c INFO: OSL Context initialized.
1.24	c Initial problem consists of 23376 variables and 1484 constraints.
1.39	c No problem reductions applied in OPT. instance.
1.39	c	preprocess terminated. Elapsed time: 1.359
1.39	c After prepocess the problem consists of 17086 variables and 1337 constraints.
1.39	c Initial Lower Bound: 0
2.27	c Restart #1 #Var: 17086 LB: 0 @ 2.232
4.38	c Restart #2 #Var: 17086 LB: 0 @ 4.346
7.40	c Restart #3 #Var: 17086 LB: 0 @ 7.364
11.22	c Restart #4 #Var: 17086 LB: 0 @ 11.187
15.93	c Restart #5 #Var: 17086 LB: 0 @ 15.89
21.57	c Restart #6 #Var: 17086 LB: 0 @ 21.527
27.72	c Restart #7 #Var: 17086 LB: 0 @ 27.677
34.61	c Restart #8 #Var: 17086 LB: 0 @ 34.57
46.67	c Restart #9 #Var: 17086 LB: 0 @ 46.624
59.12	c Restart #10 #Var: 17086 LB: 0 @ 59.074
66.92	c Restart #11 #Var: 17086 LB: 0 @ 66.865
78.44	c Restart #12 #Var: 17086 LB: 0 @ 78.387
89.51	c Restart #13 #Var: 17086 LB: 0 @ 89.45
101.21	c Restart #14 #Var: 17086 LB: 0 @ 101.15
113.89	c Restart #15 #Var: 17086 LB: 0 @ 113.83
127.26	c Restart #16 #Var: 17086 LB: 0 @ 127.19
140.30	c Restart #17 #Var: 17075 LB: 0 @ 140.23
154.45	c Restart #18 #Var: 17047 LB: 0 @ 154.38
168.76	c Restart #19 #Var: 17039 LB: 0 @ 168.68
183.80	c Restart #20 #Var: 17034 LB: 0 @ 183.71
198.69	c Restart #21 #Var: 17030 LB: 0 @ 198.6
213.86	c Restart #22 #Var: 17009 LB: 0 @ 213.76
229.39	c Restart #23 #Var: 17000 LB: 0 @ 229.29
238.54	s UNSATISFIABLE
238.54	c Exit Code: 20
238.54	c Total time: 238.44 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/node1/watcher-39929-1149333630 -o ROOT/results/node1/solver-39929-1149333630 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node1/39929-1149333630/instance-39929-1149333630.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.95 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1788280/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=2900 CPUtime=0
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 43 0 0 0 0 0 0 0 19 0 1 0 199024624 2969600 27 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 5829412 0 0 4096 0 0 0 0 17 1 0 0
/proc/6147/statm: 725 27 19 55 0 38 0

[startup+10.003 s]
/proc/loadavg: 0.96 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1749128/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=44360 CPUtime=9.95
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 25073 0 0 0 983 12 0 0 25 0 1 0 199024624 45424640 10057 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537565 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 11090 10057 296 55 0 9982 0
Current children cumulated CPU time (s) 9.95
Current children cumulated vsize (Kb) 44360

[startup+20.0102 s]
/proc/loadavg: 0.96 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1747656/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=45976 CPUtime=19.96
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 25463 0 0 0 1982 14 0 0 25 0 1 0 199024624 47079424 10447 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134533895 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 11494 10447 297 55 0 10386 0
Current children cumulated CPU time (s) 19.96
Current children cumulated vsize (Kb) 45976

[startup+30.0163 s]
/proc/loadavg: 0.97 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1746248/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=47432 CPUtime=29.97
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 25841 0 0 0 2981 16 0 0 25 0 1 0 199024624 48570368 10825 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537704 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 11858 10825 297 55 0 10750 0
Current children cumulated CPU time (s) 29.97
Current children cumulated vsize (Kb) 47432

[startup+40.0225 s]
/proc/loadavg: 0.97 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1744648/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=49016 CPUtime=39.97
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 26241 0 0 0 3979 18 0 0 25 0 1 0 199024624 50192384 11225 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 12254 11225 297 55 0 11146 0
Current children cumulated CPU time (s) 39.97
Current children cumulated vsize (Kb) 49016

[startup+50.0287 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1743560/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=50076 CPUtime=49.97
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 26509 0 0 0 4977 20 0 0 25 0 1 0 199024624 51277824 11493 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537704 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 12519 11493 297 55 0 11411 0
Current children cumulated CPU time (s) 49.97
Current children cumulated vsize (Kb) 50076

[startup+60.0349 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1741768/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=52056 CPUtime=59.97
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 26979 0 0 0 5975 22 0 0 25 0 1 0 199024624 53305344 11963 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134534060 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 13014 11963 297 55 0 11906 0
Current children cumulated CPU time (s) 59.97
Current children cumulated vsize (Kb) 52056

[startup+70.041 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1739144/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=54572 CPUtime=69.97
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 27619 0 0 0 6975 22 0 0 25 0 1 0 199024624 55881728 12603 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537772 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 13643 12603 297 55 0 12535 0
Current children cumulated CPU time (s) 69.97
Current children cumulated vsize (Kb) 54572

[startup+80.0472 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1736968/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=56816 CPUtime=79.98
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 28175 0 0 0 7974 24 0 0 25 0 1 0 199024624 58179584 13159 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 14204 13159 297 55 0 13096 0
Current children cumulated CPU time (s) 79.98
Current children cumulated vsize (Kb) 56816

[startup+90.0534 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1734408/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=59324 CPUtime=89.99
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 28803 0 0 0 8972 27 0 0 25 0 1 0 199024624 60747776 13787 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134540647 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 14831 13787 297 55 0 13723 0
Current children cumulated CPU time (s) 89.99
Current children cumulated vsize (Kb) 59324

[startup+100.06 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1731784/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=61964 CPUtime=99.99
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 29462 0 0 0 9970 29 0 0 25 0 1 0 199024624 63451136 14446 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 15491 14446 297 55 0 14383 0
Current children cumulated CPU time (s) 99.99
Current children cumulated vsize (Kb) 61964

[startup+110.066 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1729416/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=64336 CPUtime=109.99
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 30052 0 0 0 10968 31 0 0 25 0 1 0 199024624 65880064 15036 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 16084 15036 297 55 0 14976 0
Current children cumulated CPU time (s) 109.99
Current children cumulated vsize (Kb) 64336

[startup+120.072 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1726792/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=66848 CPUtime=120
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 30702 0 0 0 11967 33 0 0 25 0 1 0 199024624 68452352 15686 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134534798 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 16712 15686 297 55 0 15604 0
Current children cumulated CPU time (s) 120
Current children cumulated vsize (Kb) 66848

[startup+130.078 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1723976/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=69616 CPUtime=130
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 31396 0 0 0 12965 35 0 0 25 0 1 0 199024624 71286784 16380 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134542169 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 17404 16380 297 55 0 16296 0
Current children cumulated CPU time (s) 130
Current children cumulated vsize (Kb) 69616

[startup+140.084 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1721160/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=72524 CPUtime=140
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 32097 0 0 0 13963 37 0 0 25 0 1 0 199024624 74264576 17081 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134541476 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 18131 17081 297 55 0 17023 0
Current children cumulated CPU time (s) 140
Current children cumulated vsize (Kb) 72524

[startup+150.09 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1718856/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=74768 CPUtime=150
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 32680 0 0 0 14962 38 0 0 25 0 1 0 199024624 76562432 17664 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134533905 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 18692 17664 297 55 0 17584 0
Current children cumulated CPU time (s) 150
Current children cumulated vsize (Kb) 74768

[startup+160.097 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1715720/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=77932 CPUtime=160.01
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 33462 0 0 0 15961 40 0 0 25 0 1 0 199024624 79802368 18446 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134540691 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 19483 18446 297 55 0 18375 0
Current children cumulated CPU time (s) 160.01
Current children cumulated vsize (Kb) 77932

[startup+170.103 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1712968/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=80700 CPUtime=170.01
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 34147 0 0 0 16959 42 0 0 25 0 1 0 199024624 82636800 19131 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 20175 19131 297 55 0 19067 0
Current children cumulated CPU time (s) 170.01
Current children cumulated vsize (Kb) 80700

[startup+180.109 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1709960/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=83732 CPUtime=180.01
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 34899 0 0 0 17957 44 0 0 25 0 1 0 199024624 85741568 19883 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134534854 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 20933 19884 297 55 0 19825 0
Current children cumulated CPU time (s) 180.01
Current children cumulated vsize (Kb) 83732

[startup+190.115 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1706888/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=86764 CPUtime=190.02
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 35666 0 0 0 18955 47 0 0 25 0 1 0 199024624 88846336 20650 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 21691 20650 297 55 0 20583 0
Current children cumulated CPU time (s) 190.02
Current children cumulated vsize (Kb) 86764

[startup+200.12 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1703816/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=89800 CPUtime=200.02
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 36430 0 0 0 19953 49 0 0 25 0 1 0 199024624 91955200 21414 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134607302 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 22450 21414 297 55 0 21342 0
Current children cumulated CPU time (s) 200.02
Current children cumulated vsize (Kb) 89800

[startup+210.126 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1700488/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=93092 CPUtime=210.02
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 37258 0 0 0 20950 52 0 0 25 0 1 0 199024624 95326208 22242 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134540710 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 23273 22242 297 55 0 22165 0
Current children cumulated CPU time (s) 210.02
Current children cumulated vsize (Kb) 93092

[startup+220.133 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1697096/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=96520 CPUtime=220.02
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 38094 0 0 0 21947 55 0 0 25 0 1 0 199024624 98836480 23078 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537710 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 24130 23078 297 55 0 23022 0
Current children cumulated CPU time (s) 220.02
Current children cumulated vsize (Kb) 96520

[startup+230.139 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6147
/proc/meminfo: memFree=1693768/2055920 swapFree=4181376/4192956
[pid=6147] ppid=6145 vsize=99816 CPUtime=230.03
/proc/6147/stat : 6147 (bsolo) R 6145 6147 6101 0 -1 0 38930 0 0 0 22946 57 0 0 25 0 1 0 199024624 102211584 23914 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537702 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6147/statm: 24954 23914 297 55 0 23846 0
Current children cumulated CPU time (s) 230.03
Current children cumulated vsize (Kb) 99816

Child status: 20
Real time (s): 238.561
CPU time (s): 238.457
CPU user time (s): 237.84
CPU system time (s): 0.616906
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (Kb): 99816

Launcher Data (download as text)

Begin job on node1 on Sat Jun  3 11:20:30 UTC 2006


FILE ID= 39929-1149333630

PBS_JOBID= 310031

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-seba.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node1/39929-1149333630/instance-39929-1149333630.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-39929-1149333630 -o ROOT/results/node1/solver-39929-1149333630 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node1/39929-1149333630/instance-39929-1149333630.opb

MD5SUM SOLVER= 05cada221eb1efaaae980ebc7509e7e8
MD5SUM BENCH=  f70781d9e1b73a3f03aa1ef3a5aa83c9

RANDOM SEED= 836693118


/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.231
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.231
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:       1788424 kB
Buffers:         12292 kB
Cached:         192960 kB
SwapCached:       3236 kB
Active:          59588 kB
Inactive:       154364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788424 kB
SwapTotal:     4192956 kB
SwapFree:      4181376 kB
Dirty:             188 kB
Writeback:           0 kB
Mapped:          14908 kB
Slab:            39492 kB
Committed_AS:   299552 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node1 on Sat Jun  3 11:24:29 UTC 2006