Trace number 36082

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 350.466 350.556

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900571761.opb
MD5SUM1ce0037c3d80e79a7b72360f6130d1f3
Bench CategorySATUNSAT-SMALLINT (no optimisation, small integers)
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 benchmark266.04
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 713
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
350.55	c total time              : 350.51 s
350.55	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/node14/watcher-36082-1149215122 -o ROOT/results/node14/solver-36082-1149215122 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node14/36082-1149215122/instance-36082-1149215122.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1413048/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=2328 CPUtime=0
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 131 0 0 0 0 0 0 0 18 0 1 0 187174984 2383872 114 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 6930520 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 582 119 104 16 0 11 0

[startup+10.0027 s]
/proc/loadavg: 0.93 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1411008/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=4500 CPUtime=9.99
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 757 0 0 0 999 0 0 0 25 0 1 0 187174984 4608000 728 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134529077 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1125 728 205 16 0 566 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4500

[startup+20.0086 s]
/proc/loadavg: 0.94 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1410624/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=4896 CPUtime=19.99
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 866 0 0 0 1999 0 0 0 25 0 1 0 187174984 5013504 837 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528239 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1224 837 205 16 0 665 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4896

[startup+30.0146 s]
/proc/loadavg: 0.95 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1410368/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=5160 CPUtime=30
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 925 0 0 0 3000 0 0 0 25 0 1 0 187174984 5283840 896 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520065 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1290 896 205 16 0 731 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 5160

[startup+40.0195 s]
/proc/loadavg: 0.96 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1410368/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=5160 CPUtime=40
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 943 0 0 0 3999 1 0 0 25 0 1 0 187174984 5283840 914 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527759 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1290 914 205 16 0 731 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5160

[startup+50.0255 s]
/proc/loadavg: 0.96 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1410112/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=5448 CPUtime=50.01
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1003 0 0 0 5000 1 0 0 25 0 1 0 187174984 5578752 974 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1362 974 205 16 0 803 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 5448

[startup+60.0314 s]
/proc/loadavg: 0.97 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1410112/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=5448 CPUtime=60.01
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1003 0 0 0 6000 1 0 0 25 0 1 0 187174984 5578752 974 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528779 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1362 974 205 16 0 803 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 5448

[startup+70.0374 s]
/proc/loadavg: 0.97 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1409920/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=5572 CPUtime=70.01
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1050 0 0 0 7000 1 0 0 25 0 1 0 187174984 5705728 1021 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527547 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1393 1021 205 16 0 834 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 5572

[startup+80.0433 s]
/proc/loadavg: 0.98 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1409856/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=5684 CPUtime=80.02
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1069 0 0 0 8001 1 0 0 25 0 1 0 187174984 5820416 1040 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528569 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1421 1040 205 16 0 862 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 5684

[startup+90.0493 s]
/proc/loadavg: 0.98 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1409856/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=5684 CPUtime=90.02
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1075 0 0 0 9001 1 0 0 25 0 1 0 187174984 5820416 1046 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1421 1046 205 16 0 862 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 5684

[startup+100.054 s]
/proc/loadavg: 0.98 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1409664/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=5940 CPUtime=100.02
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1120 0 0 0 10001 1 0 0 25 0 1 0 187174984 6082560 1091 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519987 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1485 1091 205 16 0 926 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 5940

[startup+110.06 s]
/proc/loadavg: 0.98 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1409472/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=6068 CPUtime=110.02
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1173 0 0 0 11001 1 0 0 25 0 1 0 187174984 6213632 1144 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1517 1144 205 16 0 958 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 6068

