Trace number 34622

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 342.033 342.162

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111227012.opb
MD5SUMf1ef73d71b7207a4f4673a4d36adcee2
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.111982
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 1220
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.01	c ---[  48]---> BDD-cost:   23
0.01	c ---[  47]---> BDD-cost:   21
0.01	c ---[  46]---> BDD-cost:   19
0.01	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: 624   maxlim: 1143   bits: 11/11
0.04	c ==================================[MINISAT+]==================================
0.04	c | Conflicts | Original         | Learnt                           | Progress |
0.04	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.04	c ==============================================================================
0.04	c |         0 |    7023    22449 |    2341       0        0     nan |  0.000 % |
0.05	c |       100 |    7007    22397 |    2575      98      887     9.1 |  4.276 % |
0.07	c |       251 |    7007    22397 |    2832     249     7919    31.8 |  4.275 % |
0.11	c |       477 |    7007    22397 |    3115     475    19694    41.5 |  4.275 % |
0.17	c |       814 |    7007    22397 |    3427     812    33042    40.7 |  4.275 % |
0.27	c |      1323 |    7007    22397 |    3770    1321    54179    41.0 |  4.275 % |
0.44	c |      2082 |    7007    22397 |    4147    2080    88463    42.5 |  4.276 % |
0.71	c |      3221 |    7007    22397 |    4561    3219   141368    43.9 |  4.275 % |
1.14	c |      4929 |    7007    22397 |    5018    4927   216736    44.0 |  4.276 % |
1.84	c |      7491 |    7007    22397 |    5519    4718   238213    50.5 |  4.275 % |
2.86	c |     11335 |    6992    22344 |    6071    5559   295018    53.1 |  4.380 % |
4.51	c |     17102 |    6992    22344 |    6679    4819   232494    48.2 |  4.380 % |
7.17	c |     25752 |    6986    22321 |    7347    6307   290071    46.0 |  4.432 % |
11.06	c |     38726 |    6979    22298 |    8081    3795   187840    49.5 |  4.484 % |
17.10	c |     58189 |    6979    22298 |    8889    5943   315019    53.0 |  4.484 % |
26.73	c |     87382 |    6970    22267 |    9778    7048   347098    49.2 |  4.536 % |
41.70	c |    131171 |    6961    22236 |   10756    9712   548064    56.4 |  4.588 % |
65.38	c |    196856 |    6961    22236 |   11832    7346   388983    53.0 |  4.588 % |
101.75	c |    295383 |    6926    22115 |   13015    7045   302975    43.0 |  4.849 % |
158.69	c |    443173 |    6842    21830 |   14317   12718   689580    54.2 |  5.579 % |
242.74	c |    664859 |    6780    21612 |   15749   11642   686966    59.0 |  5.996 % |
342.15	c ==============================================================================
342.15	c UNSATISFIABLE
342.15	s UNSATISFIABLE
342.15	c _______________________________________________________________________________
342.15	c 
342.15	c restarts              : 21
342.15	c conflicts             : 943021         (2757 /sec)
342.15	c decisions             : 1103419        (3226 /sec)
342.15	c propagations          : 0              (0 /sec)
342.15	c inspects              : 0              (0 /sec)
342.15	c CPU time              : 342.006 s
342.15	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/node89/watcher-34622-1149212339 -o ROOT/results/node89/solver-34622-1149212339 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node89/34622-1149212339/instance-34622-1149212339.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.77 0.87 0.88 2/68 9719
/proc/meminfo: memFree=1723928/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=1048 CPUtime=0
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 110 0 0 0 0 0 0 0 19 0 1 0 186872915 1073152 96 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 262 96 74 215 0 44 0

[startup+10.0025 s]
/proc/loadavg: 0.80 0.87 0.88 2/68 9719
/proc/meminfo: memFree=1720152/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=4768 CPUtime=9.99
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 1087 0 0 0 999 0 0 0 25 0 1 0 186872915 4882432 1073 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581287 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 1192 1073 122 215 0 974 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4768

[startup+20.0084 s]
/proc/loadavg: 0.83 0.87 0.88 2/68 9719
/proc/meminfo: memFree=1719384/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=5560 CPUtime=19.99
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 1264 0 0 0 1999 0 0 0 25 0 1 0 186872915 5693440 1250 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580819 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 1390 1250 122 215 0 1172 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 5560

