Trace number 36073

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.4UNSAT 588.393 588.587

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900567985.opb
MD5SUMfb1b2fb5676286fc8681e7e6d0d2728f
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 benchmark424.074
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 669
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00	c Pueblo version 1.4 (September 2005)
0.00	c Developed @ University of Michigan, Ann Arbor, MI
0.00	c  by Hossein Sheini
0.03	c starting to Solve
0.03	c #variables read: 231 - #constraints read: 2707
588.58	c total time              : 588.47 s
588.58	s UNSATISFIABLE

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1433320/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=2288 CPUtime=0
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 221 0 0 0 0 0 0 0 18 0 1 0 187085272 2342912 192 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 10784400 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 572 192 169 16 0 13 0

[startup+10.0024 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1431144/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=4488 CPUtime=9.99
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 769 0 0 0 999 0 0 0 25 0 1 0 187085272 4595712 740 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528346 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1122 740 205 16 0 563 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4488

[startup+20.0081 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1430888/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=4848 CPUtime=19.99
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 847 0 0 0 1999 0 0 0 25 0 1 0 187085272 4964352 818 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520000 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1212 818 205 16 0 653 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4848

[startup+30.0138 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1430632/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=5128 CPUtime=30
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 918 0 0 0 3000 0 0 0 25 0 1 0 187085272 5251072 889 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527839 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1282 889 205 16 0 723 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 5128

[startup+40.0196 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1430504/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=5216 CPUtime=40
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 946 0 0 0 4000 0 0 0 25 0 1 0 187085272 5341184 917 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1304 917 205 16 0 745 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5216

[startup+50.0253 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1430184/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=5568 CPUtime=50
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1038 0 0 0 5000 0 0 0 25 0 1 0 187085272 5701632 1009 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527836 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1392 1009 205 16 0 833 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5568

[startup+60.031 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1430184/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=5568 CPUtime=60
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1038 0 0 0 6000 0 0 0 25 0 1 0 187085272 5701632 1009 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134516822 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1392 1009 205 16 0 833 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 5568

[startup+70.0367 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1429928/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=5832 CPUtime=70
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1100 0 0 0 7000 0 0 0 25 0 1 0 187085272 5971968 1071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528063 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1458 1071 205 16 0 899 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 5832

[startup+80.0424 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1429864/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=5900 CPUtime=80
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1118 0 0 0 8000 0 0 0 25 0 1 0 187085272 6041600 1089 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527547 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1475 1089 205 16 0 916 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 5900

[startup+90.0482 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1429864/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=5900 CPUtime=90.01
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1118 0 0 0 9001 0 0 0 25 0 1 0 187085272 6041600 1089 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532854 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1475 1089 205 16 0 916 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 5900

[startup+100.054 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1429864/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=5900 CPUtime=100.02
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1130 0 0 0 10001 1 0 0 25 0 1 0 187085272 6041600 1101 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134557527 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1475 1101 205 16 0 916 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 5900

[startup+110.06 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1429544/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=6224 CPUtime=110.02
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1210 0 0 0 11001 1 0 0 25 0 1 0 187085272 6373376 1181 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134516839 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1556 1181 205 16 0 997 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 6224

[startup+120.065 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1429480/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=6332 CPUtime=120.02
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1215 0 0 0 12001 1 0 0 25 0 1 0 187085272 6483968 1186 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527184 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1583 1186 205 16 0 1024 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 6332

[startup+130.071 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1429480/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=6332 CPUtime=130.02
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1215 0 0 0 13001 1 0 0 25 0 1 0 187085272 6483968 1186 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528033 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1583 1186 205 16 0 1024 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 6332

[startup+140.077 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1429480/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=6332 CPUtime=140.03
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1215 0 0 0 14002 1 0 0 25 0 1 0 187085272 6483968 1186 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134533511 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1583 1186 205 16 0 1024 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 6332

[startup+150.083 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1429352/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=6376 CPUtime=150.03
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1241 0 0 0 15002 1 0 0 25 0 1 0 187085272 6529024 1212 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519914 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1594 1212 205 16 0 1035 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 6376

[startup+160.088 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1429352/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=6352 CPUtime=160.03
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1241 0 0 0 16002 1 0 0 25 0 1 0 187085272 6504448 1212 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134557772 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1588 1212 205 16 0 1029 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 6352

[startup+170.094 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1429224/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=6580 CPUtime=170.03
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1291 0 0 0 17002 1 0 0 25 0 1 0 187085272 6737920 1262 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528066 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1645 1262 205 16 0 1086 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 6580

[startup+180.101 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1429032/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=6844 CPUtime=180.04
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1342 0 0 0 18003 1 0 0 25 0 1 0 187085272 7008256 1313 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1711 1313 205 16 0 1152 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 6844

[startup+190.106 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1428904/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=6844 CPUtime=190.04
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1361 0 0 0 19003 1 0 0 25 0 1 0 187085272 7008256 1332 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527998 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1711 1332 205 16 0 1152 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 6844

[startup+200.112 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1428904/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=6844 CPUtime=200.04
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1361 0 0 0 20003 1 0 0 25 0 1 0 187085272 7008256 1332 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517913 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1711 1332 205 16 0 1152 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 6844

[startup+210.118 s]
/proc/loadavg: 1.00 1.00 0.93 2/64 7292
/proc/meminfo: memFree=1428904/2055920 swapFree=4182324/4192956

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

/proc/7292/statm: 1809 1436 205 16 0 1250 0
Current children cumulated CPU time (s) 370.08
Current children cumulated vsize (Kb) 7236

[startup+380.216 s]
/proc/loadavg: 1.03 1.01 0.94 2/64 7292
/proc/meminfo: memFree=1428456/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7236 CPUtime=380.09
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1466 0 0 0 38008 1 0 0 25 0 1 0 187085272 7409664 1437 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556388 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1809 1437 205 16 0 1250 0
Current children cumulated CPU time (s) 380.09
Current children cumulated vsize (Kb) 7236

[startup+390.222 s]
/proc/loadavg: 1.03 1.01 0.94 2/64 7292
/proc/meminfo: memFree=1428456/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7328 CPUtime=390.09
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1470 0 0 0 39008 1 0 0 25 0 1 0 187085272 7503872 1441 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527839 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1832 1441 205 16 0 1273 0
Current children cumulated CPU time (s) 390.09
Current children cumulated vsize (Kb) 7328

[startup+400.228 s]
/proc/loadavg: 1.02 1.01 0.94 2/64 7292
/proc/meminfo: memFree=1428136/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7564 CPUtime=400.09
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1554 0 0 0 40008 1 0 0 25 0 1 0 187085272 7745536 1518 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134557412 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1891 1518 205 16 0 1332 0
Current children cumulated CPU time (s) 400.09
Current children cumulated vsize (Kb) 7564

[startup+410.233 s]
/proc/loadavg: 1.02 1.01 0.94 2/64 7292
/proc/meminfo: memFree=1428136/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7632 CPUtime=410.09
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1565 0 0 0 41008 1 0 0 25 0 1 0 187085272 7815168 1529 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134522739 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1908 1529 205 16 0 1349 0
Current children cumulated CPU time (s) 410.09
Current children cumulated vsize (Kb) 7632

[startup+420.239 s]
/proc/loadavg: 1.02 1.01 0.94 2/64 7292
/proc/meminfo: memFree=1428072/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7632 CPUtime=420.09
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1572 0 0 0 42008 1 0 0 25 0 1 0 187085272 7815168 1536 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1908 1536 205 16 0 1349 0
Current children cumulated CPU time (s) 420.09
Current children cumulated vsize (Kb) 7632

[startup+430.245 s]
/proc/loadavg: 1.01 1.01 0.94 2/64 7292
/proc/meminfo: memFree=1428008/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7724 CPUtime=430.1
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1579 0 0 0 43009 1 0 0 25 0 1 0 187085272 7909376 1543 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556344 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1931 1543 205 16 0 1372 0
Current children cumulated CPU time (s) 430.1
Current children cumulated vsize (Kb) 7724

[startup+440.25 s]
/proc/loadavg: 1.01 1.01 0.94 2/64 7292
/proc/meminfo: memFree=1427880/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7856 CPUtime=440.1
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1623 0 0 0 44009 1 0 0 25 0 1 0 187085272 8044544 1587 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527737 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1964 1587 205 16 0 1405 0
Current children cumulated CPU time (s) 440.1
Current children cumulated vsize (Kb) 7856

[startup+450.256 s]
/proc/loadavg: 1.01 1.00 0.94 2/64 7292
/proc/meminfo: memFree=1427816/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7860 CPUtime=450.1
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1631 0 0 0 45009 1 0 0 25 0 1 0 187085272 8048640 1576 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1965 1576 205 16 0 1406 0
Current children cumulated CPU time (s) 450.1
Current children cumulated vsize (Kb) 7860

[startup+460.262 s]
/proc/loadavg: 1.01 1.00 0.94 2/64 7292
/proc/meminfo: memFree=1427816/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7956 CPUtime=460.1
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1664 0 0 0 46009 1 0 0 25 0 1 0 187085272 8146944 1609 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556304 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1989 1609 205 16 0 1430 0
Current children cumulated CPU time (s) 460.1
Current children cumulated vsize (Kb) 7956

[startup+470.268 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 7292
/proc/meminfo: memFree=1427816/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7956 CPUtime=470.1
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1664 0 0 0 47009 1 0 0 25 0 1 0 187085272 8146944 1609 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527724 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1989 1609 205 16 0 1430 0
Current children cumulated CPU time (s) 470.1
Current children cumulated vsize (Kb) 7956

[startup+480.273 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 7292
/proc/meminfo: memFree=1427816/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7956 CPUtime=480.11
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1664 0 0 0 48010 1 0 0 25 0 1 0 187085272 8146944 1609 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528074 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1989 1609 205 16 0 1430 0
Current children cumulated CPU time (s) 480.11
Current children cumulated vsize (Kb) 7956

[startup+490.279 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 7292
/proc/meminfo: memFree=1427816/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7956 CPUtime=490.11
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1664 0 0 0 49010 1 0 0 25 0 1 0 187085272 8146944 1609 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559551 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1989 1609 205 16 0 1430 0
Current children cumulated CPU time (s) 490.11
Current children cumulated vsize (Kb) 7956

[startup+500.285 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 7292
/proc/meminfo: memFree=1427816/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7956 CPUtime=500.11
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1664 0 0 0 50010 1 0 0 25 0 1 0 187085272 8146944 1609 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527748 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1989 1609 205 16 0 1430 0
Current children cumulated CPU time (s) 500.11
Current children cumulated vsize (Kb) 7956

[startup+510.291 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 7292
/proc/meminfo: memFree=1427752/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7956 CPUtime=510.12
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1664 0 0 0 51011 1 0 0 25 0 1 0 187085272 8146944 1609 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528061 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1989 1609 205 16 0 1430 0
Current children cumulated CPU time (s) 510.12
Current children cumulated vsize (Kb) 7956

[startup+520.297 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 7292
/proc/meminfo: memFree=1427752/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7956 CPUtime=520.12
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1664 0 0 0 52011 1 0 0 25 0 1 0 187085272 8146944 1609 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559551 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1989 1609 205 16 0 1430 0
Current children cumulated CPU time (s) 520.12
Current children cumulated vsize (Kb) 7956

[startup+530.303 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 7292
/proc/meminfo: memFree=1427752/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7956 CPUtime=530.12
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1664 0 0 0 53011 1 0 0 25 0 1 0 187085272 8146944 1609 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528357 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1989 1609 205 16 0 1430 0
Current children cumulated CPU time (s) 530.12
Current children cumulated vsize (Kb) 7956

[startup+540.31 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 7292
/proc/meminfo: memFree=1427752/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7956 CPUtime=540.12
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1664 0 0 0 54011 1 0 0 25 0 1 0 187085272 8146944 1609 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519903 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1989 1609 205 16 0 1430 0
Current children cumulated CPU time (s) 540.12
Current children cumulated vsize (Kb) 7956

[startup+550.315 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 7292
/proc/meminfo: memFree=1427752/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7956 CPUtime=550.13
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1664 0 0 0 55012 1 0 0 25 0 1 0 187085272 8146944 1609 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1989 1609 205 16 0 1430 0
Current children cumulated CPU time (s) 550.13
Current children cumulated vsize (Kb) 7956

[startup+560.321 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 7292
/proc/meminfo: memFree=1427752/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7956 CPUtime=560.13
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1664 0 0 0 56012 1 0 0 25 0 1 0 187085272 8146944 1609 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527839 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1989 1609 205 16 0 1430 0
Current children cumulated CPU time (s) 560.13
Current children cumulated vsize (Kb) 7956

[startup+570.328 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 7292
/proc/meminfo: memFree=1427752/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7956 CPUtime=570.13
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1664 0 0 0 57012 1 0 0 25 0 1 0 187085272 8146944 1609 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1989 1609 205 16 0 1430 0
Current children cumulated CPU time (s) 570.13
Current children cumulated vsize (Kb) 7956

[startup+580.333 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 7292
/proc/meminfo: memFree=1427752/2055920 swapFree=4182324/4192956
[pid=7292] ppid=7290 vsize=7956 CPUtime=580.13
/proc/7292/stat : 7292 (Pueblo) R 7290 7292 7247 0 -1 4194304 1664 0 0 0 58012 1 0 0 25 0 1 0 187085272 8146944 1609 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527759 0 0 4096 0 0 0 0 17 1 0 0
/proc/7292/statm: 1989 1609 205 16 0 1430 0
Current children cumulated CPU time (s) 580.13
Current children cumulated vsize (Kb) 7956

Child status: 20
Real time (s): 588.587
CPU time (s): 588.393
CPU user time (s): 588.375
CPU system time (s): 0.017997
CPU usage (%): 99.967
Max. virtual memory (cumulated for all children) (Kb): 7956

Launcher Data (download as text)

Begin job on node68 on Fri Jun  2 02:09:17 UTC 2006


FILE ID= 36073-1149214157

PBS_JOBID= 294550

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

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  fb1b2fb5676286fc8681e7e6d0d2728f

RANDOM SEED= 963663974


/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.279
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.279
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:       1433464 kB
Buffers:         35200 kB
Cached:         509536 kB
SwapCached:       2936 kB
Active:         103084 kB
Inactive:       450964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1433464 kB
SwapTotal:     4192956 kB
SwapFree:      4182324 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          15576 kB
Slab:            54452 kB
Committed_AS:   181420 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node68 on Fri Jun  2 02:19:06 UTC 2006