Trace number 36426

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.4? (TO) 1800.66 1801.23

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-B2C1S1.opb
MD5SUMf34eb2d99785ba17979b01527e1f0026
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
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 constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 612
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 556800
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 556800
Number of bits of the biggest sum of numbers20
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
4.25	c starting to Solve
4.25	c #variables read: 107808 - #constraints read: 5185

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.95 2/64 8821
/proc/meminfo: memFree=1616840/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=916 CPUtime=0
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 44 0 0 0 0 0 0 0 18 0 1 0 192765394 937984 28 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 10945316 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 229 28 20 16 0 8 0

[startup+10.0027 s]
/proc/loadavg: 0.93 0.95 0.95 2/64 8821
/proc/meminfo: memFree=1568800/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=52620 CPUtime=9.99
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 562076 0 0 0 846 153 0 0 25 0 1 0 192765394 53882880 12198 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517933 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 13155 12198 206 16 0 12596 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 52620

[startup+20.009 s]
/proc/loadavg: 0.94 0.96 0.95 2/64 8821
/proc/meminfo: memFree=1567648/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=53940 CPUtime=19.99
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 562396 0 0 0 1846 153 0 0 25 0 1 0 192765394 55234560 12518 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559236 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 13485 12518 206 16 0 12926 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 53940

[startup+30.0153 s]
/proc/loadavg: 0.95 0.96 0.95 2/64 8821
/proc/meminfo: memFree=1565408/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=56324 CPUtime=29.99
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 562986 0 0 0 2846 153 0 0 25 0 1 0 192765394 57675776 13108 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527750 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 14081 13108 206 16 0 13522 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 56324

[startup+40.0206 s]
/proc/loadavg: 0.95 0.96 0.95 2/64 8821
/proc/meminfo: memFree=1564448/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=57232 CPUtime=40
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 563241 0 0 0 3846 154 0 0 25 0 1 0 192765394 58605568 13363 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559236 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 14308 13363 206 16 0 13749 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 57232

[startup+50.0269 s]
/proc/loadavg: 0.96 0.96 0.95 2/64 8821
/proc/meminfo: memFree=1563424/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=58260 CPUtime=50
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 563502 0 0 0 4846 154 0 0 25 0 1 0 192765394 59658240 13624 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528015 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 14565 13624 206 16 0 14006 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 58260

[startup+60.0331 s]
/proc/loadavg: 0.97 0.96 0.95 2/64 8821
/proc/meminfo: memFree=1562400/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=59404 CPUtime=60.01
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 563763 0 0 0 5847 154 0 0 25 0 1 0 192765394 60829696 13885 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559236 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 14851 13885 206 16 0 14292 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 59404

[startup+70.0394 s]
/proc/loadavg: 0.97 0.96 0.95 2/64 8821
/proc/meminfo: memFree=1559264/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=62500 CPUtime=70
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 564539 0 0 0 6846 154 0 0 25 0 1 0 192765394 64000000 14661 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 15625 14661 206 16 0 15066 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 62500

[startup+80.0457 s]
/proc/loadavg: 0.98 0.96 0.95 2/64 8821
/proc/meminfo: memFree=1558304/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=63416 CPUtime=80.02
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 564780 0 0 0 7847 155 0 0 25 0 1 0 192765394 64937984 14902 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 15854 14902 206 16 0 15295 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 63416

[startup+90.052 s]
/proc/loadavg: 0.98 0.96 0.95 2/64 8821
/proc/meminfo: memFree=1556640/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=65104 CPUtime=90.02
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 565202 0 0 0 8847 155 0 0 25 0 1 0 192765394 66666496 15324 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559503 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 16276 15324 206 16 0 15717 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 65104

[startup+100.057 s]
/proc/loadavg: 0.98 0.96 0.95 2/64 8821
/proc/meminfo: memFree=1556384/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=65488 CPUtime=100.02
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 565265 0 0 0 9847 155 0 0 25 0 1 0 192765394 67059712 15387 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 16372 15387 206 16 0 15813 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 65488

[startup+110.064 s]
/proc/loadavg: 0.98 0.96 0.95 2/64 8821
/proc/meminfo: memFree=1556000/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=65880 CPUtime=110.02
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 565356 0 0 0 10847 155 0 0 25 0 1 0 192765394 67461120 15478 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528346 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 16470 15478 206 16 0 15911 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 65880

