Trace number 36287

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
Pueblo 1.4? (TO) 1800.76 1801.27

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
MD5SUM8c486f10dc9ea0956b38d79189648654
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 benchmark1503.32
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables109757
Total number of constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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
84.09	c starting to Solve
84.09	c #variables read: 109757 - #constraints read: 313450

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.02 0.47 0.76 3/64 18025
/proc/meminfo: memFree=1271656/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=2328 CPUtime=0
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 92 0 0 0 0 0 0 0 18 0 1 0 189698187 2383872 76 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 1430720 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 582 94 80 16 0 11 0

[startup+10.0022 s]
/proc/loadavg: 0.17 0.49 0.77 2/64 18025
/proc/meminfo: memFree=1208752/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=67612 CPUtime=9.99
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 1120624 0 0 0 715 284 0 0 25 0 1 0 189698187 69234688 15953 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 16903 15964 204 16 0 16344 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 67612

[startup+20.0093 s]
/proc/loadavg: 0.30 0.51 0.77 2/64 18025
/proc/meminfo: memFree=1208816/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=67612 CPUtime=19.99
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 3210525 0 0 0 1148 851 0 0 25 0 1 0 189698187 69234688 16054 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 16903 16059 204 16 0 16344 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 67612

[startup+30.0153 s]
/proc/loadavg: 0.41 0.52 0.77 2/64 18025
/proc/meminfo: memFree=1208880/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=67612 CPUtime=29.99
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 5309765 0 0 0 1581 1418 0 0 25 0 1 0 189698187 69234688 15990 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 16903 15999 204 16 0 16344 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 67612

[startup+40.0213 s]
/proc/loadavg: 0.50 0.54 0.77 2/64 18025
/proc/meminfo: memFree=1208816/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=67692 CPUtime=39.99
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6651709 0 0 0 2203 1796 0 0 25 0 1 0 189698187 69316608 16034 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532044 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 16923 16034 204 16 0 16364 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 67692

[startup+50.0274 s]
/proc/loadavg: 0.58 0.55 0.77 2/64 18025
/proc/meminfo: memFree=1207920/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=68864 CPUtime=50
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6651924 0 0 0 3204 1796 0 0 25 0 1 0 189698187 70516736 16249 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532442 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 17216 16249 204 16 0 16657 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 68864

[startup+60.0334 s]
/proc/loadavg: 0.64 0.57 0.77 2/64 18025
/proc/meminfo: memFree=1203312/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=73352 CPUtime=60.01
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6653074 0 0 0 4204 1797 0 0 25 0 1 0 189698187 75112448 17399 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 18338 17399 204 16 0 17779 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 73352

[startup+70.0394 s]
/proc/loadavg: 0.70 0.58 0.78 2/64 18025
/proc/meminfo: memFree=1198640/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=77840 CPUtime=70.01
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6654265 0 0 0 5204 1797 0 0 25 0 1 0 189698187 79708160 18590 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134555831 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 19460 18590 204 16 0 18901 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 77840

[startup+80.0455 s]
/proc/loadavg: 0.74 0.59 0.78 2/64 18025
/proc/meminfo: memFree=1193904/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=83352 CPUtime=80.01
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6655437 0 0 0 6203 1798 0 0 25 0 1 0 189698187 85352448 19762 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532444 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 20838 19762 204 16 0 20279 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 83352

[startup+90.0505 s]
/proc/loadavg: 0.78 0.61 0.78 2/64 18025
/proc/meminfo: memFree=1183088/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=94352 CPUtime=90.01
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6658139 0 0 0 7202 1799 0 0 25 0 1 0 189698187 96616448 22464 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519955 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 23588 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 94352

[startup+100.057 s]
/proc/loadavg: 0.81 0.62 0.78 2/64 18025
/proc/meminfo: memFree=1183088/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=94352 CPUtime=100.01
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6658139 0 0 0 8202 1799 0 0 25 0 1 0 189698187 96616448 22464 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519884 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 23588 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 94352

[startup+110.063 s]
/proc/loadavg: 0.84 0.63 0.78 2/64 18025
/proc/meminfo: memFree=1183088/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=94352 CPUtime=110.02
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6658139 0 0 0 9203 1799 0 0 25 0 1 0 189698187 96616448 22464 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134558609 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 23588 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 94352

[startup+120.069 s]
/proc/loadavg: 0.87 0.64 0.79 2/64 18025
/proc/meminfo: memFree=1183088/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=94352 CPUtime=120.02
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6658139 0 0 0 10203 1799 0 0 25 0 1 0 189698187 96616448 22464 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528360 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 23588 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 94352

[startup+130.075 s]
/proc/loadavg: 0.89 0.65 0.79 2/64 18025
/proc/meminfo: memFree=1183088/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=94352 CPUtime=130.02
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6658139 0 0 0 11203 1799 0 0 25 0 1 0 189698187 96616448 22464 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 23588 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 94352

