Trace number 36273

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.67 1801.23

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-full.all.ucl.opb
MD5SUM14c93c93dc53353f81a889ada18ba601
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 benchmark1167.75
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables81558
Total number of constraints240469
Number of constraints which are clauses235865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4604
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 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
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
45.35	c starting to Solve
45.35	c #variables read: 81558 - #constraints read: 240468

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 3/64 27187
/proc/meminfo: memFree=1351624/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=2328 CPUtime=0
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 148 0 0 0 0 0 0 0 18 0 1 0 189462489 2383872 129 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 6818680 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 582 129 110 16 0 11 0

[startup+10.0023 s]
/proc/loadavg: 0.93 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1305160/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=53340 CPUtime=10
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 500949 0 0 0 860 140 0 0 25 0 1 0 189462489 54620160 11834 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 13335 11843 204 16 0 12776 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (Kb) 53340

[startup+20.0093 s]
/proc/loadavg: 0.94 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1305288/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=53340 CPUtime=20
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2593012 0 0 0 1281 719 0 0 25 0 1 0 189462489 54620160 11817 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 13335 11827 204 16 0 12776 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 53340

[startup+30.0153 s]
/proc/loadavg: 0.95 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1302600/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=56684 CPUtime=30
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2634148 0 0 0 2270 730 0 0 25 0 1 0 189462489 58044416 12553 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532440 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 14171 12553 204 16 0 13612 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 56684

