Trace number 34574

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 309.637 309.749

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111224451.opb
MD5SUM0df4a6220c19cfaf8dc35e55531bf2a0
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.160974
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 1261
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.02	c Converting 101 PB-constraints to clauses...
0.02	c   -- Unit propagations: (none)
0.02	c   -- Detecting intervals from adjacent constraints: ##########################
0.02	c   -- Clauses(.)/Splits(s): ....
0.02	c ---[  99]---> BDD-cost:   23
0.02	c ---[  97]---> BDD-cost:   23
0.02	c ---[  95]---> BDD-cost:   23
0.02	c ---[  93]---> BDD-cost:   23
0.02	c ---[  91]---> BDD-cost:   23
0.02	c ---[  89]---> BDD-cost:   23
0.02	c ---[  87]---> BDD-cost:   23
0.02	c ---[  85]---> BDD-cost:   23
0.02	c ---[  83]---> BDD-cost:   23
0.02	c ---[  81]---> BDD-cost:   23
0.02	c ---[  79]---> BDD-cost:   23
0.02	c ---[  77]---> BDD-cost:   23
0.02	c ---[  75]---> BDD-cost:   23
0.02	c ---[  73]---> BDD-cost:   23
0.02	c ---[  71]---> BDD-cost:   23
0.02	c ---[  69]---> BDD-cost:   23
0.02	c ---[  67]---> BDD-cost:   23
0.02	c ---[  65]---> BDD-cost:   23
0.02	c ---[  63]---> BDD-cost:   23
0.02	c ---[  61]---> BDD-cost:   23
0.02	c ---[  59]---> BDD-cost:   23
0.02	c ---[  57]---> BDD-cost:   23
0.02	c ---[  55]---> BDD-cost:   23
0.02	c ---[  53]---> BDD-cost:   23
0.02	c ---[  51]---> BDD-cost:   23
0.02	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: 644   maxlim: 1184   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 |    7165    22954 |    2388       0        0     nan |  0.000 % |
0.06	c |       100 |    7158    22931 |    2626      99     3208    32.4 |  4.124 % |
0.08	c |       250 |    7158    22931 |    2889     249    10385    41.7 |  4.124 % |
0.12	c |       476 |    7158    22931 |    3178     475    18410    38.8 |  4.125 % |
0.19	c |       813 |    7158    22931 |    3496     812    31391    38.7 |  4.124 % |
0.30	c |      1319 |    7158    22931 |    3845    1318    56902    43.2 |  4.124 % |
0.46	c |      2078 |    7158    22931 |    4230    2077    99995    48.1 |  4.124 % |
0.72	c |      3218 |    7158    22931 |    4653    3217   170694    53.1 |  4.124 % |
1.21	c |      4926 |    7158    22931 |    5118    4925   272302    55.3 |  4.124 % |
1.92	c |      7488 |    7158    22931 |    5630    4813   275572    57.3 |  4.124 % |
3.09	c |     11334 |    7158    22931 |    6193    5635   348759    61.9 |  4.124 % |
4.90	c |     17102 |    7158    22931 |    6813    4725   274312    58.1 |  4.124 % |
7.70	c |     25756 |    7158    22931 |    7494    6088   332580    54.6 |  4.124 % |
11.75	c |     38733 |    7158    22931 |    8244    7212   388287    53.8 |  4.124 % |
18.04	c |     58198 |    7098    22725 |    9068    4913   229111    46.6 |  4.691 % |
27.13	c |     87393 |    7009    22407 |    9975    5046   214027    42.4 |  5.412 % |
41.43	c |    131183 |    6977    22303 |   10972    6771   369159    54.5 |  5.722 % |
63.19	c |    196869 |    6936    22168 |   12070    9205   437106    47.5 |  6.083 % |
94.40	c |    295396 |    6927    22139 |   13277   12667   603118    47.6 |  6.186 % |
137.41	c |    443186 |    6918    22108 |   14604    9434   438525    46.5 |  6.237 % |
204.89	c |    664869 |    6900    22046 |   16065   12895   475972    36.9 |  6.340 % |
306.55	c |    997400 |    6882    21984 |   17671   14040   519115    37.0 |  6.444 % |
309.74	c ==============================================================================
309.74	c UNSATISFIABLE
309.74	s UNSATISFIABLE
309.74	c _______________________________________________________________________________
309.74	c 
309.74	c restarts              : 22
309.74	c conflicts             : 1007986        (3256 /sec)
309.74	c decisions             : 1293579        (4178 /sec)
309.74	c propagations          : 0              (0 /sec)
309.74	c inspects              : 0              (0 /sec)
309.74	c CPU time              : 309.619 s
309.74	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/node83/watcher-34574-1149208793 -o ROOT/results/node83/solver-34574-1149208793 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node83/34574-1149208793/instance-34574-1149208793.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.75 0.93 0.90 2/67 19085
/proc/meminfo: memFree=1632544/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=1036 CPUtime=0
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 49 0 0 0 0 0 0 0 19 0 1 0 186518629 1060864 35 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134799260 0 0 4096 0 0 0 0 17 1 0 0
/proc/19085/statm: 259 51 43 215 0 41 0

