Trace number 37729

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.64 1801.25

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-qiu.opb
MD5SUM644f01bea590fadfbdc9e969c95da3cf
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 variables23808
Total number of constraints1192
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 constraints1192
Minimum length of a constraint31
Maximum length of a constraint5940
Number of terms in the objective function 7968
Biggest coefficient in the objective function 993
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 530424
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 530424
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
0.48	c starting to Solve
0.48	c #variables read: 23808 - #constraints read: 1325

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-37729-1149357439 -o ROOT/results/node33/solver-37729-1149357439 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node33/37729-1149357439/instance-37729-1149357439.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1767384/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=2572 CPUtime=0
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 201407703 2633728 235 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 11411159 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 643 235 193 16 0 84 0

[startup+10.0017 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1755816/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=14564 CPUtime=9.99
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 3118 0 0 0 998 1 0 0 25 0 1 0 201407703 14913536 3089 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528314 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 3641 3089 206 16 0 3082 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 14564

[startup+20.008 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1752168/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=18328 CPUtime=19.99
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 4030 0 0 0 1998 1 0 0 25 0 1 0 201407703 18767872 4001 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517906 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 4582 4001 206 16 0 4023 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 18328

[startup+30.0143 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1745768/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=24712 CPUtime=29.99
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 5618 0 0 0 2997 2 0 0 25 0 1 0 201407703 25305088 5589 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517906 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 6178 5589 206 16 0 5619 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 24712

[startup+40.0206 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1734632/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=35772 CPUtime=40
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 8398 0 0 0 3997 3 0 0 25 0 1 0 201407703 36630528 8369 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520072 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 8943 8369 206 16 0 8384 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 35772

[startup+50.0269 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1726952/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=43476 CPUtime=50
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 10321 0 0 0 4996 4 0 0 25 0 1 0 201407703 44519424 10292 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517911 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 10869 10292 206 16 0 10310 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 43476

[startup+60.0332 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1719080/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=51380 CPUtime=60.01
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 12297 0 0 0 5995 6 0 0 25 0 1 0 201407703 52613120 12268 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 12845 12268 206 16 0 12286 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 51380

[startup+70.0394 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1710376/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=60004 CPUtime=70.01
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 14463 0 0 0 6994 7 0 0 25 0 1 0 201407703 61444096 14434 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559204 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 15001 14434 206 16 0 14442 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 60004

[startup+80.0457 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1706600/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=63704 CPUtime=80.01
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 15398 0 0 0 7994 7 0 0 25 0 1 0 201407703 65232896 15369 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559226 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 15926 15369 206 16 0 15367 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 63704

[startup+90.052 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1702056/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=68220 CPUtime=90.02
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 16527 0 0 0 8994 8 0 0 25 0 1 0 201407703 69857280 16498 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517906 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 17055 16498 206 16 0 16496 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 68220

[startup+100.058 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1698088/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=72324 CPUtime=100.01
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 17518 0 0 0 9993 8 0 0 25 0 1 0 201407703 74059776 17489 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 18081 17489 206 16 0 17522 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 72324

[startup+110.065 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1693416/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=76928 CPUtime=110.02
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 18694 0 0 0 10993 9 0 0 25 0 1 0 201407703 78774272 18665 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527812 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 19232 18665 206 16 0 18673 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 76928

[startup+120.071 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1688488/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=81860 CPUtime=120.02
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 19919 0 0 0 11993 9 0 0 25 0 1 0 201407703 83824640 19890 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517928 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 20465 19890 206 16 0 19906 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 81860

[startup+130.076 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1685032/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=85304 CPUtime=130.03
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 20780 0 0 0 12993 10 0 0 25 0 1 0 201407703 87351296 20751 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 21326 20751 206 16 0 20767 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 85304

[startup+140.082 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1681448/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=88856 CPUtime=140.03
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 21668 0 0 0 13992 11 0 0 25 0 1 0 201407703 90988544 21639 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 22214 21639 206 16 0 21655 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 88856

[startup+150.089 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1679528/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=90744 CPUtime=150.04
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 22137 0 0 0 14993 11 0 0 25 0 1 0 201407703 92921856 22108 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527824 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 22686 22108 206 16 0 22127 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 90744

[startup+160.095 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1677672/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=92616 CPUtime=160.04
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 22604 0 0 0 15993 11 0 0 25 0 1 0 201407703 94838784 22575 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 23154 22575 206 16 0 22595 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 92616

[startup+170.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1675816/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=94488 CPUtime=170.04
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 23072 0 0 0 16993 11 0 0 25 0 1 0 201407703 96755712 23043 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517876 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 23622 23043 206 16 0 23063 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 94488

[startup+180.108 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1673960/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=96408 CPUtime=180.04
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 23537 0 0 0 17993 11 0 0 25 0 1 0 201407703 98721792 23508 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 24102 23508 206 16 0 23543 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 96408

[startup+190.113 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1672104/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=98276 CPUtime=190.05
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 24004 0 0 0 18993 12 0 0 25 0 1 0 201407703 100634624 23975 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517874 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 24569 23975 206 16 0 24010 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 98276

[startup+200.119 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1660072/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=110212 CPUtime=200.05
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 27015 0 0 0 19991 14 0 0 25 0 1 0 201407703 112857088 26986 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528572 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 27553 26986 206 16 0 26994 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 110212

[startup+210.125 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23632
/proc/meminfo: memFree=1651944/2055920 swapFree=4181356/4192956

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

/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 178107 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517890 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1781.49
Current children cumulated vsize (Kb) 319568

[startup+1783.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1782.49
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 178207 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1782.49
Current children cumulated vsize (Kb) 319568

[startup+1784.11 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1783.5
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 178308 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1783.5
Current children cumulated vsize (Kb) 319568

[startup+1785.11 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1784.5
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 178408 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528590 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1784.5
Current children cumulated vsize (Kb) 319568

[startup+1786.12 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1785.51
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 178509 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1785.51
Current children cumulated vsize (Kb) 319568

[startup+1787.12 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1786.51
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 178609 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527577 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1786.51
Current children cumulated vsize (Kb) 319568

[startup+1788.13 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1787.52
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 178710 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1787.52
Current children cumulated vsize (Kb) 319568

[startup+1789.13 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1788.52
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 178810 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517876 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1788.52
Current children cumulated vsize (Kb) 319568

[startup+1790.14 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1789.53
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 178911 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (Kb) 319568

[startup+1791.14 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1790.53
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 179011 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1790.53
Current children cumulated vsize (Kb) 319568

[startup+1792.15 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1791.53
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 179111 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528670 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (Kb) 319568

[startup+1793.15 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1792.54
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 179212 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517933 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1792.54
Current children cumulated vsize (Kb) 319568

[startup+1794.16 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1793.54
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 179312 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527740 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1793.54
Current children cumulated vsize (Kb) 319568

[startup+1795.16 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1794.55
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 179413 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520072 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1794.55
Current children cumulated vsize (Kb) 319568

[startup+1796.17 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1795.55
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 179513 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527815 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1795.55
Current children cumulated vsize (Kb) 319568

[startup+1797.17 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1796.56
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 179614 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528590 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1796.56
Current children cumulated vsize (Kb) 319568

[startup+1798.18 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1797.56
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 179714 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528531 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1797.56
Current children cumulated vsize (Kb) 319568

[startup+1799.18 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1798.57
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 179815 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528314 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (Kb) 319568

[startup+1800.19 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1799.57
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 179915 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (Kb) 319568

[startup+1801.19 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1800.58
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 180016 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1800.58
Current children cumulated vsize (Kb) 319568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 23827
/proc/meminfo: memFree=1449704/2055920 swapFree=4181356/4192956
[pid=23632] ppid=23630 vsize=319568 CPUtime=1800.58
/proc/23632/stat : 23632 (Pueblo13) R 23630 23632 23586 0 -1 4194304 79554 0 0 0 180016 42 0 0 25 0 1 0 201407703 327237632 79324 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/23632/statm: 79892 79324 206 16 0 79333 0
Current children cumulated CPU time (s) 1800.58
Current children cumulated vsize (Kb) 319568

Sending SIGTERM to -23632
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.25
CPU time (s): 1800.64
CPU user time (s): 1800.17
CPU system time (s): 0.476927
CPU usage (%): 99.9662
Max. virtual memory (cumulated for all children) (Kb): 320232
The end

Launcher Data (download as text)

Begin job on node33 on Sat Jun  3 17:57:19 UTC 2006


FILE ID= 37729-1149357439

PBS_JOBID= 311326

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-qiu.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node33/37729-1149357439/instance-37729-1149357439.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-37729-1149357439 -o ROOT/results/node33/solver-37729-1149357439 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node33/37729-1149357439/instance-37729-1149357439.opb

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  644f01bea590fadfbdc9e969c95da3cf

RANDOM SEED= 178927987


/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:       1767592 kB
Buffers:         21304 kB
Cached:         202324 kB
SwapCached:       3288 kB
Active:          67044 kB
Inactive:       165236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767592 kB
SwapTotal:     4192956 kB
SwapFree:      4181356 kB
Dirty:             152 kB
Writeback:           0 kB
Mapped:          14912 kB
Slab:            42096 kB
Committed_AS:   358572 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 Sat Jun  3 18:27:20 UTC 2006