Trace number 35389

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 NameAnswerObjective functionCPU timeWall clock time
minisat+ 1.14SAT (TO)1356 1800.51 1801.18

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-c8.opb
MD5SUMc919b2e3620f35e89404416810e81e0b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1194
Best CPU time to get the best result obtained on this benchmark0.322949
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1194
Optimality of the best value was proved YES
Number of variables239
Total number of constraints524
Number of constraints which are clauses520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4
Minimum length of a constraint1
Maximum length of a constraint36
Number of terms in the objective function 239
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 10012
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 10012
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00	c Parsing PB file...
0.02	c Converting 519 PB-constraints to clauses...
0.02	c   -- Unit propagations: (none)
0.02	c   -- Detecting intervals from adjacent constraints: (none)
0.02	c   -- Clauses(.)/Splits(s): .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.02	c ==================================[MINISAT+]==================================
0.02	c | Conflicts | Original         | Learnt                           | Progress |
0.02	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.02	c ==============================================================================
0.02	c |         0 |     519     2283 |     173       0        0     nan |  0.000 % |
0.02	c ==============================================================================
0.02	c Found solution: 1761
0.02	o 1761
0.03	c ---[   0]---> Sorter-cost:29493     Base: 2 5 2 2
0.23	c ==================================[MINISAT+]==================================
0.23	c | Conflicts | Original         | Learnt                           | Progress |
0.23	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.23	c ==============================================================================
0.23	c |         1 |   71546   168129 |   23848       1       14    14.0 |  0.000 % |
0.32	c |       102 |   71012   166938 |   26232      96     5965    62.1 |  0.585 % |
0.37	c |       253 |   69760   164083 |   28856     238     9177    38.6 |  2.006 % |
0.46	c ==============================================================================
0.46	c Found solution: 1663
0.46	o 1663
0.46	c ---[   0]---> Sorter-cost:24435     Base: 2 5 2 2
0.66	c ==================================[MINISAT+]==================================
0.66	c | Conflicts | Original         | Learnt                           | Progress |
0.66	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.66	c ==============================================================================
0.66	c |       420 |  129195   302890 |   43065     404    11865    29.4 |  2.006 % |
0.78	c |       523 |  128942   302321 |   47371     505    15464    30.6 |  1.312 % |
0.85	c |       674 |  128886   302193 |   52108     650    17491    26.9 |  1.346 % |
1.06	c ==============================================================================
1.06	c Found solution: 1659
1.06	o 1659
1.06	c ---[   0]---> Sorter-cost:22388     Base: 2 5 2 2
1.25	c ==================================[MINISAT+]==================================
1.25	c | Conflicts | Original         | Learnt                           | Progress |
1.25	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.25	c ==============================================================================
1.25	c |       773 |  183537   429830 |   61179     745    20173    27.1 |  1.346 % |
1.55	c ==============================================================================
1.55	c Found solution: 1635
1.55	o 1635
1.55	c ---[   0]---> Sorter-cost:    4     Base: 2 5 2 2
1.69	c ==================================[MINISAT+]==================================
1.69	c | Conflicts | Original         | Learnt                           | Progress |
1.69	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.69	c ==============================================================================
1.69	c |       868 |  183802   430480 |   61267     840    22334    26.6 |  1.346 % |
1.94	c |       968 |  183802   430480 |   67393     940    25352    27.0 |  1.035 % |
2.33	c |      1123 |  183802   430480 |   74133    1095    31539    28.8 |  1.035 % |
2.95	c |      1348 |  183802   430480 |   81546    1320    37216    28.2 |  1.035 % |
4.11	c |      1686 |  183802   430480 |   89701    1658    45439    27.4 |  1.035 % |
5.44	c |      2193 |  183802   430480 |   98671    2165    75257    34.8 |  1.035 % |
6.69	c ==============================================================================
6.69	c Found solution: 1633
6.69	o 1633
6.69	c ---[   0]---> Sorter-cost:    2     Base: 2 5 2 2
6.83	c ==================================[MINISAT+]==================================
6.83	c | Conflicts | Original         | Learnt                           | Progress |
6.83	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
6.83	c ==============================================================================
6.83	c |      2760 |  183705   430276 |   61235    2731   127537    46.7 |  1.035 % |
7.05	c |      2860 |  183705   430276 |   67358    2831   129420    45.7 |  1.086 % |
7.27	c |      3010 |  183705   430276 |   74094    2981   150502    50.5 |  1.086 % |
7.89	c |      3236 |  183669   430195 |   81503    3206   156140    48.7 |  1.101 % |
8.76	c |      3574 |  183669   430195 |   89654    3544   227809    64.3 |  1.101 % |
9.11	c |      4081 |  183648   430149 |   98619    4046   242098    59.8 |  1.110 % |
9.63	c |      4840 |  183422   429642 |  108481    4803   262574    54.7 |  1.215 % |
10.79	c |      5979 |  182959   428603 |  119329    5801   280741    48.4 |  1.410 % |
12.89	c |      7688 |  182959   428603 |  131262    7510   354029    47.1 |  1.410 % |
14.09	c |     10251 |  182777   428188 |  144388   10064   431174    42.8 |  1.492 % |
19.96	c |     14095 |  182777   428188 |  158827   13908   692860    49.8 |  1.492 % |
22.08	c ==============================================================================
22.08	c Found solution: 1575
22.08	o 1575
22.09	c ---[   0]---> Sorter-cost:    3     Base: 2 5 2 2
22.24	c ==================================[MINISAT+]==================================
22.24	c | Conflicts | Original         | Learnt                           | Progress |
22.24	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
22.24	c ==============================================================================
22.24	c |     14976 |  182784   428207 |   60928   14789   718296    48.6 |  1.492 % |
22.62	c |     15076 |  182784   428207 |   67020   14889   720044    48.4 |  1.493 % |
22.88	c |     15227 |  182784   428207 |   73722   15040   735483    48.9 |  1.493 % |
23.35	c |     15452 |  182784   428207 |   81095   15265   758960    49.7 |  1.493 % |
23.46	c |     15789 |  182784   428207 |   89204   15602   762389    48.9 |  1.493 % |
24.08	c |     16295 |  182586   427760 |   98125   16054   769845    48.0 |  1.576 % |
25.15	c |     17054 |  182478   427511 |  107937   16700   800996    48.0 |  1.627 % |
27.64	c |     18193 |  182478   427511 |  118731   17839   927912    52.0 |  1.627 % |
32.80	c |     19902 |  182354   427229 |  130604   19524   978241    50.1 |  1.679 % |
33.63	c ==============================================================================
33.63	c Found solution: 1563
33.63	o 1563
33.63	c ---[   0]---> Sorter-cost:    3     Base: 2 5 2 2
33.79	c ==================================[MINISAT+]==================================
33.79	c | Conflicts | Original         | Learnt                           | Progress |
33.79	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
33.79	c ==============================================================================
33.79	c |     20264 |  182366   427265 |   60788   19882  1006526    50.6 |  1.679 % |
33.98	c |     20365 |  182366   427265 |   66866   19983  1008267    50.5 |  1.683 % |
34.45	c |     20515 |  182366   427265 |   73553   20133  1011784    50.3 |  1.683 % |
34.81	c |     20741 |  182366   427265 |   80908   20359  1018379    50.0 |  1.683 % |
35.02	c |     21078 |  182366   427265 |   88999   20696  1024085    49.5 |  1.683 % |
36.54	c |     21584 |  182318   427156 |   97899   21199  1064401    50.2 |  1.707 % |
38.07	c |     22343 |  182318   427156 |  107689   21958  1161871    52.9 |  1.707 % |
39.46	c |     23482 |  182318   427156 |  118458   23097  1182227    51.2 |  1.707 % |
42.03	c |     25191 |  182318   427156 |  130304   24806  1221403    49.2 |  1.707 % |
48.19	c |     27755 |  182316   427152 |  143334   27369  1542213    56.3 |  1.709 % |
61.79	c |     31599 |  182316   427152 |  157668   31213  1746376    56.0 |  1.709 % |
75.02	c |     37366 |  182135   426752 |  173435   35849  2046540    57.1 |  1.803 % |
96.73	c |     46016 |  182135   426752 |  190778   44499  3422797    76.9 |  1.803 % |
125.12	c |     58991 |  182112   426705 |  209856   57471  4480609    78.0 |  1.815 % |
137.58	c ==============================================================================
137.58	c Found solution: 1562
137.58	o 1562
137.58	c ---[   0]---> Sorter-cost:    5     Base: 2 5 2 2
137.79	c ==================================[MINISAT+]==================================
137.79	c | Conflicts | Original         | Learnt                           | Progress |
137.79	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
137.79	c ==============================================================================
137.79	c |     64448 |  182442   427528 |   60814   62905  5559278    88.4 |  1.815 % |
137.95	c |     64548 |  182442   427528 |   66895   18053  1759157    97.4 |  1.844 % |
138.32	c |     64699 |  182442   427528 |   73584   18204  1765019    97.0 |  1.844 % |
138.84	c |     64924 |  182442   427528 |   80943   18429  1771117    96.1 |  1.844 % |
139.75	c |     65264 |  182426   427491 |   89037   18763  1783613    95.1 |  1.851 % |
141.19	c |     65770 |  182426   427491 |   97941   19269  1832793    95.1 |  1.851 % |
141.72	c |     66530 |  182338   427290 |  107735   20028  1848421    92.3 |  1.891 % |
142.71	c |     67669 |  182338   427290 |  118509   21167  1870338    88.4 |  1.891 % |
147.95	c |     69378 |  182338   427290 |  130360   22876  2104457    92.0 |  1.891 % |
155.79	c |     71940 |  182338   427290 |  143396   25438  2385384    93.8 |  1.891 % |
156.05	c ==============================================================================
156.05	c Found solution: 1503
156.05	o 1503
156.05	c ---[   0]---> Sorter-cost:    3     Base: 2 5 2 2
156.23	c ==================================[MINISAT+]==================================
156.23	c | Conflicts | Original         | Learnt                           | Progress |
156.23	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
156.23	c ==============================================================================
156.23	c |     72011 |  182345   427309 |   60781   25509  2388858    93.6 |  1.891 % |
156.51	c |     72111 |  182345   427309 |   66859   25609  2390705    93.4 |  1.893 % |
156.89	c |     72263 |  182345   427309 |   73545   25761  2393986    92.9 |  1.893 % |
157.66	c |     72488 |  182345   427309 |   80899   25986  2398005    92.3 |  1.893 % |
158.75	c |     72825 |  182345   427309 |   88989   26323  2405116    91.4 |  1.893 % |
159.91	c |     73335 |  182345   427309 |   97888   26833  2477687    92.3 |  1.893 % |
161.16	c |     74094 |  182345   427309 |  107677   27592  2515961    91.2 |  1.893 % |
163.11	c |     75233 |  182273   427147 |  118444   28724  2551373    88.8 |  1.924 % |
166.74	c |     76941 |  182273   427147 |  130289   30432  2699655    88.7 |  1.924 % |
173.33	c |     79503 |  182273   427147 |  143318   32994  2949425    89.4 |  1.924 % |
182.61	c |     83348 |  182273   427147 |  157650   36839  3399895    92.3 |  1.924 % |
192.83	c ==============================================================================
192.83	c Found solution: 1498
192.83	o 1498
192.83	c ---[   0]---> Sorter-cost:    6     Base: 2 5 2 2
193.02	c ==================================[MINISAT+]==================================
193.02	c | Conflicts | Original         | Learnt                           | Progress |
193.02	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
193.02	c ==============================================================================
193.02	c |     86338 |  182284   427302 |   60761   39829  3484893    87.5 |  1.924 % |
193.22	c |     86438 |  182284   427302 |   66837   39929  3486512    87.3 |  1.926 % |
193.32	c |     86592 |  182284   427302 |   73520   40083  3488410    87.0 |  1.926 % |
193.40	c |     86819 |  182284   427302 |   80872   40310  3491201    86.6 |  1.926 % |
194.01	c |     87156 |  182284   427302 |   88960   40647  3497920    86.1 |  1.926 % |
195.26	c |     87662 |  182284   427302 |   97856   41153  3552074    86.3 |  1.926 % |
197.55	c |     88421 |  182284   427302 |  107641   41912  3633978    86.7 |  1.926 % |
199.94	c |     89561 |  182284   427302 |  118405   43052  3689404    85.7 |  1.926 % |
202.20	c |     91270 |  182284   427302 |  130246   44761  3736821    83.5 |  1.926 % |
209.24	c |     93832 |  182284   427302 |  143271   47323  4129702    87.3 |  1.926 % |
217.45	c |     97677 |  182214   427140 |  157598   51158  4540898    88.8 |  1.957 % |
236.03	c |    103444 |  182214   427140 |  173358   56925  4829344    84.8 |  1.957 % |
236.43	c ==============================================================================
236.43	c Found solution: 1496
236.43	o 1496
236.44	c ---[   0]---> Sorter-cost:    6     Base: 2 5 2 2
236.65	c ==================================[MINISAT+]==================================
236.65	c | Conflicts | Original         | Learnt                           | Progress |
236.65	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
236.65	c ==============================================================================
236.65	c |    103583 |  182222   427158 |   60740   57064  4843242    84.9 |  1.957 % |
236.77	c |    103683 |  182222   427158 |   66814   57164  4845319    84.8 |  1.958 % |
236.96	c |    103833 |  182222   427158 |   73495   57314  4846534    84.6 |  1.958 % |
237.22	c |    104058 |  182222   427158 |   80844   57539  4852492    84.3 |  1.958 % |
237.96	c |    104397 |  182222   427158 |   88929   57878  4859319    84.0 |  1.958 % |
239.39	c |    104903 |  182222   427158 |   97822   58384  4959658    84.9 |  1.958 % |
241.56	c |    105665 |  182222   427158 |  107604   59146  5009406    84.7 |  1.958 % |
244.04	c |    106808 |  182222   427158 |  118365   60289  5137477    85.2 |  1.958 % |
244.92	c ==============================================================================
244.92	c Found solution: 1477
244.92	o 1477
244.93	c ---[   0]---> Sorter-cost:    5     Base: 2 5 2 2
245.14	c ==================================[MINISAT+]==================================
245.14	c | Conflicts | Original         | Learnt                           | Progress |
245.14	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
245.14	c ==============================================================================
245.14	c |    107692 |  182244   427216 |   60748   61173  5156580    84.3 |  1.958 % |
245.26	c ==============================================================================
245.26	c Found solution: 1446
245.26	o 1446
245.26	c ---[   0]---> Sorter-cost:    4     Base: 2 5 2 2
245.47	c ==================================[MINISAT+]==================================
245.47	c | Conflicts | Original         | Learnt                           | Progress |
245.47	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
245.47	c ==============================================================================
245.47	c |    107709 |  182252   427240 |   60750   61190  5159534    84.3 |  1.958 % |
245.71	c |    107809 |  182252   427240 |   66825   61290  5161494    84.2 |  1.961 % |
246.29	c |    107961 |  182252   427240 |   73507   61442  5165631    84.1 |  1.961 % |
247.06	c |    108186 |  182252   427240 |   80858   61667  5170340    83.8 |  1.961 % |
247.18	c ==============================================================================
247.18	c Found solution: 1394
247.18	o 1394
247.18	c ---[   0]---> Sorter-cost:    5     Base: 2 5 2 2
247.38	c ==================================[MINISAT+]==================================
247.38	c | Conflicts | Original         | Learnt                           | Progress |
247.38	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
247.38	c ==============================================================================
247.38	c |    108195 |  182275   427300 |   60758   61676  5170450    83.8 |  1.961 % |
247.61	c ==============================================================================
247.61	c Found solution: 1386
247.61	o 1386
247.61	c ---[   0]---> Sorter-cost:    3     Base: 2 5 2 2
247.82	c ==================================[MINISAT+]==================================
247.82	c | Conflicts | Original         | Learnt                           | Progress |
247.82	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
247.82	c ==============================================================================
247.82	c |    108245 |  182281   427319 |   60760   61726  5174377    83.8 |  1.961 % |
248.19	c |    108345 |  182281   427319 |   66836   61826  5177478    83.7 |  1.963 % |
248.64	c |    108498 |  182281   427319 |   73519   61979  5181790    83.6 |  1.963 % |
249.17	c |    108725 |  182281   427319 |   80871   62206  5210034    83.8 |  1.963 % |
250.38	c |    109062 |  182281   427319 |   88958   62543  5245669    83.9 |  1.963 % |
251.74	c |    109569 |  182281   427319 |   97854   63050  5306611    84.2 |  1.963 % |
254.50	c |    110328 |  182281   427319 |  107640   63809  5340309    83.7 |  1.963 % |
259.64	c |    111468 |  182281   427319 |  118404   64949  5380676    82.8 |  1.963 % |
264.87	c |    113176 |  182281   427319 |  130244   66657  5472870    82.1 |  1.963 % |
272.40	c |    115739 |  182281   427319 |  143268   69220  5593926    80.8 |  1.963 % |
284.05	c ==============================================================================
284.05	c Found solution: 1379
284.05	o 1379
284.05	c ---[   0]---> Sorter-cost:    2     Base: 2 5 2 2
284.28	c ==================================[MINISAT+]==================================
284.28	c | Conflicts | Original         | Learnt                           | Progress |
284.28	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
284.28	c ==============================================================================
284.28	c |    119287 |  182287   427332 |   60762   72768  5923894    81.4 |  1.963 % |
284.80	c |    119388 |  182287   427332 |   66838   21679   841947    38.8 |  1.964 % |
285.40	c |    119538 |  182287   427332 |   73522   21829   845069    38.7 |  1.965 % |
286.04	c |    119763 |  182287   427332 |   80874   22054   851493    38.6 |  1.965 % |
286.93	c |    120100 |  182287   427332 |   88961   22391   889109    39.7 |  1.965 % |
288.72	c |    120606 |  182287   427332 |   97857   22897   907014    39.6 |  1.965 % |
291.28	c |    121365 |  182287   427332 |  107643   23656   939005    39.7 |  1.965 % |
294.79	c |    122504 |  182287   427332 |  118407   24795   996962    40.2 |  1.965 % |
300.38	c |    124214 |  182287   427332 |  130248   26505  1043747    39.4 |  1.965 % |
309.04	c |    126778 |  182287   427332 |  143273   29069  1109598    38.2 |  1.964 % |
321.24	c |    130623 |  182287   427332 |  157600   32914  1252928    38.1 |  1.965 % |
338.19	c |    136393 |  182287   427332 |  173361   38684  1533006    39.6 |  1.965 % |
359.98	c |    145043 |  182287   427332 |  190697   47334  2187847    46.2 |  1.965 % |
373.64	c ==============================================================================
373.64	c Found solution: 1362
373.64	o 1362
373.64	c ---[   0]---> Sorter-cost:    2     Base: 2 5 2 2
373.83	c ==================================[MINISAT+]==================================
373.83	c | Conflicts | Original         | Learnt                           | Progress |
373.83	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
373.83	c ==============================================================================
373.83	c |    151454 |  182254   427259 |   60751   53688  2513740    46.8 |  1.965 % |
374.00	c |    151556 |  182254   427259 |   66826   53790  2516656    46.8 |  1.984 % |
374.24	c |    151708 |  182254   427259 |   73508   53942  2519266    46.7 |  1.984 % |
374.60	c |    151934 |  182254   427259 |   80859   54168  2527685    46.7 |  1.984 % |
375.29	c |    152271 |  182254   427259 |   88945   54505  2536944    46.5 |  1.984 % |
376.45	c |    152777 |  182254   427259 |   97840   55011  2552541    46.4 |  1.984 % |
377.89	c |    153536 |  182254   427259 |  107624   55770  2576905    46.2 |  1.984 % |
381.69	c |    154675 |  182254   427259 |  118386   56909  2710077    47.6 |  1.984 % |
385.40	c |    156384 |  182254   427259 |  130225   58618  2897668    49.4 |  1.984 % |
388.31	c ==============================================================================
388.31	c Found solution: 1356
388.31	o 1356
388.31	c ---[   0]---> Sorter-cost:    3     Base: 2 5 2 2
388.51	c ==================================[MINISAT+]==================================
388.51	c | Conflicts | Original         | Learnt                           | Progress |
388.51	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
388.51	c ==============================================================================
388.51	c |    157293 |  182260   427273 |   60753   59527  2963945    49.8 |  1.984 % |
388.85	c |    157394 |  182260   427273 |   66828   59628  2968411    49.8 |  1.985 % |
389.32	c |    157544 |  182260   427273 |   73511   59778  2972167    49.7 |  1.985 % |
389.96	c |    157769 |  182260   427273 |   80862   60003  2985459    49.8 |  1.985 % |
390.83	c |    158108 |  182260   427273 |   88948   60342  3000493    49.7 |  1.985 % |
391.65	c |    158614 |  182260   427273 |   97843   60848  3017032    49.6 |  1.985 % |
393.77	c |    159374 |  182260   427273 |  107627   61608  3078799    50.0 |  1.985 % |
396.97	c |    160513 |  182260   427273 |  118390   62747  3157296    50.3 |  1.985 % |
403.76	c |    162221 |  182260   427273 |  130229   64455  3335017    51.7 |  1.985 % |
408.16	c |    164783 |  182260   427273 |  143252   67017  3456390    51.6 |  1.985 % |
410.79	c |    168627 |  182260   427273 |  157577   70861  3567020    50.3 |  1.985 % |
422.77	c |    174394 |  182014   426717 |  173335   73974  4130280    55.8 |  2.088 % |
453.17	c |    183044 |  182014   426717 |  190668   82624  5299816    64.1 |  2.088 % |
499.45	c |    196018 |  182014   426717 |  209735   95598  5917673    61.9 |  2.088 % |
571.53	c |    215479 |  182014   426717 |  230709  115059  8192348    71.2 |  2.088 % |
678.37	c |    244671 |  182014   426717 |  253780  144251 10579207    73.3 |  2.088 % |
880.31	c |    288462 |  182014   426717 |  279158  188042 15739787    83.7 |  2.088 % |
1208.36	c |    354146 |  182014   426717 |  307074  253726 24755747    97.6 |  2.088 % |
1738.41	c |    452674 |  182014   426717 |  337781   51970  4871842    93.7 |  2.088 % |
1801.15	c 
1801.15	c *** TERMINATED ***
1801.15	s SATISFIABLE
1801.15	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28
1801.15	v x29 -x30 x31 x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55
1801.15	v -x56 -x57 -x58 -x59 -x60 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81
1801.15	v -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106
1801.15	v -x107 -x108 x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127
1801.15	v -x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 x143 x144 x145 -x146 x147 -x148 -x149
1801.15	v -x150 x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 x160 -x161 -x162 x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 -x171
1801.15	v -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 -x192
1801.15	v x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 x213
1801.15	v -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 -x232 -x233 -x234
1801.15	v -x235 -x236 x237 -x238 x239

