Trace number 85845

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? (TO) 1800.72 1801.15

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_4.opb
MD5SUM1757d8d914b8f8f6b2c05049538ae81a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark66.4489
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3118
Number of bits of the biggest sum of numbers12
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

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1390912/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=268 CPUtime=0
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 39 0 0 0 0 0 0 0 18 0 1 0 164423167 274432 23 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 10926733 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 253 26 18 40 0 8 0

[startup+10.0024 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1386368/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=6980 CPUtime=9.99
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 1412 0 0 0 979 20 0 0 25 0 1 0 164423167 7147520 1340 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 1745 1340 227 40 0 1162 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 6980

[startup+20.0083 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1384192/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=9112 CPUtime=20
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 1968 0 0 0 1967 33 0 0 25 0 1 0 164423167 9330688 1896 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578445 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 2278 1896 227 40 0 1695 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 9112

[startup+30.0141 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1382464/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=10896 CPUtime=29.99
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 2493 0 0 0 2958 41 0 0 25 0 1 0 164423167 11157504 2340 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 2724 2340 227 40 0 2141 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 10896

[startup+40.0199 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1381184/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=12096 CPUtime=40
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 2795 0 0 0 3952 48 0 0 25 0 1 0 164423167 12386304 2642 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 3024 2642 227 40 0 2441 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 12096

[startup+50.0258 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1380160/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=13160 CPUtime=50
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 3056 0 0 0 4946 54 0 0 25 0 1 0 164423167 13475840 2903 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 3290 2903 227 40 0 2707 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 13160

[startup+60.0316 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1379200/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=14092 CPUtime=60.01
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 3289 0 0 0 5940 61 0 0 25 0 1 0 164423167 14430208 3136 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 3523 3136 227 40 0 2940 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 14092

[startup+70.0384 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1378432/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=14892 CPUtime=70.01
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 3475 0 0 0 6936 65 0 0 25 0 1 0 164423167 15249408 3322 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 3723 3322 227 40 0 3140 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 14892

[startup+80.0442 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1377728/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=15560 CPUtime=80.02
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 3661 0 0 0 7932 70 0 0 25 0 1 0 164423167 15933440 3508 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 3890 3508 227 40 0 3307 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 15560

[startup+90.05 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1377024/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=16224 CPUtime=90.02
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 3826 0 0 0 8927 75 0 0 25 0 1 0 164423167 16613376 3673 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 4056 3673 227 40 0 3473 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 16224

[startup+100.056 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1376384/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=16892 CPUtime=100.02
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 3992 0 0 0 9924 78 0 0 25 0 1 0 164423167 17297408 3839 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134572926 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 4223 3839 227 40 0 3640 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 16892

[startup+110.062 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1375744/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=17556 CPUtime=110.02
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 4155 0 0 0 10919 83 0 0 25 0 1 0 164423167 17977344 4002 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 4389 4002 227 40 0 3806 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 17556

[startup+120.068 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1375104/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=18224 CPUtime=120.03
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 4308 0 0 0 11916 87 0 0 25 0 1 0 164423167 18661376 4155 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 4556 4155 227 40 0 3973 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 18224

[startup+130.073 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1373824/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=19396 CPUtime=130.03
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 4772 0 0 0 12912 91 0 0 25 0 1 0 164423167 19861504 4458 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 4849 4458 227 40 0 4266 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 19396

[startup+140.079 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1373248/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=20060 CPUtime=140.03
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 4926 0 0 0 13908 95 0 0 25 0 1 0 164423167 20541440 4612 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 5015 4612 227 40 0 4432 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 20060

[startup+150.085 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1372608/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=20596 CPUtime=150.04
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 5081 0 0 0 14905 99 0 0 25 0 1 0 164423167 21090304 4767 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578068 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 5149 4767 227 40 0 4566 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 20596

[startup+160.091 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1371840/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=21396 CPUtime=160.05
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 5271 0 0 0 15901 104 0 0 25 0 1 0 164423167 21909504 4957 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 5349 4957 227 40 0 4766 0
Current children cumulated CPU time (s) 160.05
Current children cumulated vsize (Kb) 21396

[startup+170.097 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1371200/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=22060 CPUtime=170.04
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 5440 0 0 0 16896 108 0 0 25 0 1 0 164423167 22589440 5126 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 5515 5126 227 40 0 4932 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 22060

[startup+180.102 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1370624/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=22592 CPUtime=180.05
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 5577 0 0 0 17894 111 0 0 25 0 1 0 164423167 23134208 5263 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 5648 5263 227 40 0 5065 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 22592

[startup+190.107 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1370112/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=23260 CPUtime=190.06
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 5724 0 0 0 18891 115 0 0 25 0 1 0 164423167 23818240 5410 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 5815 5410 227 40 0 5232 0
Current children cumulated CPU time (s) 190.06
Current children cumulated vsize (Kb) 23260

[startup+200.113 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742
/proc/meminfo: memFree=1369600/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=23660 CPUtime=200.05
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 5845 0 0 0 19888 117 0 0 25 0 1 0 164423167 24227840 5531 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 5915 5531 227 40 0 5332 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 23660

[startup+210.119 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7742

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

/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14220 0 0 0 177758 403 0 0 25 0 1 0 164423167 57319424 13585 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 13994 13585 227 40 0 13411 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (Kb) 55976

[startup+1783.04 s]
/proc/loadavg: 0.99 0.98 0.95 3/64 7744
/proc/meminfo: memFree=1337088/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=55976 CPUtime=1782.61
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14224 0 0 0 177858 403 0 0 25 0 1 0 164423167 57319424 13589 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 13994 13589 227 40 0 13411 0
Current children cumulated CPU time (s) 1782.61
Current children cumulated vsize (Kb) 55976

[startup+1784.05 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7744
/proc/meminfo: memFree=1337024/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=55976 CPUtime=1783.62
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14230 0 0 0 177959 403 0 0 25 0 1 0 164423167 57319424 13595 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 13994 13595 227 40 0 13411 0
Current children cumulated CPU time (s) 1783.62
Current children cumulated vsize (Kb) 55976

[startup+1785.05 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7744
/proc/meminfo: memFree=1337024/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=55976 CPUtime=1784.62
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14234 0 0 0 178059 403 0 0 25 0 1 0 164423167 57319424 13599 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134573036 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 13994 13599 227 40 0 13411 0
Current children cumulated CPU time (s) 1784.62
Current children cumulated vsize (Kb) 55976

[startup+1786.06 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7744
/proc/meminfo: memFree=1337024/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=55976 CPUtime=1785.62
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14238 0 0 0 178159 403 0 0 25 0 1 0 164423167 57319424 13603 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 13994 13603 227 40 0 13411 0
Current children cumulated CPU time (s) 1785.62
Current children cumulated vsize (Kb) 55976

[startup+1787.06 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7744
/proc/meminfo: memFree=1337024/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=55976 CPUtime=1786.63
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14240 0 0 0 178260 403 0 0 25 0 1 0 164423167 57319424 13605 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 13994 13605 227 40 0 13411 0
Current children cumulated CPU time (s) 1786.63
Current children cumulated vsize (Kb) 55976

[startup+1788.07 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7744
/proc/meminfo: memFree=1336960/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=55976 CPUtime=1787.64
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14244 0 0 0 178360 404 0 0 25 0 1 0 164423167 57319424 13609 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 13994 13609 227 40 0 13411 0
Current children cumulated CPU time (s) 1787.64
Current children cumulated vsize (Kb) 55976

[startup+1789.07 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7744
/proc/meminfo: memFree=1336960/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=55976 CPUtime=1788.64
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14246 0 0 0 178460 404 0 0 25 0 1 0 164423167 57319424 13611 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 13994 13611 227 40 0 13411 0
Current children cumulated CPU time (s) 1788.64
Current children cumulated vsize (Kb) 55976

[startup+1790.08 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7744
/proc/meminfo: memFree=1336960/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=55976 CPUtime=1789.65
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14248 0 0 0 178561 404 0 0 25 0 1 0 164423167 57319424 13613 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 13994 13613 227 40 0 13411 0
Current children cumulated CPU time (s) 1789.65
Current children cumulated vsize (Kb) 55976

[startup+1791.08 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7744
/proc/meminfo: memFree=1336960/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=55976 CPUtime=1790.65
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14248 0 0 0 178661 404 0 0 25 0 1 0 164423167 57319424 13613 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134572926 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 13994 13613 227 40 0 13411 0
Current children cumulated CPU time (s) 1790.65
Current children cumulated vsize (Kb) 55976

[startup+1792.09 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7744
/proc/meminfo: memFree=1336960/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=56112 CPUtime=1791.65
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14251 0 0 0 178761 404 0 0 25 0 1 0 164423167 57458688 13616 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134573038 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 14028 13616 227 40 0 13445 0
Current children cumulated CPU time (s) 1791.65
Current children cumulated vsize (Kb) 56112

[startup+1793.09 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7744
/proc/meminfo: memFree=1336960/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=56112 CPUtime=1792.67
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14257 0 0 0 178862 405 0 0 25 0 1 0 164423167 57458688 13622 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 14028 13622 227 40 0 13445 0
Current children cumulated CPU time (s) 1792.67
Current children cumulated vsize (Kb) 56112

[startup+1794.1 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7744
/proc/meminfo: memFree=1336896/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=56112 CPUtime=1793.67
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14259 0 0 0 178962 405 0 0 25 0 1 0 164423167 57458688 13624 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 14028 13624 227 40 0 13445 0
Current children cumulated CPU time (s) 1793.67
Current children cumulated vsize (Kb) 56112

[startup+1795.1 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7744
/proc/meminfo: memFree=1336896/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=56112 CPUtime=1794.67
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14263 0 0 0 179062 405 0 0 25 0 1 0 164423167 57458688 13628 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 14028 13628 227 40 0 13445 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (Kb) 56112

[startup+1796.11 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7744
/proc/meminfo: memFree=1336896/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=56112 CPUtime=1795.68
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14269 0 0 0 179162 406 0 0 25 0 1 0 164423167 57458688 13634 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 14028 13634 227 40 0 13445 0
Current children cumulated CPU time (s) 1795.68
Current children cumulated vsize (Kb) 56112

[startup+1797.11 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7744
/proc/meminfo: memFree=1336896/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=56112 CPUtime=1796.69
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14269 0 0 0 179263 406 0 0 25 0 1 0 164423167 57458688 13634 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 14028 13634 227 40 0 13445 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (Kb) 56112

[startup+1798.12 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7744
/proc/meminfo: memFree=1336896/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=56112 CPUtime=1797.69
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14273 0 0 0 179363 406 0 0 25 0 1 0 164423167 57458688 13638 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134572926 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 14028 13638 227 40 0 13445 0
Current children cumulated CPU time (s) 1797.69
Current children cumulated vsize (Kb) 56112

[startup+1799.12 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7744
/proc/meminfo: memFree=1336832/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=56112 CPUtime=1798.69
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14279 0 0 0 179463 406 0 0 25 0 1 0 164423167 57458688 13644 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578068 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 14028 13644 227 40 0 13445 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (Kb) 56112

[startup+1800.13 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7744
/proc/meminfo: memFree=1336832/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=56112 CPUtime=1799.7
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14279 0 0 0 179564 406 0 0 25 0 1 0 164423167 57458688 13644 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578436 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 14028 13644 227 40 0 13445 0
Current children cumulated CPU time (s) 1799.7
Current children cumulated vsize (Kb) 56112

[startup+1801.13 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7744
/proc/meminfo: memFree=1336832/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=56244 CPUtime=1800.7
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14283 0 0 0 179664 406 0 0 25 0 1 0 164423167 57593856 13648 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134572930 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 14061 13648 227 40 0 13478 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 56244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.14 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 7744
/proc/meminfo: memFree=1336832/2055920 swapFree=4183252/4192956
[pid=7742] ppid=7740 vsize=56244 CPUtime=1800.7
/proc/7742/stat : 7742 (glpPBv3) R 7740 7742 7693 0 -1 0 14283 0 0 0 179664 406 0 0 25 0 1 0 164423167 57593856 13648 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/7742/statm: 14061 13648 227 40 0 13478 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 56244

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.15
CPU time (s): 1800.72
CPU user time (s): 1796.65
CPU system time (s): 4.07338
CPU usage (%): 99.9762
Max. virtual memory (cumulated for all children) (Kb): 56244
The end

Launcher Data (download as text)

Begin job on node3 on Sat Jul 29 12:20:16 UTC 2006


FILE ID= 85845-1154175616

PBS_JOBID= 893620

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_4.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node3/85845-1154175616/instance-85845-1154175616.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-85845-1154175616 -o ROOT/results/node3/solver-85845-1154175616 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node3/85845-1154175616/instance-85845-1154175616.opb

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  1757d8d914b8f8f6b2c05049538ae81a

RANDOM SEED= 896329100

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1391120 kB
Buffers:         26724 kB
Cached:         577604 kB
SwapCached:       3524 kB
Active:          57264 kB
Inactive:       555656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1391120 kB
SwapTotal:     4192956 kB
SwapFree:      4183252 kB
Dirty:             200 kB
Writeback:           0 kB
Mapped:          14504 kB
Slab:            37952 kB
Committed_AS:   674844 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 node3 on Sat Jul 29 12:50:17 UTC 2006