Trace number 37311

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.3UNSAT 405.988 406.149

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900579996.opb
MD5SUMf510e821cdc50f097865b59193d7ef06
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 benchmark315.989
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 677
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
406.14	c total time              : 406.04 s
406.14	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/node52/watcher-37311-1149224409 -o ROOT/results/node52/solver-37311-1149224409 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node52/37311-1149224409/instance-37311-1149224409.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.84 0.94 0.90 2/64 19439
/proc/meminfo: memFree=1506788/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=2328 CPUtime=0
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 148 0 0 0 0 0 0 0 18 0 1 0 188108701 2383872 129 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4279160 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 582 129 110 16 0 11 0

[startup+10.0018 s]
/proc/loadavg: 0.87 0.94 0.90 2/64 19439
/proc/meminfo: memFree=1504812/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=4264 CPUtime=9.99
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 710 0 0 0 999 0 0 0 25 0 1 0 188108701 4366336 681 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520350 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1066 681 205 16 0 507 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4264

[startup+20.0073 s]
/proc/loadavg: 0.89 0.94 0.90 2/64 19439
/proc/meminfo: memFree=1504556/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=4652 CPUtime=19.99
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 785 0 0 0 1999 0 0 0 25 0 1 0 188108701 4763648 756 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517916 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1163 756 205 16 0 604 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4652

[startup+30.0128 s]
/proc/loadavg: 0.90 0.94 0.90 2/64 19439
/proc/meminfo: memFree=1504236/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=4912 CPUtime=29.99
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 857 0 0 0 2999 0 0 0 25 0 1 0 188108701 5029888 828 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520075 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1228 828 205 16 0 669 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 4912

[startup+40.0183 s]
/proc/loadavg: 0.92 0.94 0.90 2/64 19439
/proc/meminfo: memFree=1503916/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=5176 CPUtime=40
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 929 0 0 0 4000 0 0 0 25 0 1 0 188108701 5300224 900 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557373 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1294 900 205 16 0 735 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5176

[startup+50.0238 s]
/proc/loadavg: 0.93 0.94 0.90 2/64 19439
/proc/meminfo: memFree=1503660/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=5444 CPUtime=50
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 994 0 0 0 5000 0 0 0 25 0 1 0 188108701 5574656 965 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557675 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1361 965 205 16 0 802 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5444

[startup+60.0294 s]
/proc/loadavg: 0.94 0.95 0.90 2/70 19510
/proc/meminfo: memFree=1502388/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=5576 CPUtime=59.99
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1032 0 0 0 5998 1 0 0 25 0 1 0 188108701 5709824 1003 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519914 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1394 1003 205 16 0 835 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 5576

[startup+70.0359 s]
/proc/loadavg: 0.95 0.95 0.91 2/64 19634
/proc/meminfo: memFree=1503212/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=5704 CPUtime=69.98
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1058 0 0 0 6995 3 0 0 25 0 1 0 188108701 5840896 1029 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517890 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1426 1029 205 16 0 867 0
Current children cumulated CPU time (s) 69.98
Current children cumulated vsize (Kb) 5704

[startup+80.0424 s]
/proc/loadavg: 0.96 0.95 0.91 2/64 19634
/proc/meminfo: memFree=1503212/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=5836 CPUtime=79.98
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1099 0 0 0 7995 3 0 0 25 0 1 0 188108701 5976064 1070 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528563 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1459 1070 205 16 0 900 0
Current children cumulated CPU time (s) 79.98
Current children cumulated vsize (Kb) 5836

[startup+90.0479 s]
/proc/loadavg: 0.96 0.95 0.91 2/64 19634
/proc/meminfo: memFree=1503148/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=5836 CPUtime=89.98
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1108 0 0 0 8995 3 0 0 25 0 1 0 188108701 5976064 1079 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519910 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1459 1079 205 16 0 900 0
Current children cumulated CPU time (s) 89.98
Current children cumulated vsize (Kb) 5836