Verifier Data (download as text)

OK	1356

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.85 0.95 0.95 2/67 17008
/proc/meminfo: memFree=1542944/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=1048 CPUtime=0
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 102 0 0 0 0 0 0 0 19 0 1 0 205867593 1073152 88 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005835 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 262 88 67 215 0 44 0

[startup+10.0024 s]
/proc/loadavg: 0.87 0.95 0.95 2/67 17008
/proc/meminfo: memFree=1526368/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=18880 CPUtime=9.98
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 4520 0 0 0 997 1 0 0 25 0 1 0 205867593 19333120 4244 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134569723 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 4720 4244 111 215 0 4502 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 18880

[startup+20.0083 s]
/proc/loadavg: 0.89 0.96 0.95 2/67 17008
/proc/meminfo: memFree=1524384/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=20984 CPUtime=19.99
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 5040 0 0 0 1997 2 0 0 25 0 1 0 205867593 21487616 4764 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 5246 4764 111 215 0 5028 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 20984

[startup+30.0142 s]
/proc/loadavg: 0.91 0.96 0.95 2/67 17008
/proc/meminfo: memFree=1523104/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=22284 CPUtime=30
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 5429 0 0 0 2997 3 0 0 25 0 1 0 205867593 22818816 5078 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 5571 5078 111 215 0 5353 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 22284

