Trace number 37413

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 991.858 992.157

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.unbounded.all.ucl.opb
MD5SUM1785d65de493315a1e7654bb7aab8248
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 benchmark431.497
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables84836
Total number of constraints245062
Number of constraints which are clauses233598
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11464
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
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
51.93	c starting to Solve
51.93	c #variables read: 84836 - #constraints read: 245061
992.12	c total time              : 991.97 s
992.12	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/node9/watcher-37413-1149236553 -o ROOT/results/node9/solver-37413-1149236553 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node9/37413-1149236553/instance-37413-1149236553.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1387536/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=2328 CPUtime=0
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 147 0 0 0 0 0 0 0 18 0 1 0 189317616 2383872 128 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 8633208 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 582 128 109 16 0 11 0

[startup+10.0027 s]
/proc/loadavg: 0.93 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1338472/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=55632 CPUtime=9.99
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 962166 0 0 0 737 262 0 0 25 0 1 0 189317616 56967168 12491 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 13908 12500 204 16 0 13349 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 55632

[startup+20.0088 s]
/proc/loadavg: 0.94 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1338544/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=55632 CPUtime=19.99
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 3050581 0 0 0 1154 845 0 0 25 0 1 0 189317616 56967168 12460 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 13908 12471 204 16 0 13349 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 55632

[startup+30.015 s]
/proc/loadavg: 0.95 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1338608/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=55812 CPUtime=29.99
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4092285 0 0 0 1868 1131 0 0 25 0 1 0 189317616 57151488 12514 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134532012 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 13953 12514 204 16 0 13394 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 55812

[startup+40.0211 s]
/proc/loadavg: 0.96 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1333040/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=61736 CPUtime=40
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4093702 0 0 0 2868 1132 0 0 25 0 1 0 189317616 63217664 13931 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134532013 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 15434 13931 204 16 0 14875 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 61736

[startup+50.0273 s]
/proc/loadavg: 0.96 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1327024/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=67544 CPUtime=50
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4095192 0 0 0 3867 1133 0 0 25 0 1 0 189317616 69165056 15421 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134532408 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 16886 15421 204 16 0 16327 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 67544

[startup+60.0334 s]
/proc/loadavg: 0.97 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1319920/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=74912 CPUtime=60
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4096963 0 0 0 4867 1133 0 0 25 0 1 0 189317616 76709888 17192 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134517876 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 18728 17192 206 16 0 18169 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 74912

[startup+70.0396 s]
/proc/loadavg: 0.97 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1319920/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=74912 CPUtime=70.01
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4096963 0 0 0 5868 1133 0 0 25 0 1 0 189317616 76709888 17192 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559257 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 18728 17192 206 16 0 18169 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 74912

[startup+80.0457 s]
/proc/loadavg: 0.98 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1319984/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=74912 CPUtime=80.01
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4096963 0 0 0 6868 1133 0 0 25 0 1 0 189317616 76709888 17192 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559496 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 18728 17192 206 16 0 18169 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 74912

[startup+90.0519 s]
/proc/loadavg: 0.98 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1319984/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=74912 CPUtime=90.01
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4096963 0 0 0 7868 1133 0 0 25 0 1 0 189317616 76709888 17192 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559496 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 18728 17192 206 16 0 18169 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 74912

[startup+100.058 s]
/proc/loadavg: 0.98 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1319920/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=74912 CPUtime=100.02
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4096963 0 0 0 8869 1133 0 0 25 0 1 0 189317616 76709888 17192 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559512 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 18728 17192 206 16 0 18169 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 74912

[startup+110.064 s]
/proc/loadavg: 0.98 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1319920/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=74912 CPUtime=110.02
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4096963 0 0 0 9869 1133 0 0 25 0 1 0 189317616 76709888 17192 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559129 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 18728 17192 206 16 0 18169 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 74912

