Trace number 39919

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.05 1800.6

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-d2q06c.opb
MD5SUM121100115f65aafe7304954ad1ff7cf1
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 benchmark1653.56
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155010
Total number of constraints2171
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 constraints2171
Minimum length of a constraint30
Maximum length of a constraint3270
Number of terms in the objective function 89670
Biggest coefficient in the objective function 1092
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 602590
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 602590
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.
33.21	c Initial problem consists of 155010 variables and 3674 constraints.
33.91	c	preprocess terminated. Elapsed time: 33.881
33.91	c After prepocess the problem consists of 108105 variables and 3668 constraints.
33.91	c Initial Lower Bound: -8122
628.49	c Restart #1 #Var: 108105 LB: -8122 @ 628.3
1707.47	c CHANGE Heuristic... 
1707.47	c Restart #0 #Var: 108105 LB: -8122 @ 1707
1721.64	c Restart #1 #Var: 108105 LB: -8122 @ 1721.1
1791.51	c Restart #2 #Var: 108066 LB: -8121 @ 1791
1800.56	s UNKNOWN
1800.56	c Exit Code: 0
1800.56	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/node21/watcher-39919-1149331360 -o ROOT/results/node21/solver-39919-1149331360 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node21/39919-1149331360/instance-39919-1149331360.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.95 3/64 1788
/proc/meminfo: memFree=1365272/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=4664 CPUtime=0
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 124 0 0 0 0 0 0 0 19 0 1 0 198799182 4775936 106 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 8409696 0 0 4096 0 0 0 0 17 1 0 0
/proc/1788/statm: 1166 114 95 55 0 46 0

[startup+10.0019 s]
/proc/loadavg: 0.93 0.95 0.95 2/64 1788
/proc/meminfo: memFree=1348072/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=22196 CPUtime=9.98
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 1975305 0 0 0 455 543 0 0 25 0 1 0 198799182 22728704 4634 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134572197 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 5549 4643 277 55 0 4441 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 22196

[startup+20.008 s]
/proc/loadavg: 0.94 0.96 0.95 2/64 1788
/proc/meminfo: memFree=1341544/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=29736 CPUtime=19.98
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 3949089 0 0 0 888 1110 0 0 25 0 1 0 198799182 30449664 6302 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134572197 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 7434 6310 277 55 0 6326 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (Kb) 29736

[startup+30.0141 s]
/proc/loadavg: 0.95 0.96 0.95 2/64 1788
/proc/meminfo: memFree=1262120/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=110184 CPUtime=29.98
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5221033 0 0 0 1524 1474 0 0 25 0 1 0 198799182 112828416 26193 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 8764149 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 27546 26193 281 55 0 26438 0
Current children cumulated CPU time (s) 29.98
Current children cumulated vsize (Kb) 110184

[startup+40.0202 s]
/proc/loadavg: 0.95 0.96 0.95 2/64 1788
/proc/meminfo: memFree=1129448/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=247752 CPUtime=39.98
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5258707 0 0 0 2508 1490 0 0 25 0 1 0 198799182 253698048 59307 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555987 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 61938 59307 296 55 0 60830 0
Current children cumulated CPU time (s) 39.98
Current children cumulated vsize (Kb) 247752

[startup+50.0263 s]
/proc/loadavg: 0.96 0.96 0.95 2/64 1788
/proc/meminfo: memFree=1129448/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=247752 CPUtime=49.99
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5258709 0 0 0 3508 1491 0 0 25 0 1 0 198799182 253698048 59309 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649036 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 61938 59309 296 55 0 60830 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 247752

[startup+60.0324 s]
/proc/loadavg: 0.97 0.96 0.95 2/64 1788
/proc/meminfo: memFree=1129384/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=247884 CPUtime=59.99
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5258713 0 0 0 4508 1491 0 0 25 0 1 0 198799182 253833216 59313 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555910 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 61971 59313 296 55 0 60863 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 247884

[startup+70.0385 s]
/proc/loadavg: 0.97 0.96 0.95 2/64 1788
/proc/meminfo: memFree=1129384/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=247884 CPUtime=70
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5258713 0 0 0 5509 1491 0 0 25 0 1 0 198799182 253833216 59313 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649078 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 61971 59313 296 55 0 60863 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 247884

