Trace number 363142

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)1496 1800.06 1800.67

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib/normalized-reduced-mps-v2-20-10-air01.opb
MD5SUM68d64078750ebeea40444abb8e9568e3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1496
Best CPU time to get the best result obtained on this benchmark0.032994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1496
Optimality of the best value was proved YES
Number of variables771
Total number of constraints23
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)23
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint26
Maximum length of a constraint438
Number of terms in the objective function 771
Biggest coefficient in the objective function 1626
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 524677
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1626
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 524677
Number of bits of the biggest sum of numbers20
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/0.00	c Parsing PB file...
0.06/0.09	c Converting 46 PB-constraints to clauses...
0.06/0.09	c   -- Unit propagations: (none)
0.06/0.09	c   -- Detecting intervals from adjacent constraints: #######################
0.06/0.09	c   -- Clauses(.)/Splits(s): (none)
0.06/0.09	c ---[  44]---> BDD-cost:   49
0.06/0.09	c ---[  42]---> BDD-cost:   39
0.06/0.09	c ---[  40]---> BDD-cost:   41
0.06/0.09	c ---[  38]---> BDD-cost:   53
0.06/0.09	c ---[  36]---> BDD-cost:   63
0.06/0.09	c ---[  34]---> BDD-cost:   61
0.06/0.09	c ---[  32]---> BDD-cost:   83
0.06/0.09	c ---[  30]---> BDD-cost:  111
0.06/0.10	c ---[  28]---> BDD-cost:  139
0.10/0.10	c ---[  26]---> BDD-cost:  197
0.10/0.10	c ---[  24]---> BDD-cost:  233
0.10/0.11	c ---[  22]---> BDD-cost:  273
0.10/0.12	c ---[  20]---> BDD-cost:  353
0.10/0.14	c ---[  18]---> BDD-cost:  331
0.10/0.15	c ---[  16]---> BDD-cost:  527
0.10/0.18	c ---[  14]---> BDD-cost:  589
0.19/0.22	c ---[  12]---> BDD-cost:  607
0.19/0.27	c ---[  10]---> BDD-cost:  559
0.29/0.30	c ---[   8]---> BDD-cost:  755
0.29/0.36	c ---[   6]---> BDD-cost:  769
0.39/0.43	c ---[   4]---> BDD-cost:  741
0.39/0.48	c ---[   2]---> BDD-cost:  781
0.49/0.55	c ---[   0]---> BDD-cost:  873
0.59/0.65	c ==================================[MINISAT+]==================================
0.59/0.65	c | Conflicts | Original         | Learnt                           | Progress |
0.59/0.65	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.59/0.65	c ==============================================================================
0.59/0.65	c |         0 |   20564    53488 |    6854       0        0     nan |  0.000 % |
0.59/0.66	c ==============================================================================
0.59/0.66	c Found solution: 4224
0.59/0.66	o 4224
0.59/0.67	c ---[   0]---> Adder-cost: 7152   maxlim: 520453   bits: 20/19
6.19/6.24	c ==================================[MINISAT+]==================================
6.19/6.24	c | Conflicts | Original         | Learnt                           | Progress |
6.19/6.24	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
6.19/6.24	c ==============================================================================
6.19/6.24	c |        26 |   70504   231818 |   23501      26     1591    61.2 |  0.000 % |
6.19/6.26	c ==============================================================================
6.19/6.26	c Found solution: 3552
6.19/6.26	o 3552
6.19/6.27	c ---[   0]---> Adder-cost: 0   maxlim: 521125   bits: 20/19
11.59/11.68	c ==================================[MINISAT+]==================================
11.59/11.68	c | Conflicts | Original         | Learnt                           | Progress |
11.59/11.68	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
11.59/11.68	c ==============================================================================
11.59/11.68	c |        34 |   70520   231944 |   23506      34     1694    49.8 |  0.000 % |
11.69/11.72	c ==============================================================================
11.69/11.72	c Found solution: 2683
11.69/11.72	o 2683
11.69/11.73	c ---[   0]---> Adder-cost: 0   maxlim: 521994   bits: 20/19
17.09/17.19	c ==================================[MINISAT+]==================================
17.09/17.19	c | Conflicts | Original         | Learnt                           | Progress |
17.09/17.19	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
17.09/17.19	c ==============================================================================
17.09/17.19	c |        59 |   70536   232073 |   23512      59     3668    62.2 |  0.000 % |
17.19/17.22	c ==============================================================================
17.19/17.22	c Found solution: 2649
17.19/17.22	o 2649
17.19/17.22	c ---[   0]---> Adder-cost: 0   maxlim: 522028   bits: 20/19
22.68/22.72	c ==================================[MINISAT+]==================================
22.68/22.72	c | Conflicts | Original         | Learnt                           | Progress |
22.68/22.72	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
22.68/22.72	c ==============================================================================
22.68/22.72	c |        67 |   70540   232147 |   23513      67     4304    64.2 |  0.000 % |
22.78/22.82	c |       170 |   70540   232147 |   25864     170    38348   225.6 |  0.303 % |
22.99/23.01	c |       320 |   70540   232147 |   28450     320    54815   171.3 |  0.303 % |
22.99/23.05	c ==============================================================================
22.99/23.05	c Found solution: 2571
22.99/23.05	o 2571
22.99/23.06	c ---[   0]---> Adder-cost: 0   maxlim: 522106   bits: 20/19
28.58/28.64	c ==================================[MINISAT+]==================================
28.58/28.64	c | Conflicts | Original         | Learnt                           | Progress |
28.58/28.64	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
28.58/28.64	c ==============================================================================
28.58/28.64	c |       352 |   70552   232270 |   23517     352    58836   167.1 |  0.303 % |
28.68/28.70	c |       453 |   70552   232270 |   25868     453    63061   139.2 |  0.340 % |
28.78/28.82	c |       609 |   70552   232270 |   28455     609    69873   114.7 |  0.340 % |
28.98/29.02	c ==============================================================================
28.98/29.02	c Found solution: 2549
28.98/29.02	o 2549
28.98/29.03	c ---[   0]---> Adder-cost: 0   maxlim: 522128   bits: 20/19
34.59/34.61	c ==================================[MINISAT+]==================================
34.59/34.61	c | Conflicts | Original         | Learnt                           | Progress |
34.59/34.61	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
34.59/34.61	c ==============================================================================
34.59/34.61	c |       816 |   70556   232324 |   23518     816   114357   140.1 |  0.340 % |
34.59/34.69	c ==============================================================================
34.59/34.69	c Found solution: 2213
34.59/34.69	o 2213
34.69/34.70	c ---[   0]---> Adder-cost: 0   maxlim: 522464   bits: 20/19
40.18/40.25	c ==================================[MINISAT+]==================================
40.18/40.25	c | Conflicts | Original         | Learnt                           | Progress |
40.18/40.25	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
40.18/40.25	c ==============================================================================
40.18/40.25	c |       902 |   70564   232408 |   23521     902   118350   131.2 |  0.340 % |
40.38/40.46	c |      1002 |   70536   232310 |   25873    1000   154254   154.3 |  0.395 % |
40.48/40.59	c |      1152 |   70536   232310 |   28460    1150   172105   149.7 |  0.395 % |
40.78/40.80	c |      1379 |   70536   232310 |   31306    1377   194942   141.6 |  0.395 % |
41.08/41.19	c |      1738 |   70493   232159 |   34437    1728   274042   158.6 |  0.408 % |
41.58/41.67	c |      2244 |   70401   231852 |   37880    2229   364080   163.3 |  0.426 % |
42.38/42.42	c |      3003 |   70380   231777 |   41668    2986   520346   174.3 |  0.432 % |
43.88/43.91	c ==============================================================================
43.88/43.91	c Found solution: 2175
43.88/43.91	o 2175
43.88/43.92	c ---[   0]---> Adder-cost: 5218   maxlim: 519632   bits: 19/19
49.58/49.64	c ==================================[MINISAT+]==================================
49.58/49.64	c | Conflicts | Original         | Learnt                           | Progress |
49.58/49.64	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
49.58/49.64	c ==============================================================================
49.58/49.64	c |      3857 |  106817   361919 |   35605    3840   860279   224.0 |  0.432 % |
49.78/49.83	c |      3959 |  106817   361919 |   39165    3942   874298   221.8 |  0.411 % |
50.08/50.16	c |      4109 |  106817   361919 |   43082    4092   958316   234.2 |  0.411 % |
50.48/50.53	c |      4334 |  106817   361919 |   47390    4317  1003787   232.5 |  0.411 % |
51.08/51.18	c |      4671 |  106817   361919 |   52129    4654  1051824   226.0 |  0.411 % |
51.97/52.05	c |      5177 |  106731   361620 |   57342    5150  1095465   212.7 |  0.425 % |
53.67/53.75	c |      5938 |  106572   361077 |   63076    5874  1243061   211.6 |  0.471 % |
55.38/55.40	c |      7077 |  106454   360683 |   69384    7000  1400464   200.1 |  0.509 % |
59.18/59.30	c |      8787 |  106408   360526 |   76322    8705  1871193   215.0 |  0.513 % |
65.17/65.24	c |     11350 |  106408   360526 |   83954   11268  2571323   228.2 |  0.513 % |
74.47/74.50	c |     15194 |  106370   360396 |   92350   15104  3114054   206.2 |  0.518 % |
76.57/76.66	c ==============================================================================
76.57/76.66	c Found solution: 1977
76.57/76.66	o 1977
76.57/76.67	c ---[   0]---> Adder-cost: 5002   maxlim: 514724   bits: 19/19
82.37/82.47	c ==================================[MINISAT+]==================================
82.37/82.47	c | Conflicts | Original         | Learnt                           | Progress |
82.37/82.47	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
82.37/82.47	c ==============================================================================
82.37/82.47	c |     16050 |  141243   484937 |   47081   15947  3241155   203.2 |  0.518 % |
82.66/82.70	c |     16150 |  141243   484937 |   51789   16047  3253920   202.8 |  0.484 % |
83.16/83.23	c |     16300 |  141243   484937 |   56968   16197  3310886   204.4 |  0.484 % |
84.06/84.14	c |     16526 |  141243   484937 |   62664   16423  3411109   207.7 |  0.484 % |
85.77/85.82	c |     16864 |  141243   484937 |   68931   16761  3596266   214.6 |  0.484 % |
87.17/87.21	c |     17371 |  141243   484937 |   75824   17268  3801298   220.1 |  0.484 % |
89.67/89.79	c |     18131 |  141243   484937 |   83406   18028  4107875   227.9 |  0.484 % |
92.46/92.52	c ==============================================================================
92.46/92.52	c Found solution: 1922
92.46/92.52	o 1922
92.46/92.53	c ---[   0]---> Adder-cost: 4142   maxlim: 513582   bits: 19/19
97.97/98.06	c ==================================[MINISAT+]==================================
97.97/98.06	c | Conflicts | Original         | Learnt                           | Progress |
97.97/98.06	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
97.97/98.06	c ==============================================================================
97.97/98.06	c |     19068 |  170085   588002 |   56695   18943  4493915   237.2 |  0.484 % |
98.37/98.44	c |     19170 |  170035   587833 |   62364   19036  4508449   236.8 |  0.490 % |
99.06/99.17	c |     19320 |  170035   587833 |   68600   19186  4569979   238.2 |  0.490 % |
99.76/99.84	c |     19546 |  169999   587715 |   75461   19406  4606039   237.4 |  0.494 % |
100.76/100.88	c |     19883 |  169961   587585 |   83007   19735  4652900   235.8 |  0.497 % |
102.26/102.31	c |     20389 |  169934   587488 |   91307   20236  4776651   236.0 |  0.500 % |
104.36/104.43	c |     21150 |  169934   587488 |  100438   20997  4865346   231.7 |  0.500 % |
108.36/108.40	c |     22289 |  169934   587488 |  110482   22136  5013517   226.5 |  0.500 % |
115.37/115.43	c |     23997 |  169859   587222 |  121530   23828  6051623   254.0 |  0.507 % |
128.05/128.12	c |     26559 |  169859   587222 |  133683   26390  7059131   267.5 |  0.507 % |
129.25/129.32	c ==============================================================================
129.25/129.32	c Found solution: 1802
129.25/129.32	o 1802
129.25/129.33	c ---[   0]---> Adder-cost: 4444   maxlim: 511629   bits: 19/19
135.06/135.14	c ==================================[MINISAT+]==================================
135.06/135.14	c | Conflicts | Original         | Learnt                           | Progress |
135.06/135.14	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
135.06/135.14	c ==============================================================================
135.06/135.14	c |     26811 |  200871   697990 |   66957   26642  7194827   270.1 |  0.507 % |
135.56/135.64	c |     26912 |  200731   697496 |   73652   26726  7215176   270.0 |  0.505 % |
136.36/136.41	c |     27063 |  200731   697496 |   81017   26877  7337363   273.0 |  0.505 % |
137.16/137.24	c |     27288 |  200731   697496 |   89119   27102  7399198   273.0 |  0.505 % |
138.45/138.53	c |     27636 |  200731   697496 |   98031   27450  7450130   271.4 |  0.505 % |
141.45/141.50	c |     28142 |  200731   697496 |  107834   27956  7695774   275.3 |  0.505 % |
145.35/145.46	c |     28905 |  200583   696976 |  118618   28691  8139563   283.7 |  0.516 % |
150.34/150.44	c |     30044 |  200583   696976 |  130480   29830  8673713   290.8 |  0.516 % |
158.45/158.52	c |     31753 |  200583   696976 |  143528   31539  9163598   290.5 |  0.516 % |
168.94/169.02	c |     34315 |  200549   696856 |  157881   34088 10026486   294.1 |  0.519 % |
186.79/186.93	c |     38165 |  200549   696856 |  173669   37938 11474271   302.4 |  0.519 % |
225.83/226.05	c |     43933 |  200549   696856 |  191036   43706 13931400   318.8 |  0.519 % |
280.31/280.51	c |     52583 |  200424   696422 |  210139   52343 18386739   351.3 |  0.542 % |
337.60/337.84	c ==============================================================================
337.60/337.84	c Found solution: 1642
337.60/337.84	o 1642
337.60/337.85	c ---[   0]---> Adder-cost: 4130   maxlim: 509762   bits: 19/19
344.19/344.40	c ==================================[MINISAT+]==================================
344.19/344.40	c | Conflicts | Original         | Learnt                           | Progress |
344.19/344.40	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
344.19/344.40	c ==============================================================================
344.19/344.40	c |     61590 |  229232   799308 |   76410   61350 23951113   390.4 |  0.542 % |
344.79/345.04	c |     61691 |  229232   799308 |   84051   61451 23985999   390.3 |  0.523 % |
346.09/346.37	c |     61843 |  229232   799308 |   92456   61603 24059453   390.6 |  0.523 % |
347.79/348.01	c |     62069 |  229232   799308 |  101701   61829 24173782   391.0 |  0.523 % |
349.79/350.03	c |     62406 |  229232   799308 |  111871   62166 24223580   389.7 |  0.523 % |
353.10/353.33	c |     62915 |  229232   799308 |  123059   62675 24600869   392.5 |  0.523 % |
356.89/357.13	c |     63674 |  229232   799308 |  135364   63434 24839243   391.6 |  0.523 % |
363.69/363.91	c |     64813 |  229232   799308 |  148901   64573 25341469   392.4 |  0.523 % |
374.19/374.48	c |     66522 |  229225   799285 |  163791   66281 26307801   396.9 |  0.526 % |
389.89/390.14	c |     69085 |  229225   799285 |  180170   68844 27125977   394.0 |  0.526 % |
417.08/417.38	c |     72933 |  229225   799285 |  198187   72692 29178937   401.4 |  0.526 % |
460.06/460.32	c |     78699 |  229225   799285 |  218006   78458 32826220   418.4 |  0.526 % |
517.55/517.85	c |     87348 |  229225   799285 |  239807   87107 36902807   423.6 |  0.526 % |
612.02/612.31	c |    100323 |  227978   794887 |  263788   99638 43102246   432.6 |  1.034 % |
728.00/728.31	c |    119798 |  227618   793663 |  290166  119040 49482842   415.7 |  1.199 % |
760.99/761.35	c ==============================================================================
760.99/761.35	c Found solution: 1561
760.99/761.35	o 1561
760.99/761.36	c ---[   0]---> Adder-cost: 3998   maxlim: 507556   bits: 19/19
767.39/767.78	c ==================================[MINISAT+]==================================
767.39/767.78	c | Conflicts | Original         | Learnt                           | Progress |
767.39/767.78	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
767.39/767.78	c ==============================================================================
767.39/767.78	c |    124526 |  255340   892695 |   85113  123650 50847377   411.2 |  1.199 % |
768.38/768.79	c |    124627 |  255340   892695 |   93624   21751  4203591   193.3 |  1.155 % |
769.08/769.49	c |    124777 |  255340   892695 |  102986   21901  4239975   193.6 |  1.155 % |
770.69/771.06	c |    125008 |  255340   892695 |  113285   22132  4289350   193.8 |  1.155 % |
772.78/773.13	c |    125346 |  255324   892643 |  124613   22467  4345271   193.4 |  1.162 % |
776.68/777.04	c |    125853 |  255308   892591 |  137075   22972  4466891   194.4 |  1.169 % |
780.58/780.98	c |    126614 |  255308   892591 |  150782   23733  4674061   196.9 |  1.169 % |
789.18/789.57	c |    127754 |  255176   892139 |  165861   24858  4936180   198.6 |  1.218 % |
796.47/796.85	c |    129462 |  255176   892139 |  182447   26566  5573904   209.8 |  1.218 % |
811.77/812.10	c |    132025 |  255176   892139 |  200692   29129  6431909   220.8 |  1.218 % |
831.77/832.10	c |    135869 |  254732   890505 |  220761   32937  7436748   225.8 |  1.331 % |
860.86/861.28	c |    141636 |  254420   889401 |  242837   38661  9425843   243.8 |  1.445 % |
899.05/899.45	c |    150285 |  254420   889401 |  267121   47310 12436768   262.9 |  1.445 % |
932.24/932.66	c ==============================================================================
932.24/932.66	c Found solution: 1549
932.24/932.66	o 1549
932.24/932.67	c ---[   0]---> Adder-cost: 0   maxlim: 507568   bits: 19/19
938.24/938.67	c ==================================[MINISAT+]==================================
938.24/938.67	c | Conflicts | Original         | Learnt                           | Progress |
938.24/938.67	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
938.24/938.67	c ==============================================================================
938.24/938.67	c |    156212 |  254333   889102 |   84777   53224 14369932   270.0 |  1.445 % |
938.94/939.31	c |    156313 |  254333   889102 |   93254   53325 14390790   269.9 |  1.486 % |
939.94/940.39	c |    156463 |  254333   889102 |  102580   53475 14407685   269.4 |  1.486 % |
941.53/941.92	c |    156688 |  254333   889102 |  112838   53700 14462192   269.3 |  1.486 % |
943.34/943.71	c |    157032 |  254307   889012 |  124122   54036 14563050   269.5 |  1.495 % |
947.33/947.75	c |    157540 |  252749   883528 |  136534   54454 14690672   269.8 |  1.815 % |
953.43/953.86	c |    158300 |  252518   882735 |  150187   55188 14847764   269.0 |  1.882 % |
961.13/961.52	c |    159444 |  252509   882706 |  165206   56331 15097814   268.0 |  1.887 % |
972.63/973.04	c |    161152 |  252347   882138 |  181727   58026 15492723   267.0 |  1.931 % |
987.82/988.21	c |    163716 |  252347   882138 |  199899   60590 16253089   268.2 |  1.931 % |
1012.12/1012.58	c |    167560 |  252294   881955 |  219889   64429 17196448   266.9 |  1.944 % |
1050.80/1051.28	c |    173328 |  251611   879568 |  241878   70138 18955176   270.3 |  2.116 % |
1104.99/1105.45	c |    181977 |  251611   879568 |  266066   78787 22011926   279.4 |  2.116 % |
1197.26/1197.76	c |    194958 |  251611   879568 |  292673   91768 26173575   285.2 |  2.116 % |
1242.06/1242.56	c ==============================================================================
1242.06/1242.56	c Found solution: 1519
1242.06/1242.56	o 1519
1242.06/1242.57	c ---[   0]---> Adder-cost: 0   maxlim: 507598   bits: 19/19
1248.56/1249.00	c ==================================[MINISAT+]==================================
1248.56/1249.00	c | Conflicts | Original         | Learnt                           | Progress |
1248.56/1249.00	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1248.56/1249.00	c ==============================================================================
1248.56/1249.00	c |    201804 |  251624   879664 |   83874   98614 28583904   289.9 |  2.116 % |
1250.26/1250.79	c |    201905 |  251624   879664 |   92261   25700  5383099   209.5 |  2.127 % |
1251.16/1251.62	c |    202058 |  251624   879664 |  101487   25853  5412543   209.4 |  2.127 % |
1252.36/1252.86	c |    202284 |  251624   879664 |  111636   26079  5482701   210.2 |  2.127 % |
1254.26/1254.79	c |    202621 |  251624   879664 |  122799   26416  5591875   211.7 |  2.127 % |
1257.86/1258.33	c |    203133 |  251624   879664 |  135079   26928  5747935   213.5 |  2.127 % |
1263.85/1264.37	c |    203892 |  251624   879664 |  148587   27687  6010287   217.1 |  2.127 % |
1272.75/1273.26	c |    205034 |  251624   879664 |  163446   28829  6396467   221.9 |  2.127 % |
1285.05/1285.50	c |    206742 |  251624   879664 |  179791   30537  6869262   224.9 |  2.127 % |
1305.94/1306.43	c |    209306 |  251616   879646 |  197770   33100  7525852   227.4 |  2.141 % |
1338.53/1339.09	c |    213150 |  251616   879646 |  217547   36944  8349981   226.0 |  2.141 % |
1369.52/1370.03	c |    218921 |  251616   879646 |  239302   42715 10478497   245.3 |  2.141 % |
1415.71/1416.28	c |    227570 |  251616   879646 |  263232   51364 13876693   270.2 |  2.141 % |
1497.29/1497.89	c |    240552 |  251616   879646 |  289555   64346 17970051   279.3 |  2.141 % |
1546.28/1546.85	c ==============================================================================
1546.28/1546.85	c Found solution: 1496
1546.28/1546.85	o 1496
1546.28/1546.86	c ---[   0]---> Adder-cost: 0   maxlim: 507621   bits: 19/19
1552.78/1553.32	c ==================================[MINISAT+]==================================
1552.78/1553.32	c | Conflicts | Original         | Learnt                           | Progress |
1552.78/1553.32	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1552.78/1553.32	c ==============================================================================
1552.78/1553.32	c |    247094 |  251620   879688 |   83873   70888 20133103   284.0 |  2.141 % |
1553.57/1554.15	c |    247203 |  251620   879688 |   92260   70997 20172996   284.1 |  2.148 % |
1554.97/1555.51	c |    247353 |  251620   879688 |  101486   71147 20223877   284.3 |  2.148 % |
1557.08/1557.64	c |    247579 |  251620   879688 |  111634   71373 20294484   284.3 |  2.148 % |
1560.57/1561.16	c |    247916 |  251620   879688 |  122798   71710 20395402   284.4 |  2.148 % |
1565.47/1566.08	c |    248422 |  251620   879688 |  135078   72216 20571402   284.9 |  2.148 % |
1573.77/1574.38	c |    249184 |  251620   879688 |  148586   72978 20720425   283.9 |  2.148 % |
1582.07/1582.67	c |    250326 |  251620   879688 |  163444   74120 21128715   285.1 |  2.148 % |
1592.86/1593.47	c |    252038 |  251620   879688 |  179789   75832 21783640   287.3 |  2.148 % |
1611.66/1612.27	c |    254602 |  251581   879561 |  197768   78389 22159930   282.7 |  2.164 % |
1640.75/1641.32	c |    258449 |  251573   879531 |  217544   82235 23009824   279.8 |  2.166 % |
1681.54/1682.10	c |    264216 |  251573   879531 |  239299   88002 24231342   275.3 |  2.166 % |
1757.82/1758.44	c |    272865 |  251556   879470 |  263229   64955 17884894   275.3 |  2.171 % |
1800.01/1800.60	c 
1800.01/1800.60	c *** TERMINATED ***
1800.01/1800.60	s SATISFIABLE
1800.01/1800.60	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
1800.01/1800.60	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
1800.01/1800.60	v -x55 -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
1800.01/1800.60	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104
1800.01/1800.60	v -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125
1800.01/1800.60	v -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146
1800.01/1800.60	v -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167
1800.01/1800.60	v -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188
1800.01/1800.60	v -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209
1800.01/1800.60	v -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
1800.01/1800.60	v -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251
1800.01/1800.60	v -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272
1800.01/1800.60	v -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 x287 -x288 -x289 -x290 -x291 -x292 -x293
1800.01/1800.60	v -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314
1800.01/1800.60	v -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335
1800.01/1800.60	v -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356
1800.01/1800.60	v -x357 x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377
1800.01/1800.60	v -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398
1800.01/1800.60	v -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419
1800.01/1800.60	v -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440
1800.01/1800.60	v -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461
1800.01/1800.60	v -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482
1800.01/1800.60	v -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503
1800.01/1800.60	v -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524
1800.01/1800.60	v -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545
1800.01/1800.60	v -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566
1800.01/1800.60	v -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587
1800.01/1800.60	v -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608
1800.01/1800.60	v -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629
1800.01/1800.60	v -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650
1800.01/1800.60	v -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671
1800.01/1800.60	v -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692
1800.01/1800.60	v -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713
1800.01/1800.60	v -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734
1800.01/1800.60	v -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755
1800.01/1800.60	v -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771