[startup+30.0142 s]
/proc/loadavg: 0.86 0.88 0.88 2/68 9719
/proc/meminfo: memFree=1719256/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=5696 CPUtime=29.99
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 1304 0 0 0 2999 0 0 0 25 0 1 0 186872915 5832704 1290 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 1424 1290 122 215 0 1206 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 5696

[startup+40.0201 s]
/proc/loadavg: 0.88 0.88 0.88 2/68 9719
/proc/meminfo: memFree=1718808/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=6092 CPUtime=39.99
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 1405 0 0 0 3999 0 0 0 25 0 1 0 186872915 6238208 1391 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 1523 1391 122 215 0 1305 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 6092

[startup+50.0259 s]
/proc/loadavg: 0.90 0.88 0.88 2/68 9719
/proc/meminfo: memFree=1718232/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=6620 CPUtime=50
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 1552 0 0 0 5000 0 0 0 25 0 1 0 186872915 6778880 1538 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580777 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 1655 1538 122 215 0 1437 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 6620

[startup+60.0318 s]
/proc/loadavg: 0.91 0.89 0.88 2/68 9719
/proc/meminfo: memFree=1718168/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=6748 CPUtime=60
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 1564 0 0 0 6000 0 0 0 25 0 1 0 186872915 6909952 1550 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581500 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 1687 1550 122 215 0 1469 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 6748

[startup+70.0377 s]
/proc/loadavg: 0.93 0.89 0.88 2/68 9719
/proc/meminfo: memFree=1717912/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=7020 CPUtime=70
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 1625 0 0 0 7000 0 0 0 25 0 1 0 186872915 7188480 1611 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576758 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 1755 1611 122 215 0 1537 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 7020

[startup+80.0435 s]
/proc/loadavg: 0.94 0.89 0.89 2/68 9719
/proc/meminfo: memFree=1717848/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=7020 CPUtime=80
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 1640 0 0 0 8000 0 0 0 25 0 1 0 186872915 7188480 1626 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581014 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 1755 1626 122 215 0 1537 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 7020

[startup+90.0494 s]
/proc/loadavg: 0.95 0.90 0.89 2/68 9719
/proc/meminfo: memFree=1717784/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=7168 CPUtime=90.01
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 1667 0 0 0 9000 1 0 0 25 0 1 0 186872915 7340032 1653 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 1792 1653 122 215 0 1574 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 7168

[startup+100.055 s]
/proc/loadavg: 0.95 0.90 0.89 2/68 9719
/proc/meminfo: memFree=1717656/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=7168 CPUtime=100.01
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 1684 0 0 0 10000 1 0 0 25 0 1 0 186872915 7340032 1670 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 1792 1670 122 215 0 1574 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 7168

[startup+110.061 s]
/proc/loadavg: 0.96 0.90 0.89 2/68 9719
/proc/meminfo: memFree=1717208/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=7692 CPUtime=110.02
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 1812 0 0 0 11001 1 0 0 25 0 1 0 186872915 7876608 1798 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 1923 1798 122 215 0 1705 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 7692

[startup+120.066 s]
/proc/loadavg: 0.97 0.90 0.89 2/68 9719
/proc/meminfo: memFree=1717080/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=7828 CPUtime=120.02
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 1840 0 0 0 12001 1 0 0 25 0 1 0 186872915 8015872 1826 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579196 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 1957 1826 122 215 0 1739 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 7828

[startup+130.072 s]
/proc/loadavg: 0.97 0.91 0.89 2/68 9719
/proc/meminfo: memFree=1716952/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=7968 CPUtime=130.02
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 1880 0 0 0 13001 1 0 0 25 0 1 0 186872915 8159232 1866 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580896 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 1992 1866 122 215 0 1774 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 7968

[startup+140.079 s]
/proc/loadavg: 0.97 0.91 0.89 2/68 9719
/proc/meminfo: memFree=1716888/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=8104 CPUtime=140.02
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 1893 0 0 0 14001 1 0 0 25 0 1 0 186872915 8298496 1879 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2026 1879 122 215 0 1808 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 8104

[startup+150.085 s]
/proc/loadavg: 0.98 0.91 0.89 2/68 9719
/proc/meminfo: memFree=1716760/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=8240 CPUtime=150.02
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 1923 0 0 0 15001 1 0 0 25 0 1 0 186872915 8437760 1909 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2060 1909 122 215 0 1842 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 8240

