Trace number 85192

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.45 1801.1

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
MD5SUM1e2b8f542cc5dec610d6e9b4663a878b
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.55
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 variables473
Total number of constraints472
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 constraints472
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 473
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 473
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 473
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/node29/watcher-85192-1154166489 -o ROOT/results/node29/solver-85192-1154166489 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node29/85192-1154166489/instance-85192-1154166489.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 0.93 3/64 18460
/proc/meminfo: memFree=181192/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=2632 CPUtime=0
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 240 0 0 0 0 0 0 0 18 0 1 0 163508770 2695168 210 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4537280 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 658 210 185 40 0 75 0

[startup+10.0021 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=178888/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=4704 CPUtime=10
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 947 0 0 0 999 1 0 0 25 0 1 0 163508770 4816896 802 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134605446 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 1176 802 227 40 0 593 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (Kb) 4704

[startup+20.0075 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=178824/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=4736 CPUtime=19.99
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 3026 0 0 0 1997 2 0 0 25 0 1 0 163508770 4849664 810 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542960 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 1184 810 227 40 0 601 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4736

[startup+30.0129 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=178568/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=5000 CPUtime=29.99
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 11296 0 0 0 2994 5 0 0 25 0 1 0 163508770 5120000 876 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134626352 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 1250 876 227 40 0 667 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 5000

[startup+40.0183 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=178248/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=5348 CPUtime=39.99
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 20844 0 0 0 3990 9 0 0 25 0 1 0 163508770 5476352 963 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629276 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 1337 963 227 40 0 754 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 5348

[startup+50.0237 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=177928/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=5628 CPUtime=50
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 31745 0 0 0 4986 14 0 0 25 0 1 0 163508770 5763072 1033 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134541545 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 1407 1033 227 40 0 824 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5628

[startup+60.0292 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=177544/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=6060 CPUtime=60.01
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 41515 0 0 0 5981 20 0 0 25 0 1 0 163508770 6205440 1141 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134537551 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 1515 1141 227 40 0 932 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 6060

[startup+70.0346 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=177160/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=6412 CPUtime=70
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 55310 0 0 0 6973 27 0 0 25 0 1 0 163508770 6565888 1229 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643288 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 1603 1229 227 40 0 1020 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 6412

[startup+80.04 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=176840/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=6716 CPUtime=80
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 67067 0 0 0 7966 34 0 0 25 0 1 0 163508770 6877184 1305 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134626360 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 1679 1305 227 40 0 1096 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 6716

[startup+90.0454 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=176584/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=6960 CPUtime=90.01
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 76886 0 0 0 8962 39 0 0 25 0 1 0 163508770 7127040 1366 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632405 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 1740 1366 227 40 0 1157 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 6960

[startup+100.051 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=176072/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=7520 CPUtime=100.01
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 86530 0 0 0 9957 44 0 0 25 0 1 0 163508770 7700480 1481 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134585317 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 1880 1481 227 40 0 1297 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 7520

[startup+110.056 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=175880/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=7660 CPUtime=110.01
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 96144 0 0 0 10954 47 0 0 25 0 1 0 163508770 7843840 1541 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 1915 1541 227 40 0 1332 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 7660

[startup+120.062 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=175624/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=8068 CPUtime=120.01
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 105969 0 0 0 11951 50 0 0 25 0 1 0 163508770 8261632 1618 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4595415 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 2017 1618 227 40 0 1434 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 8068

[startup+130.067 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=175304/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=8348 CPUtime=130.02
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 116493 0 0 0 12947 55 0 0 25 0 1 0 163508770 8548352 1686 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134638721 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 2087 1686 227 40 0 1504 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 8348

[startup+140.073 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=175048/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=8508 CPUtime=140.02
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 126569 0 0 0 13942 60 0 0 25 0 1 0 163508770 8712192 1753 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 2127 1753 227 40 0 1544 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 8508

[startup+150.079 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=174728/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=8780 CPUtime=150.02
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 136678 0 0 0 14937 65 0 0 25 0 1 0 163508770 8990720 1821 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542173 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 2195 1821 227 40 0 1612 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 8780

[startup+160.084 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=174408/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=9072 CPUtime=160.03
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 147156 0 0 0 15933 70 0 0 25 0 1 0 163508770 9289728 1894 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629283 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 2268 1894 227 40 0 1685 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 9072

[startup+170.091 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=174216/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=9492 CPUtime=170.02
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 157403 0 0 0 16928 74 0 0 25 0 1 0 163508770 9719808 1970 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4564603 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 2373 1970 227 40 0 1790 0
Current children cumulated CPU time (s) 170.02
Current children cumulated vsize (Kb) 9492

[startup+180.096 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=173896/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=9652 CPUtime=180.03
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 167970 0 0 0 17925 78 0 0 25 0 1 0 163508770 9883648 2039 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629198 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 2413 2039 227 40 0 1830 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 9652

[startup+190.102 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=173256/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=10284 CPUtime=190.04
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 179314 0 0 0 18920 84 0 0 25 0 1 0 163508770 10530816 2197 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 2571 2197 227 40 0 1988 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 10284

[startup+200.108 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460
/proc/meminfo: memFree=173000/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=10716 CPUtime=200.04
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 189827 0 0 0 19915 89 0 0 25 0 1 0 163508770 10973184 2280 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4595415 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 2679 2280 227 40 0 2096 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 10716

[startup+210.113 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18460

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

/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1592997 0 0 0 177378 757 0 0 25 0 1 0 163508770 54484992 12928 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134541545 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13302 12928 227 40 0 12719 0
Current children cumulated CPU time (s) 1781.35
Current children cumulated vsize (Kb) 53208

[startup+1782.99 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=130056/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53232 CPUtime=1782.36
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1593963 0 0 0 177478 758 0 0 25 0 1 0 163508770 54509568 12934 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578460 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13308 12934 227 40 0 12725 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (Kb) 53232

[startup+1784 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=130056/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53396 CPUtime=1783.36
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1595027 0 0 0 177578 758 0 0 25 0 1 0 163508770 54677504 12950 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13349 12950 227 40 0 12766 0
Current children cumulated CPU time (s) 1783.36
Current children cumulated vsize (Kb) 53396

[startup+1785 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=129992/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53288 CPUtime=1784.36
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1595961 0 0 0 177678 758 0 0 25 0 1 0 163508770 54566912 12948 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134626410 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13322 12948 227 40 0 12739 0
Current children cumulated CPU time (s) 1784.36
Current children cumulated vsize (Kb) 53288

[startup+1786.01 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=129992/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53312 CPUtime=1785.37
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1596958 0 0 0 177778 759 0 0 25 0 1 0 163508770 54591488 12954 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134534936 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13328 12954 227 40 0 12745 0
Current children cumulated CPU time (s) 1785.37
Current children cumulated vsize (Kb) 53312

[startup+1787.01 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=129928/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53340 CPUtime=1786.37
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1598034 0 0 0 177878 759 0 0 25 0 1 0 163508770 54620160 12961 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629099 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13335 12961 227 40 0 12752 0
Current children cumulated CPU time (s) 1786.37
Current children cumulated vsize (Kb) 53340

[startup+1788.02 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=129928/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53372 CPUtime=1787.38
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1599074 0 0 0 177978 760 0 0 25 0 1 0 163508770 54652928 12969 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134534279 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13343 12969 227 40 0 12760 0
Current children cumulated CPU time (s) 1787.38
Current children cumulated vsize (Kb) 53372

[startup+1789.02 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=129864/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53528 CPUtime=1788.37
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1600004 0 0 0 178077 760 0 0 25 0 1 0 163508770 54812672 12979 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4564603 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13382 12979 227 40 0 12799 0
Current children cumulated CPU time (s) 1788.37
Current children cumulated vsize (Kb) 53528

[startup+1790.03 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=129864/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53420 CPUtime=1789.39
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1600726 0 0 0 178178 761 0 0 25 0 1 0 163508770 54702080 12981 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578066 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13355 12981 227 40 0 12772 0
Current children cumulated CPU time (s) 1789.39
Current children cumulated vsize (Kb) 53420

[startup+1791.03 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=129864/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53452 CPUtime=1790.39
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1601806 0 0 0 178278 761 0 0 25 0 1 0 163508770 54734848 12989 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134568794 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13363 12989 227 40 0 12780 0
Current children cumulated CPU time (s) 1790.39
Current children cumulated vsize (Kb) 53452

[startup+1792.04 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=129800/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53484 CPUtime=1791.39
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1602934 0 0 0 178378 761 0 0 25 0 1 0 163508770 54767616 12997 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632405 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13371 12997 227 40 0 12788 0
Current children cumulated CPU time (s) 1791.39
Current children cumulated vsize (Kb) 53484

[startup+1793.04 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=129800/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53512 CPUtime=1792.4
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1603975 0 0 0 178478 762 0 0 25 0 1 0 163508770 54796288 13004 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542173 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13378 13004 227 40 0 12795 0
Current children cumulated CPU time (s) 1792.4
Current children cumulated vsize (Kb) 53512

[startup+1794.05 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=129736/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53536 CPUtime=1793.4
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1604941 0 0 0 178578 762 0 0 25 0 1 0 163508770 54820864 13010 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542978 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13384 13010 227 40 0 12801 0
Current children cumulated CPU time (s) 1793.4
Current children cumulated vsize (Kb) 53536

[startup+1795.05 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=129736/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53560 CPUtime=1794.4
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1605971 0 0 0 178677 763 0 0 25 0 1 0 163508770 54845440 13016 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13390 13016 227 40 0 12807 0
Current children cumulated CPU time (s) 1794.4
Current children cumulated vsize (Kb) 53560

[startup+1796.05 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=129672/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53592 CPUtime=1795.41
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1606987 0 0 0 178777 764 0 0 25 0 1 0 163508770 54878208 13024 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578419 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13398 13024 227 40 0 12815 0
Current children cumulated CPU time (s) 1795.41
Current children cumulated vsize (Kb) 53592

[startup+1797.06 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=129672/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53616 CPUtime=1796.41
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1607825 0 0 0 178877 764 0 0 25 0 1 0 163508770 54902784 13030 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543278 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13404 13030 227 40 0 12821 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (Kb) 53616

[startup+1798.07 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=129608/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53648 CPUtime=1797.42
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1608905 0 0 0 178977 765 0 0 25 0 1 0 163508770 54935552 13038 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632922 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13412 13038 227 40 0 12829 0
Current children cumulated CPU time (s) 1797.42
Current children cumulated vsize (Kb) 53648

[startup+1799.07 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=129608/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53680 CPUtime=1798.42
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1609937 0 0 0 179077 765 0 0 25 0 1 0 163508770 54968320 13046 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13420 13046 227 40 0 12837 0
Current children cumulated CPU time (s) 1798.42
Current children cumulated vsize (Kb) 53680

[startup+1800.08 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=129544/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53708 CPUtime=1799.43
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1610897 0 0 0 179177 766 0 0 25 0 1 0 163508770 54996992 13053 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134644177 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13427 13053 227 40 0 12844 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (Kb) 53708

[startup+1801.08 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=129544/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53740 CPUtime=1800.43
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1612033 0 0 0 179277 766 0 0 25 0 1 0 163508770 55029760 13061 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134572891 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13435 13061 227 40 0 12852 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (Kb) 53740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.08 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 18658
/proc/meminfo: memFree=129544/2055920 swapFree=4170628/4192956
[pid=18460] ppid=18458 vsize=53740 CPUtime=1800.44
/proc/18460/stat : 18460 (glpPBv3) R 18458 18460 18411 0 -1 0 1612033 0 0 0 179278 766 0 0 25 0 1 0 163508770 55029760 13061 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578429 0 0 4096 0 0 0 0 17 1 0 0
/proc/18460/statm: 13435 13061 227 40 0 12852 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (Kb) 53740

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.1
CPU time (s): 1800.45
CPU user time (s): 1792.78
CPU system time (s): 7.67283
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (Kb): 53740
The end

Launcher Data (download as text)

Begin job on node29 on Sat Jul 29 09:48:09 UTC 2006


FILE ID= 85192-1154166489

PBS_JOBID= 892966

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

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  1e2b8f542cc5dec610d6e9b4663a878b

RANDOM SEED= 574011269

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.282
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.282
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:        181400 kB
Buffers:         39964 kB
Cached:        1740916 kB
SwapCached:      16020 kB
Active:         329260 kB
Inactive:      1473440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        181400 kB
SwapTotal:     4192956 kB
SwapFree:      4170628 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14492 kB
Slab:            57716 kB
Committed_AS:   691724 kB
PageTables:       1500 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node29 on Sat Jul 29 10:18:10 UTC 2006