Verifier Data (download as text)

OK	1496

Conversion Script Data (download as text)

/tmp/evaluation/363142-1177023494/instance-363142-1177023494.opb is already a linear file

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node51/watcher-363142-1177023494 -o ROOT/results/node51/solver-363142-1177023494 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/363142-1177023494/minisat+ /tmp/evaluation/363142-1177023494/instance-363142-1177023494.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.03 1.14 1.07 3/64 2091
/proc/meminfo: memFree=1807408/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=1180 CPUtime=0
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 57194540 1208320 127 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838067 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 295 127 74 215 0 77 0

[startup+0.0705529 s]
/proc/loadavg: 1.03 1.14 1.07 3/64 2091
/proc/meminfo: memFree=1807408/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=1580 CPUtime=0.06
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 262 0 0 0 6 0 0 0 18 0 1 0 57194540 1617920 247 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 395 247 74 215 0 177 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1580

[startup+0.101555 s]
/proc/loadavg: 1.03 1.14 1.07 3/64 2091
/proc/meminfo: memFree=1807408/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=1728 CPUtime=0.1
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 308 0 0 0 10 0 0 0 18 0 1 0 57194540 1769472 293 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135012153 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 432 293 86 215 0 214 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1728

[startup+0.301573 s]
/proc/loadavg: 1.03 1.14 1.07 3/64 2091
/proc/meminfo: memFree=1807408/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=2136 CPUtime=0.29
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 381 0 0 0 29 0 0 0 19 0 1 0 57194540 2187264 366 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135003227 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 534 366 86 215 0 316 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2136

