Trace number 84788

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 NameAnswerCPU timeWall clock time
glpPB 0.2? (TO) 1800.58 1801.28

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv10.ucl.opb
MD5SUM449faf6379a77b0035cc1474243ef90a
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.274957
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8937
Total number of constraints26319
Number of constraints which are clauses26047
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints272
Minimum length of a constraint1
Maximum length of a constraint9
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
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/node54/watcher-84788-1154160474 -o ROOT/results/node54/solver-84788-1154160474 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node54/84788-1154160474/instance-84788-1154160474.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.95 0.90 2/64 9930
/proc/meminfo: memFree=1678200/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=2424 CPUtime=0
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 146 0 0 0 0 0 0 0 18 0 1 0 162917498 2482176 126 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 10095905 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 606 127 108 40 0 11 0

[startup+10.0029 s]
/proc/loadavg: 0.93 0.95 0.90 2/64 9930
/proc/meminfo: memFree=1653816/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=26768 CPUtime=10.03
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 25666 0 0 0 992 11 0 0 25 0 1 0 162917498 27410432 6318 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542262 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 6692 6318 227 40 0 6109 0
Current children cumulated CPU time (s) 10.03
Current children cumulated vsize (Kb) 26768

[startup+20.045 s]
/proc/loadavg: 0.94 0.96 0.91 2/64 9930
/proc/meminfo: memFree=1652216/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28316 CPUtime=20.02
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 215928 0 0 0 1913 89 0 0 25 0 1 0 162917498 28995584 6705 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7079 6705 227 40 0 6496 0
Current children cumulated CPU time (s) 20.02
Current children cumulated vsize (Kb) 28316

