Trace number 85232

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
glpPB 0.2? (TO) 1800.51 1801.19

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-my_adder.opb
MD5SUM38f65eab3d9896915eed9a127435e25b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4561
Best CPU time to get the best result obtained on this benchmark12.6021
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4561
Optimality of the best value was proved YES
Number of variables577
Total number of constraints1322
Number of constraints which are clauses1306
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint2
Maximum length of a constraint17
Number of terms in the objective function 577
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 24510
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 24510
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00	c glpPB 0.2 (July 2006)
0.00	c An Application of GLPK 4.10 for PB Constraints
0.00	c Done @ University of Michigan, Ann Arbor, MI
0.00	c  by Hossein Sheini

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

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node6/watcher-85232-1154167790 -o ROOT/results/node6/solver-85232-1154167790 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node6/85232-1154167790/instance-85232-1154167790.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 2/63 8233
/proc/meminfo: memFree=744648/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=2424 CPUtime=0
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 147 0 0 0 0 0 0 0 19 0 1 0 163640373 2482176 127 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 2157857 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 606 127 108 40 0 11 0

[startup+10.0027 s]
/proc/loadavg: 0.93 0.95 0.90 2/63 8233
/proc/meminfo: memFree=742288/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=4772 CPUtime=9.99
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 7077 0 0 0 996 3 0 0 25 0 1 0 163640373 4886528 807 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134636920 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 1193 807 227 40 0 610 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4772

[startup+20.0097 s]
/proc/loadavg: 0.94 0.96 0.91 2/63 8233
/proc/meminfo: memFree=742032/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=4844 CPUtime=19.99
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 26262 0 0 0 1990 9 0 0 25 0 1 0 163640373 4960256 837 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 1211 837 227 40 0 628 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4844

[startup+30.0167 s]
/proc/loadavg: 0.95 0.96 0.91 2/63 8233
/proc/meminfo: memFree=741648/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=5228 CPUtime=30
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 43184 0 0 0 2983 17 0 0 25 0 1 0 163640373 5353472 933 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 1307 933 227 40 0 724 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 5228

[startup+40.0226 s]
/proc/loadavg: 0.95 0.96 0.91 2/63 8233
/proc/meminfo: memFree=741072/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=5784 CPUtime=40
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 64540 0 0 0 3975 25 0 0 25 0 1 0 163640373 5922816 1072 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 1446 1072 227 40 0 863 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5784

[startup+50.0286 s]
/proc/loadavg: 0.96 0.96 0.91 2/63 8233
/proc/meminfo: memFree=740688/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=6208 CPUtime=49.99
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 83283 0 0 0 4969 30 0 0 25 0 1 0 163640373 6356992 1178 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629086 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 1552 1178 227 40 0 969 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 6208

[startup+60.0346 s]
/proc/loadavg: 0.97 0.96 0.91 2/63 8233
/proc/meminfo: memFree=740368/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=6708 CPUtime=60
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 97705 0 0 0 5964 36 0 0 25 0 1 0 163640373 6868992 1293 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134582083 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 1677 1293 227 40 0 1094 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 6708

[startup+70.0406 s]
/proc/loadavg: 0.97 0.96 0.91 2/63 8233
/proc/meminfo: memFree=739792/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=7280 CPUtime=70.01
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 121224 0 0 0 6958 43 0 0 25 0 1 0 163640373 7454720 1433 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134636863 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 1820 1433 227 40 0 1237 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 7280

[startup+80.0465 s]
/proc/loadavg: 0.98 0.96 0.91 2/63 8233
/proc/meminfo: memFree=739408/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=7488 CPUtime=80.01
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 138904 0 0 0 7952 49 0 0 25 0 1 0 163640373 7667712 1498 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134628983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 1872 1498 227 40 0 1289 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 7488

[startup+90.0525 s]
/proc/loadavg: 0.98 0.96 0.91 2/63 8233
/proc/meminfo: memFree=739088/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=7872 CPUtime=90.01
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 157383 0 0 0 8946 55 0 0 25 0 1 0 163640373 8060928 1594 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643689 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 1968 1594 227 40 0 1385 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 7872

[startup+100.058 s]
/proc/loadavg: 0.98 0.96 0.91 2/63 8233
/proc/meminfo: memFree=738640/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=8300 CPUtime=100.01
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 174958 0 0 0 9940 61 0 0 25 0 1 0 163640373 8499200 1701 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643691 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 2075 1701 227 40 0 1492 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 8300

[startup+110.064 s]
/proc/loadavg: 0.98 0.96 0.91 2/63 8233
/proc/meminfo: memFree=738384/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=8552 CPUtime=110.01
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 184537 0 0 0 10937 64 0 0 25 0 1 0 163640373 8757248 1764 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629073 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 2138 1764 227 40 0 1555 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 8552