[startup+0.701609 s]
/proc/loadavg: 1.03 1.14 1.07 3/64 2091
/proc/meminfo: memFree=1807408/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=4096 CPUtime=0.69
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 876 0 0 0 69 0 0 0 22 0 1 0 57194540 4194304 861 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838065 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 1024 861 104 215 0 806 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4096

[startup+1.50168 s]
/proc/loadavg: 1.03 1.14 1.07 2/65 2093
/proc/meminfo: memFree=1802544/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=5836 CPUtime=1.49
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 1428 0 0 0 149 0 0 0 25 0 1 0 57194540 5976064 1288 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135012162 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 1459 1288 107 215 0 1241 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5836

[startup+3.10182 s]
/proc/loadavg: 1.03 1.14 1.07 2/65 2093
/proc/meminfo: memFree=1802416/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=5836 CPUtime=3.09
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 1428 0 0 0 309 0 0 0 25 0 1 0 57194540 5976064 1288 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005345 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 1459 1288 107 215 0 1241 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5836

[startup+6.30111 s]
/proc/loadavg: 1.03 1.14 1.07 2/65 2093
/proc/meminfo: memFree=1802360/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=18168 CPUtime=6.29
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 4953 0 0 0 627 2 0 0 25 0 1 0 57194540 18604032 4275 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135003889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 4542 4275 121 215 0 4324 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18168

