Trace number 36286

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.73 1801.21

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
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 benchmark304.332
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
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 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
Number of bits of the biggest sum of numbers9
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
2.84	c starting to Solve
2.84	c #variables read: 21380 - #constraints read: 60983

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.91 2/68 21441
/proc/meminfo: memFree=1243864/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=0 CPUtime=0
/proc/21441/stat : 21441 (runsolver) R 21439 21441 21396 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 189641823 0 0 18446744073709551615 0 0 0 18446744073709551615 272559043607 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21441/statm: 0 0 0 0 0 0 0

[startup+10.0025 s]
/proc/loadavg: 0.93 0.96 0.91 2/68 21441
/proc/meminfo: memFree=1227352/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=19980 CPUtime=9.98
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 4384 0 0 0 997 1 0 0 25 0 1 0 189641823 20459520 4356 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556373 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 4995 4356 206 16 0 4435 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 19980

[startup+20.0087 s]
/proc/loadavg: 0.94 0.96 0.91 2/68 21441
/proc/meminfo: memFree=1219352/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=28028 CPUtime=19.99
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 6402 0 0 0 1996 3 0 0 25 0 1 0 189641823 28700672 6374 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519889 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 7007 6374 206 16 0 6447 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 28028

[startup+30.0148 s]
/proc/loadavg: 0.95 0.96 0.91 2/68 21441
/proc/meminfo: memFree=1212376/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=35192 CPUtime=30
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 8162 0 0 0 2995 5 0 0 25 0 1 0 189641823 36036608 8134 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517940 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 8798 8134 206 16 0 8238 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 35192

[startup+40.0209 s]
/proc/loadavg: 0.95 0.96 0.91 2/68 21441
/proc/meminfo: memFree=1204632/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=42884 CPUtime=40
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 10092 0 0 0 3994 6 0 0 25 0 1 0 189641823 43913216 10064 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556221 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 10721 10064 206 16 0 10161 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 42884

[startup+50.028 s]
/proc/loadavg: 0.96 0.96 0.91 2/68 21441
/proc/meminfo: memFree=1197464/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=50020 CPUtime=50
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 11888 0 0 0 4993 7 0 0 25 0 1 0 189641823 51220480 11860 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 12505 11860 206 16 0 11945 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 50020

[startup+60.0331 s]
/proc/loadavg: 0.97 0.96 0.91 2/68 21441
/proc/meminfo: memFree=1191000/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=56504 CPUtime=60.01
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 13504 0 0 0 5993 8 0 0 25 0 1 0 189641823 57860096 13476 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 14126 13476 206 16 0 13566 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 56504

[startup+70.0392 s]
/proc/loadavg: 0.97 0.96 0.91 2/68 21441
/proc/meminfo: memFree=1185432/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=62352 CPUtime=70.01
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 14882 0 0 0 6992 9 0 0 25 0 1 0 189641823 63848448 14854 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559528 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 15588 14854 206 16 0 15028 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 62352

[startup+80.0453 s]
/proc/loadavg: 0.98 0.96 0.91 2/68 21441
/proc/meminfo: memFree=1178584/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=69144 CPUtime=80.01
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 16589 0 0 0 7991 10 0 0 25 0 1 0 189641823 70803456 16561 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556831 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 17286 16561 206 16 0 16726 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 69144

[startup+90.0514 s]
/proc/loadavg: 0.98 0.96 0.91 2/68 21441
/proc/meminfo: memFree=1173720/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=74100 CPUtime=90.02
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 17819 0 0 0 8991 11 0 0 25 0 1 0 189641823 75878400 17791 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559569 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 18525 17791 206 16 0 17965 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 74100

[startup+100.058 s]
/proc/loadavg: 0.98 0.96 0.91 2/68 21441
/proc/meminfo: memFree=1167704/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=80068 CPUtime=100.02
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 19328 0 0 0 9990 12 0 0 25 0 1 0 189641823 81989632 19300 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517911 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 20017 19300 206 16 0 19457 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 80068

[startup+110.064 s]
/proc/loadavg: 0.98 0.97 0.91 2/68 21441
/proc/meminfo: memFree=1162840/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=84900 CPUtime=110.02
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 20540 0 0 0 10989 13 0 0 25 0 1 0 189641823 86937600 20512 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 21225 20512 206 16 0 20665 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 84900

