Trace number 39848

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 591.292 591.487

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-core4284-1064.opb
MD5SUMeb3ec27dc8137302430c8b48ccd8a471
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark907
Best CPU time to get the best result obtained on this benchmark1269.29
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 907
Optimality of the best value was proved NO
Number of variables21705
Total number of constraints4285
Number of constraints which are clauses4284
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint15760
Number of terms in the objective function 21705
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 21705
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 9256
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 25016
Number of bits of the biggest sum of numbers15
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.
1.08	c Initial problem consists of 21705 variables and 4285 constraints.
1.48	c	preprocess terminated. Elapsed time: 1.468
1.48	c After prepocess the problem consists of 19910 variables and 3438 constraints.
1.48	c Initial Lower Bound: 19

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1626408/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=4928 CPUtime=0
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 301 0 0 0 0 0 0 0 19 0 1 0 191716799 5046272 270 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 11056763 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 1232 281 188 55 0 124 0

[startup+10.0023 s]
/proc/loadavg: 0.93 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1588904/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=43020 CPUtime=9.98
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 10243 0 0 0 993 5 0 0 25 0 1 0 191716799 44052480 9654 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 10755 9654 294 55 0 9647 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 43020

[startup+20.0082 s]
/proc/loadavg: 0.94 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1589032/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=43020 CPUtime=19.98
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 10247 0 0 0 1993 5 0 0 25 0 1 0 191716799 44052480 9658 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649078 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 10755 9658 294 55 0 9647 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (Kb) 43020

[startup+30.0142 s]
/proc/loadavg: 0.95 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1589032/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=43020 CPUtime=29.99
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 10260 0 0 0 2994 5 0 0 25 0 1 0 191716799 44052480 9671 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649834 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 10755 9671 294 55 0 9647 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 43020

[startup+40.0201 s]
/proc/loadavg: 0.96 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1589032/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=43020 CPUtime=39.99
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 10260 0 0 0 3994 5 0 0 25 0 1 0 191716799 44052480 9671 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649078 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 10755 9671 294 55 0 9647 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 43020

[startup+50.026 s]
/proc/loadavg: 0.96 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1589032/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=43020 CPUtime=49.99
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 10260 0 0 0 4994 5 0 0 25 0 1 0 191716799 44052480 9671 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134696642 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 10755 9671 294 55 0 9647 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 43020

[startup+60.0319 s]
/proc/loadavg: 0.97 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1589032/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=43020 CPUtime=60
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 10260 0 0 0 5995 5 0 0 25 0 1 0 191716799 44052480 9671 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649990 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 10755 9671 294 55 0 9647 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 43020

[startup+70.0378 s]
/proc/loadavg: 0.97 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1589032/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=43020 CPUtime=70
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 10260 0 0 0 6995 5 0 0 25 0 1 0 191716799 44052480 9671 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649078 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 10755 9671 294 55 0 9647 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 43020

