Trace number 37225

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 407.351 407.504

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900576927.opb
MD5SUM7f91f8d08a20ca0a8483dc7b1c14e540
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 benchmark329.405
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00	c Pueblo version 1.4 (September 2005)
0.00	c Developed @ University of Michigan, Ann Arbor, MI
0.00	c  by Hossein Sheini
0.04	c starting to Solve
0.04	c #variables read: 231 - #constraints read: 2707
407.50	c total time              : 407.41 s
407.50	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/node37/watcher-37225-1149214480 -o ROOT/results/node37/solver-37225-1149214480 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node37/37225-1149214480/instance-37225-1149214480.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.96 1.01 0.96 2/64 19821
/proc/meminfo: memFree=1413640/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=2328 CPUtime=0
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 147 0 0 0 0 0 0 0 18 0 1 0 187114241 2383872 128 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 11504504 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 582 128 109 16 0 11 0

[startup+10.0026 s]
/proc/loadavg: 0.96 1.01 0.96 2/64 19821
/proc/meminfo: memFree=1411744/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=4272 CPUtime=9.99
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 705 0 0 0 999 0 0 0 25 0 1 0 187114241 4374528 676 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520204 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1068 676 205 16 0 509 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4272

[startup+20.0095 s]
/proc/loadavg: 0.97 1.01 0.96 2/64 19821
/proc/meminfo: memFree=1411368/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=4660 CPUtime=19.99
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 819 0 0 0 1999 0 0 0 25 0 1 0 187114241 4771840 790 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520391 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1165 790 205 16 0 606 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4660

[startup+30.0164 s]
/proc/loadavg: 0.97 1.01 0.96 2/64 19821
/proc/meminfo: memFree=1411304/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=4792 CPUtime=30
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 848 0 0 0 3000 0 0 0 25 0 1 0 187114241 4907008 819 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519989 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1198 819 205 16 0 639 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 4792

[startup+40.0232 s]
/proc/loadavg: 1.06 1.03 0.96 2/64 19821
/proc/meminfo: memFree=1411112/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=5052 CPUtime=40
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 894 0 0 0 4000 0 0 0 25 0 1 0 187114241 5173248 865 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520335 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1263 865 205 16 0 704 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5052

[startup+50.0301 s]
/proc/loadavg: 1.05 1.02 0.96 2/64 19821
/proc/meminfo: memFree=1410856/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=5316 CPUtime=50
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 971 0 0 0 5000 0 0 0 25 0 1 0 187114241 5443584 942 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559516 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1329 942 205 16 0 770 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5316

[startup+60.036 s]
/proc/loadavg: 1.04 1.02 0.96 2/64 19821
/proc/meminfo: memFree=1410792/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=5448 CPUtime=60
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 985 0 0 0 6000 0 0 0 25 0 1 0 187114241 5578752 956 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557384 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1362 956 205 16 0 803 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 5448

[startup+70.0429 s]
/proc/loadavg: 1.03 1.02 0.96 2/64 19821
/proc/meminfo: memFree=1410728/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=5448 CPUtime=70.01
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1002 0 0 0 7001 0 0 0 25 0 1 0 187114241 5578752 973 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520075 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1362 973 205 16 0 803 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 5448

[startup+80.0498 s]
/proc/loadavg: 1.03 1.02 0.96 2/64 19821
/proc/meminfo: memFree=1410344/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=5844 CPUtime=80.01
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1087 0 0 0 8001 0 0 0 25 0 1 0 187114241 5984256 1058 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527824 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1461 1058 205 16 0 902 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 5844

[startup+90.0556 s]
/proc/loadavg: 1.02 1.02 0.96 2/64 19821
/proc/meminfo: memFree=1410344/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=5844 CPUtime=90.01
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1101 0 0 0 9001 0 0 0 25 0 1 0 187114241 5984256 1072 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1461 1072 205 16 0 902 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 5844

