Trace number 39832

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
bsolo 2006/05? 1800.03 1800.85

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-neos15.opb
MD5SUM1be7a0a5556e21a359d6f31cb8a3ccd8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 240
Optimality of the best value was proved NO
Number of variables17600
Total number of constraints632
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 constraints632
Minimum length of a constraint11
Maximum length of a constraint150
Number of terms in the objective function 10400
Biggest coefficient in the objective function 3638
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 533864
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261895
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 533864
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 Time Limit set via PBTIMEOUT to 1800
0.13	c INFO: OSL Context initialized.
0.55	c Initial problem consists of 17600 variables and 872 constraints.
0.60	c	preprocess terminated. Elapsed time: 0.473
0.60	c After prepocess the problem consists of 14811 variables and 872 constraints.
0.60	c Initial Lower Bound: 0
103.85	c Restart #1 #Var: 14811 LB: 0 @ 103.63
235.50	c Restart #2 #Var: 14811 LB: 0 @ 235.24
375.09	c Restart #3 #Var: 14811 LB: 0 @ 374.78
555.74	c Restart #4 #Var: 14811 LB: 0 @ 555.36
783.28	c Restart #5 #Var: 14811 LB: 0 @ 782.82
1084.31	c CHANGE Heuristic... 
1084.31	c Restart #0 #Var: 14811 LB: 0 @ 1083.7
1131.00	c Restart #1 #Var: 14743 LB: 0 @ 1130.4
1158.07	c Restart #2 #Var: 14737 LB: 0 @ 1157.5
1163.59	c Restart #3 #Var: 14735 LB: 0 @ 1163
1172.92	c Restart #4 #Var: 14735 LB: 0 @ 1172.3
1203.17	c Restart #5 #Var: 14735 LB: 0 @ 1202.6
1253.67	c Restart #6 #Var: 14721 LB: 0 @ 1253
1311.83	c Restart #7 #Var: 14701 LB: 0 @ 1311.2
1344.62	c Restart #8 #Var: 14700 LB: 0 @ 1344
1407.79	c Restart #9 #Var: 14693 LB: 0 @ 1407.1
1484.53	c Restart #10 #Var: 14687 LB: 0 @ 1483.8
1528.83	c Restart #11 #Var: 14687 LB: 0 @ 1528.1
1550.12	c Restart #12 #Var: 14687 LB: 0 @ 1549.4
1619.30	c Restart #13 #Var: 14658 LB: 0 @ 1618.5
1652.70	c Restart #14 #Var: 14657 LB: 0 @ 1651.9
1676.93	c Restart #15 #Var: 14656 LB: 0 @ 1676.2
1722.84	c Restart #16 #Var: 14655 LB: 0 @ 1722
1784.58	c Restart #17 #Var: 14653 LB: 0 @ 1783.8
1800.83	s UNKNOWN
1800.83	c Exit Code: 0
1800.83	c Total time: 1800 s

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/node70/watcher-39832-1149256774 -o ROOT/results/node70/solver-39832-1149256774 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node70/39832-1149256774/instance-39832-1149256774.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 2/64 32048
/proc/meminfo: memFree=1865576/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=436 CPUtime=0
/proc/32048/stat : 32048 (bsolo) D 32046 32048 32002 0 -1 0 38 0 0 0 0 0 0 0 19 0 1 0 191347047 446464 23 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 8413988 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/32048/statm: 109 23 18 55 0 18 0

[startup+10.0028 s]
/proc/loadavg: 0.93 0.95 0.90 2/64 32048
/proc/meminfo: memFree=1843560/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=27280 CPUtime=9.86
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 6360 0 0 0 982 4 0 0 25 0 1 0 191347047 27934720 5800 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557808 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 6820 5800 296 55 0 5712 0
Current children cumulated CPU time (s) 9.86
Current children cumulated vsize (Kb) 27280

[startup+20.0096 s]
/proc/loadavg: 0.94 0.96 0.91 2/64 32048
/proc/meminfo: memFree=1843560/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=27280 CPUtime=19.86
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 6364 0 0 0 1982 4 0 0 25 0 1 0 191347047 27934720 5804 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 6820 5804 296 55 0 5712 0
Current children cumulated CPU time (s) 19.86
Current children cumulated vsize (Kb) 27280

