Trace number 36154

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 792.701 792.924

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900548667.opb
MD5SUM9a7dcf907234f84f0d33881f56632ec3
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 benchmark460.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 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.03	c starting to Solve
0.03	c #variables read: 231 - #constraints read: 2707
792.92	c total time              : 792.81 s
792.92	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/node20/watcher-36154-1149223388 -o ROOT/results/node20/solver-36154-1149223388 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node20/36154-1149223388/instance-36154-1149223388.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.84 0.94 0.90 1/64 6543
/proc/meminfo: memFree=1518864/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=2572 CPUtime=0
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 272 0 0 0 0 0 0 0 19 0 1 0 188001887 2633728 243 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 8085207 0 0 4096 0 0 0 0 17 0 0 0
/proc/6543/statm: 643 245 199 16 0 84 0

[startup+10.0026 s]
/proc/loadavg: 0.87 0.94 0.90 2/64 6543
/proc/meminfo: memFree=1516824/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=4476 CPUtime=9.99
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 776 0 0 0 999 0 0 0 25 0 1 0 188001887 4583424 747 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134518924 0 0 4096 0 0 0 0 17 0 0 0
/proc/6543/statm: 1119 747 205 16 0 560 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4476

[startup+20.0098 s]
/proc/loadavg: 0.89 0.94 0.90 2/64 6543
/proc/meminfo: memFree=1516376/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=4924 CPUtime=20.06
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 886 0 0 0 2006 0 0 0 25 0 1 0 188001887 5042176 857 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559236 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1231 857 205 16 0 672 0
Current children cumulated CPU time (s) 20.06
Current children cumulated vsize (Kb) 4924

[startup+30.0859 s]
/proc/loadavg: 0.90 0.94 0.90 2/64 6543
/proc/meminfo: memFree=1516120/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=5216 CPUtime=30.06
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 941 0 0 0 3006 0 0 0 25 0 1 0 188001887 5341184 912 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527737 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1304 912 205 16 0 745 0
Current children cumulated CPU time (s) 30.06
Current children cumulated vsize (Kb) 5216

[startup+40.0921 s]
/proc/loadavg: 0.92 0.94 0.90 2/64 6543
/proc/meminfo: memFree=1515992/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=5304 CPUtime=40.07
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 972 0 0 0 4007 0 0 0 25 0 1 0 188001887 5431296 943 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1326 943 205 16 0 767 0
Current children cumulated CPU time (s) 40.07
Current children cumulated vsize (Kb) 5304

[startup+50.0983 s]
/proc/loadavg: 0.93 0.94 0.90 2/64 6543
/proc/meminfo: memFree=1515864/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=5416 CPUtime=50.07
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1003 0 0 0 5007 0 0 0 25 0 1 0 188001887 5545984 974 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527815 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1354 974 205 16 0 795 0
Current children cumulated CPU time (s) 50.07
Current children cumulated vsize (Kb) 5416

[startup+60.1045 s]
/proc/loadavg: 0.94 0.95 0.90 2/64 6543
/proc/meminfo: memFree=1515736/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=5544 CPUtime=60.07
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1034 0 0 0 6007 0 0 0 25 0 1 0 188001887 5677056 1005 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527839 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1386 1005 205 16 0 827 0
Current children cumulated CPU time (s) 60.07
Current children cumulated vsize (Kb) 5544

[startup+70.1107 s]
/proc/loadavg: 0.95 0.95 0.91 2/64 6543
/proc/meminfo: memFree=1515544/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=5776 CPUtime=70.07
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1090 0 0 0 7007 0 0 0 25 0 1 0 188001887 5914624 1061 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519910 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1444 1061 205 16 0 885 0
Current children cumulated CPU time (s) 70.07
Current children cumulated vsize (Kb) 5776

[startup+80.1169 s]
/proc/loadavg: 0.96 0.95 0.91 2/64 6543
/proc/meminfo: memFree=1515416/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=5868 CPUtime=80.08
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1117 0 0 0 8008 0 0 0 25 0 1 0 188001887 6008832 1088 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528329 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1467 1088 205 16 0 908 0
Current children cumulated CPU time (s) 80.08
Current children cumulated vsize (Kb) 5868

