Trace number 37286

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 415.278 415.39

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900667195.opb
MD5SUM80da336e36371770b02ed1fca93b5c11
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 benchmark415.278
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 655
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
415.38	c total time              : 415.33 s
415.38	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/node69/watcher-37286-1149221192 -o ROOT/results/node69/solver-37286-1149221192 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node69/37286-1149221192/instance-37286-1149221192.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.93 3/64 8355
/proc/meminfo: memFree=1606956/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=916 CPUtime=0
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 44 0 0 0 0 0 0 0 18 0 1 0 187789208 937984 28 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 11909792 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 229 28 20 16 0 8 0

[startup+10.0022 s]
/proc/loadavg: 0.92 0.95 0.93 2/64 8355
/proc/meminfo: memFree=1605236/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=4276 CPUtime=9.99
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 705 0 0 0 998 1 0 0 25 0 1 0 187789208 4378624 676 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134564839 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1069 676 205 16 0 510 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4276

[startup+20.0081 s]
/proc/loadavg: 0.94 0.96 0.93 2/64 8355
/proc/meminfo: memFree=1604868/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=4660 CPUtime=20
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 800 0 0 0 1999 1 0 0 25 0 1 0 187789208 4771840 771 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519973 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1165 771 205 16 0 606 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 4660

[startup+30.0139 s]
/proc/loadavg: 0.94 0.96 0.93 2/64 8355
/proc/meminfo: memFree=1604548/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=4920 CPUtime=30
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 867 0 0 0 2999 1 0 0 25 0 1 0 187789208 5038080 838 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517028 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1230 838 205 16 0 671 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 4920

[startup+40.0197 s]
/proc/loadavg: 0.95 0.96 0.93 2/64 8355
/proc/meminfo: memFree=1604420/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=5052 CPUtime=40
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 903 0 0 0 3999 1 0 0 25 0 1 0 187789208 5173248 874 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559550 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1263 874 205 16 0 704 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5052

[startup+50.0256 s]
/proc/loadavg: 0.96 0.96 0.93 2/64 8355
/proc/meminfo: memFree=1604164/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=5320 CPUtime=50
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 970 0 0 0 4999 1 0 0 25 0 1 0 187789208 5447680 941 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519973 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1330 941 205 16 0 771 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5320

[startup+60.0314 s]
/proc/loadavg: 0.97 0.96 0.93 2/64 8355
/proc/meminfo: memFree=1603972/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=5448 CPUtime=60.01
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1009 0 0 0 6000 1 0 0 25 0 1 0 187789208 5578752 980 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519910 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1362 980 205 16 0 803 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 5448

[startup+70.0373 s]
/proc/loadavg: 0.97 0.96 0.93 2/64 8355
/proc/meminfo: memFree=1603844/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=5580 CPUtime=70.01
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1038 0 0 0 7000 1 0 0 25 0 1 0 187789208 5713920 1009 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520070 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1395 1009 205 16 0 836 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 5580

[startup+80.0431 s]
/proc/loadavg: 0.97 0.96 0.93 2/64 8355
/proc/meminfo: memFree=1603652/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=5836 CPUtime=80.01
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1095 0 0 0 8000 1 0 0 25 0 1 0 187789208 5976064 1066 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559537 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1459 1066 205 16 0 900 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 5836

[startup+90.0489 s]
/proc/loadavg: 0.98 0.96 0.93 2/64 8355
/proc/meminfo: memFree=1603716/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=5836 CPUtime=90.02
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1095 0 0 0 9001 1 0 0 25 0 1 0 187789208 5976064 1066 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1459 1066 205 16 0 900 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 5836

[startup+100.055 s]
/proc/loadavg: 0.98 0.96 0.93 2/64 8355
/proc/meminfo: memFree=1603652/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=5836 CPUtime=100.02
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1106 0 0 0 10001 1 0 0 25 0 1 0 187789208 5976064 1077 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 12383711 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1459 1077 205 16 0 900 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 5836

[startup+110.061 s]
/proc/loadavg: 0.98 0.96 0.93 2/64 8355
/proc/meminfo: memFree=1603524/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=6092 CPUtime=110.02
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1146 0 0 0 11001 1 0 0 25 0 1 0 187789208 6238208 1117 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 12387963 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1523 1117 205 16 0 964 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 6092