[startup+120.07 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1319920/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=74912 CPUtime=120.02
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4096963 0 0 0 10869 1133 0 0 25 0 1 0 189317616 76709888 17192 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134528296 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 18728 17192 206 16 0 18169 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 74912

[startup+130.076 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1319920/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=74912 CPUtime=130.02
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4096963 0 0 0 11869 1133 0 0 25 0 1 0 189317616 76709888 17192 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 18728 17192 206 16 0 18169 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 74912

[startup+140.083 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1319792/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=75168 CPUtime=140.03
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4096998 0 0 0 12870 1133 0 0 25 0 1 0 189317616 76972032 17227 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 18792 17227 206 16 0 18233 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 75168

[startup+150.089 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1319728/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=75168 CPUtime=150.03
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4097004 0 0 0 13870 1133 0 0 25 0 1 0 189317616 76972032 17233 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134519884 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 18792 17233 206 16 0 18233 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 75168

[startup+160.094 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1319728/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=75168 CPUtime=160.03
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4097011 0 0 0 14870 1133 0 0 25 0 1 0 189317616 76972032 17240 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 18792 17240 206 16 0 18233 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 75168

[startup+170.1 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1319664/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=75168 CPUtime=170.03
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4097016 0 0 0 15870 1133 0 0 25 0 1 0 189317616 76972032 17245 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 18792 17245 206 16 0 18233 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 75168

[startup+180.106 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1319728/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=75168 CPUtime=180.04
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4097020 0 0 0 16871 1133 0 0 25 0 1 0 189317616 76972032 17249 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134520198 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 18792 17249 206 16 0 18233 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 75168

[startup+190.112 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1319728/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=75168 CPUtime=190.05
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4097023 0 0 0 17871 1134 0 0 25 0 1 0 189317616 76972032 17252 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134519997 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 18792 17252 206 16 0 18233 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 75168

[startup+200.119 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1319664/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=75424 CPUtime=200.05
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4097028 0 0 0 18871 1134 0 0 25 0 1 0 189317616 77234176 17257 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559471 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 18856 17257 206 16 0 18297 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 75424

[startup+210.125 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10059
/proc/meminfo: memFree=1319664/2055920 swapFree=4180864/4192956

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

/proc/10059/statm: 45346 43627 206 16 0 44787 0
Current children cumulated CPU time (s) 780.23
Current children cumulated vsize (Kb) 181384

[startup+790.476 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1212208/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=183088 CPUtime=790.23
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4123811 0 0 0 77860 1163 0 0 25 0 1 0 189317616 187482112 44040 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134520008 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 45772 44040 206 16 0 45213 0
Current children cumulated CPU time (s) 790.23
Current children cumulated vsize (Kb) 183088

[startup+800.484 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1210736/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=184508 CPUtime=800.24
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4124174 0 0 0 78860 1164 0 0 25 0 1 0 189317616 188936192 44403 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 46127 44403 206 16 0 45568 0
Current children cumulated CPU time (s) 800.24
Current children cumulated vsize (Kb) 184508

[startup+810.489 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1209136/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=186044 CPUtime=810.24
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4124579 0 0 0 79860 1164 0 0 25 0 1 0 189317616 190509056 44808 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 46511 44808 206 16 0 45952 0
Current children cumulated CPU time (s) 810.24
Current children cumulated vsize (Kb) 186044

[startup+820.495 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1206064/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=189064 CPUtime=820.24
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4125337 0 0 0 80860 1164 0 0 25 0 1 0 189317616 193601536 45566 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559129 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 47266 45566 206 16 0 46707 0
Current children cumulated CPU time (s) 820.24
Current children cumulated vsize (Kb) 189064

[startup+830.501 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1202672/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=192536 CPUtime=830.24
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4126187 0 0 0 81859 1165 0 0 25 0 1 0 189317616 197156864 46416 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134558794 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 48134 46416 206 16 0 47575 0
Current children cumulated CPU time (s) 830.24
Current children cumulated vsize (Kb) 192536

[startup+840.507 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1200048/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=195180 CPUtime=840.25
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4126836 0 0 0 82860 1165 0 0 25 0 1 0 189317616 199864320 47065 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 48795 47065 206 16 0 48236 0
Current children cumulated CPU time (s) 840.25
Current children cumulated vsize (Kb) 195180

[startup+850.513 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1198064/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=197252 CPUtime=850.25
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4127356 0 0 0 83859 1166 0 0 25 0 1 0 189317616 201986048 47585 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134557800 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 49313 47585 206 16 0 48754 0
Current children cumulated CPU time (s) 850.25
Current children cumulated vsize (Kb) 197252

[startup+860.52 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1195504/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=199748 CPUtime=860.25
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4127992 0 0 0 84858 1167 0 0 25 0 1 0 189317616 204541952 48221 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559129 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 49937 48221 206 16 0 49378 0
Current children cumulated CPU time (s) 860.25
Current children cumulated vsize (Kb) 199748

[startup+870.526 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1194992/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=200136 CPUtime=870.25
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4128111 0 0 0 85858 1167 0 0 25 0 1 0 189317616 204939264 48340 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 50034 48340 206 16 0 49475 0
Current children cumulated CPU time (s) 870.25
Current children cumulated vsize (Kb) 200136

[startup+880.532 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1194992/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=200136 CPUtime=880.26
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4128111 0 0 0 86859 1167 0 0 25 0 1 0 189317616 204939264 48340 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 50034 48340 206 16 0 49475 0
Current children cumulated CPU time (s) 880.26
Current children cumulated vsize (Kb) 200136

[startup+890.538 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1194992/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=200136 CPUtime=890.26
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4128111 0 0 0 87859 1167 0 0 25 0 1 0 189317616 204939264 48340 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134558881 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 50034 48340 206 16 0 49475 0
Current children cumulated CPU time (s) 890.26
Current children cumulated vsize (Kb) 200136

[startup+900.544 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1194992/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=200136 CPUtime=900.26
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4128111 0 0 0 88859 1167 0 0 25 0 1 0 189317616 204939264 48340 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134519949 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 50034 48340 206 16 0 49475 0
Current children cumulated CPU time (s) 900.26
Current children cumulated vsize (Kb) 200136

[startup+910.55 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1194992/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=200136 CPUtime=910.27
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4128112 0 0 0 89859 1168 0 0 25 0 1 0 189317616 204939264 48341 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 50034 48341 206 16 0 49475 0
Current children cumulated CPU time (s) 910.27
Current children cumulated vsize (Kb) 200136

[startup+920.556 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1194928/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=200136 CPUtime=920.28
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4128113 0 0 0 90860 1168 0 0 25 0 1 0 189317616 204939264 48342 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 50034 48342 206 16 0 49475 0
Current children cumulated CPU time (s) 920.28
Current children cumulated vsize (Kb) 200136

[startup+930.562 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1194928/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=200136 CPUtime=930.28
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4128114 0 0 0 91860 1168 0 0 25 0 1 0 189317616 204939264 48343 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 9097567 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 50034 48343 206 16 0 49475 0
Current children cumulated CPU time (s) 930.28
Current children cumulated vsize (Kb) 200136

[startup+940.569 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1194928/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=200136 CPUtime=940.28
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4128115 0 0 0 92860 1168 0 0 25 0 1 0 189317616 204939264 48344 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134520163 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 50034 48344 206 16 0 49475 0
Current children cumulated CPU time (s) 940.28
Current children cumulated vsize (Kb) 200136

[startup+950.575 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1194928/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=200136 CPUtime=950.29
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4128115 0 0 0 93861 1168 0 0 25 0 1 0 189317616 204939264 48344 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134519987 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 50034 48344 206 16 0 49475 0
Current children cumulated CPU time (s) 950.29
Current children cumulated vsize (Kb) 200136

[startup+960.581 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1194928/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=200136 CPUtime=960.29
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4128115 0 0 0 94861 1168 0 0 25 0 1 0 189317616 204939264 48344 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134519989 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 50034 48344 206 16 0 49475 0
Current children cumulated CPU time (s) 960.29
Current children cumulated vsize (Kb) 200136

[startup+970.587 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1194928/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=200136 CPUtime=970.29
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4128115 0 0 0 95861 1168 0 0 25 0 1 0 189317616 204939264 48344 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 9097567 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 50034 48344 206 16 0 49475 0
Current children cumulated CPU time (s) 970.29
Current children cumulated vsize (Kb) 200136

[startup+980.593 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1194992/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=200136 CPUtime=980.3
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4128115 0 0 0 96862 1168 0 0 25 0 1 0 189317616 204939264 48344 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134519884 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 50034 48344 206 16 0 49475 0
Current children cumulated CPU time (s) 980.3
Current children cumulated vsize (Kb) 200136

[startup+990.598 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 10061
/proc/meminfo: memFree=1194928/2055920 swapFree=4180864/4192956
[pid=10059] ppid=10057 vsize=200136 CPUtime=990.3
/proc/10059/stat : 10059 (Pueblo13) R 10057 10059 10014 0 -1 4194304 4128115 0 0 0 97862 1168 0 0 25 0 1 0 189317616 204939264 48344 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559129 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 50034 48344 206 16 0 49475 0
Current children cumulated CPU time (s) 990.3
Current children cumulated vsize (Kb) 200136

Child status: 20
Real time (s): 992.157
CPU time (s): 991.858
CPU user time (s): 980.145
CPU system time (s): 11.7132
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (Kb): 200136

Launcher Data (download as text)

Begin job on node9 on Fri Jun  2 08:22:33 UTC 2006


FILE ID= 37413-1149236553

PBS_JOBID= 297025

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

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  1785d65de493315a1e7654bb7aab8248

RANDOM SEED= 330752673


/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.234
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.234
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:       1387744 kB
Buffers:         30016 kB
Cached:         570476 kB
SwapCached:       3892 kB
Active:         289380 kB
Inactive:       319900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1387744 kB
SwapTotal:     4192956 kB
SwapFree:      4180864 kB
Dirty:             212 kB
Writeback:           0 kB
Mapped:          14708 kB
Slab:            44900 kB
Committed_AS:   232304 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node9 on Fri Jun  2 08:39:05 UTC 2006