Trace number 41545

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.1LOPT62027 760.007 760.228

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-p0040.opb
MD5SUMab21eb5817d07a398a94670d7815d5fb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62027
Best CPU time to get the best result obtained on this benchmark0.017996
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62027
Optimality of the best value was proved YES
Number of variables40
Total number of constraints23
Number of constraints which are clauses10
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint4
Maximum length of a constraint10
Number of terms in the objective function 40
Biggest coefficient in the objective function 8161
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 265332
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 8161
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 265332
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00	c PBS v4 by Bashar Al-Rawi & Fadi Aloul
0.00	c Solving ROOT/tmp/node7/41545-1149369373/instance-41545-1149369373.opb ......
0.00	c done parsing opb.
0.00	o 64824
0.00	o 64361
0.00	o 64068
0.00	o 63496
0.00	o 63134
0.08	o 62666
0.38	o 62558
0.41	o 62144
31.69	o 62030
527.86	o 62027
760.21	o 62027
760.21	s OPTIMUM FOUND
760.21	c Total Run Time					759.997
760.21	v -x1 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 x18 -x19 x2 -x20 -x21 x22 -x23 -x24 -x25 x26 -x27 -x28 x29 -x3 -x30 -x31 -x32 -x33 x34
760.21	v -x35 -x36 -x37 x38 -x39 -x4 -x40 -x5 x6 -x7 -x8 x9

Verifier Data (download as text)

OK	62027

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/node7/watcher-41545-1149369373 -o ROOT/results/node7/solver-41545-1149369373 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node7/41545-1149369373/instance-41545-1149369373.opb 633008280 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1491624/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=1368 CPUtime=0
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 144 0 0 0 0 0 0 0 18 0 1 0 202599468 1400832 127 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 342 127 107 232 0 107 0

[startup+10.0021 s]
/proc/loadavg: 0.93 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1486376/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=7424 CPUtime=9.99
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 1568 0 0 0 995 4 0 0 25 0 1 0 202599468 7602176 1405 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558866 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 1856 1405 107 232 0 1621 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 7424

[startup+20.0091 s]
/proc/loadavg: 0.94 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1484584/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=12832 CPUtime=20
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 2199 0 0 0 1994 6 0 0 25 0 1 0 202599468 13139968 1843 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 3208 1843 107 232 0 2973 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 12832

[startup+30.0162 s]
/proc/loadavg: 0.95 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1483368/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=13184 CPUtime=30
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 2507 0 0 0 2992 8 0 0 25 0 1 0 202599468 13500416 2151 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 3296 2151 107 232 0 3061 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 13184

[startup+40.0222 s]
/proc/loadavg: 0.96 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1482152/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=13696 CPUtime=40.01
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 2822 0 0 0 3990 11 0 0 25 0 1 0 202599468 14024704 2466 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 3424 2466 107 232 0 3189 0
Current children cumulated CPU time (s) 40.01
Current children cumulated vsize (Kb) 13696

[startup+50.0283 s]
/proc/loadavg: 0.96 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1481064/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=13888 CPUtime=50.01
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 3092 0 0 0 4988 13 0 0 25 0 1 0 202599468 14221312 2736 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 3472 2736 107 232 0 3237 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 13888

[startup+60.0344 s]
/proc/loadavg: 0.97 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1479848/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=15820 CPUtime=60.01
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 3781 0 0 0 5986 15 0 0 25 0 1 0 202599468 16199680 3040 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 3955 3040 107 232 0 3720 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 15820

[startup+70.0404 s]
/proc/loadavg: 0.97 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1478760/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=16144 CPUtime=70.01
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 4047 0 0 0 6985 16 0 0 25 0 1 0 202599468 16531456 3306 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 4036 3306 107 232 0 3801 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 16144

[startup+80.0465 s]
/proc/loadavg: 0.98 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1477672/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=24792 CPUtime=80.01
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 4318 0 0 0 7983 18 0 0 25 0 1 0 202599468 25387008 3577 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 6198 3577 107 232 0 5963 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 24792

[startup+90.0525 s]
/proc/loadavg: 0.98 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1476584/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=25320 CPUtime=90.02
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 4583 0 0 0 8982 20 0 0 25 0 1 0 202599468 25927680 3842 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 6330 3842 107 232 0 6095 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 25320

[startup+100.059 s]
/proc/loadavg: 0.98 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1475752/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=25512 CPUtime=100.02
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 4795 0 0 0 9981 21 0 0 25 0 1 0 202599468 26124288 4054 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 6378 4054 107 232 0 6143 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 25512

[startup+110.065 s]
/proc/loadavg: 0.98 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1474728/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=26100 CPUtime=110.02
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 5048 0 0 0 10980 22 0 0 25 0 1 0 202599468 26726400 4307 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 6525 4307 107 232 0 6290 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 26100

