Trace number 39872

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/05Signal 1703.96 1704.58

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-dc1l.opb
MD5SUM1bfc65237e0980827bf136f13870d50e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark997
Best CPU time to get the best result obtained on this benchmark1782.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 997
Optimality of the best value was proved NO
Number of variables85198
Total number of constraints1652
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 constraints1652
Minimum length of a constraint31
Maximum length of a constraint35129
Number of terms in the objective function 85198
Biggest coefficient in the objective function 41346
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 607077
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 607077
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.
10.05	c Initial problem consists of 85198 variables and 3288 constraints.
10.52	c	preprocess terminated. Elapsed time: 10.508
10.52	c After prepocess the problem consists of 66835 variables and 3286 constraints.
10.52	c Initial Lower Bound: 2

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1305620/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=4932 CPUtime=0
/proc/24778/stat : 24778 (bsolo) D 24776 24778 24732 0 -1 0 370 0 0 0 0 0 0 0 18 0 1 0 192589261 5050368 331 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 2147483391 4096 16384 18446744072099781622 0 0 17 0 0 0
/proc/24778/statm: 1233 331 227 55 0 125 0

[startup+10.0021 s]
/proc/loadavg: 0.93 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1207460/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=107328 CPUtime=9.98
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 29612 0 0 0 988 10 0 0 25 0 1 0 192589261 109903872 25536 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134594289 0 0 4096 16384 0 0 0 17 0 0 0
/proc/24778/statm: 26832 25542 281 55 0 25724 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 107328

[startup+20.0086 s]
/proc/loadavg: 0.94 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1167396/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=147120 CPUtime=19.98
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 38948 0 0 0 1984 14 0 0 25 0 1 0 192589261 150650880 34872 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 0 0 0
/proc/24778/statm: 36780 34872 296 55 0 35672 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (Kb) 147120

[startup+30.0151 s]
/proc/loadavg: 0.95 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1167460/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=147120 CPUtime=29.98
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 38953 0 0 0 2984 14 0 0 25 0 1 0 192589261 150650880 34877 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 0 0 0
/proc/24778/statm: 36780 34877 296 55 0 35672 0
Current children cumulated CPU time (s) 29.98
Current children cumulated vsize (Kb) 147120

[startup+40.0216 s]
/proc/loadavg: 0.96 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1167460/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=147120 CPUtime=39.98
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 38961 0 0 0 3984 14 0 0 25 0 1 0 192589261 150650880 34885 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134644502 0 0 4096 16384 0 0 0 17 0 0 0
/proc/24778/statm: 36780 34885 296 55 0 35672 0
Current children cumulated CPU time (s) 39.98
Current children cumulated vsize (Kb) 147120

[startup+50.0271 s]
/proc/loadavg: 0.96 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1167460/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=147120 CPUtime=49.98
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 38971 0 0 0 4984 14 0 0 25 0 1 0 192589261 150650880 34895 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649547 0 0 4096 16384 0 0 0 17 0 0 0
/proc/24778/statm: 36780 34895 296 55 0 35672 0
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (Kb) 147120

[startup+60.0326 s]
/proc/loadavg: 0.97 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1166436/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=148176 CPUtime=59.99
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 39237 0 0 0 5984 15 0 0 25 0 1 0 192589261 151732224 35161 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134556053 0 0 4096 16384 0 0 0 17 0 0 0
/proc/24778/statm: 37044 35161 296 55 0 35936 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 148176

[startup+70.0381 s]
/proc/loadavg: 0.97 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1166436/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=148176 CPUtime=69.99
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 39241 0 0 0 6984 15 0 0 25 0 1 0 192589261 151732224 35165 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 0 0 0
/proc/24778/statm: 37044 35165 296 55 0 35936 0
Current children cumulated CPU time (s) 69.99
Current children cumulated vsize (Kb) 148176

[startup+80.0436 s]
/proc/loadavg: 0.98 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1166436/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=148176 CPUtime=79.98
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 39242 0 0 0 7983 15 0 0 25 0 1 0 192589261 151732224 35166 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 0 0 0
/proc/24778/statm: 37044 35166 296 55 0 35936 0
Current children cumulated CPU time (s) 79.98
Current children cumulated vsize (Kb) 148176

[startup+90.0491 s]
/proc/loadavg: 0.98 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1166372/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=148176 CPUtime=89.99
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 39244 0 0 0 8984 15 0 0 25 0 1 0 192589261 151732224 35168 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555682 0 0 4096 16384 0 0 0 17 0 0 0
/proc/24778/statm: 37044 35168 296 55 0 35936 0
Current children cumulated CPU time (s) 89.99
Current children cumulated vsize (Kb) 148176