[startup+40.0201 s]
/proc/loadavg: 0.92 0.96 0.95 2/67 17008
/proc/meminfo: memFree=1521952/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=23312 CPUtime=39.99
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 5778 0 0 0 3996 3 0 0 25 0 1 0 205867593 23871488 5360 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 5828 5360 111 215 0 5610 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 23312

[startup+50.026 s]
/proc/loadavg: 0.93 0.96 0.95 2/67 17008
/proc/meminfo: memFree=1520224/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=25176 CPUtime=50
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 6215 0 0 0 4996 4 0 0 25 0 1 0 205867593 25780224 5797 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 6294 5797 111 215 0 6076 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 25176

[startup+60.0319 s]
/proc/loadavg: 0.94 0.96 0.95 2/67 17008
/proc/meminfo: memFree=1519712/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=25568 CPUtime=60
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 6334 0 0 0 5996 4 0 0 25 0 1 0 205867593 26181632 5916 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 6392 5916 111 215 0 6174 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 25568

[startup+70.0378 s]
/proc/loadavg: 0.95 0.96 0.95 2/67 17008
/proc/meminfo: memFree=1518944/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=26352 CPUtime=70
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 6533 0 0 0 6995 5 0 0 25 0 1 0 205867593 26984448 6115 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 6588 6115 111 215 0 6370 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 26352

