Trace number 36080

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.4UNSAT 577.87 578.028

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900577940.opb
MD5SUM07abcf74f2aa8e328290ac3dd6aefa51
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 benchmark395.406
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 661
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
578.02	c total time              : 577.94 s
578.02	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/node81/watcher-36080-1149214906 -o ROOT/results/node81/solver-36080-1149214906 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node81/36080-1149214906/instance-36080-1149214906.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.88 0.93 0.93 3/68 18466
/proc/meminfo: memFree=1313384/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=2336 CPUtime=0
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 77 0 0 0 0 0 0 0 18 0 1 0 187130069 2392064 62 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 10072704 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 584 76 62 16 0 11 0

[startup+10.0021 s]
/proc/loadavg: 0.90 0.93 0.93 2/68 18466
/proc/meminfo: memFree=1311272/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=4408 CPUtime=9.99
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 756 0 0 0 999 0 0 0 25 0 1 0 187130069 4513792 728 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527547 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1102 728 205 16 0 542 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4408

[startup+20.0082 s]
/proc/loadavg: 0.92 0.94 0.93 2/68 18466
/proc/meminfo: memFree=1310952/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=4792 CPUtime=19.99
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 836 0 0 0 1999 0 0 0 25 0 1 0 187130069 4907008 808 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527989 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1198 808 205 16 0 638 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4792

[startup+30.0143 s]
/proc/loadavg: 0.93 0.94 0.93 2/68 18466
/proc/meminfo: memFree=1310760/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=4948 CPUtime=30
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 880 0 0 0 3000 0 0 0 25 0 1 0 187130069 5066752 852 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134529023 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1237 852 205 16 0 677 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 4948

[startup+40.0194 s]
/proc/loadavg: 0.94 0.94 0.93 2/68 18466
/proc/meminfo: memFree=1310568/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=5036 CPUtime=40
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 911 0 0 0 4000 0 0 0 25 0 1 0 187130069 5156864 883 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556411 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1259 883 205 16 0 699 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5036

[startup+50.0255 s]
/proc/loadavg: 0.95 0.94 0.93 2/68 18466
/proc/meminfo: memFree=1310504/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=5300 CPUtime=50
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 954 0 0 0 5000 0 0 0 25 0 1 0 187130069 5427200 926 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528360 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1325 926 205 16 0 765 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5300

[startup+60.0316 s]
/proc/loadavg: 0.95 0.94 0.93 2/68 18466
/proc/meminfo: memFree=1310440/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=5300 CPUtime=60.01
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 970 0 0 0 6001 0 0 0 25 0 1 0 187130069 5427200 942 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528267 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1325 942 205 16 0 765 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 5300

[startup+70.0378 s]
/proc/loadavg: 0.96 0.94 0.93 2/68 18466
/proc/meminfo: memFree=1310312/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=5392 CPUtime=70.01
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 985 0 0 0 7001 0 0 0 25 0 1 0 187130069 5521408 957 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1348 957 205 16 0 788 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 5392

[startup+80.0439 s]
/proc/loadavg: 0.97 0.94 0.93 2/68 18466
/proc/meminfo: memFree=1310120/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=5624 CPUtime=80.01
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1039 0 0 0 8001 0 0 0 25 0 1 0 187130069 5758976 1011 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 10534781 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1406 1011 205 16 0 846 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 5624

[startup+90.05 s]
/proc/loadavg: 0.97 0.95 0.93 2/68 18466
/proc/meminfo: memFree=1310056/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=5624 CPUtime=90.02
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1057 0 0 0 9002 0 0 0 25 0 1 0 187130069 5758976 1029 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527762 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1406 1029 205 16 0 846 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 5624

[startup+100.055 s]
/proc/loadavg: 0.98 0.95 0.93 2/68 18466
/proc/meminfo: memFree=1309992/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=5724 CPUtime=100.02
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1073 0 0 0 10002 0 0 0 25 0 1 0 187130069 5861376 1045 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527753 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1431 1045 205 16 0 871 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 5724

