Trace number 37450

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.3? (TO) 1800.81 1801.34

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome12.opb
MD5SUM489d5377e587a4ab41c94f06db936b0a
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 variables1466812
Total number of constraints24336
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints24336
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 748132
Biggest coefficient in the objective function 320
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1253788
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 1253788
Number of bits of the biggest sum of numbers21
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
469.78	c starting to Solve
470.24	c #variables read: 1466812 - #constraints read: 48621

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/node71/watcher-37450-1149321853 -o ROOT/results/node71/solver-37450-1149321853 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node71/37450-1149321853/instance-37450-1149321853.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.84 0.94 0.97 3/64 16662
/proc/meminfo: memFree=1430952/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=2540 CPUtime=0
/proc/16662/stat : 16662 (Pueblo13) D 16660 16662 16616 0 -1 4194304 242 0 0 0 0 0 0 0 18 0 1 0 197855109 2600960 213 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/16662/statm: 635 213 187 16 0 76 0

[startup+10.0027 s]
/proc/loadavg: 0.87 0.94 0.97 2/64 16662
/proc/meminfo: memFree=1290104/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=143240 CPUtime=9.98
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 35455 0 0 0 984 14 0 0 25 0 1 0 197855109 146677760 35426 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134546703 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 35810 35426 199 16 0 35251 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 143240

[startup+20.0091 s]
/proc/loadavg: 0.89 0.94 0.97 2/64 16662
/proc/meminfo: memFree=1214840/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=218504 CPUtime=19.99
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 54257 0 0 0 1976 23 0 0 25 0 1 0 197855109 223748096 54228 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 7671511 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 54626 54228 199 16 0 54067 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 218504

[startup+30.0155 s]
/proc/loadavg: 0.90 0.94 0.97 2/64 16662
/proc/meminfo: memFree=1051448/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=441464 CPUtime=30
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 1333777 0 0 0 2444 556 0 0 25 0 1 0 197855109 452059136 93934 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 110366 93942 205 16 0 109807 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 441464

[startup+40.0219 s]
/proc/loadavg: 0.92 0.94 0.97 2/64 16662
/proc/meminfo: memFree=1050104/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=442488 CPUtime=40
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 2856106 0 0 0 2771 1229 0 0 25 0 1 0 197855109 453107712 94417 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 110622 94424 205 16 0 110063 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 442488

[startup+50.0282 s]
/proc/loadavg: 0.93 0.94 0.97 2/64 16662
/proc/meminfo: memFree=1049720/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=443192 CPUtime=50
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 4357866 0 0 0 3090 1910 0 0 25 0 1 0 197855109 453828608 94394 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 110798 94401 205 16 0 110239 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 443192

[startup+60.0346 s]
/proc/loadavg: 0.94 0.95 0.97 2/64 16662
/proc/meminfo: memFree=1049720/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=444000 CPUtime=60.01
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 5863941 0 0 0 3418 2583 0 0 25 0 1 0 197855109 454656000 94386 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 111000 94393 205 16 0 110441 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 444000

[startup+70.041 s]
/proc/loadavg: 0.95 0.95 0.97 2/64 16662
/proc/meminfo: memFree=1046584/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=448800 CPUtime=70.01
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 7353849 0 0 0 3743 3258 0 0 25 0 1 0 197855109 459571200 96839 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 112200 96845 206 16 0 111641 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 448800

[startup+80.0474 s]
/proc/loadavg: 0.96 0.95 0.97 2/64 16662
/proc/meminfo: memFree=1040568/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=454832 CPUtime=80.01
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 8890123 0 0 0 4078 3923 0 0 25 0 1 0 197855109 465747968 98370 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 113708 98372 205 16 0 113149 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 454832

[startup+90.0538 s]
/proc/loadavg: 0.96 0.95 0.97 2/64 16662
/proc/meminfo: memFree=1035512/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=460760 CPUtime=90.02
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 10450500 0 0 0 4421 4581 0 0 25 0 1 0 197855109 471818240 99644 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 115190 99650 205 16 0 114631 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 460760

