Trace number 37299

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 275.056 275.134

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670167.opb
MD5SUM3972d8c24730f4742ee881de3ad25c62
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 benchmark33.7979
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 707
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
275.13	c total time              : 275.09 s
275.13	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/node47/watcher-37299-1149222769 -o ROOT/results/node47/solver-37299-1149222769 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node47/37299-1149222769/instance-37299-1149222769.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1151184/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=916 CPUtime=0
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 44 0 0 0 0 0 0 0 18 0 1 0 154205473 937984 28 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 10518827 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 229 28 20 16 0 8 0

[startup+10.0015 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1149264/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=4256 CPUtime=9.99
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 699 0 0 0 999 0 0 0 25 0 1 0 154205473 4358144 670 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 10950023 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1064 670 205 16 0 505 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4256

[startup+20.0076 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1148816/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=4648 CPUtime=19.99
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 813 0 0 0 1999 0 0 0 25 0 1 0 154205473 4759552 784 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517805 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1162 784 205 16 0 603 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4648

[startup+30.0137 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1148624/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=4920 CPUtime=29.99
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 865 0 0 0 2999 0 0 0 25 0 1 0 154205473 5038080 836 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532089 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1230 836 205 16 0 671 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 4920

[startup+40.0198 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1148368/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=5048 CPUtime=40
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 914 0 0 0 4000 0 0 0 25 0 1 0 154205473 5169152 885 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134558826 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1262 885 205 16 0 703 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5048

[startup+50.0269 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1148240/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=5308 CPUtime=50
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 974 0 0 0 5000 0 0 0 25 0 1 0 154205473 5435392 945 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 10950146 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1327 945 205 16 0 768 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 5308

[startup+60.0329 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1148112/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=5440 CPUtime=60
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1005 0 0 0 6000 0 0 0 25 0 1 0 154205473 5570560 976 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1360 976 205 16 0 801 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 5440

[startup+70.039 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1147984/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=5568 CPUtime=70
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1029 0 0 0 7000 0 0 0 25 0 1 0 154205473 5701632 1000 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559480 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1392 1000 205 16 0 833 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 5568

[startup+80.0451 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1147792/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=5824 CPUtime=80.01
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1078 0 0 0 8001 0 0 0 25 0 1 0 154205473 5963776 1049 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519910 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1456 1049 205 16 0 897 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 5824

[startup+90.0512 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1147728/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=5804 CPUtime=90.01
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1090 0 0 0 9001 0 0 0 25 0 1 0 154205473 5943296 1061 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520048 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1451 1061 205 16 0 892 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 5804

[startup+100.057 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1147728/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=5932 CPUtime=100.01
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1106 0 0 0 10001 0 0 0 25 0 1 0 154205473 6074368 1077 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 10950165 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1483 1077 205 16 0 924 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 5932

[startup+110.063 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1147408/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=6188 CPUtime=110.03
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1173 0 0 0 11002 1 0 0 25 0 1 0 154205473 6336512 1144 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 10954363 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1547 1144 205 16 0 988 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 6188

[startup+120.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1147344/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=6188 CPUtime=120.03
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1185 0 0 0 12002 1 0 0 25 0 1 0 154205473 6336512 1156 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520147 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1547 1156 205 16 0 988 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 6188

[startup+130.077 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1147344/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=6188 CPUtime=130.03
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1195 0 0 0 13002 1 0 0 25 0 1 0 154205473 6336512 1166 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519955 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1547 1166 205 16 0 988 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 6188

[startup+140.083 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1147280/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=6332 CPUtime=140.04
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1198 0 0 0 14003 1 0 0 25 0 1 0 154205473 6483968 1169 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1583 1169 205 16 0 1024 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 6332

[startup+150.089 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1147280/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=6332 CPUtime=150.04
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1202 0 0 0 15003 1 0 0 25 0 1 0 154205473 6483968 1173 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559527 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1583 1173 205 16 0 1024 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 6332

[startup+160.095 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1147216/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=6332 CPUtime=160.04
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1211 0 0 0 16003 1 0 0 25 0 1 0 154205473 6483968 1182 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1583 1182 205 16 0 1024 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 6332

[startup+170.101 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1147152/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=6332 CPUtime=170.05
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1227 0 0 0 17004 1 0 0 25 0 1 0 154205473 6483968 1198 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1583 1198 205 16 0 1024 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 6332

[startup+180.108 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1146896/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=6760 CPUtime=180.05
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1297 0 0 0 18004 1 0 0 25 0 1 0 154205473 6922240 1268 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 10952362 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1690 1268 205 16 0 1131 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 6760

[startup+190.114 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1146896/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=6760 CPUtime=190.06
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1305 0 0 0 19005 1 0 0 25 0 1 0 154205473 6922240 1276 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1690 1276 205 16 0 1131 0
Current children cumulated CPU time (s) 190.06
Current children cumulated vsize (Kb) 6760

[startup+200.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1146896/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=6760 CPUtime=200.06
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1305 0 0 0 20005 1 0 0 25 0 1 0 154205473 6922240 1276 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559512 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1690 1276 205 16 0 1131 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 6760

[startup+210.126 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1146768/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=6904 CPUtime=210.06
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1333 0 0 0 21005 1 0 0 25 0 1 0 154205473 7069696 1304 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527748 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1726 1304 205 16 0 1167 0
Current children cumulated CPU time (s) 210.06
Current children cumulated vsize (Kb) 6904

[startup+220.132 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1146640/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=7048 CPUtime=220.06
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1355 0 0 0 22005 1 0 0 25 0 1 0 154205473 7217152 1326 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559529 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1762 1326 205 16 0 1203 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (Kb) 7048

[startup+230.138 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1146640/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=7048 CPUtime=230.07
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1361 0 0 0 23006 1 0 0 25 0 1 0 154205473 7217152 1332 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1762 1332 205 16 0 1203 0
Current children cumulated CPU time (s) 230.07
Current children cumulated vsize (Kb) 7048

[startup+240.143 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1146576/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=7048 CPUtime=240.07
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1367 0 0 0 24006 1 0 0 25 0 1 0 154205473 7217152 1338 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519910 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1762 1338 205 16 0 1203 0
Current children cumulated CPU time (s) 240.07
Current children cumulated vsize (Kb) 7048

[startup+250.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1146576/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=7048 CPUtime=250.07
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1375 0 0 0 25006 1 0 0 25 0 1 0 154205473 7217152 1346 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520215 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1762 1346 205 16 0 1203 0
Current children cumulated CPU time (s) 250.07
Current children cumulated vsize (Kb) 7048

[startup+260.156 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1146576/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=7048 CPUtime=260.08
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1378 0 0 0 26007 1 0 0 25 0 1 0 154205473 7217152 1349 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520152 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1762 1349 205 16 0 1203 0
Current children cumulated CPU time (s) 260.08
Current children cumulated vsize (Kb) 7048

[startup+270.162 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8090
/proc/meminfo: memFree=1146576/2055920 swapFree=4183752/4192956
[pid=8090] ppid=8088 vsize=7184 CPUtime=270.08
/proc/8090/stat : 8090 (Pueblo13) R 8088 8090 8045 0 -1 4194304 1387 0 0 0 27007 1 0 0 25 0 1 0 154205473 7356416 1358 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134558724 0 0 4096 0 0 0 0 17 1 0 0
/proc/8090/statm: 1796 1358 205 16 0 1237 0
Current children cumulated CPU time (s) 270.08
Current children cumulated vsize (Kb) 7184

Child status: 20
Real time (s): 275.134
CPU time (s): 275.056
CPU user time (s): 275.04
CPU system time (s): 0.015997
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (Kb): 7184

Launcher Data (download as text)

Begin job on node47 on Fri Jun  2 04:32:49 UTC 2006


FILE ID= 37299-1149222769

PBS_JOBID= 295539

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

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  3972d8c24730f4742ee881de3ad25c62

RANDOM SEED= 620482462


/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:       1151456 kB
Buffers:         38388 kB
Cached:         792856 kB
SwapCached:       3524 kB
Active:         259892 kB
Inactive:       580276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1151456 kB
SwapTotal:     4192956 kB
SwapFree:      4183752 kB
Dirty:             156 kB
Writeback:           0 kB
Mapped:          15028 kB
Slab:            50348 kB
Committed_AS:   181656 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node47 on Fri Jun  2 04:37:24 UTC 2006