[startup+120.071 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1473704/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=26556 CPUtime=120.02
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 5294 0 0 0 11979 23 0 0 25 0 1 0 202599468 27193344 4553 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558835 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 6639 4553 107 232 0 6404 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 26556

[startup+130.077 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1472936/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=26820 CPUtime=130.03
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 5489 0 0 0 12978 25 0 0 25 0 1 0 202599468 27463680 4748 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558866 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 6705 4748 107 232 0 6470 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 26820

[startup+140.083 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1472296/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=26820 CPUtime=140.04
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 5655 0 0 0 13978 26 0 0 25 0 1 0 202599468 27463680 4914 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 6705 4914 107 232 0 6470 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 26820

[startup+150.09 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1471656/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=27140 CPUtime=150.04
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 5862 0 0 0 14977 27 0 0 25 0 1 0 202599468 27791360 5088 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558859 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 6785 5088 107 232 0 6550 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 27140

[startup+160.096 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1471080/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=27140 CPUtime=160.04
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 6006 0 0 0 15976 28 0 0 25 0 1 0 202599468 27791360 5232 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549440 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 6785 5232 107 232 0 6550 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 27140

[startup+170.102 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1470504/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=27140 CPUtime=170.05
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 6149 0 0 0 16976 29 0 0 25 0 1 0 202599468 27791360 5375 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 6785 5375 107 232 0 6550 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 27140

[startup+180.108 s]
/proc/loadavg: 0.99 0.98 0.96 3/64 22211
/proc/meminfo: memFree=1469928/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=27140 CPUtime=180.05
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 6286 0 0 0 17975 30 0 0 25 0 1 0 202599468 27791360 5512 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 6785 5512 107 232 0 6550 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 27140

[startup+190.114 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1469288/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=27332 CPUtime=190.05
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 6441 0 0 0 18974 31 0 0 25 0 1 0 202599468 27987968 5667 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 6833 5667 107 232 0 6598 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 27332

[startup+200.12 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1468520/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=33744 CPUtime=200.06
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 6837 0 0 0 19974 32 0 0 25 0 1 0 202599468 34553856 6063 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134630582 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 8436 6071 107 232 0 8201 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 33744

[startup+210.127 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1467944/2055920 swapFree=4181500/4192956

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

/proc/22211/statm: 13554 10584 107 232 0 13319 0
Current children cumulated CPU time (s) 540.16
Current children cumulated vsize (Kb) 54216

[startup+550.331 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1449192/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=54216 CPUtime=550.17
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 12818 0 0 0 54955 62 0 0 25 0 1 0 202599468 55517184 10681 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 13554 10681 107 232 0 13319 0
Current children cumulated CPU time (s) 550.17
Current children cumulated vsize (Kb) 54216

[startup+560.337 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1448616/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=54604 CPUtime=560.17
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 12986 0 0 0 55954 63 0 0 25 0 1 0 202599468 55914496 10816 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 13651 10816 107 232 0 13416 0
Current children cumulated CPU time (s) 560.17
Current children cumulated vsize (Kb) 54604

[startup+570.343 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1448104/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=54860 CPUtime=570.17
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 13181 0 0 0 56954 63 0 0 25 0 1 0 202599468 56176640 10945 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 13715 10945 107 232 0 13480 0
Current children cumulated CPU time (s) 570.17
Current children cumulated vsize (Kb) 54860

[startup+580.349 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1447528/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=54988 CPUtime=580.17
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 13337 0 0 0 57953 64 0 0 25 0 1 0 202599468 56307712 11068 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 13747 11068 107 232 0 13512 0
Current children cumulated CPU time (s) 580.17
Current children cumulated vsize (Kb) 54988

[startup+590.355 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1447080/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=54988 CPUtime=590.18
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 13458 0 0 0 58953 65 0 0 25 0 1 0 202599468 56307712 11189 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 13747 11189 107 232 0 13512 0
Current children cumulated CPU time (s) 590.18
Current children cumulated vsize (Kb) 54988

[startup+600.361 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1446696/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=54988 CPUtime=600.18
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 13550 0 0 0 59952 66 0 0 25 0 1 0 202599468 56307712 11281 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 13747 11281 107 232 0 13512 0
Current children cumulated CPU time (s) 600.18
Current children cumulated vsize (Kb) 54988

[startup+610.367 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1446376/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=55116 CPUtime=610.18
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 13669 0 0 0 60952 66 0 0 25 0 1 0 202599468 56438784 11367 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 13779 11367 107 232 0 13544 0
Current children cumulated CPU time (s) 610.18
Current children cumulated vsize (Kb) 55116

[startup+620.373 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1445928/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=55244 CPUtime=620.19
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 13806 0 0 0 61952 67 0 0 25 0 1 0 202599468 56569856 11471 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 13811 11471 107 232 0 13576 0
Current children cumulated CPU time (s) 620.19
Current children cumulated vsize (Kb) 55244

[startup+630.38 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1445416/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=55504 CPUtime=630.19
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 13961 0 0 0 62951 68 0 0 25 0 1 0 202599468 56836096 11626 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 13876 11626 107 232 0 13641 0
Current children cumulated CPU time (s) 630.19
Current children cumulated vsize (Kb) 55504

[startup+640.386 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1444968/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=55760 CPUtime=640.19
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 14137 0 0 0 63951 68 0 0 25 0 1 0 202599468 57098240 11736 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 13940 11736 107 232 0 13705 0
Current children cumulated CPU time (s) 640.19
Current children cumulated vsize (Kb) 55760

[startup+650.392 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1444584/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=55760 CPUtime=650.2
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 14227 0 0 0 64951 69 0 0 25 0 1 0 202599468 57098240 11826 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 13940 11826 107 232 0 13705 0
Current children cumulated CPU time (s) 650.2
Current children cumulated vsize (Kb) 55760

[startup+660.398 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1444200/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=55760 CPUtime=660.2
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 14321 0 0 0 65950 70 0 0 25 0 1 0 202599468 57098240 11920 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 13940 11920 107 232 0 13705 0
Current children cumulated CPU time (s) 660.2
Current children cumulated vsize (Kb) 55760

[startup+670.404 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1443880/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=56020 CPUtime=670.2
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 14407 0 0 0 66950 70 0 0 25 0 1 0 202599468 57364480 12006 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 14005 12006 107 232 0 13770 0
Current children cumulated CPU time (s) 670.2
Current children cumulated vsize (Kb) 56020

[startup+680.41 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1443560/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=56276 CPUtime=680.2
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 14531 0 0 0 67950 70 0 0 25 0 1 0 202599468 57626624 12065 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 14069 12065 107 232 0 13834 0
Current children cumulated CPU time (s) 680.2
Current children cumulated vsize (Kb) 56276

[startup+690.416 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1443240/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=56276 CPUtime=690.21
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 14620 0 0 0 68950 71 0 0 25 0 1 0 202599468 57626624 12154 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 14069 12154 107 232 0 13834 0
Current children cumulated CPU time (s) 690.21
Current children cumulated vsize (Kb) 56276

[startup+700.422 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1442920/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=56532 CPUtime=700.21
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 14775 0 0 0 69949 72 0 0 25 0 1 0 202599468 57888768 12243 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 14133 12243 107 232 0 13898 0
Current children cumulated CPU time (s) 700.21
Current children cumulated vsize (Kb) 56532

[startup+710.428 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1442536/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=56532 CPUtime=710.21
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 14868 0 0 0 70948 73 0 0 25 0 1 0 202599468 57888768 12336 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 14133 12336 107 232 0 13898 0
Current children cumulated CPU time (s) 710.21
Current children cumulated vsize (Kb) 56532

[startup+720.434 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1442216/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=56532 CPUtime=720.22
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 14949 0 0 0 71948 74 0 0 25 0 1 0 202599468 57888768 12417 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 14133 12417 107 232 0 13898 0
Current children cumulated CPU time (s) 720.22
Current children cumulated vsize (Kb) 56532

[startup+730.44 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1441704/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=56532 CPUtime=730.23
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 15070 0 0 0 72948 75 0 0 25 0 1 0 202599468 57888768 12538 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 14133 12538 107 232 0 13898 0
Current children cumulated CPU time (s) 730.23
Current children cumulated vsize (Kb) 56532

[startup+740.447 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1441320/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=62676 CPUtime=740.23
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 16692 0 0 0 73947 76 0 0 25 0 1 0 202599468 64180224 12623 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 15669 12623 107 232 0 15434 0
Current children cumulated CPU time (s) 740.23
Current children cumulated vsize (Kb) 62676

[startup+750.453 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22211
/proc/meminfo: memFree=1441000/2055920 swapFree=4181500/4192956
[pid=22211] ppid=22209 vsize=62676 CPUtime=750.23
/proc/22211/stat : 22211 (PBS4L) R 22209 22211 22165 0 -1 4194304 16782 0 0 0 74947 76 0 0 25 0 1 0 202599468 64180224 12713 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/22211/statm: 15669 12713 107 232 0 15434 0
Current children cumulated CPU time (s) 750.23
Current children cumulated vsize (Kb) 62676

Child status: 0
Real time (s): 760.228
CPU time (s): 760.007
CPU user time (s): 759.226
CPU system time (s): 0.781881
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (Kb): 62676

Launcher Data (download as text)

Begin job on node7 on Sat Jun  3 21:16:13 UTC 2006


FILE ID= 41545-1149369373

PBS_JOBID= 312105

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-p0040.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node7/41545-1149369373/instance-41545-1149369373.opb 633008280
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-41545-1149369373 -o ROOT/results/node7/solver-41545-1149369373 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node7/41545-1149369373/instance-41545-1149369373.opb 633008280

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  ab21eb5817d07a398a94670d7815d5fb

RANDOM SEED= 633008280


/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:       1491832 kB
Buffers:         26972 kB
Cached:         470132 kB
SwapCached:       3308 kB
Active:          55100 kB
Inactive:       450760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1491832 kB
SwapTotal:     4192956 kB
SwapFree:      4181500 kB
Dirty:             148 kB
Writeback:           0 kB
Mapped:          14972 kB
Slab:            44208 kB
Committed_AS:   348460 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node7 on Sat Jun  3 21:28:53 UTC 2006