[startup+120.066 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1603396/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=6092 CPUtime=120.03
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1174 0 0 0 12002 1 0 0 25 0 1 0 187789208 6238208 1145 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519910 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1523 1145 205 16 0 964 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 6092

[startup+130.072 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1603332/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=6228 CPUtime=130.03
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1180 0 0 0 13002 1 0 0 25 0 1 0 187789208 6377472 1151 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520393 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1557 1151 205 16 0 998 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 6228

[startup+140.078 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1603268/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=6228 CPUtime=140.03
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1190 0 0 0 14002 1 0 0 25 0 1 0 187789208 6377472 1161 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517968 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1557 1161 205 16 0 998 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 6228

[startup+150.084 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1603268/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=6228 CPUtime=150.04
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1201 0 0 0 15003 1 0 0 25 0 1 0 187789208 6377472 1172 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519970 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1557 1172 205 16 0 998 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 6228

[startup+160.09 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1603204/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=6356 CPUtime=160.04
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1216 0 0 0 16003 1 0 0 25 0 1 0 187789208 6508544 1187 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520059 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1589 1187 205 16 0 1030 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 6356

[startup+170.096 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1603204/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=6356 CPUtime=170.04
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1229 0 0 0 17003 1 0 0 25 0 1 0 187789208 6508544 1200 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1589 1200 205 16 0 1030 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 6356

[startup+180.101 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1602948/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=6640 CPUtime=180.04
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1282 0 0 0 18003 1 0 0 25 0 1 0 187789208 6799360 1253 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1660 1253 205 16 0 1101 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 6640

[startup+190.107 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1602884/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=6780 CPUtime=190.05
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1305 0 0 0 19004 1 0 0 25 0 1 0 187789208 6942720 1276 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520048 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1695 1276 205 16 0 1136 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 6780

[startup+200.113 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1602820/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=6780 CPUtime=200.05
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1315 0 0 0 20004 1 0 0 25 0 1 0 187789208 6942720 1286 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1695 1286 205 16 0 1136 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 6780

[startup+210.119 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1602820/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=6780 CPUtime=210.05
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1315 0 0 0 21004 1 0 0 25 0 1 0 187789208 6942720 1286 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134516731 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1695 1286 205 16 0 1136 0
Current children cumulated CPU time (s) 210.05
Current children cumulated vsize (Kb) 6780

[startup+220.124 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1602756/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=6916 CPUtime=220.06
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1332 0 0 0 22005 1 0 0 25 0 1 0 187789208 7081984 1303 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519903 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1729 1303 205 16 0 1170 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (Kb) 6916

[startup+230.129 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1602692/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=6916 CPUtime=230.06
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1350 0 0 0 23005 1 0 0 25 0 1 0 187789208 7081984 1321 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519937 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1729 1321 205 16 0 1170 0
Current children cumulated CPU time (s) 230.06
Current children cumulated vsize (Kb) 6916

[startup+240.135 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1602628/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=6916 CPUtime=240.06
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1354 0 0 0 24005 1 0 0 25 0 1 0 187789208 7081984 1325 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1729 1325 205 16 0 1170 0
Current children cumulated CPU time (s) 240.06
Current children cumulated vsize (Kb) 6916

[startup+250.14 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1602692/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=6916 CPUtime=250.06
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1362 0 0 0 25005 1 0 0 25 0 1 0 187789208 7081984 1333 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520196 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1729 1333 205 16 0 1170 0
Current children cumulated CPU time (s) 250.06
Current children cumulated vsize (Kb) 6916

[startup+260.146 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1602628/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=7052 CPUtime=260.07
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1368 0 0 0 26006 1 0 0 25 0 1 0 187789208 7221248 1339 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528603 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1763 1339 205 16 0 1204 0
Current children cumulated CPU time (s) 260.07
Current children cumulated vsize (Kb) 7052

[startup+270.152 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1602436/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=7180 CPUtime=270.07
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1420 0 0 0 27006 1 0 0 25 0 1 0 187789208 7352320 1391 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1795 1391 205 16 0 1236 0
Current children cumulated CPU time (s) 270.07
Current children cumulated vsize (Kb) 7180

[startup+280.158 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1602372/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=7320 CPUtime=280.07
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1428 0 0 0 28006 1 0 0 25 0 1 0 187789208 7495680 1399 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520204 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1830 1399 205 16 0 1271 0
Current children cumulated CPU time (s) 280.07
Current children cumulated vsize (Kb) 7320

[startup+290.163 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1602052/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=7576 CPUtime=290.07
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1515 0 0 0 29006 1 0 0 25 0 1 0 187789208 7757824 1486 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520261 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1894 1486 205 16 0 1335 0
Current children cumulated CPU time (s) 290.07
Current children cumulated vsize (Kb) 7576

[startup+300.169 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1602052/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=7576 CPUtime=300.08
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1515 0 0 0 30007 1 0 0 25 0 1 0 187789208 7757824 1486 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520014 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1894 1486 205 16 0 1335 0
Current children cumulated CPU time (s) 300.08
Current children cumulated vsize (Kb) 7576

[startup+310.174 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1602052/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=7576 CPUtime=310.08
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1515 0 0 0 31007 1 0 0 25 0 1 0 187789208 7757824 1486 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559505 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1894 1486 205 16 0 1335 0
Current children cumulated CPU time (s) 310.08
Current children cumulated vsize (Kb) 7576

[startup+320.18 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1602052/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=7576 CPUtime=320.08
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1515 0 0 0 32007 1 0 0 25 0 1 0 187789208 7757824 1486 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559386 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1894 1486 205 16 0 1335 0
Current children cumulated CPU time (s) 320.08
Current children cumulated vsize (Kb) 7576

[startup+330.186 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1601988/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=7576 CPUtime=330.09
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1516 0 0 0 33008 1 0 0 25 0 1 0 187789208 7757824 1487 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520072 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1894 1487 205 16 0 1335 0
Current children cumulated CPU time (s) 330.09
Current children cumulated vsize (Kb) 7576

[startup+340.192 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1601988/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=7576 CPUtime=340.09
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1516 0 0 0 34008 1 0 0 25 0 1 0 187789208 7757824 1487 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528524 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1894 1487 205 16 0 1335 0
Current children cumulated CPU time (s) 340.09
Current children cumulated vsize (Kb) 7576

[startup+350.197 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1601988/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=7576 CPUtime=350.09
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1516 0 0 0 35008 1 0 0 25 0 1 0 187789208 7757824 1487 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520019 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1894 1487 205 16 0 1335 0
Current children cumulated CPU time (s) 350.09
Current children cumulated vsize (Kb) 7576

[startup+360.203 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1602052/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=7576 CPUtime=360.1
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1516 0 0 0 36009 1 0 0 25 0 1 0 187789208 7757824 1487 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559385 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1894 1487 205 16 0 1335 0
Current children cumulated CPU time (s) 360.1
Current children cumulated vsize (Kb) 7576

[startup+370.209 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1601732/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=7960 CPUtime=370.1
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1599 0 0 0 37009 1 0 0 25 0 1 0 187789208 8151040 1570 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559492 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1990 1570 205 16 0 1431 0
Current children cumulated CPU time (s) 370.1
Current children cumulated vsize (Kb) 7960

[startup+380.214 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1601668/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=7948 CPUtime=380.1
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1599 0 0 0 38009 1 0 0 25 0 1 0 187789208 8138752 1570 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134561014 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1987 1570 205 16 0 1428 0
Current children cumulated CPU time (s) 380.1
Current children cumulated vsize (Kb) 7948

[startup+390.22 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1601668/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=7948 CPUtime=390.1
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1599 0 0 0 39009 1 0 0 25 0 1 0 187789208 8138752 1570 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520003 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1987 1570 205 16 0 1428 0
Current children cumulated CPU time (s) 390.1
Current children cumulated vsize (Kb) 7948

[startup+400.226 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1601668/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=7948 CPUtime=400.11
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1599 0 0 0 40010 1 0 0 25 0 1 0 187789208 8138752 1570 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1987 1570 205 16 0 1428 0
Current children cumulated CPU time (s) 400.11
Current children cumulated vsize (Kb) 7948

[startup+410.231 s]
/proc/loadavg: 0.99 0.97 0.93 2/64 8355
/proc/meminfo: memFree=1601668/2055920 swapFree=4182224/4192956
[pid=8355] ppid=8353 vsize=7948 CPUtime=410.11
/proc/8355/stat : 8355 (Pueblo13) R 8353 8355 8310 0 -1 4194304 1599 0 0 0 41010 1 0 0 25 0 1 0 187789208 8138752 1570 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134558902 0 0 4096 0 0 0 0 17 1 0 0
/proc/8355/statm: 1987 1570 205 16 0 1428 0
Current children cumulated CPU time (s) 410.11
Current children cumulated vsize (Kb) 7948

Child status: 20
Real time (s): 415.39
CPU time (s): 415.278
CPU user time (s): 415.257
CPU system time (s): 0.020996
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (Kb): 7960

Launcher Data (download as text)

Begin job on node69 on Fri Jun  2 04:06:32 UTC 2006


FILE ID= 37286-1149221192

PBS_JOBID= 295363

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

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  80da336e36371770b02ed1fca93b5c11

RANDOM SEED= 208373970


/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.232
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.232
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:       1607364 kB
Buffers:         34880 kB
Cached:         341900 kB
SwapCached:       2592 kB
Active:         107472 kB
Inactive:       278152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1607364 kB
SwapTotal:     4192956 kB
SwapFree:      4182224 kB
Dirty:             152 kB
Writeback:           0 kB
Mapped:          15428 kB
Slab:            48908 kB
Committed_AS:   211508 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node69 on Fri Jun  2 04:13:28 UTC 2006