Trace number 37251

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.378 405.598

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900561288.opb
MD5SUM4bba9489f2c1cdd3e2419eb13f48915c
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 benchmark405.378
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
405.59	c total time              : 405.43 s
405.59	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/node13/watcher-37251-1149217103 -o ROOT/results/node13/solver-37251-1149217103 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node13/37251-1149217103/instance-37251-1149217103.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.85 0.94 0.91 2/64 8232
/proc/meminfo: memFree=1403520/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=2328 CPUtime=0
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 148 0 0 0 0 0 0 0 18 0 1 0 187372949 2383872 129 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 11848568 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 582 129 110 16 0 11 0

[startup+10.002 s]
/proc/loadavg: 0.88 0.94 0.91 2/64 8232
/proc/meminfo: memFree=1401624/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=4276 CPUtime=9.99
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 711 0 0 0 999 0 0 0 25 0 1 0 187372949 4378624 682 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134558813 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1069 682 205 16 0 510 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4276

[startup+20.0084 s]
/proc/loadavg: 0.89 0.94 0.91 2/64 8232
/proc/meminfo: memFree=1401248/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=4668 CPUtime=19.99
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 799 0 0 0 1999 0 0 0 25 0 1 0 187372949 4780032 770 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134558931 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1167 770 205 16 0 608 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4668

[startup+30.0147 s]
/proc/loadavg: 0.91 0.94 0.91 2/64 8232
/proc/meminfo: memFree=1401056/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=4796 CPUtime=29.99
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 845 0 0 0 2999 0 0 0 25 0 1 0 187372949 4911104 816 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1199 816 205 16 0 640 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 4796

[startup+40.021 s]
/proc/loadavg: 0.92 0.94 0.91 2/64 8232
/proc/meminfo: memFree=1400800/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=5052 CPUtime=40
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 917 0 0 0 4000 0 0 0 25 0 1 0 187372949 5173248 888 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517721 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1263 888 205 16 0 704 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5052

[startup+50.0274 s]
/proc/loadavg: 0.93 0.95 0.91 2/64 8232
/proc/meminfo: memFree=1400480/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=5440 CPUtime=50
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 987 0 0 0 5000 0 0 0 25 0 1 0 187372949 5570560 958 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559532 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1360 958 205 16 0 801 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5440

[startup+60.0337 s]
/proc/loadavg: 0.94 0.95 0.91 2/64 8232
/proc/meminfo: memFree=1400480/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=5436 CPUtime=60
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 992 0 0 0 6000 0 0 0 25 0 1 0 187372949 5566464 963 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528057 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1359 963 205 16 0 800 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 5436

[startup+70.0401 s]
/proc/loadavg: 0.95 0.95 0.91 2/64 8232
/proc/meminfo: memFree=1400288/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=5572 CPUtime=70.01
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1034 0 0 0 7001 0 0 0 25 0 1 0 187372949 5705728 1005 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519917 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1393 1005 205 16 0 834 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 5572

[startup+80.0464 s]
/proc/loadavg: 0.96 0.95 0.91 2/64 8232
/proc/meminfo: memFree=1399904/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=5980 CPUtime=80.01
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1136 0 0 0 8001 0 0 0 25 0 1 0 187372949 6123520 1107 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134558647 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1495 1107 205 16 0 936 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 5980

[startup+90.0528 s]
/proc/loadavg: 0.96 0.95 0.91 2/64 8232
/proc/meminfo: memFree=1399904/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=5980 CPUtime=90.01
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1136 0 0 0 9001 0 0 0 25 0 1 0 187372949 6123520 1107 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528545 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1495 1107 205 16 0 936 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 5980

[startup+100.059 s]
/proc/loadavg: 0.97 0.95 0.91 2/64 8232
/proc/meminfo: memFree=1399904/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=5980 CPUtime=100.02
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1138 0 0 0 10002 0 0 0 25 0 1 0 187372949 6123520 1109 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528562 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1495 1109 205 16 0 936 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 5980