[startup+100.062 s]
/proc/loadavg: 1.02 1.02 0.96 2/64 19821
/proc/meminfo: memFree=1410216/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=5972 CPUtime=100.01
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1126 0 0 0 10001 0 0 0 25 0 1 0 187114241 6115328 1097 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520048 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1493 1097 205 16 0 934 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 5972

[startup+110.067 s]
/proc/loadavg: 1.02 1.02 0.96 2/64 19821
/proc/meminfo: memFree=1410280/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=5972 CPUtime=110.02
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1129 0 0 0 11002 0 0 0 25 0 1 0 187114241 6115328 1100 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1493 1100 205 16 0 934 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 5972

[startup+120.074 s]
/proc/loadavg: 1.01 1.02 0.96 2/64 19821
/proc/meminfo: memFree=1410088/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=6100 CPUtime=120.02
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1161 0 0 0 12002 0 0 0 25 0 1 0 187114241 6246400 1132 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1525 1132 205 16 0 966 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 6100

[startup+130.08 s]
/proc/loadavg: 1.01 1.02 0.96 2/64 19821
/proc/meminfo: memFree=1409960/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=6232 CPUtime=130.03
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1200 0 0 0 13002 1 0 0 25 0 1 0 187114241 6381568 1171 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520012 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1558 1171 205 16 0 999 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 6232

[startup+140.086 s]
/proc/loadavg: 1.01 1.02 0.96 2/64 19821
/proc/meminfo: memFree=1409960/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=6232 CPUtime=140.03
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1204 0 0 0 14002 1 0 0 25 0 1 0 187114241 6381568 1175 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557327 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1558 1175 205 16 0 999 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 6232

[startup+150.092 s]
/proc/loadavg: 1.01 1.01 0.96 2/64 19821
/proc/meminfo: memFree=1409896/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=6232 CPUtime=150.03
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1204 0 0 0 15002 1 0 0 25 0 1 0 187114241 6381568 1175 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1558 1175 205 16 0 999 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 6232

[startup+160.098 s]
/proc/loadavg: 1.00 1.01 0.96 2/64 19821
/proc/meminfo: memFree=1409896/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=6360 CPUtime=160.03
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1210 0 0 0 16002 1 0 0 25 0 1 0 187114241 6512640 1181 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1590 1181 205 16 0 1031 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 6360

[startup+170.104 s]
/proc/loadavg: 1.00 1.01 0.96 2/64 19821
/proc/meminfo: memFree=1409896/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=6360 CPUtime=170.04
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1216 0 0 0 17003 1 0 0 25 0 1 0 187114241 6512640 1187 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1590 1187 205 16 0 1031 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 6360

[startup+180.11 s]
/proc/loadavg: 1.00 1.01 0.96 2/64 19821
/proc/meminfo: memFree=1409704/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=6520 CPUtime=180.04
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1251 0 0 0 18003 1 0 0 25 0 1 0 187114241 6676480 1222 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520116 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1630 1222 205 16 0 1071 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 6520

[startup+190.115 s]
/proc/loadavg: 1.00 1.01 0.96 2/64 19821
/proc/meminfo: memFree=1409576/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=6648 CPUtime=190.04
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1282 0 0 0 19003 1 0 0 25 0 1 0 187114241 6807552 1253 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559549 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1662 1253 205 16 0 1103 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 6648

[startup+200.121 s]
/proc/loadavg: 1.00 1.01 0.96 2/64 19821
/proc/meminfo: memFree=1409576/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=6648 CPUtime=200.04
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1291 0 0 0 20003 1 0 0 25 0 1 0 187114241 6807552 1262 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1662 1262 205 16 0 1103 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 6648

[startup+210.127 s]
/proc/loadavg: 1.00 1.01 0.96 2/64 19821
/proc/meminfo: memFree=1409448/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=6776 CPUtime=210.04
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1320 0 0 0 21003 1 0 0 25 0 1 0 187114241 6938624 1291 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559513 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1694 1291 205 16 0 1135 0
Current children cumulated CPU time (s) 210.04
Current children cumulated vsize (Kb) 6776