[startup+80.0438 s]
/proc/loadavg: 0.96 0.96 0.95 2/67 17008
/proc/meminfo: memFree=1517280/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=27916 CPUtime=80
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 6939 0 0 0 7995 5 0 0 25 0 1 0 205867593 28585984 6521 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 6979 6521 111 215 0 6761 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 27916

[startup+90.0497 s]
/proc/loadavg: 0.96 0.96 0.95 2/67 17008
/proc/meminfo: memFree=1514144/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=31144 CPUtime=90
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 7725 0 0 0 8994 6 0 0 25 0 1 0 205867593 31891456 7307 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 7786 7307 111 215 0 7568 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 31144

[startup+100.056 s]
/proc/loadavg: 0.97 0.96 0.95 2/67 17008
/proc/meminfo: memFree=1511776/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=33640 CPUtime=100
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 8333 0 0 0 9994 6 0 0 25 0 1 0 205867593 34447360 7915 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580297 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 8410 7915 111 215 0 8192 0
Current children cumulated CPU time (s) 100
Current children cumulated vsize (Kb) 33640

[startup+110.062 s]
/proc/loadavg: 0.97 0.96 0.95 2/67 17008
/proc/meminfo: memFree=1510432/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=34948 CPUtime=110.01
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 8663 0 0 0 10994 7 0 0 25 0 1 0 205867593 35786752 8245 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580297 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 8737 8245 111 215 0 8519 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 34948