[startup+10.002 s]
/proc/loadavg: 0.79 0.93 0.90 2/67 19085
/proc/meminfo: memFree=1628576/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=4876 CPUtime=9.99
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 1108 0 0 0 999 0 0 0 25 0 1 0 186518629 4993024 1094 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577420 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 1219 1094 122 215 0 1001 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4876

[startup+20.0079 s]
/proc/loadavg: 0.82 0.93 0.91 2/67 19085
/proc/meminfo: memFree=1628128/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=5324 CPUtime=19.99
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 1223 0 0 0 1999 0 0 0 25 0 1 0 186518629 5451776 1209 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576754 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 1331 1209 122 215 0 1113 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 5324

[startup+30.0129 s]
/proc/loadavg: 0.85 0.93 0.91 2/67 19085
/proc/meminfo: memFree=1627616/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=5868 CPUtime=29.99
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 1352 0 0 0 2999 0 0 0 25 0 1 0 186518629 6008832 1338 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584014 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 1467 1338 122 215 0 1249 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 5868

[startup+40.0178 s]
/proc/loadavg: 0.87 0.93 0.91 2/67 19085
/proc/meminfo: memFree=1627296/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=6276 CPUtime=39.99
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 1441 0 0 0 3999 0 0 0 25 0 1 0 186518629 6426624 1427 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 1569 1427 122 215 0 1351 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 6276

[startup+50.0247 s]
/proc/loadavg: 0.89 0.94 0.91 2/67 19085
/proc/meminfo: memFree=1626976/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=6548 CPUtime=49.99
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 1517 0 0 0 4999 0 0 0 25 0 1 0 186518629 6705152 1503 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576145 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 1637 1503 122 215 0 1419 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 6548

[startup+60.0306 s]
/proc/loadavg: 0.91 0.94 0.91 2/67 19085
/proc/meminfo: memFree=1626848/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=6692 CPUtime=59.99
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 1553 0 0 0 5999 0 0 0 25 0 1 0 186518629 6852608 1539 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 1673 1539 122 215 0 1455 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 6692

[startup+70.0365 s]
/proc/loadavg: 0.92 0.94 0.91 2/67 19085
/proc/meminfo: memFree=1626656/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=6892 CPUtime=70
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 1589 0 0 0 7000 0 0 0 25 0 1 0 186518629 7057408 1575 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 1723 1575 122 215 0 1505 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 6892

[startup+80.0434 s]
/proc/loadavg: 0.93 0.94 0.91 2/67 19085
/proc/meminfo: memFree=1626592/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=7024 CPUtime=80
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 1630 0 0 0 8000 0 0 0 25 0 1 0 186518629 7192576 1616 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 1756 1616 122 215 0 1538 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 7024

[startup+90.0493 s]
/proc/loadavg: 0.94 0.94 0.91 2/67 19085
/proc/meminfo: memFree=1626336/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=7288 CPUtime=90
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 1697 0 0 0 9000 0 0 0 25 0 1 0 186518629 7462912 1683 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579949 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 1822 1683 122 215 0 1604 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 7288

[startup+100.055 s]
/proc/loadavg: 0.95 0.94 0.91 2/67 19085
/proc/meminfo: memFree=1626080/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=7420 CPUtime=100.01
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 1745 0 0 0 10000 1 0 0 25 0 1 0 186518629 7598080 1731 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580744 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 1855 1731 122 215 0 1637 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 7420