[startup+110.061 s]
/proc/loadavg: 0.98 0.95 0.93 2/68 18466
/proc/meminfo: memFree=1309928/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=5808 CPUtime=110.02
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1093 0 0 0 11002 0 0 0 25 0 1 0 187130069 5947392 1065 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527737 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1452 1065 205 16 0 892 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 5808

[startup+120.067 s]
/proc/loadavg: 0.98 0.95 0.93 2/68 18466
/proc/meminfo: memFree=1309736/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=5976 CPUtime=120.03
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1143 0 0 0 12003 0 0 0 25 0 1 0 187130069 6119424 1115 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559154 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1494 1115 205 16 0 934 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 5976

[startup+130.073 s]
/proc/loadavg: 0.98 0.95 0.93 2/68 18466
/proc/meminfo: memFree=1309608/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=6096 CPUtime=130.03
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1176 0 0 0 13003 0 0 0 25 0 1 0 187130069 6242304 1148 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527740 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1524 1148 205 16 0 964 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 6096

[startup+140.08 s]
/proc/loadavg: 0.99 0.95 0.93 2/68 18466
/proc/meminfo: memFree=1309608/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=6096 CPUtime=140.03
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1176 0 0 0 14003 0 0 0 25 0 1 0 187130069 6242304 1148 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527981 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1524 1148 205 16 0 964 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 6096

[startup+150.086 s]
/proc/loadavg: 0.99 0.95 0.93 2/68 18466
/proc/meminfo: memFree=1309608/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=6096 CPUtime=150.04
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1176 0 0 0 15004 0 0 0 25 0 1 0 187130069 6242304 1148 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527767 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1524 1148 205 16 0 964 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 6096

[startup+160.091 s]
/proc/loadavg: 0.99 0.95 0.93 2/68 18466
/proc/meminfo: memFree=1309480/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=6216 CPUtime=160.04
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1196 0 0 0 16004 0 0 0 25 0 1 0 187130069 6365184 1168 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527748 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1554 1168 205 16 0 994 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 6216

[startup+170.096 s]
/proc/loadavg: 0.99 0.95 0.93 2/68 18466
/proc/meminfo: memFree=1309480/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=6200 CPUtime=170.04
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1196 0 0 0 17004 0 0 0 25 0 1 0 187130069 6348800 1168 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527848 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1550 1168 205 16 0 990 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 6200

[startup+180.102 s]
/proc/loadavg: 0.99 0.95 0.93 2/68 18466
/proc/meminfo: memFree=1309160/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=6524 CPUtime=180.04
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1278 0 0 0 18004 0 0 0 25 0 1 0 187130069 6680576 1250 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1631 1250 205 16 0 1071 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 6524

[startup+190.108 s]
/proc/loadavg: 0.99 0.96 0.93 2/68 18466
/proc/meminfo: memFree=1309032/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=6660 CPUtime=190.05
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1318 0 0 0 19005 0 0 0 25 0 1 0 187130069 6819840 1285 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527547 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1665 1285 205 16 0 1105 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 6660

[startup+200.114 s]
/proc/loadavg: 0.99 0.96 0.93 2/68 18466
/proc/meminfo: memFree=1309096/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=6612 CPUtime=200.05
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1318 0 0 0 20005 0 0 0 25 0 1 0 187130069 6770688 1279 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527748 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1653 1279 205 16 0 1093 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 6612

[startup+210.12 s]
/proc/loadavg: 0.99 0.96 0.93 2/68 18466
/proc/meminfo: memFree=1309096/2055892 swapFree=4085344/4096564

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

/proc/18466/statm: 1815 1442 205 16 0 1255 0
Current children cumulated CPU time (s) 360.1
Current children cumulated vsize (Kb) 7260

