Trace number 85281

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-aim-200-6_0-yes1-3.opb
MD5SUMe81d959a9d7a634134c260bbfba059b7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark200
Best CPU time to get the best result obtained on this benchmark0.029994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 200
Optimality of the best value was proved YES
Number of variables400
Total number of constraints1400
Number of constraints which are clauses1395
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 400
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 400
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 400
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/node44/watcher-85281-1154168112 -o ROOT/results/node44/solver-85281-1154168112 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node44/85281-1154168112/instance-85281-1154168112.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.84 0.91 0.90 2/64 12891
/proc/meminfo: memFree=1322488/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=2376 CPUtime=0
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 163682103 2433024 176 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 11885328 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 596 188 165 40 0 13 0

[startup+10.0028 s]
/proc/loadavg: 0.86 0.91 0.90 2/64 12891
/proc/meminfo: memFree=1320072/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=4880 CPUtime=10
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 864 0 0 0 998 2 0 0 25 0 1 0 163682103 4997120 829 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643580 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1220 829 227 40 0 637 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (Kb) 4880

[startup+20.0098 s]
/proc/loadavg: 0.88 0.92 0.90 2/64 12891
/proc/meminfo: memFree=1319960/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=5008 CPUtime=20
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 1008 0 0 0 1996 4 0 0 25 0 1 0 163682103 5128192 856 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643626 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1252 856 227 40 0 669 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 5008

[startup+30.0159 s]
/proc/loadavg: 0.90 0.92 0.90 2/64 12891
/proc/meminfo: memFree=1319832/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=4904 CPUtime=30
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 2365 0 0 0 2994 6 0 0 25 0 1 0 163682103 5021696 852 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643521 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1226 852 227 40 0 643 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 4904

[startup+40.0219 s]
/proc/loadavg: 0.91 0.92 0.90 2/64 12891
/proc/meminfo: memFree=1319768/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=5140 CPUtime=40
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 4290 0 0 0 3991 9 0 0 25 0 1 0 163682103 5263360 911 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1285 911 227 40 0 702 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5140

[startup+50.0279 s]
/proc/loadavg: 0.93 0.92 0.90 2/64 12891
/proc/meminfo: memFree=1319704/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=5108 CPUtime=50
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 6302 0 0 0 4989 11 0 0 25 0 1 0 163682103 5230592 903 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629118 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1277 903 227 40 0 694 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5108

[startup+60.034 s]
/proc/loadavg: 0.94 0.92 0.90 2/64 12891
/proc/meminfo: memFree=1319576/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=5360 CPUtime=60.01
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 8141 0 0 0 5987 14 0 0 25 0 1 0 163682103 5488640 951 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134636936 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1340 951 227 40 0 757 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 5360

[startup+70.04 s]
/proc/loadavg: 0.95 0.93 0.90 2/64 12891
/proc/meminfo: memFree=1319512/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=5328 CPUtime=70.01
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 9962 0 0 0 6986 15 0 0 25 0 1 0 163682103 5455872 958 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643512 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1332 958 227 40 0 749 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 5328

[startup+80.0471 s]
/proc/loadavg: 0.95 0.93 0.91 2/64 12891
/proc/meminfo: memFree=1319384/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=5444 CPUtime=80.01
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 11832 0 0 0 7984 17 0 0 25 0 1 0 163682103 5574656 987 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643329 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1361 987 227 40 0 778 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 5444

[startup+90.0521 s]
/proc/loadavg: 0.96 0.93 0.91 2/64 12891
/proc/meminfo: memFree=1319256/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=5700 CPUtime=90.02
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 13855 0 0 0 8982 20 0 0 25 0 1 0 163682103 5836800 1049 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1425 1049 227 40 0 842 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 5700

[startup+100.058 s]
/proc/loadavg: 0.97 0.93 0.91 2/64 12891
/proc/meminfo: memFree=1319128/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=5664 CPUtime=100.02
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 15707 0 0 0 9980 22 0 0 25 0 1 0 163682103 5799936 1042 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629042 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1416 1042 227 40 0 833 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 5664

[startup+110.064 s]
/proc/loadavg: 0.97 0.93 0.91 2/64 12891
/proc/meminfo: memFree=1319064/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=5776 CPUtime=110.02
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 17668 0 0 0 10978 24 0 0 25 0 1 0 163682103 5914624 1070 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629063 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1444 1070 227 40 0 861 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 5776

[startup+120.07 s]
/proc/loadavg: 0.98 0.93 0.91 2/64 12891
/proc/meminfo: memFree=1318936/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=5892 CPUtime=120.02
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 19571 0 0 0 11975 27 0 0 25 0 1 0 163682103 6033408 1099 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542265 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1473 1099 227 40 0 890 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 5892

[startup+130.076 s]
/proc/loadavg: 0.98 0.94 0.91 2/64 12891
/proc/meminfo: memFree=1318808/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=6132 CPUtime=130.03
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 21274 0 0 0 12974 29 0 0 25 0 1 0 163682103 6279168 1157 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1533 1157 227 40 0 950 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 6132