[startup+110.061 s]
/proc/loadavg: 0.96 0.94 0.91 2/67 19085
/proc/meminfo: memFree=1626080/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=7576 CPUtime=110.02
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 1757 0 0 0 11001 1 0 0 25 0 1 0 186518629 7757824 1743 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574489 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 1894 1743 122 215 0 1676 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 7576

[startup+120.067 s]
/proc/loadavg: 0.96 0.95 0.91 2/67 19085
/proc/meminfo: memFree=1625568/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=7972 CPUtime=120.02
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 1883 0 0 0 12001 1 0 0 25 0 1 0 186518629 8163328 1869 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580297 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 1993 1869 122 215 0 1775 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 7972

[startup+130.073 s]
/proc/loadavg: 0.97 0.95 0.91 2/67 19085
/proc/meminfo: memFree=1625568/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=7972 CPUtime=130.02
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 1883 0 0 0 13001 1 0 0 25 0 1 0 186518629 8163328 1869 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 1993 1869 122 215 0 1775 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 7972

[startup+140.079 s]
/proc/loadavg: 0.97 0.95 0.91 2/67 19085
/proc/meminfo: memFree=1625120/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=8504 CPUtime=140.02
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 1990 0 0 0 14001 1 0 0 25 0 1 0 186518629 8708096 1976 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 2126 1976 122 215 0 1908 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 8504

[startup+150.085 s]
/proc/loadavg: 0.98 0.95 0.91 2/67 19085
/proc/meminfo: memFree=1624928/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=8652 CPUtime=150.02
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 2029 0 0 0 15001 1 0 0 25 0 1 0 186518629 8859648 2015 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 2163 2015 122 215 0 1945 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 8652

[startup+160.091 s]
/proc/loadavg: 0.98 0.95 0.91 2/67 19085
/proc/meminfo: memFree=1624928/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=8652 CPUtime=160.03
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 2036 0 0 0 16002 1 0 0 25 0 1 0 186518629 8859648 2022 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134586064 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 2163 2022 122 215 0 1945 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 8652

[startup+170.097 s]
/proc/loadavg: 0.98 0.95 0.91 2/67 19085
/proc/meminfo: memFree=1624480/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=9040 CPUtime=170.03
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 2139 0 0 0 17002 1 0 0 25 0 1 0 186518629 9256960 2125 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 2260 2125 122 215 0 2042 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 9040

[startup+180.103 s]
/proc/loadavg: 0.98 0.95 0.91 2/67 19085
/proc/meminfo: memFree=1624480/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=9040 CPUtime=180.03
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 2140 0 0 0 18002 1 0 0 25 0 1 0 186518629 9256960 2126 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580819 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 2260 2126 122 215 0 2042 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 9040

[startup+190.108 s]
/proc/loadavg: 0.99 0.95 0.91 2/67 19085
/proc/meminfo: memFree=1624352/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=9172 CPUtime=190.03
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 2171 0 0 0 19002 1 0 0 25 0 1 0 186518629 9392128 2157 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 2293 2157 122 215 0 2075 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 9172

[startup+200.114 s]
/proc/loadavg: 0.99 0.95 0.91 2/67 19085
/proc/meminfo: memFree=1624288/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=9304 CPUtime=200.03
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 2184 0 0 0 20002 1 0 0 25 0 1 0 186518629 9527296 2170 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 2326 2170 122 215 0 2108 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 9304

[startup+210.12 s]
/proc/loadavg: 0.99 0.95 0.91 2/67 19085
/proc/meminfo: memFree=1624288/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=9304 CPUtime=210.04
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 2185 0 0 0 21003 1 0 0 25 0 1 0 186518629 9527296 2171 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 2326 2171 122 215 0 2108 0
Current children cumulated CPU time (s) 210.04
Current children cumulated vsize (Kb) 9304

[startup+220.126 s]
/proc/loadavg: 0.99 0.95 0.91 2/67 19085
/proc/meminfo: memFree=1624224/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=9304 CPUtime=220.04
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 2199 0 0 0 22003 1 0 0 25 0 1 0 186518629 9527296 2185 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576849 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 2326 2185 122 215 0 2108 0
Current children cumulated CPU time (s) 220.04
Current children cumulated vsize (Kb) 9304

