Trace number 39774

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? (TO) 1800.69 1801.26

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-nw04.opb
MD5SUMdd1a158f1c4d558a5b1acea2c0abe5ea
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8431
Best CPU time to get the best result obtained on this benchmark351.901
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8431
Optimality of the best value was proved YES
Number of variables87482
Total number of constraints36
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)36
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint599
Maximum length of a constraint42032
Number of terms in the objective function 87482
Biggest coefficient in the objective function 5220
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 120189580
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 5220
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 120189580
Number of bits of the biggest sum of numbers27
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.02	c INFO: OSL Context initialized.
4.69	c Initial problem consists of 87482 variables and 72 constraints.
5.53	c No problem reductions applied in OPT. instance.
5.53	c	preprocess terminated. Elapsed time: 5.512
5.53	c After prepocess the problem consists of 87482 variables and 72 constraints.
5.53	c Initial Lower Bound: 0
1801.22	c Caught signal: 15
1801.22	s UNKNOWN
1801.22	c Exit Code: 0

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 2/64 11961
/proc/meminfo: memFree=1275912/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=436 CPUtime=0
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 38 0 0 0 0 0 0 0 18 0 1 0 190231861 446464 23 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 9839396 0 0 4096 0 0 0 0 17 1 0 0
/proc/11961/statm: 109 23 18 55 0 18 0

[startup+10.0022 s]
/proc/loadavg: 0.93 0.95 0.90 2/64 11961
/proc/meminfo: memFree=1118248/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=175120 CPUtime=9.97
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 44647 0 0 0 974 23 0 0 25 0 1 0 190231861 179322880 39676 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 43780 39676 295 55 0 42672 0
Current children cumulated CPU time (s) 9.97
Current children cumulated vsize (Kb) 175120

[startup+20.0085 s]
/proc/loadavg: 0.94 0.96 0.91 2/64 11961
/proc/meminfo: memFree=1117224/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=176100 CPUtime=19.97
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 44915 0 0 0 1973 24 0 0 25 0 1 0 190231861 180326400 39943 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 44025 39943 295 55 0 42917 0
Current children cumulated CPU time (s) 19.97
Current children cumulated vsize (Kb) 176100

