Trace number 37355

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.3? 1784.95 1785.59

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl15_25_pb.cnf.cr.opb
MD5SUMddad6b8774f3cb7ea8e2d9ff3a650623
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.005998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables750
Total number of constraints80
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint25
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 26
Number of bits of the biggest sum of numbers5
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: 750 - #constraints read: 80
1785.58	c total time              : 1785.22 s
1785.58	s UNKNOWN

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/node88/watcher-37355-1149229141 -o ROOT/results/node88/solver-37355-1149229141 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node88/37355-1149229141/instance-37355-1149229141.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.84 0.94 0.92 2/68 20782
/proc/meminfo: memFree=1434616/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=2336 CPUtime=0
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 137 0 0 0 0 0 0 0 18 0 1 0 188553230 2392064 121 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 9543912 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 584 123 108 16 0 11 0

[startup+10.0019 s]
/proc/loadavg: 0.87 0.94 0.92 2/68 20782
/proc/meminfo: memFree=1433464/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3484 CPUtime=9.99
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 507 0 0 0 999 0 0 0 25 0 1 0 188553230 3567616 479 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 871 479 205 16 0 311 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 3484

[startup+20.0079 s]
/proc/loadavg: 0.89 0.94 0.92 2/68 20782
/proc/meminfo: memFree=1433400/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3484 CPUtime=19.99
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 518 0 0 0 1999 0 0 0 25 0 1 0 188553230 3567616 490 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 871 490 205 16 0 311 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 3484

[startup+30.0139 s]
/proc/loadavg: 0.90 0.94 0.92 2/68 20782
/proc/meminfo: memFree=1433272/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3612 CPUtime=29.99
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 546 0 0 0 2999 0 0 0 25 0 1 0 188553230 3698688 518 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 903 518 205 16 0 343 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 3612

[startup+40.0199 s]
/proc/loadavg: 0.92 0.94 0.92 2/68 20782
/proc/meminfo: memFree=1433208/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3772 CPUtime=40
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 573 0 0 0 4000 0 0 0 25 0 1 0 188553230 3862528 545 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517933 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 943 545 205 16 0 383 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 3772

[startup+50.0259 s]
/proc/loadavg: 0.93 0.94 0.92 2/68 20782
/proc/meminfo: memFree=1433208/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3772 CPUtime=50
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 582 0 0 0 5000 0 0 0 25 0 1 0 188553230 3862528 554 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 943 554 205 16 0 383 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 3772

[startup+60.0309 s]
/proc/loadavg: 0.94 0.95 0.92 2/68 20782
/proc/meminfo: memFree=1433208/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3772 CPUtime=60
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 582 0 0 0 6000 0 0 0 25 0 1 0 188553230 3862528 554 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519987 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 943 554 205 16 0 383 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 3772

[startup+70.0369 s]
/proc/loadavg: 0.95 0.95 0.92 2/68 20782
/proc/meminfo: memFree=1433144/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3772 CPUtime=70
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 591 0 0 0 7000 0 0 0 25 0 1 0 188553230 3862528 563 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557472 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 943 563 205 16 0 383 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 3772

[startup+80.0429 s]
/proc/loadavg: 0.96 0.95 0.92 2/68 20782
/proc/meminfo: memFree=1433144/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3772 CPUtime=80
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 591 0 0 0 8000 0 0 0 25 0 1 0 188553230 3862528 563 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134558863 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 943 563 205 16 0 383 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 3772

[startup+90.0489 s]
/proc/loadavg: 0.96 0.95 0.92 2/68 20782
/proc/meminfo: memFree=1433144/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3772 CPUtime=90.01
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 591 0 0 0 9001 0 0 0 25 0 1 0 188553230 3862528 563 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134558837 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 943 563 205 16 0 383 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 3772

