Trace number 84994

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
glpPB 0.2? (exit code) 735.838 736.112

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-grow15.opb
MD5SUM85af08260bc54f31465e48eb0563bdd8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1782.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables17130
Total number of constraints900
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 constraints900
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 1335
Biggest coefficient in the objective function 12744
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 525285
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 256781
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 525285
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 glpPB 0.2 (July 2006)
0.00	c An Application of GLPK 4.10 for PB Constraints
0.00	c Done @ University of Michigan, Ann Arbor, MI
0.00	c  by Hossein Sheini
736.09	c starting to Solve
736.09	Assertion failed: x >= lb; file glpmip2.c; line 230

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

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node11/watcher-84994-1154164089 -o ROOT/results/node11/solver-84994-1154164089 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node11/84994-1154164089/instance-84994-1154164089.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.91 3/64 8385
/proc/meminfo: memFree=1476244/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=1232 CPUtime=0
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 60 0 0 0 0 0 0 0 18 0 1 0 163270009 1261568 43 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 7979812 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 308 43 33 40 0 8 0

[startup+10.002 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462180/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16236 CPUtime=9.99
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 7683 0 0 0 995 4 0 0 25 0 1 0 163270009 16625664 3686 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629283 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4059 3686 227 40 0 3476 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 16236

[startup+20.008 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462188/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16236 CPUtime=19.99
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 14771 0 0 0 1992 7 0 0 25 0 1 0 163270009 16625664 3686 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542173 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4059 3686 227 40 0 3476 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 16236

[startup+30.014 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462252/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16236 CPUtime=29.99
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 20973 0 0 0 2989 10 0 0 25 0 1 0 163270009 16625664 3686 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543275 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4059 3686 227 40 0 3476 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 16236

[startup+40.02 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462252/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16236 CPUtime=39.99
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 28061 0 0 0 3986 13 0 0 25 0 1 0 163270009 16625664 3686 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543497 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4059 3686 227 40 0 3476 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 16236

[startup+50.027 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462252/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16236 CPUtime=50
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 34263 0 0 0 4984 16 0 0 25 0 1 0 163270009 16625664 3686 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4059 3686 227 40 0 3476 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 16236

[startup+60.034 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462252/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16236 CPUtime=60
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 41351 0 0 0 5981 19 0 0 25 0 1 0 163270009 16625664 3686 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629276 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4059 3686 227 40 0 3476 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 16236

[startup+70.041 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462316/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16236 CPUtime=70.01
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 47553 0 0 0 6978 23 0 0 25 0 1 0 163270009 16625664 3686 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542153 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4059 3686 227 40 0 3476 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 16236

[startup+80.0479 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462316/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16236 CPUtime=80.01
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 54641 0 0 0 7975 26 0 0 25 0 1 0 163270009 16625664 3686 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542146 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4059 3686 227 40 0 3476 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 16236

[startup+90.0549 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462316/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16236 CPUtime=90.01
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 60843 0 0 0 8972 29 0 0 25 0 1 0 163270009 16625664 3686 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632402 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4059 3686 227 40 0 3476 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 16236

[startup+100.061 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462252/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16236 CPUtime=100.01
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 67931 0 0 0 9969 32 0 0 25 0 1 0 163270009 16625664 3686 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542160 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4059 3686 227 40 0 3476 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 16236

[startup+110.068 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462252/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16236 CPUtime=110.02
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 74147 0 0 0 10967 35 0 0 25 0 1 0 163270009 16625664 3686 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632760 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4059 3686 227 40 0 3476 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 16236

[startup+120.074 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462252/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16236 CPUtime=120.02
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 81251 0 0 0 11963 39 0 0 25 0 1 0 163270009 16625664 3686 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542153 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4059 3686 227 40 0 3476 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 16236

[startup+130.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1459180/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=19544 CPUtime=130.03
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 87395 0 0 0 12962 41 0 0 25 0 1 0 163270009 20013056 4502 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134586566 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4886 4502 227 40 0 4303 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 19544

[startup+140.095 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462124/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16396 CPUtime=140.04
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 92595 0 0 0 13960 44 0 0 25 0 1 0 163270009 16789504 3726 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629270 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4099 3726 227 40 0 3516 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 16396

[startup+150.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462124/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16396 CPUtime=150.04
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 99675 0 0 0 14957 47 0 0 25 0 1 0 163270009 16789504 3726 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542166 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4099 3726 227 40 0 3516 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 16396

[startup+160.108 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462060/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16396 CPUtime=160.04
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 106755 0 0 0 15954 50 0 0 25 0 1 0 163270009 16789504 3726 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542153 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4099 3726 227 40 0 3516 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 16396

[startup+170.114 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462124/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16396 CPUtime=170.04
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 113835 0 0 0 16951 53 0 0 25 0 1 0 163270009 16789504 3726 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542131 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4099 3726 227 40 0 3516 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 16396

[startup+180.121 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462124/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16396 CPUtime=180.05
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 121801 0 0 0 17948 57 0 0 25 0 1 0 163270009 16789504 3726 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4099 3726 227 40 0 3516 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 16396

[startup+190.127 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462124/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16396 CPUtime=190.05
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 128881 0 0 0 18944 61 0 0 25 0 1 0 163270009 16789504 3726 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632895 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4099 3726 227 40 0 3516 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 16396

[startup+200.133 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462124/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16396 CPUtime=200.05
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 135963 0 0 0 19941 64 0 0 25 0 1 0 163270009 16789504 3726 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632879 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4099 3726 227 40 0 3516 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 16396

[startup+210.139 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385

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

Current children cumulated CPU time (s) 520.13
Current children cumulated vsize (Kb) 16396

[startup+530.338 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1459564/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=19568 CPUtime=530.14
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 384944 0 0 0 52836 178 0 0 25 0 1 0 163270009 20037632 4487 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134637931 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4892 4487 227 40 0 4309 0
Current children cumulated CPU time (s) 530.14
Current children cumulated vsize (Kb) 19568

[startup+540.344 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462124/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16396 CPUtime=540.14
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 392472 0 0 0 53833 181 0 0 25 0 1 0 163270009 16789504 3726 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542173 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4099 3726 227 40 0 3516 0
Current children cumulated CPU time (s) 540.14
Current children cumulated vsize (Kb) 16396

[startup+550.35 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462124/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16396 CPUtime=550.15
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 399840 0 0 0 54830 185 0 0 25 0 1 0 163270009 16789504 3726 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543278 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4099 3726 227 40 0 3516 0
Current children cumulated CPU time (s) 550.15
Current children cumulated vsize (Kb) 16396

[startup+560.356 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462124/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16396 CPUtime=560.15
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 407208 0 0 0 55828 187 0 0 25 0 1 0 163270009 16789504 3726 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543278 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4099 3726 227 40 0 3516 0
Current children cumulated CPU time (s) 560.15
Current children cumulated vsize (Kb) 16396

[startup+570.362 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462124/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16396 CPUtime=570.15
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 414576 0 0 0 56825 190 0 0 25 0 1 0 163270009 16789504 3726 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542166 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4099 3726 227 40 0 3516 0
Current children cumulated CPU time (s) 570.15
Current children cumulated vsize (Kb) 16396

[startup+580.368 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462124/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16396 CPUtime=580.15
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 421944 0 0 0 57822 193 0 0 25 0 1 0 163270009 16789504 3726 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543497 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4099 3726 227 40 0 3516 0
Current children cumulated CPU time (s) 580.15
Current children cumulated vsize (Kb) 16396

[startup+590.374 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462060/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16396 CPUtime=590.16
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 430235 0 0 0 58819 197 0 0 25 0 1 0 163270009 16789504 3726 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629287 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4099 3726 227 40 0 3516 0
Current children cumulated CPU time (s) 590.16
Current children cumulated vsize (Kb) 16396

[startup+600.38 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462060/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16396 CPUtime=600.16
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 437603 0 0 0 59816 200 0 0 25 0 1 0 163270009 16789504 3726 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632382 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4099 3726 227 40 0 3516 0
Current children cumulated CPU time (s) 600.16
Current children cumulated vsize (Kb) 16396

[startup+610.386 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462060/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16396 CPUtime=610.16
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 444971 0 0 0 60813 203 0 0 25 0 1 0 163270009 16789504 3726 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542166 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4099 3726 227 40 0 3516 0
Current children cumulated CPU time (s) 610.16
Current children cumulated vsize (Kb) 16396

[startup+620.392 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462124/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16396 CPUtime=620.17
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 452339 0 0 0 61811 206 0 0 25 0 1 0 163270009 16789504 3726 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632566 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4099 3726 227 40 0 3516 0
Current children cumulated CPU time (s) 620.17
Current children cumulated vsize (Kb) 16396

[startup+630.398 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462124/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16396 CPUtime=630.16
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 460628 0 0 0 62807 209 0 0 25 0 1 0 163270009 16789504 3726 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542131 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4099 3726 227 40 0 3516 0
Current children cumulated CPU time (s) 630.16
Current children cumulated vsize (Kb) 16396

[startup+640.404 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1458284/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=20556 CPUtime=640.17
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 467233 0 0 0 63805 212 0 0 25 0 1 0 163270009 21049344 4734 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134582198 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 5139 4734 227 40 0 4556 0
Current children cumulated CPU time (s) 640.17
Current children cumulated vsize (Kb) 20556

[startup+650.41 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1458860/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=19996 CPUtime=650.17
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 468173 0 0 0 64804 213 0 0 25 0 1 0 163270009 20475904 4594 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134585691 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4999 4594 227 40 0 4416 0
Current children cumulated CPU time (s) 650.17
Current children cumulated vsize (Kb) 19996

[startup+660.416 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462124/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16532 CPUtime=660.18
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 475097 0 0 0 65802 216 0 0 25 0 1 0 163270009 16928768 3760 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629086 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4133 3760 227 40 0 3550 0
Current children cumulated CPU time (s) 660.18
Current children cumulated vsize (Kb) 16532

[startup+670.422 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462124/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16532 CPUtime=670.18
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 481915 0 0 0 66799 219 0 0 25 0 1 0 163270009 16928768 3760 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4133 3760 227 40 0 3550 0
Current children cumulated CPU time (s) 670.18
Current children cumulated vsize (Kb) 16532

[startup+680.428 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462124/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16532 CPUtime=680.18
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 488733 0 0 0 67796 222 0 0 25 0 1 0 163270009 16928768 3760 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542153 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4133 3760 227 40 0 3550 0
Current children cumulated CPU time (s) 680.18
Current children cumulated vsize (Kb) 16532

[startup+690.434 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462060/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16532 CPUtime=690.18
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 495551 0 0 0 68793 225 0 0 25 0 1 0 163270009 16928768 3760 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542150 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4133 3760 227 40 0 3550 0
Current children cumulated CPU time (s) 690.18
Current children cumulated vsize (Kb) 16532

[startup+700.44 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462060/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16532 CPUtime=700.18
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 502369 0 0 0 69790 228 0 0 25 0 1 0 163270009 16928768 3760 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4133 3760 227 40 0 3550 0
Current children cumulated CPU time (s) 700.18
Current children cumulated vsize (Kb) 16532

[startup+710.447 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462060/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16532 CPUtime=710.19
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 509187 0 0 0 70788 231 0 0 25 0 1 0 163270009 16928768 3760 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543278 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4133 3760 227 40 0 3550 0
Current children cumulated CPU time (s) 710.19
Current children cumulated vsize (Kb) 16532

[startup+720.454 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1462060/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=16532 CPUtime=720.19
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 516005 0 0 0 71785 234 0 0 25 0 1 0 163270009 16928768 3760 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629094 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4133 3760 227 40 0 3550 0
Current children cumulated CPU time (s) 720.19
Current children cumulated vsize (Kb) 16532

[startup+730.461 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8385
/proc/meminfo: memFree=1458860/2055920 swapFree=4183092/4192956
[pid=8385] ppid=8383 vsize=19996 CPUtime=730.19
/proc/8385/stat : 8385 (glpPBv3) R 8383 8385 8336 0 -1 0 523691 0 0 0 72782 237 0 0 25 0 1 0 163270009 20475904 4594 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134638257 0 0 4096 0 0 0 0 17 1 0 0
/proc/8385/statm: 4999 4594 227 40 0 4416 0
Current children cumulated CPU time (s) 730.19
Current children cumulated vsize (Kb) 19996

Child status: 1
Real time (s): 736.112
CPU time (s): 735.838
CPU user time (s): 733.433
CPU system time (s): 2.40463
CPU usage (%): 99.9628
Max. virtual memory (cumulated for all children) (Kb): 20556
The end

Launcher Data (download as text)

Begin job on node11 on Sat Jul 29 09:08:09 UTC 2006


FILE ID= 84994-1154164089

PBS_JOBID= 892768

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-grow15.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node11/84994-1154164089/instance-84994-1154164089.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-84994-1154164089 -o ROOT/results/node11/solver-84994-1154164089 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node11/84994-1154164089/instance-84994-1154164089.opb

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  85af08260bc54f31465e48eb0563bdd8

RANDOM SEED= 712504536

TIMEOUT= 1800 seconds


/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.256
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.256
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:       1476452 kB
Buffers:         35164 kB
Cached:         468140 kB
SwapCached:       3772 kB
Active:          84056 kB
Inactive:       427980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1476452 kB
SwapTotal:     4192956 kB
SwapFree:      4183092 kB
Dirty:             192 kB
Writeback:           0 kB
Mapped:          14736 kB
Slab:            53372 kB
Committed_AS:   706816 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node11 on Sat Jul 29 09:20:25 UTC 2006