Trace number 37560

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
Pueblo 1.3? (TO) 1800.73 1801.43

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-bg512142.opb
MD5SUM6816c7581e307ff85cc3550c4b71269a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16800
Total number of constraints945
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints934
Minimum length of a constraint1
Maximum length of a constraint183
Number of terms in the objective function 9600
Biggest coefficient in the objective function 3638
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 533064
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262141
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 533064
Number of bits of the biggest sum of numbers20
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
0.41	c starting to Solve
0.41	c #variables read: 16800 - #constraints read: 1176

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/node38/watcher-37560-1149263872 -o ROOT/results/node38/solver-37560-1149263872 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node38/37560-1149263872/instance-37560-1149263872.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.97 0.99 0.97 2/64 5718
/proc/meminfo: memFree=1664040/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=2280 CPUtime=0
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 192053466 2334720 135 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4160436212 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 570 146 124 16 0 11 0

[startup+10.0018 s]
/proc/loadavg: 0.97 0.99 0.97 2/64 5718
/proc/meminfo: memFree=1654056/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=13632 CPUtime=9.99
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 2737 0 0 0 998 1 0 0 25 0 1 0 192053466 13959168 2708 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527839 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 3408 2708 206 16 0 2849 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 13632

[startup+20.0087 s]
/proc/loadavg: 0.98 0.99 0.97 2/64 5718
/proc/meminfo: memFree=1653872/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=13888 CPUtime=19.99
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 2803 0 0 0 1998 1 0 0 25 0 1 0 192053466 14221312 2774 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527740 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 3472 2774 206 16 0 2913 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 13888

[startup+30.0157 s]
/proc/loadavg: 0.98 0.99 0.97 2/64 5718
/proc/meminfo: memFree=1652208/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=15696 CPUtime=30
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 3228 0 0 0 2999 1 0 0 25 0 1 0 192053466 16072704 3199 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 3924 3199 206 16 0 3365 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 15696

[startup+40.0226 s]
/proc/loadavg: 0.98 0.99 0.97 2/64 5718
/proc/meminfo: memFree=1651440/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=16612 CPUtime=40
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 3446 0 0 0 3998 2 0 0 25 0 1 0 192053466 17010688 3417 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 4153 3417 206 16 0 3594 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 16612

[startup+50.0296 s]
/proc/loadavg: 0.98 0.99 0.97 2/64 5718
/proc/meminfo: memFree=1650736/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=17260 CPUtime=50.01
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 3617 0 0 0 4999 2 0 0 25 0 1 0 192053466 17674240 3588 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 4315 3588 206 16 0 3756 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 17260

