Trace number 37285

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.3UNSAT 405.828 405.968

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900545610.opb
MD5SUMdf3a88f9ce76cdc5f93bc528741f3e95
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 benchmark393.116
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 671
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.04	c starting to Solve
0.04	c #variables read: 231 - #constraints read: 2707
405.96	c total time              : 405.88 s
405.96	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/node52/watcher-37285-1149221061 -o ROOT/results/node52/solver-37285-1149221061 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node52/37285-1149221061/instance-37285-1149221061.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 2/64 19129
/proc/meminfo: memFree=1507532/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=172 CPUtime=0
/proc/19129/stat : 19129 (Pueblo13) D 19127 19129 19084 0 -1 4194304 38 0 0 0 0 0 0 0 20 0 1 0 187773904 176128 23 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4309796 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/19129/statm: 229 24 18 16 0 3 0

[startup+10.0022 s]
/proc/loadavg: 0.93 0.95 0.90 2/64 19129
/proc/meminfo: memFree=1505756/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=4144 CPUtime=9.99
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 685 0 0 0 999 0 0 0 25 0 1 0 187773904 4243456 656 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520075 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1036 656 205 16 0 477 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4144

[startup+20.0077 s]
/proc/loadavg: 0.94 0.96 0.91 2/64 19129
/proc/meminfo: memFree=1505244/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=4660 CPUtime=19.99
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 815 0 0 0 1999 0 0 0 25 0 1 0 187773904 4771840 786 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559549 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1165 786 205 16 0 606 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4660

