Trace number 85180

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.6 1801.27

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_13.opb.PB06.opb
MD5SUM9828b7020b058ee74169951dda258843
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark186
Best CPU time to get the best result obtained on this benchmark1800.33
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 186
Optimality of the best value was proved NO
Number of variables476
Total number of constraints476
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 constraints476
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 476
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 476
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 476
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/node17/watcher-85180-1154166124 -o ROOT/results/node17/solver-85180-1154166124 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node17/85180-1154166124/instance-85180-1154166124.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 0.99 0.91 3/64 26065
/proc/meminfo: memFree=1417360/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=1232 CPUtime=0
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 60 0 0 0 0 0 0 0 18 0 1 0 163473000 1261568 43 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 2859579 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 605 49 38 40 0 10 0

[startup+10.003 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1415008/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=4716 CPUtime=9.99
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 951 0 0 0 999 0 0 0 25 0 1 0 163473000 4829184 805 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629080 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 1179 805 227 40 0 596 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4716

[startup+20.0099 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1414944/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=4756 CPUtime=19.99
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 3236 0 0 0 1998 1 0 0 25 0 1 0 163473000 4870144 815 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134577455 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 1189 815 227 40 0 606 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4756

[startup+30.0167 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1414752/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=5128 CPUtime=29.99
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 10722 0 0 0 2994 5 0 0 25 0 1 0 163473000 5251072 877 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 3294843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 1282 877 227 40 0 699 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 5128

[startup+40.0226 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1414560/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=5300 CPUtime=40
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 16442 0 0 0 3991 9 0 0 25 0 1 0 163473000 5427200 924 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134641009 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 1325 924 227 40 0 742 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5300

[startup+50.0294 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1414304/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=5420 CPUtime=50
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 22550 0 0 0 4987 13 0 0 25 0 1 0 163473000 5550080 981 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632679 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 1355 981 227 40 0 772 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5420

[startup+60.0353 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1414112/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=5740 CPUtime=60.01
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 29885 0 0 0 5984 17 0 0 25 0 1 0 163473000 5877760 1037 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 1435 1037 227 40 0 852 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 5740

[startup+70.0421 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1413856/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=5820 CPUtime=70.01
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 37741 0 0 0 6980 21 0 0 25 0 1 0 163473000 5959680 1081 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632630 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 1455 1081 227 40 0 872 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 5820

[startup+80.048 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1413536/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=6212 CPUtime=80.01
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 46290 0 0 0 7977 24 0 0 25 0 1 0 163473000 6361088 1179 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134534975 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 1553 1179 227 40 0 970 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 6212

[startup+90.0538 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1413344/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=6376 CPUtime=90.02
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 53431 0 0 0 8973 29 0 0 25 0 1 0 163473000 6529024 1220 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632756 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 1594 1220 227 40 0 1011 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 6376

[startup+100.06 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1413088/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=6596 CPUtime=100.01
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 61982 0 0 0 9969 32 0 0 25 0 1 0 163473000 6754304 1275 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543278 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 1649 1275 227 40 0 1066 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 6596

[startup+110.066 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1412896/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=6808 CPUtime=110.02
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 70234 0 0 0 10966 36 0 0 25 0 1 0 163473000 6971392 1328 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629287 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 1702 1328 227 40 0 1119 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 6808

[startup+120.071 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1412640/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=7044 CPUtime=120.02
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 78888 0 0 0 11962 40 0 0 25 0 1 0 163473000 7213056 1387 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542173 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 1761 1387 227 40 0 1178 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 7044

[startup+130.077 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1412448/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=7256 CPUtime=130.03
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 86555 0 0 0 12959 44 0 0 25 0 1 0 163473000 7430144 1440 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134534674 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 1814 1440 227 40 0 1231 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 7256

[startup+140.083 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1412192/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=7460 CPUtime=140.03
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 93545 0 0 0 13955 48 0 0 25 0 1 0 163473000 7639040 1491 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643524 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 1865 1491 227 40 0 1282 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 7460

[startup+150.089 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1411808/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=7876 CPUtime=150.03
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 103194 0 0 0 14950 53 0 0 25 0 1 0 163473000 8065024 1595 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 1969 1595 227 40 0 1386 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 7876

[startup+160.095 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1411552/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=8104 CPUtime=160.03
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 111234 0 0 0 15946 57 0 0 25 0 1 0 163473000 8298496 1652 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632414 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 2026 1652 227 40 0 1443 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 8104

[startup+170.101 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1411360/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=8324 CPUtime=170.03
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 119227 0 0 0 16942 61 0 0 25 0 1 0 163473000 8523776 1707 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629267 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 2081 1707 227 40 0 1498 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 8324

[startup+180.107 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1411104/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=8544 CPUtime=180.03
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 128885 0 0 0 17938 65 0 0 25 0 1 0 163473000 8749056 1762 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629280 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 2136 1762 227 40 0 1553 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 8544

[startup+190.112 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1410848/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=8912 CPUtime=190.04
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 138255 0 0 0 18934 70 0 0 25 0 1 0 163473000 9125888 1826 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134639166 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 2228 1826 227 40 0 1645 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 8912

[startup+200.118 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065
/proc/meminfo: memFree=1410592/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=9044 CPUtime=200.04
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 148365 0 0 0 19930 74 0 0 25 0 1 0 163473000 9261056 1887 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 2261 1887 227 40 0 1678 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 9044

[startup+210.124 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26065

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

/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1672711 0 0 0 177326 822 0 0 25 0 1 0 163473000 53944320 12796 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629099 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13170 12796 227 40 0 12587 0
Current children cumulated CPU time (s) 1781.48
Current children cumulated vsize (Kb) 52680

[startup+1783.17 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366568/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=52704 CPUtime=1782.49
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1673761 0 0 0 177426 823 0 0 25 0 1 0 163473000 53968896 12802 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13176 12802 227 40 0 12593 0
Current children cumulated CPU time (s) 1782.49
Current children cumulated vsize (Kb) 52704

[startup+1784.17 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366568/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=52868 CPUtime=1783.49
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1674867 0 0 0 177526 823 0 0 25 0 1 0 163473000 54136832 12819 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13217 12819 227 40 0 12634 0
Current children cumulated CPU time (s) 1783.49
Current children cumulated vsize (Kb) 52868

[startup+1785.18 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366504/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=52748 CPUtime=1784.49
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1675833 0 0 0 177625 824 0 0 25 0 1 0 163473000 54013952 12813 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134569929 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13187 12813 227 40 0 12604 0
Current children cumulated CPU time (s) 1784.49
Current children cumulated vsize (Kb) 52748

[startup+1786.18 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366504/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=52780 CPUtime=1785.51
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1676984 0 0 0 177726 825 0 0 25 0 1 0 163473000 54046720 12821 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134578458 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13195 12821 227 40 0 12612 0
Current children cumulated CPU time (s) 1785.51
Current children cumulated vsize (Kb) 52780

[startup+1787.19 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366440/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=52812 CPUtime=1786.51
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1678234 0 0 0 177826 825 0 0 25 0 1 0 163473000 54079488 12829 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13203 12829 227 40 0 12620 0
Current children cumulated CPU time (s) 1786.51
Current children cumulated vsize (Kb) 52812

[startup+1788.19 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366440/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=52836 CPUtime=1787.52
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1679158 0 0 0 177926 826 0 0 25 0 1 0 163473000 54104064 12835 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543278 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13209 12835 227 40 0 12626 0
Current children cumulated CPU time (s) 1787.52
Current children cumulated vsize (Kb) 52836

[startup+1789.2 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366376/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=52868 CPUtime=1788.51
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1680471 0 0 0 178025 826 0 0 25 0 1 0 163473000 54136832 12843 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543284 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13217 12843 227 40 0 12634 0
Current children cumulated CPU time (s) 1788.51
Current children cumulated vsize (Kb) 52868

[startup+1790.2 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366376/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=52884 CPUtime=1789.52
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1681123 0 0 0 178125 827 0 0 25 0 1 0 163473000 54153216 12847 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134541776 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13221 12847 227 40 0 12638 0
Current children cumulated CPU time (s) 1789.52
Current children cumulated vsize (Kb) 52884

[startup+1791.21 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366376/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=53040 CPUtime=1790.53
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1681930 0 0 0 178226 827 0 0 25 0 1 0 163473000 54312960 12862 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13260 12862 227 40 0 12677 0
Current children cumulated CPU time (s) 1790.53
Current children cumulated vsize (Kb) 53040

[startup+1792.21 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366312/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=52940 CPUtime=1791.52
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1683207 0 0 0 178325 827 0 0 25 0 1 0 163473000 54210560 12861 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632872 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13235 12861 227 40 0 12652 0
Current children cumulated CPU time (s) 1791.52
Current children cumulated vsize (Kb) 52940

[startup+1793.22 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366312/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=52968 CPUtime=1792.54
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1684384 0 0 0 178426 828 0 0 25 0 1 0 163473000 54239232 12868 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629287 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13242 12868 227 40 0 12659 0
Current children cumulated CPU time (s) 1792.54
Current children cumulated vsize (Kb) 52968

[startup+1794.22 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366312/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=52984 CPUtime=1793.54
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1685198 0 0 0 178526 828 0 0 25 0 1 0 163473000 54255616 12872 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134569161 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13246 12872 227 40 0 12663 0
Current children cumulated CPU time (s) 1793.54
Current children cumulated vsize (Kb) 52984

[startup+1795.23 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366248/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=53008 CPUtime=1794.55
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1686050 0 0 0 178626 829 0 0 25 0 1 0 163473000 54280192 12878 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134572938 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13252 12878 227 40 0 12669 0
Current children cumulated CPU time (s) 1794.55
Current children cumulated vsize (Kb) 53008

[startup+1796.23 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366248/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=53040 CPUtime=1795.55
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1687093 0 0 0 178726 829 0 0 25 0 1 0 163473000 54312960 12886 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134569174 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13260 12886 227 40 0 12677 0
Current children cumulated CPU time (s) 1795.55
Current children cumulated vsize (Kb) 53040

[startup+1797.24 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366248/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=53056 CPUtime=1796.55
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1687916 0 0 0 178826 829 0 0 25 0 1 0 163473000 54329344 12890 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13264 12890 227 40 0 12681 0
Current children cumulated CPU time (s) 1796.55
Current children cumulated vsize (Kb) 53056

[startup+1798.24 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366184/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=53088 CPUtime=1797.56
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1688905 0 0 0 178926 830 0 0 25 0 1 0 163473000 54362112 12898 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543278 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13272 12898 227 40 0 12689 0
Current children cumulated CPU time (s) 1797.56
Current children cumulated vsize (Kb) 53088

[startup+1799.25 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366184/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=53112 CPUtime=1798.57
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1689775 0 0 0 179026 831 0 0 25 0 1 0 163473000 54386688 12904 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543233 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13278 12904 227 40 0 12695 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (Kb) 53112

[startup+1800.25 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366120/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=53128 CPUtime=1799.57
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1690418 0 0 0 179126 831 0 0 25 0 1 0 163473000 54403072 12908 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632946 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13282 12908 227 40 0 12699 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (Kb) 53128

[startup+1801.26 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366120/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=53148 CPUtime=1800.57
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1691188 0 0 0 179226 831 0 0 25 0 1 0 163473000 54423552 12913 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13287 12913 227 40 0 12704 0
Current children cumulated CPU time (s) 1800.57
Current children cumulated vsize (Kb) 53148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.26 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 26263
/proc/meminfo: memFree=1366120/2055920 swapFree=4183520/4192956
[pid=26065] ppid=26063 vsize=53148 CPUtime=1800.57
/proc/26065/stat : 26065 (glpPBv3) R 26063 26065 26016 0 -1 0 1691188 0 0 0 179226 831 0 0 25 0 1 0 163473000 54423552 12913 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632412 0 0 4096 0 0 0 0 17 1 0 0
/proc/26065/statm: 13287 12913 227 40 0 12704 0
Current children cumulated CPU time (s) 1800.57
Current children cumulated vsize (Kb) 53148

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.27
CPU time (s): 1800.6
CPU user time (s): 1792.27
CPU system time (s): 8.32673
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (Kb): 53148
The end

Launcher Data (download as text)

Begin job on node17 on Sat Jul 29 09:42:04 UTC 2006


FILE ID= 85180-1154166124

PBS_JOBID= 892954

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

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  9828b7020b058ee74169951dda258843

RANDOM SEED= 448028480

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.263
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.263
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:       1417568 kB
Buffers:         35908 kB
Cached:         528812 kB
SwapCached:       3080 kB
Active:          47748 kB
Inactive:       525380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1417568 kB
SwapTotal:     4192956 kB
SwapFree:      4183520 kB
Dirty:             180 kB
Writeback:           0 kB
Mapped:          14460 kB
Slab:            51268 kB
Committed_AS:   756712 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node17 on Sat Jul 29 10:12:05 UTC 2006