Trace number 36087

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 309.29 309.395

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900565534.opb
MD5SUM0fea7c185f4d6e2091fba763db8ccbcc
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 benchmark302.405
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 685
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
309.39	c total time              : 309.33 s
309.39	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/node48/watcher-36087-1149215881 -o ROOT/results/node48/solver-36087-1149215881 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node48/36087-1149215881/instance-36087-1149215881.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1385256/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=172 CPUtime=0
/proc/9816/stat : 9816 (Pueblo) D 9814 9816 9771 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 187255194 176128 23 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 3531556 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/9816/statm: 43 23 18 16 0 2 0

[startup+10.0025 s]
/proc/loadavg: 0.93 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1383224/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=4496 CPUtime=9.99
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 756 0 0 0 999 0 0 0 25 0 1 0 187255194 4603904 727 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520075 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1124 727 205 16 0 565 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4496

[startup+20.0082 s]
/proc/loadavg: 0.94 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1382776/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=4848 CPUtime=19.99
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 864 0 0 0 1999 0 0 0 25 0 1 0 187255194 4964352 835 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527740 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1212 835 205 16 0 653 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4848

[startup+30.0139 s]
/proc/loadavg: 0.95 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1382584/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=5044 CPUtime=29.99
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 914 0 0 0 2999 0 0 0 25 0 1 0 187255194 5165056 885 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134524550 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1261 885 205 16 0 702 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 5044

[startup+40.0196 s]
/proc/loadavg: 0.95 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1382520/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=5156 CPUtime=40
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 940 0 0 0 3999 1 0 0 25 0 1 0 187255194 5279744 911 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528346 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1289 911 205 16 0 730 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5156

[startup+50.0253 s]
/proc/loadavg: 0.96 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1382136/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=5508 CPUtime=50
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1021 0 0 0 4999 1 0 0 25 0 1 0 187255194 5640192 992 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 3962370 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1377 992 205 16 0 818 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5508

[startup+60.031 s]
/proc/loadavg: 0.97 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1382072/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=5604 CPUtime=60
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1036 0 0 0 5999 1 0 0 25 0 1 0 187255194 5738496 1007 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532913 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1401 1007 205 16 0 842 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 5604

[startup+70.0367 s]
/proc/loadavg: 0.97 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1381944/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=5720 CPUtime=70.01
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1074 0 0 0 7000 1 0 0 25 0 1 0 187255194 5857280 1045 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528346 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1430 1045 205 16 0 871 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 5720

[startup+80.0424 s]
/proc/loadavg: 0.98 0.98 0.95 3/64 9816
/proc/meminfo: memFree=1381880/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=5716 CPUtime=80.01
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1087 0 0 0 8000 1 0 0 25 0 1 0 187255194 5853184 1058 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527750 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1429 1058 205 16 0 870 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 5716

[startup+90.0481 s]
/proc/loadavg: 0.98 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1381816/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=5828 CPUtime=90.01
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1106 0 0 0 9000 1 0 0 25 0 1 0 187255194 5967872 1077 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519132 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1457 1077 205 16 0 898 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 5828

[startup+100.054 s]
/proc/loadavg: 0.98 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1381816/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=5828 CPUtime=100.01
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1110 0 0 0 10000 1 0 0 25 0 1 0 187255194 5967872 1081 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528346 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1457 1081 205 16 0 898 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 5828

[startup+110.06 s]
/proc/loadavg: 0.98 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1381624/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=6044 CPUtime=110.02
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1159 0 0 0 11001 1 0 0 25 0 1 0 187255194 6189056 1130 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527966 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1511 1130 205 16 0 952 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 6044