[startup+12.7017 s]
/proc/loadavg: 1.03 1.14 1.07 2/65 2093
/proc/meminfo: memFree=1789880/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=18508 CPUtime=12.69
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 5625 0 0 0 1267 2 0 0 25 0 1 0 57194540 18952192 4391 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135012162 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 4627 4391 121 215 0 4409 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18508

[startup+25.5018 s]
/proc/loadavg: 1.02 1.13 1.07 2/65 2093
/proc/meminfo: memFree=1789816/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=18644 CPUtime=25.48
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 6494 0 0 0 2546 2 0 0 25 0 1 0 57194540 19091456 4427 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838067 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 4661 4427 123 215 0 4443 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18644

[startup+51.1011 s]
/proc/loadavg: 1.01 1.12 1.07 2/65 2093
/proc/meminfo: memFree=1784312/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=24876 CPUtime=51.08
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 8958 0 0 0 5104 4 0 0 25 0 1 0 57194540 25473024 5920 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 6219 5920 123 215 0 6001 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24876

[startup+102.306 s]
/proc/loadavg: 1.00 1.10 1.06 2/65 2093
/proc/meminfo: memFree=1764728/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=44284 CPUtime=102.26
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 14301 0 0 0 10217 9 0 0 25 0 1 0 57194540 45346816 10779 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134869185 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 11071 10779 123 215 0 10853 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 44284

