Trace number 41349

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.1LUNSAT 1653.56 1654.22

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-d2q06c.opb
MD5SUM121100115f65aafe7304954ad1ff7cf1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1653.56
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155010
Total number of constraints2171
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 constraints2171
Minimum length of a constraint30
Maximum length of a constraint3270
Number of terms in the objective function 89670
Biggest coefficient in the objective function 1092
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 602590
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 602590
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/node58/41349-1149331358/instance-41349-1149331358.opb ......
1654.18	c done parsing opb.
1654.18	s UNSATISFIABLE
1654.18	c Total Run Time					1600.71

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/node58/watcher-41349-1149331358 -o ROOT/results/node58/solver-41349-1149331358 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node58/41349-1149331358/instance-41349-1149331358.opb 119871961 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1671704/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=15936 CPUtime=0
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 188 0 0 0 0 0 0 0 18 0 1 0 35182701 16318464 172 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134599096 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 3984 174 90 232 0 3749 0

[startup+10.0019 s]
/proc/loadavg: 0.93 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1645800/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=28304 CPUtime=9.99
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 7108 0 0 0 997 2 0 0 25 0 1 0 35182701 28983296 6606 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613237 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 7076 6606 98 232 0 6841 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 28304

[startup+20.0079 s]
/proc/loadavg: 0.94 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1645992/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=28304 CPUtime=19.99
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 7108 0 0 0 1997 2 0 0 25 0 1 0 35182701 28983296 6606 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613248 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 7076 6606 98 232 0 6841 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 28304

[startup+30.0138 s]
/proc/loadavg: 0.95 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1644648/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=29708 CPUtime=29.99
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 7460 0 0 0 2997 2 0 0 25 0 1 0 35182701 30420992 6958 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134614264 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 7427 6958 99 232 0 7192 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 29708

[startup+40.0197 s]
/proc/loadavg: 0.95 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1644712/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=29708 CPUtime=40
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 7460 0 0 0 3998 2 0 0 25 0 1 0 35182701 30420992 6958 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134614300 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 7427 6958 99 232 0 7192 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 29708

[startup+50.0256 s]
/proc/loadavg: 0.96 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1620840/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=53996 CPUtime=50
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 17633 0 0 0 4994 6 0 0 25 0 1 0 35182701 55291904 12919 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613138 0 0 4096 0 0 0 0 17 0 0 0
/proc/4864/statm: 13499 12919 99 232 0 13264 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 53996

[startup+60.0316 s]
/proc/loadavg: 0.97 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1600936/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=87828 CPUtime=60
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 28419 0 0 0 5989 11 0 0 25 0 1 0 35182701 89935872 17873 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551260 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 21957 17873 104 232 0 21722 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 87828

[startup+70.0375 s]
/proc/loadavg: 0.97 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1600808/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=87828 CPUtime=70
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 28446 0 0 0 6989 11 0 0 25 0 1 0 35182701 89935872 17900 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549265 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 21957 17900 104 232 0 21722 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 87828

