Trace number 85191

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.65 1801.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_10.opb.PB06.opb
MD5SUM6549a0bbc5c463b1b909374436b51d65
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark183
Best CPU time to get the best result obtained on this benchmark1800.67
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 183
Optimality of the best value was proved NO
Number of variables470
Total number of constraints470
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 constraints470
Minimum length of a constraint4
Maximum length of a constraint18
Number of terms in the objective function 470
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 470
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 470
Number of bits of the biggest sum of numbers9
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/node15/watcher-85191-1154166487 -o ROOT/results/node15/solver-85191-1154166487 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node15/85191-1154166487/instance-85191-1154166487.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 3/64 31291
/proc/meminfo: memFree=1004432/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=2424 CPUtime=0
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 151 0 0 0 0 0 0 0 18 0 1 0 163509504 2482176 131 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 7482232 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 606 131 112 40 0 11 0

[startup+10.002 s]
/proc/loadavg: 0.93 0.95 0.90 2/64 31291
/proc/meminfo: memFree=1002152/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=4704 CPUtime=9.99
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 947 0 0 0 998 1 0 0 25 0 1 0 163509504 4816896 802 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643748 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 1176 802 227 40 0 593 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4704

[startup+20.0079 s]
/proc/loadavg: 0.94 0.96 0.91 2/64 31291
/proc/meminfo: memFree=1002088/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=4736 CPUtime=19.99
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 2103 0 0 0 1997 2 0 0 25 0 1 0 163509504 4849664 810 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632709 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 1184 810 227 40 0 601 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4736

[startup+30.0138 s]
/proc/loadavg: 0.95 0.96 0.91 3/64 31291
/proc/meminfo: memFree=1001896/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=4912 CPUtime=30
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 7278 0 0 0 2995 5 0 0 25 0 1 0 163509504 5029888 854 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543497 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 1228 854 227 40 0 645 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 4912

