Trace number 37362

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 886.094 886.329

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl10_11_pb.cnf.cr.opb
MD5SUMfac1b7391a53ae9861d9e311ddf65af2
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 benchmark0.001999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables220
Total number of constraints42
Number of constraints which are clauses22
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
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.01	c starting to Solve
0.01	c #variables read: 220 - #constraints read: 42
886.32	c total time              : 886.22 s
886.32	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/node31/watcher-37362-1149230100 -o ROOT/results/node31/solver-37362-1149230100 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node31/37362-1149230100/instance-37362-1149230100.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.94 2/64 23426
/proc/meminfo: memFree=1445968/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2328 CPUtime=0
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 188673694 2383872 127 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 1142049 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 582 127 108 16 0 11 0

[startup+10.0025 s]
/proc/loadavg: 0.93 0.95 0.94 2/64 23426
/proc/meminfo: memFree=1445600/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2704 CPUtime=9.99
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 305 0 0 0 999 0 0 0 25 0 1 0 188673694 2768896 276 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517908 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 676 276 205 16 0 117 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 2704

[startup+20.0093 s]
/proc/loadavg: 0.94 0.96 0.94 2/64 23426
/proc/meminfo: memFree=1445600/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2704 CPUtime=20
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 309 0 0 0 2000 0 0 0 25 0 1 0 188673694 2768896 280 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520051 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 676 280 205 16 0 117 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 2704

[startup+30.0151 s]
/proc/loadavg: 0.95 0.96 0.94 2/64 23426
/proc/meminfo: memFree=1445600/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2704 CPUtime=30
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 309 0 0 0 3000 0 0 0 25 0 1 0 188673694 2768896 280 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 676 280 205 16 0 117 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 2704

[startup+40.0209 s]
/proc/loadavg: 0.95 0.96 0.94 2/64 23426
/proc/meminfo: memFree=1445600/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2704 CPUtime=40
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 310 0 0 0 4000 0 0 0 25 0 1 0 188673694 2768896 281 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134558066 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 676 281 205 16 0 117 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 2704

[startup+50.0268 s]
/proc/loadavg: 0.96 0.96 0.94 2/64 23426
/proc/meminfo: memFree=1445664/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2704 CPUtime=50
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 311 0 0 0 5000 0 0 0 25 0 1 0 188673694 2768896 282 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517908 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 676 282 205 16 0 117 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 2704

[startup+60.0326 s]
/proc/loadavg: 0.97 0.96 0.94 2/64 23426
/proc/meminfo: memFree=1445664/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2704 CPUtime=60.01
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 313 0 0 0 6001 0 0 0 25 0 1 0 188673694 2768896 284 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527762 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 676 284 205 16 0 117 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 2704

[startup+70.0384 s]
/proc/loadavg: 0.97 0.96 0.94 2/64 23426
/proc/meminfo: memFree=1445664/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2704 CPUtime=70.01
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 316 0 0 0 7001 0 0 0 25 0 1 0 188673694 2768896 287 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520075 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 676 287 205 16 0 117 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 2704

[startup+80.0452 s]
/proc/loadavg: 0.98 0.96 0.94 2/64 23426
/proc/meminfo: memFree=1445664/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2704 CPUtime=80.02
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 318 0 0 0 8002 0 0 0 25 0 1 0 188673694 2768896 289 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557250 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 676 289 205 16 0 117 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 2704

[startup+90.05 s]
/proc/loadavg: 0.98 0.96 0.94 2/64 23426
/proc/meminfo: memFree=1445600/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2704 CPUtime=90.02
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 320 0 0 0 9002 0 0 0 25 0 1 0 188673694 2768896 291 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520451 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 676 291 205 16 0 117 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 2704

[startup+100.056 s]
/proc/loadavg: 0.98 0.96 0.94 2/64 23426
/proc/meminfo: memFree=1445600/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2704 CPUtime=100.02
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 322 0 0 0 10002 0 0 0 25 0 1 0 188673694 2768896 293 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517704 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 676 293 205 16 0 117 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 2704

[startup+110.062 s]
/proc/loadavg: 0.98 0.96 0.94 2/64 23426
/proc/meminfo: memFree=1445600/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2704 CPUtime=110.02
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 324 0 0 0 11002 0 0 0 25 0 1 0 188673694 2768896 295 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517940 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 676 295 205 16 0 117 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 2704