[startup+90.1231 s]
/proc/loadavg: 0.96 0.95 0.91 2/64 6543
/proc/meminfo: memFree=1515352/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=5880 CPUtime=90.08
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1132 0 0 0 9008 0 0 0 25 0 1 0 188001887 6021120 1099 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527839 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1470 1099 205 16 0 911 0
Current children cumulated CPU time (s) 90.08
Current children cumulated vsize (Kb) 5880

[startup+100.129 s]
/proc/loadavg: 0.97 0.95 0.91 2/64 6543
/proc/meminfo: memFree=1515288/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=6044 CPUtime=100.08
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1153 0 0 0 10008 0 0 0 25 0 1 0 188001887 6189056 1120 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519093 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1511 1120 205 16 0 952 0
Current children cumulated CPU time (s) 100.08
Current children cumulated vsize (Kb) 6044

[startup+110.136 s]
/proc/loadavg: 0.97 0.95 0.91 2/64 6543
/proc/meminfo: memFree=1514968/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=6300 CPUtime=110.1
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1223 0 0 0 11009 1 0 0 25 0 1 0 188001887 6451200 1190 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527726 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1575 1190 205 16 0 1016 0
Current children cumulated CPU time (s) 110.1
Current children cumulated vsize (Kb) 6300

[startup+120.142 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 6543
/proc/meminfo: memFree=1514904/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=6420 CPUtime=120.1
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1246 0 0 0 12009 1 0 0 25 0 1 0 188001887 6574080 1213 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527748 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1605 1213 205 16 0 1046 0
Current children cumulated CPU time (s) 120.1
Current children cumulated vsize (Kb) 6420

[startup+130.148 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 6543
/proc/meminfo: memFree=1514904/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=6292 CPUtime=130.1
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1246 0 0 0 13009 1 0 0 25 0 1 0 188001887 6443008 1202 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527815 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1573 1202 205 16 0 1014 0
Current children cumulated CPU time (s) 130.1
Current children cumulated vsize (Kb) 6292

[startup+140.154 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 6543
/proc/meminfo: memFree=1514904/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=6292 CPUtime=140.11
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1246 0 0 0 14010 1 0 0 25 0 1 0 188001887 6443008 1202 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527748 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1573 1202 205 16 0 1014 0
Current children cumulated CPU time (s) 140.11
Current children cumulated vsize (Kb) 6292

[startup+150.161 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 6543
/proc/meminfo: memFree=1514904/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=6292 CPUtime=150.11
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1246 0 0 0 15010 1 0 0 25 0 1 0 188001887 6443008 1202 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527753 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1573 1202 205 16 0 1014 0
Current children cumulated CPU time (s) 150.11
Current children cumulated vsize (Kb) 6292

[startup+160.168 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 6543
/proc/meminfo: memFree=1514904/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=6392 CPUtime=160.11
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1250 0 0 0 16010 1 0 0 25 0 1 0 188001887 6545408 1206 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519917 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1598 1206 205 16 0 1039 0
Current children cumulated CPU time (s) 160.11
Current children cumulated vsize (Kb) 6392

[startup+170.174 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 6543
/proc/meminfo: memFree=1514904/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=6392 CPUtime=170.12
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1252 0 0 0 17011 1 0 0 25 0 1 0 188001887 6545408 1208 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528641 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1598 1208 205 16 0 1039 0
Current children cumulated CPU time (s) 170.12
Current children cumulated vsize (Kb) 6392

[startup+180.18 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 6543
/proc/meminfo: memFree=1514520/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=6684 CPUtime=180.12
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1341 0 0 0 18011 1 0 0 25 0 1 0 188001887 6844416 1297 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527833 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1671 1297 205 16 0 1112 0
Current children cumulated CPU time (s) 180.12
Current children cumulated vsize (Kb) 6684

[startup+190.186 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 6543
/proc/meminfo: memFree=1514520/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=6684 CPUtime=190.12
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1341 0 0 0 19011 1 0 0 25 0 1 0 188001887 6844416 1297 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527162 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1671 1297 205 16 0 1112 0
Current children cumulated CPU time (s) 190.12
Current children cumulated vsize (Kb) 6684

[startup+200.192 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 6543
/proc/meminfo: memFree=1514520/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=6684 CPUtime=200.13
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1341 0 0 0 20012 1 0 0 25 0 1 0 188001887 6844416 1297 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527750 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1671 1297 205 16 0 1112 0
Current children cumulated CPU time (s) 200.13
Current children cumulated vsize (Kb) 6684

[startup+210.198 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 6543
/proc/meminfo: memFree=1514520/2055920 swapFree=4181488/4192956

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

/proc/6543/statm: 1966 1580 205 16 0 1407 0
Current children cumulated CPU time (s) 580.35
Current children cumulated vsize (Kb) 7864

[startup+590.526 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1513368/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=7864 CPUtime=590.35
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1626 0 0 0 59033 2 0 0 25 0 1 0 188001887 8052736 1580 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1966 1580 205 16 0 1407 0
Current children cumulated CPU time (s) 590.35
Current children cumulated vsize (Kb) 7864

[startup+600.532 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1513368/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=7864 CPUtime=600.35
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1626 0 0 0 60033 2 0 0 25 0 1 0 188001887 8052736 1580 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134533509 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1966 1580 205 16 0 1407 0
Current children cumulated CPU time (s) 600.35
Current children cumulated vsize (Kb) 7864

[startup+610.538 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1513368/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=7864 CPUtime=610.36
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1626 0 0 0 61034 2 0 0 25 0 1 0 188001887 8052736 1580 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134524550 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1966 1580 205 16 0 1407 0
Current children cumulated CPU time (s) 610.36
Current children cumulated vsize (Kb) 7864

[startup+620.544 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1513368/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=7864 CPUtime=620.36
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1626 0 0 0 62034 2 0 0 25 0 1 0 188001887 8052736 1580 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559524 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1966 1580 205 16 0 1407 0
Current children cumulated CPU time (s) 620.36
Current children cumulated vsize (Kb) 7864

[startup+630.551 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1513368/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=7864 CPUtime=630.36
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1626 0 0 0 63034 2 0 0 25 0 1 0 188001887 8052736 1580 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528360 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1966 1580 205 16 0 1407 0
Current children cumulated CPU time (s) 630.36
Current children cumulated vsize (Kb) 7864

[startup+640.557 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1513368/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=7864 CPUtime=640.37
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1626 0 0 0 64035 2 0 0 25 0 1 0 188001887 8052736 1580 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527956 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1966 1580 205 16 0 1407 0
Current children cumulated CPU time (s) 640.37
Current children cumulated vsize (Kb) 7864

[startup+650.563 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1513304/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=7864 CPUtime=650.37
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1639 0 0 0 65035 2 0 0 25 0 1 0 188001887 8052736 1593 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527748 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1966 1593 205 16 0 1407 0
Current children cumulated CPU time (s) 650.37
Current children cumulated vsize (Kb) 7864

[startup+660.569 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1513304/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=7872 CPUtime=660.37
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1647 0 0 0 66035 2 0 0 25 0 1 0 188001887 8060928 1597 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527753 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1968 1597 205 16 0 1409 0
Current children cumulated CPU time (s) 660.37
Current children cumulated vsize (Kb) 7872

[startup+670.575 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1513304/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=7864 CPUtime=670.38
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1647 0 0 0 67036 2 0 0 25 0 1 0 188001887 8052736 1595 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527998 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1966 1595 205 16 0 1407 0
Current children cumulated CPU time (s) 670.38
Current children cumulated vsize (Kb) 7864

[startup+680.582 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1513304/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=7864 CPUtime=680.38
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1647 0 0 0 68036 2 0 0 25 0 1 0 188001887 8052736 1595 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527762 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1966 1595 205 16 0 1407 0
Current children cumulated CPU time (s) 680.38
Current children cumulated vsize (Kb) 7864

[startup+690.588 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1513304/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=7864 CPUtime=690.38
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1647 0 0 0 69036 2 0 0 25 0 1 0 188001887 8052736 1595 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532984 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 1966 1595 205 16 0 1407 0
Current children cumulated CPU time (s) 690.38
Current children cumulated vsize (Kb) 7864

[startup+700.594 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1512984/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=8176 CPUtime=700.39
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1724 0 0 0 70037 2 0 0 25 0 1 0 188001887 8372224 1672 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528239 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 2044 1672 205 16 0 1485 0
Current children cumulated CPU time (s) 700.39
Current children cumulated vsize (Kb) 8176

[startup+710.6 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1512984/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=8176 CPUtime=710.39
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1724 0 0 0 71037 2 0 0 25 0 1 0 188001887 8372224 1672 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 2044 1672 205 16 0 1485 0
Current children cumulated CPU time (s) 710.39
Current children cumulated vsize (Kb) 8176

[startup+720.606 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1512856/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=8348 CPUtime=720.4
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1756 0 0 0 72037 3 0 0 25 0 1 0 188001887 8548352 1704 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 2087 1704 205 16 0 1528 0
Current children cumulated CPU time (s) 720.4
Current children cumulated vsize (Kb) 8348

[startup+730.613 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1512856/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=8292 CPUtime=730.4
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1756 0 0 0 73037 3 0 0 25 0 1 0 188001887 8491008 1702 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527607 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 2073 1702 205 16 0 1514 0
Current children cumulated CPU time (s) 730.4
Current children cumulated vsize (Kb) 8292

[startup+740.62 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1512856/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=8288 CPUtime=740.41
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1756 0 0 0 74038 3 0 0 25 0 1 0 188001887 8486912 1701 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527753 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 2072 1701 205 16 0 1513 0
Current children cumulated CPU time (s) 740.41
Current children cumulated vsize (Kb) 8288

[startup+750.626 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1512792/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=8420 CPUtime=750.41
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1770 0 0 0 75038 3 0 0 25 0 1 0 188001887 8622080 1715 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 2105 1715 205 16 0 1546 0
Current children cumulated CPU time (s) 750.41
Current children cumulated vsize (Kb) 8420

[startup+760.632 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1512792/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=8324 CPUtime=760.42
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1770 0 0 0 76039 3 0 0 25 0 1 0 188001887 8523776 1710 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527833 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 2081 1710 205 16 0 1522 0
Current children cumulated CPU time (s) 760.42
Current children cumulated vsize (Kb) 8324

[startup+770.639 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1512792/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=8444 CPUtime=770.42
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1773 0 0 0 77039 3 0 0 25 0 1 0 188001887 8646656 1713 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527812 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 2111 1713 205 16 0 1552 0
Current children cumulated CPU time (s) 770.42
Current children cumulated vsize (Kb) 8444

[startup+780.645 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1512792/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=8444 CPUtime=780.42
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1773 0 0 0 78039 3 0 0 25 0 1 0 188001887 8646656 1713 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527748 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 2111 1713 205 16 0 1552 0
Current children cumulated CPU time (s) 780.42
Current children cumulated vsize (Kb) 8444

[startup+790.651 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 6543
/proc/meminfo: memFree=1512792/2055920 swapFree=4181488/4192956
[pid=6543] ppid=6541 vsize=8444 CPUtime=790.42
/proc/6543/stat : 6543 (Pueblo) R 6541 6543 6498 0 -1 4194304 1773 0 0 0 79039 3 0 0 25 0 1 0 188001887 8646656 1713 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527753 0 0 4096 0 0 0 0 17 1 0 0
/proc/6543/statm: 2111 1713 205 16 0 1552 0
Current children cumulated CPU time (s) 790.42
Current children cumulated vsize (Kb) 8444

Child status: 20
Real time (s): 792.924
CPU time (s): 792.701
CPU user time (s): 792.667
CPU system time (s): 0.033994
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (Kb): 8444

Launcher Data (download as text)

Begin job on node20 on Fri Jun  2 04:43:08 UTC 2006


FILE ID= 36154-1149223388

PBS_JOBID= 295607

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

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  9a7dcf907234f84f0d33881f56632ec3

RANDOM SEED= 308561996


/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.236
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.236
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:       1519072 kB
Buffers:         39316 kB
Cached:         421488 kB
SwapCached:       3296 kB
Active:         169920 kB
Inactive:       299632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1519072 kB
SwapTotal:     4192956 kB
SwapFree:      4181488 kB
Dirty:             192 kB
Writeback:           0 kB
Mapped:          14748 kB
Slab:            53312 kB
Committed_AS:   223348 kB
PageTables:       1432 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node20 on Fri Jun  2 04:56:21 UTC 2006