[startup+80.0446 s]
/proc/loadavg: 0.98 0.96 0.95 2/64 1788
/proc/meminfo: memFree=1129384/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=247884 CPUtime=80
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5258715 0 0 0 6509 1491 0 0 25 0 1 0 198799182 253833216 59315 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 61971 59315 296 55 0 60863 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 247884

[startup+90.0507 s]
/proc/loadavg: 0.98 0.96 0.95 2/64 1788
/proc/meminfo: memFree=1129384/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=247884 CPUtime=90
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5258719 0 0 0 7509 1491 0 0 25 0 1 0 198799182 253833216 59319 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 61971 59319 296 55 0 60863 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 247884

[startup+100.057 s]
/proc/loadavg: 0.98 0.96 0.95 2/64 1788
/proc/meminfo: memFree=1129384/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=247884 CPUtime=100
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5258721 0 0 0 8509 1491 0 0 25 0 1 0 198799182 253833216 59321 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557862 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 61971 59321 296 55 0 60863 0
Current children cumulated CPU time (s) 100
Current children cumulated vsize (Kb) 247884

[startup+110.063 s]
/proc/loadavg: 0.98 0.96 0.95 2/64 1788
/proc/meminfo: memFree=1129384/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=247884 CPUtime=110.01
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5258723 0 0 0 9510 1491 0 0 25 0 1 0 198799182 253833216 59323 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 61971 59323 296 55 0 60863 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 247884