[startup+120.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21441
/proc/meminfo: memFree=1161240/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=86608 CPUtime=120.02
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 20936 0 0 0 11989 13 0 0 25 0 1 0 189641823 88686592 20908 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134523649 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 21652 20908 206 16 0 21092 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 86608

[startup+130.076 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21441
/proc/meminfo: memFree=1161240/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=86608 CPUtime=130.03
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 20936 0 0 0 12990 13 0 0 25 0 1 0 189641823 88686592 20908 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556269 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 21652 20908 206 16 0 21092 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 86608

[startup+140.082 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21441
/proc/meminfo: memFree=1161240/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=86608 CPUtime=140.03
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 20936 0 0 0 13990 13 0 0 25 0 1 0 189641823 88686592 20908 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 21652 20908 206 16 0 21092 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 86608

[startup+150.088 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21441
/proc/meminfo: memFree=1161240/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=86608 CPUtime=150.04
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 20936 0 0 0 14991 13 0 0 25 0 1 0 189641823 88686592 20908 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520554 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 21652 20908 206 16 0 21092 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 86608

[startup+160.094 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21441
/proc/meminfo: memFree=1161240/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=86608 CPUtime=160.04
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 20939 0 0 0 15991 13 0 0 25 0 1 0 189641823 88686592 20911 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134557302 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 21652 20911 206 16 0 21092 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 86608

[startup+170.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21441
/proc/meminfo: memFree=1161176/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=86608 CPUtime=170.04
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 20941 0 0 0 16991 13 0 0 25 0 1 0 189641823 88686592 20913 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 21652 20913 206 16 0 21092 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 86608

[startup+180.105 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21441
/proc/meminfo: memFree=1161176/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=86608 CPUtime=180.04
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 20942 0 0 0 17991 13 0 0 25 0 1 0 189641823 88686592 20914 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520059 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 21652 20914 206 16 0 21092 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 86608

[startup+190.112 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21441
/proc/meminfo: memFree=1161176/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=86608 CPUtime=190.05
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 20943 0 0 0 18992 13 0 0 25 0 1 0 189641823 88686592 20915 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528346 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 21652 20915 206 16 0 21092 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 86608

[startup+200.118 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21441
/proc/meminfo: memFree=1161176/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=86608 CPUtime=200.05
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 20943 0 0 0 19992 13 0 0 25 0 1 0 189641823 88686592 20915 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 21652 20915 206 16 0 21092 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 86608

[startup+210.124 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21441
/proc/meminfo: memFree=1159832/2055892 swapFree=4085344/4096564

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

/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 178127 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527762 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (Kb) 205484

[startup+1783.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1782.6
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 178228 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559548 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1782.6
Current children cumulated vsize (Kb) 205484

[startup+1784.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1783.6
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 178328 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1783.6
Current children cumulated vsize (Kb) 205484

[startup+1785.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1784.61
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 178429 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1784.61
Current children cumulated vsize (Kb) 205484

[startup+1786.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1785.61
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 178529 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1785.61
Current children cumulated vsize (Kb) 205484

[startup+1787.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1786.62
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 178630 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556334 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1786.62
Current children cumulated vsize (Kb) 205484

[startup+1788.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1787.62
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 178730 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1787.62
Current children cumulated vsize (Kb) 205484

[startup+1789.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1788.62
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 178830 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519114 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1788.62
Current children cumulated vsize (Kb) 205484

[startup+1790.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1789.63
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 178931 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134557772 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1789.63
Current children cumulated vsize (Kb) 205484

[startup+1791.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1790.63
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 179031 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519095 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1790.63
Current children cumulated vsize (Kb) 205484

[startup+1792.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1791.64
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 179132 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527748 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1791.64
Current children cumulated vsize (Kb) 205484

[startup+1793.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1792.64
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 179232 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556336 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1792.64
Current children cumulated vsize (Kb) 205484

[startup+1794.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1793.65
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 179333 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1793.65
Current children cumulated vsize (Kb) 205484

[startup+1795.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1794.65
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 179433 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520350 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (Kb) 205484

[startup+1796.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1795.66
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 179534 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520215 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1795.66
Current children cumulated vsize (Kb) 205484

[startup+1797.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1796.66
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 179634 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1796.66
Current children cumulated vsize (Kb) 205484

[startup+1798.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1797.66
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 179734 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1797.66
Current children cumulated vsize (Kb) 205484

[startup+1799.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1798.67
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 179835 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (Kb) 205484

[startup+1800.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1799.67
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 179935 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1799.67
Current children cumulated vsize (Kb) 205484

[startup+1801.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1800.68
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 180036 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (Kb) 205484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 21443
/proc/meminfo: memFree=1042200/2055892 swapFree=4085344/4096564
[pid=21441] ppid=21439 vsize=205484 CPUtime=1800.68
/proc/21441/stat : 21441 (Pueblo) R 21439 21441 21396 0 -1 4194304 50675 0 0 0 180036 32 0 0 25 0 1 0 189641823 210415616 50525 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556417 0 0 4096 0 0 0 0 17 1 0 0
/proc/21441/statm: 51371 50525 206 16 0 50811 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (Kb) 205484

Sending SIGTERM to -21441
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.21
CPU time (s): 1800.73
CPU user time (s): 1800.37
CPU system time (s): 0.358945
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (Kb): 206088
The end

Launcher Data (download as text)

Begin job on node81 on Fri Jun  2 09:20:24 UTC 2006


FILE ID= 36286-1149240024

PBS_JOBID= 297324

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

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  b2fe1642a1ae97e0b20cfe37f07bcc49

RANDOM SEED= 92362132


/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.248
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	: 6006.19
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.248
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1244136 kB
Buffers:         44048 kB
Cached:         689328 kB
SwapCached:       2656 kB
Active:         169364 kB
Inactive:       572900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1244136 kB
SwapTotal:     4096564 kB
SwapFree:      4085344 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          16508 kB
Slab:            56132 kB
Committed_AS:   238708 kB
PageTables:       1288 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node81 on Fri Jun  2 09:50:25 UTC 2006