Trace number 36303

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
Pueblo 1.4Signal 1707.73 1708.37

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos9.opb
MD5SUM9b565ffd2f62b11d1859d685ea38235b
Bench CategoryOPT-MEDINT (optimisation, medium 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 variables874498
Total number of constraints110909
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints110822
Minimum length of a constraint11
Maximum length of a constraint14080
Number of terms in the objective function 198658
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 38727219
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 30720
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 38727219
Number of bits of the biggest sum of numbers26
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 Pueblo version 1.4 (September 2005)
0.00	c Developed @ University of Michigan, Ann Arbor, MI
0.00	c  by Hossein Sheini
589.71	c starting to Solve
589.72	c #variables read: 874498 - #constraints read: 118638
1708.10	Pueblo: Global.h:70: T* xrealloc(T*, unsigned int) [with T = Lit]: Assertion `size == 0 || tmp != __null' failed.

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/node89/watcher-36303-1149322312 -o ROOT/results/node89/solver-36303-1149322312 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node89/36303-1149322312/instance-36303-1149322312.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.33 0.78 0.92 2/68 25880
/proc/meminfo: memFree=1423832/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=2284 CPUtime=0
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 163 0 0 0 0 0 0 0 18 0 1 0 197871928 2338816 135 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4160436212 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 571 146 124 16 0 11 0

[startup+10.0016 s]
/proc/loadavg: 0.43 0.78 0.92 2/68 25880
/proc/meminfo: memFree=1292440/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=133656 CPUtime=9.99
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 33029 0 0 0 984 15 0 0 25 0 1 0 197871928 136863744 33001 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 9865740 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 33414 33001 197 16 0 32854 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 133656

[startup+20.0074 s]
/proc/loadavg: 0.52 0.79 0.92 2/68 25880
/proc/meminfo: memFree=1186200/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=257572 CPUtime=19.99
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 984318 0 0 0 1650 349 0 0 25 0 1 0 197871928 263753728 59783 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 64393 59791 203 16 0 63833 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 257572

[startup+30.0133 s]
/proc/loadavg: 0.59 0.80 0.92 2/68 25880
/proc/meminfo: memFree=1184536/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=257572 CPUtime=29.99
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 2745620 0 0 0 1984 1015 0 0 25 0 1 0 197871928 263753728 59786 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 64393 59792 203 16 0 63833 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 257572

[startup+40.0191 s]
/proc/loadavg: 0.65 0.80 0.92 2/68 25880
/proc/meminfo: memFree=1186456/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=257572 CPUtime=39.99
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 4484956 0 0 0 2321 1678 0 0 25 0 1 0 197871928 263753728 59196 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 64393 59203 203 16 0 63833 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 257572

[startup+50.025 s]
/proc/loadavg: 0.71 0.81 0.92 2/68 25880
/proc/meminfo: memFree=1187160/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=257572 CPUtime=49.99
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 6210249 0 0 0 2638 2361 0 0 25 0 1 0 197871928 263753728 59954 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 64393 59954 588 16 0 63833 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 257572

[startup+60.0309 s]
/proc/loadavg: 0.75 0.82 0.92 2/68 25880
/proc/meminfo: memFree=1186520/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=257572 CPUtime=60
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 7916038 0 0 0 2972 3028 0 0 25 0 1 0 197871928 263753728 59163 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 64393 59173 203 16 0 63833 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 257572

[startup+70.0367 s]
/proc/loadavg: 0.79 0.82 0.92 2/68 25880
/proc/meminfo: memFree=1184216/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=259684 CPUtime=70
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 9621494 0 0 0 3295 3705 0 0 25 0 1 0 197871928 265916416 59749 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532444 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 64921 59759 203 16 0 64361 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 259684

[startup+80.0436 s]
/proc/loadavg: 0.82 0.83 0.92 2/68 25880
/proc/meminfo: memFree=1179160/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=263380 CPUtime=80
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 11390086 0 0 0 3666 4334 0 0 25 0 1 0 197871928 269701120 61056 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 65845 61062 203 16 0 65285 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 263380

[startup+90.0495 s]
/proc/loadavg: 0.85 0.83 0.92 2/68 25880
/proc/meminfo: memFree=1175320/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=266812 CPUtime=90
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 13140392 0 0 0 4043 4957 0 0 25 0 1 0 197871928 273215488 62032 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 66703 62038 203 16 0 66143 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 266812

[startup+100.055 s]
/proc/loadavg: 0.87 0.84 0.92 2/68 25880
/proc/meminfo: memFree=1174616/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=270508 CPUtime=100.01
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 14887420 0 0 0 4425 5576 0 0 25 0 1 0 197871928 277000192 63150 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 9840683 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 67627 63150 203 16 0 67067 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 270508

[startup+110.062 s]
/proc/loadavg: 0.89 0.84 0.92 2/68 25880
/proc/meminfo: memFree=1170604/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=274072 CPUtime=110.01
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 16689820 0 0 0 4782 6219 0 0 25 0 1 0 197871928 280649728 64065 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 68518 64065 662 16 0 67958 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 274072

[startup+120.068 s]
/proc/loadavg: 0.91 0.85 0.92 2/68 25880
/proc/meminfo: memFree=1165208/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=277636 CPUtime=120.01
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 18436170 0 0 0 5162 6839 0 0 25 0 1 0 197871928 284299264 64506 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 69409 64513 203 16 0 68849 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 277636

[startup+130.074 s]
/proc/loadavg: 0.92 0.85 0.92 2/68 25880
/proc/meminfo: memFree=1163672/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=281200 CPUtime=130.02
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 20200524 0 0 0 5527 7475 0 0 25 0 1 0 197871928 287948800 65849 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 70300 65849 445 16 0 69740 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 281200

[startup+140.08 s]
/proc/loadavg: 0.93 0.86 0.92 2/68 25880
/proc/meminfo: memFree=1160280/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=284896 CPUtime=140.02
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 21978972 0 0 0 5891 8111 0 0 25 0 1 0 197871928 291733504 66752 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532045 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 71224 66752 203 16 0 70664 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 284896

[startup+150.087 s]
/proc/loadavg: 0.94 0.86 0.92 2/68 25880
/proc/meminfo: memFree=1154264/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=288460 CPUtime=150.02
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 23727092 0 0 0 6275 8727 0 0 25 0 1 0 197871928 295383040 67252 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 72115 67259 203 16 0 71555 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 288460

[startup+160.093 s]
/proc/loadavg: 0.95 0.86 0.92 2/68 25880
/proc/meminfo: memFree=1150104/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=291892 CPUtime=160.02
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 25470636 0 0 0 6644 9358 0 0 25 0 1 0 197871928 298897408 68306 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 72973 68312 203 16 0 72413 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 291892

[startup+170.098 s]
/proc/loadavg: 0.96 0.87 0.92 2/68 25880
/proc/meminfo: memFree=1147288/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=295456 CPUtime=170.03
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 27218086 0 0 0 7021 9982 0 0 25 0 1 0 197871928 302546944 68991 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 73864 69000 203 16 0 73304 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 295456

[startup+180.105 s]
/proc/loadavg: 0.96 0.87 0.92 2/68 25880
/proc/meminfo: memFree=1143640/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=299144 CPUtime=180.03
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 28975129 0 0 0 7395 10608 0 0 25 0 1 0 197871928 306323456 69864 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 74786 69871 203 16 0 74226 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 299144

[startup+190.111 s]
/proc/loadavg: 0.97 0.87 0.92 2/68 25880
/proc/meminfo: memFree=1140248/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=302708 CPUtime=190.03
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 30750997 0 0 0 7763 11240 0 0 25 0 1 0 197871928 309972992 70752 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 75677 70760 203 16 0 75117 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 302708

[startup+200.117 s]
/proc/loadavg: 0.97 0.88 0.92 2/68 25880
/proc/meminfo: memFree=1135832/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=306404 CPUtime=200.03
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 32530489 0 0 0 8129 11874 0 0 25 0 1 0 197871928 313757696 71844 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 76601 71849 203 16 0 76041 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 306404

[startup+210.123 s]
/proc/loadavg: 0.98 0.88 0.92 2/68 25880
/proc/meminfo: memFree=1133080/2055892 swapFree=4085360/4096564

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

Current children cumulated CPU time (s) 1490.33
Current children cumulated vsize (Kb) 1235100

[startup+1500.89 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 25880
/proc/meminfo: memFree=172824/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=1266700 CPUtime=1500.33
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101748480 0 0 0 113150 36883 0 0 25 0 1 0 197871928 1297100800 312320 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134558609 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 316675 312320 206 16 0 316115 0
Current children cumulated CPU time (s) 1500.33
Current children cumulated vsize (Kb) 1266700

[startup+1510.9 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 25880
/proc/meminfo: memFree=143128/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=1296320 CPUtime=1510.34
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101755898 0 0 0 114147 36887 0 0 25 0 1 0 197871928 1327431680 319738 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528577 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 324080 319738 206 16 0 323520 0
Current children cumulated CPU time (s) 1510.34
Current children cumulated vsize (Kb) 1296320

[startup+1520.9 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 25880
/proc/meminfo: memFree=115288/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=1324072 CPUtime=1520.34
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101762837 0 0 0 115143 36891 0 0 25 0 1 0 197871928 1355849728 326677 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528360 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 331018 326677 206 16 0 330458 0
Current children cumulated CPU time (s) 1520.34
Current children cumulated vsize (Kb) 1324072

[startup+1530.91 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 25880
/proc/meminfo: memFree=90840/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=1348560 CPUtime=1530.34
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101768927 0 0 0 116140 36894 0 0 25 0 1 0 197871928 1380925440 332767 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528563 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 337140 332767 206 16 0 336580 0
Current children cumulated CPU time (s) 1530.34
Current children cumulated vsize (Kb) 1348560

[startup+1540.92 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 25880
/proc/meminfo: memFree=66712/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=1372576 CPUtime=1540.34
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101774964 0 0 0 117137 36897 0 0 25 0 1 0 197871928 1405517824 338804 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134557279 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 343144 338804 206 16 0 342584 0
Current children cumulated CPU time (s) 1540.34
Current children cumulated vsize (Kb) 1372576

[startup+1550.92 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 25880
/proc/meminfo: memFree=35096/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=1404076 CPUtime=1550.35
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101782839 0 0 0 118132 36903 0 0 25 0 1 0 197871928 1437773824 346679 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134558596 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 351019 346679 206 16 0 350459 0
Current children cumulated CPU time (s) 1550.35
Current children cumulated vsize (Kb) 1404076

[startup+1560.93 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 25880
/proc/meminfo: memFree=15832/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=1434008 CPUtime=1560.34
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101790323 0 0 0 119127 36907 0 0 25 0 1 0 197871928 1468424192 354163 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517799 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 358502 354163 206 16 0 357942 0
Current children cumulated CPU time (s) 1560.34
Current children cumulated vsize (Kb) 1434008

[startup+1570.93 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 25880
/proc/meminfo: memFree=15960/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=1463316 CPUtime=1570.35
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101797650 0 0 0 120123 36912 0 0 25 0 1 0 197871928 1498435584 361490 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528713 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 365829 361490 206 16 0 365269 0
Current children cumulated CPU time (s) 1570.35
Current children cumulated vsize (Kb) 1463316

[startup+1580.94 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 25880
/proc/meminfo: memFree=16216/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=1491136 CPUtime=1580.36
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101804571 0 0 0 121120 36916 0 0 25 0 1 0 197871928 1526923264 368411 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134557374 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 372784 368413 206 16 0 372224 0
Current children cumulated CPU time (s) 1580.36
Current children cumulated vsize (Kb) 1491136

[startup+1590.95 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 25880
/proc/meminfo: memFree=15576/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=1515540 CPUtime=1590.35
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101810675 0 0 0 122115 36920 0 0 25 0 1 0 197871928 1551912960 374515 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528574 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 378885 374515 206 16 0 378325 0
Current children cumulated CPU time (s) 1590.35
Current children cumulated vsize (Kb) 1515540

[startup+1600.95 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 25880
/proc/meminfo: memFree=14808/2055892 swapFree=4085360/4096564
[pid=25880] ppid=25878 vsize=1537680 CPUtime=1600.35
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101816243 0 0 0 123112 36923 0 0 25 0 1 0 197871928 1574584320 380083 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134558596 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 384420 380083 206 16 0 383860 0
Current children cumulated CPU time (s) 1600.35
Current children cumulated vsize (Kb) 1537680

[startup+1610.96 s]
/proc/loadavg: 1.07 0.99 0.92 2/68 25880
/proc/meminfo: memFree=15640/2055892 swapFree=4085352/4096564
[pid=25880] ppid=25878 vsize=1570608 CPUtime=1610.36
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101824443 0 0 0 124107 36929 0 0 25 0 1 0 197871928 1608302592 388283 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528646 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 392652 388283 206 16 0 392092 0
Current children cumulated CPU time (s) 1610.36
Current children cumulated vsize (Kb) 1570608

[startup+1620.96 s]
/proc/loadavg: 1.06 0.99 0.92 2/68 25880
/proc/meminfo: memFree=14808/2055892 swapFree=4085352/4096564
[pid=25880] ppid=25878 vsize=1602004 CPUtime=1620.36
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101832293 0 0 0 125103 36933 0 0 25 0 1 0 197871928 1640452096 396133 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528577 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 400501 396133 206 16 0 399941 0
Current children cumulated CPU time (s) 1620.36
Current children cumulated vsize (Kb) 1602004

[startup+1630.97 s]
/proc/loadavg: 1.05 0.99 0.92 2/68 25880
/proc/meminfo: memFree=15448/2055892 swapFree=4085352/4096564
[pid=25880] ppid=25878 vsize=1631728 CPUtime=1630.36
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101839725 0 0 0 126099 36937 0 0 25 0 1 0 197871928 1670889472 403565 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134557416 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 407932 403565 206 16 0 407372 0
Current children cumulated CPU time (s) 1630.36
Current children cumulated vsize (Kb) 1631728

[startup+1640.97 s]
/proc/loadavg: 1.04 0.99 0.92 2/68 25880
/proc/meminfo: memFree=15128/2055892 swapFree=4085352/4096564
[pid=25880] ppid=25878 vsize=1659812 CPUtime=1640.37
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101846765 0 0 0 127096 36941 0 0 25 0 1 0 197871928 1699647488 410605 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134558596 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 414953 410605 206 16 0 414393 0
Current children cumulated CPU time (s) 1640.37
Current children cumulated vsize (Kb) 1659812

[startup+1650.98 s]
/proc/loadavg: 1.04 0.99 0.92 2/68 25880
/proc/meminfo: memFree=15640/2055892 swapFree=4085352/4096564
[pid=25880] ppid=25878 vsize=1684128 CPUtime=1650.37
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101852858 0 0 0 128093 36944 0 0 25 0 1 0 197871928 1724547072 416698 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528544 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 421032 416698 206 16 0 420472 0
Current children cumulated CPU time (s) 1650.37
Current children cumulated vsize (Kb) 1684128

[startup+1660.99 s]
/proc/loadavg: 1.03 0.99 0.92 2/68 25880
/proc/meminfo: memFree=15256/2055892 swapFree=4085352/4096564
[pid=25880] ppid=25878 vsize=1709444 CPUtime=1660.37
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101859155 0 0 0 129089 36948 0 0 25 0 1 0 197871928 1750470656 422995 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528713 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 427361 422995 206 16 0 426801 0
Current children cumulated CPU time (s) 1660.37
Current children cumulated vsize (Kb) 1709444

[startup+1670.99 s]
/proc/loadavg: 1.03 0.99 0.92 2/68 25880
/proc/meminfo: memFree=14936/2055892 swapFree=4085352/4096564
[pid=25880] ppid=25878 vsize=1740420 CPUtime=1670.37
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101866900 0 0 0 130084 36953 0 0 25 0 1 0 197871928 1782190080 430740 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528574 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 435105 430740 206 16 0 434545 0
Current children cumulated CPU time (s) 1670.37
Current children cumulated vsize (Kb) 1740420

[startup+1681 s]
/proc/loadavg: 1.02 0.99 0.92 2/68 25880
/proc/meminfo: memFree=16152/2055892 swapFree=4085352/4096564
[pid=25880] ppid=25878 vsize=1769964 CPUtime=1680.38
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101874318 0 0 0 131081 36957 0 0 25 0 1 0 197871928 1812443136 438158 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134558596 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 442491 438158 206 16 0 441931 0
Current children cumulated CPU time (s) 1680.38
Current children cumulated vsize (Kb) 1769964

[startup+1691 s]
/proc/loadavg: 1.02 0.99 0.92 2/68 25880
/proc/meminfo: memFree=15640/2055892 swapFree=4085352/4096564
[pid=25880] ppid=25878 vsize=1799584 CPUtime=1690.37
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101881724 0 0 0 132077 36960 0 0 25 0 1 0 197871928 1842774016 445564 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528563 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 449896 445564 206 16 0 449336 0
Current children cumulated CPU time (s) 1690.37
Current children cumulated vsize (Kb) 1799584

[startup+1701.01 s]
/proc/loadavg: 1.01 0.99 0.92 2/68 25880
/proc/meminfo: memFree=15192/2055892 swapFree=4085352/4096564
[pid=25880] ppid=25878 vsize=1826360 CPUtime=1700.38
/proc/25880/stat : 25880 (Pueblo) R 25878 25880 25834 0 -1 4194304 101888386 0 0 0 133073 36965 0 0 25 0 1 0 197871928 1870192640 452226 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528563 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 456590 452226 206 16 0 456030 0
Current children cumulated CPU time (s) 1700.38
Current children cumulated vsize (Kb) 1826360

Child ended because it received signal 6 (SIGABRT)
Real time (s): 1708.37
CPU time (s): 1707.73
CPU user time (s): 1337.78
CPU system time (s): 369.945
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (Kb): 1826360
The end

Launcher Data (download as text)

Begin job on node89 on Sat Jun  3 08:11:55 UTC 2006


FILE ID= 36303-1149322312

PBS_JOBID= 309392

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos9.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node89/36303-1149322312/instance-36303-1149322312.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node89/watcher-36303-1149322312 -o ROOT/results/node89/solver-36303-1149322312 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node89/36303-1149322312/instance-36303-1149322312.opb

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  9b565ffd2f62b11d1859d685ea38235b

RANDOM SEED= 203957457


/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.265
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	: 6006.16
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.265
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	: 5999.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1423784 kB
Buffers:         40788 kB
Cached:         516904 kB
SwapCached:       2560 kB
Active:         160492 kB
Inactive:       405988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1423784 kB
SwapTotal:     4096564 kB
SwapFree:      4085360 kB
Dirty:             256 kB
Writeback:           0 kB
Mapped:          16536 kB
Slab:            52212 kB
Committed_AS:   329840 kB
PageTables:       1300 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node89 on Sat Jun  3 08:40:37 UTC 2006