[startup+40.0197 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 31291
/proc/meminfo: memFree=1001704/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=5132 CPUtime=40
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 13158 0 0 0 3991 9 0 0 25 0 1 0 163509504 5255168 909 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632218 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 1283 909 227 40 0 700 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5132

[startup+50.0257 s]
/proc/loadavg: 0.96 0.96 0.91 2/64 31291
/proc/meminfo: memFree=1001448/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=5432 CPUtime=50
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 20485 0 0 0 4988 12 0 0 25 0 1 0 163509504 5562368 984 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 1358 984 227 40 0 775 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5432

[startup+60.0306 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 31291
/proc/meminfo: memFree=1001192/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=5716 CPUtime=60
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 30859 0 0 0 5983 17 0 0 25 0 1 0 163509504 5853184 1055 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 1429 1055 227 40 0 846 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 5716

[startup+70.0365 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 31291
/proc/meminfo: memFree=1000744/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=6160 CPUtime=70.01
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 40435 0 0 0 6979 22 0 0 25 0 1 0 163509504 6307840 1166 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629094 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 1540 1166 227 40 0 957 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 6160

[startup+80.0424 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 31291
/proc/meminfo: memFree=1000552/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=6332 CPUtime=80.01
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 46789 0 0 0 7975 26 0 0 25 0 1 0 163509504 6483968 1209 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543278 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 1583 1209 227 40 0 1000 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 6332

[startup+90.0484 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 31291
/proc/meminfo: memFree=1000296/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=6576 CPUtime=90.02
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 55436 0 0 0 8971 31 0 0 25 0 1 0 163509504 6733824 1270 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 7978711 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 1644 1270 227 40 0 1061 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 6576

[startup+100.054 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 31291
/proc/meminfo: memFree=1000040/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=6984 CPUtime=100.02
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 64887 0 0 0 9967 35 0 0 25 0 1 0 163509504 7151616 1346 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 1746 1346 227 40 0 1163 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 6984

[startup+110.06 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 31291
/proc/meminfo: memFree=999720/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=7172 CPUtime=110.03
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 76368 0 0 0 10962 41 0 0 25 0 1 0 163509504 7344128 1419 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542166 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 1793 1419 227 40 0 1210 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 7172

[startup+120.066 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31291
/proc/meminfo: memFree=999272/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=7600 CPUtime=120.02
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 85395 0 0 0 11956 46 0 0 25 0 1 0 163509504 7782400 1526 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632898 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 1900 1526 227 40 0 1317 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 7600

[startup+130.072 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31291
/proc/meminfo: memFree=999016/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=7980 CPUtime=130.03
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 93659 0 0 0 12951 52 0 0 25 0 1 0 163509504 8171520 1596 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 1995 1596 227 40 0 1412 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 7980

[startup+140.078 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31291
/proc/meminfo: memFree=998760/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=8076 CPUtime=140.04
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 100895 0 0 0 13949 55 0 0 25 0 1 0 163509504 8269824 1645 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629080 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 2019 1645 227 40 0 1436 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 8076

[startup+150.084 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31291
/proc/meminfo: memFree=998504/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=8360 CPUtime=150.04
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 110014 0 0 0 14945 59 0 0 25 0 1 0 163509504 8560640 1716 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543272 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 2090 1716 227 40 0 1507 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 8360

[startup+160.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31291
/proc/meminfo: memFree=998248/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=8624 CPUtime=160.04
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 118924 0 0 0 15940 64 0 0 25 0 1 0 163509504 8830976 1782 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 2156 1782 227 40 0 1573 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 8624

[startup+170.096 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31291
/proc/meminfo: memFree=997928/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=9040 CPUtime=170.04
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 128281 0 0 0 16935 69 0 0 25 0 1 0 163509504 9256960 1857 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 7947899 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 2260 1857 227 40 0 1677 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 9040

[startup+180.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31291
/proc/meminfo: memFree=997672/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=9160 CPUtime=180.05
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 137615 0 0 0 17931 74 0 0 25 0 1 0 163509504 9379840 1916 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643288 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 2290 1916 227 40 0 1707 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 9160

[startup+190.108 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31291
/proc/meminfo: memFree=997608/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=9220 CPUtime=190.06
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 141147 0 0 0 18929 77 0 0 25 0 1 0 163509504 9441280 1931 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629267 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 2305 1931 227 40 0 1722 0
Current children cumulated CPU time (s) 190.06
Current children cumulated vsize (Kb) 9220

[startup+200.114 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31291
/proc/meminfo: memFree=997544/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=9348 CPUtime=200.06
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 144958 0 0 0 19927 79 0 0 25 0 1 0 163509504 9572352 1963 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 2337 1963 227 40 0 1754 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 9348

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

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

/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1008094 0 0 0 177593 560 0 0 25 0 1 0 163509504 41754624 9820 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543491 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10194 9820 227 40 0 9611 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (Kb) 40776

[startup+1783.05 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965800/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=40800 CPUtime=1782.54
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1008506 0 0 0 177693 561 0 0 25 0 1 0 163509504 41779200 9826 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10200 9826 227 40 0 9617 0
Current children cumulated CPU time (s) 1782.54
Current children cumulated vsize (Kb) 40800

[startup+1784.06 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965800/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=40816 CPUtime=1783.54
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1009077 0 0 0 177793 561 0 0 25 0 1 0 163509504 41795584 9830 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578436 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10204 9830 227 40 0 9621 0
Current children cumulated CPU time (s) 1783.54
Current children cumulated vsize (Kb) 40816

[startup+1785.06 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965800/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=40836 CPUtime=1784.55
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1009655 0 0 0 177894 561 0 0 25 0 1 0 163509504 41816064 9835 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10209 9835 227 40 0 9626 0
Current children cumulated CPU time (s) 1784.55
Current children cumulated vsize (Kb) 40836

[startup+1786.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965736/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=40852 CPUtime=1785.56
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1010307 0 0 0 177994 562 0 0 25 0 1 0 163509504 41832448 9839 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632432 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10213 9839 227 40 0 9630 0
Current children cumulated CPU time (s) 1785.56
Current children cumulated vsize (Kb) 40852

[startup+1787.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965736/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=40876 CPUtime=1786.56
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1010729 0 0 0 178094 562 0 0 25 0 1 0 163509504 41857024 9845 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629287 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10219 9845 227 40 0 9636 0
Current children cumulated CPU time (s) 1786.56
Current children cumulated vsize (Kb) 40876

[startup+1788.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965736/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=40892 CPUtime=1787.57
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1011213 0 0 0 178194 563 0 0 25 0 1 0 163509504 41873408 9849 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134569960 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10223 9849 227 40 0 9640 0
Current children cumulated CPU time (s) 1787.57
Current children cumulated vsize (Kb) 40892

[startup+1789.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965672/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=40916 CPUtime=1788.57
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1011771 0 0 0 178294 563 0 0 25 0 1 0 163509504 41897984 9855 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10229 9855 227 40 0 9646 0
Current children cumulated CPU time (s) 1788.57
Current children cumulated vsize (Kb) 40916

[startup+1790.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965672/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=40932 CPUtime=1789.57
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1012399 0 0 0 178394 563 0 0 25 0 1 0 163509504 41914368 9859 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10233 9859 227 40 0 9650 0
Current children cumulated CPU time (s) 1789.57
Current children cumulated vsize (Kb) 40932

[startup+1791.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965672/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=41088 CPUtime=1790.57
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1013080 0 0 0 178494 563 0 0 25 0 1 0 163509504 42074112 9869 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 7947899 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10272 9869 227 40 0 9689 0
Current children cumulated CPU time (s) 1790.57
Current children cumulated vsize (Kb) 41088

[startup+1792.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965608/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=40972 CPUtime=1791.58
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1013815 0 0 0 178594 564 0 0 25 0 1 0 163509504 41955328 9869 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543414 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10243 9869 227 40 0 9660 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (Kb) 40972

[startup+1793.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965608/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=40988 CPUtime=1792.59
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1014204 0 0 0 178695 564 0 0 25 0 1 0 163509504 41971712 9873 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629232 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10247 9873 227 40 0 9664 0
Current children cumulated CPU time (s) 1792.59
Current children cumulated vsize (Kb) 40988

[startup+1794.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965608/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=41004 CPUtime=1793.59
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1014586 0 0 0 178795 564 0 0 25 0 1 0 163509504 41988096 9877 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632402 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10251 9877 227 40 0 9668 0
Current children cumulated CPU time (s) 1793.59
Current children cumulated vsize (Kb) 41004

[startup+1795.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965608/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=41012 CPUtime=1794.6
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1014917 0 0 0 178895 565 0 0 25 0 1 0 163509504 41996288 9879 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543417 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10253 9879 227 40 0 9670 0
Current children cumulated CPU time (s) 1794.6
Current children cumulated vsize (Kb) 41012

[startup+1796.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965544/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=41032 CPUtime=1795.6
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1015269 0 0 0 178995 565 0 0 25 0 1 0 163509504 42016768 9884 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543225 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10258 9884 227 40 0 9675 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (Kb) 41032

[startup+1797.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965544/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=41040 CPUtime=1796.61
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1015671 0 0 0 179096 565 0 0 25 0 1 0 163509504 42024960 9886 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543497 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10260 9886 227 40 0 9677 0
Current children cumulated CPU time (s) 1796.61
Current children cumulated vsize (Kb) 41040

[startup+1798.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965544/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=41056 CPUtime=1797.61
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1016235 0 0 0 179196 565 0 0 25 0 1 0 163509504 42041344 9890 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10264 9890 227 40 0 9681 0
Current children cumulated CPU time (s) 1797.61
Current children cumulated vsize (Kb) 41056

[startup+1799.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965480/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=41088 CPUtime=1798.62
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1017083 0 0 0 179296 566 0 0 25 0 1 0 163509504 42074112 9898 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10272 9898 227 40 0 9689 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (Kb) 41088

[startup+1800.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965480/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=41112 CPUtime=1799.62
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1017769 0 0 0 179396 566 0 0 25 0 1 0 163509504 42098688 9904 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134534290 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10278 9904 227 40 0 9695 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (Kb) 41112

[startup+1801.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965480/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=41128 CPUtime=1800.63
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1018637 0 0 0 179496 567 0 0 25 0 1 0 163509504 42115072 9908 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134610114 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10282 9908 227 40 0 9699 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (Kb) 41128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 31489
/proc/meminfo: memFree=965480/2055920 swapFree=4182804/4192956
[pid=31291] ppid=31289 vsize=41128 CPUtime=1800.63
/proc/31291/stat : 31291 (glpPBv3) R 31289 31291 31242 0 -1 0 1018637 0 0 0 179496 567 0 0 25 0 1 0 163509504 42115072 9908 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543278 0 0 4096 0 0 0 0 17 1 0 0
/proc/31291/statm: 10282 9908 227 40 0 9699 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (Kb) 41128

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.16
CPU time (s): 1800.65
CPU user time (s): 1794.97
CPU system time (s): 5.67914
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (Kb): 41128
The end

Launcher Data (download as text)

Begin job on node15 on Sat Jul 29 09:48:07 UTC 2006


FILE ID= 85191-1154166487

PBS_JOBID= 892965

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_10.opb.PB06.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node15/85191-1154166487/instance-85191-1154166487.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-85191-1154166487 -o ROOT/results/node15/solver-85191-1154166487 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node15/85191-1154166487/instance-85191-1154166487.opb

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  6549a0bbc5c463b1b909374436b51d65

RANDOM SEED= 174539060

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.227
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.227
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:       1004640 kB
Buffers:         32084 kB
Cached:         942924 kB
SwapCached:       3852 kB
Active:         176780 kB
Inactive:       806940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1004640 kB
SwapTotal:     4192956 kB
SwapFree:      4182804 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14512 kB
Slab:            53484 kB
Committed_AS:   776884 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node15 on Sat Jul 29 10:18:08 UTC 2006