[startup+162.301 s]
/proc/loadavg: 1.00 1.08 1.06 2/65 2093
/proc/meminfo: memFree=1744120/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=64924 CPUtime=162.24
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 19690 0 0 0 16210 14 0 0 25 0 1 0 57194540 66482176 15932 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 16231 15932 123 215 0 16013 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 64924

[startup+222.302 s]
/proc/loadavg: 1.00 1.06 1.05 2/65 2298
/proc/meminfo: memFree=1725744/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=82892 CPUtime=222.13
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 24148 0 0 0 22194 19 0 0 25 0 1 0 57194540 84881408 20390 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 20723 20390 123 215 0 20505 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 82892

[startup+282.302 s]
/proc/loadavg: 1.00 1.05 1.05 2/65 2298
/proc/meminfo: memFree=1706488/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=102252 CPUtime=282.12
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 29020 0 0 0 28189 23 0 0 25 0 1 0 57194540 104706048 25262 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 25563 25262 123 215 0 25345 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 102252

[startup+342.301 s]
/proc/loadavg: 1.00 1.04 1.04 2/65 2298
/proc/meminfo: memFree=1684088/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=124076 CPUtime=342.1
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 34671 0 0 0 34182 28 0 0 25 0 1 0 57194540 127053824 30736 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005240 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 31019 30736 123 215 0 30801 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 124076

