Trace number 37227

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 425.121 425.238

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670234.opb
MD5SUM92f66beef1a16468af1cdeb8f0308249
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 benchmark411.582
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 641
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
425.23	c total time              : 425.17 s
425.23	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/node64/watcher-37227-1149214680 -o ROOT/results/node64/solver-37227-1149214680 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node64/37227-1149214680/instance-37227-1149214680.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1708944/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=2328 CPUtime=0
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 148 0 0 0 0 0 0 0 18 0 1 0 23459335 2383872 129 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 6929272 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 582 129 110 16 0 11 0

[startup+10.0022 s]
/proc/loadavg: 0.93 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1707112/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=4148 CPUtime=9.99
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 690 0 0 0 999 0 0 0 25 0 1 0 23459335 4247552 661 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519937 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1037 661 205 16 0 478 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4148

[startup+20.0091 s]
/proc/loadavg: 0.94 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1706664/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=4672 CPUtime=19.99
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 807 0 0 0 1999 0 0 0 25 0 1 0 23459335 4784128 778 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559546 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1168 778 205 16 0 609 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4672

[startup+30.015 s]
/proc/loadavg: 0.95 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1706472/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=4800 CPUtime=29.99
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 848 0 0 0 2999 0 0 0 25 0 1 0 23459335 4915200 819 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519917 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1200 819 205 16 0 641 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 4800

[startup+40.0209 s]
/proc/loadavg: 0.96 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1706280/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=5060 CPUtime=40
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 899 0 0 0 4000 0 0 0 25 0 1 0 23459335 5181440 870 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520372 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1265 870 205 16 0 706 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5060

[startup+50.0267 s]
/proc/loadavg: 0.96 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1706088/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=5320 CPUtime=50
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 966 0 0 0 5000 0 0 0 25 0 1 0 23459335 5447680 937 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1330 937 205 16 0 771 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5320

[startup+60.0326 s]
/proc/loadavg: 0.97 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1705896/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=5448 CPUtime=60
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1007 0 0 0 6000 0 0 0 25 0 1 0 23459335 5578752 978 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 7402722 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1362 978 205 16 0 803 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 5448

[startup+70.0385 s]
/proc/loadavg: 0.97 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1705768/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=5576 CPUtime=70.01
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1040 0 0 0 7001 0 0 0 25 0 1 0 23459335 5709824 1011 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557304 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1394 1011 205 16 0 835 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 5576