[startup+370.214 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1308392/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7260 CPUtime=370.1
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1508 0 0 0 37010 0 0 0 25 0 1 0 187130069 7434240 1442 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527740 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1815 1442 205 16 0 1255 0
Current children cumulated CPU time (s) 370.1
Current children cumulated vsize (Kb) 7260

[startup+380.22 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1308392/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7260 CPUtime=380.11
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1508 0 0 0 38011 0 0 0 25 0 1 0 187130069 7434240 1442 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1815 1442 205 16 0 1255 0
Current children cumulated CPU time (s) 380.11
Current children cumulated vsize (Kb) 7260

[startup+390.226 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1308392/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7260 CPUtime=390.11
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1508 0 0 0 39011 0 0 0 25 0 1 0 187130069 7434240 1442 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527833 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1815 1442 205 16 0 1255 0
Current children cumulated CPU time (s) 390.11
Current children cumulated vsize (Kb) 7260

[startup+400.231 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1308136/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7592 CPUtime=400.11
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1572 0 0 0 40011 0 0 0 25 0 1 0 187130069 7774208 1506 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528344 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1898 1506 205 16 0 1338 0
Current children cumulated CPU time (s) 400.11
Current children cumulated vsize (Kb) 7592

[startup+410.237 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1307944/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7700 CPUtime=410.11
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1605 0 0 0 41011 0 0 0 25 0 1 0 187130069 7884800 1539 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559575 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1925 1539 205 16 0 1365 0
Current children cumulated CPU time (s) 410.11
Current children cumulated vsize (Kb) 7700

[startup+420.243 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1307944/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7700 CPUtime=420.12
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1605 0 0 0 42012 0 0 0 25 0 1 0 187130069 7884800 1539 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527836 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1925 1539 205 16 0 1365 0
Current children cumulated CPU time (s) 420.12
Current children cumulated vsize (Kb) 7700

[startup+430.249 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1307944/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7716 CPUtime=430.12
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1626 0 0 0 43012 0 0 0 25 0 1 0 187130069 7901184 1556 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1929 1556 205 16 0 1369 0
Current children cumulated CPU time (s) 430.12
Current children cumulated vsize (Kb) 7716

[startup+440.255 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1307944/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7672 CPUtime=440.13
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1626 0 0 0 44013 0 0 0 25 0 1 0 187130069 7856128 1545 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528346 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1918 1545 205 16 0 1358 0
Current children cumulated CPU time (s) 440.13
Current children cumulated vsize (Kb) 7672

[startup+450.261 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1307944/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7732 CPUtime=450.13
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1640 0 0 0 45013 0 0 0 25 0 1 0 187130069 7917568 1559 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527762 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1933 1559 205 16 0 1373 0
Current children cumulated CPU time (s) 450.13
Current children cumulated vsize (Kb) 7732

[startup+460.266 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1307944/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7832 CPUtime=460.13
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1642 0 0 0 46013 0 0 0 25 0 1 0 187130069 8019968 1561 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517896 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1958 1561 205 16 0 1398 0
Current children cumulated CPU time (s) 460.13
Current children cumulated vsize (Kb) 7832

[startup+470.272 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1307880/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7748 CPUtime=470.13
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1646 0 0 0 47013 0 0 0 25 0 1 0 187130069 7933952 1564 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528023 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1937 1564 205 16 0 1377 0
Current children cumulated CPU time (s) 470.13
Current children cumulated vsize (Kb) 7748

[startup+480.278 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1307880/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7700 CPUtime=480.14
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1646 0 0 0 48014 0 0 0 25 0 1 0 187130069 7884800 1552 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527750 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1925 1552 205 16 0 1365 0
Current children cumulated CPU time (s) 480.14
Current children cumulated vsize (Kb) 7700

[startup+490.284 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1307816/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7860 CPUtime=490.14
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1680 0 0 0 49014 0 0 0 25 0 1 0 187130069 8048640 1586 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1965 1586 205 16 0 1405 0
Current children cumulated CPU time (s) 490.14
Current children cumulated vsize (Kb) 7860

[startup+500.291 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1307752/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7840 CPUtime=500.14
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1691 0 0 0 50014 0 0 0 25 0 1 0 187130069 8028160 1587 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556309 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1960 1587 205 16 0 1400 0
Current children cumulated CPU time (s) 500.14
Current children cumulated vsize (Kb) 7840

[startup+510.297 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1307752/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7840 CPUtime=510.15
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1691 0 0 0 51015 0 0 0 25 0 1 0 187130069 8028160 1587 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134558922 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1960 1587 205 16 0 1400 0
Current children cumulated CPU time (s) 510.15
Current children cumulated vsize (Kb) 7840

[startup+520.303 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1307752/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7836 CPUtime=520.15
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1691 0 0 0 52015 0 0 0 25 0 1 0 187130069 8024064 1586 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527740 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1959 1586 205 16 0 1399 0
Current children cumulated CPU time (s) 520.15
Current children cumulated vsize (Kb) 7836

[startup+530.309 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1307688/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7924 CPUtime=530.15
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1707 0 0 0 53015 0 0 0 25 0 1 0 187130069 8114176 1602 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527824 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1981 1602 205 16 0 1421 0
Current children cumulated CPU time (s) 530.15
Current children cumulated vsize (Kb) 7924

[startup+540.315 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1307688/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7940 CPUtime=540.16
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1717 0 0 0 54016 0 0 0 25 0 1 0 187130069 8130560 1597 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528346 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1985 1597 205 16 0 1425 0
Current children cumulated CPU time (s) 540.16
Current children cumulated vsize (Kb) 7940

[startup+550.321 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1307752/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7860 CPUtime=550.16
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1717 0 0 0 55016 0 0 0 25 0 1 0 187130069 8048640 1592 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520000 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1965 1592 205 16 0 1405 0
Current children cumulated CPU time (s) 550.16
Current children cumulated vsize (Kb) 7860

[startup+560.327 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1307752/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7860 CPUtime=560.16
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1717 0 0 0 56016 0 0 0 25 0 1 0 187130069 8048640 1592 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1965 1592 205 16 0 1405 0
Current children cumulated CPU time (s) 560.16
Current children cumulated vsize (Kb) 7860

[startup+570.332 s]
/proc/loadavg: 0.99 0.97 0.93 2/68 18466
/proc/meminfo: memFree=1307752/2055892 swapFree=4085344/4096564
[pid=18466] ppid=18464 vsize=7860 CPUtime=570.17
/proc/18466/stat : 18466 (Pueblo) R 18464 18466 18421 0 -1 4194304 1717 0 0 0 57017 0 0 0 25 0 1 0 187130069 8048640 1592 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527995 0 0 4096 0 0 0 0 17 1 0 0
/proc/18466/statm: 1965 1592 205 16 0 1405 0
Current children cumulated CPU time (s) 570.17
Current children cumulated vsize (Kb) 7860

Child status: 20
Real time (s): 578.028
CPU time (s): 577.87
CPU user time (s): 577.86
CPU system time (s): 0.009998
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (Kb): 7940

Launcher Data (download as text)

Begin job on node81 on Fri Jun  2 02:21:46 UTC 2006


FILE ID= 36080-1149214906

PBS_JOBID= 294636

BENCH NAME= ROOT/tmp/node81/36080-1149214906/instance-36080-1149214906.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node81/36080-1149214906/instance-36080-1149214906.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node81/watcher-36080-1149214906 -o ROOT/results/node81/solver-36080-1149214906 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node81/36080-1149214906/instance-36080-1149214906.opb

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  07abcf74f2aa8e328290ac3dd6aefa51

RANDOM SEED= 222559173


/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.248
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	: 6006.19
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.248
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1313592 kB
Buffers:         43364 kB
Cached:         621264 kB
SwapCached:       2656 kB
Active:         159420 kB
Inactive:       514108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1313592 kB
SwapTotal:     4096564 kB
SwapFree:      4085344 kB
Dirty:             164 kB
Writeback:           0 kB
Mapped:          16508 kB
Slab:            55300 kB
Committed_AS:   207844 kB
PageTables:       1288 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node81 on Fri Jun  2 02:31:24 UTC 2006