Trace number 39850

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.63 1801.19

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-dolom1.opb
MD5SUMc9cdfa3ed9647feb8326e0656a4e04eb
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 benchmark1.71474
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables66480
Total number of constraints1802
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 constraints1802
Minimum length of a constraint40
Maximum length of a constraint66480
Number of terms in the objective function 66480
Biggest coefficient in the objective function 7822
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 589829
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262142
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 589831
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.01	c INFO: OSL Context initialized.
2.40	c Initial problem consists of 66480 variables and 3495 constraints.
2.65	c No problem reductions applied in OPT. instance.
2.65	c	preprocess terminated. Elapsed time: 2.639
2.65	c After prepocess the problem consists of 43965 variables and 3495 constraints.
2.65	c Initial Lower Bound: 0
45.10	c Restart #1 #Var: 43965 LB: 0 @ 45.074
124.36	c Restart #2 #Var: 43965 LB: 0 @ 124.31
228.12	c Restart #3 #Var: 43965 LB: 0 @ 228.04
404.00	c Restart #4 #Var: 43965 LB: 0 @ 403.86
594.77	c Restart #5 #Var: 43964 LB: 0 @ 594.58
794.96	c Restart #6 #Var: 43964 LB: 0 @ 794.71
1078.24	c CHANGE Heuristic... 
1078.24	c Restart #0 #Var: 43963 LB: 0 @ 1077.9
1119.00	c Restart #1 #Var: 43963 LB: 0 @ 1118.7
1197.92	c Restart #2 #Var: 43962 LB: 0 @ 1197.5
1314.80	c Restart #3 #Var: 43962 LB: 0 @ 1314.4
1470.47	c Restart #4 #Var: 43962 LB: 0 @ 1470
1664.98	c Restart #5 #Var: 43962 LB: 0 @ 1664.5
1801.16	s UNKNOWN
1801.16	c Exit Code: 0
1801.16	c Total time: 1800.6 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/node62/watcher-39850-1149261047 -o ROOT/results/node62/solver-39850-1149261047 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node62/39850-1149261047/instance-39850-1149261047.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.95 0.91 2/64 2279
/proc/meminfo: memFree=1493720/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=4932 CPUtime=0
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 370 0 0 0 0 0 0 0 18 0 1 0 35308207 5050368 331 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 2147483391 4096 16384 0 0 0 17 0 0 0
/proc/2279/statm: 1233 331 227 55 0 125 0

[startup+10.0022 s]
/proc/loadavg: 0.93 0.96 0.91 2/64 2279
/proc/meminfo: memFree=1402208/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=100724 CPUtime=9.98
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 25777 0 0 0 987 11 0 0 25 0 1 0 35308207 103141376 23118 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134604175 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25181 23118 296 55 0 24073 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 100724

[startup+20.0082 s]
/proc/loadavg: 0.94 0.96 0.91 2/64 2279
/proc/meminfo: memFree=1402280/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=100724 CPUtime=19.98
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 25786 0 0 0 1987 11 0 0 25 0 1 0 35308207 103141376 23127 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25181 23127 296 55 0 24073 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (Kb) 100724