[startup+140.083 s]
/proc/loadavg: 0.98 0.94 0.91 2/64 12891
/proc/meminfo: memFree=1318680/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=6260 CPUtime=140.03
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 23202 0 0 0 13972 31 0 0 25 0 1 0 163682103 6410240 1189 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134639237 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1565 1189 227 40 0 982 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 6260

[startup+150.088 s]
/proc/loadavg: 0.98 0.94 0.91 2/64 12891
/proc/meminfo: memFree=1318552/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=6232 CPUtime=150.04
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 25268 0 0 0 14970 34 0 0 25 0 1 0 163682103 6381568 1184 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632405 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1558 1184 227 40 0 975 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 6232

[startup+160.094 s]
/proc/loadavg: 0.99 0.94 0.91 2/64 12891
/proc/meminfo: memFree=1318488/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=6472 CPUtime=160.04
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 27078 0 0 0 15968 36 0 0 25 0 1 0 163682103 6627328 1242 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1618 1242 227 40 0 1035 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 6472

[startup+170.1 s]
/proc/loadavg: 0.99 0.94 0.91 2/64 12891
/proc/meminfo: memFree=1318360/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=6572 CPUtime=170.04
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 28901 0 0 0 16966 38 0 0 25 0 1 0 163682103 6729728 1268 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1643 1268 227 40 0 1060 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 6572

[startup+180.106 s]
/proc/loadavg: 0.99 0.94 0.91 2/64 12891
/proc/meminfo: memFree=1318232/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=6676 CPUtime=180.05
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 30564 0 0 0 17964 41 0 0 25 0 1 0 163682103 6836224 1293 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1669 1293 227 40 0 1086 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 6676