[startup+100.055 s]
/proc/loadavg: 0.97 0.95 0.92 2/68 20782
/proc/meminfo: memFree=1433080/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3900 CPUtime=100.01
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 601 0 0 0 10001 0 0 0 25 0 1 0 188553230 3993600 573 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 9973850 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 975 573 205 16 0 415 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 3900

[startup+110.062 s]
/proc/loadavg: 0.97 0.95 0.92 2/68 20782
/proc/meminfo: memFree=1433080/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3900 CPUtime=110.01
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 613 0 0 0 11001 0 0 0 25 0 1 0 188553230 3993600 585 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520424 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 975 585 205 16 0 415 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 3900

[startup+120.068 s]
/proc/loadavg: 0.98 0.95 0.92 2/68 20782
/proc/meminfo: memFree=1433016/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3900 CPUtime=120.01
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 613 0 0 0 12001 0 0 0 25 0 1 0 188553230 3993600 585 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557270 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 975 585 205 16 0 415 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 3900

[startup+130.074 s]
/proc/loadavg: 0.98 0.95 0.92 2/68 20782
/proc/meminfo: memFree=1433016/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3900 CPUtime=130.02
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 613 0 0 0 13002 0 0 0 25 0 1 0 188553230 3993600 585 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528528 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 975 585 205 16 0 415 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 3900

[startup+140.081 s]
/proc/loadavg: 0.98 0.95 0.92 2/68 20782
/proc/meminfo: memFree=1433016/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3900 CPUtime=140.02
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 613 0 0 0 14002 0 0 0 25 0 1 0 188553230 3993600 585 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 975 585 205 16 0 415 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 3900

[startup+150.087 s]
/proc/loadavg: 0.98 0.95 0.92 2/68 20782
/proc/meminfo: memFree=1433016/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3900 CPUtime=150.02
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 613 0 0 0 15002 0 0 0 25 0 1 0 188553230 3993600 585 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517908 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 975 585 205 16 0 415 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 3900

[startup+160.093 s]
/proc/loadavg: 0.99 0.96 0.92 2/68 20782
/proc/meminfo: memFree=1432952/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3956 CPUtime=160.02
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 631 0 0 0 16002 0 0 0 25 0 1 0 188553230 4050944 603 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520051 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 989 603 205 16 0 429 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 3956

[startup+170.1 s]
/proc/loadavg: 0.99 0.96 0.92 2/68 20782
/proc/meminfo: memFree=1432952/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3956 CPUtime=170.03
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 634 0 0 0 17003 0 0 0 25 0 1 0 188553230 4050944 606 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557502 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 989 606 205 16 0 429 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 3956

[startup+180.106 s]
/proc/loadavg: 0.99 0.96 0.92 2/68 20782
/proc/meminfo: memFree=1432952/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3956 CPUtime=180.03
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 634 0 0 0 18003 0 0 0 25 0 1 0 188553230 4050944 606 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520051 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 989 606 205 16 0 429 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 3956

[startup+190.112 s]
/proc/loadavg: 0.99 0.96 0.92 2/68 20782
/proc/meminfo: memFree=1433016/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3956 CPUtime=190.03
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 634 0 0 0 19003 0 0 0 25 0 1 0 188553230 4050944 606 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134563771 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 989 606 205 16 0 429 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 3956

[startup+200.118 s]
/proc/loadavg: 0.99 0.96 0.92 2/68 20782
/proc/meminfo: memFree=1433016/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=3956 CPUtime=200.03
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 634 0 0 0 20003 0 0 0 25 0 1 0 188553230 4050944 606 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 989 606 205 16 0 429 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 3956

[startup+210.124 s]
/proc/loadavg: 0.99 0.96 0.92 2/68 20782
/proc/meminfo: memFree=1433016/2055888 swapFree=4085344/4096564

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

/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1610.4
Current children cumulated vsize (Kb) 4816

