Trace number 85453

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
glpPB 0.2? (TO) 1800.72 1801.21

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
MD5SUM65bafde3eb06761afc4fe90b6aa8c264
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-30
Best CPU time to get the best result obtained on this benchmark250.119
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of variables450
Total number of constraints17827
Number of constraints which are clauses17827
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 450
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 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
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/node35/watcher-85453-1154171781 -o ROOT/results/node35/solver-85453-1154171781 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node35/85453-1154171781/instance-85453-1154171781.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.91 3/64 5389
/proc/meminfo: memFree=1071328/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=2664 CPUtime=0
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 259 0 0 0 0 0 0 0 18 0 1 0 164038177 2727936 229 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 1928919 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 666 229 192 40 0 83 0

[startup+10.0025 s]
/proc/loadavg: 0.93 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1052704/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=20836 CPUtime=9.99
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 16823 0 0 0 992 7 0 0 25 0 1 0 164038177 21336064 4835 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643186 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5209 4835 227 40 0 4626 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 20836

[startup+20.0087 s]
/proc/loadavg: 0.94 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1054880/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=18788 CPUtime=19.99
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 175652 0 0 0 1928 71 0 0 25 0 1 0 164038177 19238912 4323 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 1928919 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 4697 4323 227 40 0 4114 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 18788

[startup+30.0149 s]
/proc/loadavg: 0.95 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1054880/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=18788 CPUtime=30
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 378212 0 0 0 2840 160 0 0 25 0 1 0 164038177 19238912 4319 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 1928919 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 4697 4323 227 40 0 4114 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 18788

[startup+40.0211 s]
/proc/loadavg: 0.95 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1054880/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=18788 CPUtime=40
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 561960 0 0 0 3758 242 0 0 25 0 1 0 164038177 19238912 4323 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643678 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 4697 4323 227 40 0 4114 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 18788

[startup+50.0273 s]
/proc/loadavg: 0.96 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1054944/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=18788 CPUtime=50.01
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 726492 0 0 0 4689 312 0 0 25 0 1 0 164038177 19238912 4323 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643494 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 4697 4323 227 40 0 4114 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 18788

[startup+60.0335 s]
/proc/loadavg: 0.97 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1054944/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=18788 CPUtime=60.01
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 960454 0 0 0 5590 411 0 0 25 0 1 0 164038177 19238912 4323 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134626360 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 4697 4323 227 40 0 4114 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 18788

[startup+70.0397 s]
/proc/loadavg: 0.97 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1054944/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=18788 CPUtime=70.01
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 1161518 0 0 0 6510 491 0 0 25 0 1 0 164038177 19238912 4323 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 4697 4323 227 40 0 4114 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 18788