[startup+100.055 s]
/proc/loadavg: 0.98 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1166372/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=148176 CPUtime=100.02
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 39244 0 0 0 9987 15 0 0 25 0 1 0 192589261 151732224 35168 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 37044 35168 296 55 0 35936 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 148176

[startup+110.09 s]
/proc/loadavg: 0.98 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1166372/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=148176 CPUtime=110.02
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 39244 0 0 0 10987 15 0 0 25 0 1 0 192589261 151732224 35168 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557737 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 37044 35168 296 55 0 35936 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 148176

[startup+120.095 s]
/proc/loadavg: 0.99 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1166372/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=148176 CPUtime=120.02
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 39244 0 0 0 11987 15 0 0 25 0 1 0 192589261 151732224 35168 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134644502 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 37044 35168 296 55 0 35936 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 148176

[startup+130.101 s]
/proc/loadavg: 0.99 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1166372/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=148176 CPUtime=130.02
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 39244 0 0 0 12987 15 0 0 25 0 1 0 192589261 151732224 35168 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649082 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 37044 35168 296 55 0 35936 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 148176

[startup+140.106 s]
/proc/loadavg: 0.99 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1166372/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=148176 CPUtime=140.02
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 39244 0 0 0 13987 15 0 0 25 0 1 0 192589261 151732224 35168 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 37044 35168 296 55 0 35936 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 148176

[startup+150.112 s]
/proc/loadavg: 0.99 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1166372/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=148176 CPUtime=150.02
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 39244 0 0 0 14987 15 0 0 25 0 1 0 192589261 151732224 35168 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134644502 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 37044 35168 296 55 0 35936 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 148176

[startup+160.118 s]
/proc/loadavg: 0.99 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1166372/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=148176 CPUtime=160.03
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 39244 0 0 0 15988 15 0 0 25 0 1 0 192589261 151732224 35168 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649547 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 37044 35168 296 55 0 35936 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 148176

[startup+170.125 s]
/proc/loadavg: 0.99 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1166372/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=148176 CPUtime=170.03
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 39246 0 0 0 16988 15 0 0 25 0 1 0 192589261 151732224 35170 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557737 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 37044 35170 296 55 0 35936 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 148176

[startup+180.13 s]
/proc/loadavg: 0.99 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1166372/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=148176 CPUtime=180.03
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 39246 0 0 0 17988 15 0 0 25 0 1 0 192589261 151732224 35170 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134552130 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 37044 35170 296 55 0 35936 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 148176

[startup+190.137 s]
/proc/loadavg: 0.99 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1166372/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=148176 CPUtime=190.03
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 39246 0 0 0 18988 15 0 0 25 0 1 0 192589261 151732224 35170 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134645927 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 37044 35170 296 55 0 35936 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 148176

[startup+200.143 s]
/proc/loadavg: 0.99 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1166308/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=148176 CPUtime=200.03
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 39246 0 0 0 19988 15 0 0 25 0 1 0 192589261 151732224 35170 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 37044 35170 296 55 0 35936 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 148176

[startup+210.15 s]
/proc/loadavg: 0.99 0.99 0.93 2/64 24778
/proc/meminfo: memFree=1166308/2055920 swapFree=4181360/4192956

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

Current children cumulated CPU time (s) 1490.49
Current children cumulated vsize (Kb) 332236

[startup+1501.03 s]
/proc/loadavg: 0.99 0.99 0.93 2/64 24780
/proc/meminfo: memFree=992236/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=332236 CPUtime=1500.5
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 82613 0 0 0 150007 43 0 0 25 0 1 0 192589261 340209664 78525 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535106 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 83059 78525 296 55 0 81951 0
Current children cumulated CPU time (s) 1500.5
Current children cumulated vsize (Kb) 332236

[startup+1511.04 s]
/proc/loadavg: 0.99 0.99 0.93 2/64 24780
/proc/meminfo: memFree=992236/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=332236 CPUtime=1510.5
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 82616 0 0 0 151007 43 0 0 25 0 1 0 192589261 340209664 78528 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555794 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 83059 78528 296 55 0 81951 0
Current children cumulated CPU time (s) 1510.5
Current children cumulated vsize (Kb) 332236

[startup+1521.05 s]
/proc/loadavg: 0.99 0.99 0.93 2/64 24780
/proc/meminfo: memFree=992236/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=332236 CPUtime=1520.5
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 82618 0 0 0 152007 43 0 0 25 0 1 0 192589261 340209664 78530 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134542079 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 83059 78530 296 55 0 81951 0
Current children cumulated CPU time (s) 1520.5
Current children cumulated vsize (Kb) 332236

