Trace number 85298

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.71 1801.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8c2.opb
MD5SUM86a5a0860b111dc876591f0b93da0f3c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark525
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 525
Optimality of the best value was proved NO
Number of variables1900
Total number of constraints7639
Number of constraints which are clauses7639
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 constraint10
Number of terms in the objective function 1900
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 1900
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1900
Number of bits of the biggest sum of numbers11
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/node3/watcher-85298-1154168404 -o ROOT/results/node3/solver-85298-1154168404 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node3/85298-1154168404/instance-85298-1154168404.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1396408/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=2664 CPUtime=0
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 265 0 0 0 0 0 0 0 18 0 1 0 163701984 2727936 235 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 11390679 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 666 235 192 40 0 83 0

[startup+10.0014 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1390336/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=8288 CPUtime=9.99
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 5565 0 0 0 995 4 0 0 25 0 1 0 163701984 8486912 1692 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643691 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2072 1692 221 40 0 1489 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 8288

[startup+20.0072 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1387456/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=11404 CPUtime=19.99
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 9317 0 0 0 1993 6 0 0 25 0 1 0 163701984 11677696 2445 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2851 2445 227 40 0 2268 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 11404

[startup+30.0131 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1387712/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=10804 CPUtime=29.99
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 11663 0 0 0 2992 7 0 0 25 0 1 0 163701984 11063296 2327 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629287 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2701 2327 227 40 0 2118 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 10804

[startup+40.0189 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1387712/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=10804 CPUtime=40
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 14882 0 0 0 3990 10 0 0 25 0 1 0 163701984 11063296 2327 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 11390679 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2701 2327 227 40 0 2118 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 10804

[startup+50.0247 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1387776/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=10804 CPUtime=50.01
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 20394 0 0 0 4987 14 0 0 25 0 1 0 163701984 11063296 2327 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134605861 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2701 2327 227 40 0 2118 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 10804

[startup+60.0305 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1387776/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=10804 CPUtime=60.01
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 25292 0 0 0 5984 17 0 0 25 0 1 0 163701984 11063296 2327 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2701 2327 227 40 0 2118 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 10804

[startup+70.0364 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1387776/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=10804 CPUtime=70.01
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 27932 0 0 0 6983 18 0 0 25 0 1 0 163701984 11063296 2327 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629060 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2701 2327 227 40 0 2118 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 10804

[startup+80.0422 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1387776/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=10804 CPUtime=80.01
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 31434 0 0 0 7982 19 0 0 25 0 1 0 163701984 11063296 2327 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134569694 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2701 2327 227 40 0 2118 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 10804

[startup+90.048 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1387776/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=10804 CPUtime=90.02
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 37248 0 0 0 8979 23 0 0 25 0 1 0 163701984 11063296 2327 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643366 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2701 2327 227 40 0 2118 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 10804

[startup+100.054 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1387776/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=10804 CPUtime=100.02
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 42004 0 0 0 9977 25 0 0 25 0 1 0 163701984 11063296 2327 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542970 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2701 2327 227 40 0 2118 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 10804

[startup+110.06 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1387712/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=10804 CPUtime=110.03
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 44694 0 0 0 10976 27 0 0 25 0 1 0 163701984 11063296 2327 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2701 2327 227 40 0 2118 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 10804

[startup+120.067 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1387776/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=10804 CPUtime=120.03
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 48135 0 0 0 11975 28 0 0 25 0 1 0 163701984 11063296 2327 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2701 2327 227 40 0 2118 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 10804

[startup+130.072 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1387712/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=10804 CPUtime=130.03
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 54050 0 0 0 12972 31 0 0 25 0 1 0 163701984 11063296 2327 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134626346 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2701 2327 227 40 0 2118 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 10804

[startup+140.078 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1387712/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=10804 CPUtime=140.03
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 58220 0 0 0 13970 33 0 0 25 0 1 0 163701984 11063296 2327 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643364 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2701 2327 227 40 0 2118 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 10804

[startup+150.084 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1387712/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=10804 CPUtime=150.04
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 61336 0 0 0 14969 35 0 0 25 0 1 0 163701984 11063296 2327 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629099 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2701 2327 227 40 0 2118 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 10804

[startup+160.09 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1387712/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=10804 CPUtime=160.04
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 65636 0 0 0 15967 37 0 0 25 0 1 0 163701984 11063296 2327 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2701 2327 227 40 0 2118 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 10804

[startup+170.096 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1387712/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=10804 CPUtime=170.04
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 73588 0 0 0 16962 42 0 0 25 0 1 0 163701984 11063296 2327 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629114 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2701 2327 227 40 0 2118 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 10804

[startup+180.101 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1387328/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=11616 CPUtime=180.05
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 76906 0 0 0 17962 43 0 0 25 0 1 0 163701984 11894784 2498 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643237 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2904 2498 227 40 0 2321 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 11616

[startup+190.107 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1387712/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=10804 CPUtime=190.06
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 80821 0 0 0 18959 47 0 0 25 0 1 0 163701984 11063296 2327 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543011 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2701 2327 227 40 0 2118 0
Current children cumulated CPU time (s) 190.06
Current children cumulated vsize (Kb) 10804

[startup+200.113 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086
/proc/meminfo: memFree=1387712/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=10804 CPUtime=200.05
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 85825 0 0 0 19956 49 0 0 25 0 1 0 163701984 11063296 2327 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629048 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 2701 2327 227 40 0 2118 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 10804

[startup+210.119 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7086

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

/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10569291 0 0 0 172716 5445 0 0 25 0 1 0 163701984 13611008 2949 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134534279 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3323 2949 227 40 0 2740 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (Kb) 13292

[startup+1783.04 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384896/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=13464 CPUtime=1782.62
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10578394 0 0 0 172814 5448 0 0 25 0 1 0 163701984 13787136 2960 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 11390679 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3366 2960 227 40 0 2783 0
Current children cumulated CPU time (s) 1782.62
Current children cumulated vsize (Kb) 13464

[startup+1784.04 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384896/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=13464 CPUtime=1783.62
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10587303 0 0 0 172910 5452 0 0 25 0 1 0 163701984 13787136 2960 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629076 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3366 2960 227 40 0 2783 0
Current children cumulated CPU time (s) 1783.62
Current children cumulated vsize (Kb) 13464

[startup+1785.05 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384000/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=14548 CPUtime=1784.62
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10595209 0 0 0 173007 5455 0 0 25 0 1 0 163701984 14897152 3231 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134590753 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3637 3231 227 40 0 3054 0
Current children cumulated CPU time (s) 1784.62
Current children cumulated vsize (Kb) 14548

[startup+1786.05 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384896/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=14228 CPUtime=1785.63
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10603463 0 0 0 173103 5460 0 0 25 0 1 0 163701984 14569472 3144 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 11390679 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3557 3152 227 40 0 2974 0
Current children cumulated CPU time (s) 1785.63
Current children cumulated vsize (Kb) 14228

[startup+1787.06 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384896/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=13472 CPUtime=1786.63
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10612453 0 0 0 173198 5465 0 0 25 0 1 0 163701984 13795328 2962 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 11390679 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3368 2962 227 40 0 2785 0
Current children cumulated CPU time (s) 1786.63
Current children cumulated vsize (Kb) 13472

[startup+1788.07 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384000/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=14556 CPUtime=1787.64
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10621565 0 0 0 173295 5469 0 0 25 0 1 0 163701984 14905344 3233 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3639 3233 227 40 0 3056 0
Current children cumulated CPU time (s) 1787.64
Current children cumulated vsize (Kb) 14556

[startup+1789.07 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384896/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=13472 CPUtime=1788.65
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10630451 0 0 0 173391 5474 0 0 25 0 1 0 163701984 13795328 2959 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 11390679 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3368 2962 227 40 0 2785 0
Current children cumulated CPU time (s) 1788.65
Current children cumulated vsize (Kb) 13472

[startup+1790.07 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384896/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=13472 CPUtime=1789.65
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10638804 0 0 0 173488 5477 0 0 25 0 1 0 163701984 13795328 2962 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 11390679 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3368 2962 227 40 0 2785 0
Current children cumulated CPU time (s) 1789.65
Current children cumulated vsize (Kb) 13472

[startup+1791.08 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384896/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=13472 CPUtime=1790.65
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10646734 0 0 0 173586 5479 0 0 25 0 1 0 163701984 13795328 2962 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643691 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3368 2962 227 40 0 2785 0
Current children cumulated CPU time (s) 1790.65
Current children cumulated vsize (Kb) 13472

[startup+1792.08 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384000/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=14564 CPUtime=1791.65
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10654318 0 0 0 173682 5483 0 0 25 0 1 0 163701984 14913536 3235 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3641 3235 227 40 0 3058 0
Current children cumulated CPU time (s) 1791.65
Current children cumulated vsize (Kb) 14564

[startup+1793.09 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384896/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=13480 CPUtime=1792.66
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10661218 0 0 0 173779 5487 0 0 25 0 1 0 163701984 13803520 2964 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 11390679 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3370 2964 227 40 0 2787 0
Current children cumulated CPU time (s) 1792.66
Current children cumulated vsize (Kb) 13480

[startup+1794.09 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384896/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=13480 CPUtime=1793.67
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10667888 0 0 0 173877 5490 0 0 25 0 1 0 163701984 13803520 2964 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 11390679 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3370 2964 227 40 0 2787 0
Current children cumulated CPU time (s) 1793.67
Current children cumulated vsize (Kb) 13480

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384896/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=13488 CPUtime=1794.67
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10673740 0 0 0 173974 5493 0 0 25 0 1 0 163701984 13811712 2966 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 11390679 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3372 2966 227 40 0 2789 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (Kb) 13488

[startup+1796.1 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384896/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=13488 CPUtime=1795.68
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10683163 0 0 0 174070 5498 0 0 25 0 1 0 163701984 13811712 2966 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 11390679 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3334 2960 227 40 0 2751 0
Current children cumulated CPU time (s) 1795.68
Current children cumulated vsize (Kb) 13488

[startup+1797.11 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384896/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=13488 CPUtime=1796.68
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10692109 0 0 0 174167 5501 0 0 25 0 1 0 163701984 13811712 2966 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 11390679 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3372 2966 227 40 0 2789 0
Current children cumulated CPU time (s) 1796.68
Current children cumulated vsize (Kb) 13488

[startup+1798.11 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384896/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=13944 CPUtime=1797.69
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10700890 0 0 0 174264 5505 0 0 25 0 1 0 163701984 14278656 3108 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 11390679 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3486 3108 227 40 0 2903 0
Current children cumulated CPU time (s) 1797.69
Current children cumulated vsize (Kb) 13944

[startup+1799.12 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384896/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=13496 CPUtime=1798.68
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10710030 0 0 0 174359 5509 0 0 25 0 1 0 163701984 13819904 2968 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 11390679 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3374 2968 227 40 0 2791 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (Kb) 13496

[startup+1800.12 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384896/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=13324 CPUtime=1799.7
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10718433 0 0 0 174457 5513 0 0 25 0 1 0 163701984 13643776 2957 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134534373 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3331 2957 227 40 0 2748 0
Current children cumulated CPU time (s) 1799.7
Current children cumulated vsize (Kb) 13324

[startup+1801.13 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384896/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=13504 CPUtime=1800.7
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10727183 0 0 0 174553 5517 0 0 25 0 1 0 163701984 13828096 2970 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 11390679 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3376 2970 227 40 0 2793 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 13504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.13 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7088
/proc/meminfo: memFree=1384896/2055920 swapFree=4183252/4192956
[pid=7086] ppid=7084 vsize=13504 CPUtime=1800.7
/proc/7086/stat : 7086 (glpPBv3) R 7084 7086 7037 0 -1 0 10727219 0 0 0 174553 5517 0 0 25 0 1 0 163701984 13828096 2970 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 11390679 0 0 4096 0 0 0 0 17 1 0 0
/proc/7086/statm: 3376 2970 227 40 0 2793 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 13504

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.14
CPU time (s): 1800.71
CPU user time (s): 1745.54
CPU system time (s): 55.1786
CPU usage (%): 99.9763
Max. virtual memory (cumulated for all children) (Kb): 14564
The end

Launcher Data (download as text)

Begin job on node3 on Sat Jul 29 10:20:04 UTC 2006


FILE ID= 85298-1154168404

PBS_JOBID= 893072

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8c2.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node3/85298-1154168404/instance-85298-1154168404.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-85298-1154168404 -o ROOT/results/node3/solver-85298-1154168404 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node3/85298-1154168404/instance-85298-1154168404.opb

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  86a5a0860b111dc876591f0b93da0f3c

RANDOM SEED= 653371777

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.231
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.231
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:       1396616 kB
Buffers:         25816 kB
Cached:         573072 kB
SwapCached:       3524 kB
Active:          56408 kB
Inactive:       551024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1396616 kB
SwapTotal:     4192956 kB
SwapFree:      4183252 kB
Dirty:             188 kB
Writeback:           0 kB
Mapped:          14504 kB
Slab:            37936 kB
Committed_AS:   674268 kB
PageTables:       1404 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node3 on Sat Jul 29 10:50:05 UTC 2006