[startup+120.068 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445600/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2704 CPUtime=120.03
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 325 0 0 0 12003 0 0 0 25 0 1 0 188673694 2768896 296 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 1605538 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 676 296 205 16 0 117 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 2704

[startup+130.073 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445600/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2704 CPUtime=130.03
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 326 0 0 0 13003 0 0 0 25 0 1 0 188673694 2768896 297 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519910 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 676 297 205 16 0 117 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 2704

[startup+140.079 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445600/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2704 CPUtime=140.03
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 326 0 0 0 14003 0 0 0 25 0 1 0 188673694 2768896 297 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519946 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 676 297 205 16 0 117 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 2704

[startup+150.085 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445600/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2704 CPUtime=150.04
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 326 0 0 0 15004 0 0 0 25 0 1 0 188673694 2768896 297 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 676 297 205 16 0 117 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 2704

[startup+160.091 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445664/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2704 CPUtime=160.04
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 326 0 0 0 16004 0 0 0 25 0 1 0 188673694 2768896 297 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559567 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 676 297 205 16 0 117 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 2704

[startup+170.097 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445600/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2828 CPUtime=170.04
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 327 0 0 0 17004 0 0 0 25 0 1 0 188673694 2895872 298 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528051 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 707 298 205 16 0 148 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 2828

[startup+180.102 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445600/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2828 CPUtime=180.05
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 327 0 0 0 18005 0 0 0 25 0 1 0 188673694 2895872 298 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134553132 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 707 298 205 16 0 148 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 2828

[startup+190.108 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445600/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2828 CPUtime=190.05
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 329 0 0 0 19005 0 0 0 25 0 1 0 188673694 2895872 300 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559382 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 707 300 205 16 0 148 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 2828

[startup+200.114 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445600/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2828 CPUtime=200.05
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 329 0 0 0 20005 0 0 0 25 0 1 0 188673694 2895872 300 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134558923 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 707 300 205 16 0 148 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 2828

[startup+210.12 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445600/2055920 swapFree=4181480/4192956

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

/proc/23426/statm: 706 305 205 16 0 147 0
Current children cumulated CPU time (s) 670.2
Current children cumulated vsize (Kb) 2824

[startup+680.39 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445536/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=680.2
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 334 0 0 0 68020 0 0 0 25 0 1 0 188673694 2891776 305 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557231 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 305 205 16 0 147 0
Current children cumulated CPU time (s) 680.2
Current children cumulated vsize (Kb) 2824

[startup+690.395 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445472/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=690.21
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 334 0 0 0 69021 0 0 0 25 0 1 0 188673694 2891776 305 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528017 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 305 205 16 0 147 0
Current children cumulated CPU time (s) 690.21
Current children cumulated vsize (Kb) 2824

[startup+700.401 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445472/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=700.21
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 334 0 0 0 70021 0 0 0 25 0 1 0 188673694 2891776 305 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520048 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 305 205 16 0 147 0
Current children cumulated CPU time (s) 700.21
Current children cumulated vsize (Kb) 2824

[startup+710.407 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445472/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=710.21
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 334 0 0 0 71021 0 0 0 25 0 1 0 188673694 2891776 305 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557697 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 305 205 16 0 147 0
Current children cumulated CPU time (s) 710.21
Current children cumulated vsize (Kb) 2824

[startup+720.413 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445472/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=720.22
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 334 0 0 0 72022 0 0 0 25 0 1 0 188673694 2891776 305 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527981 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 305 205 16 0 147 0
Current children cumulated CPU time (s) 720.22
Current children cumulated vsize (Kb) 2824

[startup+730.419 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445472/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=730.22
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 334 0 0 0 73022 0 0 0 25 0 1 0 188673694 2891776 305 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517609 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 305 205 16 0 147 0
Current children cumulated CPU time (s) 730.22
Current children cumulated vsize (Kb) 2824

[startup+740.423 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445472/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=740.22
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 334 0 0 0 74022 0 0 0 25 0 1 0 188673694 2891776 305 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528384 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 305 205 16 0 147 0
Current children cumulated CPU time (s) 740.22
Current children cumulated vsize (Kb) 2824

[startup+750.429 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445472/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=750.23
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 334 0 0 0 75023 0 0 0 25 0 1 0 188673694 2891776 305 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528575 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 305 205 16 0 147 0
Current children cumulated CPU time (s) 750.23
Current children cumulated vsize (Kb) 2824

[startup+760.435 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445472/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=760.23
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 335 0 0 0 76023 0 0 0 25 0 1 0 188673694 2891776 306 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520019 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 306 205 16 0 147 0
Current children cumulated CPU time (s) 760.23
Current children cumulated vsize (Kb) 2824

[startup+770.441 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445472/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=770.23
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 335 0 0 0 77023 0 0 0 25 0 1 0 188673694 2891776 306 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559172 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 306 205 16 0 147 0
Current children cumulated CPU time (s) 770.23
Current children cumulated vsize (Kb) 2824

[startup+780.447 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445472/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=780.24
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 335 0 0 0 78024 0 0 0 25 0 1 0 188673694 2891776 306 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 1289332 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 306 205 16 0 147 0
Current children cumulated CPU time (s) 780.24
Current children cumulated vsize (Kb) 2824

[startup+790.453 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445472/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=790.24
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 335 0 0 0 79024 0 0 0 25 0 1 0 188673694 2891776 306 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557813 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 306 205 16 0 147 0
Current children cumulated CPU time (s) 790.24
Current children cumulated vsize (Kb) 2824

[startup+800.457 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445472/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=800.24
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 335 0 0 0 80024 0 0 0 25 0 1 0 188673694 2891776 306 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134554532 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 306 205 16 0 147 0
Current children cumulated CPU time (s) 800.24
Current children cumulated vsize (Kb) 2824

[startup+810.463 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445408/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=810.24
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 335 0 0 0 81024 0 0 0 25 0 1 0 188673694 2891776 306 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517911 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 306 205 16 0 147 0
Current children cumulated CPU time (s) 810.24
Current children cumulated vsize (Kb) 2824

[startup+820.469 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445472/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=820.25
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 335 0 0 0 82025 0 0 0 25 0 1 0 188673694 2891776 306 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 306 205 16 0 147 0
Current children cumulated CPU time (s) 820.25
Current children cumulated vsize (Kb) 2824

[startup+830.475 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445472/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=830.25
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 335 0 0 0 83025 0 0 0 25 0 1 0 188673694 2891776 306 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557853 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 306 205 16 0 147 0
Current children cumulated CPU time (s) 830.25
Current children cumulated vsize (Kb) 2824

[startup+840.481 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445472/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=840.25
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 335 0 0 0 84025 0 0 0 25 0 1 0 188673694 2891776 306 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557381 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 306 205 16 0 147 0
Current children cumulated CPU time (s) 840.25
Current children cumulated vsize (Kb) 2824

[startup+850.488 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445472/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=850.26
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 335 0 0 0 85026 0 0 0 25 0 1 0 188673694 2891776 306 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517933 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 306 205 16 0 147 0
Current children cumulated CPU time (s) 850.26
Current children cumulated vsize (Kb) 2824

[startup+860.492 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445472/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=860.26
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 335 0 0 0 86026 0 0 0 25 0 1 0 188673694 2891776 306 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517603 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 306 205 16 0 147 0
Current children cumulated CPU time (s) 860.26
Current children cumulated vsize (Kb) 2824

[startup+870.498 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445472/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=870.26
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 335 0 0 0 87026 0 0 0 25 0 1 0 188673694 2891776 306 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557894 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 306 205 16 0 147 0
Current children cumulated CPU time (s) 870.26
Current children cumulated vsize (Kb) 2824

[startup+880.504 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 23426
/proc/meminfo: memFree=1445472/2055920 swapFree=4181480/4192956
[pid=23426] ppid=23424 vsize=2824 CPUtime=880.27
/proc/23426/stat : 23426 (Pueblo13) R 23424 23426 23381 0 -1 4194304 335 0 0 0 88027 0 0 0 25 0 1 0 188673694 2891776 306 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517704 0 0 4096 0 0 0 0 17 1 0 0
/proc/23426/statm: 706 306 205 16 0 147 0
Current children cumulated CPU time (s) 880.27
Current children cumulated vsize (Kb) 2824

Child status: 20
Real time (s): 886.329
CPU time (s): 886.094
CPU user time (s): 886.089
CPU system time (s): 0.004999
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (Kb): 2828

Launcher Data (download as text)

Begin job on node31 on Fri Jun  2 06:35:00 UTC 2006


FILE ID= 37362-1149230100

PBS_JOBID= 296354

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

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  fac1b7391a53ae9861d9e311ddf65af2

RANDOM SEED= 848078154


/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:       1446176 kB
Buffers:         38204 kB
Cached:         499172 kB
SwapCached:       3496 kB
Active:         235480 kB
Inactive:       310904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1446176 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          14952 kB
Slab:            49380 kB
Committed_AS:   257720 kB
PageTables:       1496 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node31 on Fri Jun  2 06:49:47 UTC 2006