[startup+220.133 s]
/proc/loadavg: 1.00 1.01 0.96 2/64 19821
/proc/meminfo: memFree=1409384/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=6896 CPUtime=220.04
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1332 0 0 0 22003 1 0 0 25 0 1 0 187114241 7061504 1303 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1724 1303 205 16 0 1165 0
Current children cumulated CPU time (s) 220.04
Current children cumulated vsize (Kb) 6896

[startup+230.139 s]
/proc/loadavg: 1.00 1.01 0.96 2/64 19821
/proc/meminfo: memFree=1409384/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=6896 CPUtime=230.05
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1333 0 0 0 23004 1 0 0 25 0 1 0 187114241 7061504 1304 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557261 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1724 1304 205 16 0 1165 0
Current children cumulated CPU time (s) 230.05
Current children cumulated vsize (Kb) 6896

[startup+240.145 s]
/proc/loadavg: 1.00 1.01 0.96 2/64 19821
/proc/meminfo: memFree=1409256/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=7032 CPUtime=240.05
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1355 0 0 0 24004 1 0 0 25 0 1 0 187114241 7200768 1326 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 11965954 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1758 1326 205 16 0 1199 0
Current children cumulated CPU time (s) 240.05
Current children cumulated vsize (Kb) 7032

[startup+250.151 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 19821
/proc/meminfo: memFree=1409192/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=7032 CPUtime=250.05
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1366 0 0 0 25004 1 0 0 25 0 1 0 187114241 7200768 1337 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1758 1337 205 16 0 1199 0
Current children cumulated CPU time (s) 250.05
Current children cumulated vsize (Kb) 7032

[startup+260.157 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 19821
/proc/meminfo: memFree=1409192/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=7032 CPUtime=260.05
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1369 0 0 0 26004 1 0 0 25 0 1 0 187114241 7200768 1340 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520075 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1758 1340 205 16 0 1199 0
Current children cumulated CPU time (s) 260.05
Current children cumulated vsize (Kb) 7032

[startup+270.162 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 19821
/proc/meminfo: memFree=1409000/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=7160 CPUtime=270.05
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1412 0 0 0 27004 1 0 0 25 0 1 0 187114241 7331840 1383 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1790 1383 205 16 0 1231 0
Current children cumulated CPU time (s) 270.05
Current children cumulated vsize (Kb) 7160

[startup+280.168 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 19821
/proc/meminfo: memFree=1408936/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=7280 CPUtime=280.06
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1428 0 0 0 28005 1 0 0 25 0 1 0 187114241 7454720 1399 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559382 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1820 1399 205 16 0 1261 0
Current children cumulated CPU time (s) 280.06
Current children cumulated vsize (Kb) 7280

[startup+290.174 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 19821
/proc/meminfo: memFree=1408936/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=7280 CPUtime=290.06
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1432 0 0 0 29005 1 0 0 25 0 1 0 187114241 7454720 1403 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559483 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1820 1403 205 16 0 1261 0
Current children cumulated CPU time (s) 290.06
Current children cumulated vsize (Kb) 7280

[startup+300.18 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 19821
/proc/meminfo: memFree=1408872/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=7416 CPUtime=300.06
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1445 0 0 0 30005 1 0 0 25 0 1 0 187114241 7593984 1416 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519946 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1854 1416 205 16 0 1295 0
Current children cumulated CPU time (s) 300.06
Current children cumulated vsize (Kb) 7416

[startup+310.186 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 19821
/proc/meminfo: memFree=1408808/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=7416 CPUtime=310.06
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1455 0 0 0 31005 1 0 0 25 0 1 0 187114241 7593984 1426 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519884 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1854 1426 205 16 0 1295 0
Current children cumulated CPU time (s) 310.06
Current children cumulated vsize (Kb) 7416

[startup+320.192 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 19821
/proc/meminfo: memFree=1408872/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=7416 CPUtime=320.06
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1458 0 0 0 32005 1 0 0 25 0 1 0 187114241 7593984 1429 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1854 1429 205 16 0 1295 0
Current children cumulated CPU time (s) 320.06
Current children cumulated vsize (Kb) 7416

[startup+330.199 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 19821
/proc/meminfo: memFree=1408744/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=7544 CPUtime=330.07
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1495 0 0 0 33006 1 0 0 25 0 1 0 187114241 7725056 1466 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519910 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1886 1466 205 16 0 1327 0
Current children cumulated CPU time (s) 330.07
Current children cumulated vsize (Kb) 7544

[startup+340.206 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 19821
/proc/meminfo: memFree=1408744/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=7544 CPUtime=340.07
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1495 0 0 0 34006 1 0 0 25 0 1 0 187114241 7725056 1466 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559480 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1886 1466 205 16 0 1327 0
Current children cumulated CPU time (s) 340.07
Current children cumulated vsize (Kb) 7544

[startup+350.212 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 19821
/proc/meminfo: memFree=1408744/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=7544 CPUtime=350.07
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1495 0 0 0 35006 1 0 0 25 0 1 0 187114241 7725056 1466 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1886 1466 205 16 0 1327 0
Current children cumulated CPU time (s) 350.07
Current children cumulated vsize (Kb) 7544

[startup+360.218 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 19821
/proc/meminfo: memFree=1408680/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=7544 CPUtime=360.08
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1495 0 0 0 36007 1 0 0 25 0 1 0 187114241 7725056 1466 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1886 1466 205 16 0 1327 0
Current children cumulated CPU time (s) 360.08
Current children cumulated vsize (Kb) 7544

[startup+370.224 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 19821
/proc/meminfo: memFree=1408680/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=7544 CPUtime=370.07
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1495 0 0 0 37006 1 0 0 25 0 1 0 187114241 7725056 1466 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134554508 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1886 1466 205 16 0 1327 0
Current children cumulated CPU time (s) 370.07
Current children cumulated vsize (Kb) 7544

[startup+380.23 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 19821
/proc/meminfo: memFree=1408616/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=7680 CPUtime=380.08
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1516 0 0 0 38007 1 0 0 25 0 1 0 187114241 7864320 1487 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1920 1487 205 16 0 1361 0
Current children cumulated CPU time (s) 380.08
Current children cumulated vsize (Kb) 7680

[startup+390.236 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 19821
/proc/meminfo: memFree=1408552/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=7680 CPUtime=390.15
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1524 0 0 0 39014 1 0 0 25 0 1 0 187114241 7864320 1495 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1920 1495 205 16 0 1361 0
Current children cumulated CPU time (s) 390.15
Current children cumulated vsize (Kb) 7680

[startup+400.315 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 19821
/proc/meminfo: memFree=1408488/2055920 swapFree=4181380/4192956
[pid=19821] ppid=19819 vsize=7680 CPUtime=400.16
/proc/19821/stat : 19821 (Pueblo13) R 19819 19821 19776 0 -1 4194304 1537 0 0 0 40015 1 0 0 25 0 1 0 187114241 7864320 1508 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19821/statm: 1920 1508 205 16 0 1361 0
Current children cumulated CPU time (s) 400.16
Current children cumulated vsize (Kb) 7680

Child status: 20
Real time (s): 407.504
CPU time (s): 407.351
CPU user time (s): 407.33
CPU system time (s): 0.020996
CPU usage (%): 99.9625
Max. virtual memory (cumulated for all children) (Kb): 7680

Launcher Data (download as text)

Begin job on node37 on Fri Jun  2 02:14:40 UTC 2006


FILE ID= 37225-1149214480

PBS_JOBID= 294575

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

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  7f91f8d08a20ca0a8483dc7b1c14e540

RANDOM SEED= 293560913


/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.281
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.281
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:       1413848 kB
Buffers:         29644 kB
Cached:         539392 kB
SwapCached:       3592 kB
Active:         196864 kB
Inactive:       381184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1413848 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:             196 kB
Writeback:           0 kB
Mapped:          14920 kB
Slab:            50064 kB
Committed_AS:   173248 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node37 on Fri Jun  2 02:21:28 UTC 2006