Trace number 41383

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.65 1801.23

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-fit2d.opb
MD5SUMb5e82d02e51b7eb09c369bc9f6b2937f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1
Best CPU time to get the best result obtained on this benchmark1804.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables118500
Total number of constraints10525
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10525
Minimum length of a constraint10
Maximum length of a constraint118500
Number of terms in the objective function 102000
Biggest coefficient in the objective function 1981
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 601677
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 13452
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 608143
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/node35/41383-1149339639/instance-41383-1149339639.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/node35/watcher-41383-1149339639 -o ROOT/results/node35/solver-41383-1149339639 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node35/41383-1149339639/instance-41383-1149339639.opb 760537218 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.92 2/64 7035
/proc/meminfo: memFree=1412808/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=12512 CPUtime=0
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 223 0 0 0 0 0 0 0 18 0 1 0 199627874 12812288 207 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134598843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 3128 208 90 232 0 2893 0

[startup+10.0023 s]
/proc/loadavg: 0.93 0.95 0.92 2/64 7035
/proc/meminfo: memFree=1391192/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=23772 CPUtime=9.99
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 5979 0 0 0 997 2 0 0 25 0 1 0 199627874 24342528 5573 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613926 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 5943 5573 98 232 0 5708 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 23772

[startup+20.0095 s]
/proc/loadavg: 0.94 0.96 0.92 2/64 7035
/proc/meminfo: memFree=1391448/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=23772 CPUtime=20
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 5979 0 0 0 1998 2 0 0 25 0 1 0 199627874 24342528 5573 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613926 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 5943 5573 98 232 0 5708 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 23772

[startup+30.0158 s]
/proc/loadavg: 0.95 0.96 0.92 2/70 7098
/proc/meminfo: memFree=1388904/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=25368 CPUtime=29.99
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 6379 0 0 0 2994 5 0 0 25 0 1 0 199627874 25976832 5973 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134614307 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 6342 5973 99 232 0 6107 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 25368

[startup+40.022 s]
/proc/loadavg: 0.95 0.96 0.92 2/70 7156
/proc/meminfo: memFree=1388712/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=25368 CPUtime=39.97
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 6379 0 0 0 3992 5 0 0 25 0 1 0 199627874 25976832 5973 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134614303 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 6342 5973 99 232 0 6107 0
Current children cumulated CPU time (s) 39.97
Current children cumulated vsize (Kb) 25368

[startup+50.0292 s]
/proc/loadavg: 0.96 0.96 0.92 2/64 7230
/proc/meminfo: memFree=1389776/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=25368 CPUtime=49.95
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 6379 0 0 0 4990 5 0 0 25 0 1 0 199627874 25976832 5973 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134614245 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 6342 5973 99 232 0 6107 0
Current children cumulated CPU time (s) 49.95
Current children cumulated vsize (Kb) 25368

[startup+60.0354 s]
/proc/loadavg: 0.97 0.96 0.92 2/64 7230
/proc/meminfo: memFree=1384144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=30964 CPUtime=59.96
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 14012 0 0 0 5988 8 0 0 25 0 1 0 199627874 31707136 7394 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613131 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 7741 7394 99 232 0 7506 0
Current children cumulated CPU time (s) 59.96
Current children cumulated vsize (Kb) 30964

[startup+70.0416 s]
/proc/loadavg: 0.97 0.96 0.92 2/64 7230
/proc/meminfo: memFree=1384152/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=30964 CPUtime=69.96
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 14012 0 0 0 6988 8 0 0 25 0 1 0 199627874 31707136 7394 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613131 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 7741 7394 99 232 0 7506 0
Current children cumulated CPU time (s) 69.96
Current children cumulated vsize (Kb) 30964

[startup+80.0478 s]
/proc/loadavg: 0.98 0.96 0.92 2/64 7230
/proc/meminfo: memFree=1384152/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=30964 CPUtime=79.96
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 14012 0 0 0 7988 8 0 0 25 0 1 0 199627874 31707136 7394 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613138 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 7741 7394 99 232 0 7506 0
Current children cumulated CPU time (s) 79.96
Current children cumulated vsize (Kb) 30964