[startup+110.065 s]
/proc/loadavg: 0.97 0.95 0.91 2/64 8232
/proc/meminfo: memFree=1399904/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=6116 CPUtime=110.02
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1151 0 0 0 11002 0 0 0 25 0 1 0 187372949 6262784 1122 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557250 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1529 1122 205 16 0 970 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 6116

[startup+120.072 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 8232
/proc/meminfo: memFree=1399584/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=6372 CPUtime=120.02
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1219 0 0 0 12002 0 0 0 25 0 1 0 187372949 6524928 1190 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1593 1190 205 16 0 1034 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 6372

[startup+130.078 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 8232
/proc/meminfo: memFree=1399584/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=6356 CPUtime=130.03
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1219 0 0 0 13003 0 0 0 25 0 1 0 187372949 6508544 1190 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527337 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1589 1190 205 16 0 1030 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 6356

[startup+140.084 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 8232
/proc/meminfo: memFree=1399584/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=6356 CPUtime=140.03
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1220 0 0 0 14003 0 0 0 25 0 1 0 187372949 6508544 1191 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520048 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1589 1191 205 16 0 1030 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 6356

[startup+150.091 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 8232
/proc/meminfo: memFree=1399456/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=6492 CPUtime=150.04
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1249 0 0 0 15003 1 0 0 25 0 1 0 187372949 6647808 1220 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1623 1220 205 16 0 1064 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 6492

[startup+160.097 s]
/proc/loadavg: 0.99 0.96 0.91 2/70 8287
/proc/meminfo: memFree=1397968/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=6492 CPUtime=160.01
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1257 0 0 0 16000 1 0 0 25 0 1 0 187372949 6647808 1228 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517805 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1623 1228 205 16 0 1064 0
Current children cumulated CPU time (s) 160.01
Current children cumulated vsize (Kb) 6492

[startup+170.103 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 8427
/proc/meminfo: memFree=1398896/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=6492 CPUtime=169.95
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1269 0 0 0 16994 1 0 0 25 0 1 0 187372949 6647808 1240 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519937 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1623 1240 205 16 0 1064 0
Current children cumulated CPU time (s) 169.95
Current children cumulated vsize (Kb) 6492

[startup+180.11 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 8427
/proc/meminfo: memFree=1398856/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=6752 CPUtime=179.95
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1308 0 0 0 17994 1 0 0 25 0 1 0 187372949 6914048 1279 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1688 1279 205 16 0 1129 0
Current children cumulated CPU time (s) 179.95
Current children cumulated vsize (Kb) 6752

[startup+190.116 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 8427
/proc/meminfo: memFree=1398944/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=6752 CPUtime=189.95
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1314 0 0 0 18994 1 0 0 25 0 1 0 187372949 6914048 1285 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519884 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1688 1285 205 16 0 1129 0
Current children cumulated CPU time (s) 189.95
Current children cumulated vsize (Kb) 6752

[startup+200.123 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 8427
/proc/meminfo: memFree=1399008/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=6752 CPUtime=199.96
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1317 0 0 0 19995 1 0 0 25 0 1 0 187372949 6914048 1288 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520000 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1688 1288 205 16 0 1129 0
Current children cumulated CPU time (s) 199.96
Current children cumulated vsize (Kb) 6752

[startup+210.129 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 8427
/proc/meminfo: memFree=1398880/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=6880 CPUtime=209.96
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1343 0 0 0 20995 1 0 0 25 0 1 0 187372949 7045120 1314 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520059 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1720 1314 205 16 0 1161 0
Current children cumulated CPU time (s) 209.96
Current children cumulated vsize (Kb) 6880

[startup+220.135 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 8427
/proc/meminfo: memFree=1398944/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=6880 CPUtime=219.96
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1346 0 0 0 21995 1 0 0 25 0 1 0 187372949 7045120 1317 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520015 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1720 1317 205 16 0 1161 0
Current children cumulated CPU time (s) 219.96
Current children cumulated vsize (Kb) 6880

[startup+230.141 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 8427
/proc/meminfo: memFree=1398880/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=7008 CPUtime=229.96
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1365 0 0 0 22995 1 0 0 25 0 1 0 187372949 7176192 1336 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528528 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1752 1336 205 16 0 1193 0
Current children cumulated CPU time (s) 229.96
Current children cumulated vsize (Kb) 7008

[startup+240.147 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 8427
/proc/meminfo: memFree=1398880/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=6996 CPUtime=239.97
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1369 0 0 0 23996 1 0 0 25 0 1 0 187372949 7163904 1340 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1749 1340 205 16 0 1190 0
Current children cumulated CPU time (s) 239.97
Current children cumulated vsize (Kb) 6996

[startup+250.153 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 8427
/proc/meminfo: memFree=1398752/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=7132 CPUtime=249.97
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1387 0 0 0 24996 1 0 0 25 0 1 0 187372949 7303168 1358 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527767 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1783 1358 205 16 0 1224 0
Current children cumulated CPU time (s) 249.97
Current children cumulated vsize (Kb) 7132

[startup+260.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8427
/proc/meminfo: memFree=1398688/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=7260 CPUtime=259.97
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1415 0 0 0 25996 1 0 0 25 0 1 0 187372949 7434240 1386 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557904 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1815 1386 205 16 0 1256 0
Current children cumulated CPU time (s) 259.97
Current children cumulated vsize (Kb) 7260

[startup+270.166 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8427
/proc/meminfo: memFree=1398624/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=7228 CPUtime=269.98
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1421 0 0 0 26997 1 0 0 25 0 1 0 187372949 7401472 1392 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519937 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1807 1392 205 16 0 1248 0
Current children cumulated CPU time (s) 269.98
Current children cumulated vsize (Kb) 7228

[startup+280.173 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8427
/proc/meminfo: memFree=1398496/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=7372 CPUtime=279.98
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1450 0 0 0 27997 1 0 0 25 0 1 0 187372949 7548928 1421 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557393 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1843 1421 205 16 0 1284 0
Current children cumulated CPU time (s) 279.98
Current children cumulated vsize (Kb) 7372

[startup+290.179 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8427
/proc/meminfo: memFree=1398560/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=7372 CPUtime=289.98
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1454 0 0 0 28997 1 0 0 25 0 1 0 187372949 7548928 1425 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559532 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1843 1425 205 16 0 1284 0
Current children cumulated CPU time (s) 289.98
Current children cumulated vsize (Kb) 7372

[startup+300.185 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8427
/proc/meminfo: memFree=1398496/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=7372 CPUtime=299.99
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1469 0 0 0 29997 2 0 0 25 0 1 0 187372949 7548928 1440 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520059 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1843 1440 205 16 0 1284 0
Current children cumulated CPU time (s) 299.99
Current children cumulated vsize (Kb) 7372

[startup+310.191 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8427
/proc/meminfo: memFree=1398368/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=7516 CPUtime=310
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1494 0 0 0 30998 2 0 0 25 0 1 0 187372949 7696384 1465 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520000 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1879 1465 205 16 0 1320 0
Current children cumulated CPU time (s) 310
Current children cumulated vsize (Kb) 7516

[startup+320.198 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8427
/proc/meminfo: memFree=1398368/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=7516 CPUtime=320
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1498 0 0 0 31998 2 0 0 25 0 1 0 187372949 7696384 1469 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527750 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1879 1469 205 16 0 1320 0
Current children cumulated CPU time (s) 320
Current children cumulated vsize (Kb) 7516

[startup+330.204 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8427
/proc/meminfo: memFree=1398368/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=7516 CPUtime=330
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1505 0 0 0 32998 2 0 0 25 0 1 0 187372949 7696384 1476 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528528 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1879 1476 205 16 0 1320 0
Current children cumulated CPU time (s) 330
Current children cumulated vsize (Kb) 7516

[startup+340.211 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8427
/proc/meminfo: memFree=1398304/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=7644 CPUtime=340.01
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1519 0 0 0 33999 2 0 0 25 0 1 0 187372949 7827456 1490 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527547 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1911 1490 205 16 0 1352 0
Current children cumulated CPU time (s) 340.01
Current children cumulated vsize (Kb) 7644

[startup+350.217 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8427
/proc/meminfo: memFree=1398240/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=7644 CPUtime=350.01
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1534 0 0 0 34999 2 0 0 25 0 1 0 187372949 7827456 1505 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559567 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1911 1505 205 16 0 1352 0
Current children cumulated CPU time (s) 350.01
Current children cumulated vsize (Kb) 7644

[startup+360.223 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8427
/proc/meminfo: memFree=1398176/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=7644 CPUtime=360.01
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1539 0 0 0 35999 2 0 0 25 0 1 0 187372949 7827456 1510 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1911 1510 205 16 0 1352 0
Current children cumulated CPU time (s) 360.01
Current children cumulated vsize (Kb) 7644

[startup+370.229 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8427
/proc/meminfo: memFree=1398176/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=7772 CPUtime=370.02
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1551 0 0 0 37000 2 0 0 25 0 1 0 187372949 7958528 1522 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559483 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 1943 1522 205 16 0 1384 0
Current children cumulated CPU time (s) 370.02
Current children cumulated vsize (Kb) 7772

[startup+380.236 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8427
/proc/meminfo: memFree=1397728/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=8156 CPUtime=380.02
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1662 0 0 0 38000 2 0 0 25 0 1 0 187372949 8351744 1633 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520048 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 2039 1633 205 16 0 1480 0
Current children cumulated CPU time (s) 380.02
Current children cumulated vsize (Kb) 8156

[startup+390.242 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8427
/proc/meminfo: memFree=1397664/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=8156 CPUtime=390.02
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1662 0 0 0 39000 2 0 0 25 0 1 0 187372949 8351744 1633 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 2039 1633 205 16 0 1480 0
Current children cumulated CPU time (s) 390.02
Current children cumulated vsize (Kb) 8156

[startup+400.247 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8427
/proc/meminfo: memFree=1397664/2055920 swapFree=4181416/4192956
[pid=8232] ppid=8230 vsize=8156 CPUtime=400.03
/proc/8232/stat : 8232 (Pueblo13) R 8230 8232 8187 0 -1 4194304 1662 0 0 0 40001 2 0 0 25 0 1 0 187372949 8351744 1633 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559554 0 0 4096 0 0 0 0 17 1 0 0
/proc/8232/statm: 2039 1633 205 16 0 1480 0
Current children cumulated CPU time (s) 400.03
Current children cumulated vsize (Kb) 8156

Child status: 20
Real time (s): 405.598
CPU time (s): 405.378
CPU user time (s): 405.354
CPU system time (s): 0.023996
CPU usage (%): 99.9457
Max. virtual memory (cumulated for all children) (Kb): 8156

Launcher Data (download as text)

Begin job on node13 on Fri Jun  2 02:58:23 UTC 2006


FILE ID= 37251-1149217103

PBS_JOBID= 294908

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

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  4bba9489f2c1cdd3e2419eb13f48915c

RANDOM SEED= 400492670


/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.234
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.234
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:       1403728 kB
Buffers:         16644 kB
Cached:         566436 kB
SwapCached:       3148 kB
Active:         284416 kB
Inactive:       307284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1403728 kB
SwapTotal:     4192956 kB
SwapFree:      4181416 kB
Dirty:             272 kB
Writeback:           0 kB
Mapped:          14652 kB
Slab:            46496 kB
Committed_AS:   216060 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 node13 on Fri Jun  2 03:05:09 UTC 2006