[startup+40.0213 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1296200/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=62756 CPUtime=40.01
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2635741 0 0 0 3270 731 0 0 25 0 1 0 189462489 64262144 14146 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532442 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 15689 14146 204 16 0 15130 0
Current children cumulated CPU time (s) 40.01
Current children cumulated vsize (Kb) 62756

[startup+50.0274 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1289992/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=69040 CPUtime=50.01
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2637297 0 0 0 4270 731 0 0 25 0 1 0 189462489 70696960 15702 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 17260 15702 206 16 0 16701 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 69040

[startup+60.0334 s]
/proc/loadavg: 0.97 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1289992/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=69040 CPUtime=60.01
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2637306 0 0 0 5270 731 0 0 25 0 1 0 189462489 70696960 15711 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519973 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 17260 15711 206 16 0 16701 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 69040

[startup+70.0404 s]
/proc/loadavg: 0.97 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1289992/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=69040 CPUtime=70.01
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2637306 0 0 0 6270 731 0 0 25 0 1 0 189462489 70696960 15711 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559528 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 17260 15711 206 16 0 16701 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 69040

[startup+80.0464 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1289992/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=69040 CPUtime=80.02
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2637306 0 0 0 7271 731 0 0 25 0 1 0 189462489 70696960 15711 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559528 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 17260 15711 206 16 0 16701 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 69040

[startup+90.0524 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1289736/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=69424 CPUtime=90.02
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2637371 0 0 0 8271 731 0 0 25 0 1 0 189462489 71090176 15744 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 17356 15744 206 16 0 16797 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 69424

[startup+100.058 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1289736/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=69424 CPUtime=100.02
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2637371 0 0 0 9271 731 0 0 25 0 1 0 189462489 71090176 15744 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527547 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 17356 15744 206 16 0 16797 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 69424

[startup+110.064 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1289736/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=69424 CPUtime=110.03
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2637371 0 0 0 10272 731 0 0 25 0 1 0 189462489 71090176 15744 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559503 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 17356 15744 206 16 0 16797 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 69424

[startup+120.07 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1289736/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=69424 CPUtime=120.03
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2637371 0 0 0 11272 731 0 0 25 0 1 0 189462489 71090176 15744 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134557729 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 17356 15744 206 16 0 16797 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 69424

[startup+130.076 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1289736/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=69424 CPUtime=130.03
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2637371 0 0 0 12272 731 0 0 25 0 1 0 189462489 71090176 15744 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134533487 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 17356 15744 206 16 0 16797 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 69424

[startup+140.083 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1289736/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=69424 CPUtime=140.03
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2637371 0 0 0 13272 731 0 0 25 0 1 0 189462489 71090176 15744 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 17356 15744 206 16 0 16797 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 69424

[startup+150.089 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1289800/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=69424 CPUtime=150.04
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2637371 0 0 0 14273 731 0 0 25 0 1 0 189462489 71090176 15744 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 17356 15744 206 16 0 16797 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 69424

[startup+160.095 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1289800/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=69424 CPUtime=160.04
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2637371 0 0 0 15273 731 0 0 25 0 1 0 189462489 71090176 15744 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 17356 15744 206 16 0 16797 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 69424

[startup+170.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1289800/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=69424 CPUtime=170.04
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2637371 0 0 0 16273 731 0 0 25 0 1 0 189462489 71090176 15744 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134558763 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 17356 15744 206 16 0 16797 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 69424

[startup+180.107 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1289672/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=69680 CPUtime=180.05
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2637405 0 0 0 17274 731 0 0 25 0 1 0 189462489 71352320 15778 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559528 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 17420 15778 206 16 0 16861 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 69680

[startup+190.113 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1289672/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=69680 CPUtime=190.05
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2637408 0 0 0 18274 731 0 0 25 0 1 0 189462489 71352320 15781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559161 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 17420 15781 206 16 0 16861 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 69680

[startup+200.119 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1289672/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=69680 CPUtime=200.05
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2637410 0 0 0 19274 731 0 0 25 0 1 0 189462489 71352320 15783 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134558823 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 17420 15783 206 16 0 16861 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 69680

[startup+210.125 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27187
/proc/meminfo: memFree=1289672/2055920 swapFree=4181444/4192956

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

/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2701270 0 0 0 177356 795 0 0 25 0 1 0 189462489 335663104 79643 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 81949 79643 206 16 0 81390 0
Current children cumulated CPU time (s) 1781.51
Current children cumulated vsize (Kb) 327796

[startup+1783.08 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1032904/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=328064 CPUtime=1782.52
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2701336 0 0 0 177457 795 0 0 25 0 1 0 189462489 335937536 79709 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82016 79709 206 16 0 81457 0
Current children cumulated CPU time (s) 1782.52
Current children cumulated vsize (Kb) 328064

[startup+1784.08 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1032520/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=328456 CPUtime=1783.52
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2701438 0 0 0 177557 795 0 0 25 0 1 0 189462489 336338944 79811 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519890 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82114 79811 206 16 0 81555 0
Current children cumulated CPU time (s) 1783.52
Current children cumulated vsize (Kb) 328456

[startup+1785.09 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1032328/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=328588 CPUtime=1784.52
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2701485 0 0 0 177657 795 0 0 25 0 1 0 189462489 336474112 79858 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82147 79858 206 16 0 81588 0
Current children cumulated CPU time (s) 1784.52
Current children cumulated vsize (Kb) 328588

[startup+1786.09 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1032264/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=328588 CPUtime=1785.53
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2701491 0 0 0 177758 795 0 0 25 0 1 0 189462489 336474112 79864 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520015 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82147 79864 206 16 0 81588 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (Kb) 328588

[startup+1787.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1032264/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=328764 CPUtime=1786.53
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2701504 0 0 0 177858 795 0 0 25 0 1 0 189462489 336654336 79877 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519884 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82191 79877 206 16 0 81632 0
Current children cumulated CPU time (s) 1786.53
Current children cumulated vsize (Kb) 328764

[startup+1788.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1032008/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=328896 CPUtime=1787.54
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2701560 0 0 0 177959 795 0 0 25 0 1 0 189462489 336789504 79933 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559161 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82224 79933 206 16 0 81665 0
Current children cumulated CPU time (s) 1787.54
Current children cumulated vsize (Kb) 328896

[startup+1789.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1031752/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=329160 CPUtime=1788.54
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2701619 0 0 0 178059 795 0 0 25 0 1 0 189462489 337059840 79992 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82290 79992 206 16 0 81731 0
Current children cumulated CPU time (s) 1788.54
Current children cumulated vsize (Kb) 329160

[startup+1790.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1031496/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=329416 CPUtime=1789.55
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2701692 0 0 0 178160 795 0 0 25 0 1 0 189462489 337321984 80065 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134558609 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82354 80065 206 16 0 81795 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (Kb) 329416

[startup+1791.12 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1031112/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=329784 CPUtime=1790.55
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2701789 0 0 0 178260 795 0 0 25 0 1 0 189462489 337698816 80162 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134562080 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82446 80162 206 16 0 81887 0
Current children cumulated CPU time (s) 1790.55
Current children cumulated vsize (Kb) 329784

[startup+1792.12 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1030856/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=330040 CPUtime=1791.56
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2701848 0 0 0 178361 795 0 0 25 0 1 0 189462489 337960960 80221 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520059 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82510 80221 206 16 0 81951 0
Current children cumulated CPU time (s) 1791.56
Current children cumulated vsize (Kb) 330040

[startup+1793.13 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1030856/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=330040 CPUtime=1792.56
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2701849 0 0 0 178461 795 0 0 25 0 1 0 189462489 337960960 80222 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82510 80222 206 16 0 81951 0
Current children cumulated CPU time (s) 1792.56
Current children cumulated vsize (Kb) 330040

[startup+1794.13 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1030792/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=330040 CPUtime=1793.57
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2701860 0 0 0 178562 795 0 0 25 0 1 0 189462489 337960960 80233 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559578 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82510 80233 206 16 0 81951 0
Current children cumulated CPU time (s) 1793.57
Current children cumulated vsize (Kb) 330040

[startup+1795.14 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1030536/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=330320 CPUtime=1794.57
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2701926 0 0 0 178662 795 0 0 25 0 1 0 189462489 338247680 80299 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559348 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82580 80299 206 16 0 82021 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (Kb) 330320

[startup+1796.14 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1030408/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=330452 CPUtime=1795.58
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2701953 0 0 0 178763 795 0 0 25 0 1 0 189462489 338382848 80326 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82613 80326 206 16 0 82054 0
Current children cumulated CPU time (s) 1795.58
Current children cumulated vsize (Kb) 330452

[startup+1797.15 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1030088/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=330820 CPUtime=1796.58
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2702046 0 0 0 178863 795 0 0 25 0 1 0 189462489 338759680 80419 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82705 80419 206 16 0 82146 0
Current children cumulated CPU time (s) 1796.58
Current children cumulated vsize (Kb) 330820

[startup+1798.15 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1029832/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=331084 CPUtime=1797.58
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2702101 0 0 0 178963 795 0 0 25 0 1 0 189462489 339030016 80474 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82771 80474 206 16 0 82212 0
Current children cumulated CPU time (s) 1797.58
Current children cumulated vsize (Kb) 331084

[startup+1799.16 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1029768/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=331084 CPUtime=1798.59
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2702119 0 0 0 179064 795 0 0 25 0 1 0 189462489 339030016 80492 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82771 80492 206 16 0 82212 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (Kb) 331084

[startup+1800.16 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1029768/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=331084 CPUtime=1799.59
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2702120 0 0 0 179164 795 0 0 25 0 1 0 189462489 339030016 80493 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134558679 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82771 80493 206 16 0 82212 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (Kb) 331084

[startup+1801.17 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1029576/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=331220 CPUtime=1800.6
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2702160 0 0 0 179265 795 0 0 25 0 1 0 189462489 339169280 80533 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82805 80533 206 16 0 82246 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (Kb) 331220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.17 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27382
/proc/meminfo: memFree=1029576/2055920 swapFree=4181444/4192956
[pid=27187] ppid=27185 vsize=331220 CPUtime=1800.6
/proc/27187/stat : 27187 (Pueblo) R 27185 27187 27142 0 -1 4194304 2702160 0 0 0 179265 795 0 0 25 0 1 0 189462489 339169280 80533 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/27187/statm: 82805 80533 206 16 0 82246 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (Kb) 331220

Sending SIGTERM to -27187
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.23
CPU time (s): 1800.67
CPU user time (s): 1792.66
CPU system time (s): 8.01378
CPU usage (%): 99.969
Max. virtual memory (cumulated for all children) (Kb): 331220
The end

Launcher Data (download as text)

Begin job on node55 on Fri Jun  2 08:45:49 UTC 2006


FILE ID= 36273-1149237949

PBS_JOBID= 297155

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

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  14c93c93dc53353f81a889ada18ba601

RANDOM SEED= 976607123


/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.243
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.243
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:       1351832 kB
Buffers:         20920 kB
Cached:         609448 kB
SwapCached:       3460 kB
Active:          41600 kB
Inactive:       597756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1351832 kB
SwapTotal:     4192956 kB
SwapFree:      4181444 kB
Dirty:             204 kB
Writeback:           0 kB
Mapped:          14932 kB
Slab:            50756 kB
Committed_AS:   220660 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node55 on Fri Jun  2 09:15:50 UTC 2006