[startup+120.067 s]
/proc/loadavg: 0.98 0.97 0.95 2/67 17008
/proc/meminfo: memFree=1508256/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=37044 CPUtime=120.01
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 9209 0 0 0 11994 7 0 0 25 0 1 0 205867593 37933056 8791 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572709 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 9261 8791 111 215 0 9043 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 37044

[startup+130.073 s]
/proc/loadavg: 0.98 0.97 0.95 2/67 17008
/proc/meminfo: memFree=1505824/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=39392 CPUtime=130.02
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 9803 0 0 0 12994 8 0 0 25 0 1 0 205867593 40337408 9385 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134585958 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 9848 9385 111 215 0 9630 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 39392

[startup+140.079 s]
/proc/loadavg: 0.98 0.97 0.95 2/67 17008
/proc/meminfo: memFree=1502752/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=42368 CPUtime=140.02
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 10582 0 0 0 13993 9 0 0 25 0 1 0 205867593 43384832 10109 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580473 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 10592 10109 111 215 0 10374 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 42368

[startup+150.085 s]
/proc/loadavg: 0.98 0.97 0.95 2/67 17008
/proc/meminfo: memFree=1502752/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=42368 CPUtime=150.02
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 10583 0 0 0 14993 9 0 0 25 0 1 0 205867593 43384832 10110 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580506 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 10592 10110 111 215 0 10374 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 42368