[startup+402.302 s]
/proc/loadavg: 1.00 1.03 1.03 2/65 2298
/proc/meminfo: memFree=1666232/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=142756 CPUtime=402.08
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 39250 0 0 0 40175 33 0 0 25 0 1 0 57194540 146182144 35315 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 35689 35315 123 215 0 35471 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 142756

[startup+462.301 s]
/proc/loadavg: 1.03 1.03 1.03 2/65 2298
/proc/meminfo: memFree=1646392/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=162220 CPUtime=462.06
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 44139 0 0 0 46169 37 0 0 25 0 1 0 57194540 166113280 40204 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574480 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 40555 40204 123 215 0 40337 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 162220

[startup+522.301 s]
/proc/loadavg: 1.12 1.05 1.04 2/65 2298
/proc/meminfo: memFree=1629432/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=179488 CPUtime=522.05
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 48456 0 0 0 52164 41 0 0 25 0 1 0 57194540 183795712 44521 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 44872 44521 123 215 0 44654 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 179488

[startup+582.302 s]
/proc/loadavg: 1.04 1.04 1.03 2/65 2298
/proc/meminfo: memFree=1609528/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=199088 CPUtime=582.03
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 53338 0 0 0 58157 46 0 0 25 0 1 0 57194540 203866112 49403 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134569793 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 49772 49403 123 215 0 49554 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 199088