[startup+160.09 s]
/proc/loadavg: 0.98 0.91 0.89 2/68 9719
/proc/meminfo: memFree=1716632/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=8368 CPUtime=160.02
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 1956 0 0 0 16001 1 0 0 25 0 1 0 186872915 8568832 1942 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2092 1942 122 215 0 1874 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 8368

[startup+170.096 s]
/proc/loadavg: 0.98 0.92 0.89 2/68 9719
/proc/meminfo: memFree=1716504/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=8520 CPUtime=170.03
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 1986 0 0 0 17002 1 0 0 25 0 1 0 186872915 8724480 1972 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2130 1972 122 215 0 1912 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 8520

[startup+180.103 s]
/proc/loadavg: 0.99 0.92 0.90 2/68 9719
/proc/meminfo: memFree=1716120/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=8780 CPUtime=180.03
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 2070 0 0 0 18002 1 0 0 25 0 1 0 186872915 8990720 2056 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135006485 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2195 2056 122 215 0 1977 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 8780

[startup+190.109 s]
/proc/loadavg: 0.99 0.92 0.90 2/68 9719
/proc/meminfo: memFree=1716120/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=8780 CPUtime=190.03
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 2070 0 0 0 19002 1 0 0 25 0 1 0 186872915 8990720 2056 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2195 2056 122 215 0 1977 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 8780

[startup+200.115 s]
/proc/loadavg: 0.99 0.92 0.90 2/68 9721
/proc/meminfo: memFree=1715928/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=8780 CPUtime=200.03
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 2070 0 0 0 20002 1 0 0 25 0 1 0 186872915 8990720 2056 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581451 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2195 2056 122 215 0 1977 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 8780

[startup+210.121 s]
/proc/loadavg: 0.99 0.92 0.90 2/68 9721
/proc/meminfo: memFree=1715992/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=8912 CPUtime=210.03
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 2075 0 0 0 21002 1 0 0 25 0 1 0 186872915 9125888 2061 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2228 2061 122 215 0 2010 0
Current children cumulated CPU time (s) 210.03
Current children cumulated vsize (Kb) 8912

[startup+220.127 s]
/proc/loadavg: 0.99 0.93 0.90 2/68 9721
/proc/meminfo: memFree=1715992/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=8912 CPUtime=220.03
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 2075 0 0 0 22002 1 0 0 25 0 1 0 186872915 9125888 2061 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2228 2061 122 215 0 2010 0
Current children cumulated CPU time (s) 220.03
Current children cumulated vsize (Kb) 8912

[startup+230.132 s]
/proc/loadavg: 0.99 0.93 0.90 2/68 9721
/proc/meminfo: memFree=1715992/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=8912 CPUtime=230.04
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 2098 0 0 0 23003 1 0 0 25 0 1 0 186872915 9125888 2084 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2228 2084 122 215 0 2010 0
Current children cumulated CPU time (s) 230.04
Current children cumulated vsize (Kb) 8912

[startup+240.138 s]
/proc/loadavg: 0.99 0.93 0.90 2/68 9721
/proc/meminfo: memFree=1715992/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=8912 CPUtime=240.04
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 2105 0 0 0 24003 1 0 0 25 0 1 0 186872915 9125888 2091 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580426 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2228 2091 122 215 0 2010 0
Current children cumulated CPU time (s) 240.04
Current children cumulated vsize (Kb) 8912

[startup+250.144 s]
/proc/loadavg: 0.99 0.93 0.90 2/68 9721
/proc/meminfo: memFree=1715544/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=9480 CPUtime=250.04
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 2229 0 0 0 25002 2 0 0 25 0 1 0 186872915 9707520 2215 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2370 2215 122 215 0 2152 0
Current children cumulated CPU time (s) 250.04
Current children cumulated vsize (Kb) 9480

[startup+260.15 s]
/proc/loadavg: 0.99 0.93 0.90 2/68 9721
/proc/meminfo: memFree=1715480/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=9480 CPUtime=260.05
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 2245 0 0 0 26003 2 0 0 25 0 1 0 186872915 9707520 2231 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580896 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2370 2231 122 215 0 2152 0
Current children cumulated CPU time (s) 260.05
Current children cumulated vsize (Kb) 9480

