Trace number 41474

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
PBS 4.1L? (TO) 1800.73 1801.18

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-gesa2-o.opb
MD5SUM2ee0b4368a56ab3fadfc3737456bcd30
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1259
Best CPU time to get the best result obtained on this benchmark1800.64
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 799
Optimality of the best value was proved NO
Number of variables16224
Total number of constraints1488
Number of constraints which are clauses192
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1296
Minimum length of a constraint2
Maximum length of a constraint309
Number of terms in the objective function 10368
Biggest coefficient in the objective function 1219
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 532440
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 532440
Number of bits of the biggest sum of numbers20
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 PBS v4 by Bashar Al-Rawi & Fadi Aloul
0.00	c Solving ROOT/tmp/node61/41474-1149361285/instance-41474-1149361285.opb ......

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
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node61/watcher-41474-1149361285 -o ROOT/results/node61/solver-41474-1149361285 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node61/41474-1149361285/instance-41474-1149361285.opb 691300144 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.96 0.98 2/64 9135
/proc/meminfo: memFree=1560992/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=2924 CPUtime=0
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 218 0 0 0 0 0 0 0 19 0 1 0 201796400 2994176 202 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134599096 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 731 203 90 232 0 496 0

[startup+10.0014 s]
/proc/loadavg: 0.93 0.96 0.98 2/64 9135
/proc/meminfo: memFree=1551872/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=10748 CPUtime=10
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 2949 0 0 0 997 3 0 0 25 0 1 0 201796400 11005952 2389 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546650 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 2687 2389 105 232 0 2452 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (Kb) 10748

[startup+20.0074 s]
/proc/loadavg: 0.94 0.96 0.98 2/64 9135
/proc/meminfo: memFree=1549984/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=15348 CPUtime=19.99
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 3527 0 0 0 1994 5 0 0 25 0 1 0 201796400 15716352 2918 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551632 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 3837 2918 105 232 0 3602 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 15348

[startup+30.0133 s]
/proc/loadavg: 0.95 0.96 0.98 2/64 9135
/proc/meminfo: memFree=1546848/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=16148 CPUtime=30
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 4394 0 0 0 2992 8 0 0 25 0 1 0 201796400 16535552 3688 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 4037 3688 105 232 0 3802 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 16148

[startup+40.0193 s]
/proc/loadavg: 0.96 0.96 0.98 2/64 9135
/proc/meminfo: memFree=1544800/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=24608 CPUtime=40
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 4931 0 0 0 3989 11 0 0 25 0 1 0 201796400 25198592 4225 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 6152 4225 105 232 0 5917 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 24608

[startup+50.0253 s]
/proc/loadavg: 0.96 0.96 0.98 2/64 9135
/proc/meminfo: memFree=1542432/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=24908 CPUtime=50
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 5521 0 0 0 4988 12 0 0 25 0 1 0 201796400 25505792 4815 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 6227 4815 105 232 0 5992 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 24908

[startup+60.0312 s]
/proc/loadavg: 0.97 0.96 0.98 2/64 9135
/proc/meminfo: memFree=1540320/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=25080 CPUtime=60.01
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 6037 0 0 0 5986 15 0 0 25 0 1 0 201796400 25681920 5331 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 6270 5331 105 232 0 6035 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 25080

[startup+70.0372 s]
/proc/loadavg: 0.97 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1538592/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=25968 CPUtime=70.01
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 6666 0 0 0 6984 17 0 0 25 0 1 0 201796400 26591232 5767 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 6492 5767 105 232 0 6257 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 25968

[startup+80.0432 s]
/proc/loadavg: 0.98 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1536608/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=42492 CPUtime=80.01
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 7174 0 0 0 7983 18 0 0 25 0 1 0 201796400 43511808 6275 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 10623 6275 105 232 0 10388 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 42492

[startup+90.0491 s]
/proc/loadavg: 0.98 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1535648/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=42804 CPUtime=90.02
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 7408 0 0 0 8983 19 0 0 25 0 1 0 201796400 43831296 6509 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 10701 6509 105 232 0 10466 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 42804

[startup+100.055 s]
/proc/loadavg: 0.98 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1534688/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=43140 CPUtime=100.03
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 7638 0 0 0 9982 21 0 0 25 0 1 0 201796400 44175360 6739 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549239 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 10785 6739 105 232 0 10550 0
Current children cumulated CPU time (s) 100.03
Current children cumulated vsize (Kb) 43140

[startup+110.061 s]
/proc/loadavg: 0.98 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1533472/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=43336 CPUtime=110.03
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 7939 0 0 0 10980 23 0 0 25 0 1 0 201796400 44376064 7040 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 10834 7040 105 232 0 10599 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 43336

