Trace number 34600

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
minisat+ 1.14UNSAT 528.288 528.483

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111212923.opb
MD5SUMcc2d76dc5b530413fdad6ab7aa6e34c6
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.474927
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1230
Number of bits of the biggest sum of numbers11
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 Parsing PB file...
0.01	c Converting 101 PB-constraints to clauses...
0.01	c   -- Unit propagations: (none)
0.01	c   -- Detecting intervals from adjacent constraints: ##########################
0.01	c   -- Clauses(.)/Splits(s): ....
0.01	c ---[  99]---> BDD-cost:   23
0.01	c ---[  97]---> BDD-cost:   23
0.01	c ---[  95]---> BDD-cost:   23
0.01	c ---[  93]---> BDD-cost:   23
0.01	c ---[  91]---> BDD-cost:   23
0.01	c ---[  89]---> BDD-cost:   23
0.01	c ---[  87]---> BDD-cost:   23
0.01	c ---[  85]---> BDD-cost:   23
0.01	c ---[  83]---> BDD-cost:   23
0.01	c ---[  81]---> BDD-cost:   23
0.01	c ---[  79]---> BDD-cost:   23
0.01	c ---[  77]---> BDD-cost:   23
0.01	c ---[  75]---> BDD-cost:   23
0.01	c ---[  73]---> BDD-cost:   23
0.01	c ---[  71]---> BDD-cost:   23
0.01	c ---[  69]---> BDD-cost:   23
0.01	c ---[  67]---> BDD-cost:   23
0.01	c ---[  65]---> BDD-cost:   23
0.01	c ---[  63]---> BDD-cost:   23
0.01	c ---[  61]---> BDD-cost:   23
0.01	c ---[  59]---> BDD-cost:   23
0.01	c ---[  57]---> BDD-cost:   23
0.01	c ---[  55]---> BDD-cost:   23
0.01	c ---[  53]---> BDD-cost:   23
0.01	c ---[  51]---> BDD-cost:   23
0.01	c ---[  49]---> BDD-cost:   23
0.02	c ---[  48]---> BDD-cost:   23
0.02	c ---[  47]---> BDD-cost:   21
0.02	c ---[  46]---> BDD-cost:   19
0.02	c ---[  45]---> BDD-cost:   17
0.02	c ---[  44]---> BDD-cost:   15
0.02	c ---[  43]---> BDD-cost:   13
0.02	c ---[  42]---> BDD-cost:   11
0.02	c ---[  41]---> BDD-cost:    9
0.02	c ---[  40]---> BDD-cost:    7
0.02	c ---[  39]---> BDD-cost:    5
0.02	c ---[  38]---> BDD-cost:    3
0.02	c ---[  35]---> BDD-cost:    3
0.02	c ---[  34]---> BDD-cost:    5
0.02	c ---[  33]---> BDD-cost:    7
0.02	c ---[  32]---> BDD-cost:    9
0.02	c ---[  31]---> BDD-cost:   11
0.02	c ---[  30]---> BDD-cost:   13
0.02	c ---[  29]---> BDD-cost:   15
0.02	c ---[  28]---> BDD-cost:   17
0.02	c ---[  27]---> BDD-cost:   19
0.02	c ---[  26]---> BDD-cost:   21
0.02	c ---[  25]---> BDD-cost:   23
0.02	c ---[  24]---> BDD-cost:    0
0.02	c ---[  23]---> BDD-cost:   21
0.02	c ---[  22]---> BDD-cost:   19
0.02	c ---[  21]---> BDD-cost:   17
0.02	c ---[  20]---> BDD-cost:   15
0.02	c ---[  19]---> BDD-cost:   13
0.02	c ---[  18]---> BDD-cost:   11
0.02	c ---[  17]---> BDD-cost:    9
0.02	c ---[  16]---> BDD-cost:    7
0.02	c ---[  15]---> BDD-cost:    5
0.02	c ---[  14]---> BDD-cost:    3
0.02	c ---[  12]---> BDD-cost:    0
0.02	c ---[  11]---> BDD-cost:   21
0.02	c ---[  10]---> BDD-cost:   19
0.02	c ---[   9]---> BDD-cost:   17
0.02	c ---[   8]---> BDD-cost:   15
0.02	c ---[   7]---> BDD-cost:   13
0.02	c ---[   6]---> BDD-cost:   11
0.02	c ---[   5]---> BDD-cost:    9
0.02	c ---[   4]---> BDD-cost:    7
0.02	c ---[   3]---> BDD-cost:    5
0.02	c ---[   2]---> BDD-cost:    3
0.02	c ---[   0]---> Adder-cost: 596   maxlim: 1153   bits: 11/11
0.05	c ==================================[MINISAT+]==================================
0.05	c | Conflicts | Original         | Learnt                           | Progress |
0.05	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.05	c ==============================================================================
0.05	c |         0 |    6814    21692 |    2271       0        0     nan |  0.000 % |
0.06	c |       100 |    6746    21448 |    2498      93     4110    44.2 |  4.762 % |
0.08	c |       252 |    6746    21448 |    2747     245     8438    34.4 |  4.762 % |
0.12	c |       479 |    6746    21448 |    3022     472    16747    35.5 |  4.762 % |
0.18	c |       817 |    6746    21448 |    3324     810    29733    36.7 |  4.762 % |
0.29	c |      1324 |    6735    21405 |    3657    1316    47041    35.7 |  4.868 % |
0.46	c |      2084 |    6735    21405 |    4023    2076    82150    39.6 |  4.868 % |
0.73	c |      3223 |    6735    21405 |    4425    3215   147148    45.8 |  4.868 % |
1.19	c |      4933 |    6735    21405 |    4868    2468   129326    52.4 |  4.868 % |
1.98	c |      7496 |    6680    21226 |    5354    5024   302343    60.2 |  5.397 % |
3.16	c |     11340 |    6680    21226 |    5890    3063   153564    50.1 |  5.397 % |
4.87	c |     17106 |    6671    21197 |    6479    5631   331426    58.9 |  5.503 % |
7.54	c |     25755 |    6660    21154 |    7127    3994   190592    47.7 |  5.608 % |
11.71	c |     38729 |    6645    21101 |    7840    5498   306168    55.7 |  5.661 % |
18.03	c |     58191 |    6636    21072 |    8624    4154   184305    44.4 |  5.767 % |
27.27	c |     87385 |    6636    21072 |    9486    5900   277142    47.0 |  5.767 % |
41.45	c |    131177 |    6613    20997 |   10435    9528   528847    55.5 |  5.979 % |
61.10	c |    196862 |    6572    20864 |   11478    9847   409759    41.6 |  6.402 % |
91.84	c |    295388 |    6563    20833 |   12626    6893   313194    45.4 |  6.455 % |
142.75	c |    443177 |    6563    20833 |   13889    9990   488771    48.9 |  6.455 % |
211.86	c |    664862 |    6554    20802 |   15278    9094   418873    46.1 |  6.508 % |
325.78	c |    997389 |    6506    20634 |   16805   11614   490553    42.2 |  6.720 % |
493.38	c |   1496179 |    6450    20440 |   18486    9562   335341    35.1 |  7.090 % |
528.48	c ==============================================================================
528.48	c UNSATISFIABLE
528.48	s UNSATISFIABLE
528.48	c _______________________________________________________________________________
528.48	c 
528.48	c restarts              : 23
528.48	c conflicts             : 1607791        (3044 /sec)
528.48	c decisions             : 2062061        (3903 /sec)
528.48	c propagations          : 0              (0 /sec)
528.48	c inspects              : 0              (0 /sec)
528.48	c CPU time              : 528.267 s
528.48	c _______________________________________________________________________________

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/node45/watcher-34600-1149210712 -o ROOT/results/node45/solver-34600-1149210712 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node45/34600-1149210712/instance-34600-1149210712.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.83 0.92 0.90 2/64 8794
/proc/meminfo: memFree=1315520/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=1048 CPUtime=0
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 111 0 0 0 0 0 0 0 18 0 1 0 82508913 1073152 96 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 262 96 74 215 0 44 0