[startup+120.066 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1409472/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=6068 CPUtime=120.03
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1173 0 0 0 12002 1 0 0 25 0 1 0 187174984 6213632 1144 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 7360690 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1517 1144 205 16 0 958 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 6068

[startup+130.072 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1409472/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=6180 CPUtime=130.03
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1179 0 0 0 13002 1 0 0 25 0 1 0 187174984 6328320 1150 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527731 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1545 1150 205 16 0 986 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 6180

[startup+140.078 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1409408/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=6164 CPUtime=140.03
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1195 0 0 0 14002 1 0 0 25 0 1 0 187174984 6311936 1166 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519884 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1541 1166 205 16 0 982 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 6164

[startup+150.084 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1409280/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=6296 CPUtime=150.04
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1223 0 0 0 15003 1 0 0 25 0 1 0 187174984 6447104 1194 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134529182 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1574 1194 205 16 0 1015 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 6296

[startup+160.089 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1409024/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=6564 CPUtime=160.04
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1287 0 0 0 16003 1 0 0 25 0 1 0 187174984 6721536 1258 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527753 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1641 1258 205 16 0 1082 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 6564

[startup+170.094 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1409024/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=6552 CPUtime=170.04
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1291 0 0 0 17003 1 0 0 25 0 1 0 187174984 6709248 1262 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1638 1262 205 16 0 1079 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 6552

[startup+180.1 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1409024/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=6552 CPUtime=180.04
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1291 0 0 0 18003 1 0 0 25 0 1 0 187174984 6709248 1262 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519910 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1638 1262 205 16 0 1079 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 6552

[startup+190.106 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1409024/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=6552 CPUtime=190.05
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1291 0 0 0 19004 1 0 0 25 0 1 0 187174984 6709248 1262 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520163 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1638 1262 205 16 0 1079 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 6552

[startup+200.112 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1408896/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=6676 CPUtime=200.05
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1319 0 0 0 20004 1 0 0 25 0 1 0 187174984 6836224 1290 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556244 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1669 1290 205 16 0 1110 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 6676

[startup+210.118 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1408896/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=6676 CPUtime=210.05
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1319 0 0 0 21004 1 0 0 25 0 1 0 187174984 6836224 1290 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527753 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1669 1290 205 16 0 1110 0
Current children cumulated CPU time (s) 210.05
Current children cumulated vsize (Kb) 6676

[startup+220.124 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1408896/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=6676 CPUtime=220.06
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1319 0 0 0 22005 1 0 0 25 0 1 0 187174984 6836224 1290 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527762 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1669 1290 205 16 0 1110 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (Kb) 6676

[startup+230.13 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1408832/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=6776 CPUtime=230.06
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1330 0 0 0 23005 1 0 0 25 0 1 0 187174984 6938624 1301 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527740 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1694 1301 205 16 0 1135 0
Current children cumulated CPU time (s) 230.06
Current children cumulated vsize (Kb) 6776

[startup+240.135 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1408704/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=6848 CPUtime=240.06
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1364 0 0 0 24005 1 0 0 25 0 1 0 187174984 7012352 1335 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520215 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1712 1335 205 16 0 1153 0
Current children cumulated CPU time (s) 240.06
Current children cumulated vsize (Kb) 6848

[startup+250.141 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1408576/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=7048 CPUtime=250.07
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1388 0 0 0 25006 1 0 0 25 0 1 0 187174984 7217152 1359 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517940 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1762 1359 205 16 0 1203 0
Current children cumulated CPU time (s) 250.07
Current children cumulated vsize (Kb) 7048

[startup+260.147 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1408448/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=7100 CPUtime=260.07
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1426 0 0 0 26006 1 0 0 25 0 1 0 187174984 7270400 1394 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1775 1394 205 16 0 1216 0
Current children cumulated CPU time (s) 260.07
Current children cumulated vsize (Kb) 7100

[startup+270.153 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1408448/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=7040 CPUtime=270.07
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1426 0 0 0 27006 1 0 0 25 0 1 0 187174984 7208960 1389 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527162 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1760 1389 205 16 0 1201 0
Current children cumulated CPU time (s) 270.07
Current children cumulated vsize (Kb) 7040

[startup+280.159 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1408448/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=7168 CPUtime=280.08
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1437 0 0 0 28007 1 0 0 25 0 1 0 187174984 7340032 1400 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527833 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1792 1400 205 16 0 1233 0
Current children cumulated CPU time (s) 280.08
Current children cumulated vsize (Kb) 7168

[startup+290.165 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1408320/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=7188 CPUtime=290.08
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1472 0 0 0 29007 1 0 0 25 0 1 0 187174984 7360512 1426 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1797 1426 205 16 0 1238 0
Current children cumulated CPU time (s) 290.08
Current children cumulated vsize (Kb) 7188

[startup+300.171 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1408320/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=7188 CPUtime=300.08
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1472 0 0 0 30007 1 0 0 25 0 1 0 187174984 7360512 1426 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528322 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1797 1426 205 16 0 1238 0
Current children cumulated CPU time (s) 300.08
Current children cumulated vsize (Kb) 7188

[startup+310.177 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1408320/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=7188 CPUtime=310.09
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1472 0 0 0 31008 1 0 0 25 0 1 0 187174984 7360512 1426 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559272 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1797 1426 205 16 0 1238 0
Current children cumulated CPU time (s) 310.09
Current children cumulated vsize (Kb) 7188

[startup+320.183 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1408256/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=7320 CPUtime=320.09
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1481 0 0 0 32008 1 0 0 25 0 1 0 187174984 7495680 1435 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527947 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1830 1435 205 16 0 1271 0
Current children cumulated CPU time (s) 320.09
Current children cumulated vsize (Kb) 7320

[startup+330.189 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1408256/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=7316 CPUtime=330.1
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1493 0 0 0 33008 2 0 0 25 0 1 0 187174984 7491584 1447 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527737 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1829 1447 205 16 0 1270 0
Current children cumulated CPU time (s) 330.1
Current children cumulated vsize (Kb) 7316

[startup+340.195 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1408256/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=7248 CPUtime=340.11
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1493 0 0 0 34009 2 0 0 25 0 1 0 187174984 7421952 1441 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527750 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1812 1441 205 16 0 1253 0
Current children cumulated CPU time (s) 340.11
Current children cumulated vsize (Kb) 7248

[startup+350.201 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 18300
/proc/meminfo: memFree=1408256/2055920 swapFree=4181448/4192956
[pid=18300] ppid=18298 vsize=7248 CPUtime=350.11
/proc/18300/stat : 18300 (Pueblo) R 18298 18300 18255 0 -1 4194304 1493 0 0 0 35009 2 0 0 25 0 1 0 187174984 7421952 1441 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/18300/statm: 1812 1441 205 16 0 1253 0
Current children cumulated CPU time (s) 350.11
Current children cumulated vsize (Kb) 7248

Child status: 20
Real time (s): 350.556
CPU time (s): 350.466
CPU user time (s): 350.441
CPU system time (s): 0.024996
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (Kb): 7320

Launcher Data (download as text)

Begin job on node14 on Fri Jun  2 02:25:23 UTC 2006


FILE ID= 36082-1149215122

PBS_JOBID= 294661

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

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  1ce0037c3d80e79a7b72360f6130d1f3

RANDOM SEED= 444556359


/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.241
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.241
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:       1413256 kB
Buffers:         27684 kB
Cached:         543936 kB
SwapCached:       3320 kB
Active:         248904 kB
Inactive:       331552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1413256 kB
SwapTotal:     4192956 kB
SwapFree:      4181448 kB
Dirty:             196 kB
Writeback:           0 kB
Mapped:          14728 kB
Slab:            48184 kB
Committed_AS:   193476 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node14 on Fri Jun  2 02:31:13 UTC 2006