[startup+140.082 s]
/proc/loadavg: 0.90 0.66 0.79 2/64 18025
/proc/meminfo: memFree=1183024/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=94352 CPUtime=140.03
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6658139 0 0 0 12204 1799 0 0 25 0 1 0 189698187 96616448 22464 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134558602 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 23588 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 94352

[startup+150.088 s]
/proc/loadavg: 0.92 0.67 0.79 2/64 18025
/proc/meminfo: memFree=1183024/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=94352 CPUtime=150.03
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6658139 0 0 0 13204 1799 0 0 25 0 1 0 189698187 96616448 22464 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559528 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 23588 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 94352

[startup+160.094 s]
/proc/loadavg: 0.93 0.68 0.79 2/64 18025
/proc/meminfo: memFree=1183024/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=94352 CPUtime=160.04
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6658139 0 0 0 14205 1799 0 0 25 0 1 0 189698187 96616448 22464 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 23588 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 94352

[startup+170.1 s]
/proc/loadavg: 0.94 0.69 0.80 2/64 18025
/proc/meminfo: memFree=1183088/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=94352 CPUtime=170.04
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6658139 0 0 0 15205 1799 0 0 25 0 1 0 189698187 96616448 22464 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559503 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 23588 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 94352

[startup+180.106 s]
/proc/loadavg: 0.95 0.70 0.80 2/64 18025
/proc/meminfo: memFree=1183088/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=94352 CPUtime=180.04
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6658139 0 0 0 16205 1799 0 0 25 0 1 0 189698187 96616448 22464 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 23588 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 94352

[startup+190.112 s]
/proc/loadavg: 0.96 0.71 0.80 2/64 18025
/proc/meminfo: memFree=1183088/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=94352 CPUtime=190.04
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6658139 0 0 0 17205 1799 0 0 25 0 1 0 189698187 96616448 22464 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520085 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 23588 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 94352

[startup+200.118 s]
/proc/loadavg: 0.96 0.72 0.80 2/64 18025
/proc/meminfo: memFree=1183088/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=94352 CPUtime=200.05
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6658139 0 0 0 18206 1799 0 0 25 0 1 0 189698187 96616448 22464 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556221 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 23588 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 94352

[startup+210.124 s]
/proc/loadavg: 0.97 0.73 0.80 2/64 18025
/proc/meminfo: memFree=1183088/2055920 swapFree=4180900/4192956

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

/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6767422 0 0 0 176271 1886 0 0 25 0 1 0 189698187 545804288 131746 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556215 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 133253 131746 206 16 0 132694 0
Current children cumulated CPU time (s) 1781.57
Current children cumulated vsize (Kb) 533012