[startup+30.0144 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 2279
/proc/meminfo: memFree=1402280/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=100724 CPUtime=29.99
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 25797 0 0 0 2988 11 0 0 25 0 1 0 35308207 103141376 23138 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134540575 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25181 23138 296 55 0 24073 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 100724

[startup+40.0206 s]
/proc/loadavg: 0.96 0.96 0.91 2/64 2279
/proc/meminfo: memFree=1402216/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=100856 CPUtime=39.99
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 25807 0 0 0 3988 11 0 0 25 0 1 0 35308207 103276544 23148 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134542120 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25214 23148 296 55 0 24106 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 100856

[startup+50.0278 s]
/proc/loadavg: 0.96 0.96 0.91 2/64 2279
/proc/meminfo: memFree=1402088/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=100856 CPUtime=49.99
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 26014 0 0 0 4988 11 0 0 25 0 1 0 35308207 103276544 23160 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134542241 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25214 23160 297 55 0 24106 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 100856

[startup+60.033 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 2279
/proc/meminfo: memFree=1402088/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=100856 CPUtime=59.99
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 26026 0 0 0 5988 11 0 0 25 0 1 0 35308207 103276544 23172 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25214 23172 297 55 0 24106 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 100856

[startup+70.0392 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 2279
/proc/meminfo: memFree=1402088/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=100988 CPUtime=69.99
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 26037 0 0 0 6988 11 0 0 25 0 1 0 35308207 103411712 23183 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25247 23183 297 55 0 24139 0
Current children cumulated CPU time (s) 69.99
Current children cumulated vsize (Kb) 100988

[startup+80.0454 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 2279
/proc/meminfo: memFree=1402088/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=100988 CPUtime=80
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 26051 0 0 0 7989 11 0 0 25 0 1 0 35308207 103411712 23197 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134542206 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25247 23197 297 55 0 24139 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 100988

[startup+90.0515 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 2279
/proc/meminfo: memFree=1402024/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=100988 CPUtime=90
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 26058 0 0 0 8989 11 0 0 25 0 1 0 35308207 103411712 23204 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25247 23204 297 55 0 24139 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 100988

[startup+100.058 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 2279
/proc/meminfo: memFree=1402024/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=101120 CPUtime=100
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 26069 0 0 0 9989 11 0 0 25 0 1 0 35308207 103546880 23215 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25280 23215 297 55 0 24172 0
Current children cumulated CPU time (s) 100
Current children cumulated vsize (Kb) 101120

[startup+110.065 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1401960/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=101120 CPUtime=110.01
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 26083 0 0 0 10990 11 0 0 25 0 1 0 35308207 103546880 23229 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25280 23229 297 55 0 24172 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 101120

[startup+120.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1401896/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=101120 CPUtime=120.01
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 26091 0 0 0 11990 11 0 0 25 0 1 0 35308207 103546880 23237 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25280 23237 297 55 0 24172 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 101120

[startup+130.076 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1401896/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=101252 CPUtime=130.01
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 26099 0 0 0 12990 11 0 0 25 0 1 0 35308207 103682048 23245 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25313 23245 297 55 0 24205 0
Current children cumulated CPU time (s) 130.01
Current children cumulated vsize (Kb) 101252

[startup+140.082 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1401832/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=101252 CPUtime=140.02
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 26111 0 0 0 13990 12 0 0 25 0 1 0 35308207 103682048 23257 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557737 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25313 23257 297 55 0 24205 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 101252

[startup+150.089 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1401768/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=101252 CPUtime=150.03
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 26129 0 0 0 14991 12 0 0 25 0 1 0 35308207 103682048 23275 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25313 23275 297 55 0 24205 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 101252

[startup+160.095 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1401640/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=101384 CPUtime=160.03
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 26147 0 0 0 15991 12 0 0 25 0 1 0 35308207 103817216 23293 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25346 23293 297 55 0 24238 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 101384

[startup+170.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1401576/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=101516 CPUtime=170.03
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 26166 0 0 0 16991 12 0 0 25 0 1 0 35308207 103952384 23312 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25379 23312 297 55 0 24271 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 101516

[startup+180.107 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1401512/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=101516 CPUtime=180.03
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 26187 0 0 0 17991 12 0 0 25 0 1 0 35308207 103952384 23333 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25379 23333 297 55 0 24271 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 101516

[startup+190.113 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1401448/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=101648 CPUtime=190.04
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 26208 0 0 0 18992 12 0 0 25 0 1 0 35308207 104087552 23354 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25412 23354 297 55 0 24304 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 101648

[startup+200.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1401320/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=101648 CPUtime=200.04
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 26230 0 0 0 19992 12 0 0 25 0 1 0 35308207 104087552 23376 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134632964 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 25412 23376 297 55 0 24304 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 101648

[startup+210.126 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1401320/2055920 swapFree=4192036/4192956

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

/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1760.64
Current children cumulated vsize (Kb) 105740

[startup+1771.19 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396968/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1770.64
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 177047 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134542153 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1770.64
Current children cumulated vsize (Kb) 105740

[startup+1781.2 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396968/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1780.65
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 178048 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134540691 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1780.65
Current children cumulated vsize (Kb) 105740

[startup+1782.2 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396968/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1781.65
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 178148 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134542182 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (Kb) 105740

[startup+1783.21 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396968/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1782.66
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 178249 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1782.66
Current children cumulated vsize (Kb) 105740

[startup+1784.21 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396968/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1783.66
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 178349 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1783.66
Current children cumulated vsize (Kb) 105740

[startup+1785.22 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396968/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1784.66
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 178449 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1784.66
Current children cumulated vsize (Kb) 105740

[startup+1786.22 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396968/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1785.67
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 178550 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1785.67
Current children cumulated vsize (Kb) 105740

[startup+1787.23 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396968/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1786.67
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 178650 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1786.67
Current children cumulated vsize (Kb) 105740

[startup+1788.23 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396968/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1787.68
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 178751 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134540655 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1787.68
Current children cumulated vsize (Kb) 105740

[startup+1789.24 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396968/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1788.68
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 178851 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1788.68
Current children cumulated vsize (Kb) 105740

[startup+1790.24 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396968/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1789.69
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 178952 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134534809 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1789.69
Current children cumulated vsize (Kb) 105740

[startup+1791.25 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396968/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1790.69
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 179052 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134604172 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1790.69
Current children cumulated vsize (Kb) 105740

[startup+1792.25 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396968/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1791.7
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 179153 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1791.7
Current children cumulated vsize (Kb) 105740

[startup+1793.26 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396968/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1792.7
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 179253 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537704 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1792.7
Current children cumulated vsize (Kb) 105740

[startup+1794.26 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396968/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1793.71
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 179354 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1793.71
Current children cumulated vsize (Kb) 105740

[startup+1795.27 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396904/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1794.71
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 179454 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134718128 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1794.71
Current children cumulated vsize (Kb) 105740

[startup+1796.27 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396904/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1795.72
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 179555 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1795.72
Current children cumulated vsize (Kb) 105740

[startup+1797.28 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396904/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1796.72
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 179655 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134541314 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1796.72
Current children cumulated vsize (Kb) 105740

[startup+1798.28 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396904/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1797.72
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 179755 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134603842 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1797.72
Current children cumulated vsize (Kb) 105740

[startup+1799.29 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396904/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1798.73
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 179856 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134595854 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1798.73
Current children cumulated vsize (Kb) 105740

[startup+1800.29 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 2279
/proc/meminfo: memFree=1396904/2055920 swapFree=4192036/4192956
[pid=2279] ppid=2277 vsize=105740 CPUtime=1799.73
/proc/2279/stat : 2279 (bsolo) R 2277 2279 2226 0 -1 0 27657 0 0 0 179956 17 0 0 25 0 1 0 35308207 108277760 24392 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134540691 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2279/statm: 26435 24392 297 55 0 25327 0
Current children cumulated CPU time (s) 1799.73
Current children cumulated vsize (Kb) 105740

Child status: 0
Real time (s): 1801.19
CPU time (s): 1800.63
CPU user time (s): 1800.44
CPU system time (s): 0.19197
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (Kb): 105740

Launcher Data (download as text)

Begin job on node62 on Fri Jun  2 15:10:47 UTC 2006


FILE ID= 39850-1149261047

PBS_JOBID= 298662

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

MD5SUM SOLVER= 05cada221eb1efaaae980ebc7509e7e8
MD5SUM BENCH=  c9cdfa3ed9647feb8326e0656a4e04eb

RANDOM SEED= 600231787


/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.225
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.225
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:       1493992 kB
Buffers:         34628 kB
Cached:         449224 kB
SwapCached:        444 kB
Active:          79860 kB
Inactive:       418000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1493992 kB
SwapTotal:     4192956 kB
SwapFree:      4192036 kB
Dirty:             236 kB
Writeback:           0 kB
Mapped:          23716 kB
Slab:            50100 kB
Committed_AS:   219280 kB
PageTables:       1476 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node62 on Fri Jun  2 15:40:48 UTC 2006