[startup+642.301 s]
/proc/loadavg: 1.01 1.03 1.03 2/65 2300
/proc/meminfo: memFree=1598712/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=209800 CPUtime=642.02
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 56021 0 0 0 64153 49 0 0 25 0 1 0 57194540 214835200 52086 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576849 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 52450 52086 123 215 0 52232 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 209800


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

[startup+822.301 s]
/proc/loadavg: 1.00 1.01 1.01 2/65 2300
/proc/meminfo: memFree=1572216/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=236576 CPUtime=821.97
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 62735 0 0 0 82140 57 0 0 25 0 1 0 57194540 242253824 58740 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 59144 58740 123 215 0 58926 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 236576

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 2300
/proc/meminfo: memFree=1572152/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=236576 CPUtime=881.95
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 62737 0 0 0 88138 57 0 0 25 0 1 0 57194540 242253824 58742 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 59144 58742 123 215 0 58926 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 236576

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2300
/proc/meminfo: memFree=1572024/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=236576 CPUtime=941.93
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 62754 0 0 0 94136 57 0 0 25 0 1 0 57194540 242253824 58759 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 59144 58759 123 215 0 58926 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 236576

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2300
/proc/meminfo: memFree=1572024/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=236576 CPUtime=1001.92
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 62754 0 0 0 100135 57 0 0 25 0 1 0 57194540 242253824 58759 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 59144 58759 123 215 0 58926 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 236576

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2300
/proc/meminfo: memFree=1572024/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=236576 CPUtime=1061.9
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 62754 0 0 0 106133 57 0 0 25 0 1 0 57194540 242253824 58759 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 59144 58759 123 215 0 58926 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 236576

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2300
/proc/meminfo: memFree=1572024/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=236576 CPUtime=1121.88
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 62754 0 0 0 112131 57 0 0 25 0 1 0 57194540 242253824 58759 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574211 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 59144 58759 123 215 0 58926 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 236576

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2300
/proc/meminfo: memFree=1571960/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=236576 CPUtime=1181.87
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 62754 0 0 0 118130 57 0 0 25 0 1 0 57194540 242253824 58759 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580765 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 59144 58759 123 215 0 58926 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 236576

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2300
/proc/meminfo: memFree=1572024/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=236576 CPUtime=1241.86
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 62754 0 0 0 124128 58 0 0 25 0 1 0 57194540 242253824 58759 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 59144 58759 123 215 0 58926 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 236576

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2300
/proc/meminfo: memFree=1572024/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=236576 CPUtime=1301.85
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 62755 0 0 0 130127 58 0 0 25 0 1 0 57194540 242253824 58760 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580825 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 59144 58760 123 215 0 58926 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 236576

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2300
/proc/meminfo: memFree=1571960/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=236576 CPUtime=1361.83
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 62755 0 0 0 136125 58 0 0 25 0 1 0 57194540 242253824 58760 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135006666 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 59144 58760 123 215 0 58926 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 236576

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2300
/proc/meminfo: memFree=1571960/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=236576 CPUtime=1421.81
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 62755 0 0 0 142123 58 0 0 25 0 1 0 57194540 242253824 58760 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580786 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 59144 58760 123 215 0 58926 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 236576

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2300
/proc/meminfo: memFree=1571960/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=236576 CPUtime=1481.79
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 62755 0 0 0 148121 58 0 0 25 0 1 0 57194540 242253824 58760 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 59144 58760 123 215 0 58926 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 236576

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2300
/proc/meminfo: memFree=1571896/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=236576 CPUtime=1541.78
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 62755 0 0 0 154120 58 0 0 25 0 1 0 57194540 242253824 58760 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 59144 58760 123 215 0 58926 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 236576

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2300
/proc/meminfo: memFree=1571896/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=236576 CPUtime=1601.76
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 62755 0 0 0 160118 58 0 0 25 0 1 0 57194540 242253824 58760 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 59144 58760 123 215 0 58926 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 236576

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2300
/proc/meminfo: memFree=1572088/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=236576 CPUtime=1661.74
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 62755 0 0 0 166116 58 0 0 25 0 1 0 57194540 242253824 58760 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 59144 58760 123 215 0 58926 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 236576

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2300
/proc/meminfo: memFree=1572024/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=236576 CPUtime=1721.73
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 62755 0 0 0 172115 58 0 0 25 0 1 0 57194540 242253824 58760 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 59144 58760 123 215 0 58926 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 236576

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2300
/proc/meminfo: memFree=1572024/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=236576 CPUtime=1781.71
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 62755 0 0 0 178113 58 0 0 25 0 1 0 57194540 242253824 58760 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 59144 58760 123 215 0 58926 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 236576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2300
/proc/meminfo: memFree=1572024/2055920 swapFree=4183244/4192956
[pid=2091] ppid=2089 vsize=236576 CPUtime=1800.01
/proc/2091/stat : 2091 (minisat+) R 2089 2091 1767 0 -1 4194304 62755 0 0 0 179943 58 0 0 25 0 1 0 57194540 242253824 58760 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581234 0 0 4096 16386 0 0 0 17 1 0 0
/proc/2091/statm: 59144 58760 123 215 0 58926 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 236576

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 10
Real time (s): 1800.67
CPU time (s): 1800.06
CPU user time (s): 1799.44
CPU system time (s): 0.624905
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 236576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.624905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62757
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 2919