[startup+30.0147 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 11961
/proc/meminfo: memFree=1116328/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=177244 CPUtime=29.98
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 45178 0 0 0 2974 24 0 0 25 0 1 0 190231861 181497856 40205 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548225 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 44311 40205 295 55 0 43203 0
Current children cumulated CPU time (s) 29.98
Current children cumulated vsize (Kb) 177244

[startup+40.0209 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 11961
/proc/meminfo: memFree=1115560/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=177936 CPUtime=39.99
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 45373 0 0 0 3974 25 0 0 25 0 1 0 190231861 182206464 40400 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 44484 40400 295 55 0 43376 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 177936

[startup+50.0282 s]
/proc/loadavg: 0.96 0.96 0.91 2/64 11961
/proc/meminfo: memFree=1115368/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=178068 CPUtime=49.99
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 45420 0 0 0 4974 25 0 0 25 0 1 0 190231861 182341632 40447 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 44517 40447 295 55 0 43409 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 178068

[startup+60.0344 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 11961
/proc/meminfo: memFree=1115176/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=178360 CPUtime=59.99
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 45494 0 0 0 5974 25 0 0 25 0 1 0 190231861 182640640 40480 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548369 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 44590 40480 295 55 0 43482 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 178360

[startup+70.0407 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 11961
/proc/meminfo: memFree=1115112/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=178492 CPUtime=70
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 45529 0 0 0 6975 25 0 0 25 0 1 0 190231861 182775808 40515 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548211 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 44623 40515 295 55 0 43515 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 178492

[startup+80.0469 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 11961
/proc/meminfo: memFree=1114920/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=178624 CPUtime=80
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 45565 0 0 0 7975 25 0 0 25 0 1 0 190231861 182910976 40551 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548392 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 44656 40551 295 55 0 43548 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 178624

[startup+90.0531 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 11961
/proc/meminfo: memFree=1114792/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=178756 CPUtime=90
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 45598 0 0 0 8975 25 0 0 25 0 1 0 190231861 183046144 40584 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 44689 40584 295 55 0 43581 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 178756

[startup+100.059 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 11961
/proc/meminfo: memFree=1114664/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=178888 CPUtime=100.01
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 45642 0 0 0 9976 25 0 0 25 0 1 0 190231861 183181312 40628 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 44722 40628 295 55 0 43614 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 178888

[startup+110.067 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 11961
/proc/meminfo: memFree=1114664/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=178856 CPUtime=110.01
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 45655 0 0 0 10976 25 0 0 25 0 1 0 190231861 183148544 40606 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548217 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 44714 40606 295 55 0 43606 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 178856

[startup+120.073 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11961
/proc/meminfo: memFree=1114536/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=178988 CPUtime=120.01
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 45708 0 0 0 11976 25 0 0 25 0 1 0 190231861 183283712 40659 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 44747 40659 295 55 0 43639 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 178988

[startup+130.079 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11961
/proc/meminfo: memFree=1114472/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=179120 CPUtime=130.02
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 45733 0 0 0 12977 25 0 0 25 0 1 0 190231861 183418880 40684 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548392 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 44780 40684 295 55 0 43672 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 179120

[startup+140.085 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11961
/proc/meminfo: memFree=1114280/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=179444 CPUtime=140.02
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 45780 0 0 0 13977 25 0 0 25 0 1 0 190231861 183750656 40731 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 44861 40731 295 55 0 43753 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 179444

[startup+150.092 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11961
/proc/meminfo: memFree=1114152/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=179576 CPUtime=150.02
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 45802 0 0 0 14977 25 0 0 25 0 1 0 190231861 183885824 40753 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 44894 40753 295 55 0 43786 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 179576

[startup+160.098 s]
/proc/loadavg: 1.06 0.99 0.91 2/64 11961
/proc/meminfo: memFree=1113960/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=179708 CPUtime=160.03
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 45859 0 0 0 15978 25 0 0 25 0 1 0 190231861 184020992 40810 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 44927 40810 295 55 0 43819 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 179708

[startup+170.104 s]
/proc/loadavg: 1.05 0.99 0.91 2/64 11961
/proc/meminfo: memFree=1113768/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=179648 CPUtime=170.03
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 45915 0 0 0 16978 25 0 0 25 0 1 0 190231861 183959552 40806 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 44912 40806 295 55 0 43804 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 179648

[startup+180.11 s]
/proc/loadavg: 1.04 0.99 0.91 2/64 11961
/proc/meminfo: memFree=1113768/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=179648 CPUtime=180.03
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 45915 0 0 0 17978 25 0 0 25 0 1 0 190231861 183959552 40806 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548217 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 44912 40806 295 55 0 43804 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 179648

[startup+190.117 s]
/proc/loadavg: 1.04 0.99 0.91 2/64 11961
/proc/meminfo: memFree=1113768/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=179648 CPUtime=190.04
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 45915 0 0 0 18979 25 0 0 25 0 1 0 190231861 183959552 40806 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 44912 40806 295 55 0 43804 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 179648

[startup+200.123 s]
/proc/loadavg: 1.03 0.99 0.91 2/64 11961
/proc/meminfo: memFree=1113768/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=179648 CPUtime=200.04
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 45915 0 0 0 19979 25 0 0 25 0 1 0 190231861 183959552 40806 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 44912 40806 295 55 0 43804 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 179648

[startup+210.129 s]
/proc/loadavg: 1.02 0.99 0.91 2/64 11961
/proc/meminfo: memFree=1113768/2055920 swapFree=4182232/4192956

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

[pid=11961] ppid=11959 vsize=182644 CPUtime=1781.56
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47263 0 0 0 178127 29 0 0 25 0 1 0 190231861 187027456 41555 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548392 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45661 41555 295 55 0 44553 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (Kb) 182644

[startup+1783.13 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110504/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1782.57
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47305 0 0 0 178228 29 0 0 25 0 1 0 190231861 187359232 41597 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41597 295 55 0 44634 0
Current children cumulated CPU time (s) 1782.57
Current children cumulated vsize (Kb) 182968

[startup+1784.14 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110504/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1783.57
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47305 0 0 0 178328 29 0 0 25 0 1 0 190231861 187359232 41597 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548239 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41597 295 55 0 44634 0
Current children cumulated CPU time (s) 1783.57
Current children cumulated vsize (Kb) 182968

[startup+1785.14 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110504/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1784.58
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47305 0 0 0 178429 29 0 0 25 0 1 0 190231861 187359232 41597 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41597 295 55 0 44634 0
Current children cumulated CPU time (s) 1784.58
Current children cumulated vsize (Kb) 182968

[startup+1786.15 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110504/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1785.58
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47306 0 0 0 178529 29 0 0 25 0 1 0 190231861 187359232 41598 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41598 295 55 0 44634 0
Current children cumulated CPU time (s) 1785.58
Current children cumulated vsize (Kb) 182968

[startup+1787.15 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110504/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1786.59
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47306 0 0 0 178630 29 0 0 25 0 1 0 190231861 187359232 41598 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41598 295 55 0 44634 0
Current children cumulated CPU time (s) 1786.59
Current children cumulated vsize (Kb) 182968

[startup+1788.16 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110504/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1787.59
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47306 0 0 0 178730 29 0 0 25 0 1 0 190231861 187359232 41598 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41598 295 55 0 44634 0
Current children cumulated CPU time (s) 1787.59
Current children cumulated vsize (Kb) 182968

[startup+1789.16 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110504/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1788.6
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47307 0 0 0 178831 29 0 0 25 0 1 0 190231861 187359232 41599 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41599 295 55 0 44634 0
Current children cumulated CPU time (s) 1788.6
Current children cumulated vsize (Kb) 182968

[startup+1790.17 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110504/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1789.6
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47307 0 0 0 178931 29 0 0 25 0 1 0 190231861 187359232 41599 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548372 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41599 295 55 0 44634 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (Kb) 182968

[startup+1791.17 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110504/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1790.61
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47307 0 0 0 179032 29 0 0 25 0 1 0 190231861 187359232 41599 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41599 295 55 0 44634 0
Current children cumulated CPU time (s) 1790.61
Current children cumulated vsize (Kb) 182968

[startup+1792.18 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110504/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1791.61
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47308 0 0 0 179132 29 0 0 25 0 1 0 190231861 187359232 41600 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41600 295 55 0 44634 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (Kb) 182968

[startup+1793.18 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110504/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1792.62
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47308 0 0 0 179233 29 0 0 25 0 1 0 190231861 187359232 41600 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41600 295 55 0 44634 0
Current children cumulated CPU time (s) 1792.62
Current children cumulated vsize (Kb) 182968

[startup+1794.19 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110504/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1793.62
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47309 0 0 0 179333 29 0 0 25 0 1 0 190231861 187359232 41601 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41601 295 55 0 44634 0
Current children cumulated CPU time (s) 1793.62
Current children cumulated vsize (Kb) 182968

[startup+1795.19 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110504/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1794.63
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47309 0 0 0 179434 29 0 0 25 0 1 0 190231861 187359232 41601 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548239 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41601 295 55 0 44634 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (Kb) 182968

[startup+1796.2 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110504/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1795.63
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47309 0 0 0 179534 29 0 0 25 0 1 0 190231861 187359232 41601 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41601 295 55 0 44634 0
Current children cumulated CPU time (s) 1795.63
Current children cumulated vsize (Kb) 182968

[startup+1797.2 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110504/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1796.63
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47314 0 0 0 179634 29 0 0 25 0 1 0 190231861 187359232 41606 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548217 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41606 295 55 0 44634 0
Current children cumulated CPU time (s) 1796.63
Current children cumulated vsize (Kb) 182968

[startup+1798.21 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110440/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1797.64
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47317 0 0 0 179735 29 0 0 25 0 1 0 190231861 187359232 41609 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41609 295 55 0 44634 0
Current children cumulated CPU time (s) 1797.64
Current children cumulated vsize (Kb) 182968

[startup+1799.21 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110440/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1798.64
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47322 0 0 0 179835 29 0 0 25 0 1 0 190231861 187359232 41614 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41614 295 55 0 44634 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (Kb) 182968

[startup+1800.22 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110440/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1799.65
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47325 0 0 0 179936 29 0 0 25 0 1 0 190231861 187359232 41617 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41617 295 55 0 44634 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (Kb) 182968

[startup+1801.22 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110440/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1800.65
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47330 0 0 0 180036 29 0 0 25 0 1 0 190231861 187359232 41622 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41622 295 55 0 44634 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (Kb) 182968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.22 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12156
/proc/meminfo: memFree=1110440/2055920 swapFree=4182232/4192956
[pid=11961] ppid=11959 vsize=182968 CPUtime=1800.66
/proc/11961/stat : 11961 (bsolo) R 11959 11961 11915 0 -1 0 47330 0 0 0 180037 29 0 0 25 0 1 0 190231861 187359232 41622 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134548217 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11961/statm: 45742 41622 295 55 0 44634 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (Kb) 182968

Sending SIGTERM to -11961
Sleeping 2 seconds

Child status: 0
Real time (s): 1801.26
CPU time (s): 1800.69
CPU user time (s): 1800.37
CPU system time (s): 0.318951
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (Kb): 182968

Launcher Data (download as text)

Begin job on node66 on Fri Jun  2 10:53:57 UTC 2006


FILE ID= 39774-1149245637

PBS_JOBID= 297717

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

MD5SUM SOLVER= 05cada221eb1efaaae980ebc7509e7e8
MD5SUM BENCH=  dd1a158f1c4d558a5b1acea2c0abe5ea

RANDOM SEED= 669602220


/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:       1276120 kB
Buffers:         37672 kB
Cached:         667808 kB
SwapCached:       2536 kB
Active:         117884 kB
Inactive:       596460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1276120 kB
SwapTotal:     4192956 kB
SwapFree:      4182232 kB
Dirty:             192 kB
Writeback:           0 kB
Mapped:          15196 kB
Slab:            51524 kB
Committed_AS:   216796 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node66 on Fri Jun  2 11:23:59 UTC 2006