[startup+120.066 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1532192/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=43612 CPUtime=120.02
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 8259 0 0 0 11978 24 0 0 25 0 1 0 201796400 44658688 7360 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 10903 7360 105 232 0 10668 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 43612

[startup+130.072 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1530848/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=43924 CPUtime=130.03
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 8596 0 0 0 12976 27 0 0 25 0 1 0 201796400 44978176 7697 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 10981 7697 105 232 0 10746 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 43924

[startup+140.078 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1530400/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=44240 CPUtime=140.04
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 8711 0 0 0 13975 29 0 0 25 0 1 0 201796400 45301760 7812 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 11060 7812 105 232 0 10825 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 44240

[startup+150.084 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1530208/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=44288 CPUtime=150.04
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 8755 0 0 0 14973 31 0 0 25 0 1 0 201796400 45350912 7856 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550727 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 11072 7856 105 232 0 10837 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 44288

[startup+160.09 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1529952/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=44480 CPUtime=160.04
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 8826 0 0 0 15973 31 0 0 25 0 1 0 201796400 45547520 7927 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558799 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 11120 7927 105 232 0 10885 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 44480

[startup+170.097 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1529632/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=46080 CPUtime=170.04
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 9255 0 0 0 16972 32 0 0 25 0 1 0 201796400 47185920 7971 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549259 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 11520 7971 105 232 0 11285 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 46080

[startup+180.102 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1528736/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=46200 CPUtime=180.05
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 9505 0 0 0 17971 34 0 0 25 0 1 0 201796400 47308800 8221 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 11550 8221 105 232 0 11315 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 46200

[startup+190.108 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1527584/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=46280 CPUtime=190.05
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 9802 0 0 0 18970 35 0 0 25 0 1 0 201796400 47390720 8518 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 11570 8518 105 232 0 11335 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 46280

[startup+200.114 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1527136/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=46296 CPUtime=200.06
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 9903 0 0 0 19969 37 0 0 25 0 1 0 201796400 47407104 8619 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 11574 8619 105 232 0 11339 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 46296

[startup+210.12 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1526368/2055920 swapFree=4180908/4192956

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

/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18782 0 0 0 177946 215 0 0 25 0 1 0 201796400 69095424 15192 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549257 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15192 105 232 0 16634 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (Kb) 67476

[startup+1783.07 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500576/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1782.62
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18783 0 0 0 178047 215 0 0 25 0 1 0 201796400 69095424 15193 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15193 105 232 0 16634 0
Current children cumulated CPU time (s) 1782.62
Current children cumulated vsize (Kb) 67476

[startup+1784.07 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500576/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1783.62
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18784 0 0 0 178147 215 0 0 25 0 1 0 201796400 69095424 15194 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15194 105 232 0 16634 0
Current children cumulated CPU time (s) 1783.62
Current children cumulated vsize (Kb) 67476

[startup+1785.08 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500576/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1784.62
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18785 0 0 0 178247 215 0 0 25 0 1 0 201796400 69095424 15195 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15195 105 232 0 16634 0
Current children cumulated CPU time (s) 1784.62
Current children cumulated vsize (Kb) 67476

[startup+1786.08 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500576/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1785.63
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18787 0 0 0 178348 215 0 0 25 0 1 0 201796400 69095424 15197 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15197 105 232 0 16634 0
Current children cumulated CPU time (s) 1785.63
Current children cumulated vsize (Kb) 67476

[startup+1787.09 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500576/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1786.63
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18788 0 0 0 178448 215 0 0 25 0 1 0 201796400 69095424 15198 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15198 105 232 0 16634 0
Current children cumulated CPU time (s) 1786.63
Current children cumulated vsize (Kb) 67476

[startup+1788.09 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500576/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1787.64
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18788 0 0 0 178548 216 0 0 25 0 1 0 201796400 69095424 15198 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15198 105 232 0 16634 0
Current children cumulated CPU time (s) 1787.64
Current children cumulated vsize (Kb) 67476

[startup+1789.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500576/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1788.65
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18789 0 0 0 178649 216 0 0 25 0 1 0 201796400 69095424 15199 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15199 105 232 0 16634 0
Current children cumulated CPU time (s) 1788.65
Current children cumulated vsize (Kb) 67476

[startup+1790.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500512/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1789.65
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18790 0 0 0 178749 216 0 0 25 0 1 0 201796400 69095424 15200 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15200 105 232 0 16634 0
Current children cumulated CPU time (s) 1789.65
Current children cumulated vsize (Kb) 67476

[startup+1791.11 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500512/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1790.66
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18791 0 0 0 178850 216 0 0 25 0 1 0 201796400 69095424 15201 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15201 105 232 0 16634 0
Current children cumulated CPU time (s) 1790.66
Current children cumulated vsize (Kb) 67476

[startup+1792.11 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500512/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1791.66
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18792 0 0 0 178950 216 0 0 25 0 1 0 201796400 69095424 15202 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15202 105 232 0 16634 0
Current children cumulated CPU time (s) 1791.66
Current children cumulated vsize (Kb) 67476

[startup+1793.12 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500512/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1792.67
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18792 0 0 0 179051 216 0 0 25 0 1 0 201796400 69095424 15202 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15202 105 232 0 16634 0
Current children cumulated CPU time (s) 1792.67
Current children cumulated vsize (Kb) 67476

[startup+1794.12 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500512/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1793.67
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18793 0 0 0 179151 216 0 0 25 0 1 0 201796400 69095424 15203 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558793 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15203 105 232 0 16634 0
Current children cumulated CPU time (s) 1793.67
Current children cumulated vsize (Kb) 67476

[startup+1795.13 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500448/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1794.67
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18809 0 0 0 179251 216 0 0 25 0 1 0 201796400 69095424 15219 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15219 105 232 0 16634 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (Kb) 67476

[startup+1796.13 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500448/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1795.68
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18810 0 0 0 179352 216 0 0 25 0 1 0 201796400 69095424 15220 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15220 105 232 0 16634 0
Current children cumulated CPU time (s) 1795.68
Current children cumulated vsize (Kb) 67476

[startup+1797.14 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500448/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1796.68
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18812 0 0 0 179452 216 0 0 25 0 1 0 201796400 69095424 15222 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15222 105 232 0 16634 0
Current children cumulated CPU time (s) 1796.68
Current children cumulated vsize (Kb) 67476

[startup+1798.14 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500384/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1797.69
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18822 0 0 0 179552 217 0 0 25 0 1 0 201796400 69095424 15232 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15232 105 232 0 16634 0
Current children cumulated CPU time (s) 1797.69
Current children cumulated vsize (Kb) 67476

[startup+1799.15 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500384/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1798.69
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18823 0 0 0 179652 217 0 0 25 0 1 0 201796400 69095424 15233 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15233 105 232 0 16634 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (Kb) 67476

[startup+1800.15 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500384/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1799.7
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18824 0 0 0 179753 217 0 0 25 0 1 0 201796400 69095424 15234 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15234 105 232 0 16634 0
Current children cumulated CPU time (s) 1799.7
Current children cumulated vsize (Kb) 67476

[startup+1801.16 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500384/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1800.7
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18825 0 0 0 179853 217 0 0 25 0 1 0 201796400 69095424 15235 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15235 105 232 0 16634 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 67476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.16 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 9135
/proc/meminfo: memFree=1500384/2055920 swapFree=4180908/4192956
[pid=9135] ppid=9133 vsize=67476 CPUtime=1800.7
/proc/9135/stat : 9135 (PBS4L) R 9133 9135 9089 0 -1 4194304 18825 0 0 0 179853 217 0 0 25 0 1 0 201796400 69095424 15235 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9135/statm: 16869 15235 105 232 0 16634 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 67476

Sending SIGTERM to -9135
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.18
CPU time (s): 1800.73
CPU user time (s): 1798.54
CPU system time (s): 2.18867
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (Kb): 67476
The end

Launcher Data (download as text)

Begin job on node61 on Sat Jun  3 19:01:25 UTC 2006


FILE ID= 41474-1149361285

PBS_JOBID= 311525

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-gesa2-o.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node61/41474-1149361285/instance-41474-1149361285.opb 691300144
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-41474-1149361285 -o ROOT/results/node61/solver-41474-1149361285 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node61/41474-1149361285/instance-41474-1149361285.opb 691300144

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  2ee0b4368a56ab3fadfc3737456bcd30

RANDOM SEED= 691300144


/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.232
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.232
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:       1561200 kB
Buffers:         18884 kB
Cached:         409124 kB
SwapCached:       3724 kB
Active:          66952 kB
Inactive:       369728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1561200 kB
SwapTotal:     4192956 kB
SwapFree:      4180908 kB
Dirty:             216 kB
Writeback:           0 kB
Mapped:          14724 kB
Slab:            44188 kB
Committed_AS:   375012 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 node61 on Sat Jun  3 19:31:26 UTC 2006