Trace number 84990

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) 868.613 868.885

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-agg.opb
MD5SUMed91ea31528e8311a929ab543dc490cc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-4754
Best CPU time to get the best result obtained on this benchmark1800.56
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -4754
Optimality of the best value was proved NO
Number of variables4890
Total number of constraints363
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 constraints363
Minimum length of a constraint30
Maximum length of a constraint540
Number of terms in the objective function 3930
Biggest coefficient in the objective function 5066
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 527386
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 260841
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 527386
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
868.86	c starting to Solve
868.86	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/node9/watcher-84990-1154164087 -o ROOT/results/node9/solver-84990-1154164087 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node9/84990-1154164087/instance-84990-1154164087.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 0.98 0.91 3/64 29201
/proc/meminfo: memFree=1447032/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=1012 CPUtime=0
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 45 0 0 0 0 0 0 0 18 0 1 0 163269858 1036288 28 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 8663339 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 253 28 20 40 0 8 0

[startup+10.0016 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1441344/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=7960 CPUtime=9.98
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 41010 0 0 0 981 17 0 0 25 0 1 0 163269858 8151040 1612 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542168 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 1990 1612 227 40 0 1407 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 7960

[startup+20.0078 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1441280/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=7960 CPUtime=19.99
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 84194 0 0 0 1963 36 0 0 25 0 1 0 163269858 8151040 1617 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134577216 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 1990 1617 227 40 0 1407 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 7960

[startup+30.0139 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1441280/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=7960 CPUtime=29.99
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 126022 0 0 0 2942 57 0 0 25 0 1 0 163269858 8151040 1617 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542166 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 1990 1617 227 40 0 1407 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 7960

[startup+40.02 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1441280/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=7960 CPUtime=40
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 169751 0 0 0 3923 77 0 0 25 0 1 0 163269858 8151040 1617 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134534725 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 1990 1617 227 40 0 1407 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 7960

[startup+50.0262 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1441280/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=7960 CPUtime=50
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 215161 0 0 0 4904 96 0 0 25 0 1 0 163269858 8151040 1617 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543445 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 1990 1617 227 40 0 1407 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 7960

[startup+60.0323 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1441280/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=7960 CPUtime=60
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 262425 0 0 0 5883 117 0 0 25 0 1 0 163269858 8151040 1617 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542146 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 1990 1617 227 40 0 1407 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 7960

[startup+70.0384 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1440128/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=7960 CPUtime=70.01
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 312079 0 0 0 6864 137 0 0 25 0 1 0 163269858 8151040 1617 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134555561 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 1990 1617 227 40 0 1407 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 7960

[startup+80.0446 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1441280/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=7960 CPUtime=80.01
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 359910 0 0 0 7844 157 0 0 25 0 1 0 163269858 8151040 1617 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 1990 1617 227 40 0 1407 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 7960

[startup+90.0507 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1441280/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=7960 CPUtime=90.01
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 408826 0 0 0 8821 180 0 0 25 0 1 0 163269858 8151040 1617 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542146 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 1990 1617 227 40 0 1407 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 7960

[startup+100.057 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1441216/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=8016 CPUtime=100.02
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 460255 0 0 0 9799 203 0 0 25 0 1 0 163269858 8208384 1631 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542131 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2004 1631 227 40 0 1421 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 8016

[startup+110.063 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1441216/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=8048 CPUtime=110.02
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 510925 0 0 0 10775 227 0 0 25 0 1 0 163269858 8241152 1639 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2012 1639 227 40 0 1429 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 8048

[startup+120.069 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1441152/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=9340 CPUtime=120.03
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 563665 0 0 0 11752 251 0 0 25 0 1 0 163269858 9564160 1935 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 9129687 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2335 1935 227 40 0 1752 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 9340

[startup+130.074 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1441152/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=8108 CPUtime=130.02
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 615218 0 0 0 12728 274 0 0 25 0 1 0 163269858 8302592 1654 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542146 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2027 1654 227 40 0 1444 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 8108

[startup+140.08 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1441088/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=8840 CPUtime=140.03
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 668565 0 0 0 13705 298 0 0 25 0 1 0 163269858 9052160 1805 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134541989 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2210 1808 227 40 0 1627 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 8840

[startup+150.087 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1439872/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=9592 CPUtime=150.03
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 721965 0 0 0 14680 323 0 0 25 0 1 0 163269858 9822208 2009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2398 2009 227 40 0 1815 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 9592

[startup+160.093 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1441024/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=8188 CPUtime=160.03
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 762158 0 0 0 15661 342 0 0 25 0 1 0 163269858 8384512 1674 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629283 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2047 1674 227 40 0 1464 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 8188

[startup+170.099 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1441024/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=8220 CPUtime=170.04
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 815206 0 0 0 16640 364 0 0 25 0 1 0 163269858 8417280 1682 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 9094658 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2055 1682 227 40 0 1472 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 8220

[startup+180.105 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1440960/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=8244 CPUtime=180.04
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 864516 0 0 0 17618 386 0 0 25 0 1 0 163269858 8441856 1688 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2061 1688 227 40 0 1478 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 8244

[startup+190.111 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1440960/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=9036 CPUtime=190.05
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 916118 0 0 0 18596 409 0 0 25 0 1 0 163269858 9252864 1854 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542318 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2259 1854 227 40 0 1676 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 9036

[startup+200.117 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201
/proc/meminfo: memFree=1439744/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=9776 CPUtime=200.05
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 963380 0 0 0 19574 431 0 0 25 0 1 0 163269858 10010624 2056 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2444 2056 227 40 0 1861 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 9776

[startup+210.123 s]
/proc/loadavg: 1.00 0.98 0.91 2/64 29201

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

Current children cumulated CPU time (s) 650.19
Current children cumulated vsize (Kb) 10352

[startup+660.398 s]
/proc/loadavg: 1.01 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1439552/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=10564 CPUtime=660.19
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 3231527 0 0 0 64547 1472 0 0 25 0 1 0 163269858 10817536 2218 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 9129687 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2641 2227 227 40 0 2058 0
Current children cumulated CPU time (s) 660.19
Current children cumulated vsize (Kb) 10564

[startup+670.404 s]
/proc/loadavg: 1.01 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1439552/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=9700 CPUtime=670.2
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 3288649 0 0 0 65520 1500 0 0 25 0 1 0 163269858 9932800 2052 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629276 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2425 2052 227 40 0 1842 0
Current children cumulated CPU time (s) 670.2
Current children cumulated vsize (Kb) 9700

[startup+680.411 s]
/proc/loadavg: 1.01 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1439488/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=9724 CPUtime=680.2
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 3342533 0 0 0 66494 1526 0 0 25 0 1 0 163269858 9957376 2058 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542185 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2431 2058 227 40 0 1848 0
Current children cumulated CPU time (s) 680.2
Current children cumulated vsize (Kb) 9724

[startup+690.417 s]
/proc/loadavg: 1.01 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1438400/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=9764 CPUtime=690.21
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 3395046 0 0 0 67471 1550 0 0 25 0 1 0 163269858 9998336 2068 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542126 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2441 2068 227 40 0 1858 0
Current children cumulated CPU time (s) 690.21
Current children cumulated vsize (Kb) 9764

[startup+700.423 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1438400/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=9796 CPUtime=700.21
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 3445036 0 0 0 68448 1573 0 0 25 0 1 0 163269858 10031104 2076 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2449 2076 227 40 0 1866 0
Current children cumulated CPU time (s) 700.21
Current children cumulated vsize (Kb) 9796

[startup+710.429 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1439424/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=10532 CPUtime=710.21
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 3498232 0 0 0 69427 1594 0 0 25 0 1 0 163269858 10784768 2228 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134558154 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2633 2228 227 40 0 2050 0
Current children cumulated CPU time (s) 710.21
Current children cumulated vsize (Kb) 10532

[startup+720.435 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1438976/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=11128 CPUtime=720.22
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 3555358 0 0 0 70401 1621 0 0 25 0 1 0 163269858 11395072 2407 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 9129687 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2782 2407 227 40 0 2199 0
Current children cumulated CPU time (s) 720.22
Current children cumulated vsize (Kb) 11128

[startup+730.441 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1439360/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=9888 CPUtime=730.21
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 3603134 0 0 0 71380 1641 0 0 25 0 1 0 163269858 10125312 2099 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542166 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2472 2099 227 40 0 1889 0
Current children cumulated CPU time (s) 730.21
Current children cumulated vsize (Kb) 9888

[startup+740.447 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1439296/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=9912 CPUtime=740.23
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 3655654 0 0 0 72358 1665 0 0 25 0 1 0 163269858 10149888 2105 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542131 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2478 2105 227 40 0 1895 0
Current children cumulated CPU time (s) 740.23
Current children cumulated vsize (Kb) 9912

[startup+750.454 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1439104/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=10112 CPUtime=750.22
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 3708591 0 0 0 73333 1689 0 0 25 0 1 0 163269858 10354688 2155 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542166 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2528 2155 227 40 0 1945 0
Current children cumulated CPU time (s) 750.22
Current children cumulated vsize (Kb) 10112

[startup+760.46 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1439104/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=10136 CPUtime=760.23
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 3760277 0 0 0 74310 1713 0 0 25 0 1 0 163269858 10379264 2161 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134632756 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2534 2161 227 40 0 1951 0
Current children cumulated CPU time (s) 760.23
Current children cumulated vsize (Kb) 10136

[startup+770.466 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1439040/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=10176 CPUtime=770.23
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 3809929 0 0 0 75287 1736 0 0 25 0 1 0 163269858 10420224 2171 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2544 2171 227 40 0 1961 0
Current children cumulated CPU time (s) 770.23
Current children cumulated vsize (Kb) 10176

[startup+780.472 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1439040/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=10196 CPUtime=780.23
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 3857959 0 0 0 76264 1759 0 0 25 0 1 0 163269858 10440704 2176 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542166 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2549 2176 227 40 0 1966 0
Current children cumulated CPU time (s) 780.23
Current children cumulated vsize (Kb) 10196

[startup+790.478 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1438976/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=10228 CPUtime=790.24
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 3904390 0 0 0 77243 1781 0 0 25 0 1 0 163269858 10473472 2184 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543275 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2557 2184 227 40 0 1974 0
Current children cumulated CPU time (s) 790.24
Current children cumulated vsize (Kb) 10228

[startup+800.484 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1438976/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=10252 CPUtime=800.24
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 3950137 0 0 0 78224 1800 0 0 25 0 1 0 163269858 10498048 2190 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2563 2190 227 40 0 1980 0
Current children cumulated CPU time (s) 800.24
Current children cumulated vsize (Kb) 10252

[startup+810.49 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1438912/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=10276 CPUtime=810.24
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 4001975 0 0 0 79201 1823 0 0 25 0 1 0 163269858 10522624 2196 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629226 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2569 2196 227 40 0 1986 0
Current children cumulated CPU time (s) 810.24
Current children cumulated vsize (Kb) 10276

[startup+820.497 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1438912/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=10316 CPUtime=820.25
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 4055124 0 0 0 80177 1848 0 0 25 0 1 0 163269858 10563584 2206 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542131 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2579 2206 227 40 0 1996 0
Current children cumulated CPU time (s) 820.25
Current children cumulated vsize (Kb) 10316

[startup+830.503 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1438848/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=11048 CPUtime=830.25
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 4100847 0 0 0 81155 1870 0 0 25 0 1 0 163269858 11313152 2357 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134558155 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2762 2357 227 40 0 2179 0
Current children cumulated CPU time (s) 830.25
Current children cumulated vsize (Kb) 11048

[startup+840.509 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1438848/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=10368 CPUtime=840.26
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 4151750 0 0 0 82133 1893 0 0 25 0 1 0 163269858 10616832 2219 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629287 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2592 2219 227 40 0 2009 0
Current children cumulated CPU time (s) 840.26
Current children cumulated vsize (Kb) 10368

[startup+850.515 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1438784/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=10400 CPUtime=850.26
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 4206319 0 0 0 83108 1918 0 0 25 0 1 0 163269858 10649600 2227 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542166 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2600 2227 227 40 0 2017 0
Current children cumulated CPU time (s) 850.26
Current children cumulated vsize (Kb) 10400

[startup+860.521 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 29201
/proc/meminfo: memFree=1438784/2055920 swapFree=4183012/4192956
[pid=29201] ppid=29199 vsize=10432 CPUtime=860.26
/proc/29201/stat : 29201 (glpPBv3) R 29199 29201 29152 0 -1 0 4264298 0 0 0 84080 1946 0 0 25 0 1 0 163269858 10682368 2235 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542166 0 0 4096 0 0 0 0 17 1 0 0
/proc/29201/statm: 2608 2235 227 40 0 2025 0
Current children cumulated CPU time (s) 860.26
Current children cumulated vsize (Kb) 10432

Child status: 1
Real time (s): 868.885
CPU time (s): 868.613
CPU user time (s): 848.918
CPU system time (s): 19.695
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (Kb): 11128
The end

Launcher Data (download as text)

Begin job on node9 on Sat Jul 29 09:08:07 UTC 2006


FILE ID= 84990-1154164087

PBS_JOBID= 892764

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

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  ed91ea31528e8311a929ab543dc490cc

RANDOM SEED= 38558151

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.223
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.223
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:       1447240 kB
Buffers:         35868 kB
Cached:         497984 kB
SwapCached:       3620 kB
Active:         116084 kB
Inactive:       426204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1447240 kB
SwapTotal:     4192956 kB
SwapFree:      4183012 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          14496 kB
Slab:            52376 kB
Committed_AS:   720768 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node9 on Sat Jul 29 09:22:36 UTC 2006