[startup+100.06 s]
/proc/loadavg: 0.97 0.95 0.97 2/64 16662
/proc/meminfo: memFree=1029880/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=466332 CPUtime=100.02
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 12022476 0 0 0 4752 5250 0 0 25 0 1 0 197855109 477523968 101051 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 116583 101057 205 16 0 116024 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 466332

[startup+110.067 s]
/proc/loadavg: 0.97 0.95 0.97 2/64 16662
/proc/meminfo: memFree=1024248/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=472064 CPUtime=110.03
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 13584039 0 0 0 5092 5911 0 0 25 0 1 0 197855109 483393536 102077 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 118016 102084 205 16 0 117457 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 472064

[startup+120.073 s]
/proc/loadavg: 0.98 0.95 0.97 2/64 16662
/proc/meminfo: memFree=1020280/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=477484 CPUtime=120.03
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 15157458 0 0 0 5420 6583 0 0 25 0 1 0 197855109 488943616 103496 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 119371 103501 205 16 0 118812 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 477484

[startup+130.079 s]
/proc/loadavg: 0.98 0.95 0.97 2/64 16662
/proc/meminfo: memFree=1009720/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=483196 CPUtime=130.03
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 16709080 0 0 0 5748 7255 0 0 25 0 1 0 197855109 494792704 104611 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 120799 104618 205 16 0 120240 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 483196

[startup+140.086 s]
/proc/loadavg: 0.98 0.95 0.97 2/64 16662
/proc/meminfo: memFree=1007352/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=489440 CPUtime=140.04
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 18277403 0 0 0 6093 7911 0 0 25 0 1 0 197855109 501186560 106665 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 122360 106671 205 16 0 121801 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 489440

[startup+150.092 s]
/proc/loadavg: 0.98 0.95 0.97 2/64 16662
/proc/meminfo: memFree=998904/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=497428 CPUtime=150.04
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 19834313 0 0 0 6428 8576 0 0 25 0 1 0 197855109 509366272 108771 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 124357 108777 205 16 0 123798 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 497428

[startup+160.098 s]
/proc/loadavg: 0.99 0.96 0.97 2/64 16662
/proc/meminfo: memFree=993720/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=503936 CPUtime=160.04
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 21407682 0 0 0 6760 9244 0 0 25 0 1 0 197855109 516030464 110139 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 125984 110145 205 16 0 125425 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 503936

[startup+170.104 s]
/proc/loadavg: 0.99 0.96 0.97 2/64 16662
/proc/meminfo: memFree=982520/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=510488 CPUtime=170.04
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 22967874 0 0 0 7096 9908 0 0 25 0 1 0 197855109 522739712 111226 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 127622 111234 205 16 0 127063 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 510488

[startup+180.11 s]
/proc/loadavg: 0.99 0.96 0.97 2/64 16662
/proc/meminfo: memFree=976056/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=516652 CPUtime=180.04
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 24542915 0 0 0 7422 10582 0 0 25 0 1 0 197855109 529051648 112834 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 129163 112841 205 16 0 128604 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 516652

[startup+190.117 s]
/proc/loadavg: 0.99 0.96 0.97 2/64 16662
/proc/meminfo: memFree=969976/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=522748 CPUtime=190.05
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 26104974 0 0 0 7753 11252 0 0 25 0 1 0 197855109 535293952 114355 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 130687 114363 205 16 0 130128 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 522748

[startup+200.123 s]
/proc/loadavg: 0.99 0.96 0.97 2/64 16662
/proc/meminfo: memFree=968888/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=529764 CPUtime=200.06
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 27676111 0 0 0 8078 11928 0 0 25 0 1 0 197855109 542478336 116357 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 132441 116364 206 16 0 131882 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 529764