[startup+120.07 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 8821
/proc/meminfo: memFree=1555808/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=66012 CPUtime=120.03
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 565406 0 0 0 11848 155 0 0 25 0 1 0 192765394 67596288 15528 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528351 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 16503 15528 206 16 0 15944 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 66012

[startup+130.076 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 8821
/proc/meminfo: memFree=1553056/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=68740 CPUtime=130.03
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 566095 0 0 0 12848 155 0 0 25 0 1 0 192765394 70389760 16217 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527724 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 17185 16217 206 16 0 16626 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 68740

[startup+140.082 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 8821
/proc/meminfo: memFree=1552544/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=69264 CPUtime=140.03
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 566223 0 0 0 13848 155 0 0 25 0 1 0 192765394 70926336 16345 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559528 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 17316 16345 206 16 0 16757 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 69264

[startup+150.089 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 8821
/proc/meminfo: memFree=1552288/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=69520 CPUtime=150.03
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 566287 0 0 0 14848 155 0 0 25 0 1 0 192765394 71188480 16409 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527767 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 17380 16409 206 16 0 16821 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 69520

[startup+160.094 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 8821
/proc/meminfo: memFree=1551904/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=69904 CPUtime=160.04
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 566380 0 0 0 15849 155 0 0 25 0 1 0 192765394 71581696 16502 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527937 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 17476 16502 206 16 0 16917 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 69904

[startup+170.1 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 8821
/proc/meminfo: memFree=1551904/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=69904 CPUtime=170.04
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 566380 0 0 0 16849 155 0 0 25 0 1 0 192765394 71581696 16502 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527956 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 17476 16502 206 16 0 16917 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 69904

[startup+180.107 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 8821
/proc/meminfo: memFree=1551904/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=69904 CPUtime=180.04
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 566380 0 0 0 17849 155 0 0 25 0 1 0 192765394 71581696 16502 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527762 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 17476 16502 206 16 0 16917 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 69904

[startup+190.113 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 8821
/proc/meminfo: memFree=1551904/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=69904 CPUtime=190.05
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 566380 0 0 0 18850 155 0 0 25 0 1 0 192765394 71581696 16502 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 17476 16502 206 16 0 16917 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 69904

[startup+200.119 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 8821
/proc/meminfo: memFree=1551904/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=69904 CPUtime=200.05
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 566380 0 0 0 19850 155 0 0 25 0 1 0 192765394 71581696 16502 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528239 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 17476 16502 206 16 0 16917 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 69904

[startup+210.125 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 8821
/proc/meminfo: memFree=1551904/2055920 swapFree=4181332/4192956

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

/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 577551 0 0 0 177984 169 0 0 25 0 1 0 192765394 121126912 27673 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 29572 27673 206 16 0 29013 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (Kb) 118288

[startup+1783.12 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1506848/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=118288 CPUtime=1782.54
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 577551 0 0 0 178085 169 0 0 25 0 1 0 192765394 121126912 27673 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559559 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 29572 27673 206 16 0 29013 0
Current children cumulated CPU time (s) 1782.54
Current children cumulated vsize (Kb) 118288

[startup+1784.12 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1506848/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=118288 CPUtime=1783.54
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 577551 0 0 0 178185 169 0 0 25 0 1 0 192765394 121126912 27673 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559559 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 29572 27673 206 16 0 29013 0
Current children cumulated CPU time (s) 1783.54
Current children cumulated vsize (Kb) 118288

[startup+1785.13 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1506848/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=118288 CPUtime=1784.55
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 577551 0 0 0 178286 169 0 0 25 0 1 0 192765394 121126912 27673 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134558602 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 29572 27673 206 16 0 29013 0
Current children cumulated CPU time (s) 1784.55
Current children cumulated vsize (Kb) 118288

[startup+1786.13 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1506848/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=118288 CPUtime=1785.56
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 577551 0 0 0 178386 170 0 0 25 0 1 0 192765394 121126912 27673 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 29572 27673 206 16 0 29013 0
Current children cumulated CPU time (s) 1785.56
Current children cumulated vsize (Kb) 118288

[startup+1787.14 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1506848/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=118288 CPUtime=1786.56
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 577551 0 0 0 178486 170 0 0 25 0 1 0 192765394 121126912 27673 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 29572 27673 206 16 0 29013 0
Current children cumulated CPU time (s) 1786.56
Current children cumulated vsize (Kb) 118288

[startup+1788.14 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1506848/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=118288 CPUtime=1787.57
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 577551 0 0 0 178587 170 0 0 25 0 1 0 192765394 121126912 27673 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134558603 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 29572 27673 206 16 0 29013 0
Current children cumulated CPU time (s) 1787.57
Current children cumulated vsize (Kb) 118288

[startup+1789.15 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1506848/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=118288 CPUtime=1788.57
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 577555 0 0 0 178687 170 0 0 25 0 1 0 192765394 121126912 27677 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527947 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 29572 27677 206 16 0 29013 0
Current children cumulated CPU time (s) 1788.57
Current children cumulated vsize (Kb) 118288

[startup+1790.15 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1506272/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=118804 CPUtime=1789.58
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 577688 0 0 0 178788 170 0 0 25 0 1 0 192765394 121655296 27810 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 11380347 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 29701 27810 206 16 0 29142 0
Current children cumulated CPU time (s) 1789.58
Current children cumulated vsize (Kb) 118804

[startup+1791.16 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1505888/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=119196 CPUtime=1790.58
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 577796 0 0 0 178888 170 0 0 25 0 1 0 192765394 122056704 27918 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134558603 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 29799 27918 206 16 0 29240 0
Current children cumulated CPU time (s) 1790.58
Current children cumulated vsize (Kb) 119196

[startup+1792.16 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1505312/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=119720 CPUtime=1791.58
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 577927 0 0 0 178988 170 0 0 25 0 1 0 192765394 122593280 28049 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134557734 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 29930 28049 206 16 0 29371 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (Kb) 119720

[startup+1793.17 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1504992/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=120108 CPUtime=1792.59
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 578017 0 0 0 179089 170 0 0 25 0 1 0 192765394 122990592 28139 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 30027 28139 206 16 0 29468 0
Current children cumulated CPU time (s) 1792.59
Current children cumulated vsize (Kb) 120108

[startup+1794.17 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1504672/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=120488 CPUtime=1793.59
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 578085 0 0 0 179189 170 0 0 25 0 1 0 192765394 123379712 28207 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 11376548 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 30122 28207 206 16 0 29563 0
Current children cumulated CPU time (s) 1793.59
Current children cumulated vsize (Kb) 120488

[startup+1795.18 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1504672/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=120488 CPUtime=1794.59
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 578085 0 0 0 179289 170 0 0 25 0 1 0 192765394 123379712 28207 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520080 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 30122 28207 206 16 0 29563 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (Kb) 120488

[startup+1796.18 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1504672/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=120488 CPUtime=1795.6
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 578085 0 0 0 179390 170 0 0 25 0 1 0 192765394 123379712 28207 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 30122 28207 206 16 0 29563 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (Kb) 120488

[startup+1797.19 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1504672/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=120488 CPUtime=1796.6
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 578085 0 0 0 179490 170 0 0 25 0 1 0 192765394 123379712 28207 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520389 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 30122 28207 206 16 0 29563 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (Kb) 120488

[startup+1798.19 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1504672/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=120488 CPUtime=1797.61
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 578085 0 0 0 179591 170 0 0 25 0 1 0 192765394 123379712 28207 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 30122 28207 206 16 0 29563 0
Current children cumulated CPU time (s) 1797.61
Current children cumulated vsize (Kb) 120488

[startup+1799.2 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1504672/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=120488 CPUtime=1798.61
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 578085 0 0 0 179691 170 0 0 25 0 1 0 192765394 123379712 28207 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 30122 28207 206 16 0 29563 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (Kb) 120488

[startup+1800.2 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1504672/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=120488 CPUtime=1799.62
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 578085 0 0 0 179792 170 0 0 25 0 1 0 192765394 123379712 28207 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 30122 28207 206 16 0 29563 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (Kb) 120488

[startup+1801.21 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1504672/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=120488 CPUtime=1800.62
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 578085 0 0 0 179892 170 0 0 25 0 1 0 192765394 123379712 28207 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517608 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 30122 28207 206 16 0 29563 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (Kb) 120488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.21 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 9016
/proc/meminfo: memFree=1504672/2055920 swapFree=4181332/4192956
[pid=8821] ppid=8819 vsize=120488 CPUtime=1800.63
/proc/8821/stat : 8821 (Pueblo) R 8819 8821 8775 0 -1 4194304 578085 0 0 0 179893 170 0 0 25 0 1 0 192765394 123379712 28207 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527762 0 0 4096 0 0 0 0 17 1 0 0
/proc/8821/statm: 30122 28207 206 16 0 29563 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (Kb) 120488

Sending SIGTERM to -8821
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.23
CPU time (s): 1800.66
CPU user time (s): 1798.93
CPU system time (s): 1.72774
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (Kb): 120488
The end

Launcher Data (download as text)

Begin job on node33 on Fri Jun  2 17:56:56 UTC 2006


FILE ID= 36426-1149271016

PBS_JOBID= 299001

BENCH NAME= ROOT/tmp/node33/36426-1149271016/instance-36426-1149271016.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node33/36426-1149271016/instance-36426-1149271016.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-36426-1149271016 -o ROOT/results/node33/solver-36426-1149271016 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node33/36426-1149271016/instance-36426-1149271016.opb

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  f34eb2d99785ba17979b01527e1f0026

RANDOM SEED= 941754110


/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.213
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.213
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:       1617048 kB
Buffers:         25680 kB
Cached:         340492 kB
SwapCached:       3544 kB
Active:          41640 kB
Inactive:       333520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617048 kB
SwapTotal:     4192956 kB
SwapFree:      4181332 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          14900 kB
Slab:            49704 kB
Committed_AS:   274300 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node33 on Fri Jun  2 18:26:57 UTC 2006