[startup+190.112 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 12891
/proc/meminfo: memFree=1318168/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=6776 CPUtime=190.05
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 32530 0 0 0 18962 43 0 0 25 0 1 0 163682103 6938624 1309 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1694 1309 227 40 0 1111 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 6776

[startup+200.119 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 12891
/proc/meminfo: memFree=1318040/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=6880 CPUtime=200.05
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 34429 0 0 0 19960 45 0 0 25 0 1 0 163682103 7045120 1344 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 1720 1344 227 40 0 1137 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 6880

[startup+210.126 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 12891

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

/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 393074 0 0 0 177677 478 0 0 25 0 1 0 163682103 23560192 5376 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5752 5376 227 40 0 5169 0
Current children cumulated CPU time (s) 1781.55
Current children cumulated vsize (Kb) 23008

[startup+1783.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301720/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=23008 CPUtime=1782.57
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 393367 0 0 0 177778 479 0 0 25 0 1 0 163682103 23560192 5376 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5752 5376 227 40 0 5169 0
Current children cumulated CPU time (s) 1782.57
Current children cumulated vsize (Kb) 23008

[startup+1784.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301720/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=23016 CPUtime=1783.57
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 393772 0 0 0 177878 479 0 0 25 0 1 0 163682103 23568384 5378 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5754 5378 227 40 0 5171 0
Current children cumulated CPU time (s) 1783.57
Current children cumulated vsize (Kb) 23016

[startup+1785.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301720/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=23024 CPUtime=1784.57
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 394042 0 0 0 177978 479 0 0 25 0 1 0 163682103 23576576 5380 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5756 5380 227 40 0 5173 0
Current children cumulated CPU time (s) 1784.57
Current children cumulated vsize (Kb) 23024

[startup+1786.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301720/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=22904 CPUtime=1785.58
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 394282 0 0 0 178078 480 0 0 25 0 1 0 163682103 23453696 5352 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629287 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5726 5352 227 40 0 5143 0
Current children cumulated CPU time (s) 1785.58
Current children cumulated vsize (Kb) 22904

[startup+1787.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301720/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=22912 CPUtime=1786.58
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 394542 0 0 0 178178 480 0 0 25 0 1 0 163682103 23461888 5354 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5728 5354 227 40 0 5145 0
Current children cumulated CPU time (s) 1786.58
Current children cumulated vsize (Kb) 22912

[startup+1788.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301720/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=23060 CPUtime=1787.58
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 394846 0 0 0 178278 480 0 0 25 0 1 0 163682103 23613440 5380 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5765 5380 227 40 0 5182 0
Current children cumulated CPU time (s) 1787.58
Current children cumulated vsize (Kb) 23060

[startup+1789.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301720/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=23068 CPUtime=1788.6
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 395079 0 0 0 178379 481 0 0 25 0 1 0 163682103 23621632 5382 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5767 5382 227 40 0 5184 0
Current children cumulated CPU time (s) 1788.6
Current children cumulated vsize (Kb) 23068

[startup+1790.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301656/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=23084 CPUtime=1789.6
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 395541 0 0 0 178479 481 0 0 25 0 1 0 163682103 23638016 5396 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5771 5396 227 40 0 5188 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (Kb) 23084

[startup+1791.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301656/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=23092 CPUtime=1790.6
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 395919 0 0 0 178579 481 0 0 25 0 1 0 163682103 23646208 5388 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5773 5388 227 40 0 5190 0
Current children cumulated CPU time (s) 1790.6
Current children cumulated vsize (Kb) 23092

[startup+1792.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301656/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=22956 CPUtime=1791.6
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 396229 0 0 0 178678 482 0 0 25 0 1 0 163682103 23506944 5365 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5739 5365 227 40 0 5156 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (Kb) 22956

[startup+1793.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301656/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=23108 CPUtime=1792.6
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 396543 0 0 0 178778 482 0 0 25 0 1 0 163682103 23662592 5392 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5777 5392 227 40 0 5194 0
Current children cumulated CPU time (s) 1792.6
Current children cumulated vsize (Kb) 23108

[startup+1794.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301656/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=22980 CPUtime=1793.61
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 396776 0 0 0 178879 482 0 0 25 0 1 0 163682103 23531520 5371 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632405 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5745 5371 227 40 0 5162 0
Current children cumulated CPU time (s) 1793.61
Current children cumulated vsize (Kb) 22980

[startup+1795.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301656/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=23132 CPUtime=1794.62
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 397043 0 0 0 178979 483 0 0 25 0 1 0 163682103 23687168 5407 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5783 5407 227 40 0 5200 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (Kb) 23132

[startup+1796.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301592/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=23004 CPUtime=1795.62
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 397393 0 0 0 179079 483 0 0 25 0 1 0 163682103 23556096 5377 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134632554 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5751 5377 227 40 0 5168 0
Current children cumulated CPU time (s) 1795.62
Current children cumulated vsize (Kb) 23004

[startup+1797.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301592/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=23148 CPUtime=1796.63
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 397706 0 0 0 179180 483 0 0 25 0 1 0 163682103 23703552 5402 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5787 5402 227 40 0 5204 0
Current children cumulated CPU time (s) 1796.63
Current children cumulated vsize (Kb) 23148

[startup+1798.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301592/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=23020 CPUtime=1797.63
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 397946 0 0 0 179280 483 0 0 25 0 1 0 163682103 23572480 5381 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134629219 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5755 5381 227 40 0 5172 0
Current children cumulated CPU time (s) 1797.63
Current children cumulated vsize (Kb) 23020

[startup+1799.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301592/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=23164 CPUtime=1798.63
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 398268 0 0 0 179380 483 0 0 25 0 1 0 163682103 23719936 5415 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5791 5415 227 40 0 5208 0
Current children cumulated CPU time (s) 1798.63
Current children cumulated vsize (Kb) 23164

[startup+1800.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301592/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=23172 CPUtime=1799.64
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 398590 0 0 0 179480 484 0 0 25 0 1 0 163682103 23728128 5417 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134639172 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5793 5417 227 40 0 5210 0
Current children cumulated CPU time (s) 1799.64
Current children cumulated vsize (Kb) 23172

[startup+1801.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301592/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=23180 CPUtime=1800.64
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 398935 0 0 0 179580 484 0 0 25 0 1 0 163682103 23736320 5419 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5795 5419 227 40 0 5212 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (Kb) 23180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 12893
/proc/meminfo: memFree=1301592/2055920 swapFree=4183124/4192956
[pid=12891] ppid=12889 vsize=23180 CPUtime=1800.65
/proc/12891/stat : 12891 (glpPBv3) R 12889 12891 12842 0 -1 0 398935 0 0 0 179581 484 0 0 25 0 1 0 163682103 23736320 5419 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12891/statm: 5795 5419 227 40 0 5212 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (Kb) 23180

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.66
CPU user time (s): 1795.81
CPU system time (s): 4.84926
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (Kb): 23180
The end

Launcher Data (download as text)

Begin job on node44 on Sat Jul 29 10:15:12 UTC 2006


FILE ID= 85281-1154168112

PBS_JOBID= 893055

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-aim-200-6_0-yes1-3.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node44/85281-1154168112/instance-85281-1154168112.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-85281-1154168112 -o ROOT/results/node44/solver-85281-1154168112 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node44/85281-1154168112/instance-85281-1154168112.opb

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  e81d959a9d7a634134c260bbfba059b7

RANDOM SEED= 782857407

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.238
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.238
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:       1322696 kB
Buffers:         38024 kB
Cached:         619284 kB
SwapCached:       3516 kB
Active:         230600 kB
Inactive:       435156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1322696 kB
SwapTotal:     4192956 kB
SwapFree:      4183124 kB
Dirty:             312 kB
Writeback:           0 kB
Mapped:          14476 kB
Slab:            53488 kB
Committed_AS:   709740 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 node44 on Sat Jul 29 10:45:13 UTC 2006