Trace number 37304

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 622.503 622.69

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900548667.opb
MD5SUM9a7dcf907234f84f0d33881f56632ec3
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 benchmark460.04
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 625
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
622.68	c total time              : 622.58 s
622.68	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/node29/watcher-37304-1149223257 -o ROOT/results/node29/solver-37304-1149223257 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node29/37304-1149223257/instance-37304-1149223257.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1118168/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=2328 CPUtime=0
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 151 0 0 0 0 0 0 0 18 0 1 0 187989286 2383872 132 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4097872 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 570 127 106 16 0 11 0

[startup+10.0018 s]
/proc/loadavg: 0.93 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1116312/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=4268 CPUtime=9.99
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 695 0 0 0 999 0 0 0 25 0 1 0 187989286 4370432 666 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559552 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1067 666 205 16 0 508 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4268

[startup+20.0083 s]
/proc/loadavg: 0.94 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1115928/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=4656 CPUtime=19.99
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 816 0 0 0 1999 0 0 0 25 0 1 0 187989286 4767744 787 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559196 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1164 787 205 16 0 605 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4656

[startup+30.0137 s]
/proc/loadavg: 0.95 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1115672/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=4920 CPUtime=29.99
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 871 0 0 0 2999 0 0 0 25 0 1 0 187989286 5038080 842 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527993 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1230 842 205 16 0 671 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 4920

[startup+40.0191 s]
/proc/loadavg: 0.96 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1115544/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=5176 CPUtime=39.99
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 920 0 0 0 3999 0 0 0 25 0 1 0 187989286 5300224 891 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1294 891 205 16 0 735 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 5176

[startup+50.0245 s]
/proc/loadavg: 0.96 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1115224/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=5432 CPUtime=50
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1002 0 0 0 5000 0 0 0 25 0 1 0 187989286 5562368 973 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517940 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1358 973 205 16 0 799 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5432

[startup+60.0299 s]
/proc/loadavg: 0.97 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1115224/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=5564 CPUtime=60
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1015 0 0 0 6000 0 0 0 25 0 1 0 187989286 5697536 986 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520019 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1391 986 205 16 0 832 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 5564

[startup+70.0354 s]
/proc/loadavg: 0.97 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1115160/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=5564 CPUtime=70
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1023 0 0 0 7000 0 0 0 25 0 1 0 187989286 5697536 994 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519890 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1391 994 205 16 0 832 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 5564