[startup+60.0365 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5718
/proc/meminfo: memFree=1650736/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=17260 CPUtime=60.08
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 3617 0 0 0 6006 2 0 0 25 0 1 0 192053466 17674240 3588 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 4315 3588 206 16 0 3756 0
Current children cumulated CPU time (s) 60.08
Current children cumulated vsize (Kb) 17260

[startup+70.1175 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5718
/proc/meminfo: memFree=1648880/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=19080 CPUtime=70.09
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 4075 0 0 0 7007 2 0 0 25 0 1 0 192053466 19537920 4046 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517906 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 4770 4046 206 16 0 4211 0
Current children cumulated CPU time (s) 70.09
Current children cumulated vsize (Kb) 19080

[startup+80.1244 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5718
/proc/meminfo: memFree=1648752/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=19340 CPUtime=80.09
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 4114 0 0 0 8007 2 0 0 25 0 1 0 192053466 19804160 4085 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527748 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 4835 4085 206 16 0 4276 0
Current children cumulated CPU time (s) 80.09
Current children cumulated vsize (Kb) 19340

[startup+90.1304 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5718
/proc/meminfo: memFree=1648752/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=19340 CPUtime=90.09
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 4114 0 0 0 9007 2 0 0 25 0 1 0 192053466 19804160 4085 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528314 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 4835 4085 206 16 0 4276 0
Current children cumulated CPU time (s) 90.09
Current children cumulated vsize (Kb) 19340

[startup+100.136 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5718
/proc/meminfo: memFree=1648752/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=19340 CPUtime=100.09
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 4114 0 0 0 10007 2 0 0 25 0 1 0 192053466 19804160 4085 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527947 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 4835 4085 206 16 0 4276 0
Current children cumulated CPU time (s) 100.09
Current children cumulated vsize (Kb) 19340

[startup+110.143 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5718
/proc/meminfo: memFree=1646960/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=21020 CPUtime=110.1
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 4549 0 0 0 11008 2 0 0 25 0 1 0 192053466 21524480 4520 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 5255 4520 206 16 0 4696 0
Current children cumulated CPU time (s) 110.1
Current children cumulated vsize (Kb) 21020

[startup+120.15 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5718
/proc/meminfo: memFree=1646704/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=21204 CPUtime=120.1
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 4618 0 0 0 12008 2 0 0 25 0 1 0 192053466 21712896 4576 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 5301 4576 206 16 0 4742 0
Current children cumulated CPU time (s) 120.1
Current children cumulated vsize (Kb) 21204

[startup+130.156 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5718
/proc/meminfo: memFree=1646768/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=21332 CPUtime=130.1
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 4626 0 0 0 13008 2 0 0 25 0 1 0 192053466 21843968 4584 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527989 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 5333 4584 206 16 0 4774 0
Current children cumulated CPU time (s) 130.1
Current children cumulated vsize (Kb) 21332

[startup+140.162 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5718
/proc/meminfo: memFree=1643440/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=24384 CPUtime=140.11
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 5479 0 0 0 14008 3 0 0 25 0 1 0 192053466 24969216 5370 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528290 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 6096 5370 206 16 0 5537 0
Current children cumulated CPU time (s) 140.11
Current children cumulated vsize (Kb) 24384

[startup+150.168 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5718
/proc/meminfo: memFree=1643632/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=24172 CPUtime=150.11
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 5479 0 0 0 15008 3 0 0 25 0 1 0 192053466 24752128 5317 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527956 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 6043 5317 206 16 0 5484 0
Current children cumulated CPU time (s) 150.11
Current children cumulated vsize (Kb) 24172

[startup+160.174 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5718
/proc/meminfo: memFree=1643632/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=24172 CPUtime=160.11
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 5479 0 0 0 16008 3 0 0 25 0 1 0 192053466 24752128 5317 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528048 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 6043 5317 206 16 0 5484 0
Current children cumulated CPU time (s) 160.11
Current children cumulated vsize (Kb) 24172

[startup+170.18 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5718
/proc/meminfo: memFree=1643504/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=24576 CPUtime=170.12
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 5562 0 0 0 17009 3 0 0 25 0 1 0 192053466 25165824 5400 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 6144 5400 206 16 0 5585 0
Current children cumulated CPU time (s) 170.12
Current children cumulated vsize (Kb) 24576

[startup+180.186 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5718
/proc/meminfo: memFree=1643056/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=25096 CPUtime=180.11
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 5676 0 0 0 18008 3 0 0 25 0 1 0 192053466 25698304 5514 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528328 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 6274 5514 206 16 0 5715 0
Current children cumulated CPU time (s) 180.11
Current children cumulated vsize (Kb) 25096

[startup+190.192 s]
/proc/loadavg: 0.99 0.99 0.97 2/70 5773
/proc/meminfo: memFree=1641792/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=25096 CPUtime=190.11
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 5676 0 0 0 19008 3 0 0 25 0 1 0 192053466 25698304 5514 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527740 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 6274 5514 206 16 0 5715 0
Current children cumulated CPU time (s) 190.11
Current children cumulated vsize (Kb) 25096

[startup+200.199 s]
/proc/loadavg: 0.99 0.99 0.97 2/70 5831
/proc/meminfo: memFree=1641088/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=25652 CPUtime=200.1
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 5810 0 0 0 20003 7 0 0 25 0 1 0 192053466 26267648 5648 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 9037314 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 6413 5648 206 16 0 5854 0
Current children cumulated CPU time (s) 200.1
Current children cumulated vsize (Kb) 25652

[startup+210.206 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1642000/2055920 swapFree=4181196/4192956

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

/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16031 0 0 0 178147 15 0 0 25 0 1 0 192053466 67158016 15395 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16396 15395 206 16 0 15837 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (Kb) 65584

[startup+1783.31 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602928/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=65584 CPUtime=1782.62
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16031 0 0 0 178247 15 0 0 25 0 1 0 192053466 67158016 15395 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528220 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16396 15395 206 16 0 15837 0
Current children cumulated CPU time (s) 1782.62
Current children cumulated vsize (Kb) 65584

[startup+1784.32 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602928/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=65584 CPUtime=1783.63
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16031 0 0 0 178348 15 0 0 25 0 1 0 192053466 67158016 15395 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528319 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16396 15395 206 16 0 15837 0
Current children cumulated CPU time (s) 1783.63
Current children cumulated vsize (Kb) 65584

[startup+1785.32 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602928/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=65584 CPUtime=1784.63
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16031 0 0 0 178448 15 0 0 25 0 1 0 192053466 67158016 15395 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528314 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16396 15395 206 16 0 15837 0
Current children cumulated CPU time (s) 1784.63
Current children cumulated vsize (Kb) 65584

[startup+1786.33 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602928/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=65584 CPUtime=1785.64
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16031 0 0 0 178549 15 0 0 25 0 1 0 192053466 67158016 15395 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16396 15395 206 16 0 15837 0
Current children cumulated CPU time (s) 1785.64
Current children cumulated vsize (Kb) 65584

[startup+1787.34 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602928/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=65584 CPUtime=1786.64
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16031 0 0 0 178649 15 0 0 25 0 1 0 192053466 67158016 15395 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527824 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16396 15395 206 16 0 15837 0
Current children cumulated CPU time (s) 1786.64
Current children cumulated vsize (Kb) 65584

[startup+1788.34 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602928/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=65584 CPUtime=1787.65
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16031 0 0 0 178750 15 0 0 25 0 1 0 192053466 67158016 15395 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527839 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16396 15395 206 16 0 15837 0
Current children cumulated CPU time (s) 1787.65
Current children cumulated vsize (Kb) 65584

[startup+1789.34 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602928/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=65584 CPUtime=1788.65
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16031 0 0 0 178850 15 0 0 25 0 1 0 192053466 67158016 15395 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528559 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16396 15395 206 16 0 15837 0
Current children cumulated CPU time (s) 1788.65
Current children cumulated vsize (Kb) 65584

[startup+1790.35 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602928/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=65584 CPUtime=1789.65
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16031 0 0 0 178950 15 0 0 25 0 1 0 192053466 67158016 15395 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527978 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16396 15395 206 16 0 15837 0
Current children cumulated CPU time (s) 1789.65
Current children cumulated vsize (Kb) 65584

[startup+1791.35 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602928/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=65584 CPUtime=1790.66
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16031 0 0 0 179051 15 0 0 25 0 1 0 192053466 67158016 15395 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520067 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16396 15395 206 16 0 15837 0
Current children cumulated CPU time (s) 1790.66
Current children cumulated vsize (Kb) 65584

[startup+1792.36 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602800/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=65980 CPUtime=1791.66
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16102 0 0 0 179151 15 0 0 25 0 1 0 192053466 67563520 15466 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 9041531 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16495 15466 206 16 0 15936 0
Current children cumulated CPU time (s) 1791.66
Current children cumulated vsize (Kb) 65980

[startup+1793.36 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602224/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=66500 CPUtime=1792.67
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16248 0 0 0 179252 15 0 0 25 0 1 0 192053466 68096000 15612 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16625 15612 206 16 0 16066 0
Current children cumulated CPU time (s) 1792.67
Current children cumulated vsize (Kb) 66500

[startup+1794.37 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602096/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=66628 CPUtime=1793.67
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16283 0 0 0 179352 15 0 0 25 0 1 0 192053466 68227072 15647 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16657 15647 206 16 0 16098 0
Current children cumulated CPU time (s) 1793.67
Current children cumulated vsize (Kb) 66628

[startup+1795.37 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602096/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=66628 CPUtime=1794.68
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16283 0 0 0 179453 15 0 0 25 0 1 0 192053466 68227072 15647 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527748 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16657 15647 206 16 0 16098 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (Kb) 66628

[startup+1796.38 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602096/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=66628 CPUtime=1795.68
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16283 0 0 0 179553 15 0 0 25 0 1 0 192053466 68227072 15647 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528023 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16657 15647 206 16 0 16098 0
Current children cumulated CPU time (s) 1795.68
Current children cumulated vsize (Kb) 66628

[startup+1797.38 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602096/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=66628 CPUtime=1796.69
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16283 0 0 0 179654 15 0 0 25 0 1 0 192053466 68227072 15647 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527753 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16657 15647 206 16 0 16098 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (Kb) 66628

[startup+1798.39 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602096/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=66628 CPUtime=1797.69
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16283 0 0 0 179754 15 0 0 25 0 1 0 192053466 68227072 15647 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527759 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16657 15647 206 16 0 16098 0
Current children cumulated CPU time (s) 1797.69
Current children cumulated vsize (Kb) 66628

[startup+1799.39 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602096/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=66628 CPUtime=1798.7
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16283 0 0 0 179855 15 0 0 25 0 1 0 192053466 68227072 15647 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527956 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16657 15647 206 16 0 16098 0
Current children cumulated CPU time (s) 1798.7
Current children cumulated vsize (Kb) 66628

[startup+1800.4 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602096/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=66628 CPUtime=1799.7
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16283 0 0 0 179955 15 0 0 25 0 1 0 192053466 68227072 15647 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527762 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16657 15647 206 16 0 16098 0
Current children cumulated CPU time (s) 1799.7
Current children cumulated vsize (Kb) 66628

[startup+1801.4 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602096/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=66628 CPUtime=1800.71
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16283 0 0 0 180056 15 0 0 25 0 1 0 192053466 68227072 15647 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16657 15647 206 16 0 16098 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (Kb) 66628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.41 s]
/proc/loadavg: 0.99 0.99 0.97 2/64 5913
/proc/meminfo: memFree=1602096/2055920 swapFree=4181196/4192956
[pid=5718] ppid=5716 vsize=66628 CPUtime=1800.71
/proc/5718/stat : 5718 (Pueblo13) R 5716 5718 5672 0 -1 4194304 16283 0 0 0 180056 15 0 0 25 0 1 0 192053466 68227072 15647 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528314 0 0 4096 0 0 0 0 17 1 0 0
/proc/5718/statm: 16657 15647 206 16 0 16098 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (Kb) 66628

Sending SIGTERM to -5718
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.43
CPU time (s): 1800.73
CPU user time (s): 1800.57
CPU system time (s): 0.167974
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (Kb): 66628
The end

Launcher Data (download as text)

Begin job on node38 on Fri Jun  2 15:57:52 UTC 2006


FILE ID= 37560-1149263872

PBS_JOBID= 298797

BENCH NAME= ROOT/tmp/node38/37560-1149263872/instance-37560-1149263872.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node38/37560-1149263872/instance-37560-1149263872.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-37560-1149263872 -o ROOT/results/node38/solver-37560-1149263872 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node38/37560-1149263872/instance-37560-1149263872.opb

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  6816c7581e307ff85cc3550c4b71269a

RANDOM SEED= 427425588


/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.267
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.267
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:       1664248 kB
Buffers:         23456 kB
Cached:         298004 kB
SwapCached:       3512 kB
Active:          41208 kB
Inactive:       289044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1664248 kB
SwapTotal:     4192956 kB
SwapFree:      4181196 kB
Dirty:             208 kB
Writeback:           0 kB
Mapped:          14904 kB
Slab:            47404 kB
Committed_AS:   261624 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node38 on Fri Jun  2 16:27:53 UTC 2006