[startup+1531.05 s]
/proc/loadavg: 0.99 0.99 0.93 2/64 24780
/proc/meminfo: memFree=992300/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=332236 CPUtime=1530.51
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 82619 0 0 0 153008 43 0 0 25 0 1 0 192589261 340209664 78531 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 83059 78531 296 55 0 81951 0
Current children cumulated CPU time (s) 1530.51
Current children cumulated vsize (Kb) 332236

[startup+1541.06 s]
/proc/loadavg: 0.99 0.99 0.93 2/64 24780
/proc/meminfo: memFree=992236/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=332236 CPUtime=1540.51
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 82621 0 0 0 154007 44 0 0 25 0 1 0 192589261 340209664 78533 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 83059 78533 296 55 0 81951 0
Current children cumulated CPU time (s) 1540.51
Current children cumulated vsize (Kb) 332236

[startup+1551.06 s]
/proc/loadavg: 0.99 0.99 0.93 2/64 24780
/proc/meminfo: memFree=992236/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=332236 CPUtime=1550.52
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 82624 0 0 0 155008 44 0 0 25 0 1 0 192589261 340209664 78536 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555809 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 83059 78536 296 55 0 81951 0
Current children cumulated CPU time (s) 1550.52
Current children cumulated vsize (Kb) 332236

[startup+1561.07 s]
/proc/loadavg: 0.99 0.99 0.93 2/64 24780
/proc/meminfo: memFree=992236/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=332236 CPUtime=1560.52
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 82625 0 0 0 156008 44 0 0 25 0 1 0 192589261 340209664 78537 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134552130 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 83059 78537 296 55 0 81951 0
Current children cumulated CPU time (s) 1560.52
Current children cumulated vsize (Kb) 332236

[startup+1571.07 s]
/proc/loadavg: 1.06 1.01 0.93 2/64 24780
/proc/meminfo: memFree=992236/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=332236 CPUtime=1570.52
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 82627 0 0 0 157008 44 0 0 25 0 1 0 192589261 340209664 78539 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649082 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 83059 78539 296 55 0 81951 0
Current children cumulated CPU time (s) 1570.52
Current children cumulated vsize (Kb) 332236

[startup+1581.08 s]
/proc/loadavg: 1.05 1.01 0.93 2/64 24780
/proc/meminfo: memFree=992236/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=332236 CPUtime=1580.52
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 82629 0 0 0 158008 44 0 0 25 0 1 0 192589261 340209664 78541 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555888 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 83059 78541 296 55 0 81951 0
Current children cumulated CPU time (s) 1580.52
Current children cumulated vsize (Kb) 332236

[startup+1591.09 s]
/proc/loadavg: 1.04 1.01 0.93 2/64 24780
/proc/meminfo: memFree=992236/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=332236 CPUtime=1590.53
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 82630 0 0 0 159008 45 0 0 25 0 1 0 192589261 340209664 78542 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 83059 78542 296 55 0 81951 0
Current children cumulated CPU time (s) 1590.53
Current children cumulated vsize (Kb) 332236

[startup+1601.09 s]
/proc/loadavg: 1.04 1.00 0.93 2/64 24780
/proc/meminfo: memFree=992172/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=332236 CPUtime=1600.53
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 82633 0 0 0 160008 45 0 0 25 0 1 0 192589261 340209664 78545 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134556086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 83059 78545 296 55 0 81951 0
Current children cumulated CPU time (s) 1600.53
Current children cumulated vsize (Kb) 332236

[startup+1611.1 s]
/proc/loadavg: 1.03 1.00 0.93 2/64 24780
/proc/meminfo: memFree=992172/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=332236 CPUtime=1610.53
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 82635 0 0 0 161008 45 0 0 25 0 1 0 192589261 340209664 78547 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 83059 78547 296 55 0 81951 0
Current children cumulated CPU time (s) 1610.53
Current children cumulated vsize (Kb) 332236

[startup+1621.1 s]
/proc/loadavg: 1.03 1.00 0.93 2/64 24780
/proc/meminfo: memFree=992172/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=332236 CPUtime=1620.53
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 82638 0 0 0 162008 45 0 0 25 0 1 0 192589261 340209664 78550 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 83059 78550 296 55 0 81951 0
Current children cumulated CPU time (s) 1620.53
Current children cumulated vsize (Kb) 332236