[startup+1620.98 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1620.4
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 162038 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1620.4
Current children cumulated vsize (Kb) 4816

[startup+1630.99 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1630.41
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 163039 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520132 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1630.41
Current children cumulated vsize (Kb) 4816

[startup+1640.99 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1640.41
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 164039 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1640.41
Current children cumulated vsize (Kb) 4816

[startup+1651 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1650.41
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 165039 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559062 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1650.41
Current children cumulated vsize (Kb) 4816

[startup+1661.01 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1660.41
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 166039 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520072 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1660.41
Current children cumulated vsize (Kb) 4816

[startup+1671.01 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1670.42
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 167040 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517812 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1670.42
Current children cumulated vsize (Kb) 4816

[startup+1681.02 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1680.42
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 168040 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517504 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1680.42
Current children cumulated vsize (Kb) 4816

[startup+1691.02 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1690.42
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 169040 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520072 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1690.42
Current children cumulated vsize (Kb) 4816

[startup+1701.03 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1700.42
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 170040 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517876 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1700.42
Current children cumulated vsize (Kb) 4816

[startup+1711.04 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1710.42
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 171040 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517908 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1710.42
Current children cumulated vsize (Kb) 4816

[startup+1721.04 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1720.43
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 172041 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559129 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1720.43
Current children cumulated vsize (Kb) 4816

[startup+1731.05 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1730.43
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 173041 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520072 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1730.43
Current children cumulated vsize (Kb) 4816

[startup+1741.05 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1740.43
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 174041 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520072 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1740.43
Current children cumulated vsize (Kb) 4816

[startup+1751.06 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1750.43
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 175041 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517957 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1750.43
Current children cumulated vsize (Kb) 4816

[startup+1761.07 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1760.44
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 176042 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134553122 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1760.44
Current children cumulated vsize (Kb) 4816

[startup+1771.07 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1770.44
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 177042 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557381 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1770.44
Current children cumulated vsize (Kb) 4816

[startup+1781.08 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1780.44
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 178042 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520013 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1780.44
Current children cumulated vsize (Kb) 4816

[startup+1782.08 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1781.45
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 178143 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517928 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1781.45
Current children cumulated vsize (Kb) 4816

[startup+1783.09 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1782.45
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 178243 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557887 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1782.45
Current children cumulated vsize (Kb) 4816

[startup+1784.09 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1783.46
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 178344 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1783.46
Current children cumulated vsize (Kb) 4816

[startup+1785.1 s]
/proc/loadavg: 0.99 0.97 0.92 2/68 20784
/proc/meminfo: memFree=1431928/2055888 swapFree=4085344/4096564
[pid=20782] ppid=20780 vsize=4816 CPUtime=1784.46
/proc/20782/stat : 20782 (Pueblo13) R 20780 20782 20737 0 -1 4194304 861 0 0 0 178444 2 0 0 25 0 1 0 188553230 4931584 827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559480 0 0 4096 0 0 0 0 17 1 0 0
/proc/20782/statm: 1204 827 205 16 0 644 0
Current children cumulated CPU time (s) 1784.46
Current children cumulated vsize (Kb) 4816

Child status: 10
Real time (s): 1785.59
CPU time (s): 1784.95
CPU user time (s): 1784.93
CPU system time (s): 0.020996
CPU usage (%): 99.9644
Max. virtual memory (cumulated for all children) (Kb): 4816

Launcher Data (download as text)

Begin job on node88 on Fri Jun  2 06:19:01 UTC 2006


FILE ID= 37355-1149229141

PBS_JOBID= 296267

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

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  ddad6b8774f3cb7ea8e2d9ff3a650623

RANDOM SEED= 859889142


/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.261
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	: 6006.16
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.261
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	: 5999.38
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1434760 kB
Buffers:         30408 kB
Cached:         515920 kB
SwapCached:       2500 kB
Active:         105348 kB
Inactive:       449704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1434760 kB
SwapTotal:     4096564 kB
SwapFree:      4085344 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          16740 kB
Slab:            52624 kB
Committed_AS:   242448 kB
PageTables:       1280 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node88 on Fri Jun  2 06:48:47 UTC 2006