[startup+30.0164 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 32048
/proc/meminfo: memFree=1834280/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=36432 CPUtime=29.86
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 8680 0 0 0 2980 6 0 0 25 0 1 0 191347047 37306368 8119 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557886 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 9108 8119 296 55 0 8000 0
Current children cumulated CPU time (s) 29.86
Current children cumulated vsize (Kb) 36432

[startup+40.0222 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 32048
/proc/meminfo: memFree=1825896/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=44972 CPUtime=39.87
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 10772 0 0 0 3978 9 0 0 25 0 1 0 191347047 46051328 10210 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 11243 10210 296 55 0 10135 0
Current children cumulated CPU time (s) 39.87
Current children cumulated vsize (Kb) 44972

[startup+50.029 s]
/proc/loadavg: 0.96 0.96 0.91 2/64 32048
/proc/meminfo: memFree=1825768/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=44972 CPUtime=49.87
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 10811 0 0 0 4977 10 0 0 25 0 1 0 191347047 46051328 10249 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 11243 10249 296 55 0 10135 0
Current children cumulated CPU time (s) 49.87
Current children cumulated vsize (Kb) 44972

[startup+60.0348 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 32048
/proc/meminfo: memFree=1825768/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=45104 CPUtime=59.88
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 10817 0 0 0 5976 12 0 0 25 0 1 0 191347047 46186496 10255 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 11276 10255 296 55 0 10168 0
Current children cumulated CPU time (s) 59.88
Current children cumulated vsize (Kb) 45104

[startup+70.0417 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 32048
/proc/meminfo: memFree=1825768/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=45104 CPUtime=69.88
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 10829 0 0 0 6975 13 0 0 25 0 1 0 191347047 46186496 10267 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557882 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 11276 10267 296 55 0 10168 0
Current children cumulated CPU time (s) 69.88
Current children cumulated vsize (Kb) 45104

[startup+80.0485 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 32048
/proc/meminfo: memFree=1825640/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=45236 CPUtime=79.88
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 10849 0 0 0 7974 14 0 0 25 0 1 0 191347047 46321664 10287 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 11309 10287 296 55 0 10201 0
Current children cumulated CPU time (s) 79.88
Current children cumulated vsize (Kb) 45236

[startup+90.0543 s]
/proc/loadavg: 0.98 0.96 0.91 2/70 32111
/proc/meminfo: memFree=1824368/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=45236 CPUtime=89.86
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 10862 0 0 0 8968 18 0 0 25 0 1 0 191347047 46321664 10300 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134556086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 11309 10300 296 55 0 10201 0
Current children cumulated CPU time (s) 89.86
Current children cumulated vsize (Kb) 45236

[startup+100.061 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 32243
/proc/meminfo: memFree=1825056/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=45368 CPUtime=99.84
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 10873 0 0 0 9964 20 0 0 25 0 1 0 191347047 46456832 10311 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555544 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 11342 10311 296 55 0 10234 0
Current children cumulated CPU time (s) 99.84
Current children cumulated vsize (Kb) 45368

[startup+110.068 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 32243
/proc/meminfo: memFree=1819880/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=51180 CPUtime=109.84
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 12222 0 0 0 10963 21 0 0 25 0 1 0 191347047 52408320 11624 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557876 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 12795 11624 296 55 0 11687 0
Current children cumulated CPU time (s) 109.84
Current children cumulated vsize (Kb) 51180

[startup+120.074 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1819944/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=51180 CPUtime=119.84
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 12222 0 0 0 11963 21 0 0 25 0 1 0 191347047 52408320 11624 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 12795 11624 296 55 0 11687 0
Current children cumulated CPU time (s) 119.84
Current children cumulated vsize (Kb) 51180

[startup+130.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1819944/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=51180 CPUtime=129.84
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 12222 0 0 0 12962 22 0 0 25 0 1 0 191347047 52408320 11624 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134645924 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 12795 11624 296 55 0 11687 0
Current children cumulated CPU time (s) 129.84
Current children cumulated vsize (Kb) 51180

[startup+140.085 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1819944/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=51180 CPUtime=139.85
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 12239 0 0 0 13962 23 0 0 25 0 1 0 191347047 52408320 11641 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 12795 11641 296 55 0 11687 0
Current children cumulated CPU time (s) 139.85
Current children cumulated vsize (Kb) 51180

[startup+150.091 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1818600/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=51988 CPUtime=149.85
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 12585 0 0 0 14961 24 0 0 25 0 1 0 191347047 53235712 11987 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649021 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 12997 11987 296 55 0 11889 0
Current children cumulated CPU time (s) 149.85
Current children cumulated vsize (Kb) 51988

[startup+160.097 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1818536/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=51988 CPUtime=159.85
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 12597 0 0 0 15960 25 0 0 25 0 1 0 191347047 53235712 11999 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555794 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 12997 11999 296 55 0 11889 0
Current children cumulated CPU time (s) 159.85
Current children cumulated vsize (Kb) 51988

[startup+170.103 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1818536/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=51988 CPUtime=169.85
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 12598 0 0 0 16960 25 0 0 25 0 1 0 191347047 53235712 12000 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649150 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 12997 12000 296 55 0 11889 0
Current children cumulated CPU time (s) 169.85
Current children cumulated vsize (Kb) 51988

[startup+180.109 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1818536/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=51988 CPUtime=179.86
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 12598 0 0 0 17960 26 0 0 25 0 1 0 191347047 53235712 12000 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 12997 12000 296 55 0 11889 0
Current children cumulated CPU time (s) 179.86
Current children cumulated vsize (Kb) 51988

[startup+190.114 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1818536/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=51988 CPUtime=189.86
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 12598 0 0 0 18959 27 0 0 25 0 1 0 191347047 53235712 12000 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557737 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 12997 12000 296 55 0 11889 0
Current children cumulated CPU time (s) 189.86
Current children cumulated vsize (Kb) 51988

[startup+200.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1818600/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=51988 CPUtime=199.86
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 12598 0 0 0 19958 28 0 0 25 0 1 0 191347047 53235712 12000 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 12997 12000 296 55 0 11889 0
Current children cumulated CPU time (s) 199.86
Current children cumulated vsize (Kb) 51988

[startup+210.126 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1818280/2055920 swapFree=4182232/4192956

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

/proc/32048/statm: 22603 21317 296 55 0 21495 0
Current children cumulated CPU time (s) 1760.23
Current children cumulated vsize (Kb) 90412

[startup+1771.05 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1780272/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=91072 CPUtime=1770.23
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 22262 0 0 0 176875 148 0 0 25 0 1 0 191347047 93257728 21472 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 22768 21472 296 55 0 21660 0
Current children cumulated CPU time (s) 1770.23
Current children cumulated vsize (Kb) 91072

[startup+1781.06 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1780144/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=91204 CPUtime=1780.23
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 22289 0 0 0 177875 148 0 0 25 0 1 0 191347047 93392896 21499 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 22801 21499 296 55 0 21693 0
Current children cumulated CPU time (s) 1780.23
Current children cumulated vsize (Kb) 91204

[startup+1782.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1780144/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=91204 CPUtime=1781.24
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 22289 0 0 0 177976 148 0 0 25 0 1 0 191347047 93392896 21499 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555812 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 22801 21499 296 55 0 21693 0
Current children cumulated CPU time (s) 1781.24
Current children cumulated vsize (Kb) 91204

[startup+1783.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1780144/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=91204 CPUtime=1782.24
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 22291 0 0 0 178076 148 0 0 25 0 1 0 191347047 93392896 21501 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555667 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 22801 21501 296 55 0 21693 0
Current children cumulated CPU time (s) 1782.24
Current children cumulated vsize (Kb) 91204

[startup+1784.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1780144/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=91204 CPUtime=1783.25
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 22293 0 0 0 178177 148 0 0 25 0 1 0 191347047 93392896 21503 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134542072 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 22801 21503 296 55 0 21693 0
Current children cumulated CPU time (s) 1783.25
Current children cumulated vsize (Kb) 91204

[startup+1785.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1779888/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=91520 CPUtime=1784.25
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 22356 0 0 0 178277 148 0 0 25 0 1 0 191347047 93716480 21563 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535097 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 22880 21563 296 55 0 21772 0
Current children cumulated CPU time (s) 1784.25
Current children cumulated vsize (Kb) 91520

[startup+1786.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1779632/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=91652 CPUtime=1785.25
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 22421 0 0 0 178377 148 0 0 25 0 1 0 191347047 93851648 21628 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535092 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 22913 21628 296 55 0 21805 0
Current children cumulated CPU time (s) 1785.25
Current children cumulated vsize (Kb) 91652

[startup+1787.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1779504/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=91916 CPUtime=1786.26
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 22463 0 0 0 178478 148 0 0 25 0 1 0 191347047 94121984 21670 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 22979 21670 296 55 0 21871 0
Current children cumulated CPU time (s) 1786.26
Current children cumulated vsize (Kb) 91916

[startup+1788.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1779440/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=91916 CPUtime=1787.26
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 22475 0 0 0 178578 148 0 0 25 0 1 0 191347047 94121984 21682 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 22979 21682 296 55 0 21871 0
Current children cumulated CPU time (s) 1787.26
Current children cumulated vsize (Kb) 91916

[startup+1789.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1779376/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=92048 CPUtime=1788.27
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 22489 0 0 0 178679 148 0 0 25 0 1 0 191347047 94257152 21696 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649142 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 23012 21696 296 55 0 21904 0
Current children cumulated CPU time (s) 1788.27
Current children cumulated vsize (Kb) 92048

[startup+1790.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1779312/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=92048 CPUtime=1789.27
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 22500 0 0 0 178779 148 0 0 25 0 1 0 191347047 94257152 21707 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649188 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 23012 21707 296 55 0 21904 0
Current children cumulated CPU time (s) 1789.27
Current children cumulated vsize (Kb) 92048

[startup+1791.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1779120/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=92312 CPUtime=1790.28
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 22558 0 0 0 178879 149 0 0 25 0 1 0 191347047 94527488 21765 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 23078 21765 296 55 0 21970 0
Current children cumulated CPU time (s) 1790.28
Current children cumulated vsize (Kb) 92312

[startup+1792.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1778800/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=92580 CPUtime=1791.29
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 22633 0 0 0 178980 149 0 0 25 0 1 0 191347047 94801920 21840 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 23145 21840 296 55 0 22037 0
Current children cumulated CPU time (s) 1791.29
Current children cumulated vsize (Kb) 92580

[startup+1793.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1778608/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=92712 CPUtime=1792.29
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 22678 0 0 0 179080 149 0 0 25 0 1 0 191347047 94937088 21885 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 23178 21885 296 55 0 22070 0
Current children cumulated CPU time (s) 1792.29
Current children cumulated vsize (Kb) 92712

[startup+1794.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1778544/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=92844 CPUtime=1793.29
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 22693 0 0 0 179180 149 0 0 25 0 1 0 191347047 95072256 21900 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134556045 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 23211 21900 296 55 0 22103 0
Current children cumulated CPU time (s) 1793.29
Current children cumulated vsize (Kb) 92844

[startup+1795.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1778160/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=93240 CPUtime=1794.3
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 22789 0 0 0 179281 149 0 0 25 0 1 0 191347047 95477760 21996 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649094 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 23310 21996 296 55 0 22202 0
Current children cumulated CPU time (s) 1794.3
Current children cumulated vsize (Kb) 93240

[startup+1796.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1777904/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=93504 CPUtime=1795.3
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 22863 0 0 0 179381 149 0 0 25 0 1 0 191347047 95748096 22070 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 23376 22070 296 55 0 22268 0
Current children cumulated CPU time (s) 1795.3
Current children cumulated vsize (Kb) 93504

[startup+1797.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1777584/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=93768 CPUtime=1796.31
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 22933 0 0 0 179482 149 0 0 25 0 1 0 191347047 96018432 22140 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 23442 22140 296 55 0 22334 0
Current children cumulated CPU time (s) 1796.31
Current children cumulated vsize (Kb) 93768

[startup+1798.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1777392/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=94032 CPUtime=1797.31
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 22990 0 0 0 179582 149 0 0 25 0 1 0 191347047 96288768 22197 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557885 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 23508 22197 296 55 0 22400 0
Current children cumulated CPU time (s) 1797.31
Current children cumulated vsize (Kb) 94032

[startup+1799.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1777072/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=94296 CPUtime=1798.31
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 23061 0 0 0 179682 149 0 0 25 0 1 0 191347047 96559104 22268 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555897 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 23574 22268 296 55 0 22466 0
Current children cumulated CPU time (s) 1798.31
Current children cumulated vsize (Kb) 94296

[startup+1800.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 32243
/proc/meminfo: memFree=1776816/2055920 swapFree=4182232/4192956
[pid=32048] ppid=32046 vsize=94560 CPUtime=1799.32
/proc/32048/stat : 32048 (bsolo) R 32046 32048 32002 0 -1 0 23119 0 0 0 179783 149 0 0 25 0 1 0 191347047 96829440 22326 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557814 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32048/statm: 23640 22326 296 55 0 22532 0
Current children cumulated CPU time (s) 1799.32
Current children cumulated vsize (Kb) 94560

Child status: 0
Real time (s): 1800.85
CPU time (s): 1800.03
CPU user time (s): 1798.51
CPU system time (s): 1.51377
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (Kb): 94560

Launcher Data (download as text)

Begin job on node70 on Fri Jun  2 13:59:34 UTC 2006


FILE ID= 39832-1149256774

PBS_JOBID= 298425

BENCH NAME= ROOT/tmp/node70/39832-1149256774/instance-39832-1149256774.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node70/39832-1149256774/instance-39832-1149256774.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-39832-1149256774 -o ROOT/results/node70/solver-39832-1149256774 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node70/39832-1149256774/instance-39832-1149256774.opb

MD5SUM SOLVER= 05cada221eb1efaaae980ebc7509e7e8
MD5SUM BENCH=  1be7a0a5556e21a359d6f31cb8a3ccd8

RANDOM SEED= 990964501


/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.265
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.265
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:       1865784 kB
Buffers:         17008 kB
Cached:         101804 kB
SwapCached:       2364 kB
Active:          39488 kB
Inactive:        87908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865784 kB
SwapTotal:     4192956 kB
SwapFree:      4182232 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          15404 kB
Slab:            48800 kB
Committed_AS:   193776 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node70 on Fri Jun  2 14:29:35 UTC 2006