Trace number 85812

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.69 1801.21

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_2.opb
MD5SUM1d334f36842eecbe8db395477b7c6bcb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 38
Optimality of the best value was proved NO
Number of variables198
Total number of constraints16
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 constraints16
Minimum length of a constraint85
Maximum length of a constraint86
Number of terms in the objective function 128
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 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1943
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6340
Number of bits of the biggest sum of numbers13
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/node37/watcher-85812-1154174944 -o ROOT/results/node37/solver-85812-1154174944 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node37/85812-1154174944/instance-85812-1154174944.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.96 0.95 0.91 2/64 12159
/proc/meminfo: memFree=1483584/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=2668 CPUtime=0
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 269 0 0 0 0 0 0 0 18 0 1 0 164365869 2732032 239 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 11994910 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 667 239 199 40 0 84 0

[startup+10.0017 s]
/proc/loadavg: 0.97 0.95 0.91 2/64 12159
/proc/meminfo: memFree=1480400/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=5616 CPUtime=9.99
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 1048 0 0 0 989 10 0 0 25 0 1 0 164365869 5750784 1017 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 1404 1017 227 40 0 821 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 5616

[startup+20.0077 s]
/proc/loadavg: 0.97 0.95 0.91 2/64 12159
/proc/meminfo: memFree=1478160/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=7844 CPUtime=20
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 1652 0 0 0 1979 21 0 0 25 0 1 0 164365869 8032256 1580 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 1961 1580 227 40 0 1378 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 7844