[startup+10.0019 s]
/proc/loadavg: 0.85 0.92 0.90 2/64 8794
/proc/meminfo: memFree=1311680/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=4892 CPUtime=9.99
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 1099 0 0 0 999 0 0 0 25 0 1 0 82508913 5009408 1084 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580848 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 1223 1084 122 215 0 1005 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4892

[startup+20.0077 s]
/proc/loadavg: 0.88 0.93 0.90 2/64 8794
/proc/meminfo: memFree=1311488/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=5020 CPUtime=19.99
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 1155 0 0 0 1999 0 0 0 25 0 1 0 82508913 5140480 1140 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576451 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 1255 1140 122 215 0 1037 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 5020

[startup+30.0135 s]
/proc/loadavg: 0.89 0.93 0.90 2/64 8794
/proc/meminfo: memFree=1311040/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=5416 CPUtime=30
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 1252 0 0 0 3000 0 0 0 25 0 1 0 82508913 5545984 1237 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580496 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 1354 1237 122 215 0 1136 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 5416

[startup+40.0193 s]
/proc/loadavg: 0.91 0.93 0.90 2/64 8794
/proc/meminfo: memFree=1310656/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=5808 CPUtime=40
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 1356 0 0 0 4000 0 0 0 25 0 1 0 82508913 5947392 1341 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 1452 1341 122 215 0 1234 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5808

