Trace number 36156

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 319.034 319.111

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900573137.opb
MD5SUM4b18508c034d5953901bfe08c3658c68
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 benchmark203.591
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 693
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
319.10	c total time              : 319.07 s
319.10	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/node49/watcher-36156-1149223689 -o ROOT/results/node49/solver-36156-1149223689 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node49/36156-1149223689/instance-36156-1149223689.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.97 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1357944/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=2280 CPUtime=0
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 188036051 2334720 164 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 2650720 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 570 171 148 16 0 11 0

[startup+10.0025 s]
/proc/loadavg: 0.97 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1355968/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=4336 CPUtime=9.99
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 736 0 0 0 999 0 0 0 25 0 1 0 188036051 4440064 707 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519926 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1084 707 205 16 0 525 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4336

[startup+20.0094 s]
/proc/loadavg: 0.98 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1355584/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=4828 CPUtime=19.99
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 849 0 0 0 1999 0 0 0 25 0 1 0 188036051 4943872 820 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527815 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1207 820 205 16 0 648 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4828

[startup+30.0152 s]
/proc/loadavg: 0.98 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1355328/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=5092 CPUtime=30
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 922 0 0 0 3000 0 0 0 25 0 1 0 188036051 5214208 893 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527772 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1273 893 205 16 0 714 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 5092

[startup+40.021 s]
/proc/loadavg: 0.98 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1355328/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=5092 CPUtime=40.01
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 931 0 0 0 4000 1 0 0 25 0 1 0 188036051 5214208 902 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528080 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1273 902 205 16 0 714 0
Current children cumulated CPU time (s) 40.01
Current children cumulated vsize (Kb) 5092

[startup+50.0268 s]
/proc/loadavg: 0.98 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1355072/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=5424 CPUtime=50.01
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 991 0 0 0 5000 1 0 0 25 0 1 0 188036051 5554176 962 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528346 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1356 962 205 16 0 797 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 5424