[startup+80.0408 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1114968/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=5696 CPUtime=80
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1080 0 0 0 8000 0 0 0 25 0 1 0 187989286 5832704 1051 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134558794 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1424 1051 205 16 0 865 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 5696

[startup+90.0462 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1114904/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=5828 CPUtime=90.01
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1092 0 0 0 9001 0 0 0 25 0 1 0 187989286 5967872 1063 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557272 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1457 1063 205 16 0 898 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 5828

[startup+100.052 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1114840/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=5828 CPUtime=100.01
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1106 0 0 0 10001 0 0 0 25 0 1 0 187989286 5967872 1077 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520215 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1457 1077 205 16 0 898 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 5828

[startup+110.057 s]
/proc/loadavg: 0.98 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1114776/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=5960 CPUtime=110.01
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1124 0 0 0 11001 0 0 0 25 0 1 0 187989286 6103040 1095 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1490 1095 205 16 0 931 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 5960

[startup+120.062 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1114584/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=6088 CPUtime=120.01
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1167 0 0 0 12001 0 0 0 25 0 1 0 187989286 6234112 1138 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520012 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1522 1138 205 16 0 963 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 6088

[startup+130.068 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1114520/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=6088 CPUtime=130.02
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1176 0 0 0 13002 0 0 0 25 0 1 0 187989286 6234112 1147 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559513 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1522 1147 205 16 0 963 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 6088

[startup+140.073 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1114392/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=6216 CPUtime=140.02
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1205 0 0 0 14002 0 0 0 25 0 1 0 187989286 6365184 1176 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559516 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1554 1176 205 16 0 995 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 6216

[startup+150.079 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1114328/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=6344 CPUtime=150.02
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1220 0 0 0 15002 0 0 0 25 0 1 0 187989286 6496256 1191 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134558879 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1586 1191 205 16 0 1027 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 6344

[startup+160.084 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1114392/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=6344 CPUtime=160.02
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1227 0 0 0 16002 0 0 0 25 0 1 0 187989286 6496256 1198 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519987 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1586 1198 205 16 0 1027 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 6344

[startup+170.09 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1114264/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=6472 CPUtime=170.03
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1259 0 0 0 17003 0 0 0 25 0 1 0 187989286 6627328 1230 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1618 1230 205 16 0 1059 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 6472

[startup+180.095 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1114136/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=6604 CPUtime=180.04
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1287 0 0 0 18003 1 0 0 25 0 1 0 187989286 6762496 1258 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559382 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1651 1258 205 16 0 1092 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 6604

[startup+190.1 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1113944/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=6736 CPUtime=190.04
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1324 0 0 0 19003 1 0 0 25 0 1 0 187989286 6897664 1295 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4567746 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1684 1295 205 16 0 1125 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 6736

[startup+200.106 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1113816/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=6984 CPUtime=200.04
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1366 0 0 0 20003 1 0 0 25 0 1 0 187989286 7151616 1337 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559519 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 1746 1337 205 16 0 1187 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 6984

[startup+210.111 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1113816/2055920 swapFree=4181384/4192956

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

/proc/6388/statm: 1971 1567 205 16 0 1412 0
Current children cumulated CPU time (s) 410.09
Current children cumulated vsize (Kb) 7884

[startup+420.227 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112728/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8012 CPUtime=420.1
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1625 0 0 0 42009 1 0 0 25 0 1 0 187989286 8204288 1596 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559385 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2003 1596 205 16 0 1444 0
Current children cumulated CPU time (s) 420.1
Current children cumulated vsize (Kb) 8012

[startup+430.232 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112664/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8144 CPUtime=430.1
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1638 0 0 0 43009 1 0 0 25 0 1 0 187989286 8339456 1609 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520204 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2036 1609 205 16 0 1477 0
Current children cumulated CPU time (s) 430.1
Current children cumulated vsize (Kb) 8144

[startup+440.238 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112664/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8272 CPUtime=440.1
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1656 0 0 0 44009 1 0 0 25 0 1 0 187989286 8470528 1627 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519888 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2068 1627 205 16 0 1509 0
Current children cumulated CPU time (s) 440.1
Current children cumulated vsize (Kb) 8272

[startup+450.243 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112536/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8272 CPUtime=450.1
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1677 0 0 0 45009 1 0 0 25 0 1 0 187989286 8470528 1648 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559370 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2068 1648 205 16 0 1509 0
Current children cumulated CPU time (s) 450.1
Current children cumulated vsize (Kb) 8272

[startup+460.249 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112536/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8272 CPUtime=460.11
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1679 0 0 0 46010 1 0 0 25 0 1 0 187989286 8470528 1650 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517911 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2068 1650 205 16 0 1509 0
Current children cumulated CPU time (s) 460.11
Current children cumulated vsize (Kb) 8272

[startup+470.254 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112472/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8400 CPUtime=470.11
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1692 0 0 0 47010 1 0 0 25 0 1 0 187989286 8601600 1663 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559527 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2100 1663 205 16 0 1541 0
Current children cumulated CPU time (s) 470.11
Current children cumulated vsize (Kb) 8400

[startup+480.259 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112472/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8396 CPUtime=480.11
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1697 0 0 0 48010 1 0 0 25 0 1 0 187989286 8597504 1668 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2099 1668 205 16 0 1540 0
Current children cumulated CPU time (s) 480.11
Current children cumulated vsize (Kb) 8396

[startup+490.265 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112408/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8396 CPUtime=490.11
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1700 0 0 0 49010 1 0 0 25 0 1 0 187989286 8597504 1671 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2099 1671 205 16 0 1540 0
Current children cumulated CPU time (s) 490.11
Current children cumulated vsize (Kb) 8396

[startup+500.27 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112408/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8396 CPUtime=500.11
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1707 0 0 0 50010 1 0 0 25 0 1 0 187989286 8597504 1678 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519910 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2099 1678 205 16 0 1540 0
Current children cumulated CPU time (s) 500.11
Current children cumulated vsize (Kb) 8396

[startup+510.276 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112344/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8396 CPUtime=510.12
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1714 0 0 0 51011 1 0 0 25 0 1 0 187989286 8597504 1685 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2099 1685 205 16 0 1540 0
Current children cumulated CPU time (s) 510.12
Current children cumulated vsize (Kb) 8396

[startup+520.281 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112344/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8528 CPUtime=520.12
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1717 0 0 0 52011 1 0 0 25 0 1 0 187989286 8732672 1688 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520198 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2132 1688 205 16 0 1573 0
Current children cumulated CPU time (s) 520.12
Current children cumulated vsize (Kb) 8528

[startup+530.287 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112344/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8528 CPUtime=530.12
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1723 0 0 0 53011 1 0 0 25 0 1 0 187989286 8732672 1694 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520147 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2132 1694 205 16 0 1573 0
Current children cumulated CPU time (s) 530.12
Current children cumulated vsize (Kb) 8528

[startup+540.292 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112280/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8528 CPUtime=540.12
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1726 0 0 0 54011 1 0 0 25 0 1 0 187989286 8732672 1697 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4572647 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2132 1697 205 16 0 1573 0
Current children cumulated CPU time (s) 540.12
Current children cumulated vsize (Kb) 8528

[startup+550.297 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112280/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8528 CPUtime=550.13
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1726 0 0 0 55012 1 0 0 25 0 1 0 187989286 8732672 1697 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4563381 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2132 1697 205 16 0 1573 0
Current children cumulated CPU time (s) 550.13
Current children cumulated vsize (Kb) 8528

[startup+560.303 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112280/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8528 CPUtime=560.13
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1733 0 0 0 56012 1 0 0 25 0 1 0 187989286 8732672 1704 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519888 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2132 1704 205 16 0 1573 0
Current children cumulated CPU time (s) 560.13
Current children cumulated vsize (Kb) 8528

[startup+570.308 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112088/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8792 CPUtime=570.13
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1783 0 0 0 57012 1 0 0 25 0 1 0 187989286 9003008 1754 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4570781 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2198 1754 205 16 0 1639 0
Current children cumulated CPU time (s) 570.13
Current children cumulated vsize (Kb) 8792

[startup+580.315 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112088/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8792 CPUtime=580.13
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1783 0 0 0 58012 1 0 0 25 0 1 0 187989286 9003008 1754 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2198 1754 205 16 0 1639 0
Current children cumulated CPU time (s) 580.13
Current children cumulated vsize (Kb) 8792

[startup+590.32 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112088/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8792 CPUtime=590.14
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1783 0 0 0 59013 1 0 0 25 0 1 0 187989286 9003008 1754 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559513 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2198 1754 205 16 0 1639 0
Current children cumulated CPU time (s) 590.14
Current children cumulated vsize (Kb) 8792

[startup+600.327 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112088/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8792 CPUtime=600.14
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1783 0 0 0 60013 1 0 0 25 0 1 0 187989286 9003008 1754 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2198 1754 205 16 0 1639 0
Current children cumulated CPU time (s) 600.14
Current children cumulated vsize (Kb) 8792

[startup+610.332 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112088/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8792 CPUtime=610.14
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1784 0 0 0 61013 1 0 0 25 0 1 0 187989286 9003008 1755 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2198 1755 205 16 0 1639 0
Current children cumulated CPU time (s) 610.14
Current children cumulated vsize (Kb) 8792

[startup+620.337 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 6388
/proc/meminfo: memFree=1112088/2055920 swapFree=4181384/4192956
[pid=6388] ppid=6386 vsize=8792 CPUtime=620.14
/proc/6388/stat : 6388 (Pueblo13) R 6386 6388 6343 0 -1 4194304 1784 0 0 0 62013 1 0 0 25 0 1 0 187989286 9003008 1755 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/6388/statm: 2198 1755 205 16 0 1639 0
Current children cumulated CPU time (s) 620.14
Current children cumulated vsize (Kb) 8792

Child status: 20
Real time (s): 622.69
CPU time (s): 622.503
CPU user time (s): 622.485
CPU system time (s): 0.017997
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (Kb): 8792

Launcher Data (download as text)

Begin job on node29 on Fri Jun  2 04:40:57 UTC 2006


FILE ID= 37304-1149223257

PBS_JOBID= 295600

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

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  9a7dcf907234f84f0d33881f56632ec3

RANDOM SEED= 938980936


/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.259
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.259
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:       1118376 kB
Buffers:         47964 kB
Cached:         805852 kB
SwapCached:       3392 kB
Active:         345684 kB
Inactive:       516968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1118376 kB
SwapTotal:     4192956 kB
SwapFree:      4181384 kB
Dirty:             196 kB
Writeback:           0 kB
Mapped:          14712 kB
Slab:            60836 kB
Committed_AS:   223900 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 node29 on Fri Jun  2 04:51:20 UTC 2006