Trace number 36101

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 651.045 651.301

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900561288.opb
MD5SUM4bba9489f2c1cdd3e2419eb13f48915c
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 benchmark405.378
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
651.29	c total time              : 651.14 s
651.29	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/node35/watcher-36101-1149217195 -o ROOT/results/node35/solver-36101-1149217195 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node35/36101-1149217195/instance-36101-1149217195.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 2/64 25357
/proc/meminfo: memFree=1422296/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=2328 CPUtime=0
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 69 0 0 0 0 0 0 0 18 0 1 0 187383420 2383872 53 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 1464973 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 582 66 53 16 0 11 0

[startup+10.0023 s]
/proc/loadavg: 0.93 0.95 0.90 2/64 25357
/proc/meminfo: memFree=1420128/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=4488 CPUtime=9.99
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 770 0 0 0 999 0 0 0 25 0 1 0 187383420 4595712 741 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134553204 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1122 741 205 16 0 563 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4488

[startup+20.0085 s]
/proc/loadavg: 0.94 0.96 0.91 2/64 25357
/proc/meminfo: memFree=1419744/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=4936 CPUtime=19.99
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 867 0 0 0 1999 0 0 0 25 0 1 0 187383420 5054464 838 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520169 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1234 838 205 16 0 675 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4936