[startup+30.052 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 9930
/proc/meminfo: memFree=1652216/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28316 CPUtime=30.03
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 400889 0 0 0 2838 165 0 0 25 0 1 0 162917498 28995584 6705 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7079 6705 227 40 0 6496 0
Current children cumulated CPU time (s) 30.03
Current children cumulated vsize (Kb) 28316

[startup+40.0581 s]
/proc/loadavg: 0.96 0.96 0.91 2/64 9930
/proc/meminfo: memFree=1652216/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28316 CPUtime=40.03
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 591444 0 0 0 3757 246 0 0 25 0 1 0 162917498 28995584 6684 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 10591959 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7079 6692 227 40 0 6496 0
Current children cumulated CPU time (s) 40.03
Current children cumulated vsize (Kb) 28316

[startup+50.0652 s]
/proc/loadavg: 0.96 0.96 0.91 2/64 9930
/proc/meminfo: memFree=1652280/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28316 CPUtime=50.03
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 745687 0 0 0 4692 311 0 0 25 0 1 0 162917498 28995584 6705 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7079 6705 227 40 0 6496 0
Current children cumulated CPU time (s) 50.03
Current children cumulated vsize (Kb) 28316

[startup+60.0713 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 9930
/proc/meminfo: memFree=1652344/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28316 CPUtime=60.04
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 934965 0 0 0 5615 389 0 0 25 0 1 0 162917498 28995584 6705 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 10591959 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7079 6705 227 40 0 6496 0
Current children cumulated CPU time (s) 60.04
Current children cumulated vsize (Kb) 28316

[startup+70.0784 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 9930
/proc/meminfo: memFree=1652344/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28316 CPUtime=70.04
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 1125803 0 0 0 6535 469 0 0 25 0 1 0 162917498 28995584 6705 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 10591959 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7079 6705 227 40 0 6496 0
Current children cumulated CPU time (s) 70.04
Current children cumulated vsize (Kb) 28316

[startup+80.0854 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 9930
/proc/meminfo: memFree=1652344/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28316 CPUtime=80.04
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 1301789 0 0 0 7462 542 0 0 25 0 1 0 162917498 28995584 6705 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7079 6705 227 40 0 6496 0
Current children cumulated CPU time (s) 80.04
Current children cumulated vsize (Kb) 28316

[startup+90.0915 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 9930
/proc/meminfo: memFree=1652344/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28108 CPUtime=90.04
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 1485902 0 0 0 8387 617 0 0 25 0 1 0 162917498 28782592 6601 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 10562638 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7027 6610 227 40 0 6444 0
Current children cumulated CPU time (s) 90.04
Current children cumulated vsize (Kb) 28108

[startup+100.098 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 9930
/proc/meminfo: memFree=1652344/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28316 CPUtime=100.04
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 1639154 0 0 0 9324 680 0 0 25 0 1 0 162917498 28995584 6705 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7027 6653 227 40 0 6444 0
Current children cumulated CPU time (s) 100.04
Current children cumulated vsize (Kb) 28316

[startup+110.105 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 9930
/proc/meminfo: memFree=1652344/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28316 CPUtime=110.05
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 1827480 0 0 0 10246 759 0 0 25 0 1 0 162917498 28995584 6705 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 10591959 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7079 6705 227 40 0 6496 0
Current children cumulated CPU time (s) 110.05
Current children cumulated vsize (Kb) 28316

[startup+120.111 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1652664/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28316 CPUtime=120.06
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 2021438 0 0 0 11167 839 0 0 25 0 1 0 162917498 28995584 6705 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542140 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7079 6705 227 40 0 6496 0
Current children cumulated CPU time (s) 120.06
Current children cumulated vsize (Kb) 28316

[startup+130.117 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1652408/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28316 CPUtime=130.06
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 2186072 0 0 0 12097 909 0 0 25 0 1 0 162917498 28995584 6705 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134626413 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7079 6705 227 40 0 6496 0
Current children cumulated CPU time (s) 130.06
Current children cumulated vsize (Kb) 28316

[startup+140.123 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1652408/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28316 CPUtime=140.06
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 2347241 0 0 0 13031 975 0 0 25 0 1 0 162917498 28995584 6705 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643272 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7079 6705 227 40 0 6496 0
Current children cumulated CPU time (s) 140.06
Current children cumulated vsize (Kb) 28316

[startup+150.129 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1648184/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=32332 CPUtime=150.06
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 2530904 0 0 0 13957 1049 0 0 25 0 1 0 162917498 33107968 7709 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643580 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8083 7709 227 40 0 7500 0
Current children cumulated CPU time (s) 150.06
Current children cumulated vsize (Kb) 32332

[startup+160.135 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1652408/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28316 CPUtime=160.07
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 2697188 0 0 0 14887 1120 0 0 25 0 1 0 162917498 28995584 6705 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134543006 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7079 6705 227 40 0 6496 0
Current children cumulated CPU time (s) 160.07
Current children cumulated vsize (Kb) 28316

[startup+170.141 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1652408/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28316 CPUtime=170.07
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 2858913 0 0 0 15821 1186 0 0 25 0 1 0 162917498 28995584 6705 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7079 6705 227 40 0 6496 0
Current children cumulated CPU time (s) 170.07
Current children cumulated vsize (Kb) 28316

[startup+180.147 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1652408/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28316 CPUtime=180.07
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 2993970 0 0 0 16765 1242 0 0 25 0 1 0 162917498 28995584 6705 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134542138 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7079 6705 227 40 0 6496 0
Current children cumulated CPU time (s) 180.07
Current children cumulated vsize (Kb) 28316

[startup+190.153 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1648120/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=32368 CPUtime=190.07
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 3138759 0 0 0 17704 1303 0 0 25 0 1 0 162917498 33144832 7718 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134591025 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8092 7718 227 40 0 7509 0
Current children cumulated CPU time (s) 190.07
Current children cumulated vsize (Kb) 32368

[startup+200.159 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1652408/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28316 CPUtime=200.08
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 3298322 0 0 0 18640 1368 0 0 25 0 1 0 162917498 28995584 6705 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643284 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7079 6705 227 40 0 6496 0
Current children cumulated CPU time (s) 200.08
Current children cumulated vsize (Kb) 28316

[startup+210.165 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930

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

/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22282981 0 0 0 168805 9343 0 0 25 0 1 0 162917498 33361920 7771 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8145 7771 227 40 0 7562 0
Current children cumulated CPU time (s) 1781.48
Current children cumulated vsize (Kb) 32580

[startup+1783.18 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1647544/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=32580 CPUtime=1782.48
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22283503 0 0 0 168905 9343 0 0 25 0 1 0 162917498 33361920 7771 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643623 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8145 7771 227 40 0 7562 0
Current children cumulated CPU time (s) 1782.48
Current children cumulated vsize (Kb) 32580

[startup+1784.19 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1647800/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=32508 CPUtime=1783.49
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22288369 0 0 0 169004 9345 0 0 25 0 1 0 162917498 33288192 7753 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134591176 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8127 7753 227 40 0 7544 0
Current children cumulated CPU time (s) 1783.49
Current children cumulated vsize (Kb) 32508

[startup+1785.19 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1647544/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=32580 CPUtime=1784.49
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22288909 0 0 0 169104 9345 0 0 25 0 1 0 162917498 33361920 7771 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134581813 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8145 7771 227 40 0 7562 0
Current children cumulated CPU time (s) 1784.49
Current children cumulated vsize (Kb) 32580

[startup+1786.2 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1647544/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=32580 CPUtime=1785.5
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22289605 0 0 0 169204 9346 0 0 25 0 1 0 162917498 33361920 7771 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643172 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8145 7771 227 40 0 7562 0
Current children cumulated CPU time (s) 1785.5
Current children cumulated vsize (Kb) 32580

[startup+1787.2 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1647544/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=32580 CPUtime=1786.5
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22290127 0 0 0 169304 9346 0 0 25 0 1 0 162917498 33361920 7771 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134591153 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8145 7771 227 40 0 7562 0
Current children cumulated CPU time (s) 1786.5
Current children cumulated vsize (Kb) 32580

[startup+1788.21 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1647544/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=32580 CPUtime=1787.5
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22290649 0 0 0 169404 9346 0 0 25 0 1 0 162917498 33361920 7771 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8145 7771 227 40 0 7562 0
Current children cumulated CPU time (s) 1787.5
Current children cumulated vsize (Kb) 32580

[startup+1789.21 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1647544/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=32580 CPUtime=1788.51
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22291345 0 0 0 169504 9347 0 0 25 0 1 0 162917498 33361920 7771 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134581747 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8145 7771 227 40 0 7562 0
Current children cumulated CPU time (s) 1788.51
Current children cumulated vsize (Kb) 32580

[startup+1790.22 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1647544/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=32580 CPUtime=1789.52
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22293159 0 0 0 169604 9348 0 0 25 0 1 0 162917498 33361920 7771 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134587204 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8145 7771 227 40 0 7562 0
Current children cumulated CPU time (s) 1789.52
Current children cumulated vsize (Kb) 32580

[startup+1791.22 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1647544/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=32580 CPUtime=1790.52
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22293855 0 0 0 169704 9348 0 0 25 0 1 0 162917498 33361920 7771 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8145 7771 227 40 0 7562 0
Current children cumulated CPU time (s) 1790.52
Current children cumulated vsize (Kb) 32580

[startup+1792.23 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1647544/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=32580 CPUtime=1791.53
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22294377 0 0 0 169804 9349 0 0 25 0 1 0 162917498 33361920 7771 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134587728 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8145 7771 227 40 0 7562 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (Kb) 32580

[startup+1793.23 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1647544/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=32580 CPUtime=1792.53
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22294899 0 0 0 169904 9349 0 0 25 0 1 0 162917498 33361920 7771 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134585999 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8145 7771 227 40 0 7562 0
Current children cumulated CPU time (s) 1792.53
Current children cumulated vsize (Kb) 32580

[startup+1794.23 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1647544/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=32580 CPUtime=1793.53
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22295421 0 0 0 170004 9349 0 0 25 0 1 0 162917498 33361920 7771 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134585121 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8145 7771 227 40 0 7562 0
Current children cumulated CPU time (s) 1793.53
Current children cumulated vsize (Kb) 32580

[startup+1795.24 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1647544/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=32580 CPUtime=1794.54
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22296117 0 0 0 170104 9350 0 0 25 0 1 0 162917498 33361920 7771 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134585282 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8145 7771 227 40 0 7562 0
Current children cumulated CPU time (s) 1794.54
Current children cumulated vsize (Kb) 32580

[startup+1796.24 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1651832/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28284 CPUtime=1795.55
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22311151 0 0 0 170198 9357 0 0 25 0 1 0 162917498 28962816 6638 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7019 6638 227 40 0 6436 0
Current children cumulated CPU time (s) 1795.55
Current children cumulated vsize (Kb) 28284

[startup+1797.25 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1651832/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28492 CPUtime=1796.55
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22331119 0 0 0 170291 9364 0 0 25 0 1 0 162917498 29175808 6742 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643512 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7123 6742 227 40 0 6540 0
Current children cumulated CPU time (s) 1796.55
Current children cumulated vsize (Kb) 28492

[startup+1798.25 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1651832/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=28492 CPUtime=1797.55
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22351147 0 0 0 170383 9372 0 0 25 0 1 0 162917498 29175808 6698 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 10591959 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 7123 6708 228 40 0 6540 0
Current children cumulated CPU time (s) 1797.55
Current children cumulated vsize (Kb) 28492

[startup+1799.26 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1647800/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=32508 CPUtime=1798.55
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22358579 0 0 0 170480 9375 0 0 25 0 1 0 162917498 33288192 7753 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134590761 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8127 7753 227 40 0 7544 0
Current children cumulated CPU time (s) 1798.55
Current children cumulated vsize (Kb) 32508

[startup+1800.26 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1647544/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=32580 CPUtime=1799.56
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22359293 0 0 0 170581 9375 0 0 25 0 1 0 162917498 33361920 7771 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134585319 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8145 7771 227 40 0 7562 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (Kb) 32580

[startup+1801.27 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1647544/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=32580 CPUtime=1800.56
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22359815 0 0 0 170681 9375 0 0 25 0 1 0 162917498 33361920 7771 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8145 7771 227 40 0 7562 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (Kb) 32580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.27 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9930
/proc/meminfo: memFree=1647544/2055920 swapFree=4174612/4192956
[pid=9930] ppid=9928 vsize=32580 CPUtime=1800.56
/proc/9930/stat : 9930 (glpPBv3) R 9928 9930 9881 0 -1 0 22359815 0 0 0 170681 9375 0 0 25 0 1 0 162917498 33361920 7771 18446744073709551615 134512640 134678228 4294956672 18446744073709551615 134643580 0 0 4096 0 0 0 0 17 1 0 0
/proc/9930/statm: 8145 7771 227 40 0 7562 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (Kb) 32580

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.28
CPU time (s): 1800.58
CPU user time (s): 1706.82
CPU system time (s): 93.7637
CPU usage (%): 99.9611
Max. virtual memory (cumulated for all children) (Kb): 33404
The end

Launcher Data (download as text)

Begin job on node54 on Sat Jul 29 08:07:54 UTC 2006


FILE ID= 84788-1154160474

PBS_JOBID= 892562

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv10.ucl.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node54/84788-1154160474/instance-84788-1154160474.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node54/watcher-84788-1154160474 -o ROOT/results/node54/solver-84788-1154160474 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/glpPBv3 ROOT/tmp/node54/84788-1154160474/instance-84788-1154160474.opb

MD5SUM SOLVER= 29ce95346658d7502ba983059bfb8cff
MD5SUM BENCH=  449faf6379a77b0035cc1474243ef90a

RANDOM SEED= 140765124

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.256
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.256
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:       1678472 kB
Buffers:         27116 kB
Cached:         264640 kB
SwapCached:      12000 kB
Active:          71124 kB
Inactive:       237648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678472 kB
SwapTotal:     4192956 kB
SwapFree:      4174612 kB
Dirty:             196 kB
Writeback:           0 kB
Mapped:          14468 kB
Slab:            54708 kB
Committed_AS:   683180 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node54 on Sat Jul 29 08:37:56 UTC 2006