[startup+120.069 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1788
/proc/meminfo: memFree=1129320/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=247884 CPUtime=120.01
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5258726 0 0 0 10510 1491 0 0 25 0 1 0 198799182 253833216 59326 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134556051 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 61971 59326 296 55 0 60863 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 247884

[startup+130.074 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1788
/proc/meminfo: memFree=1129320/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=247884 CPUtime=130.01
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5258727 0 0 0 11510 1491 0 0 25 0 1 0 198799182 253833216 59327 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555632 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 61971 59327 296 55 0 60863 0
Current children cumulated CPU time (s) 130.01
Current children cumulated vsize (Kb) 247884

[startup+140.08 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1788
/proc/meminfo: memFree=1129320/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=247884 CPUtime=140.02
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5258727 0 0 0 12511 1491 0 0 25 0 1 0 198799182 253833216 59327 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134648985 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 61971 59327 296 55 0 60863 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 247884

[startup+150.086 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1788
/proc/meminfo: memFree=1129320/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=247884 CPUtime=150.02
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5258728 0 0 0 13511 1491 0 0 25 0 1 0 198799182 253833216 59328 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134556045 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 61971 59328 296 55 0 60863 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 247884

[startup+160.092 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1788
/proc/meminfo: memFree=1129320/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=247884 CPUtime=160.02
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5258729 0 0 0 14511 1491 0 0 25 0 1 0 198799182 253833216 59329 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557861 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 61971 59329 296 55 0 60863 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 247884

[startup+170.098 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1788
/proc/meminfo: memFree=1129320/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=247884 CPUtime=170.02
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5258729 0 0 0 15511 1491 0 0 25 0 1 0 198799182 253833216 59329 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649197 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 61971 59329 296 55 0 60863 0
Current children cumulated CPU time (s) 170.02
Current children cumulated vsize (Kb) 247884

[startup+180.106 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1788
/proc/meminfo: memFree=1129320/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=247884 CPUtime=180.03
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5258729 0 0 0 16511 1492 0 0 25 0 1 0 198799182 253833216 59329 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 61971 59329 296 55 0 60863 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 247884

[startup+190.111 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1788
/proc/meminfo: memFree=1129320/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=247884 CPUtime=190.04
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5258730 0 0 0 17512 1492 0 0 25 0 1 0 198799182 253833216 59330 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 61971 59330 296 55 0 60863 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 247884

[startup+200.117 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1788
/proc/meminfo: memFree=1129320/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=247884 CPUtime=200.04
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5258731 0 0 0 18512 1492 0 0 25 0 1 0 198799182 253833216 59331 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555897 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 61971 59331 296 55 0 60863 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 247884

[startup+210.123 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1788
/proc/meminfo: memFree=1129256/2055920 swapFree=4181452/4192956

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

/proc/1788/statm: 63027 60379 296 55 0 61919 0
Current children cumulated CPU time (s) 1760.67
Current children cumulated vsize (Kb) 252108

[startup+1771.22 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124840/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252108 CPUtime=1770.68
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261221 0 0 0 175551 1517 0 0 25 0 1 0 198799182 258158592 60396 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555896 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63027 60396 296 55 0 61919 0
Current children cumulated CPU time (s) 1770.68
Current children cumulated vsize (Kb) 252108

[startup+1781.22 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124776/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252240 CPUtime=1780.68
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261250 0 0 0 176551 1517 0 0 25 0 1 0 198799182 258293760 60425 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649053 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63060 60425 296 55 0 61952 0
Current children cumulated CPU time (s) 1780.68
Current children cumulated vsize (Kb) 252240

[startup+1782.23 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124648/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252372 CPUtime=1781.68
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261275 0 0 0 176651 1517 0 0 25 0 1 0 198799182 258428928 60450 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134556002 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63093 60450 296 55 0 61985 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (Kb) 252372

[startup+1783.23 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124584/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252372 CPUtime=1782.69
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261286 0 0 0 176752 1517 0 0 25 0 1 0 198799182 258428928 60461 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134644502 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63093 60461 296 55 0 61985 0
Current children cumulated CPU time (s) 1782.69
Current children cumulated vsize (Kb) 252372

[startup+1784.24 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124584/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252372 CPUtime=1783.69
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261286 0 0 0 176852 1517 0 0 25 0 1 0 198799182 258428928 60461 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649168 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63093 60461 296 55 0 61985 0
Current children cumulated CPU time (s) 1783.69
Current children cumulated vsize (Kb) 252372

[startup+1785.24 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124584/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252372 CPUtime=1784.69
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261286 0 0 0 176952 1517 0 0 25 0 1 0 198799182 258428928 60461 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557882 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63093 60461 296 55 0 61985 0
Current children cumulated CPU time (s) 1784.69
Current children cumulated vsize (Kb) 252372

[startup+1786.25 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124584/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252372 CPUtime=1785.7
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261286 0 0 0 177053 1517 0 0 25 0 1 0 198799182 258428928 60461 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555796 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63093 60461 296 55 0 61985 0
Current children cumulated CPU time (s) 1785.7
Current children cumulated vsize (Kb) 252372

[startup+1787.25 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124584/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252372 CPUtime=1786.7
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261286 0 0 0 177153 1517 0 0 25 0 1 0 198799182 258428928 60461 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134556036 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63093 60461 296 55 0 61985 0
Current children cumulated CPU time (s) 1786.7
Current children cumulated vsize (Kb) 252372

[startup+1788.26 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124584/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252372 CPUtime=1787.71
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261286 0 0 0 177254 1517 0 0 25 0 1 0 198799182 258428928 60461 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557885 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63093 60461 296 55 0 61985 0
Current children cumulated CPU time (s) 1787.71
Current children cumulated vsize (Kb) 252372

[startup+1789.26 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124584/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252372 CPUtime=1788.71
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261286 0 0 0 177354 1517 0 0 25 0 1 0 198799182 258428928 60461 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63093 60461 296 55 0 61985 0
Current children cumulated CPU time (s) 1788.71
Current children cumulated vsize (Kb) 252372

[startup+1790.27 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124584/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252372 CPUtime=1789.72
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261286 0 0 0 177455 1517 0 0 25 0 1 0 198799182 258428928 60461 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134552120 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63093 60461 296 55 0 61985 0
Current children cumulated CPU time (s) 1789.72
Current children cumulated vsize (Kb) 252372

[startup+1791.27 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124520/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252504 CPUtime=1790.72
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261303 0 0 0 177555 1517 0 0 25 0 1 0 198799182 258564096 60478 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557885 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63126 60478 296 55 0 62018 0
Current children cumulated CPU time (s) 1790.72
Current children cumulated vsize (Kb) 252504

[startup+1792.28 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124520/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252504 CPUtime=1791.73
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261303 0 0 0 177656 1517 0 0 25 0 1 0 198799182 258564096 60478 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134645935 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63126 60478 296 55 0 62018 0
Current children cumulated CPU time (s) 1791.73
Current children cumulated vsize (Kb) 252504

[startup+1793.28 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124520/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252504 CPUtime=1792.73
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261303 0 0 0 177756 1517 0 0 25 0 1 0 198799182 258564096 60478 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535082 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63126 60478 296 55 0 62018 0
Current children cumulated CPU time (s) 1792.73
Current children cumulated vsize (Kb) 252504

[startup+1794.29 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124520/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252504 CPUtime=1793.74
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261303 0 0 0 177857 1517 0 0 25 0 1 0 198799182 258564096 60478 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134556051 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63126 60478 296 55 0 62018 0
Current children cumulated CPU time (s) 1793.74
Current children cumulated vsize (Kb) 252504

[startup+1795.29 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124520/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252504 CPUtime=1794.74
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261303 0 0 0 177957 1517 0 0 25 0 1 0 198799182 258564096 60478 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63126 60478 296 55 0 62018 0
Current children cumulated CPU time (s) 1794.74
Current children cumulated vsize (Kb) 252504

[startup+1796.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124520/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252504 CPUtime=1795.75
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261303 0 0 0 178058 1517 0 0 25 0 1 0 198799182 258564096 60478 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557882 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63126 60478 296 55 0 62018 0
Current children cumulated CPU time (s) 1795.75
Current children cumulated vsize (Kb) 252504

[startup+1797.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124520/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252504 CPUtime=1796.75
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261303 0 0 0 178158 1517 0 0 25 0 1 0 198799182 258564096 60478 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555682 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63126 60478 296 55 0 62018 0
Current children cumulated CPU time (s) 1796.75
Current children cumulated vsize (Kb) 252504

[startup+1798.31 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124520/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252504 CPUtime=1797.76
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261303 0 0 0 178259 1517 0 0 25 0 1 0 198799182 258564096 60478 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557876 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63126 60478 296 55 0 62018 0
Current children cumulated CPU time (s) 1797.76
Current children cumulated vsize (Kb) 252504

[startup+1799.31 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124520/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252504 CPUtime=1798.76
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261310 0 0 0 178359 1517 0 0 25 0 1 0 198799182 258564096 60485 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63126 60485 296 55 0 62018 0
Current children cumulated CPU time (s) 1798.76
Current children cumulated vsize (Kb) 252504

[startup+1800.32 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1994
/proc/meminfo: memFree=1124456/2055920 swapFree=4181452/4192956
[pid=1788] ppid=1786 vsize=252504 CPUtime=1799.76
/proc/1788/stat : 1788 (bsolo) R 1786 1788 1741 0 -1 0 5261321 0 0 0 178459 1517 0 0 25 0 1 0 198799182 258564096 60496 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1788/statm: 63126 60496 296 55 0 62018 0
Current children cumulated CPU time (s) 1799.76
Current children cumulated vsize (Kb) 252504

Child status: 0
Real time (s): 1800.6
CPU time (s): 1800.05
CPU user time (s): 1784.84
CPU system time (s): 15.2157
CPU usage (%): 99.9696
Max. virtual memory (cumulated for all children) (Kb): 252504

Launcher Data (download as text)

Begin job on node21 on Sat Jun  3 10:42:41 UTC 2006


FILE ID= 39919-1149331360

PBS_JOBID= 309902

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

MD5SUM SOLVER= 05cada221eb1efaaae980ebc7509e7e8
MD5SUM BENCH=  121100115f65aafe7304954ad1ff7cf1

RANDOM SEED= 957358032


/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.240
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.240
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:       1365480 kB
Buffers:         36856 kB
Cached:         579384 kB
SwapCached:       3308 kB
Active:         146656 kB
Inactive:       478440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1365480 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:              80 kB
Writeback:           0 kB
Mapped:          14740 kB
Slab:            51416 kB
Committed_AS:   327916 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node21 on Sat Jun  3 11:12:42 UTC 2006