Trace number 85874

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.47 1801.25

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
haplotype/normalized-simp-unif-100_100.00.opb
MD5SUM9e8d546df5cfe52cfb5a29d8ae802e41
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark222.519
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 34
Optimality of the best value was proved YES
Number of variables8601
Total number of constraints386810
Number of constraints which are clauses384742
Number of constraints which are cardinality constraints (but not clauses)2068
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint94
Number of terms in the objective function 94
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 94
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 92
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 186
Number of bits of the biggest sum of numbers8
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/node6/watcher-85874-1154176805 -o ROOT/results/node6/solver-85874-1154176805 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node6/85874-1154176805/instance-85874-1154176805.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.91 2/63 8953
/proc/meminfo: memFree=718416/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=2668 CPUtime=0
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 273 0 0 0 0 0 0 0 18 0 1 0 164541934 2732032 243 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 2305140 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 667 245 199 40 0 84 0

[startup+10.0026 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8953
/proc/meminfo: memFree=461712/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=259012 CPUtime=9.99
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 74615 0 0 0 966 33 0 0 25 0 1 0 164541934 265228288 64341 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643767 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 64753 64341 221 40 0 64170 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 259012

[startup+20.0095 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8953
/proc/meminfo: memFree=438800/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=19.99
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 95024 0 0 0 1956 43 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134584930 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 281684

[startup+30.0155 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8953
/proc/meminfo: memFree=427088/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=293780 CPUtime=30
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 104096 0 0 0 2952 48 0 0 25 0 1 0 164541934 300830720 73033 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134639282 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 73445 73033 221 40 0 72862 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 293780

[startup+40.0214 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8953
/proc/meminfo: memFree=438992/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=39.99
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 110144 0 0 0 3948 51 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643505 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 281684

[startup+50.0274 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8953
/proc/meminfo: memFree=439056/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=50
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 119216 0 0 0 4944 56 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643494 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 281684

[startup+60.0334 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8955
/proc/meminfo: memFree=439056/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=60
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 125264 0 0 0 5941 59 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643767 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 281684

[startup+70.0404 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8955
/proc/meminfo: memFree=438992/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=70.01
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 134336 0 0 0 6937 64 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134589969 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 281684

[startup+80.0463 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8955
/proc/meminfo: memFree=438992/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=80
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 140384 0 0 0 7933 67 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643494 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 281684

[startup+90.0523 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8955
/proc/meminfo: memFree=438992/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=90.01
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 146432 0 0 0 8931 70 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134584063 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 281684

[startup+100.058 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8955
/proc/meminfo: memFree=438992/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=100.01
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 155504 0 0 0 9926 75 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643168 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 281684

[startup+110.064 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8955
/proc/meminfo: memFree=439056/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=110.02
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 161552 0 0 0 10924 78 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134607316 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 281684

[startup+120.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8955
/proc/meminfo: memFree=439056/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=120.01
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 167600 0 0 0 11921 80 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643491 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 281684

[startup+130.076 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8955
/proc/meminfo: memFree=439056/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=130.01
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 176672 0 0 0 12916 85 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134582410 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 130.01
Current children cumulated vsize (Kb) 281684

[startup+140.082 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8955
/proc/meminfo: memFree=439056/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=140.02
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 182720 0 0 0 13914 88 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134584745 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 281684

[startup+150.088 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8955
/proc/meminfo: memFree=439056/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=150.02
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 191792 0 0 0 14909 93 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134583695 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 281684

[startup+160.094 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8955
/proc/meminfo: memFree=438992/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=160.02
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 197840 0 0 0 15906 96 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643494 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 281684

[startup+170.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8955
/proc/meminfo: memFree=438992/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=170.03
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 206912 0 0 0 16902 101 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643626 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 281684

[startup+180.106 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8955
/proc/meminfo: memFree=438992/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=180.03
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 212960 0 0 0 17900 103 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643521 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 281684

[startup+190.113 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8955
/proc/meminfo: memFree=427088/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=293780 CPUtime=190.03
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 222032 0 0 0 18895 108 0 0 25 0 1 0 164541934 300830720 73033 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134636750 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 73445 73033 221 40 0 72862 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 293780

[startup+200.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8955
/proc/meminfo: memFree=438992/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=200.03
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 228080 0 0 0 19892 111 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134582412 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 281684

[startup+210.127 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8955

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

/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1098992 0 0 0 177576 555 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134583732 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 1781.31
Current children cumulated vsize (Kb) 281684

[startup+1783.1 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=427024/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=293780 CPUtime=1782.33
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1102016 0 0 0 177676 557 0 0 25 0 1 0 164541934 300830720 73033 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134638639 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 73445 73033 221 40 0 72862 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (Kb) 293780

[startup+1784.11 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=438928/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=1783.33
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1102016 0 0 0 177776 557 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134589593 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 1783.33
Current children cumulated vsize (Kb) 281684

[startup+1785.11 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=438928/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=1784.34
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1102016 0 0 0 177877 557 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134589981 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 1784.34
Current children cumulated vsize (Kb) 281684

[startup+1786.12 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=438928/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=1785.34
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1102016 0 0 0 177977 557 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643294 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 1785.34
Current children cumulated vsize (Kb) 281684

[startup+1787.12 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=438928/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=1786.34
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1102016 0 0 0 178077 557 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643172 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 1786.34
Current children cumulated vsize (Kb) 281684

[startup+1788.13 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=438928/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=1787.35
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1102016 0 0 0 178178 557 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643620 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 1787.35
Current children cumulated vsize (Kb) 281684

[startup+1789.13 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=427024/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=293780 CPUtime=1788.35
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1105040 0 0 0 178277 558 0 0 25 0 1 0 164541934 300830720 73033 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134636098 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 73445 73033 221 40 0 72862 0
Current children cumulated CPU time (s) 1788.35
Current children cumulated vsize (Kb) 293780

[startup+1790.14 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=438928/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=1789.35
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1105040 0 0 0 178377 558 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134584526 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 1789.35
Current children cumulated vsize (Kb) 281684

[startup+1791.14 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=438928/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=1790.36
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1105040 0 0 0 178478 558 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134583855 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 1790.36
Current children cumulated vsize (Kb) 281684

[startup+1792.15 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=438928/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=1791.36
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1105040 0 0 0 178578 558 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134583921 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 1791.36
Current children cumulated vsize (Kb) 281684

[startup+1793.15 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=438928/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=1792.37
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1105040 0 0 0 178679 558 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134584063 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 1792.37
Current children cumulated vsize (Kb) 281684

[startup+1794.16 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=438928/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=1793.37
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1105040 0 0 0 178779 558 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134583887 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 1793.37
Current children cumulated vsize (Kb) 281684

[startup+1795.16 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=438928/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=1794.38
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1105040 0 0 0 178880 558 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134584571 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 1794.38
Current children cumulated vsize (Kb) 281684

[startup+1796.17 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=438928/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=1795.39
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1108064 0 0 0 178979 560 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134587138 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 1795.39
Current children cumulated vsize (Kb) 281684

[startup+1797.17 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=438928/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=1796.39
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1108064 0 0 0 179079 560 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134587155 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (Kb) 281684

[startup+1798.18 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=438928/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=1797.4
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1108064 0 0 0 179180 560 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643347 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 1797.4
Current children cumulated vsize (Kb) 281684

[startup+1799.18 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=438928/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=1798.4
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1108064 0 0 0 179280 560 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134606780 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 1798.4
Current children cumulated vsize (Kb) 281684

[startup+1800.19 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=438928/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=1799.4
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1108064 0 0 0 179380 560 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134606796 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (Kb) 281684

[startup+1801.19 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=438928/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=1800.41
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1108064 0 0 0 179481 560 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643366 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (Kb) 281684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.19 s]
/proc/loadavg: 1.00 0.99 0.91 2/63 9153
/proc/meminfo: memFree=438928/2055924 swapFree=4183204/4192956
[pid=8953] ppid=8951 vsize=281684 CPUtime=1800.41
/proc/8953/stat : 8953 (glpPBv3) R 8951 8953 8904 0 -1 0 1108064 0 0 0 179481 560 0 0 25 0 1 0 164541934 288444416 70009 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134589981 0 0 4096 0 0 0 0 17 1 0 0
/proc/8953/statm: 70421 70009 221 40 0 69838 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (Kb) 281684

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.25
CPU time (s): 1800.47
CPU user time (s): 1794.82
CPU system time (s): 5.64914
CPU usage (%): 99.9568
Max. virtual memory (cumulated for all children) (Kb): 293780
The end

Launcher Data (download as text)

Begin job on node6 on Sat Jul 29 12:40:06 UTC 2006


FILE ID= 85874-1154176805

PBS_JOBID= 893651

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/haplotype/normalized-simp-unif-100_100.00.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node6/85874-1154176805/instance-85874-1154176805.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-85874-1154176805 -o ROOT/results/node6/solver-85874-1154176805 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node6/85874-1154176805/instance-85874-1154176805.opb

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  9e8d546df5cfe52cfb5a29d8ae802e41

RANDOM SEED= 161760101

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.255
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.255
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:      2055924 kB
MemFree:        718688 kB
Buffers:         44248 kB
Cached:        1206288 kB
SwapCached:       3792 kB
Active:         122660 kB
Inactive:      1136692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:        718688 kB
SwapTotal:     4192956 kB
SwapFree:      4183204 kB
Dirty:             200 kB
Writeback:           0 kB
Mapped:          14828 kB
Slab:            63932 kB
Committed_AS:   703112 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node6 on Sat Jul 29 13:10:07 UTC 2006