[startup+90.053 s]
/proc/loadavg: 0.98 0.96 0.92 2/64 7230
/proc/meminfo: memFree=1384152/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=30964 CPUtime=89.96
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 14012 0 0 0 8988 8 0 0 25 0 1 0 199627874 31707136 7394 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613138 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 7741 7394 99 232 0 7506 0
Current children cumulated CPU time (s) 89.96
Current children cumulated vsize (Kb) 30964

[startup+100.059 s]
/proc/loadavg: 0.98 0.96 0.92 2/64 7230
/proc/meminfo: memFree=1382488/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=32816 CPUtime=99.97
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 14475 0 0 0 9989 8 0 0 25 0 1 0 199627874 33603584 7857 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134615133 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 8204 7857 99 232 0 7969 0
Current children cumulated CPU time (s) 99.97
Current children cumulated vsize (Kb) 32816

[startup+110.065 s]
/proc/loadavg: 0.98 0.96 0.92 2/64 7230
/proc/meminfo: memFree=1382488/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=32816 CPUtime=109.97
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 14475 0 0 0 10989 8 0 0 25 0 1 0 199627874 33603584 7857 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134615133 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 8204 7857 99 232 0 7969 0
Current children cumulated CPU time (s) 109.97
Current children cumulated vsize (Kb) 32816

