Trace number 36115

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 950.409 950.733

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900559676.opb
MD5SUMf4b978648ea0f0ad7162795950b3a449
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 benchmark524.97
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
950.73	c total time              : 950.54 s
950.73	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/node44/watcher-36115-1149219056 -o ROOT/results/node44/solver-36115-1149219056 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node44/36115-1149219056/instance-36115-1149219056.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1449552/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=2280 CPUtime=0
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 187572395 2334720 154 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4160404688 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 570 165 143 16 0 11 0

[startup+10.0028 s]
/proc/loadavg: 0.93 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1447272/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=4604 CPUtime=9.99
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 785 0 0 0 999 0 0 0 25 0 1 0 187572395 4714496 756 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 11714484 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1151 756 205 16 0 592 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4604

[startup+20.0096 s]
/proc/loadavg: 0.94 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1446960/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=4868 CPUtime=19.99
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 865 0 0 0 1999 0 0 0 25 0 1 0 187572395 4984832 836 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556304 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1217 836 205 16 0 658 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4868

[startup+30.0164 s]
/proc/loadavg: 0.95 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1446832/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=4956 CPUtime=30
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 892 0 0 0 3000 0 0 0 25 0 1 0 187572395 5074944 863 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 11714981 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1239 863 205 16 0 680 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 4956

[startup+40.0223 s]
/proc/loadavg: 0.96 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1446576/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=5252 CPUtime=40
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 953 0 0 0 4000 0 0 0 25 0 1 0 187572395 5378048 924 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528346 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1313 924 205 16 0 754 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5252

[startup+50.0291 s]
/proc/loadavg: 0.96 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1446320/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=5512 CPUtime=50
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1014 0 0 0 5000 0 0 0 25 0 1 0 187572395 5644288 985 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528344 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1378 985 205 16 0 819 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5512

[startup+60.035 s]
/proc/loadavg: 0.97 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1446256/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=5612 CPUtime=60
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1047 0 0 0 6000 0 0 0 25 0 1 0 187572395 5746688 1018 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527737 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1403 1018 205 16 0 844 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 5612

[startup+70.0408 s]
/proc/loadavg: 0.97 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1446128/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=5744 CPUtime=70
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1076 0 0 0 7000 0 0 0 25 0 1 0 187572395 5881856 1047 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532125 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1436 1047 205 16 0 877 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 5744