[startup+30.0147 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 25357
/proc/meminfo: memFree=1419488/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=5144 CPUtime=29.99
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 932 0 0 0 2999 0 0 0 25 0 1 0 187383420 5267456 903 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134533509 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1286 903 205 16 0 727 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 5144

[startup+40.0209 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 25357
/proc/meminfo: memFree=1419296/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=5312 CPUtime=40
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 973 0 0 0 4000 0 0 0 25 0 1 0 187383420 5439488 944 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519946 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1328 944 205 16 0 769 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5312

[startup+50.0271 s]
/proc/loadavg: 0.96 0.96 0.91 2/64 25357
/proc/meminfo: memFree=1419104/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=5548 CPUtime=50
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1026 0 0 0 5000 0 0 0 25 0 1 0 187383420 5681152 997 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517940 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1387 997 205 16 0 828 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5548

[startup+60.0334 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 25357
/proc/meminfo: memFree=1419104/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=5548 CPUtime=60
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1026 0 0 0 6000 0 0 0 25 0 1 0 187383420 5681152 997 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134553144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1387 997 205 16 0 828 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 5548

[startup+70.0396 s]
/proc/loadavg: 0.97 0.96 0.91 2/70 25420
/proc/meminfo: memFree=1417776/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=5740 CPUtime=70
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1090 0 0 0 6999 1 0 0 25 0 1 0 187383420 5877760 1061 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520442 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1435 1061 205 16 0 876 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 5740

[startup+80.0468 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 25552
/proc/meminfo: memFree=1418384/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=5816 CPUtime=79.95
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1105 0 0 0 7993 2 0 0 25 0 1 0 187383420 5955584 1076 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528569 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1454 1076 205 16 0 895 0
Current children cumulated CPU time (s) 79.95
Current children cumulated vsize (Kb) 5816

[startup+90.053 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 25552
/proc/meminfo: memFree=1418400/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=5948 CPUtime=89.95
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1127 0 0 0 8993 2 0 0 25 0 1 0 187383420 6090752 1098 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527524 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1487 1098 205 16 0 928 0
Current children cumulated CPU time (s) 89.95
Current children cumulated vsize (Kb) 5948

[startup+100.059 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 25552
/proc/meminfo: memFree=1418400/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=5948 CPUtime=99.95
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1128 0 0 0 9993 2 0 0 25 0 1 0 187383420 6090752 1099 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1487 1099 205 16 0 928 0
Current children cumulated CPU time (s) 99.95
Current children cumulated vsize (Kb) 5948

[startup+110.065 s]
/proc/loadavg: 0.98 0.96 0.91 2/64 25552
/proc/meminfo: memFree=1418272/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=6212 CPUtime=109.96
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1182 0 0 0 10994 2 0 0 25 0 1 0 187383420 6361088 1153 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527956 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1553 1153 205 16 0 994 0
Current children cumulated CPU time (s) 109.96
Current children cumulated vsize (Kb) 6212

[startup+120.072 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1418272/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=6212 CPUtime=119.96
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1198 0 0 0 11994 2 0 0 25 0 1 0 187383420 6361088 1169 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527839 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1553 1169 205 16 0 994 0
Current children cumulated CPU time (s) 119.96
Current children cumulated vsize (Kb) 6212

[startup+130.077 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1418208/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=6212 CPUtime=129.96
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1205 0 0 0 12994 2 0 0 25 0 1 0 187383420 6361088 1176 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559545 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1553 1176 205 16 0 994 0
Current children cumulated CPU time (s) 129.96
Current children cumulated vsize (Kb) 6212

[startup+140.083 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1418208/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=6212 CPUtime=139.96
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1211 0 0 0 13994 2 0 0 25 0 1 0 187383420 6361088 1182 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528611 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1553 1182 205 16 0 994 0
Current children cumulated CPU time (s) 139.96
Current children cumulated vsize (Kb) 6212

[startup+150.089 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1418144/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=6316 CPUtime=149.97
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1220 0 0 0 14995 2 0 0 25 0 1 0 187383420 6467584 1191 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520215 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1579 1191 205 16 0 1020 0
Current children cumulated CPU time (s) 149.97
Current children cumulated vsize (Kb) 6316

[startup+160.095 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1418144/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=6316 CPUtime=159.97
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1227 0 0 0 15995 2 0 0 25 0 1 0 187383420 6467584 1198 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527184 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1579 1198 205 16 0 1020 0
Current children cumulated CPU time (s) 159.97
Current children cumulated vsize (Kb) 6316

[startup+170.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1417760/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=6676 CPUtime=169.98
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1319 0 0 0 16996 2 0 0 25 0 1 0 187383420 6836224 1290 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527750 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1669 1290 205 16 0 1110 0
Current children cumulated CPU time (s) 169.98
Current children cumulated vsize (Kb) 6676

[startup+180.108 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1417760/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=6676 CPUtime=179.98
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1324 0 0 0 17996 2 0 0 25 0 1 0 187383420 6836224 1295 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520429 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1669 1295 205 16 0 1110 0
Current children cumulated CPU time (s) 179.98
Current children cumulated vsize (Kb) 6676

[startup+190.113 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1417760/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=6676 CPUtime=189.98
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1324 0 0 0 18996 2 0 0 25 0 1 0 187383420 6836224 1295 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1669 1295 205 16 0 1110 0
Current children cumulated CPU time (s) 189.98
Current children cumulated vsize (Kb) 6676

[startup+200.119 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1417824/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=6676 CPUtime=199.98
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1324 0 0 0 19996 2 0 0 25 0 1 0 187383420 6836224 1295 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527547 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1669 1295 205 16 0 1110 0
Current children cumulated CPU time (s) 199.98
Current children cumulated vsize (Kb) 6676

[startup+210.126 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1417760/2055920 swapFree=4180884/4192956

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

/proc/25357/statm: 1925 1542 205 16 0 1366 0
Current children cumulated CPU time (s) 440.06
Current children cumulated vsize (Kb) 7700

[startup+450.274 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416800/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7700 CPUtime=450.06
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1571 0 0 0 45004 2 0 0 25 0 1 0 187383420 7884800 1542 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527767 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1925 1542 205 16 0 1366 0
Current children cumulated CPU time (s) 450.06
Current children cumulated vsize (Kb) 7700

[startup+460.28 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416800/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7700 CPUtime=460.07
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1571 0 0 0 46005 2 0 0 25 0 1 0 187383420 7884800 1542 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527759 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1925 1542 205 16 0 1366 0
Current children cumulated CPU time (s) 460.07
Current children cumulated vsize (Kb) 7700

[startup+470.286 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416800/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7700 CPUtime=470.07
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1571 0 0 0 47005 2 0 0 25 0 1 0 187383420 7884800 1542 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527742 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1925 1542 205 16 0 1366 0
Current children cumulated CPU time (s) 470.07
Current children cumulated vsize (Kb) 7700

[startup+480.292 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416736/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7700 CPUtime=480.07
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1578 0 0 0 48005 2 0 0 25 0 1 0 187383420 7884800 1549 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527737 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1925 1549 205 16 0 1366 0
Current children cumulated CPU time (s) 480.07
Current children cumulated vsize (Kb) 7700

[startup+490.298 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416736/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7828 CPUtime=490.08
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1590 0 0 0 49006 2 0 0 25 0 1 0 187383420 8015872 1561 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134557279 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1957 1561 205 16 0 1398 0
Current children cumulated CPU time (s) 490.08
Current children cumulated vsize (Kb) 7828

[startup+500.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416672/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7828 CPUtime=500.08
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1605 0 0 0 50006 2 0 0 25 0 1 0 187383420 8015872 1576 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528360 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1957 1576 205 16 0 1398 0
Current children cumulated CPU time (s) 500.08
Current children cumulated vsize (Kb) 7828

[startup+510.311 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416608/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7828 CPUtime=510.08
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1607 0 0 0 51006 2 0 0 25 0 1 0 187383420 8015872 1578 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527884 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1957 1578 205 16 0 1398 0
Current children cumulated CPU time (s) 510.08
Current children cumulated vsize (Kb) 7828

[startup+520.317 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416544/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7892 CPUtime=520.09
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1622 0 0 0 52007 2 0 0 25 0 1 0 187383420 8081408 1593 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528344 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1973 1593 205 16 0 1414 0
Current children cumulated CPU time (s) 520.09
Current children cumulated vsize (Kb) 7892

[startup+530.323 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416544/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7892 CPUtime=530.09
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1622 0 0 0 53007 2 0 0 25 0 1 0 187383420 8081408 1593 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1973 1593 205 16 0 1414 0
Current children cumulated CPU time (s) 530.09
Current children cumulated vsize (Kb) 7892

[startup+540.329 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416544/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7892 CPUtime=540.09
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1622 0 0 0 54007 2 0 0 25 0 1 0 187383420 8081408 1593 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559599 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1973 1593 205 16 0 1414 0
Current children cumulated CPU time (s) 540.09
Current children cumulated vsize (Kb) 7892

[startup+550.335 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416544/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7892 CPUtime=550.1
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1628 0 0 0 55008 2 0 0 25 0 1 0 187383420 8081408 1599 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1973 1599 205 16 0 1414 0
Current children cumulated CPU time (s) 550.1
Current children cumulated vsize (Kb) 7892

[startup+560.341 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416544/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7892 CPUtime=560.1
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1628 0 0 0 56008 2 0 0 25 0 1 0 187383420 8081408 1599 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527740 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1973 1599 205 16 0 1414 0
Current children cumulated CPU time (s) 560.1
Current children cumulated vsize (Kb) 7892

[startup+570.347 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416544/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7888 CPUtime=570.11
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1628 0 0 0 57008 3 0 0 25 0 1 0 187383420 8077312 1599 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527812 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1972 1599 205 16 0 1413 0
Current children cumulated CPU time (s) 570.11
Current children cumulated vsize (Kb) 7888

[startup+580.353 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416480/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7940 CPUtime=580.11
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1639 0 0 0 58008 3 0 0 25 0 1 0 187383420 8130560 1610 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517739 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1985 1610 205 16 0 1426 0
Current children cumulated CPU time (s) 580.11
Current children cumulated vsize (Kb) 7940

[startup+590.36 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416480/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7940 CPUtime=590.12
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1639 0 0 0 59009 3 0 0 25 0 1 0 187383420 8130560 1610 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 1896357 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1985 1610 205 16 0 1426 0
Current children cumulated CPU time (s) 590.12
Current children cumulated vsize (Kb) 7940

[startup+600.365 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416480/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7900 CPUtime=600.12
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1639 0 0 0 60009 3 0 0 25 0 1 0 187383420 8089600 1604 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527762 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1975 1604 205 16 0 1416 0
Current children cumulated CPU time (s) 600.12
Current children cumulated vsize (Kb) 7900

[startup+610.371 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416480/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7876 CPUtime=610.12
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1639 0 0 0 61009 3 0 0 25 0 1 0 187383420 8065024 1598 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527130 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1969 1598 205 16 0 1410 0
Current children cumulated CPU time (s) 610.12
Current children cumulated vsize (Kb) 7876

[startup+620.377 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416480/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7876 CPUtime=620.13
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1639 0 0 0 62010 3 0 0 25 0 1 0 187383420 8065024 1598 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134523633 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1969 1598 205 16 0 1410 0
Current children cumulated CPU time (s) 620.13
Current children cumulated vsize (Kb) 7876

[startup+630.384 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416480/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7940 CPUtime=630.13
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1641 0 0 0 63010 3 0 0 25 0 1 0 187383420 8130560 1600 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528360 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1985 1600 205 16 0 1426 0
Current children cumulated CPU time (s) 630.13
Current children cumulated vsize (Kb) 7940

[startup+640.39 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416480/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7940 CPUtime=640.13
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1641 0 0 0 64010 3 0 0 25 0 1 0 187383420 8130560 1600 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134529116 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1985 1600 205 16 0 1426 0
Current children cumulated CPU time (s) 640.13
Current children cumulated vsize (Kb) 7940

[startup+650.396 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 25552
/proc/meminfo: memFree=1416480/2055920 swapFree=4180884/4192956
[pid=25357] ppid=25355 vsize=7940 CPUtime=650.14
/proc/25357/stat : 25357 (Pueblo) R 25355 25357 25312 0 -1 4194304 1641 0 0 0 65011 3 0 0 25 0 1 0 187383420 8130560 1600 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527769 0 0 4096 0 0 0 0 17 1 0 0
/proc/25357/statm: 1985 1600 205 16 0 1426 0
Current children cumulated CPU time (s) 650.14
Current children cumulated vsize (Kb) 7940

Child status: 20
Real time (s): 651.301
CPU time (s): 651.045
CPU user time (s): 651.011
CPU system time (s): 0.033994
CPU usage (%): 99.9607
Max. virtual memory (cumulated for all children) (Kb): 7940

Launcher Data (download as text)

Begin job on node35 on Fri Jun  2 02:59:55 UTC 2006


FILE ID= 36101-1149217195

PBS_JOBID= 294918

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

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  4bba9489f2c1cdd3e2419eb13f48915c

RANDOM SEED= 50993817


/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.210
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.210
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:       1422504 kB
Buffers:         21168 kB
Cached:         543244 kB
SwapCached:       4000 kB
Active:          80460 kB
Inactive:       492936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1422504 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          14924 kB
Slab:            46024 kB
Committed_AS:   202968 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 node35 on Fri Jun  2 03:10:47 UTC 2006