[startup+210.129 s]
/proc/loadavg: 0.99 0.96 0.97 2/64 16662
/proc/meminfo: memFree=959800/2055920 swapFree=4182212/4192956

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

/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836290 0 0 0 148265 29896 0 0 25 0 1 0 197855109 720785408 160637 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527767 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 175973 160637 206 16 0 175414 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (Kb) 703892

[startup+1783.14 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788160/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=703892 CPUtime=1782.61
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836292 0 0 0 148365 29896 0 0 25 0 1 0 197855109 720785408 160639 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527956 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 175973 160639 206 16 0 175414 0
Current children cumulated CPU time (s) 1782.61
Current children cumulated vsize (Kb) 703892

[startup+1784.15 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788160/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=703892 CPUtime=1783.62
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836293 0 0 0 148466 29896 0 0 25 0 1 0 197855109 720785408 160640 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 7636404 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 175973 160640 206 16 0 175414 0
Current children cumulated CPU time (s) 1783.62
Current children cumulated vsize (Kb) 703892

[startup+1785.15 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788160/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=703892 CPUtime=1784.62
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836293 0 0 0 148566 29896 0 0 25 0 1 0 197855109 720785408 160640 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527753 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 175973 160640 206 16 0 175414 0
Current children cumulated CPU time (s) 1784.62
Current children cumulated vsize (Kb) 703892

[startup+1786.16 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788160/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=704024 CPUtime=1785.62
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836299 0 0 0 148666 29896 0 0 25 0 1 0 197855109 720920576 160646 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528015 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 176006 160646 206 16 0 175447 0
Current children cumulated CPU time (s) 1785.62
Current children cumulated vsize (Kb) 704024

[startup+1787.16 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788160/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=704024 CPUtime=1786.63
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836299 0 0 0 148767 29896 0 0 25 0 1 0 197855109 720920576 160646 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527767 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 176006 160646 206 16 0 175447 0
Current children cumulated CPU time (s) 1786.63
Current children cumulated vsize (Kb) 704024

[startup+1788.16 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788160/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=704024 CPUtime=1787.63
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836299 0 0 0 148867 29896 0 0 25 0 1 0 197855109 720920576 160646 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 176006 160646 206 16 0 175447 0
Current children cumulated CPU time (s) 1787.63
Current children cumulated vsize (Kb) 704024

[startup+1789.17 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788160/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=704024 CPUtime=1788.64
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836300 0 0 0 148968 29896 0 0 25 0 1 0 197855109 720920576 160647 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528325 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 176006 160647 206 16 0 175447 0
Current children cumulated CPU time (s) 1788.64
Current children cumulated vsize (Kb) 704024

[startup+1790.17 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788096/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=704024 CPUtime=1789.64
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836306 0 0 0 149068 29896 0 0 25 0 1 0 197855109 720920576 160653 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527748 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 176006 160653 206 16 0 175447 0
Current children cumulated CPU time (s) 1789.64
Current children cumulated vsize (Kb) 704024

[startup+1791.18 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788096/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=704024 CPUtime=1790.65
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836311 0 0 0 149169 29896 0 0 25 0 1 0 197855109 720920576 160658 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528312 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 176006 160658 206 16 0 175447 0
Current children cumulated CPU time (s) 1790.65
Current children cumulated vsize (Kb) 704024

[startup+1792.18 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788032/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=704024 CPUtime=1791.65
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836319 0 0 0 149269 29896 0 0 25 0 1 0 197855109 720920576 160666 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528314 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 176006 160666 206 16 0 175447 0
Current children cumulated CPU time (s) 1791.65
Current children cumulated vsize (Kb) 704024

[startup+1793.19 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788032/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=704024 CPUtime=1792.66
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836324 0 0 0 149370 29896 0 0 25 0 1 0 197855109 720920576 160671 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528314 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 176006 160671 206 16 0 175447 0
Current children cumulated CPU time (s) 1792.66
Current children cumulated vsize (Kb) 704024

[startup+1794.2 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788032/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=704024 CPUtime=1793.66
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836324 0 0 0 149470 29896 0 0 25 0 1 0 197855109 720920576 160671 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528314 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 176006 160671 206 16 0 175447 0
Current children cumulated CPU time (s) 1793.66
Current children cumulated vsize (Kb) 704024

[startup+1795.2 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788032/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=704024 CPUtime=1794.67
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836324 0 0 0 149571 29896 0 0 25 0 1 0 197855109 720920576 160671 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 176006 160671 206 16 0 175447 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (Kb) 704024

[startup+1796.2 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788032/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=704024 CPUtime=1795.67
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836324 0 0 0 149671 29896 0 0 25 0 1 0 197855109 720920576 160671 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 176006 160671 206 16 0 175447 0
Current children cumulated CPU time (s) 1795.67
Current children cumulated vsize (Kb) 704024

[startup+1797.21 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788032/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=704024 CPUtime=1796.67
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836324 0 0 0 149771 29896 0 0 25 0 1 0 197855109 720920576 160671 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527762 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 176006 160671 206 16 0 175447 0
Current children cumulated CPU time (s) 1796.67
Current children cumulated vsize (Kb) 704024

[startup+1798.21 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788032/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=704024 CPUtime=1797.68
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836324 0 0 0 149872 29896 0 0 25 0 1 0 197855109 720920576 160671 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527815 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 176006 160671 206 16 0 175447 0
Current children cumulated CPU time (s) 1797.68
Current children cumulated vsize (Kb) 704024

[startup+1799.22 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788032/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=704024 CPUtime=1798.68
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836325 0 0 0 149972 29896 0 0 25 0 1 0 197855109 720920576 160672 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527833 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 176006 160672 206 16 0 175447 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (Kb) 704024

[startup+1800.22 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788032/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=704024 CPUtime=1799.69
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836326 0 0 0 150073 29896 0 0 25 0 1 0 197855109 720920576 160673 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527772 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 176006 160673 206 16 0 175447 0
Current children cumulated CPU time (s) 1799.69
Current children cumulated vsize (Kb) 704024

[startup+1801.23 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788032/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=704024 CPUtime=1800.69
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836326 0 0 0 150173 29896 0 0 25 0 1 0 197855109 720920576 160673 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528006 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 176006 160673 206 16 0 175447 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (Kb) 704024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.23 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 16662
/proc/meminfo: memFree=788032/2055920 swapFree=4182212/4192956
[pid=16662] ppid=16660 vsize=704024 CPUtime=1800.7
/proc/16662/stat : 16662 (Pueblo13) R 16660 16662 16616 0 -1 4194304 69836326 0 0 0 150174 29896 0 0 25 0 1 0 197855109 720920576 160673 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/16662/statm: 176006 160673 206 16 0 175447 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 704024

Sending SIGTERM to -16662
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.34
CPU time (s): 1800.81
CPU user time (s): 1501.74
CPU system time (s): 299.069
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (Kb): 704024
The end

Launcher Data (download as text)

Begin job on node71 on Sat Jun  3 08:04:14 UTC 2006


FILE ID= 37450-1149321853

PBS_JOBID= 309365

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome12.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node71/37450-1149321853/instance-37450-1149321853.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-37450-1149321853 -o ROOT/results/node71/solver-37450-1149321853 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node71/37450-1149321853/instance-37450-1149321853.opb

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  489d5377e587a4ab41c94f06db936b0a

RANDOM SEED= 190138429


/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.236
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.236
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:       1431224 kB
Buffers:         29320 kB
Cached:         521488 kB
SwapCached:       2372 kB
Active:         122276 kB
Inactive:       437180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1431224 kB
SwapTotal:     4192956 kB
SwapFree:      4182212 kB
Dirty:             192 kB
Writeback:           0 kB
Mapped:          15092 kB
Slab:            51264 kB
Committed_AS:   306452 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node71 on Sat Jun  3 08:34:16 UTC 2006