[startup+120.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=738128/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=8764 CPUtime=120.01
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 198923 0 0 0 11931 70 0 0 25 0 1 0 163640373 8974336 1817 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542965 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 2191 1817 227 40 0 1608 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 8764

[startup+130.076 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=737936/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=8992 CPUtime=130.01
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 213123 0 0 0 12926 75 0 0 25 0 1 0 163640373 9207808 1874 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 2248 1874 227 40 0 1665 0
Current children cumulated CPU time (s) 130.01
Current children cumulated vsize (Kb) 8992

[startup+140.082 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=737616/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=9256 CPUtime=140.02
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 228677 0 0 0 13919 83 0 0 25 0 1 0 163640373 9478144 1940 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134632402 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 2314 1940 227 40 0 1731 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 9256

[startup+150.088 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=737232/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=9672 CPUtime=150.02
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 249428 0 0 0 14911 91 0 0 25 0 1 0 163640373 9904128 2044 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 2418 2044 227 40 0 1835 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 9672

[startup+160.094 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=736720/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=10176 CPUtime=160.02
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 272610 0 0 0 15902 100 0 0 25 0 1 0 163640373 10420224 2170 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629267 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 2544 2170 227 40 0 1961 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 10176

[startup+170.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=736656/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=10212 CPUtime=170.02
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 289503 0 0 0 16895 107 0 0 25 0 1 0 163640373 10457088 2179 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643286 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 2553 2179 227 40 0 1970 0
Current children cumulated CPU time (s) 170.02
Current children cumulated vsize (Kb) 10212

[startup+180.106 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=736656/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=10252 CPUtime=180.03
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 302223 0 0 0 17891 112 0 0 25 0 1 0 163640373 10498048 2189 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542964 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 2563 2189 227 40 0 1980 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 10252

[startup+190.112 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=736528/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=10356 CPUtime=190.03
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 315499 0 0 0 18884 119 0 0 25 0 1 0 163640373 10604544 2215 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134632679 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 2589 2215 227 40 0 2006 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 10356

[startup+200.118 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=736400/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=10504 CPUtime=200.03
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 328946 0 0 0 19879 124 0 0 25 0 1 0 163640373 10756096 2252 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 2626 2252 227 40 0 2043 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 10504

[startup+210.124 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233

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

/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2766763 0 0 0 177067 1073 0 0 25 0 1 0 163640373 46485504 10975 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542173 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11349 10975 227 40 0 10766 0
Current children cumulated CPU time (s) 1781.4
Current children cumulated vsize (Kb) 45396

[startup+1783.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701328/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45580 CPUtime=1782.41
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2768257 0 0 0 177167 1074 0 0 25 0 1 0 163640373 46673920 11012 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11395 11012 227 40 0 10812 0
Current children cumulated CPU time (s) 1782.41
Current children cumulated vsize (Kb) 45580

[startup+1784.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701328/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45428 CPUtime=1783.41
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2769446 0 0 0 177267 1074 0 0 25 0 1 0 163640373 46518272 10983 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629276 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11357 10983 227 40 0 10774 0
Current children cumulated CPU time (s) 1783.41
Current children cumulated vsize (Kb) 45428

[startup+1785.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701328/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45452 CPUtime=1784.42
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2770862 0 0 0 177366 1076 0 0 25 0 1 0 163640373 46542848 10989 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629270 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11363 10989 227 40 0 10780 0
Current children cumulated CPU time (s) 1784.42
Current children cumulated vsize (Kb) 45452

[startup+1786.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701328/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45460 CPUtime=1785.42
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2772334 0 0 0 177465 1077 0 0 25 0 1 0 163640373 46551040 10991 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542173 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11365 10991 227 40 0 10782 0
Current children cumulated CPU time (s) 1785.42
Current children cumulated vsize (Kb) 45460

[startup+1787.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701264/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45644 CPUtime=1786.42
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2774200 0 0 0 177565 1077 0 0 25 0 1 0 163640373 46739456 11027 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11411 11027 227 40 0 10828 0
Current children cumulated CPU time (s) 1786.42
Current children cumulated vsize (Kb) 45644

[startup+1788.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701264/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45500 CPUtime=1787.43
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2775704 0 0 0 177665 1078 0 0 25 0 1 0 163640373 46592000 11001 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134643780 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11375 11001 227 40 0 10792 0
Current children cumulated CPU time (s) 1787.43
Current children cumulated vsize (Kb) 45500

[startup+1789.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701264/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45684 CPUtime=1788.43
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2777844 0 0 0 177765 1078 0 0 25 0 1 0 163640373 46780416 11037 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11421 11037 227 40 0 10838 0
Current children cumulated CPU time (s) 1788.43
Current children cumulated vsize (Kb) 45684

[startup+1790.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701200/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45708 CPUtime=1789.44
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2779865 0 0 0 177865 1079 0 0 25 0 1 0 163640373 46804992 11043 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11427 11043 227 40 0 10844 0
Current children cumulated CPU time (s) 1789.44
Current children cumulated vsize (Kb) 45708

[startup+1791.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701200/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45568 CPUtime=1790.44
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2781514 0 0 0 177964 1080 0 0 25 0 1 0 163640373 46661632 11018 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11392 11018 227 40 0 10809 0
Current children cumulated CPU time (s) 1790.44
Current children cumulated vsize (Kb) 45568

[startup+1792.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701200/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45736 CPUtime=1791.45
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2782629 0 0 0 178065 1080 0 0 25 0 1 0 163640373 46833664 11048 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 2653911 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11434 11048 227 40 0 10851 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (Kb) 45736

[startup+1793.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701200/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45592 CPUtime=1792.46
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2784031 0 0 0 178165 1081 0 0 25 0 1 0 163640373 46686208 11024 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629216 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11398 11024 227 40 0 10815 0
Current children cumulated CPU time (s) 1792.46
Current children cumulated vsize (Kb) 45592

[startup+1794.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701200/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45600 CPUtime=1793.46
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2785428 0 0 0 178265 1081 0 0 25 0 1 0 163640373 46694400 11026 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134605782 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11400 11026 227 40 0 10817 0
Current children cumulated CPU time (s) 1793.46
Current children cumulated vsize (Kb) 45600

[startup+1795.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701136/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45624 CPUtime=1794.46
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2786882 0 0 0 178364 1082 0 0 25 0 1 0 163640373 46718976 11032 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134626410 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11406 11032 227 40 0 10823 0
Current children cumulated CPU time (s) 1794.46
Current children cumulated vsize (Kb) 45624

[startup+1796.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701136/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45632 CPUtime=1795.46
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2788114 0 0 0 178464 1082 0 0 25 0 1 0 163640373 46727168 11034 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11408 11034 227 40 0 10825 0
Current children cumulated CPU time (s) 1795.46
Current children cumulated vsize (Kb) 45632

[startup+1797.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701136/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45648 CPUtime=1796.48
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2789078 0 0 0 178565 1083 0 0 25 0 1 0 163640373 46743552 11038 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134542136 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11412 11038 227 40 0 10829 0
Current children cumulated CPU time (s) 1796.48
Current children cumulated vsize (Kb) 45648

[startup+1798.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701136/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45656 CPUtime=1797.48
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2790340 0 0 0 178665 1083 0 0 25 0 1 0 163640373 46751744 11040 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134628982 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11414 11040 227 40 0 10831 0
Current children cumulated CPU time (s) 1797.48
Current children cumulated vsize (Kb) 45656

[startup+1799.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701072/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45680 CPUtime=1798.49
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2792086 0 0 0 178765 1084 0 0 25 0 1 0 163640373 46776320 11046 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134578421 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11420 11046 227 40 0 10837 0
Current children cumulated CPU time (s) 1798.49
Current children cumulated vsize (Kb) 45680

[startup+1800.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701072/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45856 CPUtime=1799.49
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2793361 0 0 0 178865 1084 0 0 25 0 1 0 163640373 46956544 11080 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11464 11080 227 40 0 10881 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (Kb) 45856

[startup+1801.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701072/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45700 CPUtime=1800.49
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2794882 0 0 0 178965 1084 0 0 25 0 1 0 163640373 46796800 11051 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11425 11051 227 40 0 10842 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (Kb) 45700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.18 s]
/proc/loadavg: 0.99 0.97 0.91 2/63 8233
/proc/meminfo: memFree=701072/2055924 swapFree=4183204/4192956
[pid=8233] ppid=8231 vsize=45700 CPUtime=1800.49
/proc/8233/stat : 8233 (glpPBv3) R 8231 8233 8184 0 -1 0 2794882 0 0 0 178965 1084 0 0 25 0 1 0 163640373 46796800 11051 18446744073709551615 134512640 134678228 4294956688 18446744073709551615 134629287 0 0 4096 0 0 0 0 17 1 0 0
/proc/8233/statm: 11425 11051 227 40 0 10842 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (Kb) 45700

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.19
CPU time (s): 1800.51
CPU user time (s): 1789.66
CPU system time (s): 10.8543
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (Kb): 45856
The end

Launcher Data (download as text)

Begin job on node6 on Sat Jul 29 10:09:50 UTC 2006


FILE ID= 85232-1154167790

PBS_JOBID= 893006

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-my_adder.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node6/85232-1154167790/instance-85232-1154167790.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-85232-1154167790 -o ROOT/results/node6/solver-85232-1154167790 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node6/85232-1154167790/instance-85232-1154167790.opb

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  38f65eab3d9896915eed9a127435e25b

RANDOM SEED= 272430937

TIMEOUT= 1800 seconds


/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.255
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.255
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:      2055924 kB
MemFree:        744856 kB
Buffers:         44248 kB
Cached:        1180652 kB
SwapCached:       3792 kB
Active:         107924 kB
Inactive:      1125740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:        744856 kB
SwapTotal:     4192956 kB
SwapFree:      4183204 kB
Dirty:             304 kB
Writeback:           0 kB
Mapped:          14828 kB
Slab:            63512 kB
Committed_AS:   702392 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node6 on Sat Jul 29 10:39:51 UTC 2006