Trace number 85036

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) 766.381 766.601

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-agg3.opb
MD5SUM2fc9de6105f21066ef788431e0787cd8
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9060
Total number of constraints429
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 constraints429
Minimum length of a constraint30
Maximum length of a constraint1440
Number of terms in the objective function 6930
Biggest coefficient in the objective function 3308
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 529735
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 529735
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
766.58	c starting to Solve
766.58	Assertion failed: x <= ub; file glpmip2.c; line 239

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/node22/watcher-85036-1154164284 -o ROOT/results/node22/solver-85036-1154164284 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node22/85036-1154164284/instance-85036-1154164284.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.97 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1230008/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=2664 CPUtime=0
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 259 0 0 0 0 0 0 0 18 0 1 0 163289200 2727936 229 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 5144279 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 666 229 192 40 0 83 0

[startup+10.0021 s]
/proc/loadavg: 0.97 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1220152/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12060 CPUtime=9.99
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 19078 0 0 0 990 9 0 0 25 0 1 0 163289200 12349440 2643 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629283 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3015 2643 227 40 0 2432 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 12060

[startup+20.0079 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1220160/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12060 CPUtime=19.99
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 38266 0 0 0 1981 18 0 0 25 0 1 0 163289200 12349440 2643 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543278 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3015 2643 227 40 0 2432 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 12060

[startup+30.0137 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1220096/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12060 CPUtime=30
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 56946 0 0 0 2972 28 0 0 25 0 1 0 163289200 12349440 2643 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543278 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3015 2643 227 40 0 2432 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 12060

[startup+40.0195 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1220096/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12060 CPUtime=40.01
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 76422 0 0 0 3964 37 0 0 25 0 1 0 163289200 12349440 2643 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543278 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3015 2643 227 40 0 2432 0
Current children cumulated CPU time (s) 40.01
Current children cumulated vsize (Kb) 12060

[startup+50.0264 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1220096/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12060 CPUtime=50
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 95898 0 0 0 4955 45 0 0 25 0 1 0 163289200 12349440 2643 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3015 2643 227 40 0 2432 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 12060

[startup+60.0312 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1220160/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12060 CPUtime=60.01
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 115374 0 0 0 5946 55 0 0 25 0 1 0 163289200 12349440 2643 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3015 2643 227 40 0 2432 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 12060

[startup+70.037 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1220160/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=13088 CPUtime=70.02
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 135116 0 0 0 6937 65 0 0 25 0 1 0 163289200 13402112 2900 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 5144279 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3272 2900 227 40 0 2689 0
Current children cumulated CPU time (s) 70.02
Current children cumulated vsize (Kb) 13088

[startup+80.0428 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1220160/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12060 CPUtime=80.01
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 155759 0 0 0 7926 75 0 0 25 0 1 0 163289200 12349440 2643 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629241 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3015 2643 227 40 0 2432 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 12060

[startup+90.0486 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1220160/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12060 CPUtime=90.01
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 176659 0 0 0 8916 85 0 0 25 0 1 0 163289200 12349440 2643 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542153 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3015 2643 227 40 0 2432 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 12060

[startup+100.054 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1220160/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12060 CPUtime=100.02
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 198665 0 0 0 9906 96 0 0 25 0 1 0 163289200 12349440 2643 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3015 2643 227 40 0 2432 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 12060

[startup+110.061 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1220160/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12060 CPUtime=110.03
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 222520 0 0 0 10896 107 0 0 25 0 1 0 163289200 12349440 2643 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543278 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3015 2643 227 40 0 2432 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 12060

[startup+120.067 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1220096/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12060 CPUtime=120.02
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 247720 0 0 0 11883 119 0 0 25 0 1 0 163289200 12349440 2643 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542153 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3015 2643 227 40 0 2432 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 12060

[startup+130.073 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1218304/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=14296 CPUtime=130.03
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 278515 0 0 0 12869 134 0 0 25 0 1 0 163289200 14639104 3198 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134585597 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3574 3198 227 40 0 2991 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 14296

[startup+140.079 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1220160/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12060 CPUtime=140.04
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 305960 0 0 0 13857 147 0 0 25 0 1 0 163289200 12349440 2643 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542166 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3015 2643 227 40 0 2432 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 12060

[startup+150.084 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1220160/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12060 CPUtime=150.04
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 332280 0 0 0 14844 160 0 0 25 0 1 0 163289200 12349440 2643 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3015 2643 227 40 0 2432 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 12060

[startup+160.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1220160/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12060 CPUtime=160.04
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 359556 0 0 0 15831 173 0 0 25 0 1 0 163289200 12349440 2643 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629233 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3015 2643 227 40 0 2432 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 12060

[startup+170.096 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1220160/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12060 CPUtime=170.05
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 386868 0 0 0 16818 187 0 0 25 0 1 0 163289200 12349440 2643 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3015 2643 227 40 0 2432 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 12060

[startup+180.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1220160/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12060 CPUtime=180.05
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 415924 0 0 0 17805 200 0 0 25 0 1 0 163289200 12349440 2643 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629283 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3015 2643 227 40 0 2432 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 12060

[startup+190.108 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1220160/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12060 CPUtime=190.05
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 444190 0 0 0 18791 214 0 0 25 0 1 0 163289200 12349440 2643 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542160 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3015 2643 227 40 0 2432 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 12060

[startup+200.114 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1220096/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12060 CPUtime=200.05
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 474246 0 0 0 19777 228 0 0 25 0 1 0 163289200 12349440 2643 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542166 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3015 2643 227 40 0 2432 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 12060

[startup+210.119 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913

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

Current children cumulated CPU time (s) 550.16
Current children cumulated vsize (Kb) 14592

[startup+560.323 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1219976/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12204 CPUtime=560.16
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 1821570 0 0 0 55157 859 0 0 25 0 1 0 163289200 12496896 2679 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543278 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3051 2679 227 40 0 2468 0
Current children cumulated CPU time (s) 560.16
Current children cumulated vsize (Kb) 12204

[startup+570.329 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1219976/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12244 CPUtime=570.17
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 1870539 0 0 0 56136 881 0 0 25 0 1 0 163289200 12537856 2689 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542166 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3061 2689 227 40 0 2478 0
Current children cumulated CPU time (s) 570.17
Current children cumulated vsize (Kb) 12244

[startup+580.334 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1219976/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12252 CPUtime=580.17
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 1924574 0 0 0 57111 906 0 0 25 0 1 0 163289200 12546048 2691 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3063 2691 227 40 0 2480 0
Current children cumulated CPU time (s) 580.17
Current children cumulated vsize (Kb) 12252

[startup+590.34 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1219912/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12264 CPUtime=590.17
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 1979325 0 0 0 58085 932 0 0 25 0 1 0 163289200 12558336 2694 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629287 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3066 2694 227 40 0 2483 0
Current children cumulated CPU time (s) 590.17
Current children cumulated vsize (Kb) 12264

[startup+600.346 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1219912/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12272 CPUtime=600.17
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 2033444 0 0 0 59061 956 0 0 25 0 1 0 163289200 12566528 2696 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629276 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3068 2696 227 40 0 2485 0
Current children cumulated CPU time (s) 600.17
Current children cumulated vsize (Kb) 12272

[startup+610.352 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1219912/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12288 CPUtime=610.18
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 2091476 0 0 0 60034 984 0 0 25 0 1 0 163289200 12582912 2700 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542166 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3072 2700 227 40 0 2489 0
Current children cumulated CPU time (s) 610.18
Current children cumulated vsize (Kb) 12288

[startup+620.358 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1219848/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12484 CPUtime=620.18
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 2156041 0 0 0 61004 1014 0 0 25 0 1 0 163289200 12783616 2717 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 5144279 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3121 2718 227 40 0 2538 0
Current children cumulated CPU time (s) 620.18
Current children cumulated vsize (Kb) 12484

[startup+630.364 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1219912/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12312 CPUtime=630.18
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 2227786 0 0 0 61968 1050 0 0 25 0 1 0 163289200 12607488 2706 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542070 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3078 2706 227 40 0 2495 0
Current children cumulated CPU time (s) 630.18
Current children cumulated vsize (Kb) 12312

[startup+640.369 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1217480/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=15044 CPUtime=640.19
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 2274752 0 0 0 62945 1074 0 0 25 0 1 0 163289200 15405056 3357 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3761 3357 227 40 0 3178 0
Current children cumulated CPU time (s) 640.19
Current children cumulated vsize (Kb) 15044

[startup+650.374 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1217480/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=15052 CPUtime=650.2
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 2304098 0 0 0 63930 1090 0 0 25 0 1 0 163289200 15413248 3359 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134585691 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3763 3359 227 40 0 3180 0
Current children cumulated CPU time (s) 650.2
Current children cumulated vsize (Kb) 15052

[startup+660.38 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1217480/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=15052 CPUtime=660.2
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 2339964 0 0 0 64912 1108 0 0 25 0 1 0 163289200 15413248 3359 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3763 3359 227 40 0 3180 0
Current children cumulated CPU time (s) 660.2
Current children cumulated vsize (Kb) 15052

[startup+670.386 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1219848/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12352 CPUtime=670.2
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 2386269 0 0 0 65889 1131 0 0 25 0 1 0 163289200 12648448 2716 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542153 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3088 2716 227 40 0 2505 0
Current children cumulated CPU time (s) 670.2
Current children cumulated vsize (Kb) 12352

[startup+680.392 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1219784/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12360 CPUtime=680.2
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 2447559 0 0 0 66860 1160 0 0 25 0 1 0 163289200 12656640 2718 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542153 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3090 2718 227 40 0 2507 0
Current children cumulated CPU time (s) 680.2
Current children cumulated vsize (Kb) 12360

[startup+690.397 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1219784/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12384 CPUtime=690.21
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 2503637 0 0 0 67832 1189 0 0 25 0 1 0 163289200 12681216 2724 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542173 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3096 2724 227 40 0 2513 0
Current children cumulated CPU time (s) 690.21
Current children cumulated vsize (Kb) 12384

[startup+700.403 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1218120/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=14796 CPUtime=700.21
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 2562876 0 0 0 68805 1216 0 0 25 0 1 0 163289200 15151104 3295 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 5144279 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3699 3295 227 40 0 3116 0
Current children cumulated CPU time (s) 700.21
Current children cumulated vsize (Kb) 14796

[startup+710.409 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1217416/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=15128 CPUtime=710.21
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 2604629 0 0 0 69783 1238 0 0 25 0 1 0 163289200 15491072 3378 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134582194 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3782 3378 227 40 0 3199 0
Current children cumulated CPU time (s) 710.21
Current children cumulated vsize (Kb) 15128

[startup+720.415 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1219784/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12416 CPUtime=720.21
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 2654771 0 0 0 70757 1264 0 0 25 0 1 0 163289200 12713984 2732 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543236 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3104 2732 227 40 0 2521 0
Current children cumulated CPU time (s) 720.21
Current children cumulated vsize (Kb) 12416

[startup+730.421 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1219784/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12440 CPUtime=730.22
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 2715320 0 0 0 71729 1293 0 0 25 0 1 0 163289200 12738560 2738 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629283 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3110 2738 227 40 0 2527 0
Current children cumulated CPU time (s) 730.22
Current children cumulated vsize (Kb) 12440

[startup+740.426 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1217352/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=15192 CPUtime=740.22
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 2771466 0 0 0 72703 1319 0 0 25 0 1 0 163289200 15556608 3394 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134588016 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3798 3394 227 40 0 3215 0
Current children cumulated CPU time (s) 740.22
Current children cumulated vsize (Kb) 15192

[startup+750.432 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1219720/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12492 CPUtime=750.23
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 2810693 0 0 0 73684 1339 0 0 25 0 1 0 163289200 12791808 2751 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3123 2751 227 40 0 2540 0
Current children cumulated CPU time (s) 750.23
Current children cumulated vsize (Kb) 12492

[startup+760.438 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 20913
/proc/meminfo: memFree=1219656/2055920 swapFree=4173604/4192956
[pid=20913] ppid=20911 vsize=12500 CPUtime=760.23
/proc/20913/stat : 20913 (glpPBv3) R 20911 20913 20864 0 -1 0 2868144 0 0 0 74657 1366 0 0 25 0 1 0 163289200 12800000 2753 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542166 0 0 4096 0 0 0 0 17 1 0 0
/proc/20913/statm: 3125 2753 227 40 0 2542 0
Current children cumulated CPU time (s) 760.23
Current children cumulated vsize (Kb) 12500

Child status: 1
Real time (s): 766.601
CPU time (s): 766.381
CPU user time (s): 752.54
CPU system time (s): 13.8419
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (Kb): 15192
The end

Launcher Data (download as text)

Begin job on node22 on Sat Jul 29 09:11:24 UTC 2006


FILE ID= 85036-1154164284

PBS_JOBID= 892810

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

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  2fc9de6105f21066ef788431e0787cd8

RANDOM SEED= 467530775

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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1230152 kB
Buffers:         39488 kB
Cached:         693664 kB
SwapCached:      13080 kB
Active:          88712 kB
Inactive:       662444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1230152 kB
SwapTotal:     4192956 kB
SwapFree:      4173604 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          14548 kB
Slab:            60612 kB
Committed_AS:   724780 kB
PageTables:       1404 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node22 on Sat Jul 29 09:24:11 UTC 2006