[startup+80.0438 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1588776/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=43284 CPUtime=80
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 10319 0 0 0 7995 5 0 0 25 0 1 0 191716799 44322816 9730 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649917 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 10821 9730 294 55 0 9713 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 43284

[startup+90.0497 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1588072/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=43944 CPUtime=90
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 10490 0 0 0 8995 5 0 0 25 0 1 0 191716799 44998656 9901 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 10986 9901 294 55 0 9878 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 43944

[startup+100.056 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1587944/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=44076 CPUtime=100.01
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 10528 0 0 0 9996 5 0 0 25 0 1 0 191716799 45133824 9939 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649821 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 11019 9939 294 55 0 9911 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 44076

[startup+110.062 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1587688/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=44340 CPUtime=110.01
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 10582 0 0 0 10996 5 0 0 25 0 1 0 191716799 45404160 9993 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 11085 9993 294 55 0 9977 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 44340

[startup+120.067 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1586856/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=45140 CPUtime=120.01
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 10796 0 0 0 11996 5 0 0 25 0 1 0 191716799 46223360 10207 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649078 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 11285 10207 294 55 0 10177 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 45140

[startup+130.073 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1586728/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=45272 CPUtime=130.02
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 10821 0 0 0 12997 5 0 0 25 0 1 0 191716799 46358528 10232 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134555992 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 11318 10232 294 55 0 10210 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 45272

[startup+140.079 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1586344/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=45668 CPUtime=140.02
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 10919 0 0 0 13997 5 0 0 25 0 1 0 191716799 46764032 10330 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 11417 10330 294 55 0 10309 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 45668

[startup+150.085 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1586344/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=45668 CPUtime=150.02
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 10919 0 0 0 14997 5 0 0 25 0 1 0 191716799 46764032 10330 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649960 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 11417 10330 294 55 0 10309 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 45668

[startup+160.091 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1584296/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=47660 CPUtime=160.03
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 11433 0 0 0 15997 6 0 0 25 0 1 0 191716799 48803840 10844 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 11915 10844 294 55 0 10807 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 47660

[startup+170.097 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1582248/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=49772 CPUtime=170.04
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 11943 0 0 0 16998 6 0 0 25 0 1 0 191716799 50966528 11354 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649701 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 12443 11354 294 55 0 11335 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 49772

[startup+180.103 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1581800/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=50168 CPUtime=180.04
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 12057 0 0 0 17998 6 0 0 25 0 1 0 191716799 51372032 11468 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 12542 11468 294 55 0 11434 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 50168

[startup+190.109 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1581800/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=50168 CPUtime=190.04
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 12057 0 0 0 18998 6 0 0 25 0 1 0 191716799 51372032 11468 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649821 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 12542 11468 294 55 0 11434 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 50168

[startup+200.115 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1581800/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=50168 CPUtime=200.04
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 12057 0 0 0 19998 6 0 0 25 0 1 0 191716799 51372032 11468 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649078 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 12542 11468 294 55 0 11434 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 50168

[startup+210.121 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1579752/2055920 swapFree=4181412/4192956

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

Current children cumulated CPU time (s) 380.1
Current children cumulated vsize (Kb) 85348

[startup+390.226 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1545512/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=87780 CPUtime=390.1
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 21107 0 0 0 39001 9 0 0 25 0 1 0 191716799 89886720 20516 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 21945 20516 294 55 0 20837 0
Current children cumulated CPU time (s) 390.1
Current children cumulated vsize (Kb) 87780

[startup+400.231 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1543912/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=89716 CPUtime=400.11
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 21528 0 0 0 40001 10 0 0 25 0 1 0 191716799 91869184 20937 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134542072 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 22429 20937 294 55 0 21321 0
Current children cumulated CPU time (s) 400.11
Current children cumulated vsize (Kb) 89716

[startup+410.237 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1525736/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=109904 CPUtime=410.12
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 26066 0 0 0 41000 12 0 0 25 0 1 0 191716799 112541696 25475 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134650003 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 27476 25475 294 55 0 26368 0
Current children cumulated CPU time (s) 410.12
Current children cumulated vsize (Kb) 109904

[startup+420.243 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1518504/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=117892 CPUtime=420.12
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 27858 0 0 0 41999 13 0 0 25 0 1 0 191716799 120721408 27267 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 29473 27267 294 55 0 28365 0
Current children cumulated CPU time (s) 420.12
Current children cumulated vsize (Kb) 117892

[startup+430.249 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1513128/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=123836 CPUtime=430.12
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 29202 0 0 0 42999 13 0 0 25 0 1 0 191716799 126808064 28611 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649839 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 30959 28611 294 55 0 29851 0
Current children cumulated CPU time (s) 430.12
Current children cumulated vsize (Kb) 123836

[startup+440.255 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1509416/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=127864 CPUtime=440.13
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 30122 0 0 0 43999 14 0 0 25 0 1 0 191716799 130932736 29531 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134556083 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 31966 29531 294 55 0 30858 0
Current children cumulated CPU time (s) 440.13
Current children cumulated vsize (Kb) 127864

[startup+450.261 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1504552/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=133244 CPUtime=450.13
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 31340 0 0 0 44999 14 0 0 25 0 1 0 191716799 136441856 30749 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557827 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 33311 30749 294 55 0 32203 0
Current children cumulated CPU time (s) 450.13
Current children cumulated vsize (Kb) 133244

[startup+460.266 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1496168/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=142344 CPUtime=460.14
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 33439 0 0 0 45999 15 0 0 25 0 1 0 191716799 145760256 32848 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 35586 32848 294 55 0 34478 0
Current children cumulated CPU time (s) 460.14
Current children cumulated vsize (Kb) 142344

[startup+470.272 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1489128/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=149920 CPUtime=470.13
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 35191 0 0 0 46998 15 0 0 25 0 1 0 191716799 153518080 34600 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649150 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 37480 34600 294 55 0 36372 0
Current children cumulated CPU time (s) 470.13
Current children cumulated vsize (Kb) 149920

[startup+480.278 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1481384/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=158196 CPUtime=480.14
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 37114 0 0 0 47998 16 0 0 25 0 1 0 191716799 161992704 36523 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649821 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 39549 36523 294 55 0 38441 0
Current children cumulated CPU time (s) 480.14
Current children cumulated vsize (Kb) 158196

[startup+490.284 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1477288/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=162496 CPUtime=490.14
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 38134 0 0 0 48997 17 0 0 25 0 1 0 191716799 166395904 37543 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134540864 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 40624 37543 294 55 0 39516 0
Current children cumulated CPU time (s) 490.14
Current children cumulated vsize (Kb) 162496

[startup+500.289 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1473576/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=166492 CPUtime=500.15
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 39073 0 0 0 49997 18 0 0 25 0 1 0 191716799 170487808 38482 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535129 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 41623 38482 294 55 0 40515 0
Current children cumulated CPU time (s) 500.15
Current children cumulated vsize (Kb) 166492

[startup+510.295 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1466344/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=173960 CPUtime=510.14
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 40874 0 0 0 50996 18 0 0 25 0 1 0 191716799 178135040 40283 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 43490 40283 294 55 0 42382 0
Current children cumulated CPU time (s) 510.14
Current children cumulated vsize (Kb) 173960

[startup+520.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1452072/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=188800 CPUtime=520.15
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 44427 0 0 0 51996 19 0 0 25 0 1 0 191716799 193331200 43836 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649262 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 47200 43836 294 55 0 46092 0
Current children cumulated CPU time (s) 520.15
Current children cumulated vsize (Kb) 188800

[startup+530.307 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1446312/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=194836 CPUtime=530.16
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 45873 0 0 0 52996 20 0 0 25 0 1 0 191716799 199512064 45282 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 48709 45282 294 55 0 47601 0
Current children cumulated CPU time (s) 530.16
Current children cumulated vsize (Kb) 194836

[startup+540.313 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1373864/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=269036 CPUtime=540.16
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 63938 0 0 0 53989 27 0 0 25 0 1 0 191716799 275492864 63345 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134557737 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 67259 63345 294 55 0 66151 0
Current children cumulated CPU time (s) 540.16
Current children cumulated vsize (Kb) 269036

[startup+550.319 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1370792/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=272236 CPUtime=550.16
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 64704 0 0 0 54988 28 0 0 25 0 1 0 191716799 278769664 64111 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649917 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 68059 64111 294 55 0 66951 0
Current children cumulated CPU time (s) 550.16
Current children cumulated vsize (Kb) 272236

[startup+560.325 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1369448/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=273628 CPUtime=560.17
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 65049 0 0 0 55989 28 0 0 25 0 1 0 191716799 280195072 64456 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134649817 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 68407 64456 294 55 0 67299 0
Current children cumulated CPU time (s) 560.17
Current children cumulated vsize (Kb) 273628

[startup+570.331 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=1353064/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=290084 CPUtime=570.17
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 69135 0 0 0 56988 29 0 0 25 0 1 0 191716799 297046016 68542 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134535099 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 72521 68542 294 55 0 71413 0
Current children cumulated CPU time (s) 570.17
Current children cumulated vsize (Kb) 290084

[startup+580.336 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=727592/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=922224 CPUtime=580.17
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 225287 0 0 0 57927 90 0 0 25 0 1 0 191716799 944357376 224670 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 11056763 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 230596 224670 294 55 0 229488 0
Current children cumulated CPU time (s) 580.17
Current children cumulated vsize (Kb) 922224

[startup+590.343 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 21121
/proc/meminfo: memFree=15528/2055920 swapFree=4181412/4192956
[pid=21121] ppid=21119 vsize=1787912 CPUtime=590.18
/proc/21121/stat : 21121 (bsolo) R 21119 21121 21075 0 -1 0 435462 0 0 0 58847 171 0 0 25 0 1 0 191716799 1830821888 433754 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 11056763 0 0 4096 16384 0 0 0 17 1 0 0
/proc/21121/statm: 446978 433755 294 55 0 445870 0
Current children cumulated CPU time (s) 590.18
Current children cumulated vsize (Kb) 1787912

Child ended because it received signal 6 (SIGABRT)
Real time (s): 591.487
CPU time (s): 591.292
CPU user time (s): 589.23
CPU system time (s): 2.06169
CPU usage (%): 99.9671
Max. virtual memory (cumulated for all children) (Kb): 1787912
The end

Launcher Data (download as text)

Begin job on node8 on Fri Jun  2 15:02:26 UTC 2006


FILE ID= 39848-1149260546

PBS_JOBID= 298636

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

MD5SUM SOLVER= 05cada221eb1efaaae980ebc7509e7e8
MD5SUM BENCH=  eb3ec27dc8137302430c8b48ccd8a471

RANDOM SEED= 754824749


/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.220
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.220
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:       1626680 kB
Buffers:         11308 kB
Cached:         358432 kB
SwapCached:       3308 kB
Active:          34624 kB
Inactive:       343856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1626680 kB
SwapTotal:     4192956 kB
SwapFree:      4181412 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          14872 kB
Slab:            36788 kB
Committed_AS:   259504 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node8 on Fri Jun  2 15:12:17 UTC 2006