[startup+120.066 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1381432/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=6144 CPUtime=120.02
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1194 0 0 0 12001 1 0 0 25 0 1 0 187255194 6291456 1165 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527824 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1536 1165 205 16 0 977 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 6144

[startup+130.072 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1381304/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=6368 CPUtime=130.02
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1227 0 0 0 13001 1 0 0 25 0 1 0 187255194 6520832 1198 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1592 1198 205 16 0 1033 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 6368

[startup+140.078 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1381304/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=6340 CPUtime=140.02
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1227 0 0 0 14001 1 0 0 25 0 1 0 187255194 6492160 1198 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527750 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1585 1198 205 16 0 1026 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 6340

[startup+150.084 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1381304/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=6340 CPUtime=150.03
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1235 0 0 0 15002 1 0 0 25 0 1 0 187255194 6492160 1206 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527750 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1585 1206 205 16 0 1026 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 6340

[startup+160.09 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1381240/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=6368 CPUtime=160.03
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1243 0 0 0 16002 1 0 0 25 0 1 0 187255194 6520832 1214 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 3964560 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1592 1214 205 16 0 1033 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 6368

[startup+170.096 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1381048/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=6568 CPUtime=170.03
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1287 0 0 0 17002 1 0 0 25 0 1 0 187255194 6725632 1258 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527753 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1642 1258 205 16 0 1083 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 6568

[startup+180.102 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1380920/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=6700 CPUtime=180.03
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1319 0 0 0 18002 1 0 0 25 0 1 0 187255194 6860800 1290 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 3974370 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1675 1290 205 16 0 1116 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 6700

[startup+190.108 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1380920/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=6700 CPUtime=190.04
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1329 0 0 0 19003 1 0 0 25 0 1 0 187255194 6860800 1300 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527762 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1675 1300 205 16 0 1116 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 6700

[startup+200.114 s]
/proc/loadavg: 0.99 0.98 0.95 3/64 9816
/proc/meminfo: memFree=1380856/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=6700 CPUtime=200.04
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1332 0 0 0 20003 1 0 0 25 0 1 0 187255194 6860800 1303 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134560931 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1675 1303 205 16 0 1116 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 6700

[startup+210.12 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1380792/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=6808 CPUtime=210.04
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1354 0 0 0 21003 1 0 0 25 0 1 0 187255194 6971392 1325 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134522729 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1702 1325 205 16 0 1143 0
Current children cumulated CPU time (s) 210.04
Current children cumulated vsize (Kb) 6808

[startup+220.126 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1380792/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=6772 CPUtime=220.05
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1354 0 0 0 22004 1 0 0 25 0 1 0 187255194 6934528 1322 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1693 1322 205 16 0 1134 0
Current children cumulated CPU time (s) 220.05
Current children cumulated vsize (Kb) 6772

[startup+230.132 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1380728/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=6896 CPUtime=230.05
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1370 0 0 0 23004 1 0 0 25 0 1 0 187255194 7061504 1338 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1724 1338 205 16 0 1165 0
Current children cumulated CPU time (s) 230.05
Current children cumulated vsize (Kb) 6896

[startup+240.138 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1380728/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=6892 CPUtime=240.05
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1370 0 0 0 24004 1 0 0 25 0 1 0 187255194 7057408 1338 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519889 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1723 1338 205 16 0 1164 0
Current children cumulated CPU time (s) 240.05
Current children cumulated vsize (Kb) 6892

[startup+250.144 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1380664/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=6988 CPUtime=250.05
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1379 0 0 0 25004 1 0 0 25 0 1 0 187255194 7155712 1347 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520229 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1747 1347 205 16 0 1188 0
Current children cumulated CPU time (s) 250.05
Current children cumulated vsize (Kb) 6988

[startup+260.149 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1380664/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=6976 CPUtime=260.05
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1387 0 0 0 26004 1 0 0 25 0 1 0 187255194 7143424 1353 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532935 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1744 1353 205 16 0 1185 0
Current children cumulated CPU time (s) 260.05
Current children cumulated vsize (Kb) 6976

[startup+270.155 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1380408/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=7172 CPUtime=270.06
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1444 0 0 0 27005 1 0 0 25 0 1 0 187255194 7344128 1410 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532442 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1793 1410 205 16 0 1234 0
Current children cumulated CPU time (s) 270.06
Current children cumulated vsize (Kb) 7172

[startup+280.161 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1380408/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=7168 CPUtime=280.06
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1452 0 0 0 28005 1 0 0 25 0 1 0 187255194 7340032 1418 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527762 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1792 1418 205 16 0 1233 0
Current children cumulated CPU time (s) 280.06
Current children cumulated vsize (Kb) 7168

[startup+290.166 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1380408/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=7240 CPUtime=290.06
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1456 0 0 0 29005 1 0 0 25 0 1 0 187255194 7413760 1422 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527570 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1810 1422 205 16 0 1251 0
Current children cumulated CPU time (s) 290.06
Current children cumulated vsize (Kb) 7240

[startup+300.172 s]
/proc/loadavg: 0.99 0.98 0.95 2/64 9816
/proc/meminfo: memFree=1380280/2055920 swapFree=4181440/4192956
[pid=9816] ppid=9814 vsize=7292 CPUtime=300.06
/proc/9816/stat : 9816 (Pueblo) R 9814 9816 9771 0 -1 4194304 1480 0 0 0 30005 1 0 0 25 0 1 0 187255194 7467008 1446 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520015 0 0 4096 0 0 0 0 17 1 0 0
/proc/9816/statm: 1823 1446 205 16 0 1264 0
Current children cumulated CPU time (s) 300.06
Current children cumulated vsize (Kb) 7292

Child status: 20
Real time (s): 309.395
CPU time (s): 309.29
CPU user time (s): 309.269
CPU system time (s): 0.020996
CPU usage (%): 99.966
Max. virtual memory (cumulated for all children) (Kb): 7292

Launcher Data (download as text)

Begin job on node48 on Fri Jun  2 02:38:02 UTC 2006


FILE ID= 36087-1149215881

PBS_JOBID= 294732

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

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  0fea7c185f4d6e2091fba763db8ccbcc

RANDOM SEED= 66240866


/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.259
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.259
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:       1385592 kB
Buffers:         19664 kB
Cached:         579020 kB
SwapCached:       3388 kB
Active:         219432 kB
Inactive:       388144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1385592 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:             208 kB
Writeback:           0 kB
Mapped:          14856 kB
Slab:            48776 kB
Committed_AS:   182064 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node48 on Fri Jun  2 02:43:11 UTC 2006