[startup+160.09 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17008
/proc/meminfo: memFree=1502752/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=42368 CPUtime=160.02
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 10583 0 0 0 15993 9 0 0 25 0 1 0 205867593 43384832 10110 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580929 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 10592 10110 111 215 0 10374 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 42368

[startup+170.096 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17008
/proc/meminfo: memFree=1502752/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=42368 CPUtime=170.02
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 10583 0 0 0 16993 9 0 0 25 0 1 0 205867593 43384832 10110 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 10592 10110 111 215 0 10374 0
Current children cumulated CPU time (s) 170.02
Current children cumulated vsize (Kb) 42368

[startup+180.101 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17008
/proc/meminfo: memFree=1502752/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=42368 CPUtime=180.02
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 10583 0 0 0 17993 9 0 0 25 0 1 0 205867593 43384832 10110 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 10592 10110 111 215 0 10374 0
Current children cumulated CPU time (s) 180.02
Current children cumulated vsize (Kb) 42368

[startup+190.107 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17008
/proc/meminfo: memFree=1502752/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=42368 CPUtime=190.03
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 10583 0 0 0 18994 9 0 0 25 0 1 0 205867593 43384832 10110 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 10592 10110 111 215 0 10374 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 42368

[startup+200.114 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17008
/proc/meminfo: memFree=1502752/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=42368 CPUtime=200.03
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 10583 0 0 0 19994 9 0 0 25 0 1 0 205867593 43384832 10110 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 10592 10110 111 215 0 10374 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 42368

[startup+210.12 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17008
/proc/meminfo: memFree=1502752/2055888 swapFree=4085408/4096564

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

[pid=17008] ppid=17006 vsize=152008 CPUtime=1781.38
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 178100 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573950 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1781.38
Current children cumulated vsize (Kb) 152008

[startup+1783.06 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1782.39
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 178201 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580475 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1782.39
Current children cumulated vsize (Kb) 152008

[startup+1784.06 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1783.39
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 178301 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1783.39
Current children cumulated vsize (Kb) 152008

[startup+1785.07 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1784.4
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 178402 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581434 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1784.4
Current children cumulated vsize (Kb) 152008

[startup+1786.07 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1785.4
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 178502 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1785.4
Current children cumulated vsize (Kb) 152008

[startup+1787.08 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1786.41
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 178603 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1786.41
Current children cumulated vsize (Kb) 152008

[startup+1788.08 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1787.41
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 178703 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1787.41
Current children cumulated vsize (Kb) 152008

[startup+1789.09 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1788.42
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 178804 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574282 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1788.42
Current children cumulated vsize (Kb) 152008

[startup+1790.09 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1789.42
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 178904 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581451 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1789.42
Current children cumulated vsize (Kb) 152008

[startup+1791.1 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1790.42
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 179004 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1790.42
Current children cumulated vsize (Kb) 152008

[startup+1792.1 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1791.43
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 179105 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (Kb) 152008

[startup+1793.11 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1792.43
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 179205 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1792.43
Current children cumulated vsize (Kb) 152008

[startup+1794.11 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1793.44
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 179306 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1793.44
Current children cumulated vsize (Kb) 152008

[startup+1795.12 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1794.44
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 179406 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1794.44
Current children cumulated vsize (Kb) 152008

[startup+1796.12 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1795.45
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 179507 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574276 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1795.45
Current children cumulated vsize (Kb) 152008

[startup+1797.13 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1796.45
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 179607 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581434 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1796.45
Current children cumulated vsize (Kb) 152008

[startup+1798.13 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1797.45
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 179707 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1797.45
Current children cumulated vsize (Kb) 152008

[startup+1799.14 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1798.46
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 179808 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576448 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1798.46
Current children cumulated vsize (Kb) 152008

[startup+1800.14 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1799.46
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 179908 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (Kb) 152008

[startup+1801.15 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1800.47
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 180009 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574147 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (Kb) 152008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.15 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 17010
/proc/meminfo: memFree=1393696/2055888 swapFree=4085408/4096564
[pid=17008] ppid=17006 vsize=152008 CPUtime=1800.47
/proc/17008/stat : 17008 (minisat+) R 17006 17008 16962 0 -1 4194304 37813 0 0 0 180009 38 0 0 25 0 1 0 205867593 155656192 37283 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17008/statm: 38002 37283 111 215 0 37784 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (Kb) 152008

Sending SIGTERM to -17008
Sleeping 2 seconds

Child status: 10
Real time (s): 1801.18
CPU time (s): 1800.51
CPU user time (s): 1800.1
CPU system time (s): 0.410937
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (Kb): 152008

Launcher Data (download as text)

Begin job on node83 on Sun Jun  4 06:24:42 UTC 2006


FILE ID= 35389-1149402282

PBS_JOBID= 314101

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-c8.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node83/35389-1149402282/instance-35389-1149402282.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node83/watcher-35389-1149402282 -o ROOT/results/node83/solver-35389-1149402282 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node83/35389-1149402282/instance-35389-1149402282.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  c919b2e3620f35e89404416810e81e0b

RANDOM SEED= 460879426


/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:       1543216 kB
Buffers:         30508 kB
Cached:         411236 kB
SwapCached:       2364 kB
Active:         254040 kB
Inactive:       196400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1543216 kB
SwapTotal:     4096564 kB
SwapFree:      4085408 kB
Dirty:             152 kB
Writeback:           0 kB
Mapped:          16880 kB
Slab:            48908 kB
Committed_AS:   457128 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 Sun Jun  4 06:54:44 UTC 2006