[startup+30.0132 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 19129
/proc/meminfo: memFree=1504988/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=4924 CPUtime=29.99
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 869 0 0 0 2999 0 0 0 25 0 1 0 187773904 5042176 840 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1231 840 205 16 0 672 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 4924

[startup+40.0187 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 19129
/proc/meminfo: memFree=1504924/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=5052 CPUtime=39.99
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 900 0 0 0 3999 0 0 0 25 0 1 0 187773904 5173248 871 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559496 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1263 871 205 16 0 704 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 5052

[startup+50.0242 s]
/proc/loadavg: 0.96 0.96 0.91 2/64 19129
/proc/meminfo: memFree=1504668/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=5308 CPUtime=49.99
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 964 0 0 0 4999 0 0 0 25 0 1 0 187773904 5435392 935 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520013 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1327 935 205 16 0 768 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 5308

[startup+60.0297 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 19129
/proc/meminfo: memFree=1504412/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=5568 CPUtime=59.99
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1028 0 0 0 5999 0 0 0 25 0 1 0 187773904 5701632 999 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519946 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1392 999 205 16 0 833 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 5568

[startup+70.0352 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 19129
/proc/meminfo: memFree=1504412/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=5568 CPUtime=70
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1035 0 0 0 7000 0 0 0 25 0 1 0 187773904 5701632 1006 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559403 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1392 1006 205 16 0 833 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 5568

[startup+80.0408 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 19129
/proc/meminfo: memFree=1504156/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=5832 CPUtime=80
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1088 0 0 0 8000 0 0 0 25 0 1 0 187773904 5971968 1059 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528028 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1458 1059 205 16 0 899 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 5832

[startup+90.0463 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 19129
/proc/meminfo: memFree=1504028/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=5960 CPUtime=90
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1125 0 0 0 9000 0 0 0 25 0 1 0 187773904 6103040 1096 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520147 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1490 1096 205 16 0 931 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 5960

[startup+100.052 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 19129
/proc/meminfo: memFree=1504028/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=5960 CPUtime=100
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1135 0 0 0 10000 0 0 0 25 0 1 0 187773904 6103040 1106 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520204 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1490 1106 205 16 0 931 0
Current children cumulated CPU time (s) 100
Current children cumulated vsize (Kb) 5960

[startup+110.057 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 19129
/proc/meminfo: memFree=1503964/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=6092 CPUtime=110.01
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1157 0 0 0 11000 1 0 0 25 0 1 0 187773904 6238208 1128 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527772 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1523 1128 205 16 0 964 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 6092

[startup+120.063 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1503900/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=6220 CPUtime=120.02
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1181 0 0 0 12001 1 0 0 25 0 1 0 187773904 6369280 1152 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528545 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1555 1152 205 16 0 996 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 6220

[startup+130.068 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1503772/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=6348 CPUtime=130.02
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1210 0 0 0 13001 1 0 0 25 0 1 0 187773904 6500352 1181 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559284 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1587 1181 205 16 0 1028 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 6348

[startup+140.074 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1503772/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=6348 CPUtime=140.02
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1210 0 0 0 14001 1 0 0 25 0 1 0 187773904 6500352 1181 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519884 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1587 1181 205 16 0 1028 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 6348

[startup+150.079 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1503772/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=6348 CPUtime=150.02
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1213 0 0 0 15001 1 0 0 25 0 1 0 187773904 6500352 1184 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519973 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1587 1184 205 16 0 1028 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 6348

[startup+160.085 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1503644/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=6488 CPUtime=160.02
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1238 0 0 0 16001 1 0 0 25 0 1 0 187773904 6643712 1209 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520003 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1622 1209 205 16 0 1063 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 6488

[startup+170.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1503580/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=6488 CPUtime=170.02
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1259 0 0 0 17001 1 0 0 25 0 1 0 187773904 6643712 1230 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528512 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1622 1230 205 16 0 1063 0
Current children cumulated CPU time (s) 170.02
Current children cumulated vsize (Kb) 6488

[startup+180.097 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1503452/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=6744 CPUtime=180.03
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1295 0 0 0 18002 1 0 0 25 0 1 0 187773904 6905856 1266 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519973 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1686 1266 205 16 0 1127 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 6744

[startup+190.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1503324/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=6744 CPUtime=190.03
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1320 0 0 0 19002 1 0 0 25 0 1 0 187773904 6905856 1291 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559496 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1686 1291 205 16 0 1127 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 6744

[startup+200.109 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1503324/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=6884 CPUtime=200.03
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1329 0 0 0 20002 1 0 0 25 0 1 0 187773904 7049216 1300 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517885 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1721 1300 205 16 0 1162 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 6884

[startup+210.115 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1503260/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=6884 CPUtime=210.04
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1338 0 0 0 21003 1 0 0 25 0 1 0 187773904 7049216 1309 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4740610 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1721 1309 205 16 0 1162 0
Current children cumulated CPU time (s) 210.04
Current children cumulated vsize (Kb) 6884

[startup+220.121 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1503196/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=6884 CPUtime=220.04
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1348 0 0 0 22003 1 0 0 25 0 1 0 187773904 7049216 1319 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559529 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1721 1319 205 16 0 1162 0
Current children cumulated CPU time (s) 220.04
Current children cumulated vsize (Kb) 6884

[startup+230.126 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1503196/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=7020 CPUtime=230.04
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1354 0 0 0 23003 1 0 0 25 0 1 0 187773904 7188480 1325 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4743519 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1755 1325 205 16 0 1196 0
Current children cumulated CPU time (s) 230.04
Current children cumulated vsize (Kb) 7020

[startup+240.133 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1503132/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=7020 CPUtime=240.04
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1357 0 0 0 24003 1 0 0 25 0 1 0 187773904 7188480 1328 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1755 1328 205 16 0 1196 0
Current children cumulated CPU time (s) 240.04
Current children cumulated vsize (Kb) 7020

[startup+250.138 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1503132/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=7020 CPUtime=250.04
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1369 0 0 0 25003 1 0 0 25 0 1 0 187773904 7188480 1340 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520116 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1755 1340 205 16 0 1196 0
Current children cumulated CPU time (s) 250.04
Current children cumulated vsize (Kb) 7020

[startup+260.144 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1503068/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=7020 CPUtime=260.04
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1376 0 0 0 26003 1 0 0 25 0 1 0 187773904 7188480 1347 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1755 1347 205 16 0 1196 0
Current children cumulated CPU time (s) 260.04
Current children cumulated vsize (Kb) 7020

[startup+270.149 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1502684/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=7428 CPUtime=270.04
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1471 0 0 0 27003 1 0 0 25 0 1 0 187773904 7606272 1442 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559129 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1857 1442 205 16 0 1298 0
Current children cumulated CPU time (s) 270.04
Current children cumulated vsize (Kb) 7428

[startup+280.155 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1502620/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=7536 CPUtime=280.05
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1485 0 0 0 28004 1 0 0 25 0 1 0 187773904 7716864 1456 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557304 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1884 1456 205 16 0 1325 0
Current children cumulated CPU time (s) 280.05
Current children cumulated vsize (Kb) 7536

[startup+290.161 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1502620/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=7516 CPUtime=290.05
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1485 0 0 0 29004 1 0 0 25 0 1 0 187773904 7696384 1456 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559527 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1879 1456 205 16 0 1320 0
Current children cumulated CPU time (s) 290.05
Current children cumulated vsize (Kb) 7516

[startup+300.166 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1502620/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=7512 CPUtime=300.05
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1496 0 0 0 30004 1 0 0 25 0 1 0 187773904 7692288 1467 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520075 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1878 1467 205 16 0 1319 0
Current children cumulated CPU time (s) 300.05
Current children cumulated vsize (Kb) 7512

[startup+310.171 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1502556/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=7644 CPUtime=310.05
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1503 0 0 0 31004 1 0 0 25 0 1 0 187773904 7827456 1474 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559316 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1911 1474 205 16 0 1352 0
Current children cumulated CPU time (s) 310.05
Current children cumulated vsize (Kb) 7644

[startup+320.177 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1502492/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=7644 CPUtime=320.06
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1514 0 0 0 32005 1 0 0 25 0 1 0 187773904 7827456 1485 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559494 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1911 1485 205 16 0 1352 0
Current children cumulated CPU time (s) 320.06
Current children cumulated vsize (Kb) 7644

[startup+330.183 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1502492/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=7644 CPUtime=330.06
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1526 0 0 0 33005 1 0 0 25 0 1 0 187773904 7827456 1497 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519997 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1911 1497 205 16 0 1352 0
Current children cumulated CPU time (s) 330.06
Current children cumulated vsize (Kb) 7644

[startup+340.188 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1502364/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=7780 CPUtime=340.06
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1541 0 0 0 34005 1 0 0 25 0 1 0 187773904 7966720 1512 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1945 1512 205 16 0 1386 0
Current children cumulated CPU time (s) 340.06
Current children cumulated vsize (Kb) 7780

[startup+350.194 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 19129
/proc/meminfo: memFree=1502364/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=7780 CPUtime=350.06
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1544 0 0 0 35005 1 0 0 25 0 1 0 187773904 7966720 1515 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559379 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1945 1515 205 16 0 1386 0
Current children cumulated CPU time (s) 350.06
Current children cumulated vsize (Kb) 7780

[startup+360.199 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1502300/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=7904 CPUtime=360.06
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1570 0 0 0 36005 1 0 0 25 0 1 0 187773904 8093696 1541 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520070 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1976 1541 205 16 0 1417 0
Current children cumulated CPU time (s) 360.06
Current children cumulated vsize (Kb) 7904

[startup+370.205 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1502300/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=7904 CPUtime=370.07
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1571 0 0 0 37006 1 0 0 25 0 1 0 187773904 8093696 1542 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1976 1542 205 16 0 1417 0
Current children cumulated CPU time (s) 370.07
Current children cumulated vsize (Kb) 7904

[startup+380.21 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1502300/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=7904 CPUtime=380.07
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1573 0 0 0 38006 1 0 0 25 0 1 0 187773904 8093696 1544 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517805 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1976 1544 205 16 0 1417 0
Current children cumulated CPU time (s) 380.07
Current children cumulated vsize (Kb) 7904

[startup+390.216 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1502300/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=7904 CPUtime=390.07
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1573 0 0 0 39006 1 0 0 25 0 1 0 187773904 8093696 1544 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528051 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1976 1544 205 16 0 1417 0
Current children cumulated CPU time (s) 390.07
Current children cumulated vsize (Kb) 7904

[startup+400.221 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19129
/proc/meminfo: memFree=1502300/2055920 swapFree=4181360/4192956
[pid=19129] ppid=19127 vsize=7904 CPUtime=400.07
/proc/19129/stat : 19129 (Pueblo13) R 19127 19129 19084 0 -1 4194304 1574 0 0 0 40006 1 0 0 25 0 1 0 187773904 8093696 1545 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520072 0 0 4096 0 0 0 0 17 1 0 0
/proc/19129/statm: 1976 1545 205 16 0 1417 0
Current children cumulated CPU time (s) 400.07
Current children cumulated vsize (Kb) 7904

Child status: 20
Real time (s): 405.968
CPU time (s): 405.828
CPU user time (s): 405.806
CPU system time (s): 0.021996
CPU usage (%): 99.9657
Max. virtual memory (cumulated for all children) (Kb): 7904

Launcher Data (download as text)

Begin job on node52 on Fri Jun  2 04:04:21 UTC 2006


FILE ID= 37285-1149221061

PBS_JOBID= 295351

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

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  df3a88f9ce76cdc5f93bc528741f3e95

RANDOM SEED= 56820024


/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.263
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.263
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:       1507804 kB
Buffers:         22596 kB
Cached:         458056 kB
SwapCached:       3508 kB
Active:         244664 kB
Inactive:       244920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1507804 kB
SwapTotal:     4192956 kB
SwapFree:      4181360 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          14904 kB
Slab:            44528 kB
Committed_AS:   254100 kB
PageTables:       1504 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node52 on Fri Jun  2 04:11:07 UTC 2006