[startup+80.0467 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1446128/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=5744 CPUtime=80.01
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1076 0 0 0 8001 0 0 0 25 0 1 0 187572395 5881856 1047 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527740 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1436 1047 205 16 0 877 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 5744

[startup+90.0525 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1446128/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=5744 CPUtime=90.01
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1082 0 0 0 9001 0 0 0 25 0 1 0 187572395 5881856 1053 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134533479 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1436 1053 205 16 0 877 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 5744

[startup+100.058 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1446064/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=5744 CPUtime=100.01
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1090 0 0 0 10001 0 0 0 25 0 1 0 187572395 5881856 1061 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528622 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1436 1061 205 16 0 877 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 5744

[startup+110.064 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1445744/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=6040 CPUtime=110.01
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1164 0 0 0 11001 0 0 0 25 0 1 0 187572395 6184960 1135 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527750 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1510 1135 205 16 0 951 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 6040

[startup+120.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1445680/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=6132 CPUtime=120.02
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1179 0 0 0 12002 0 0 0 25 0 1 0 187572395 6279168 1150 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527851 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1533 1150 205 16 0 974 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 6132

[startup+130.076 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1445616/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=6224 CPUtime=130.02
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1201 0 0 0 13002 0 0 0 25 0 1 0 187572395 6373376 1172 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527762 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1556 1172 205 16 0 997 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 6224

[startup+140.082 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1445616/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=6220 CPUtime=140.02
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1201 0 0 0 14002 0 0 0 25 0 1 0 187572395 6369280 1172 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1555 1172 205 16 0 996 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 6220

[startup+150.088 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1445552/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=6340 CPUtime=150.03
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1215 0 0 0 15002 1 0 0 25 0 1 0 187572395 6492160 1186 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527767 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1585 1186 205 16 0 1026 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 6340

[startup+160.093 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1445488/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=6300 CPUtime=160.03
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1239 0 0 0 16002 1 0 0 25 0 1 0 187572395 6451200 1202 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527759 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1575 1202 205 16 0 1016 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 6300

[startup+170.099 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1445296/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=6564 CPUtime=170.04
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1292 0 0 0 17003 1 0 0 25 0 1 0 187572395 6721536 1255 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527547 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1641 1255 205 16 0 1082 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 6564

[startup+180.105 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1445104/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=6740 CPUtime=180.04
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1326 0 0 0 18003 1 0 0 25 0 1 0 187572395 6901760 1289 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559586 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1685 1289 205 16 0 1126 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 6740

[startup+190.111 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9084
/proc/meminfo: memFree=1445104/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=6708 CPUtime=190.04
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1330 0 0 0 19003 1 0 0 25 0 1 0 187572395 6868992 1293 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134557307 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1677 1293 205 16 0 1118 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 6708

[startup+200.117 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1444912/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=6700 CPUtime=200.04
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1330 0 0 0 20003 1 0 0 25 0 1 0 187572395 6860800 1293 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528357 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 1675 1293 205 16 0 1116 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 6700

[startup+210.123 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1444912/2055920 swapFree=4181400/4192956

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

/proc/9084/statm: 2047 1675 205 16 0 1488 0
Current children cumulated CPU time (s) 740.18
Current children cumulated vsize (Kb) 8188

[startup+750.445 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443312/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8312 CPUtime=750.18
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1749 0 0 0 75016 2 0 0 25 0 1 0 187572395 8511488 1684 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2078 1684 205 16 0 1519 0
Current children cumulated CPU time (s) 750.18
Current children cumulated vsize (Kb) 8312

[startup+760.451 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443312/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8300 CPUtime=760.18
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1749 0 0 0 76016 2 0 0 25 0 1 0 187572395 8499200 1684 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2075 1684 205 16 0 1516 0
Current children cumulated CPU time (s) 760.18
Current children cumulated vsize (Kb) 8300

[startup+770.457 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443312/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8300 CPUtime=770.19
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1755 0 0 0 77017 2 0 0 25 0 1 0 187572395 8499200 1690 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527740 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2075 1690 205 16 0 1516 0
Current children cumulated CPU time (s) 770.19
Current children cumulated vsize (Kb) 8300

[startup+780.463 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443376/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8300 CPUtime=780.19
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1755 0 0 0 78017 2 0 0 25 0 1 0 187572395 8499200 1690 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527956 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2075 1690 205 16 0 1516 0
Current children cumulated CPU time (s) 780.19
Current children cumulated vsize (Kb) 8300

[startup+790.469 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443312/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8300 CPUtime=790.19
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1756 0 0 0 79017 2 0 0 25 0 1 0 187572395 8499200 1691 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527753 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2075 1691 205 16 0 1516 0
Current children cumulated CPU time (s) 790.19
Current children cumulated vsize (Kb) 8300

[startup+800.475 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443248/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8364 CPUtime=800.19
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1784 0 0 0 80017 2 0 0 25 0 1 0 187572395 8564736 1719 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559537 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2091 1719 205 16 0 1532 0
Current children cumulated CPU time (s) 800.19
Current children cumulated vsize (Kb) 8364

[startup+810.481 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443184/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8308 CPUtime=810.2
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1784 0 0 0 81018 2 0 0 25 0 1 0 187572395 8507392 1705 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527956 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2077 1705 205 16 0 1518 0
Current children cumulated CPU time (s) 810.2
Current children cumulated vsize (Kb) 8308

[startup+820.486 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443184/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8304 CPUtime=820.2
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1784 0 0 0 82018 2 0 0 25 0 1 0 187572395 8503296 1704 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559599 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2076 1704 205 16 0 1517 0
Current children cumulated CPU time (s) 820.2
Current children cumulated vsize (Kb) 8304

[startup+830.492 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443184/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8304 CPUtime=830.2
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1784 0 0 0 83018 2 0 0 25 0 1 0 187572395 8503296 1704 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527839 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2076 1704 205 16 0 1517 0
Current children cumulated CPU time (s) 830.2
Current children cumulated vsize (Kb) 8304

[startup+840.498 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443184/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8304 CPUtime=840.2
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1784 0 0 0 84018 2 0 0 25 0 1 0 187572395 8503296 1704 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527824 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2076 1704 205 16 0 1517 0
Current children cumulated CPU time (s) 840.2
Current children cumulated vsize (Kb) 8304

[startup+850.504 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443248/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8304 CPUtime=850.21
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1784 0 0 0 85019 2 0 0 25 0 1 0 187572395 8503296 1704 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134557412 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2076 1704 205 16 0 1517 0
Current children cumulated CPU time (s) 850.21
Current children cumulated vsize (Kb) 8304

[startup+860.51 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443248/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8408 CPUtime=860.21
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1793 0 0 0 86019 2 0 0 25 0 1 0 187572395 8609792 1713 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 11715606 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2102 1713 205 16 0 1543 0
Current children cumulated CPU time (s) 860.21
Current children cumulated vsize (Kb) 8408

[startup+870.516 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443248/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8396 CPUtime=870.21
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1793 0 0 0 87019 2 0 0 25 0 1 0 187572395 8597504 1713 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519937 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2099 1713 205 16 0 1540 0
Current children cumulated CPU time (s) 870.21
Current children cumulated vsize (Kb) 8396

[startup+880.521 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443184/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8392 CPUtime=880.21
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1805 0 0 0 88019 2 0 0 25 0 1 0 187572395 8593408 1725 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559512 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2098 1725 205 16 0 1539 0
Current children cumulated CPU time (s) 880.21
Current children cumulated vsize (Kb) 8392

[startup+890.527 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443184/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8392 CPUtime=890.21
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1805 0 0 0 89019 2 0 0 25 0 1 0 187572395 8593408 1725 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527934 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2098 1725 205 16 0 1539 0
Current children cumulated CPU time (s) 890.21
Current children cumulated vsize (Kb) 8392

[startup+900.533 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443184/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8388 CPUtime=900.22
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1805 0 0 0 90020 2 0 0 25 0 1 0 187572395 8589312 1725 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527753 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2097 1725 205 16 0 1538 0
Current children cumulated CPU time (s) 900.22
Current children cumulated vsize (Kb) 8388

[startup+910.539 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443120/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8356 CPUtime=910.22
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1805 0 0 0 91020 2 0 0 25 0 1 0 187572395 8556544 1717 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527879 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2089 1717 205 16 0 1530 0
Current children cumulated CPU time (s) 910.22
Current children cumulated vsize (Kb) 8356

[startup+920.545 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443184/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8308 CPUtime=920.22
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1805 0 0 0 92020 2 0 0 25 0 1 0 187572395 8507392 1705 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527108 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2077 1705 205 16 0 1518 0
Current children cumulated CPU time (s) 920.22
Current children cumulated vsize (Kb) 8308

[startup+930.551 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443184/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8304 CPUtime=930.22
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1805 0 0 0 93020 2 0 0 25 0 1 0 187572395 8503296 1704 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528360 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2076 1704 205 16 0 1517 0
Current children cumulated CPU time (s) 930.22
Current children cumulated vsize (Kb) 8304

[startup+940.557 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443184/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8304 CPUtime=940.23
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1805 0 0 0 94021 2 0 0 25 0 1 0 187572395 8503296 1704 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528322 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2076 1704 205 16 0 1517 0
Current children cumulated CPU time (s) 940.23
Current children cumulated vsize (Kb) 8304

[startup+950.562 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 9086
/proc/meminfo: memFree=1443184/2055920 swapFree=4181400/4192956
[pid=9084] ppid=9082 vsize=8304 CPUtime=950.23
/proc/9084/stat : 9084 (Pueblo) R 9082 9084 9039 0 -1 4194304 1805 0 0 0 95021 2 0 0 25 0 1 0 187572395 8503296 1704 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527009 0 0 4096 0 0 0 0 17 1 0 0
/proc/9084/statm: 2076 1704 205 16 0 1517 0
Current children cumulated CPU time (s) 950.23
Current children cumulated vsize (Kb) 8304

Child status: 20
Real time (s): 950.733
CPU time (s): 950.409
CPU user time (s): 950.379
CPU system time (s): 0.029995
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (Kb): 8408

Launcher Data (download as text)

Begin job on node44 on Fri Jun  2 03:30:56 UTC 2006


FILE ID= 36115-1149219056

PBS_JOBID= 295095

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

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  f4b978648ea0f0ad7162795950b3a449

RANDOM SEED= 80798799


/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.261
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.261
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:       1449760 kB
Buffers:         19864 kB
Cached:         514936 kB
SwapCached:       3488 kB
Active:          63980 kB
Inactive:       479768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1449760 kB
SwapTotal:     4192956 kB
SwapFree:      4181400 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14936 kB
Slab:            48448 kB
Committed_AS:   199580 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node44 on Fri Jun  2 03:46:46 UTC 2006