[startup+100.053 s]
/proc/loadavg: 0.97 0.95 0.91 2/64 19634
/proc/meminfo: memFree=1503084/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=5964 CPUtime=99.98
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1130 0 0 0 9995 3 0 0 25 0 1 0 188108701 6107136 1101 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1491 1101 205 16 0 932 0
Current children cumulated CPU time (s) 99.98
Current children cumulated vsize (Kb) 5964

[startup+110.059 s]
/proc/loadavg: 0.97 0.95 0.91 2/64 19634
/proc/meminfo: memFree=1502956/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=6092 CPUtime=109.99
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1153 0 0 0 10996 3 0 0 25 0 1 0 188108701 6238208 1124 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1523 1124 205 16 0 964 0
Current children cumulated CPU time (s) 109.99
Current children cumulated vsize (Kb) 6092

[startup+120.064 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 19634
/proc/meminfo: memFree=1502700/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=6348 CPUtime=119.99
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1224 0 0 0 11996 3 0 0 25 0 1 0 188108701 6500352 1195 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519973 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1587 1195 205 16 0 1028 0
Current children cumulated CPU time (s) 119.99
Current children cumulated vsize (Kb) 6348

[startup+130.07 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 19634
/proc/meminfo: memFree=1502700/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=6348 CPUtime=129.99
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1224 0 0 0 12996 3 0 0 25 0 1 0 188108701 6500352 1195 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1587 1195 205 16 0 1028 0
Current children cumulated CPU time (s) 129.99
Current children cumulated vsize (Kb) 6348

[startup+140.075 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 19634
/proc/meminfo: memFree=1502636/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=6348 CPUtime=139.99
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1232 0 0 0 13996 3 0 0 25 0 1 0 188108701 6500352 1203 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557702 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1587 1203 205 16 0 1028 0
Current children cumulated CPU time (s) 139.99
Current children cumulated vsize (Kb) 6348

[startup+150.081 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 19634
/proc/meminfo: memFree=1502572/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=6476 CPUtime=150
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1244 0 0 0 14996 4 0 0 25 0 1 0 188108701 6631424 1215 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559516 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1619 1215 205 16 0 1060 0
Current children cumulated CPU time (s) 150
Current children cumulated vsize (Kb) 6476

[startup+160.086 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 19634
/proc/meminfo: memFree=1502572/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=6444 CPUtime=160
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1245 0 0 0 15996 4 0 0 25 0 1 0 188108701 6598656 1216 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520070 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1611 1216 205 16 0 1052 0
Current children cumulated CPU time (s) 160
Current children cumulated vsize (Kb) 6444

[startup+170.092 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 19634
/proc/meminfo: memFree=1502508/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=6580 CPUtime=170.01
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1268 0 0 0 16997 4 0 0 25 0 1 0 188108701 6737920 1239 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557521 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1645 1239 205 16 0 1086 0
Current children cumulated CPU time (s) 170.01
Current children cumulated vsize (Kb) 6580

[startup+180.097 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 19634
/proc/meminfo: memFree=1502252/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=6716 CPUtime=180.01
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1319 0 0 0 17997 4 0 0 25 0 1 0 188108701 6877184 1290 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1679 1290 205 16 0 1120 0
Current children cumulated CPU time (s) 180.01
Current children cumulated vsize (Kb) 6716

[startup+190.103 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 19634
/proc/meminfo: memFree=1502124/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=6976 CPUtime=190.01
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1350 0 0 0 18997 4 0 0 25 0 1 0 188108701 7143424 1321 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520048 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1744 1321 205 16 0 1185 0
Current children cumulated CPU time (s) 190.01
Current children cumulated vsize (Kb) 6976

[startup+200.108 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 19634
/proc/meminfo: memFree=1502124/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=6976 CPUtime=200.01
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1357 0 0 0 19997 4 0 0 25 0 1 0 188108701 7143424 1328 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1744 1328 205 16 0 1185 0
Current children cumulated CPU time (s) 200.01
Current children cumulated vsize (Kb) 6976

[startup+210.114 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 19634
/proc/meminfo: memFree=1501996/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=7100 CPUtime=210.01
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1385 0 0 0 20997 4 0 0 25 0 1 0 188108701 7270400 1356 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1775 1356 205 16 0 1216 0
Current children cumulated CPU time (s) 210.01
Current children cumulated vsize (Kb) 7100

[startup+220.12 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 19634
/proc/meminfo: memFree=1501932/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=7100 CPUtime=220.02
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1397 0 0 0 21998 4 0 0 25 0 1 0 188108701 7270400 1368 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559527 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1775 1368 205 16 0 1216 0
Current children cumulated CPU time (s) 220.02
Current children cumulated vsize (Kb) 7100

[startup+230.126 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 19634
/proc/meminfo: memFree=1501868/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=7100 CPUtime=230.02
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1407 0 0 0 22998 4 0 0 25 0 1 0 188108701 7270400 1378 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1775 1378 205 16 0 1216 0
Current children cumulated CPU time (s) 230.02
Current children cumulated vsize (Kb) 7100

[startup+240.132 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 19634
/proc/meminfo: memFree=1501868/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=7232 CPUtime=240.02
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1420 0 0 0 23998 4 0 0 25 0 1 0 188108701 7405568 1391 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520163 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1808 1391 205 16 0 1249 0
Current children cumulated CPU time (s) 240.02
Current children cumulated vsize (Kb) 7232

[startup+250.139 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 19634
/proc/meminfo: memFree=1501868/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=7232 CPUtime=250.02
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1420 0 0 0 24998 4 0 0 25 0 1 0 188108701 7405568 1391 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1808 1391 205 16 0 1249 0
Current children cumulated CPU time (s) 250.02
Current children cumulated vsize (Kb) 7232

[startup+260.145 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19634
/proc/meminfo: memFree=1501676/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=7360 CPUtime=260.03
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1460 0 0 0 25999 4 0 0 25 0 1 0 188108701 7536640 1431 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1840 1431 205 16 0 1281 0
Current children cumulated CPU time (s) 260.03
Current children cumulated vsize (Kb) 7360

[startup+270.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19634
/proc/meminfo: memFree=1501676/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=7360 CPUtime=270.03
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1466 0 0 0 26999 4 0 0 25 0 1 0 188108701 7536640 1437 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519884 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1840 1437 205 16 0 1281 0
Current children cumulated CPU time (s) 270.03
Current children cumulated vsize (Kb) 7360

[startup+280.157 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19634
/proc/meminfo: memFree=1501612/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=7504 CPUtime=280.03
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1475 0 0 0 27999 4 0 0 25 0 1 0 188108701 7684096 1446 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1876 1446 205 16 0 1317 0
Current children cumulated CPU time (s) 280.03
Current children cumulated vsize (Kb) 7504

[startup+290.162 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19634
/proc/meminfo: memFree=1501484/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=7636 CPUtime=290.03
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1510 0 0 0 28999 4 0 0 25 0 1 0 188108701 7819264 1481 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517906 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1909 1481 205 16 0 1350 0
Current children cumulated CPU time (s) 290.03
Current children cumulated vsize (Kb) 7636

[startup+300.168 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19634
/proc/meminfo: memFree=1501420/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=7636 CPUtime=300.03
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1517 0 0 0 29999 4 0 0 25 0 1 0 188108701 7819264 1488 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520116 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1909 1488 205 16 0 1350 0
Current children cumulated CPU time (s) 300.03
Current children cumulated vsize (Kb) 7636

[startup+310.173 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19634
/proc/meminfo: memFree=1501356/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=7636 CPUtime=310.04
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1529 0 0 0 31000 4 0 0 25 0 1 0 188108701 7819264 1500 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557203 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1909 1500 205 16 0 1350 0
Current children cumulated CPU time (s) 310.04
Current children cumulated vsize (Kb) 7636

[startup+320.179 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19634
/proc/meminfo: memFree=1501292/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=7772 CPUtime=320.04
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1551 0 0 0 32000 4 0 0 25 0 1 0 188108701 7958528 1522 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527750 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1943 1522 205 16 0 1384 0
Current children cumulated CPU time (s) 320.04
Current children cumulated vsize (Kb) 7772

[startup+330.184 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19634
/proc/meminfo: memFree=1501228/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=7772 CPUtime=330.04
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1557 0 0 0 33000 4 0 0 25 0 1 0 188108701 7958528 1528 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520075 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1943 1528 205 16 0 1384 0
Current children cumulated CPU time (s) 330.04
Current children cumulated vsize (Kb) 7772

[startup+340.191 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19634
/proc/meminfo: memFree=1501228/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=7772 CPUtime=340.04
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1557 0 0 0 34000 4 0 0 25 0 1 0 188108701 7958528 1528 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517870 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1943 1528 205 16 0 1384 0
Current children cumulated CPU time (s) 340.04
Current children cumulated vsize (Kb) 7772

[startup+350.196 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19634
/proc/meminfo: memFree=1501228/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=7916 CPUtime=350.05
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1577 0 0 0 35001 4 0 0 25 0 1 0 188108701 8105984 1548 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532177 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1979 1548 205 16 0 1420 0
Current children cumulated CPU time (s) 350.05
Current children cumulated vsize (Kb) 7916

[startup+360.202 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19634
/proc/meminfo: memFree=1501228/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=7916 CPUtime=360.05
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1581 0 0 0 36001 4 0 0 25 0 1 0 188108701 8105984 1552 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520147 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1979 1552 205 16 0 1420 0
Current children cumulated CPU time (s) 360.05
Current children cumulated vsize (Kb) 7916

[startup+370.207 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19634
/proc/meminfo: memFree=1501228/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=7916 CPUtime=370.05
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1585 0 0 0 37001 4 0 0 25 0 1 0 188108701 8105984 1556 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559529 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 1979 1556 205 16 0 1420 0
Current children cumulated CPU time (s) 370.05
Current children cumulated vsize (Kb) 7916

[startup+380.213 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19634
/proc/meminfo: memFree=1501164/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=8044 CPUtime=380.05
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1603 0 0 0 38001 4 0 0 25 0 1 0 188108701 8237056 1574 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 2011 1574 205 16 0 1452 0
Current children cumulated CPU time (s) 380.05
Current children cumulated vsize (Kb) 8044

[startup+390.218 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19634
/proc/meminfo: memFree=1500908/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=8300 CPUtime=390.05
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1670 0 0 0 39001 4 0 0 25 0 1 0 188108701 8499200 1641 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517876 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 2075 1641 205 16 0 1516 0
Current children cumulated CPU time (s) 390.05
Current children cumulated vsize (Kb) 8300

[startup+400.224 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 19634
/proc/meminfo: memFree=1500908/2055920 swapFree=4181360/4192956
[pid=19439] ppid=19437 vsize=8300 CPUtime=400.06
/proc/19439/stat : 19439 (Pueblo13) R 19437 19439 19394 0 -1 4194304 1671 0 0 0 40002 4 0 0 25 0 1 0 188108701 8499200 1642 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19439/statm: 2075 1642 205 16 0 1516 0
Current children cumulated CPU time (s) 400.06
Current children cumulated vsize (Kb) 8300

Child status: 20
Real time (s): 406.149
CPU time (s): 405.988
CPU user time (s): 405.938
CPU system time (s): 0.049992
CPU usage (%): 99.9605
Max. virtual memory (cumulated for all children) (Kb): 8300

Launcher Data (download as text)

Begin job on node52 on Fri Jun  2 05:00:09 UTC 2006


FILE ID= 37311-1149224409

PBS_JOBID= 295700

BENCH NAME= ROOT/tmp/node52/37311-1149224409/instance-37311-1149224409.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node52/37311-1149224409/instance-37311-1149224409.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-37311-1149224409 -o ROOT/results/node52/solver-37311-1149224409 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node52/37311-1149224409/instance-37311-1149224409.opb

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  f510e821cdc50f097865b59193d7ef06

RANDOM SEED= 940080920


/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.263
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.263
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:       1506996 kB
Buffers:         23120 kB
Cached:         458484 kB
SwapCached:       3508 kB
Active:         245224 kB
Inactive:       245324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1506996 kB
SwapTotal:     4192956 kB
SwapFree:      4181360 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          14904 kB
Slab:            44368 kB
Committed_AS:   254468 kB
PageTables:       1504 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node52 on Fri Jun  2 05:06:55 UTC 2006