[startup+60.0327 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1355072/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=5372 CPUtime=60.01
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 998 0 0 0 6000 1 0 0 25 0 1 0 188036051 5500928 969 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527762 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1343 969 205 16 0 784 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 5372

[startup+70.0385 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1354880/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=5656 CPUtime=70.01
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1048 0 0 0 7000 1 0 0 25 0 1 0 188036051 5791744 1019 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527547 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1414 1019 205 16 0 855 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 5656

[startup+80.0453 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1354816/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=5656 CPUtime=80.02
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1067 0 0 0 8001 1 0 0 25 0 1 0 188036051 5791744 1038 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527547 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1414 1038 205 16 0 855 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 5656

[startup+90.0501 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1354752/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=5704 CPUtime=90.02
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1080 0 0 0 9001 1 0 0 25 0 1 0 188036051 5840896 1051 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527815 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1426 1051 205 16 0 867 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 5704

[startup+100.056 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1354624/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=5872 CPUtime=100.02
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1115 0 0 0 10001 1 0 0 25 0 1 0 188036051 6012928 1086 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1468 1086 205 16 0 909 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 5872

[startup+110.062 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1354432/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=6004 CPUtime=110.03
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1154 0 0 0 11002 1 0 0 25 0 1 0 188036051 6148096 1125 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527750 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1501 1125 205 16 0 942 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 6004

[startup+120.068 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1354432/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=6004 CPUtime=120.03
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1158 0 0 0 12002 1 0 0 25 0 1 0 188036051 6148096 1129 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1501 1129 205 16 0 942 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 6004

[startup+130.073 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1354432/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=6072 CPUtime=130.03
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1162 0 0 0 13002 1 0 0 25 0 1 0 188036051 6217728 1133 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1518 1133 205 16 0 959 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 6072

[startup+140.08 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1354368/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=6200 CPUtime=140.04
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1178 0 0 0 14003 1 0 0 25 0 1 0 188036051 6348800 1149 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134533534 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1550 1149 205 16 0 991 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 6200

[startup+150.086 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1354240/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=6304 CPUtime=150.04
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1208 0 0 0 15003 1 0 0 25 0 1 0 188036051 6455296 1179 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1576 1179 205 16 0 1017 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 6304

[startup+160.092 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1353920/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=6572 CPUtime=160.04
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1291 0 0 0 16003 1 0 0 25 0 1 0 188036051 6729728 1262 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519889 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1643 1262 205 16 0 1084 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 6572

[startup+170.098 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1353856/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=6568 CPUtime=170.05
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1291 0 0 0 17004 1 0 0 25 0 1 0 188036051 6725632 1262 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528346 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1642 1262 205 16 0 1083 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 6568

[startup+180.104 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1353856/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=6568 CPUtime=180.05
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1291 0 0 0 18004 1 0 0 25 0 1 0 188036051 6725632 1262 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134516812 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1642 1262 205 16 0 1083 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 6568

[startup+190.109 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1353856/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=6568 CPUtime=190.05
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1291 0 0 0 19004 1 0 0 25 0 1 0 188036051 6725632 1262 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527750 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1642 1262 205 16 0 1083 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 6568

[startup+200.115 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1353856/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=6568 CPUtime=200.06
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1291 0 0 0 20005 1 0 0 25 0 1 0 188036051 6725632 1262 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527833 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1642 1262 205 16 0 1083 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 6568

[startup+210.12 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1353856/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=6568 CPUtime=210.06
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1291 0 0 0 21005 1 0 0 25 0 1 0 188036051 6725632 1262 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527737 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1642 1262 205 16 0 1083 0
Current children cumulated CPU time (s) 210.06
Current children cumulated vsize (Kb) 6568

[startup+220.126 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1353856/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=6568 CPUtime=220.07
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1291 0 0 0 22005 2 0 0 25 0 1 0 188036051 6725632 1262 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134557460 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1642 1262 205 16 0 1083 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (Kb) 6568

[startup+230.132 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1353792/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=6592 CPUtime=230.07
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1308 0 0 0 23005 2 0 0 25 0 1 0 188036051 6750208 1276 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527740 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1648 1276 205 16 0 1089 0
Current children cumulated CPU time (s) 230.07
Current children cumulated vsize (Kb) 6592

[startup+240.137 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1353536/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=6932 CPUtime=240.08
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1377 0 0 0 24006 2 0 0 25 0 1 0 188036051 7098368 1345 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527165 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1733 1345 205 16 0 1174 0
Current children cumulated CPU time (s) 240.08
Current children cumulated vsize (Kb) 6932

[startup+250.143 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1353536/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=6920 CPUtime=250.08
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1377 0 0 0 25006 2 0 0 25 0 1 0 188036051 7086080 1345 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1730 1345 205 16 0 1171 0
Current children cumulated CPU time (s) 250.08
Current children cumulated vsize (Kb) 6920

[startup+260.149 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1353408/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=6960 CPUtime=260.08
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1404 0 0 0 26006 2 0 0 25 0 1 0 188036051 7127040 1368 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556342 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1740 1368 205 16 0 1181 0
Current children cumulated CPU time (s) 260.08
Current children cumulated vsize (Kb) 6960

[startup+270.154 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1353408/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=7028 CPUtime=270.08
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1426 0 0 0 27006 2 0 0 25 0 1 0 188036051 7196672 1377 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1757 1377 205 16 0 1198 0
Current children cumulated CPU time (s) 270.08
Current children cumulated vsize (Kb) 7028

[startup+280.16 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1353216/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=7140 CPUtime=280.09
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1463 0 0 0 28007 2 0 0 25 0 1 0 188036051 7311360 1414 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528322 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1785 1414 205 16 0 1226 0
Current children cumulated CPU time (s) 280.09
Current children cumulated vsize (Kb) 7140

[startup+290.166 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1353216/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=7140 CPUtime=290.09
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1463 0 0 0 29007 2 0 0 25 0 1 0 188036051 7311360 1414 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527530 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1785 1414 205 16 0 1226 0
Current children cumulated CPU time (s) 290.09
Current children cumulated vsize (Kb) 7140

[startup+300.171 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1353216/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=7140 CPUtime=300.09
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1463 0 0 0 30007 2 0 0 25 0 1 0 188036051 7311360 1414 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134533489 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1785 1414 205 16 0 1226 0
Current children cumulated CPU time (s) 300.09
Current children cumulated vsize (Kb) 7140

[startup+310.177 s]
/proc/loadavg: 0.99 1.00 1.00 2/64 28231
/proc/meminfo: memFree=1353216/2055920 swapFree=4181416/4192956
[pid=28231] ppid=28229 vsize=7140 CPUtime=310.1
/proc/28231/stat : 28231 (Pueblo) R 28229 28231 28186 0 -1 4194304 1463 0 0 0 31008 2 0 0 25 0 1 0 188036051 7311360 1414 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/28231/statm: 1785 1414 205 16 0 1226 0
Current children cumulated CPU time (s) 310.1
Current children cumulated vsize (Kb) 7140

Child status: 20
Real time (s): 319.111
CPU time (s): 319.034
CPU user time (s): 319.007
CPU system time (s): 0.025996
CPU usage (%): 99.9757
Max. virtual memory (cumulated for all children) (Kb): 7140

Launcher Data (download as text)

Begin job on node49 on Fri Jun  2 04:48:09 UTC 2006


FILE ID= 36156-1149223689

PBS_JOBID= 295627

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

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  4b18508c034d5953901bfe08c3658c68

RANDOM SEED= 522134592


/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.216
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.216
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:       1358216 kB
Buffers:         28044 kB
Cached:         597708 kB
SwapCached:       3452 kB
Active:         231444 kB
Inactive:       403196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1358216 kB
SwapTotal:     4192956 kB
SwapFree:      4181416 kB
Dirty:             204 kB
Writeback:           0 kB
Mapped:          14896 kB
Slab:            49096 kB
Committed_AS:   212208 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node49 on Fri Jun  2 04:53:28 UTC 2006