[startup+50.0252 s]
/proc/loadavg: 0.92 0.93 0.90 2/64 8794
/proc/meminfo: memFree=1310208/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=6364 CPUtime=50
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 1468 0 0 0 5000 0 0 0 25 0 1 0 82508913 6516736 1453 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 1591 1453 122 215 0 1373 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 6364

[startup+60.031 s]
/proc/loadavg: 0.93 0.93 0.90 2/64 8794
/proc/meminfo: memFree=1310080/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=6364 CPUtime=60
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 1492 0 0 0 6000 0 0 0 25 0 1 0 82508913 6516736 1477 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 1591 1477 122 215 0 1373 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 6364

[startup+70.0368 s]
/proc/loadavg: 0.94 0.94 0.91 2/64 8794
/proc/meminfo: memFree=1309888/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=6644 CPUtime=70
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 1533 0 0 0 7000 0 0 0 25 0 1 0 82508913 6803456 1518 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 1661 1518 122 215 0 1443 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 6644

[startup+80.0436 s]
/proc/loadavg: 0.95 0.94 0.91 2/64 8794
/proc/meminfo: memFree=1309632/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=6920 CPUtime=80
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 1601 0 0 0 8000 0 0 0 25 0 1 0 82508913 7086080 1586 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 1730 1586 122 215 0 1512 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 6920

[startup+90.0495 s]
/proc/loadavg: 0.96 0.94 0.91 2/64 8794
/proc/meminfo: memFree=1309504/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=7052 CPUtime=90.01
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 1638 0 0 0 9001 0 0 0 25 0 1 0 82508913 7221248 1623 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 1763 1623 122 215 0 1545 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 7052

[startup+100.056 s]
/proc/loadavg: 0.96 0.94 0.91 2/64 8794
/proc/meminfo: memFree=1308672/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=7748 CPUtime=100.01
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 1830 0 0 0 10000 1 0 0 25 0 1 0 82508913 7933952 1815 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 1937 1815 122 215 0 1719 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 7748

[startup+110.063 s]
/proc/loadavg: 0.97 0.94 0.91 2/64 8794
/proc/meminfo: memFree=1308736/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=7888 CPUtime=110.02
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 1844 0 0 0 11001 1 0 0 25 0 1 0 82508913 8077312 1829 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 1972 1829 122 215 0 1754 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 7888