[startup+1631.11 s]
/proc/loadavg: 1.02 1.00 0.93 2/64 24780
/proc/meminfo: memFree=865068/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=476276 CPUtime=1630.53
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 114391 0 0 0 162994 59 0 0 25 0 1 0 192589261 487706624 110250 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555792 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 119069 110250 296 55 0 117961 0
Current children cumulated CPU time (s) 1630.53
Current children cumulated vsize (Kb) 476276

[startup+1641.11 s]
/proc/loadavg: 1.02 1.00 0.93 2/64 24780
/proc/meminfo: memFree=738604/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=622624 CPUtime=1640.54
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 145947 0 0 0 163982 72 0 0 25 0 1 0 192589261 637566976 141791 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535086 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 155656 141791 296 55 0 154548 0
Current children cumulated CPU time (s) 1640.54
Current children cumulated vsize (Kb) 622624

[startup+1651.12 s]
/proc/loadavg: 1.01 1.00 0.93 2/64 24780
/proc/meminfo: memFree=624108/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=754324 CPUtime=1650.54
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 174510 0 0 0 164971 83 0 0 25 0 1 0 192589261 772427776 170354 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649078 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 188581 170354 296 55 0 187473 0
Current children cumulated CPU time (s) 1650.54
Current children cumulated vsize (Kb) 754324

[startup+1661.12 s]
/proc/loadavg: 1.01 1.00 0.93 2/64 24780
/proc/meminfo: memFree=439852/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=956552 CPUtime=1660.54
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 220469 0 0 0 165953 101 0 0 25 0 1 0 192589261 979509248 216313 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 239138 216313 296 55 0 238030 0
Current children cumulated CPU time (s) 1660.54
Current children cumulated vsize (Kb) 956552

[startup+1671.13 s]
/proc/loadavg: 1.01 1.00 0.93 2/64 24780
/proc/meminfo: memFree=302636/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=1111148 CPUtime=1670.55
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 254707 0 0 0 166940 115 0 0 25 0 1 0 192589261 1137815552 250544 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134556016 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 277787 250544 296 55 0 276679 0
Current children cumulated CPU time (s) 1670.55
Current children cumulated vsize (Kb) 1111148

[startup+1681.13 s]
/proc/loadavg: 1.01 1.00 0.93 2/64 24780
/proc/meminfo: memFree=103916/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=1330380 CPUtime=1680.55
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 304271 0 0 0 167922 133 0 0 25 0 1 0 192589261 1362309120 300105 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134645935 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 332595 300105 296 55 0 331487 0
Current children cumulated CPU time (s) 1680.55
Current children cumulated vsize (Kb) 1330380

[startup+1691.14 s]
/proc/loadavg: 1.01 1.00 0.93 2/64 24780
/proc/meminfo: memFree=15084/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=1543188 CPUtime=1690.54
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 352203 0 0 0 168902 152 0 0 25 0 1 0 192589261 1580224512 348037 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555906 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 385797 348037 296 55 0 384689 0
Current children cumulated CPU time (s) 1690.54
Current children cumulated vsize (Kb) 1543188

[startup+1701.15 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 24780
/proc/meminfo: memFree=14892/2055920 swapFree=4181360/4192956
[pid=24778] ppid=24776 vsize=1755648 CPUtime=1700.54
/proc/24778/stat : 24778 (bsolo) R 24776 24778 24732 0 -1 0 400574 0 0 0 169882 172 0 0 25 0 1 0 192589261 1797783552 396408 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134648053 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24778/statm: 438912 396408 296 55 0 437804 0
Current children cumulated CPU time (s) 1700.54
Current children cumulated vsize (Kb) 1755648

Child ended because it received signal 6 (SIGABRT)
Real time (s): 1704.58
CPU time (s): 1703.96
CPU user time (s): 1701.9
CPU system time (s): 2.06269
CPU usage (%): 99.9638
Max. virtual memory (cumulated for all children) (Kb): 1755648
The end

Launcher Data (download as text)

Begin job on node52 on Fri Jun  2 17:26:55 UTC 2006


FILE ID= 39872-1149269215

PBS_JOBID= 298951

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

MD5SUM SOLVER= 05cada221eb1efaaae980ebc7509e7e8
MD5SUM BENCH=  1bfc65237e0980827bf136f13870d50e

RANDOM SEED= 899924064


/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.263
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.263
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:       1305828 kB
Buffers:         28364 kB
Cached:         652820 kB
SwapCached:       3508 kB
Active:         260136 kB
Inactive:       430008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1305828 kB
SwapTotal:     4192956 kB
SwapFree:      4181360 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          14916 kB
Slab:            45888 kB
Committed_AS:   308948 kB
PageTables:       1504 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node52 on Fri Jun  2 17:55:19 UTC 2006