[startup+1783.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=744688/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=533120 CPUtime=1782.57
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6767458 0 0 0 176371 1886 0 0 25 0 1 0 189698187 545914880 131782 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520163 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 133280 131782 206 16 0 132721 0
Current children cumulated CPU time (s) 1782.57
Current children cumulated vsize (Kb) 533120

[startup+1784.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=744624/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=533240 CPUtime=1783.58
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6767477 0 0 0 176472 1886 0 0 25 0 1 0 189698187 546037760 131801 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 133310 131801 206 16 0 132751 0
Current children cumulated CPU time (s) 1783.58
Current children cumulated vsize (Kb) 533240

[startup+1785.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=744624/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=533240 CPUtime=1784.58
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6767478 0 0 0 176572 1886 0 0 25 0 1 0 189698187 546037760 131802 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519884 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 133310 131802 206 16 0 132751 0
Current children cumulated CPU time (s) 1784.58
Current children cumulated vsize (Kb) 533240

[startup+1786.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=744624/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=533240 CPUtime=1785.59
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6767478 0 0 0 176673 1886 0 0 25 0 1 0 189698187 546037760 131802 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559503 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 133310 131802 206 16 0 132751 0
Current children cumulated CPU time (s) 1785.59
Current children cumulated vsize (Kb) 533240

[startup+1787.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=744496/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=533484 CPUtime=1786.59
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6767502 0 0 0 176773 1886 0 0 25 0 1 0 189698187 546287616 131826 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 133371 131826 206 16 0 132812 0
Current children cumulated CPU time (s) 1786.59
Current children cumulated vsize (Kb) 533484

[startup+1788.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=744496/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=533484 CPUtime=1787.6
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6767508 0 0 0 176874 1886 0 0 25 0 1 0 189698187 546287616 131832 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556334 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 133371 131832 206 16 0 132812 0
Current children cumulated CPU time (s) 1787.6
Current children cumulated vsize (Kb) 533484

[startup+1789.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=744368/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=533484 CPUtime=1788.6
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6767534 0 0 0 176974 1886 0 0 25 0 1 0 189698187 546287616 131858 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 133371 131858 206 16 0 132812 0
Current children cumulated CPU time (s) 1788.6
Current children cumulated vsize (Kb) 533484

[startup+1790.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=744176/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=533728 CPUtime=1789.61
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6767589 0 0 0 177075 1886 0 0 25 0 1 0 189698187 546537472 131913 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559528 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 133432 131913 206 16 0 132873 0
Current children cumulated CPU time (s) 1789.61
Current children cumulated vsize (Kb) 533728

[startup+1791.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=743920/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=533968 CPUtime=1790.61
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6767650 0 0 0 177175 1886 0 0 25 0 1 0 189698187 546783232 131974 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556285 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 133492 131974 206 16 0 132933 0
Current children cumulated CPU time (s) 1790.61
Current children cumulated vsize (Kb) 533968

[startup+1792.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=743728/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=534212 CPUtime=1791.61
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6767710 0 0 0 177275 1886 0 0 25 0 1 0 189698187 547033088 132034 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 133553 132034 206 16 0 132994 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (Kb) 534212

[startup+1793.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=743472/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=534460 CPUtime=1792.62
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6767764 0 0 0 177376 1886 0 0 25 0 1 0 189698187 547287040 132088 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556344 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 133615 132088 206 16 0 133056 0
Current children cumulated CPU time (s) 1792.62
Current children cumulated vsize (Kb) 534460

[startup+1794.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=743344/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=534616 CPUtime=1793.62
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6767806 0 0 0 177476 1886 0 0 25 0 1 0 189698187 547446784 132130 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 133654 132130 206 16 0 133095 0
Current children cumulated CPU time (s) 1793.62
Current children cumulated vsize (Kb) 534616

[startup+1795.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=743152/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=534852 CPUtime=1794.63
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6767853 0 0 0 177577 1886 0 0 25 0 1 0 189698187 547688448 132177 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517874 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 133713 132177 206 16 0 133154 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (Kb) 534852

[startup+1796.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=743024/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=534968 CPUtime=1795.63
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6767889 0 0 0 177677 1886 0 0 25 0 1 0 189698187 547807232 132213 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519949 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 133742 132213 206 16 0 133183 0
Current children cumulated CPU time (s) 1795.63
Current children cumulated vsize (Kb) 534968

[startup+1797.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=742640/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=535340 CPUtime=1796.65
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6767977 0 0 0 177778 1887 0 0 25 0 1 0 189698187 548188160 132301 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556321 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 133835 132301 206 16 0 133276 0
Current children cumulated CPU time (s) 1796.65
Current children cumulated vsize (Kb) 535340

[startup+1798.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=742448/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=535476 CPUtime=1797.65
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6768023 0 0 0 177878 1887 0 0 25 0 1 0 189698187 548327424 132347 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 133869 132347 206 16 0 133310 0
Current children cumulated CPU time (s) 1797.65
Current children cumulated vsize (Kb) 535476

[startup+1799.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=742256/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=535708 CPUtime=1798.65
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6768080 0 0 0 177978 1887 0 0 25 0 1 0 189698187 548564992 132404 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 133927 132404 206 16 0 133368 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (Kb) 535708

[startup+1800.18 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=741936/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=535968 CPUtime=1799.66
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6768153 0 0 0 178079 1887 0 0 25 0 1 0 189698187 548831232 132477 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134558823 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 133992 132477 206 16 0 133433 0
Current children cumulated CPU time (s) 1799.66
Current children cumulated vsize (Kb) 535968

[startup+1801.18 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=741744/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=536080 CPUtime=1800.66
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6768197 0 0 0 178179 1887 0 0 25 0 1 0 189698187 548945920 132521 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 1905613 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 134020 132521 206 16 0 133461 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (Kb) 536080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.19 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 18027
/proc/meminfo: memFree=741744/2055920 swapFree=4180900/4192956
[pid=18025] ppid=18023 vsize=536080 CPUtime=1800.67
/proc/18025/stat : 18025 (Pueblo) R 18023 18025 17980 0 -1 4194304 6768197 0 0 0 178180 1887 0 0 25 0 1 0 189698187 548945920 132521 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/18025/statm: 134020 132521 206 16 0 133461 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (Kb) 536080

Sending SIGTERM to -18025
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.27
CPU time (s): 1800.76
CPU user time (s): 1781.8
CPU system time (s): 18.9561
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (Kb): 536080
The end

Launcher Data (download as text)

Begin job on node27 on Fri Jun  2 09:25:47 UTC 2006


FILE ID= 36287-1149240346

PBS_JOBID= 297336

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

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  8c486f10dc9ea0956b38d79189648654

RANDOM SEED= 944072623


/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.234
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.234
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:       1272064 kB
Buffers:         36984 kB
Cached:         672080 kB
SwapCached:       3916 kB
Active:         166388 kB
Inactive:       551536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1272064 kB
SwapTotal:     4192956 kB
SwapFree:      4180900 kB
Dirty:             112 kB
Writeback:           0 kB
Mapped:          14764 kB
Slab:            51984 kB
Committed_AS:   275352 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node27 on Fri Jun  2 09:55:48 UTC 2006