Trace number 85558

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.64 1801.18

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB06/manquiho/golomb-rulers/normalized-OGR_9.opb
MD5SUM824c01e4395cf59ee9d4081be7b21301
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark177.232
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 44
Optimality of the best value was proved YES
Number of variables603
Total number of constraints1088
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 constraints1088
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 669
Number of bits of the biggest sum of numbers10
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/node27/watcher-85558-1154174004 -o ROOT/results/node27/solver-85558-1154174004 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node27/85558-1154174004/instance-85558-1154174004.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1053984/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=268 CPUtime=0
/proc/3157/stat : 3157 (glpPBv3) D 3155 3157 3108 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 96268565 274432 23 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 1467172 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/3157/statm: 67 23 18 40 0 2 0

[startup+10.0019 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1050160/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=6068 CPUtime=9.98
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 6996 0 0 0 995 3 0 0 25 0 1 0 96268565 6213632 1135 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543284 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1517 1135 227 40 0 934 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 6068

[startup+20.008 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1050160/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=6068 CPUtime=19.99
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 12826 0 0 0 1993 6 0 0 25 0 1 0 96268565 6213632 1135 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1517 1135 227 40 0 934 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 6068

[startup+30.014 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1050160/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=6068 CPUtime=29.99
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 19080 0 0 0 2991 8 0 0 25 0 1 0 96268565 6213632 1135 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1517 1135 227 40 0 934 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 6068

[startup+40.02 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1050160/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=6068 CPUtime=40
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 29259 0 0 0 3988 12 0 0 25 0 1 0 96268565 6213632 1138 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1517 1138 227 40 0 934 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 6068

[startup+50.0271 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1050096/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=6588 CPUtime=50
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 53227 0 0 0 4978 22 0 0 25 0 1 0 96268565 6746112 1256 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542166 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1647 1256 227 40 0 1064 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 6588

[startup+60.0321 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1050032/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=6376 CPUtime=60.01
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 86843 0 0 0 5964 37 0 0 25 0 1 0 96268565 6529024 1220 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134541982 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1594 1220 227 40 0 1011 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 6376

[startup+70.0381 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1049776/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=6720 CPUtime=70
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 171383 0 0 0 6927 73 0 0 25 0 1 0 96268565 6881280 1276 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 1902203 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1680 1276 227 40 0 1097 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 6720

[startup+80.0441 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1050032/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=6164 CPUtime=80.01
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 262715 0 0 0 7888 113 0 0 25 0 1 0 96268565 6311936 1167 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542160 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1541 1167 227 40 0 958 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 6164

[startup+90.0502 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1049712/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=6164 CPUtime=90.01
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 327924 0 0 0 8863 138 0 0 25 0 1 0 96268565 6311936 1167 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1541 1167 227 40 0 958 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 6164

[startup+100.056 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1049712/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=6164 CPUtime=100.02
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 429912 0 0 0 9821 181 0 0 25 0 1 0 96268565 6311936 1167 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1541 1167 227 40 0 958 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 6164

[startup+110.062 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1050032/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=6164 CPUtime=110.03
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 535404 0 0 0 10777 226 0 0 25 0 1 0 96268565 6311936 1167 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1541 1167 227 40 0 958 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 6164

[startup+120.067 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1049648/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=6164 CPUtime=120.02
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 644715 0 0 0 11729 273 0 0 25 0 1 0 96268565 6311936 1167 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1541 1167 227 40 0 958 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 6164

[startup+130.073 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1049648/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=6164 CPUtime=130.03
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 759544 0 0 0 12683 320 0 0 25 0 1 0 96268565 6311936 1167 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1541 1167 227 40 0 958 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 6164

[startup+140.079 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1050032/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=6164 CPUtime=140.03
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 813741 0 0 0 13658 345 0 0 25 0 1 0 96268565 6311936 1167 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1541 1167 227 40 0 958 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 6164

[startup+150.085 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1049968/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=6896 CPUtime=150.04
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 853184 0 0 0 14644 360 0 0 25 0 1 0 96268565 7061504 1325 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134636863 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1724 1325 227 40 0 1141 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 6896

[startup+160.091 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1049968/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=6244 CPUtime=160.04
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 885874 0 0 0 15630 374 0 0 25 0 1 0 96268565 6393856 1187 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1561 1187 227 40 0 978 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 6244

[startup+170.097 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1049904/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=6304 CPUtime=170.05
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 925368 0 0 0 16611 394 0 0 25 0 1 0 96268565 6455296 1202 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1576 1202 227 40 0 993 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 6304

[startup+180.103 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1049840/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=6360 CPUtime=180.04
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 964178 0 0 0 17594 410 0 0 25 0 1 0 96268565 6512640 1216 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629283 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1590 1216 227 40 0 1007 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 6360

[startup+190.109 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1049776/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=7000 CPUtime=190.05
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 1004942 0 0 0 18577 428 0 0 25 0 1 0 96268565 7168000 1370 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542262 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1750 1370 227 40 0 1167 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 7000

[startup+200.115 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157
/proc/meminfo: memFree=1049648/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=6548 CPUtime=200.05
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 1050560 0 0 0 19559 446 0 0 25 0 1 0 96268565 6705152 1263 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543237 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 1637 1263 227 40 0 1054 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 6548

[startup+210.122 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 3157

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

/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11018977 0 0 0 173536 4617 0 0 25 0 1 0 96268565 21504000 4876 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5250 4876 227 40 0 4667 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (Kb) 21000

[startup+1783.08 s]
/proc/loadavg: 1.05 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1035000/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21712 CPUtime=1782.53
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11024554 0 0 0 173634 4619 0 0 25 0 1 0 96268565 22233088 5028 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134636482 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5428 5028 227 40 0 4845 0
Current children cumulated CPU time (s) 1782.53
Current children cumulated vsize (Kb) 21712

[startup+1784.08 s]
/proc/loadavg: 1.05 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1034552/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21020 CPUtime=1783.54
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11030629 0 0 0 173733 4621 0 0 25 0 1 0 96268565 21524480 4881 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5255 4881 227 40 0 4672 0
Current children cumulated CPU time (s) 1783.54
Current children cumulated vsize (Kb) 21020

[startup+1785.09 s]
/proc/loadavg: 1.05 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1035000/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21592 CPUtime=1784.54
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11037162 0 0 0 173830 4624 0 0 25 0 1 0 96268565 22110208 5018 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 1933015 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5398 5018 227 40 0 4815 0
Current children cumulated CPU time (s) 1784.54
Current children cumulated vsize (Kb) 21592

[startup+1786.09 s]
/proc/loadavg: 1.05 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1035000/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21740 CPUtime=1785.55
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11044356 0 0 0 173928 4627 0 0 25 0 1 0 96268565 22261760 5036 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134639272 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5435 5036 227 40 0 4852 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (Kb) 21740

[startup+1787.1 s]
/proc/loadavg: 1.05 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1034616/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21044 CPUtime=1786.56
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11052007 0 0 0 174026 4630 0 0 25 0 1 0 96268565 21549056 4887 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5261 4887 227 40 0 4678 0
Current children cumulated CPU time (s) 1786.56
Current children cumulated vsize (Kb) 21044

[startup+1788.1 s]
/proc/loadavg: 1.05 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1034936/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21052 CPUtime=1787.56
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11058873 0 0 0 174122 4634 0 0 25 0 1 0 96268565 21557248 4889 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542131 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5263 4889 227 40 0 4680 0
Current children cumulated CPU time (s) 1787.56
Current children cumulated vsize (Kb) 21052

[startup+1789.11 s]
/proc/loadavg: 1.05 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1034936/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21060 CPUtime=1788.56
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11065427 0 0 0 174218 4638 0 0 25 0 1 0 96268565 21565440 4891 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5265 4891 227 40 0 4682 0
Current children cumulated CPU time (s) 1788.56
Current children cumulated vsize (Kb) 21060

[startup+1790.11 s]
/proc/loadavg: 1.05 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1034936/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21076 CPUtime=1789.57
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11071983 0 0 0 174316 4641 0 0 25 0 1 0 96268565 21581824 4895 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542153 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5269 4895 227 40 0 4686 0
Current children cumulated CPU time (s) 1789.57
Current children cumulated vsize (Kb) 21076

[startup+1791.12 s]
/proc/loadavg: 1.04 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1034936/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21788 CPUtime=1790.58
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11081184 0 0 0 174413 4645 0 0 25 0 1 0 96268565 22310912 5048 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 1902203 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5447 5048 227 40 0 4864 0
Current children cumulated CPU time (s) 1790.58
Current children cumulated vsize (Kb) 21788

[startup+1792.12 s]
/proc/loadavg: 1.04 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1034936/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21092 CPUtime=1791.58
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11089746 0 0 0 174510 4648 0 0 25 0 1 0 96268565 21598208 4899 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629283 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5273 4899 227 40 0 4690 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (Kb) 21092

[startup+1793.13 s]
/proc/loadavg: 1.04 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1034488/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21812 CPUtime=1792.58
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11098585 0 0 0 174607 4651 0 0 25 0 1 0 96268565 22335488 5058 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5453 5058 227 40 0 4870 0
Current children cumulated CPU time (s) 1792.58
Current children cumulated vsize (Kb) 21812

[startup+1794.13 s]
/proc/loadavg: 1.04 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1034872/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21116 CPUtime=1793.58
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11106802 0 0 0 174704 4654 0 0 25 0 1 0 96268565 21622784 4905 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543011 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5279 4905 227 40 0 4696 0
Current children cumulated CPU time (s) 1793.58
Current children cumulated vsize (Kb) 21116

[startup+1795.14 s]
/proc/loadavg: 1.04 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1034872/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21124 CPUtime=1794.6
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11112384 0 0 0 174803 4657 0 0 25 0 1 0 96268565 21630976 4907 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629280 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5281 4907 227 40 0 4698 0
Current children cumulated CPU time (s) 1794.6
Current children cumulated vsize (Kb) 21124

[startup+1796.14 s]
/proc/loadavg: 1.04 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1034872/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21132 CPUtime=1795.6
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11120756 0 0 0 174900 4660 0 0 25 0 1 0 96268565 21639168 4909 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5283 4909 227 40 0 4700 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (Kb) 21132

[startup+1797.15 s]
/proc/loadavg: 1.04 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1034872/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21148 CPUtime=1796.6
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11125100 0 0 0 174999 4661 0 0 25 0 1 0 96268565 21655552 4913 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5287 4913 227 40 0 4704 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (Kb) 21148

[startup+1798.15 s]
/proc/loadavg: 1.04 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1034424/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21148 CPUtime=1797.6
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11132385 0 0 0 175095 4665 0 0 25 0 1 0 96268565 21655552 4913 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542166 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5287 4913 227 40 0 4704 0
Current children cumulated CPU time (s) 1797.6
Current children cumulated vsize (Kb) 21148

[startup+1799.16 s]
/proc/loadavg: 1.04 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1034872/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21156 CPUtime=1798.61
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11140292 0 0 0 175192 4669 0 0 25 0 1 0 96268565 21663744 4915 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629280 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5289 4915 227 40 0 4706 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (Kb) 21156

[startup+1800.16 s]
/proc/loadavg: 1.04 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1034808/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21884 CPUtime=1799.62
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11148353 0 0 0 175289 4673 0 0 25 0 1 0 96268565 22409216 5071 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 1902203 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5471 5071 227 40 0 4888 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (Kb) 21884

[startup+1801.17 s]
/proc/loadavg: 1.04 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1034808/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21884 CPUtime=1800.62
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11157348 0 0 0 175384 4678 0 0 25 0 1 0 96268565 22409216 5076 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5471 5076 227 40 0 4888 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (Kb) 21884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.17 s]
/proc/loadavg: 1.04 0.99 0.92 2/64 3355
/proc/meminfo: memFree=1034424/2055920 swapFree=4183212/4192956
[pid=3157] ppid=3155 vsize=21180 CPUtime=1800.63
/proc/3157/stat : 3157 (glpPBv3) R 3155 3157 3108 0 -1 0 11157348 0 0 0 175385 4678 0 0 25 0 1 0 96268565 21688320 4921 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/3157/statm: 5295 4921 227 40 0 4712 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (Kb) 21180

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.18
CPU time (s): 1800.64
CPU user time (s): 1753.85
CPU system time (s): 46.7879
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (Kb): 21884
The end

Launcher Data (download as text)

Begin job on node27 on Sat Jul 29 11:53:24 UTC 2006


FILE ID= 85558-1154174004

PBS_JOBID= 893332

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_9.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node27/85558-1154174004/instance-85558-1154174004.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node27/watcher-85558-1154174004 -o ROOT/results/node27/solver-85558-1154174004 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node27/85558-1154174004/instance-85558-1154174004.opb

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  824c01e4395cf59ee9d4081be7b21301

RANDOM SEED= 257553588

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.222
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.222
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:       1054192 kB
Buffers:         33704 kB
Cached:         891044 kB
SwapCached:       3452 kB
Active:         113944 kB
Inactive:       819364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1054192 kB
SwapTotal:     4192956 kB
SwapFree:      4183212 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          14496 kB
Slab:            54428 kB
Committed_AS:   303492 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node27 on Sat Jul 29 12:23:25 UTC 2006