Trace number 46596

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.02 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13480
Total number of constraints26619
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 constraints26619
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2843
Number of bits of the biggest sum of numbers12
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.
3.92	c Initial problem consists of 13480 variables and 26619 constraints.
13.16	c No problem reductions applied in OPT. instance.
13.16	c	preprocess terminated. Elapsed time: 13.144
13.16	c After prepocess the problem consists of 13480 variables and 26619 constraints.
13.16	c Initial Lower Bound: 0
44.84	c Restart #1 #Var: 13480 LB: 0 @ 44.82
109.98	c Restart #2 #Var: 13480 LB: 0 @ 109.94
216.83	c Restart #3 #Var: 13480 LB: 0 @ 216.76
325.43	c Restart #4 #Var: 13480 LB: 0 @ 325.29
498.70	c Restart #5 #Var: 13480 LB: 0 @ 498.47
655.03	c Restart #6 #Var: 13480 LB: 0 @ 654.76
868.49	c Restart #7 #Var: 13480 LB: 0 @ 868.16
1141.69	c CHANGE Heuristic... 
1141.69	c Restart #0 #Var: 13480 LB: 0 @ 1141.3
1184.39	c Restart #1 #Var: 13480 LB: 0 @ 1184
1208.89	c Restart #2 #Var: 13480 LB: 0 @ 1208.5
1249.54	c Restart #3 #Var: 13480 LB: 0 @ 1249.1
1300.11	c Restart #4 #Var: 13480 LB: 0 @ 1299.7
1343.33	c Restart #5 #Var: 13480 LB: 0 @ 1342.9
1375.88	c Restart #6 #Var: 13480 LB: 0 @ 1375.4
1446.32	c Restart #7 #Var: 13480 LB: 0 @ 1445.8
1519.85	c Restart #8 #Var: 13480 LB: 0 @ 1519.3
1636.73	c Restart #9 #Var: 13480 LB: 0 @ 1636.2
1692.94	c Restart #10 #Var: 13480 LB: 0 @ 1692.4
1739.79	c Restart #11 #Var: 13480 LB: 0 @ 1739.2
1800.59	s UNKNOWN
1800.59	c Exit Code: 0
1800.59	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

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node60/watcher-46596-1154069756 -o ROOT/results/node60/solver-46596-1154069756 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node60/46596-1154069756/instance-46596-1154069756.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 3/64 30236
/proc/meminfo: memFree=1501696/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=4616 CPUtime=0
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 185 0 0 0 0 0 0 0 19 0 1 0 153845392 4726784 155 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 6434731 0 0 4096 0 0 0 0 17 1 0 0
/proc/30236/statm: 1154 163 121 55 0 46 0

[startup+10.0021 s]
/proc/loadavg: 0.93 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1411208/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=95856 CPUtime=9.98
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 22953 0 0 0 987 11 0 0 25 0 1 0 153845392 98156544 22853 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134645159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 23964 22853 287 55 0 22856 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 95856

[startup+20.0091 s]
/proc/loadavg: 0.94 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1409864/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=97620 CPUtime=19.99
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 23382 0 0 0 1987 12 0 0 25 0 1 0 153845392 99962880 23282 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134534809 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 24405 23282 296 55 0 23297 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 97620

[startup+30.0161 s]
/proc/loadavg: 0.95 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1409864/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=97620 CPUtime=29.99
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 23397 0 0 0 2987 12 0 0 25 0 1 0 153845392 99962880 23297 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134542318 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 24405 23297 296 55 0 23297 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 97620