[startup+80.0454 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1705576/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=5840 CPUtime=80.01
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1087 0 0 0 8001 0 0 0 25 0 1 0 23459335 5980160 1058 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527995 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1460 1058 205 16 0 901 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 5840

[startup+90.0503 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1705448/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=5840 CPUtime=90.01
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1110 0 0 0 9001 0 0 0 25 0 1 0 23459335 5980160 1081 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1460 1081 205 16 0 901 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 5840

[startup+100.056 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1705384/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=5972 CPUtime=100.02
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1136 0 0 0 10002 0 0 0 25 0 1 0 23459335 6115328 1107 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520163 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1493 1107 205 16 0 934 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 5972

[startup+110.062 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1705192/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=6100 CPUtime=110.02
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1174 0 0 0 11002 0 0 0 25 0 1 0 23459335 6246400 1145 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520212 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1525 1145 205 16 0 966 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 6100

[startup+120.068 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 22574
/proc/meminfo: memFree=1705064/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=6232 CPUtime=120.02
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1205 0 0 0 12002 0 0 0 25 0 1 0 23459335 6381568 1176 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520076 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1558 1176 205 16 0 999 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 6232

[startup+130.074 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1705000/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=6372 CPUtime=130.03
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1220 0 0 0 13003 0 0 0 25 0 1 0 23459335 6524928 1191 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1593 1191 205 16 0 1034 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 6372

[startup+140.081 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1705000/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=6372 CPUtime=140.03
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1220 0 0 0 14003 0 0 0 25 0 1 0 23459335 6524928 1191 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559537 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1593 1191 205 16 0 1034 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 6372

[startup+150.086 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1705000/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=6372 CPUtime=150.03
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1224 0 0 0 15003 0 0 0 25 0 1 0 23459335 6524928 1195 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1593 1195 205 16 0 1034 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 6372

[startup+160.091 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1704808/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=6500 CPUtime=160.04
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1262 0 0 0 16004 0 0 0 25 0 1 0 23459335 6656000 1233 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559516 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1625 1233 205 16 0 1066 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 6500

[startup+170.097 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1704680/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=6632 CPUtime=170.04
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1294 0 0 0 17004 0 0 0 25 0 1 0 23459335 6791168 1265 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520019 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1658 1265 205 16 0 1099 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 6632

[startup+180.103 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1704616/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=6764 CPUtime=180.04
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1311 0 0 0 18004 0 0 0 25 0 1 0 23459335 6926336 1282 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559391 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1691 1282 205 16 0 1132 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 6764

[startup+190.109 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1704552/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=6764 CPUtime=190.05
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1321 0 0 0 19005 0 0 0 25 0 1 0 23459335 6926336 1292 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520075 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1691 1292 205 16 0 1132 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 6764

[startup+200.116 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1704552/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=6764 CPUtime=200.05
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1322 0 0 0 20005 0 0 0 25 0 1 0 23459335 6926336 1293 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1691 1293 205 16 0 1132 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 6764

[startup+210.121 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1704552/2055920 swapFree=4192956/4192956

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

/proc/22574/statm: 1691 1293 205 16 0 1132 0
Current children cumulated CPU time (s) 210.05
Current children cumulated vsize (Kb) 6764

[startup+220.127 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1704552/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=6764 CPUtime=220.06
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1322 0 0 0 22006 0 0 0 25 0 1 0 23459335 6926336 1293 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559505 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1691 1293 205 16 0 1132 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (Kb) 6764

[startup+230.133 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1704360/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7024 CPUtime=230.06
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1368 0 0 0 23006 0 0 0 25 0 1 0 23459335 7192576 1339 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557393 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1756 1339 205 16 0 1197 0
Current children cumulated CPU time (s) 230.06
Current children cumulated vsize (Kb) 7024

[startup+240.139 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1704360/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7020 CPUtime=240.06
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1368 0 0 0 24006 0 0 0 25 0 1 0 23459335 7188480 1339 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1755 1339 205 16 0 1196 0
Current children cumulated CPU time (s) 240.06
Current children cumulated vsize (Kb) 7020

[startup+250.144 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1704296/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7020 CPUtime=250.06
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1383 0 0 0 25006 0 0 0 25 0 1 0 23459335 7188480 1354 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559439 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1755 1354 205 16 0 1196 0
Current children cumulated CPU time (s) 250.06
Current children cumulated vsize (Kb) 7020

[startup+260.151 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1704296/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7156 CPUtime=260.07
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1386 0 0 0 26007 0 0 0 25 0 1 0 23459335 7327744 1357 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519937 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1789 1357 205 16 0 1230 0
Current children cumulated CPU time (s) 260.07
Current children cumulated vsize (Kb) 7156

[startup+270.156 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1704104/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7284 CPUtime=270.08
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1435 0 0 0 27007 1 0 0 25 0 1 0 23459335 7458816 1406 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519910 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1821 1406 205 16 0 1262 0
Current children cumulated CPU time (s) 270.08
Current children cumulated vsize (Kb) 7284

[startup+280.162 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1704040/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7416 CPUtime=280.08
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1461 0 0 0 28007 1 0 0 25 0 1 0 23459335 7593984 1432 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520092 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1854 1432 205 16 0 1295 0
Current children cumulated CPU time (s) 280.08
Current children cumulated vsize (Kb) 7416

[startup+290.168 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1703784/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7544 CPUtime=290.09
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1511 0 0 0 29008 1 0 0 25 0 1 0 23459335 7725056 1482 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528577 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1886 1482 205 16 0 1327 0
Current children cumulated CPU time (s) 290.09
Current children cumulated vsize (Kb) 7544

[startup+300.174 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1703784/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7544 CPUtime=300.09
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1511 0 0 0 30008 1 0 0 25 0 1 0 23459335 7725056 1482 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559077 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1886 1482 205 16 0 1327 0
Current children cumulated CPU time (s) 300.09
Current children cumulated vsize (Kb) 7544

[startup+310.18 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1703784/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7544 CPUtime=310.09
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1513 0 0 0 31008 1 0 0 25 0 1 0 23459335 7725056 1484 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520116 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1886 1484 205 16 0 1327 0
Current children cumulated CPU time (s) 310.09
Current children cumulated vsize (Kb) 7544

[startup+320.186 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1703784/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7680 CPUtime=320.09
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1519 0 0 0 32008 1 0 0 25 0 1 0 23459335 7864320 1490 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520075 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1920 1490 205 16 0 1361 0
Current children cumulated CPU time (s) 320.09
Current children cumulated vsize (Kb) 7680

[startup+330.191 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1703720/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7680 CPUtime=330.1
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1527 0 0 0 33009 1 0 0 25 0 1 0 23459335 7864320 1498 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134558817 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1920 1498 205 16 0 1361 0
Current children cumulated CPU time (s) 330.1
Current children cumulated vsize (Kb) 7680

[startup+340.197 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1703656/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7824 CPUtime=340.1
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1545 0 0 0 34009 1 0 0 25 0 1 0 23459335 8011776 1516 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1956 1516 205 16 0 1397 0
Current children cumulated CPU time (s) 340.1
Current children cumulated vsize (Kb) 7824

[startup+350.203 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1703592/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7824 CPUtime=350.1
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1554 0 0 0 35009 1 0 0 25 0 1 0 23459335 8011776 1525 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519889 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1956 1525 205 16 0 1397 0
Current children cumulated CPU time (s) 350.1
Current children cumulated vsize (Kb) 7824

[startup+360.209 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1703592/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7824 CPUtime=360.11
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1561 0 0 0 36010 1 0 0 25 0 1 0 23459335 8011776 1532 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1956 1532 205 16 0 1397 0
Current children cumulated CPU time (s) 360.11
Current children cumulated vsize (Kb) 7824

[startup+370.215 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1703528/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7824 CPUtime=370.11
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1568 0 0 0 37010 1 0 0 25 0 1 0 23459335 8011776 1539 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559132 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1956 1539 205 16 0 1397 0
Current children cumulated CPU time (s) 370.11
Current children cumulated vsize (Kb) 7824

[startup+380.221 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1703464/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7968 CPUtime=380.11
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1581 0 0 0 38010 1 0 0 25 0 1 0 23459335 8159232 1552 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559508 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1992 1552 205 16 0 1433 0
Current children cumulated CPU time (s) 380.11
Current children cumulated vsize (Kb) 7968

[startup+390.226 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1703464/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7968 CPUtime=390.11
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1581 0 0 0 39010 1 0 0 25 0 1 0 23459335 8159232 1552 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559562 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1992 1552 205 16 0 1433 0
Current children cumulated CPU time (s) 390.11
Current children cumulated vsize (Kb) 7968

[startup+400.232 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1703400/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7968 CPUtime=400.12
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1590 0 0 0 40011 1 0 0 25 0 1 0 23459335 8159232 1561 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1992 1561 205 16 0 1433 0
Current children cumulated CPU time (s) 400.12
Current children cumulated vsize (Kb) 7968

[startup+410.238 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1703400/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7968 CPUtime=410.12
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1593 0 0 0 41011 1 0 0 25 0 1 0 23459335 8159232 1564 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1992 1564 205 16 0 1433 0
Current children cumulated CPU time (s) 410.12
Current children cumulated vsize (Kb) 7968

[startup+420.243 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22574
/proc/meminfo: memFree=1703400/2055920 swapFree=4192956/4192956
[pid=22574] ppid=22572 vsize=7968 CPUtime=420.12
/proc/22574/stat : 22574 (Pueblo13) R 22572 22574 22529 0 -1 4194304 1593 0 0 0 42011 1 0 0 25 0 1 0 23459335 8159232 1564 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528059 0 0 4096 0 0 0 0 17 1 0 0
/proc/22574/statm: 1992 1564 205 16 0 1433 0
Current children cumulated CPU time (s) 420.12
Current children cumulated vsize (Kb) 7968

Child status: 20
Real time (s): 425.238
CPU time (s): 425.121
CPU user time (s): 425.103
CPU system time (s): 0.017997
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (Kb): 7968

Launcher Data (download as text)

Begin job on node64 on Fri Jun  2 02:18:01 UTC 2006


FILE ID= 37227-1149214680

PBS_JOBID= 294603

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

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  92f66beef1a16468af1cdeb8f0308249

RANDOM SEED= 779151374


/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.219
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.219
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:       1709152 kB
Buffers:         27592 kB
Cached:         242368 kB
SwapCached:          0 kB
Active:          93576 kB
Inactive:       190856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1709152 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          24904 kB
Slab:            48316 kB
Committed_AS:   134596 kB
PageTables:       1476 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node64 on Fri Jun  2 02:25:06 UTC 2006