[startup+30.0137 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 12159
/proc/meminfo: memFree=1474832/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=11200 CPUtime=29.99
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 2474 0 0 0 2969 30 0 0 25 0 1 0 164365869 11468800 2402 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 2800 2402 227 40 0 2217 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 11200

[startup+40.0197 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 12159
/proc/meminfo: memFree=1471440/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=14560 CPUtime=40
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 3413 0 0 0 3960 40 0 0 25 0 1 0 164365869 14909440 3260 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 3640 3260 227 40 0 3057 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 14560

[startup+50.0257 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 12159
/proc/meminfo: memFree=1468432/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=17584 CPUtime=50.01
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 4163 0 0 0 4952 49 0 0 25 0 1 0 164365869 18006016 4010 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 4396 4010 227 40 0 3813 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 17584

[startup+60.0307 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 12159
/proc/meminfo: memFree=1467024/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=18980 CPUtime=60
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 4504 0 0 0 5943 57 0 0 25 0 1 0 164365869 19435520 4351 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578068 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 4745 4351 227 40 0 4162 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 18980

[startup+70.0367 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 12159
/proc/meminfo: memFree=1466704/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=19308 CPUtime=70.01
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 4583 0 0 0 6936 65 0 0 25 0 1 0 164365869 19771392 4430 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 4827 4430 227 40 0 4244 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 19308

[startup+80.0427 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 12159
/proc/meminfo: memFree=1465232/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=20712 CPUtime=80.01
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 4949 0 0 0 7929 72 0 0 25 0 1 0 164365869 21209088 4796 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 5178 4796 227 40 0 4595 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 20712

[startup+90.0487 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 12159
/proc/meminfo: memFree=1462544/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=23420 CPUtime=90.01
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 5791 0 0 0 8922 79 0 0 25 0 1 0 164365869 23982080 5477 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578445 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 5855 5477 227 40 0 5272 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 23420

[startup+100.055 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 12159
/proc/meminfo: memFree=1460432/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=25584 CPUtime=100.02
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 6326 0 0 0 9917 85 0 0 25 0 1 0 164365869 26198016 6012 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543497 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 6396 6012 227 40 0 5813 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 25584

[startup+110.062 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 12159
/proc/meminfo: memFree=1458320/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=27644 CPUtime=110.02
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 6847 0 0 0 10910 92 0 0 25 0 1 0 164365869 28307456 6533 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 6911 6533 227 40 0 6328 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 27644

[startup+120.068 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 12159
/proc/meminfo: memFree=1456592/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=29484 CPUtime=120.02
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 7305 0 0 0 11904 98 0 0 25 0 1 0 164365869 30191616 6991 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 7371 6991 227 40 0 6788 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 29484

[startup+130.074 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 12159
/proc/meminfo: memFree=1455056/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=30996 CPUtime=130.02
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 7682 0 0 0 12897 105 0 0 25 0 1 0 164365869 31739904 7368 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134569956 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 7749 7368 227 40 0 7166 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 30996

[startup+140.08 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 12159
/proc/meminfo: memFree=1453712/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=32400 CPUtime=140.03
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 8020 0 0 0 13892 111 0 0 25 0 1 0 164365869 33177600 7706 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 8100 7706 227 40 0 7517 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 32400

[startup+150.086 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 12159
/proc/meminfo: memFree=1451856/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=34132 CPUtime=150.03
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 8469 0 0 0 14885 118 0 0 25 0 1 0 164365869 34951168 8155 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 8533 8155 227 40 0 7950 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 34132

[startup+160.092 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 12159
/proc/meminfo: memFree=1450064/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=35972 CPUtime=160.04
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 8922 0 0 0 15879 125 0 0 25 0 1 0 164365869 36835328 8608 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 8993 8608 227 40 0 8410 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 35972

[startup+170.098 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12159
/proc/meminfo: memFree=1448336/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=37712 CPUtime=170.04
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 9362 0 0 0 16872 132 0 0 25 0 1 0 164365869 38617088 9048 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 9428 9048 227 40 0 8845 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 37712

[startup+180.103 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12159
/proc/meminfo: memFree=1446672/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=39460 CPUtime=180.04
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 9778 0 0 0 17866 138 0 0 25 0 1 0 164365869 40407040 9464 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 9865 9464 227 40 0 9282 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 39460

[startup+190.109 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12159
/proc/meminfo: memFree=1445008/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=41096 CPUtime=190.05
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 10189 0 0 0 18862 143 0 0 25 0 1 0 164365869 42082304 9875 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578068 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 10274 9875 227 40 0 9691 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 41096

[startup+200.115 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12159
/proc/meminfo: memFree=1443600/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=42492 CPUtime=200.05
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 10536 0 0 0 19858 147 0 0 25 0 1 0 164365869 43511808 10222 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 10623 10222 227 40 0 10040 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 42492

[startup+210.121 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12159

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

/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40722 0 0 0 177609 547 0 0 25 0 1 0 164365869 163221504 39446 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 39849 39446 227 40 0 39266 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (Kb) 159396

[startup+1783.08 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1326104/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=159396 CPUtime=1782.57
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40738 0 0 0 177709 548 0 0 25 0 1 0 164365869 163221504 39462 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 39849 39462 227 40 0 39266 0
Current children cumulated CPU time (s) 1782.57
Current children cumulated vsize (Kb) 159396

[startup+1784.09 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1326040/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=159508 CPUtime=1783.57
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40751 0 0 0 177809 548 0 0 25 0 1 0 164365869 163336192 39475 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 39877 39475 227 40 0 39294 0
Current children cumulated CPU time (s) 1783.57
Current children cumulated vsize (Kb) 159508

[startup+1785.09 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1325976/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=159508 CPUtime=1784.58
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40765 0 0 0 177910 548 0 0 25 0 1 0 164365869 163336192 39489 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134573036 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 39877 39489 227 40 0 39294 0
Current children cumulated CPU time (s) 1784.58
Current children cumulated vsize (Kb) 159508

[startup+1786.1 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1325912/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=159616 CPUtime=1785.58
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40777 0 0 0 178010 548 0 0 25 0 1 0 164365869 163446784 39501 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 39904 39501 227 40 0 39321 0
Current children cumulated CPU time (s) 1785.58
Current children cumulated vsize (Kb) 159616

[startup+1787.1 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1325912/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=159616 CPUtime=1786.58
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40789 0 0 0 178110 548 0 0 25 0 1 0 164365869 163446784 39513 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 39904 39513 227 40 0 39321 0
Current children cumulated CPU time (s) 1786.58
Current children cumulated vsize (Kb) 159616

[startup+1788.11 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1325848/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=159728 CPUtime=1787.59
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40806 0 0 0 178211 548 0 0 25 0 1 0 164365869 163561472 39530 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 12000983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 39932 39530 227 40 0 39349 0
Current children cumulated CPU time (s) 1787.59
Current children cumulated vsize (Kb) 159728

[startup+1789.11 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1325784/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=159728 CPUtime=1788.59
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40820 0 0 0 178311 548 0 0 25 0 1 0 164365869 163561472 39544 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134572926 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 39932 39544 227 40 0 39349 0
Current children cumulated CPU time (s) 1788.59
Current children cumulated vsize (Kb) 159728

[startup+1790.12 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1325720/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=159836 CPUtime=1789.59
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40834 0 0 0 178411 548 0 0 25 0 1 0 164365869 163672064 39558 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 39959 39558 227 40 0 39376 0
Current children cumulated CPU time (s) 1789.59
Current children cumulated vsize (Kb) 159836

[startup+1791.12 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1325656/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=159836 CPUtime=1790.6
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40843 0 0 0 178511 549 0 0 25 0 1 0 164365869 163672064 39567 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578445 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 39959 39567 227 40 0 39376 0
Current children cumulated CPU time (s) 1790.6
Current children cumulated vsize (Kb) 159836

[startup+1792.13 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1325592/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=159836 CPUtime=1791.61
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40857 0 0 0 178612 549 0 0 25 0 1 0 164365869 163672064 39581 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542318 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 39959 39581 227 40 0 39376 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (Kb) 159836

[startup+1793.13 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1325528/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=159944 CPUtime=1792.61
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40875 0 0 0 178712 549 0 0 25 0 1 0 164365869 163782656 39599 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134572954 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 39986 39599 227 40 0 39403 0
Current children cumulated CPU time (s) 1792.61
Current children cumulated vsize (Kb) 159944

[startup+1794.14 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1325528/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=160048 CPUtime=1793.62
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40885 0 0 0 178813 549 0 0 25 0 1 0 164365869 163889152 39609 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134572963 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 40012 39609 227 40 0 39429 0
Current children cumulated CPU time (s) 1793.62
Current children cumulated vsize (Kb) 160048

[startup+1795.14 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1325464/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=160048 CPUtime=1794.62
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40896 0 0 0 178913 549 0 0 25 0 1 0 164365869 163889152 39620 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578458 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 40012 39620 227 40 0 39429 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (Kb) 160048

[startup+1796.15 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1325400/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=160048 CPUtime=1795.62
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40908 0 0 0 179013 549 0 0 25 0 1 0 164365869 163889152 39632 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134573036 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 40012 39632 227 40 0 39429 0
Current children cumulated CPU time (s) 1795.62
Current children cumulated vsize (Kb) 160048

[startup+1797.15 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1325336/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=160156 CPUtime=1796.63
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40924 0 0 0 179114 549 0 0 25 0 1 0 164365869 163999744 39648 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 40039 39648 227 40 0 39456 0
Current children cumulated CPU time (s) 1796.63
Current children cumulated vsize (Kb) 160156

[startup+1798.16 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1325272/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=160268 CPUtime=1797.63
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40939 0 0 0 179214 549 0 0 25 0 1 0 164365869 164114432 39663 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578423 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 40067 39663 227 40 0 39484 0
Current children cumulated CPU time (s) 1797.63
Current children cumulated vsize (Kb) 160268

[startup+1799.16 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1325208/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=160268 CPUtime=1798.64
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40953 0 0 0 179314 550 0 0 25 0 1 0 164365869 164114432 39677 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578455 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 40067 39677 227 40 0 39484 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (Kb) 160268

[startup+1800.17 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1325208/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=160268 CPUtime=1799.65
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40963 0 0 0 179415 550 0 0 25 0 1 0 164365869 164114432 39687 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 40067 39687 227 40 0 39484 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (Kb) 160268

[startup+1801.17 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1325144/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=160376 CPUtime=1800.65
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40981 0 0 0 179515 550 0 0 25 0 1 0 164365869 164225024 39705 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 40094 39705 227 40 0 39511 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (Kb) 160376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.18 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12159
/proc/meminfo: memFree=1325144/2055920 swapFree=4183120/4192956
[pid=12159] ppid=12157 vsize=160376 CPUtime=1800.65
/proc/12159/stat : 12159 (glpPBv3) R 12157 12159 12110 0 -1 0 40981 0 0 0 179515 550 0 0 25 0 1 0 164365869 164225024 39705 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134572885 0 0 4096 0 0 0 0 17 1 0 0
/proc/12159/statm: 40094 39705 227 40 0 39511 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (Kb) 160376

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.21
CPU time (s): 1800.69
CPU user time (s): 1795.16
CPU system time (s): 5.53016
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (Kb): 160376
The end

Launcher Data (download as text)

Begin job on node37 on Sat Jul 29 12:09:04 UTC 2006


FILE ID= 85812-1154174944

PBS_JOBID= 893586

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

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  1d334f36842eecbe8db395477b7c6bcb

RANDOM SEED= 234853023

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.232
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.232
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:       1483792 kB
Buffers:         26248 kB
Cached:         469724 kB
SwapCached:       3760 kB
Active:          89528 kB
Inactive:       415116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1483792 kB
SwapTotal:     4192956 kB
SwapFree:      4183120 kB
Dirty:             164 kB
Writeback:           0 kB
Mapped:          14812 kB
Slab:            53544 kB
Committed_AS:   762232 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node37 on Sat Jul 29 12:39:05 UTC 2006