[startup+80.0459 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1054944/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=18788 CPUtime=80.02
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 1351103 0 0 0 7431 571 0 0 25 0 1 0 164038177 19238912 4323 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 1928919 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 4697 4323 227 40 0 4114 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 18788

[startup+90.0521 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1054944/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=18788 CPUtime=90.02
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 1529579 0 0 0 8355 647 0 0 25 0 1 0 164038177 19238912 4323 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 1928919 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 4697 4323 227 40 0 4114 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 18788

[startup+100.058 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1052640/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=20976 CPUtime=100.02
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 1740805 0 0 0 9266 736 0 0 25 0 1 0 164038177 21479424 4870 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134585109 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5244 4870 227 40 0 4661 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 20976

[startup+110.065 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1054944/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=18788 CPUtime=110.03
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 1934525 0 0 0 10184 819 0 0 25 0 1 0 164038177 19238912 4323 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 4697 4323 227 40 0 4114 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 18788

[startup+120.071 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1054944/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=18788 CPUtime=120.03
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 2106186 0 0 0 11109 894 0 0 25 0 1 0 164038177 19238912 4323 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 1928919 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 4697 4323 227 40 0 4114 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 18788

[startup+130.077 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1054944/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=18788 CPUtime=130.03
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 2316526 0 0 0 12020 983 0 0 25 0 1 0 164038177 19238912 4288 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 4662 4288 227 40 0 4079 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 18788

[startup+140.083 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1054944/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=18788 CPUtime=140.04
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 2515694 0 0 0 12941 1063 0 0 25 0 1 0 164038177 19238912 4293 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 1928919 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 4697 4302 227 40 0 4114 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 18788

[startup+150.089 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1054944/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=18788 CPUtime=150.04
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 2693521 0 0 0 13865 1139 0 0 25 0 1 0 164038177 19238912 4323 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542978 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 4697 4323 227 40 0 4114 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 18788

[startup+160.096 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1054944/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=18788 CPUtime=160.05
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 2903040 0 0 0 14777 1228 0 0 25 0 1 0 164038177 19238912 4323 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 1928919 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 4697 4323 227 40 0 4114 0
Current children cumulated CPU time (s) 160.05
Current children cumulated vsize (Kb) 18788

[startup+170.101 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1054944/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=18788 CPUtime=170.05
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 3092700 0 0 0 15696 1309 0 0 25 0 1 0 164038177 19238912 4323 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 4697 4323 227 40 0 4114 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 18788

[startup+180.107 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1054944/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=18788 CPUtime=180.05
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 3272794 0 0 0 16618 1387 0 0 25 0 1 0 164038177 19238912 4323 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 1928919 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 4697 4323 227 40 0 4114 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 18788

[startup+190.113 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1054944/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=18788 CPUtime=190.05
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 3470548 0 0 0 17531 1474 0 0 25 0 1 0 164038177 19238912 4323 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134626346 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 4697 4323 227 40 0 4114 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 18788

[startup+200.119 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5389
/proc/meminfo: memFree=1054944/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=18788 CPUtime=200.05
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 3675707 0 0 0 18443 1562 0 0 25 0 1 0 164038177 19238912 4323 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134626410 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 4697 4323 227 40 0 4114 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 18788

[startup+210.126 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5389

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

/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 54901279 0 0 0 156041 22121 0 0 25 0 1 0 164038177 21053440 4766 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 1928919 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5140 4766 227 40 0 4557 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (Kb) 20560

[startup+1783.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1052960/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=21692 CPUtime=1782.62
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 54931781 0 0 0 156130 22132 0 0 25 0 1 0 164038177 22212608 5017 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5423 5017 227 40 0 4840 0
Current children cumulated CPU time (s) 1782.62
Current children cumulated vsize (Kb) 21692

[startup+1784.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1053216/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=20280 CPUtime=1783.63
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 54958771 0 0 0 156219 22144 0 0 25 0 1 0 164038177 20766720 4696 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134534367 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5070 4696 227 40 0 4487 0
Current children cumulated CPU time (s) 1783.63
Current children cumulated vsize (Kb) 20280

[startup+1785.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1053152/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=20568 CPUtime=1784.63
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 54988141 0 0 0 156308 22155 0 0 25 0 1 0 164038177 21061632 4768 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134626349 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5142 4768 227 40 0 4559 0
Current children cumulated CPU time (s) 1784.63
Current children cumulated vsize (Kb) 20568

[startup+1786.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1050912/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=22760 CPUtime=1785.63
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 55013867 0 0 0 156397 22166 0 0 25 0 1 0 164038177 23306240 5316 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134585319 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5690 5316 227 40 0 5107 0
Current children cumulated CPU time (s) 1785.63
Current children cumulated vsize (Kb) 22760

[startup+1787.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1053216/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=20288 CPUtime=1786.64
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 55039527 0 0 0 156487 22177 0 0 25 0 1 0 164038177 20774912 4698 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134534928 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5072 4698 227 40 0 4489 0
Current children cumulated CPU time (s) 1786.64
Current children cumulated vsize (Kb) 20288

[startup+1788.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1053216/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=20288 CPUtime=1787.64
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 55064259 0 0 0 156577 22187 0 0 25 0 1 0 164038177 20774912 4698 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134541659 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5072 4698 227 40 0 4489 0
Current children cumulated CPU time (s) 1787.64
Current children cumulated vsize (Kb) 20288

[startup+1789.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1053152/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=20568 CPUtime=1788.65
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 55081609 0 0 0 156670 22195 0 0 25 0 1 0 164038177 21061632 4768 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643684 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5142 4768 227 40 0 4559 0
Current children cumulated CPU time (s) 1788.65
Current children cumulated vsize (Kb) 20568

[startup+1790.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1051808/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=22684 CPUtime=1789.65
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 55118480 0 0 0 156756 22209 0 0 25 0 1 0 164038177 23228416 5282 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134636863 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5671 5282 227 40 0 5088 0
Current children cumulated CPU time (s) 1789.65
Current children cumulated vsize (Kb) 22684

[startup+1791.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1053152/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=20568 CPUtime=1790.66
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 55154420 0 0 0 156842 22224 0 0 25 0 1 0 164038177 21061632 4768 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134626346 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5142 4768 227 40 0 4559 0
Current children cumulated CPU time (s) 1790.66
Current children cumulated vsize (Kb) 20568

[startup+1792.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1053152/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=20568 CPUtime=1791.66
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 55189964 0 0 0 156928 22238 0 0 25 0 1 0 164038177 21061632 4768 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5142 4768 227 40 0 4559 0
Current children cumulated CPU time (s) 1791.66
Current children cumulated vsize (Kb) 20568

[startup+1793.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1053152/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=20568 CPUtime=1792.67
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 55226741 0 0 0 157014 22253 0 0 25 0 1 0 164038177 21061632 4768 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5142 4768 227 40 0 4559 0
Current children cumulated CPU time (s) 1792.67
Current children cumulated vsize (Kb) 20568

[startup+1794.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1053152/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=20576 CPUtime=1793.67
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 55262567 0 0 0 157098 22269 0 0 25 0 1 0 164038177 21069824 4770 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643521 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5144 4770 227 40 0 4561 0
Current children cumulated CPU time (s) 1793.67
Current children cumulated vsize (Kb) 20576

[startup+1795.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1053152/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=20576 CPUtime=1794.68
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 55299344 0 0 0 157185 22283 0 0 25 0 1 0 164038177 21069824 4770 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643364 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5144 4770 227 40 0 4561 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (Kb) 20576

[startup+1796.18 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1053152/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=20576 CPUtime=1795.69
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 55334748 0 0 0 157271 22298 0 0 25 0 1 0 164038177 21069824 4770 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542975 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5144 4770 227 40 0 4561 0
Current children cumulated CPU time (s) 1795.69
Current children cumulated vsize (Kb) 20576

[startup+1797.18 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1053152/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=20576 CPUtime=1796.69
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 55361360 0 0 0 157361 22308 0 0 25 0 1 0 164038177 21069824 4770 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643286 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5144 4770 227 40 0 4561 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (Kb) 20576

[startup+1798.19 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1053152/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=20576 CPUtime=1797.69
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 55395574 0 0 0 157448 22321 0 0 25 0 1 0 164038177 21069824 4770 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5144 4770 227 40 0 4561 0
Current children cumulated CPU time (s) 1797.69
Current children cumulated vsize (Kb) 20576

[startup+1799.19 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1053152/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=20576 CPUtime=1798.69
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 55431651 0 0 0 157534 22335 0 0 25 0 1 0 164038177 21069824 4770 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5109 4735 228 40 0 4526 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (Kb) 20576

[startup+1800.2 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1053152/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=20576 CPUtime=1799.7
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 55466075 0 0 0 157620 22350 0 0 25 0 1 0 164038177 21069824 4770 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134626413 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5144 4770 227 40 0 4561 0
Current children cumulated CPU time (s) 1799.7
Current children cumulated vsize (Kb) 20576

[startup+1801.2 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1053152/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=20576 CPUtime=1800.7
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 55500218 0 0 0 157707 22363 0 0 25 0 1 0 164038177 21069824 4769 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 1928919 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5144 4770 227 40 0 4561 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 20576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.21 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5391
/proc/meminfo: memFree=1053152/2055920 swapFree=4182944/4192956
[pid=5389] ppid=5387 vsize=20576 CPUtime=1800.71
/proc/5389/stat : 5389 (glpPBv3) R 5387 5389 5340 0 -1 0 55500359 0 0 0 157708 22363 0 0 25 0 1 0 164038177 21069824 4770 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 1928919 0 0 4096 0 0 0 0 17 1 0 0
/proc/5389/statm: 5144 4770 227 40 0 4561 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (Kb) 20576

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.21
CPU time (s): 1800.72
CPU user time (s): 1577.08
CPU system time (s): 223.639
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (Kb): 22800
The end

Launcher Data (download as text)

Begin job on node35 on Sat Jul 29 11:16:21 UTC 2006


FILE ID= 85453-1154171781

PBS_JOBID= 893227

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node35/85453-1154171781/instance-85453-1154171781.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-85453-1154171781 -o ROOT/results/node35/solver-85453-1154171781 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node35/85453-1154171781/instance-85453-1154171781.opb

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  65bafde3eb06761afc4fe90b6aa8c264

RANDOM SEED= 6374948

TIMEOUT= 1800 seconds


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1071536 kB
Buffers:         41264 kB
Cached:         864960 kB
SwapCached:       4364 kB
Active:         187104 kB
Inactive:       728348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1071536 kB
SwapTotal:     4192956 kB
SwapFree:      4182944 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          14492 kB
Slab:            54880 kB
Committed_AS:   677536 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node35 on Sat Jul 29 11:46:22 UTC 2006