[startup+270.156 s]
/proc/loadavg: 0.99 0.94 0.90 2/68 9721
/proc/meminfo: memFree=1715480/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=9480 CPUtime=270.05
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 2245 0 0 0 27003 2 0 0 25 0 1 0 186872915 9707520 2231 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2370 2231 122 215 0 2152 0
Current children cumulated CPU time (s) 270.05
Current children cumulated vsize (Kb) 9480

[startup+280.162 s]
/proc/loadavg: 0.99 0.94 0.91 2/68 9721
/proc/meminfo: memFree=1715480/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=9480 CPUtime=280.05
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 2246 0 0 0 28003 2 0 0 25 0 1 0 186872915 9707520 2232 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2370 2232 122 215 0 2152 0
Current children cumulated CPU time (s) 280.05
Current children cumulated vsize (Kb) 9480

[startup+290.168 s]
/proc/loadavg: 0.99 0.94 0.91 2/68 9721
/proc/meminfo: memFree=1715416/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=9640 CPUtime=290.05
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 2253 0 0 0 29003 2 0 0 25 0 1 0 186872915 9871360 2239 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580730 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2410 2239 122 215 0 2192 0
Current children cumulated CPU time (s) 290.05
Current children cumulated vsize (Kb) 9640

[startup+300.173 s]
/proc/loadavg: 0.99 0.94 0.91 2/68 9721
/proc/meminfo: memFree=1715352/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=9640 CPUtime=300.05
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 2261 0 0 0 30003 2 0 0 25 0 1 0 186872915 9871360 2247 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134578846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2410 2247 122 215 0 2192 0
Current children cumulated CPU time (s) 300.05
Current children cumulated vsize (Kb) 9640

[startup+310.179 s]
/proc/loadavg: 0.99 0.94 0.91 2/68 9721
/proc/meminfo: memFree=1715352/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=9640 CPUtime=310.06
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 2261 0 0 0 31004 2 0 0 25 0 1 0 186872915 9871360 2247 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580730 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2410 2247 122 215 0 2192 0
Current children cumulated CPU time (s) 310.06
Current children cumulated vsize (Kb) 9640

[startup+320.185 s]
/proc/loadavg: 0.99 0.94 0.91 2/68 9721
/proc/meminfo: memFree=1715352/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=9640 CPUtime=320.06
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 2262 0 0 0 32004 2 0 0 25 0 1 0 186872915 9871360 2248 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134575246 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2410 2248 122 215 0 2192 0
Current children cumulated CPU time (s) 320.06
Current children cumulated vsize (Kb) 9640

[startup+330.191 s]
/proc/loadavg: 0.99 0.94 0.91 2/68 9721
/proc/meminfo: memFree=1715352/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=9640 CPUtime=330.06
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 2262 0 0 0 33004 2 0 0 25 0 1 0 186872915 9871360 2248 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581457 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2410 2248 122 215 0 2192 0
Current children cumulated CPU time (s) 330.06
Current children cumulated vsize (Kb) 9640

[startup+340.197 s]
/proc/loadavg: 0.99 0.95 0.91 2/68 9721
/proc/meminfo: memFree=1715288/2055892 swapFree=4085360/4096564
[pid=9719] ppid=9717 vsize=9640 CPUtime=340.06
/proc/9719/stat : 9719 (minisat+) R 9717 9719 9674 0 -1 4194304 2272 0 0 0 34004 2 0 0 25 0 1 0 186872915 9871360 2258 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9719/statm: 2410 2258 122 215 0 2192 0
Current children cumulated CPU time (s) 340.06
Current children cumulated vsize (Kb) 9640

Child status: 20
Real time (s): 342.162
CPU time (s): 342.033
CPU user time (s): 342.006
CPU system time (s): 0.026995
CPU usage (%): 99.9622
Max. virtual memory (cumulated for all children) (Kb): 9640

Launcher Data (download as text)

Begin job on node89 on Fri Jun  2 01:38:59 UTC 2006


FILE ID= 34622-1149212339

PBS_JOBID= 294271

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  f1ef73d71b7207a4f4673a4d36adcee2

RANDOM SEED= 299001764


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


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1724136 kB
Buffers:         25916 kB
Cached:         235976 kB
SwapCached:       2560 kB
Active:          84560 kB
Inactive:       186208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1724136 kB
SwapTotal:     4096564 kB
SwapFree:      4085360 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          16524 kB
Slab:            47536 kB
Committed_AS:   201228 kB
PageTables:       1300 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node89 on Fri Jun  2 01:44:41 UTC 2006