[startup+80.0444 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1600616/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=88084 CPUtime=80
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 28798 0 0 0 7989 11 0 0 25 0 1 0 35182701 90198016 17949 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 22021 17949 104 232 0 21786 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 88084

[startup+90.0513 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1600552/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=88084 CPUtime=90
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 28835 0 0 0 8989 11 0 0 25 0 1 0 35182701 90198016 17986 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 22021 17986 104 232 0 21786 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 88084

[startup+100.057 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1600296/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=88596 CPUtime=100
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 29179 0 0 0 9989 11 0 0 25 0 1 0 35182701 90722304 18027 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 22149 18027 104 232 0 21914 0
Current children cumulated CPU time (s) 100
Current children cumulated vsize (Kb) 88596

[startup+110.064 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1600040/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=88596 CPUtime=110
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 29568 0 0 0 10988 12 0 0 25 0 1 0 35182701 90722304 18113 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546640 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 22149 18113 104 232 0 21914 0
Current children cumulated CPU time (s) 110
Current children cumulated vsize (Kb) 88596

[startup+120.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1599912/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=89620 CPUtime=120.01
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 29597 0 0 0 11988 13 0 0 25 0 1 0 35182701 91770880 18142 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551216 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 22405 18142 104 232 0 22170 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 89620

[startup+130.076 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1599720/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=89620 CPUtime=130.01
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 29636 0 0 0 12988 13 0 0 25 0 1 0 35182701 91770880 18181 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551608 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 22405 18181 104 232 0 22170 0
Current children cumulated CPU time (s) 130.01
Current children cumulated vsize (Kb) 89620

[startup+140.082 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1599592/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=89620 CPUtime=140.01
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 29675 0 0 0 13988 13 0 0 25 0 1 0 35182701 91770880 18220 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 22405 18220 104 232 0 22170 0
Current children cumulated CPU time (s) 140.01
Current children cumulated vsize (Kb) 89620

[startup+150.088 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1599464/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=89620 CPUtime=150.01
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 29706 0 0 0 14988 13 0 0 25 0 1 0 35182701 91770880 18251 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 22405 18251 104 232 0 22170 0
Current children cumulated CPU time (s) 150.01
Current children cumulated vsize (Kb) 89620

[startup+160.094 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1599272/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=89620 CPUtime=160.01
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 29753 0 0 0 15988 13 0 0 25 0 1 0 35182701 91770880 18298 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 22405 18298 104 232 0 22170 0
Current children cumulated CPU time (s) 160.01
Current children cumulated vsize (Kb) 89620

[startup+170.101 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1599016/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=89620 CPUtime=170.02
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 29807 0 0 0 16988 14 0 0 25 0 1 0 35182701 91770880 18352 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546660 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 22405 18352 104 232 0 22170 0
Current children cumulated CPU time (s) 170.02
Current children cumulated vsize (Kb) 89620

[startup+180.107 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1598824/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=91668 CPUtime=180.02
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 29853 0 0 0 17988 14 0 0 25 0 1 0 35182701 93868032 18398 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 22917 18398 104 232 0 22682 0
Current children cumulated CPU time (s) 180.02
Current children cumulated vsize (Kb) 91668

[startup+190.113 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1598504/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=92056 CPUtime=190.02
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 29938 0 0 0 18988 14 0 0 25 0 1 0 35182701 94265344 18483 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 23014 18483 104 232 0 22779 0
Current children cumulated CPU time (s) 190.02
Current children cumulated vsize (Kb) 92056

[startup+200.119 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1598248/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=92056 CPUtime=200.03
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 29993 0 0 0 19988 15 0 0 25 0 1 0 35182701 94265344 18538 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 23014 18538 104 232 0 22779 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 92056

[startup+210.124 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 4864
/proc/meminfo: memFree=1597736/2055920 swapFree=4192948/4192956

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

/proc/4864/statm: 32315 27750 104 232 0 32080 0
Current children cumulated CPU time (s) 1440.28
Current children cumulated vsize (Kb) 129260

[startup+1450.88 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1560816/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=129260 CPUtime=1450.29
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 71631 0 0 0 144941 88 0 0 25 0 1 0 35182701 132362240 27758 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546643 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 32315 27758 104 232 0 32080 0
Current children cumulated CPU time (s) 1450.29
Current children cumulated vsize (Kb) 129260

[startup+1460.89 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1560304/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=130760 CPUtime=1460.29
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 72057 0 0 0 145941 88 0 0 25 0 1 0 35182701 133898240 27881 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551629 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 32690 27881 104 232 0 32455 0
Current children cumulated CPU time (s) 1460.29
Current children cumulated vsize (Kb) 130760

[startup+1470.89 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1560304/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=130760 CPUtime=1470.3
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 72365 0 0 0 146941 89 0 0 25 0 1 0 35182701 133898240 27886 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 32690 27886 104 232 0 32455 0
Current children cumulated CPU time (s) 1470.3
Current children cumulated vsize (Kb) 130760

[startup+1480.9 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1560240/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=130760 CPUtime=1480.29
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 72674 0 0 0 147940 89 0 0 25 0 1 0 35182701 133898240 27892 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 32690 27892 104 232 0 32455 0
Current children cumulated CPU time (s) 1480.29
Current children cumulated vsize (Kb) 130760

[startup+1490.9 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1560176/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=130760 CPUtime=1490.3
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 72992 0 0 0 148940 90 0 0 25 0 1 0 35182701 133898240 27907 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546666 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 32690 27907 104 232 0 32455 0
Current children cumulated CPU time (s) 1490.3
Current children cumulated vsize (Kb) 130760

[startup+1500.91 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1560176/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=130760 CPUtime=1500.3
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 73301 0 0 0 149940 90 0 0 25 0 1 0 35182701 133898240 27913 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 32690 27913 104 232 0 32455 0
Current children cumulated CPU time (s) 1500.3
Current children cumulated vsize (Kb) 130760

[startup+1510.92 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1560112/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=130760 CPUtime=1510.3
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 73609 0 0 0 150940 90 0 0 25 0 1 0 35182701 133898240 27918 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134543358 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 32690 27918 104 232 0 32455 0
Current children cumulated CPU time (s) 1510.3
Current children cumulated vsize (Kb) 130760

[startup+1520.92 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1560048/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=130760 CPUtime=1520.31
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 73919 0 0 0 151940 91 0 0 25 0 1 0 35182701 133898240 27925 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551608 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 32690 27925 104 232 0 32455 0
Current children cumulated CPU time (s) 1520.31
Current children cumulated vsize (Kb) 130760

[startup+1530.93 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1560048/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=130760 CPUtime=1530.31
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 74228 0 0 0 152939 92 0 0 25 0 1 0 35182701 133898240 27931 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 32690 27931 104 232 0 32455 0
Current children cumulated CPU time (s) 1530.31
Current children cumulated vsize (Kb) 130760

[startup+1540.93 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1560048/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=130760 CPUtime=1540.31
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 74234 0 0 0 153939 92 0 0 25 0 1 0 35182701 133898240 27937 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 32690 27937 104 232 0 32455 0
Current children cumulated CPU time (s) 1540.31
Current children cumulated vsize (Kb) 130760

[startup+1550.94 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1559792/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=130760 CPUtime=1550.31
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 74593 0 0 0 154939 92 0 0 25 0 1 0 35182701 133898240 27993 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 32690 27993 104 232 0 32455 0
Current children cumulated CPU time (s) 1550.31
Current children cumulated vsize (Kb) 130760

[startup+1560.95 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1559664/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=133832 CPUtime=1560.32
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 76012 0 0 0 155938 94 0 0 25 0 1 0 35182701 137043968 28037 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 33458 28037 104 232 0 33223 0
Current children cumulated CPU time (s) 1560.32
Current children cumulated vsize (Kb) 133832

[startup+1570.95 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1559664/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=133832 CPUtime=1570.32
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 76320 0 0 0 156938 94 0 0 25 0 1 0 35182701 137043968 28042 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 33458 28042 104 232 0 33223 0
Current children cumulated CPU time (s) 1570.32
Current children cumulated vsize (Kb) 133832

[startup+1580.96 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1559600/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=133832 CPUtime=1580.32
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 76934 0 0 0 157937 95 0 0 25 0 1 0 35182701 137043968 28050 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 33458 28050 104 232 0 33223 0
Current children cumulated CPU time (s) 1580.32
Current children cumulated vsize (Kb) 133832

[startup+1590.96 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1559472/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=133832 CPUtime=1590.32
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 77277 0 0 0 158937 95 0 0 25 0 1 0 35182701 137043968 28090 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 33458 28090 104 232 0 33223 0
Current children cumulated CPU time (s) 1590.32
Current children cumulated vsize (Kb) 133832

[startup+1600.97 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1559408/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=133832 CPUtime=1600.33
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 77588 0 0 0 159937 96 0 0 25 0 1 0 35182701 137043968 28098 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551629 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 33458 28098 104 232 0 33223 0
Current children cumulated CPU time (s) 1600.33
Current children cumulated vsize (Kb) 133832

[startup+1610.98 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1559280/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=133832 CPUtime=1610.33
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 77927 0 0 0 160937 96 0 0 25 0 1 0 35182701 137043968 28134 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 33458 28134 104 232 0 33223 0
Current children cumulated CPU time (s) 1610.33
Current children cumulated vsize (Kb) 133832

[startup+1620.98 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1559152/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=133832 CPUtime=1620.33
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 78563 0 0 0 161936 97 0 0 25 0 1 0 35182701 137043968 28164 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 33458 28164 104 232 0 33223 0
Current children cumulated CPU time (s) 1620.33
Current children cumulated vsize (Kb) 133832

[startup+1630.99 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1559152/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=133832 CPUtime=1630.34
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 78872 0 0 0 162936 98 0 0 25 0 1 0 35182701 137043968 28170 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 33458 28170 104 232 0 33223 0
Current children cumulated CPU time (s) 1630.34
Current children cumulated vsize (Kb) 133832

[startup+1640.99 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1559024/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=133832 CPUtime=1640.33
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 79229 0 0 0 163935 98 0 0 25 0 1 0 35182701 137043968 28224 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 33458 28224 104 232 0 33223 0
Current children cumulated CPU time (s) 1640.33
Current children cumulated vsize (Kb) 133832

[startup+1651 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 5061
/proc/meminfo: memFree=1558896/2055920 swapFree=4192948/4192956
[pid=4864] ppid=4862 vsize=133832 CPUtime=1650.34
/proc/4864/stat : 4864 (PBS4L) R 4862 4864 4818 0 -1 4194304 79561 0 0 0 164935 99 0 0 25 0 1 0 35182701 137043968 28253 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546657 0 0 4096 0 0 0 0 17 1 0 0
/proc/4864/statm: 33458 28253 104 232 0 33223 0
Current children cumulated CPU time (s) 1650.34
Current children cumulated vsize (Kb) 133832

Child status: 0
Real time (s): 1654.22
CPU time (s): 1653.56
CPU user time (s): 1652.55
CPU system time (s): 1.01185
CPU usage (%): 99.9601
Max. virtual memory (cumulated for all children) (Kb): 133832

Launcher Data (download as text)

Begin job on node58 on Sat Jun  3 10:42:38 UTC 2006


FILE ID= 41349-1149331358

PBS_JOBID= 309901

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-d2q06c.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node58/41349-1149331358/instance-41349-1149331358.opb 119871961
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-41349-1149331358 -o ROOT/results/node58/solver-41349-1149331358 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node58/41349-1149331358/instance-41349-1149331358.opb 119871961

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  121100115f65aafe7304954ad1ff7cf1

RANDOM SEED= 119871961


/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:       1671912 kB
Buffers:         25472 kB
Cached:         284124 kB
SwapCached:          8 kB
Active:          47744 kB
Inactive:       276404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1671912 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:             136 kB
Writeback:           0 kB
Mapped:          24920 kB
Slab:            45964 kB
Committed_AS:   219716 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node58 on Sat Jun  3 11:10:12 UTC 2006