[startup+120.07 s]
/proc/loadavg: 0.97 0.94 0.91 2/64 8794
/proc/meminfo: memFree=1308672/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=7888 CPUtime=120.02
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 1850 0 0 0 12001 1 0 0 25 0 1 0 82508913 8077312 1835 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574428 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 1972 1835 122 215 0 1754 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 7888

[startup+130.076 s]
/proc/loadavg: 0.98 0.94 0.91 2/64 8794
/proc/meminfo: memFree=1308608/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=8016 CPUtime=130.02
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 1872 0 0 0 13001 1 0 0 25 0 1 0 82508913 8208384 1857 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2004 1857 122 215 0 1786 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 8016

[startup+140.082 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 8794
/proc/meminfo: memFree=1308544/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=8016 CPUtime=140.03
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 1882 0 0 0 14002 1 0 0 25 0 1 0 82508913 8208384 1867 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2004 1867 122 215 0 1786 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 8016

[startup+150.088 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 8794
/proc/meminfo: memFree=1308480/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=8148 CPUtime=150.03
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 1896 0 0 0 15002 1 0 0 25 0 1 0 82508913 8343552 1881 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2037 1881 122 215 0 1819 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 8148

[startup+160.094 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 8794
/proc/meminfo: memFree=1308224/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=8424 CPUtime=160.03
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 1962 0 0 0 16002 1 0 0 25 0 1 0 82508913 8626176 1947 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2106 1947 122 215 0 1888 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 8424

[startup+170.1 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 8794
/proc/meminfo: memFree=1308160/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=8424 CPUtime=170.03
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 1972 0 0 0 17002 1 0 0 25 0 1 0 82508913 8626176 1957 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2106 1957 122 215 0 1888 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 8424

[startup+180.106 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 8794
/proc/meminfo: memFree=1308096/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=8424 CPUtime=180.03
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 1985 0 0 0 18002 1 0 0 25 0 1 0 82508913 8626176 1970 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2106 1970 122 215 0 1888 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 8424

[startup+190.112 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 8794
/proc/meminfo: memFree=1308032/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=8560 CPUtime=190.04
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2000 0 0 0 19003 1 0 0 25 0 1 0 82508913 8765440 1985 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2140 1985 122 215 0 1922 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 8560

[startup+200.118 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 8794
/proc/meminfo: memFree=1308032/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=8560 CPUtime=200.04
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2000 0 0 0 20003 1 0 0 25 0 1 0 82508913 8765440 1985 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2140 1985 122 215 0 1922 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 8560

[startup+210.123 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 8794
/proc/meminfo: memFree=1307776/2055920 swapFree=4191900/4192956

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

/proc/8794/statm: 2452 2290 122 215 0 2234 0
Current children cumulated CPU time (s) 310.06
Current children cumulated vsize (Kb) 9808

[startup+320.187 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 8794
/proc/meminfo: memFree=1306816/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=9808 CPUtime=320.06
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2306 0 0 0 32005 1 0 0 25 0 1 0 82508913 10043392 2291 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580783 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2452 2291 122 215 0 2234 0
Current children cumulated CPU time (s) 320.06
Current children cumulated vsize (Kb) 9808

[startup+330.193 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 8794
/proc/meminfo: memFree=1306752/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=9808 CPUtime=330.07
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2317 0 0 0 33006 1 0 0 25 0 1 0 82508913 10043392 2302 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580384 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2452 2302 122 215 0 2234 0
Current children cumulated CPU time (s) 330.07
Current children cumulated vsize (Kb) 9808

[startup+340.199 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8794
/proc/meminfo: memFree=1306560/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=10080 CPUtime=340.07
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2367 0 0 0 34006 1 0 0 25 0 1 0 82508913 10321920 2352 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2520 2352 122 215 0 2302 0
Current children cumulated CPU time (s) 340.07
Current children cumulated vsize (Kb) 10080

[startup+350.205 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8794
/proc/meminfo: memFree=1306496/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=10080 CPUtime=350.07
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2385 0 0 0 35006 1 0 0 25 0 1 0 82508913 10321920 2370 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580965 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2520 2370 122 215 0 2302 0
Current children cumulated CPU time (s) 350.07
Current children cumulated vsize (Kb) 10080

[startup+360.211 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8794
/proc/meminfo: memFree=1306432/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=10080 CPUtime=360.07
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2400 0 0 0 36006 1 0 0 25 0 1 0 82508913 10321920 2385 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134575246 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2520 2385 122 215 0 2302 0
Current children cumulated CPU time (s) 360.07
Current children cumulated vsize (Kb) 10080

[startup+370.216 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8794
/proc/meminfo: memFree=1306368/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=10240 CPUtime=370.16
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2408 0 0 0 37015 1 0 0 25 0 1 0 82508913 10485760 2393 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580442 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2560 2393 122 215 0 2342 0
Current children cumulated CPU time (s) 370.16
Current children cumulated vsize (Kb) 10240

[startup+380.309 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8794
/proc/meminfo: memFree=1306304/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=10240 CPUtime=380.16
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2415 0 0 0 38015 1 0 0 25 0 1 0 82508913 10485760 2400 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2560 2400 122 215 0 2342 0
Current children cumulated CPU time (s) 380.16
Current children cumulated vsize (Kb) 10240

[startup+390.315 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8794
/proc/meminfo: memFree=1306304/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=10240 CPUtime=390.16
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2429 0 0 0 39015 1 0 0 25 0 1 0 82508913 10485760 2414 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574135 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2560 2414 122 215 0 2342 0
Current children cumulated CPU time (s) 390.16
Current children cumulated vsize (Kb) 10240

[startup+400.321 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8794
/proc/meminfo: memFree=1306304/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=10240 CPUtime=400.17
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2429 0 0 0 40016 1 0 0 25 0 1 0 82508913 10485760 2414 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576840 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2560 2414 122 215 0 2342 0
Current children cumulated CPU time (s) 400.17
Current children cumulated vsize (Kb) 10240

[startup+410.327 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8794
/proc/meminfo: memFree=1306240/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=10396 CPUtime=410.17
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2445 0 0 0 41016 1 0 0 25 0 1 0 82508913 10645504 2430 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2599 2430 122 215 0 2381 0
Current children cumulated CPU time (s) 410.17
Current children cumulated vsize (Kb) 10396

[startup+420.334 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8794
/proc/meminfo: memFree=1305920/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=10652 CPUtime=420.17
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2532 0 0 0 42016 1 0 0 25 0 1 0 82508913 10907648 2517 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2663 2517 122 215 0 2445 0
Current children cumulated CPU time (s) 420.17
Current children cumulated vsize (Kb) 10652

[startup+430.34 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8794
/proc/meminfo: memFree=1305920/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=10652 CPUtime=430.17
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2532 0 0 0 43016 1 0 0 25 0 1 0 82508913 10907648 2517 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2663 2517 122 215 0 2445 0
Current children cumulated CPU time (s) 430.17
Current children cumulated vsize (Kb) 10652

[startup+440.347 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8794
/proc/meminfo: memFree=1305920/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=10652 CPUtime=440.18
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2532 0 0 0 44017 1 0 0 25 0 1 0 82508913 10907648 2517 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580825 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2663 2517 122 215 0 2445 0
Current children cumulated CPU time (s) 440.18
Current children cumulated vsize (Kb) 10652

[startup+450.354 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8794
/proc/meminfo: memFree=1305920/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=10652 CPUtime=450.18
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2534 0 0 0 45017 1 0 0 25 0 1 0 82508913 10907648 2519 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2663 2519 122 215 0 2445 0
Current children cumulated CPU time (s) 450.18
Current children cumulated vsize (Kb) 10652

[startup+460.36 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8794
/proc/meminfo: memFree=1305856/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=10652 CPUtime=460.18
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2534 0 0 0 46017 1 0 0 25 0 1 0 82508913 10907648 2519 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581436 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2663 2519 122 215 0 2445 0
Current children cumulated CPU time (s) 460.18
Current children cumulated vsize (Kb) 10652

[startup+470.366 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8794
/proc/meminfo: memFree=1305856/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=10652 CPUtime=470.18
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2534 0 0 0 47017 1 0 0 25 0 1 0 82508913 10907648 2519 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579871 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2663 2519 122 215 0 2445 0
Current children cumulated CPU time (s) 470.18
Current children cumulated vsize (Kb) 10652

[startup+480.373 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8794
/proc/meminfo: memFree=1305856/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=10652 CPUtime=480.19
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2534 0 0 0 48018 1 0 0 25 0 1 0 82508913 10907648 2519 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581310 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2663 2519 122 215 0 2445 0
Current children cumulated CPU time (s) 480.19
Current children cumulated vsize (Kb) 10652

[startup+490.378 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8794
/proc/meminfo: memFree=1305856/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=10652 CPUtime=490.19
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2534 0 0 0 49018 1 0 0 25 0 1 0 82508913 10907648 2519 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581451 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2663 2519 122 215 0 2445 0
Current children cumulated CPU time (s) 490.19
Current children cumulated vsize (Kb) 10652

[startup+500.384 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8794
/proc/meminfo: memFree=1305728/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=10856 CPUtime=500.19
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2554 0 0 0 50018 1 0 0 25 0 1 0 82508913 11116544 2539 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2714 2539 122 215 0 2496 0
Current children cumulated CPU time (s) 500.19
Current children cumulated vsize (Kb) 10856

[startup+510.391 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8794
/proc/meminfo: memFree=1305792/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=10856 CPUtime=510.19
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2555 0 0 0 51018 1 0 0 25 0 1 0 82508913 11116544 2540 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580442 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2714 2540 122 215 0 2496 0
Current children cumulated CPU time (s) 510.19
Current children cumulated vsize (Kb) 10856

[startup+520.397 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8794
/proc/meminfo: memFree=1305792/2055920 swapFree=4191900/4192956
[pid=8794] ppid=8792 vsize=10856 CPUtime=520.19
/proc/8794/stat : 8794 (minisat+) R 8792 8794 8749 0 -1 4194304 2555 0 0 0 52018 1 0 0 25 0 1 0 82508913 11116544 2540 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8794/statm: 2714 2540 122 215 0 2496 0
Current children cumulated CPU time (s) 520.19
Current children cumulated vsize (Kb) 10856

Child status: 20
Real time (s): 528.483
CPU time (s): 528.288
CPU user time (s): 528.267
CPU system time (s): 0.020996
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (Kb): 10856

Launcher Data (download as text)

Begin job on node45 on Fri Jun  2 01:11:52 UTC 2006


FILE ID= 34600-1149210712

PBS_JOBID= 293987

BENCH NAME= ROOT/tmp/node45/34600-1149210712/instance-34600-1149210712.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node45/34600-1149210712/instance-34600-1149210712.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-34600-1149210712 -o ROOT/results/node45/solver-34600-1149210712 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node45/34600-1149210712/instance-34600-1149210712.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  cc2d76dc5b530413fdad6ab7aa6e34c6

RANDOM SEED= 567215308


/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.263
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.263
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:       1315728 kB
Buffers:         39384 kB
Cached:         619820 kB
SwapCached:        260 kB
Active:         200576 kB
Inactive:       472540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1315728 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             180 kB
Writeback:           0 kB
Mapped:          22992 kB
Slab:            53108 kB
Committed_AS:   149368 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node45 on Fri Jun  2 01:20:40 UTC 2006