[startup+120.072 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 7230
/proc/meminfo: memFree=1382488/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=32816 CPUtime=119.97
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 14475 0 0 0 11989 8 0 0 25 0 1 0 199627874 33603584 7857 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134615140 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 8204 7857 99 232 0 7969 0
Current children cumulated CPU time (s) 119.97
Current children cumulated vsize (Kb) 32816

[startup+130.078 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 7230
/proc/meminfo: memFree=1382552/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=32816 CPUtime=129.97
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 14475 0 0 0 12989 8 0 0 25 0 1 0 199627874 33603584 7857 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134615142 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 8204 7857 99 232 0 7969 0
Current children cumulated CPU time (s) 129.97
Current children cumulated vsize (Kb) 32816

[startup+140.085 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 7230
/proc/meminfo: memFree=1380376/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=35144 CPUtime=139.98
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 15010 0 0 0 13990 8 0 0 25 0 1 0 199627874 35987456 8392 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134614300 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 8786 8392 99 232 0 8551 0
Current children cumulated CPU time (s) 139.98
Current children cumulated vsize (Kb) 35144

[startup+150.091 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 7230
/proc/meminfo: memFree=1380376/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=35144 CPUtime=149.98
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 15010 0 0 0 14990 8 0 0 25 0 1 0 199627874 35987456 8392 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134614305 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 8786 8392 99 232 0 8551 0
Current children cumulated CPU time (s) 149.98
Current children cumulated vsize (Kb) 35144

[startup+160.097 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 7230
/proc/meminfo: memFree=1380376/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=35144 CPUtime=159.98
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 15010 0 0 0 15990 8 0 0 25 0 1 0 199627874 35987456 8392 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134614264 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 8786 8392 99 232 0 8551 0
Current children cumulated CPU time (s) 159.98
Current children cumulated vsize (Kb) 35144

[startup+170.104 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 7230
/proc/meminfo: memFree=1380376/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=35144 CPUtime=169.99
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 15010 0 0 0 16991 8 0 0 25 0 1 0 199627874 35987456 8392 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134614283 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 8786 8392 99 232 0 8551 0
Current children cumulated CPU time (s) 169.99
Current children cumulated vsize (Kb) 35144

[startup+180.11 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 7230
/proc/meminfo: memFree=1380056/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=35144 CPUtime=179.99
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 15505 0 0 0 17990 9 0 0 25 0 1 0 199627874 35987456 8424 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613239 0 0 4096 0 0 0 0 17 0 0 0
/proc/7035/statm: 8786 8424 99 232 0 8551 0
Current children cumulated CPU time (s) 179.99
Current children cumulated vsize (Kb) 35144

[startup+190.116 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 7230
/proc/meminfo: memFree=1380056/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=35144 CPUtime=190
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 15505 0 0 0 18991 9 0 0 25 0 1 0 199627874 35987456 8424 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613127 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 8786 8424 99 232 0 8551 0
Current children cumulated CPU time (s) 190
Current children cumulated vsize (Kb) 35144

[startup+200.122 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 7230
/proc/meminfo: memFree=1380056/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=35144 CPUtime=200
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 15505 0 0 0 19991 9 0 0 25 0 1 0 199627874 35987456 8424 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613248 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 8786 8424 99 232 0 8551 0
Current children cumulated CPU time (s) 200
Current children cumulated vsize (Kb) 35144

[startup+210.129 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 7230
/proc/meminfo: memFree=1380056/2055920 swapFree=4180888/4192956

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

/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 178116 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (Kb) 85604

[startup+1783.12 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1782.54
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 178217 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1782.54
Current children cumulated vsize (Kb) 85604

[startup+1784.12 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1783.54
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 178317 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1783.54
Current children cumulated vsize (Kb) 85604

[startup+1785.13 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1784.54
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 178417 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1784.54
Current children cumulated vsize (Kb) 85604

[startup+1786.13 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1785.55
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 178518 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (Kb) 85604

[startup+1787.14 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1786.55
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 178618 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1786.55
Current children cumulated vsize (Kb) 85604

[startup+1788.14 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1787.56
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 178719 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1787.56
Current children cumulated vsize (Kb) 85604

[startup+1789.15 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1788.56
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 178819 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1788.56
Current children cumulated vsize (Kb) 85604

[startup+1790.15 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1789.57
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 178920 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1789.57
Current children cumulated vsize (Kb) 85604

[startup+1791.16 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1790.57
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 179020 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1790.57
Current children cumulated vsize (Kb) 85604

[startup+1792.16 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1791.58
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 179121 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (Kb) 85604

[startup+1793.17 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1792.58
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 179221 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1792.58
Current children cumulated vsize (Kb) 85604

[startup+1794.17 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1793.59
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 179322 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1793.59
Current children cumulated vsize (Kb) 85604

[startup+1795.18 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1794.59
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 179422 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (Kb) 85604

[startup+1796.18 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1795.6
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 179523 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (Kb) 85604

[startup+1797.19 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1796.6
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 179623 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (Kb) 85604

[startup+1798.19 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1797.6
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 179723 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551629 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1797.6
Current children cumulated vsize (Kb) 85604

[startup+1799.2 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1798.61
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 179824 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (Kb) 85604

[startup+1800.2 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1799.61
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 179924 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1799.61
Current children cumulated vsize (Kb) 85604

[startup+1801.21 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1800.62
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 180025 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (Kb) 85604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.21 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7230
/proc/meminfo: memFree=1341144/2055920 swapFree=4180888/4192956
[pid=7035] ppid=7033 vsize=85604 CPUtime=1800.62
/proc/7035/stat : 7035 (PBS4L) R 7033 7035 6989 0 -1 4194304 33814 0 0 0 180025 37 0 0 25 0 1 0 199627874 87658496 18125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/7035/statm: 21401 18125 104 232 0 21166 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (Kb) 85604

Sending SIGTERM to -7035
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.23
CPU time (s): 1800.65
CPU user time (s): 1800.26
CPU system time (s): 0.38994
CPU usage (%): 99.9677
Max. virtual memory (cumulated for all children) (Kb): 85604
The end

Launcher Data (download as text)

Begin job on node35 on Sat Jun  3 13:00:40 UTC 2006


FILE ID= 41383-1149339639

PBS_JOBID= 310337

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-fit2d.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node35/41383-1149339639/instance-41383-1149339639.opb 760537218
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-41383-1149339639 -o ROOT/results/node35/solver-41383-1149339639 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node35/41383-1149339639/instance-41383-1149339639.opb 760537218

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  b5e82d02e51b7eb09c369bc9f6b2937f

RANDOM SEED= 760537218


/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.210
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.210
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:       1413208 kB
Buffers:         30804 kB
Cached:         542848 kB
SwapCached:       3872 kB
Active:         122080 kB
Inactive:       460404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1413208 kB
SwapTotal:     4192956 kB
SwapFree:      4180888 kB
Dirty:             180 kB
Writeback:           0 kB
Mapped:          14936 kB
Slab:            46244 kB
Committed_AS:   377376 kB
PageTables:       1432 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node35 on Sat Jun  3 13:30:41 UTC 2006