Trace number 85336

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8e1.opb
MD5SUM9711add7b63200e6cedabbc5764a3737
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark343
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 343
Optimality of the best value was proved NO
Number of variables1040
Total number of constraints3656
Number of constraints which are clauses3656
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 1040
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 1040
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 1040
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/node2/watcher-85336-1154169541 -o ROOT/results/node2/solver-85336-1154169541 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node2/85336-1154169541/instance-85336-1154169541.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.91 3/64 6540
/proc/meminfo: memFree=1196592/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=1232 CPUtime=0
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 60 0 0 0 0 0 0 0 18 0 1 0 163815674 1261568 43 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 10535716 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 308 43 33 40 0 8 0

[startup+10.002 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6540
/proc/meminfo: memFree=1192112/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=6916 CPUtime=9.99
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 1521 0 0 0 998 1 0 0 25 0 1 0 163815674 7081984 1352 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 1729 1352 227 40 0 1146 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 6916

[startup+20.0078 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6540
/proc/meminfo: memFree=1191920/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=6916 CPUtime=19.99
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2058 0 0 0 1998 1 0 0 25 0 1 0 163815674 7081984 1355 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134570041 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 1729 1355 227 40 0 1146 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 6916

[startup+30.0147 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6540
/proc/meminfo: memFree=1191920/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=6916 CPUtime=30
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 7339 0 0 0 2994 6 0 0 25 0 1 0 163815674 7081984 1355 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542970 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 1729 1355 227 40 0 1146 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 6916

[startup+40.0215 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6540
/proc/meminfo: memFree=1191920/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=7284 CPUtime=40
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 17436 0 0 0 3989 11 0 0 25 0 1 0 163815674 7458816 1415 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643512 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 1821 1415 227 40 0 1238 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 7284

[startup+50.0284 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6540
/proc/meminfo: memFree=1191792/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=7376 CPUtime=50
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 31409 0 0 0 4984 16 0 0 25 0 1 0 163815674 7553024 1438 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 1844 1438 227 40 0 1261 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 7376

[startup+60.0342 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6540
/proc/meminfo: memFree=1191728/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=6916 CPUtime=60.01
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 54850 0 0 0 5973 28 0 0 25 0 1 0 163815674 7081984 1355 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629276 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 1729 1355 227 40 0 1146 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 6916

[startup+70.0411 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6540
/proc/meminfo: memFree=1191664/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=7556 CPUtime=70.01
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 80645 0 0 0 6961 40 0 0 25 0 1 0 163815674 7737344 1483 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134591068 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 1889 1483 227 40 0 1306 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 7556

[startup+80.0479 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6540
/proc/meminfo: memFree=1191792/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=7196 CPUtime=80.01
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 107132 0 0 0 7950 51 0 0 25 0 1 0 163815674 7368704 1417 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 11001559 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 1799 1421 227 40 0 1216 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 7196

[startup+90.0537 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6540
/proc/meminfo: memFree=1191408/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=7740 CPUtime=90.01
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 146989 0 0 0 8933 68 0 0 25 0 1 0 163815674 7925760 1529 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 1935 1529 227 40 0 1352 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 7740

[startup+100.06 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6540
/proc/meminfo: memFree=1191344/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=7832 CPUtime=100.02
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 177069 0 0 0 9920 82 0 0 25 0 1 0 163815674 8019968 1552 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 1958 1552 227 40 0 1375 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 7832

[startup+110.066 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6540
/proc/meminfo: memFree=1191536/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=7752 CPUtime=110.02
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 213460 0 0 0 10904 98 0 0 25 0 1 0 163815674 7938048 1561 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 1976 1562 227 40 0 1393 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 7752

[startup+120.072 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6540
/proc/meminfo: memFree=1191152/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=8004 CPUtime=120.02
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 242253 0 0 0 11890 112 0 0 25 0 1 0 163815674 8196096 1595 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 2001 1595 227 40 0 1418 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 8004

[startup+130.078 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6542
/proc/meminfo: memFree=1191088/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=8084 CPUtime=130.03
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 266764 0 0 0 12880 123 0 0 25 0 1 0 163815674 8278016 1615 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134582195 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 2021 1615 227 40 0 1438 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 8084

[startup+140.085 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6542
/proc/meminfo: memFree=1191024/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=8160 CPUtime=140.03
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 294323 0 0 0 13866 137 0 0 25 0 1 0 163815674 8355840 1634 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 2040 1634 227 40 0 1457 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 8160

[startup+150.091 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6542
/proc/meminfo: memFree=1191152/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=7696 CPUtime=150.04
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 321884 0 0 0 14854 150 0 0 25 0 1 0 163815674 7880704 1550 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 1924 1550 227 40 0 1341 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 7696

[startup+160.097 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6542
/proc/meminfo: memFree=1191088/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=7772 CPUtime=160.03
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 350441 0 0 0 15840 163 0 0 25 0 1 0 163815674 7958528 1569 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134628964 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 1943 1569 227 40 0 1360 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 7772

[startup+170.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6542
/proc/meminfo: memFree=1190960/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=7860 CPUtime=170.03
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 376401 0 0 0 16827 176 0 0 25 0 1 0 163815674 8048640 1591 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 1965 1591 227 40 0 1382 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 7860

[startup+180.108 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6542
/proc/meminfo: memFree=1190896/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=7952 CPUtime=180.04
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 405504 0 0 0 17812 192 0 0 25 0 1 0 163815674 8142848 1614 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643494 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 1988 1614 227 40 0 1405 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 7952

[startup+190.114 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6542
/proc/meminfo: memFree=1190512/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=8024 CPUtime=190.04
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 433392 0 0 0 18799 205 0 0 25 0 1 0 163815674 8216576 1632 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134626418 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 2006 1632 227 40 0 1423 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 8024

[startup+200.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6542
/proc/meminfo: memFree=1190704/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=8124 CPUtime=200.05
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 461450 0 0 0 19788 217 0 0 25 0 1 0 163815674 8318976 1657 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629073 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 2031 1657 227 40 0 1448 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 8124

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

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

/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2933136 0 0 0 176824 1313 0 0 25 0 1 0 163815674 13869056 3012 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542970 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3386 3012 227 40 0 2803 0
Current children cumulated CPU time (s) 1781.37
Current children cumulated vsize (Kb) 13544

[startup+1783.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1185008/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=13544 CPUtime=1782.38
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2934096 0 0 0 176924 1314 0 0 25 0 1 0 163815674 13869056 3012 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134609895 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3386 3012 227 40 0 2803 0
Current children cumulated CPU time (s) 1782.38
Current children cumulated vsize (Kb) 13544

[startup+1784.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1184944/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=13560 CPUtime=1783.38
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2935300 0 0 0 177024 1314 0 0 25 0 1 0 163815674 13885440 3016 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3390 3016 227 40 0 2807 0
Current children cumulated CPU time (s) 1783.38
Current children cumulated vsize (Kb) 13560

[startup+1785.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1184944/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=13560 CPUtime=1784.39
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2936860 0 0 0 177124 1315 0 0 25 0 1 0 163815674 13885440 3016 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629086 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3390 3016 227 40 0 2807 0
Current children cumulated CPU time (s) 1784.39
Current children cumulated vsize (Kb) 13560

[startup+1786.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1184944/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=13564 CPUtime=1785.39
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2938942 0 0 0 177223 1316 0 0 25 0 1 0 163815674 13889536 3017 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134632630 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3391 3017 227 40 0 2808 0
Current children cumulated CPU time (s) 1785.39
Current children cumulated vsize (Kb) 13564

[startup+1787.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1184944/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=13572 CPUtime=1786.4
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2940759 0 0 0 177323 1317 0 0 25 0 1 0 163815674 13897728 3019 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134626346 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3393 3019 227 40 0 2810 0
Current children cumulated CPU time (s) 1786.4
Current children cumulated vsize (Kb) 13572

[startup+1788.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1184752/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=14184 CPUtime=1787.41
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2942816 0 0 0 177423 1318 0 0 25 0 1 0 163815674 14524416 3140 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 11001559 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3546 3140 227 40 0 2963 0
Current children cumulated CPU time (s) 1787.41
Current children cumulated vsize (Kb) 14184

[startup+1789.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1184944/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=13588 CPUtime=1788.41
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2945027 0 0 0 177522 1319 0 0 25 0 1 0 163815674 13914112 3023 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134569956 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3397 3023 227 40 0 2814 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (Kb) 13588

[startup+1790.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1184624/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=13596 CPUtime=1789.41
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2947328 0 0 0 177621 1320 0 0 25 0 1 0 163815674 13922304 3025 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3399 3025 227 40 0 2816 0
Current children cumulated CPU time (s) 1789.41
Current children cumulated vsize (Kb) 13596

[startup+1791.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1184624/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=14216 CPUtime=1790.42
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2949294 0 0 0 177721 1321 0 0 25 0 1 0 163815674 14557184 3148 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3554 3148 227 40 0 2971 0
Current children cumulated CPU time (s) 1790.42
Current children cumulated vsize (Kb) 14216

[startup+1792.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1184944/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=13612 CPUtime=1791.42
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2950748 0 0 0 177821 1321 0 0 25 0 1 0 163815674 13938688 3029 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134632822 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3403 3029 227 40 0 2820 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (Kb) 13612

[startup+1793.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1184880/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=13620 CPUtime=1792.43
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2952714 0 0 0 177921 1322 0 0 25 0 1 0 163815674 13946880 3031 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134632895 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3405 3031 227 40 0 2822 0
Current children cumulated CPU time (s) 1792.43
Current children cumulated vsize (Kb) 13620

[startup+1794.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1184944/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=13628 CPUtime=1793.43
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2954047 0 0 0 178021 1322 0 0 25 0 1 0 163815674 13955072 3033 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643780 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3407 3033 227 40 0 2824 0
Current children cumulated CPU time (s) 1793.43
Current children cumulated vsize (Kb) 13628

[startup+1795.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1184944/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=13636 CPUtime=1794.44
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2955864 0 0 0 178121 1323 0 0 25 0 1 0 163815674 13963264 3035 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643687 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3409 3035 227 40 0 2826 0
Current children cumulated CPU time (s) 1794.44
Current children cumulated vsize (Kb) 13636

[startup+1796.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1184944/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=14204 CPUtime=1795.44
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2958063 0 0 0 178220 1324 0 0 25 0 1 0 163815674 14544896 3149 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134639224 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3551 3149 227 40 0 2968 0
Current children cumulated CPU time (s) 1795.44
Current children cumulated vsize (Kb) 14204

[startup+1797.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1184944/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=13644 CPUtime=1796.45
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2959766 0 0 0 178320 1325 0 0 25 0 1 0 163815674 13971456 3037 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629078 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3411 3037 227 40 0 2828 0
Current children cumulated CPU time (s) 1796.45
Current children cumulated vsize (Kb) 13644

[startup+1798.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1184944/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=13652 CPUtime=1797.45
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2961704 0 0 0 178419 1326 0 0 25 0 1 0 163815674 13979648 3039 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643364 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3413 3039 227 40 0 2830 0
Current children cumulated CPU time (s) 1797.45
Current children cumulated vsize (Kb) 13652

[startup+1799.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1184944/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=14228 CPUtime=1798.45
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2964026 0 0 0 178518 1327 0 0 25 0 1 0 163815674 14569472 3155 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134636817 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3557 3155 227 40 0 2974 0
Current children cumulated CPU time (s) 1798.45
Current children cumulated vsize (Kb) 14228

[startup+1800.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1184688/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=14276 CPUtime=1799.46
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2966074 0 0 0 178618 1328 0 0 25 0 1 0 163815674 14618624 3163 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643544 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3569 3163 227 40 0 2986 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (Kb) 14276

[startup+1801.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1184624/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=13676 CPUtime=1800.46
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2968054 0 0 0 178718 1328 0 0 25 0 1 0 163815674 14004224 3045 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134541570 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3419 3045 227 40 0 2836 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 13676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6740
/proc/meminfo: memFree=1184944/2055920 swapFree=4182688/4192956
[pid=6540] ppid=6538 vsize=14236 CPUtime=1800.46
/proc/6540/stat : 6540 (glpPBv3) R 6538 6540 6491 0 -1 0 2968166 0 0 0 178718 1328 0 0 25 0 1 0 163815674 14577664 3157 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 11001559 0 0 4096 0 0 0 0 17 1 0 0
/proc/6540/statm: 3559 3157 227 40 0 2976 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 14236

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.48
CPU user time (s): 1787.19
CPU system time (s): 13.292
CPU usage (%): 99.9613
Max. virtual memory (cumulated for all children) (Kb): 14276
The end

Launcher Data (download as text)

Begin job on node2 on Sat Jul 29 10:39:01 UTC 2006


FILE ID= 85336-1154169541

PBS_JOBID= 893110

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

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  9711add7b63200e6cedabbc5764a3737

RANDOM SEED= 802261753

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.276
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.276
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:       1196800 kB
Buffers:         44540 kB
Cached:         736188 kB
SwapCached:       3992 kB
Active:         127080 kB
Inactive:       662604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1196800 kB
SwapTotal:     4192956 kB
SwapFree:      4182688 kB
Dirty:             180 kB
Writeback:           0 kB
Mapped:          14528 kB
Slab:            55404 kB
Committed_AS:   739760 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node2 on Sat Jul 29 11:09:02 UTC 2006