[startup+40.0221 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1409864/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=97752 CPUtime=40
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 23414 0 0 0 3988 12 0 0 25 0 1 0 153845392 100098048 23314 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134534854 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 24438 23314 296 55 0 23330 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 97752

[startup+50.0281 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1409672/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=97956 CPUtime=50
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 23460 0 0 0 4988 12 0 0 25 0 1 0 153845392 100306944 23360 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134540688 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 24489 23360 296 55 0 23381 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 97956

[startup+60.0341 s]
/proc/loadavg: 0.97 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1409736/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=97956 CPUtime=60
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 23460 0 0 0 5988 12 0 0 25 0 1 0 153845392 100306944 23360 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134598977 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 24489 23360 296 55 0 23381 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 97956

[startup+70.0401 s]
/proc/loadavg: 0.97 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1409736/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=97956 CPUtime=70.01
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 23461 0 0 0 6989 12 0 0 25 0 1 0 153845392 100306944 23361 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134533905 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 24489 23361 296 55 0 23381 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 97956

[startup+80.0461 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1409672/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=97956 CPUtime=80.01
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 23479 0 0 0 7989 12 0 0 25 0 1 0 153845392 100306944 23379 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134607308 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 24489 23379 296 55 0 23381 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 97956

[startup+90.0521 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1409608/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=97956 CPUtime=90.01
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 23489 0 0 0 8989 12 0 0 25 0 1 0 153845392 100306944 23389 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134540808 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 24489 23389 296 55 0 23381 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 97956

[startup+100.057 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1409608/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=98088 CPUtime=100.01
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 23510 0 0 0 9989 12 0 0 25 0 1 0 153845392 100442112 23410 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134540682 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 24522 23410 296 55 0 23414 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 98088

[startup+110.063 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1409544/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=98088 CPUtime=110.02
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 23517 0 0 0 10990 12 0 0 25 0 1 0 153845392 100442112 23417 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134540691 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 24522 23417 296 55 0 23414 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 98088

[startup+120.069 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1409544/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=98088 CPUtime=120.02
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 23522 0 0 0 11990 12 0 0 25 0 1 0 153845392 100442112 23422 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134534060 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 24522 23422 296 55 0 23414 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 98088

[startup+130.075 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1409480/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=98220 CPUtime=130.02
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 23542 0 0 0 12990 12 0 0 25 0 1 0 153845392 100577280 23442 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134540688 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 24555 23442 296 55 0 23447 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 98220

[startup+140.081 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1409352/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=98352 CPUtime=140.03
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 23562 0 0 0 13991 12 0 0 25 0 1 0 153845392 100712448 23462 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134523804 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 24588 23462 296 55 0 23480 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 98352

[startup+150.088 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1409288/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=98352 CPUtime=150.03
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 23577 0 0 0 14991 12 0 0 25 0 1 0 153845392 100712448 23477 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134537704 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 24588 23477 296 55 0 23480 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 98352

[startup+160.094 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1409224/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=98352 CPUtime=160.03
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 23591 0 0 0 15991 12 0 0 25 0 1 0 153845392 100712448 23491 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134540691 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 24588 23491 296 55 0 23480 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 98352

[startup+170.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1409096/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=98632 CPUtime=170.04
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 23623 0 0 0 16992 12 0 0 25 0 1 0 153845392 100999168 23521 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134533905 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 24658 23521 296 55 0 23550 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 98632

[startup+180.106 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1409096/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=98632 CPUtime=180.04
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 23630 0 0 0 17992 12 0 0 25 0 1 0 153845392 100999168 23528 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134537690 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 24658 23528 296 55 0 23550 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 98632

[startup+190.112 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1408968/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=98632 CPUtime=190.04
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 23649 0 0 0 18992 12 0 0 25 0 1 0 153845392 100999168 23547 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134540699 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 24658 23547 296 55 0 23550 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 98632

[startup+200.118 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30236
/proc/meminfo: memFree=1408904/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=98764 CPUtime=200.04
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 23667 0 0 0 19992 12 0 0 25 0 1 0 153845392 101134336 23565 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134540691 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 24691 23565 296 55 0 23583 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 98764

[startup+210.124 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30236

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

Current children cumulated CPU time (s) 1760.46
Current children cumulated vsize (Kb) 120076

[startup+1771.06 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1388360/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120208 CPUtime=1770.46
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28777 0 0 0 177018 28 0 0 25 0 1 0 153845392 123092992 28585 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134533905 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30052 28585 296 55 0 28944 0
Current children cumulated CPU time (s) 1770.46
Current children cumulated vsize (Kb) 120208

[startup+1781.06 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1388168/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120488 CPUtime=1780.47
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28828 0 0 0 178019 28 0 0 25 0 1 0 153845392 123379712 28636 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134542121 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30122 28636 296 55 0 29014 0
Current children cumulated CPU time (s) 1780.47
Current children cumulated vsize (Kb) 120488

[startup+1782.07 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1388168/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120488 CPUtime=1781.47
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28828 0 0 0 178119 28 0 0 25 0 1 0 153845392 123379712 28636 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134540699 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30122 28636 296 55 0 29014 0
Current children cumulated CPU time (s) 1781.47
Current children cumulated vsize (Kb) 120488

[startup+1783.07 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1388168/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120488 CPUtime=1782.48
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28828 0 0 0 178220 28 0 0 25 0 1 0 153845392 123379712 28636 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134533905 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30122 28636 296 55 0 29014 0
Current children cumulated CPU time (s) 1782.48
Current children cumulated vsize (Kb) 120488

[startup+1784.08 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1388168/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120488 CPUtime=1783.48
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28828 0 0 0 178320 28 0 0 25 0 1 0 153845392 123379712 28636 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134540699 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30122 28636 296 55 0 29014 0
Current children cumulated CPU time (s) 1783.48
Current children cumulated vsize (Kb) 120488

[startup+1785.08 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1388104/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120488 CPUtime=1784.48
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28837 0 0 0 178420 28 0 0 25 0 1 0 153845392 123379712 28645 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134540699 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30122 28645 296 55 0 29014 0
Current children cumulated CPU time (s) 1784.48
Current children cumulated vsize (Kb) 120488

[startup+1786.09 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1388104/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120620 CPUtime=1785.49
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28843 0 0 0 178521 28 0 0 25 0 1 0 153845392 123514880 28651 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134542121 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30155 28651 296 55 0 29047 0
Current children cumulated CPU time (s) 1785.49
Current children cumulated vsize (Kb) 120620

[startup+1787.09 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1388104/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120620 CPUtime=1786.49
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28846 0 0 0 178621 28 0 0 25 0 1 0 153845392 123514880 28654 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134542135 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30155 28654 296 55 0 29047 0
Current children cumulated CPU time (s) 1786.49
Current children cumulated vsize (Kb) 120620

[startup+1788.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1388040/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120620 CPUtime=1787.5
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28851 0 0 0 178722 28 0 0 25 0 1 0 153845392 123514880 28659 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134537704 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30155 28659 296 55 0 29047 0
Current children cumulated CPU time (s) 1787.5
Current children cumulated vsize (Kb) 120620

[startup+1789.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1387976/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120620 CPUtime=1788.5
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28864 0 0 0 178822 28 0 0 25 0 1 0 153845392 123514880 28672 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134533916 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30155 28672 296 55 0 29047 0
Current children cumulated CPU time (s) 1788.5
Current children cumulated vsize (Kb) 120620

[startup+1790.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1387976/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120620 CPUtime=1789.51
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28867 0 0 0 178923 28 0 0 25 0 1 0 153845392 123514880 28675 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134540688 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30155 28675 296 55 0 29047 0
Current children cumulated CPU time (s) 1789.51
Current children cumulated vsize (Kb) 120620

[startup+1791.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1387976/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120620 CPUtime=1790.51
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28868 0 0 0 179023 28 0 0 25 0 1 0 153845392 123514880 28676 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134540647 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30155 28676 296 55 0 29047 0
Current children cumulated CPU time (s) 1790.51
Current children cumulated vsize (Kb) 120620

[startup+1792.12 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1387912/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120776 CPUtime=1791.52
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28882 0 0 0 179124 28 0 0 25 0 1 0 153845392 123674624 28690 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134537786 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30194 28690 296 55 0 29086 0
Current children cumulated CPU time (s) 1791.52
Current children cumulated vsize (Kb) 120776

[startup+1793.12 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1387912/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120776 CPUtime=1792.52
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28882 0 0 0 179224 28 0 0 25 0 1 0 153845392 123674624 28690 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134534988 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30194 28690 296 55 0 29086 0
Current children cumulated CPU time (s) 1792.52
Current children cumulated vsize (Kb) 120776

[startup+1794.13 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1387912/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120776 CPUtime=1793.53
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28882 0 0 0 179325 28 0 0 25 0 1 0 153845392 123674624 28690 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134540688 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30194 28690 296 55 0 29086 0
Current children cumulated CPU time (s) 1793.53
Current children cumulated vsize (Kb) 120776

[startup+1795.13 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1387912/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120776 CPUtime=1794.53
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28882 0 0 0 179425 28 0 0 25 0 1 0 153845392 123674624 28690 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134537841 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30194 28690 296 55 0 29086 0
Current children cumulated CPU time (s) 1794.53
Current children cumulated vsize (Kb) 120776

[startup+1796.14 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1387912/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120776 CPUtime=1795.54
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28882 0 0 0 179526 28 0 0 25 0 1 0 153845392 123674624 28690 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134534798 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30194 28690 296 55 0 29086 0
Current children cumulated CPU time (s) 1795.54
Current children cumulated vsize (Kb) 120776

[startup+1797.14 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1387848/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120776 CPUtime=1796.54
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28896 0 0 0 179626 28 0 0 25 0 1 0 153845392 123674624 28702 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134533916 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30194 28702 296 55 0 29086 0
Current children cumulated CPU time (s) 1796.54
Current children cumulated vsize (Kb) 120776

[startup+1798.15 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1387848/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120776 CPUtime=1797.54
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28896 0 0 0 179726 28 0 0 25 0 1 0 153845392 123674624 28702 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134542206 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30194 28702 296 55 0 29086 0
Current children cumulated CPU time (s) 1797.54
Current children cumulated vsize (Kb) 120776

[startup+1799.15 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1387848/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120776 CPUtime=1798.55
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28896 0 0 0 179827 28 0 0 25 0 1 0 153845392 123674624 28702 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134537565 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30194 28702 296 55 0 29086 0
Current children cumulated CPU time (s) 1798.55
Current children cumulated vsize (Kb) 120776

[startup+1800.16 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 30434
/proc/meminfo: memFree=1387848/2055920 swapFree=4184148/4192956
[pid=30236] ppid=30234 vsize=120776 CPUtime=1799.55
/proc/30236/stat : 30236 (bsolo) R 30234 30236 30187 0 -1 0 28897 0 0 0 179927 28 0 0 25 0 1 0 153845392 123674624 28703 18446744073709551615 134512640 134738892 4294956672 18446744073709551615 134540699 0 0 4096 16384 0 0 0 17 1 0 0
/proc/30236/statm: 30194 28703 296 55 0 29086 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (Kb) 120776

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.02
CPU user time (s): 1799.72
CPU system time (s): 0.305953
CPU usage (%): 99.967
Max. virtual memory (cumulated for all children) (Kb): 120776
The end

Launcher Data (download as text)

Begin job on node60 on Fri Jul 28 06:55:56 UTC 2006


FILE ID= 46596-1154069756

PBS_JOBID= 882627

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_20.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node60/46596-1154069756/instance-46596-1154069756.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-46596-1154069756 -o ROOT/results/node60/solver-46596-1154069756 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node60/46596-1154069756/instance-46596-1154069756.opb

MD5SUM SOLVER= 05cada221eb1efaaae980ebc7509e7e8
MD5SUM BENCH=  6a25ee38adc43f783b18badd1224270c

RANDOM SEED= 341344221

TIMEOUT= 1800 seconds


/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.231
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.231
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:       1501920 kB
Buffers:         28556 kB
Cached:         450784 kB
SwapCached:       2576 kB
Active:          49952 kB
Inactive:       437944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1501920 kB
SwapTotal:     4192956 kB
SwapFree:      4184148 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          14584 kB
Slab:            52148 kB
Committed_AS:  1061796 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node60 on Fri Jul 28 07:25:56 UTC 2006