[startup+230.132 s]
/proc/loadavg: 0.99 0.96 0.91 2/67 19085
/proc/meminfo: memFree=1624224/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=9304 CPUtime=230.04
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 2205 0 0 0 23003 1 0 0 25 0 1 0 186518629 9527296 2191 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 2326 2191 122 215 0 2108 0
Current children cumulated CPU time (s) 230.04
Current children cumulated vsize (Kb) 9304

[startup+240.138 s]
/proc/loadavg: 0.99 0.96 0.91 2/67 19085
/proc/meminfo: memFree=1624160/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=9464 CPUtime=240.04
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 2220 0 0 0 24003 1 0 0 25 0 1 0 186518629 9691136 2206 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 2366 2206 122 215 0 2148 0
Current children cumulated CPU time (s) 240.04
Current children cumulated vsize (Kb) 9464

[startup+250.144 s]
/proc/loadavg: 0.99 0.96 0.91 2/67 19085
/proc/meminfo: memFree=1624160/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=9464 CPUtime=250.05
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 2220 0 0 0 25004 1 0 0 25 0 1 0 186518629 9691136 2206 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 2366 2206 122 215 0 2148 0
Current children cumulated CPU time (s) 250.05
Current children cumulated vsize (Kb) 9464

[startup+260.15 s]
/proc/loadavg: 0.99 0.96 0.91 2/67 19085
/proc/meminfo: memFree=1624160/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=9464 CPUtime=260.05
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 2220 0 0 0 26004 1 0 0 25 0 1 0 186518629 9691136 2206 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 2366 2206 122 215 0 2148 0
Current children cumulated CPU time (s) 260.05
Current children cumulated vsize (Kb) 9464

[startup+270.156 s]
/proc/loadavg: 0.99 0.96 0.91 2/67 19085
/proc/meminfo: memFree=1624032/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=9464 CPUtime=270.05
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 2245 0 0 0 27004 1 0 0 25 0 1 0 186518629 9691136 2231 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 2366 2231 122 215 0 2148 0
Current children cumulated CPU time (s) 270.05
Current children cumulated vsize (Kb) 9464

[startup+280.162 s]
/proc/loadavg: 0.99 0.96 0.91 2/67 19085
/proc/meminfo: memFree=1624032/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=9600 CPUtime=280.05
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 2254 0 0 0 28004 1 0 0 25 0 1 0 186518629 9830400 2240 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573368 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 2400 2240 122 215 0 2182 0
Current children cumulated CPU time (s) 280.05
Current children cumulated vsize (Kb) 9600

[startup+290.168 s]
/proc/loadavg: 0.99 0.96 0.91 2/67 19085
/proc/meminfo: memFree=1623840/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=9736 CPUtime=290.06
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 2288 0 0 0 29005 1 0 0 25 0 1 0 186518629 9969664 2274 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 2434 2274 122 215 0 2216 0
Current children cumulated CPU time (s) 290.06
Current children cumulated vsize (Kb) 9736

[startup+300.174 s]
/proc/loadavg: 0.99 0.96 0.91 2/67 19085
/proc/meminfo: memFree=1623840/2055888 swapFree=4085416/4096564
[pid=19085] ppid=19083 vsize=9736 CPUtime=300.06
/proc/19085/stat : 19085 (minisat+) R 19083 19085 19040 0 -1 4194304 2289 0 0 0 30005 1 0 0 25 0 1 0 186518629 9969664 2275 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580747 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19085/statm: 2434 2275 122 215 0 2216 0
Current children cumulated CPU time (s) 300.06
Current children cumulated vsize (Kb) 9736

Child status: 20
Real time (s): 309.749
CPU time (s): 309.637
CPU user time (s): 309.619
CPU system time (s): 0.017997
CPU usage (%): 99.9637
Max. virtual memory (cumulated for all children) (Kb): 9736

Launcher Data (download as text)

Begin job on node83 on Fri Jun  2 00:39:53 UTC 2006


FILE ID= 34574-1149208793

PBS_JOBID= 293656

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  0df4a6220c19cfaf8dc35e55531bf2a0

RANDOM SEED= 506620715


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


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1632688 kB
Buffers:         27528 kB
Cached:         322032 kB
SwapCached:       2884 kB
Active:          88712 kB
Inactive:       270108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1632688 kB
SwapTotal:     4096564 kB
SwapFree:      4085416 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          16884 kB
Slab:            51060 kB
Committed_AS:   210512 kB
PageTables:       1284 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node83 on Fri Jun  2 00:45:03 UTC 2006