runsolver used 1.14383 second user time and 3.84841 second system time

The end

Launcher Data (download as text)

Begin job on node51 on Thu Apr 19 22:58:14 UTC 2007

IDJOB= 363142
IDBENCH= 1745
IDSOLVER= 156
FILE ID= node51/363142-1177023494

PBS_JOBID= 4630612

Free space on /tmp= 66459 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-air01.opb
COMMAND LINE= /tmp/evaluation/363142-1177023494/minisat+ /tmp/evaluation/363142-1177023494/instance-363142-1177023494.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node51/convwatcher-363142-1177023494 -o ROOT/results/node51/conversion-363142-1177023494 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/363142-1177023494/instance-363142-1177023494.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-363142-1177023494 -o ROOT/results/node51/solver-363142-1177023494 -C 1800 -W 3600 -M 1800 --output-limit 1,15  /tmp/evaluation/363142-1177023494/minisat+ /tmp/evaluation/363142-1177023494/instance-363142-1177023494.opb            

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  68d64078750ebeea40444abb8e9568e3

RANDOM SEED= 831026852

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node51.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1807880 kB
Buffers:         34020 kB
Cached:         163812 kB
SwapCached:       3448 kB
Active:          58344 kB
Inactive:       150620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807880 kB
SwapTotal:     4192956 kB
SwapFree:      4183244 kB
Dirty:            2544 kB
Writeback:           0 kB
Mapped:          15464 kB
Slab:            25116 kB
Committed_AS:  2837088 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66459 MiB

End job on node51 on Thu Apr 19 23:28:17 UTC 2007