Trace number 34877

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)3440 1800.51 1801.19

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-air01.opb
MD5SUM680b4f0ee3d8470777b24d39af4c8ca0
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3398
Best CPU time to get the best result obtained on this benchmark0.042993
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3398
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 3698
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 1192753
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 3698
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 1192753
Number of bits of the biggest sum of numbers21
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.08	c Converting 46 PB-constraints to clauses...
0.08	c   -- Unit propagations: (none)
0.08	c   -- Detecting intervals from adjacent constraints: #######################
0.09	c   -- Clauses(.)/Splits(s): (none)
0.09	c ---[  44]---> BDD-cost:   49
0.09	c ---[  42]---> BDD-cost:   39
0.09	c ---[  40]---> BDD-cost:   41
0.09	c ---[  38]---> BDD-cost:   53
0.09	c ---[  36]---> BDD-cost:   63
0.09	c ---[  34]---> BDD-cost:   61
0.09	c ---[  32]---> BDD-cost:   83
0.09	c ---[  30]---> BDD-cost:  111
0.09	c ---[  28]---> BDD-cost:  139
0.10	c ---[  26]---> BDD-cost:  197
0.10	c ---[  24]---> BDD-cost:  233
0.11	c ---[  22]---> BDD-cost:  273
0.12	c ---[  20]---> BDD-cost:  353
0.13	c ---[  18]---> BDD-cost:  331
0.14	c ---[  16]---> BDD-cost:  527
0.17	c ---[  14]---> BDD-cost:  589
0.21	c ---[  12]---> BDD-cost:  607
0.25	c ---[  10]---> BDD-cost:  559
0.28	c ---[   8]---> BDD-cost:  755
0.34	c ---[   6]---> BDD-cost:  769
0.40	c ---[   4]---> BDD-cost:  741
0.46	c ---[   2]---> BDD-cost:  781
0.52	c ---[   0]---> BDD-cost:  873
0.61	c ==================================[MINISAT+]==================================
0.61	c | Conflicts | Original         | Learnt                           | Progress |
0.61	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.61	c ==============================================================================
0.61	c |         0 |   20564    53488 |    6854       0        0     nan |  0.000 % |
0.62	c ==============================================================================
0.62	c Found solution: 9600
0.62	o 9600
0.63	c ---[   0]---> Adder-cost: 7920   maxlim: 1183153   bits: 21/21
11.87	c ==================================[MINISAT+]==================================
11.87	c | Conflicts | Original         | Learnt                           | Progress |
11.87	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
11.87	c ==============================================================================
11.87	c |        26 |   75865   251014 |   25288      26     1591    61.2 |  0.000 % |
11.90	c ==============================================================================
11.90	c Found solution: 8437
11.90	o 8437
11.91	c ---[   0]---> Adder-cost: 0   maxlim: 1184316   bits: 21/21
23.09	c ==================================[MINISAT+]==================================
23.09	c | Conflicts | Original         | Learnt                           | Progress |
23.09	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
23.09	c ==============================================================================
23.09	c |        43 |   75889   251167 |   25296      43     2039    47.4 |  0.000 % |
23.10	c ==============================================================================
23.10	c Found solution: 8097
23.10	o 8097
23.11	c ---[   0]---> Adder-cost: 0   maxlim: 1184656   bits: 21/21
34.28	c ==================================[MINISAT+]==================================
34.28	c | Conflicts | Original         | Learnt                           | Progress |
34.28	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
34.28	c ==============================================================================
34.28	c |        43 |   75893   251220 |   25297      43     2039    47.4 |  0.000 % |
34.29	c ==============================================================================
34.29	c Found solution: 7212
34.29	o 7212
34.30	c ---[   0]---> Adder-cost: 0   maxlim: 1185541   bits: 21/21
45.52	c ==================================[MINISAT+]==================================
45.52	c | Conflicts | Original         | Learnt                           | Progress |
45.52	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
45.52	c ==============================================================================
45.52	c |        43 |   75898   251280 |   25299      43     2039    47.4 |  0.000 % |
45.63	c |       144 |   75898   251280 |   27828     144    12635    87.7 |  0.325 % |
45.84	c |       299 |   75898   251280 |   30611     299    56525   189.0 |  0.325 % |
45.91	c ==============================================================================
45.91	c Found solution: 7192
45.91	o 7192
45.92	c ---[   0]---> Adder-cost: 0   maxlim: 1185561   bits: 21/21
57.24	c ==================================[MINISAT+]==================================
57.24	c | Conflicts | Original         | Learnt                           | Progress |
57.24	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
57.24	c ==============================================================================
57.24	c |       380 |   75902   251328 |   25300     380    64997   171.0 |  0.325 % |
57.33	c |       482 |   75902   251328 |   27830     482    73689   152.9 |  0.342 % |
57.37	c ==============================================================================
57.37	c Found solution: 6795
57.37	o 6795
57.37	c ---[   0]---> Adder-cost: 0   maxlim: 1185958   bits: 21/21
68.75	c ==================================[MINISAT+]==================================
68.75	c | Conflicts | Original         | Learnt                           | Progress |
68.75	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
68.75	c ==============================================================================
68.75	c |       500 |   75913   251422 |   25304     500    75462   150.9 |  0.342 % |
68.91	c |       602 |   75911   251416 |   27834     589   101508   172.3 |  0.383 % |
68.94	c ==============================================================================
68.94	c Found solution: 6136
68.94	o 6136
68.95	c ---[   0]---> Adder-cost: 0   maxlim: 1186617   bits: 21/21
80.48	c ==================================[MINISAT+]==================================
80.48	c | Conflicts | Original         | Learnt                           | Progress |
80.48	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
80.48	c ==============================================================================
80.48	c |       627 |   75922   251503 |   25307     614   102021   166.2 |  0.383 % |
80.52	c ==============================================================================
80.52	c Found solution: 5674
80.52	o 5674
80.53	c ---[   0]---> Adder-cost: 0   maxlim: 1187079   bits: 21/21
91.98	c ==================================[MINISAT+]==================================
91.98	c | Conflicts | Original         | Learnt                           | Progress |
91.98	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
91.98	c ==============================================================================
91.98	c |       636 |   75926   251538 |   25308     623   104929   168.4 |  0.383 % |
92.20	c ==============================================================================
92.20	c Found solution: 5268
92.20	o 5268
92.21	c ---[   0]---> Adder-cost: 0   maxlim: 1187485   bits: 21/21
103.67	c ==================================[MINISAT+]==================================
103.67	c | Conflicts | Original         | Learnt                           | Progress |
103.67	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
103.67	c ==============================================================================
103.67	c |       707 |   75935   251625 |   25311     694   148809   214.4 |  0.383 % |
103.82	c |       807 |   75935   251625 |   27842     794   164116   206.7 |  0.471 % |
104.01	c |       959 |   75935   251625 |   30626     946   216548   228.9 |  0.471 % |
104.09	c ==============================================================================
104.09	c Found solution: 4967
104.09	o 4967
104.10	c ---[   0]---> Adder-cost: 0   maxlim: 1187786   bits: 21/21
115.57	c ==================================[MINISAT+]==================================
115.57	c | Conflicts | Original         | Learnt                           | Progress |
115.57	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
115.57	c ==============================================================================
115.57	c |      1024 |   75947   251722 |   25315    1011   227278   224.8 |  0.471 % |
115.71	c |      1126 |   75849   251378 |   27846    1082   230798   213.3 |  0.618 % |
115.85	c |      1276 |   75849   251378 |   30631    1232   255783   207.6 |  0.618 % |
116.28	c |      1503 |   75849   251378 |   33694    1459   341321   233.9 |  0.618 % |
117.05	c |      1843 |   75849   251378 |   37063    1799   484561   269.4 |  0.618 % |
117.61	c |      2351 |   75849   251378 |   40770    2307   614206   266.2 |  0.618 % |
117.68	c ==============================================================================
117.68	c Found solution: 4424
117.68	o 4424
117.69	c ---[   0]---> Adder-cost: 0   maxlim: 1188329   bits: 21/21
129.40	c ==================================[MINISAT+]==================================
129.40	c | Conflicts | Original         | Learnt                           | Progress |
129.40	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
129.40	c ==============================================================================
129.40	c |      2373 |   75863   251475 |   25287    2329   622610   267.3 |  0.618 % |
129.52	c |      2473 |   75863   251475 |   27815    2429   647783   266.7 |  0.659 % |
129.59	c ==============================================================================
129.59	c Found solution: 4031
129.59	o 4031
129.59	c ---[   0]---> Adder-cost: 0   maxlim: 1188722   bits: 21/21
141.27	c ==================================[MINISAT+]==================================
141.27	c | Conflicts | Original         | Learnt                           | Progress |
141.27	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
141.27	c ==============================================================================
141.27	c |      2502 |   75874   251568 |   25291    2458   651822   265.2 |  0.659 % |
141.56	c |      2604 |   75874   251568 |   27820    2560   693972   271.1 |  0.700 % |
141.75	c |      2758 |   75874   251568 |   30602    2714   760000   280.0 |  0.700 % |
141.90	c |      2983 |   75858   251516 |   33662    2937   780081   265.6 |  0.717 % |
142.33	c |      3320 |   75778   251253 |   37028    3270   839332   256.7 |  0.747 % |
143.02	c |      3828 |   75778   251253 |   40731    3778   917899   243.0 |  0.747 % |
144.08	c |      4588 |   75778   251253 |   44804    4538  1017540   224.2 |  0.747 % |
146.37	c |      5740 |   75778   251253 |   49285    5690  1245667   218.9 |  0.747 % |
149.40	c |      7450 |   75740   251123 |   54213    7391  1736031   234.9 |  0.752 % |
154.32	c |     10012 |   75732   251093 |   59634    9950  2505022   251.8 |  0.788 % |
162.54	c |     13858 |   75641   250272 |   65598   13790  3638851   263.9 |  0.805 % |
175.75	c |     19627 |   75497   249754 |   72158   19517  5744723   294.3 |  0.946 % |
194.96	c |     28277 |   75249   248858 |   79373   28087  8142276   289.9 |  1.193 % |
229.85	c |     41260 |   74584   246540 |   87311   40517 12845986   317.1 |  1.834 % |
230.23	c ==============================================================================
230.23	c Found solution: 4028
230.23	o 4028
230.24	c ---[   0]---> Adder-cost: 5870   maxlim: 1181265   bits: 21/21
243.36	c ==================================[MINISAT+]==================================
243.36	c | Conflicts | Original         | Learnt                           | Progress |
243.36	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
243.36	c ==============================================================================
243.36	c |     41313 |  115415   392358 |   38471   40551 12854302   317.0 |  1.834 % |
243.86	c |     41413 |  115315   392026 |   42318   14973  4495990   300.3 |  1.573 % |
244.15	c |     41564 |  115315   392026 |   46549   15124  4551965   301.0 |  1.573 % |
245.04	c |     41792 |  115228   391725 |   51204   15339  4602004   300.0 |  1.643 % |
246.12	c |     42129 |  115159   391482 |   56325   15665  4654142   297.1 |  1.695 % |
247.35	c |     42635 |  115159   391482 |   61957   16171  4847597   299.8 |  1.695 % |
249.33	c |     43394 |  115110   391319 |   68153   16923  5099834   301.4 |  1.735 % |
252.22	c |     44533 |  115110   391319 |   74969   18062  5440269   301.2 |  1.735 % |
256.97	c |     46242 |  114998   390919 |   82466   19703  5960565   302.5 |  1.813 % |
264.49	c |     48809 |  114805   390274 |   90712   22236  6719946   302.2 |  1.962 % |
266.27	c ==============================================================================
266.27	c Found solution: 3964
266.27	o 3964
266.27	c ---[   0]---> Adder-cost: 0   maxlim: 1181329   bits: 21/21
278.38	c ==================================[MINISAT+]==================================
278.38	c | Conflicts | Original         | Learnt                           | Progress |
278.38	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
278.38	c ==============================================================================
278.38	c |     49554 |  114811   390324 |   38270   22981  6981447   303.8 |  1.962 % |
278.60	c |     49654 |  114811   390324 |   42097   23081  6996626   303.1 |  1.975 % |
278.89	c |     49807 |  114811   390324 |   46306   23234  7021554   302.2 |  1.975 % |
279.40	c |     50034 |  114811   390324 |   50937   23461  7067586   301.2 |  1.975 % |
280.17	c |     50371 |  114804   390301 |   56031   23796  7121915   299.3 |  1.979 % |
281.28	c |     50881 |  114804   390301 |   61634   24306  7286853   299.8 |  1.979 % |
283.41	c |     51640 |  114804   390301 |   67797   25065  7605785   303.4 |  1.979 % |
286.40	c |     52779 |  114804   390301 |   74577   26204  7898848   301.4 |  1.979 % |
286.83	c ==============================================================================
286.83	c Found solution: 3513
286.83	o 3513
286.84	c ---[   0]---> Adder-cost: 4434   maxlim: 1178082   bits: 21/21
298.93	c ==================================[MINISAT+]==================================
298.93	c | Conflicts | Original         | Learnt                           | Progress |
298.93	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
298.93	c ==============================================================================
298.93	c |     52959 |  145575   500184 |   48525   26382  7970230   302.1 |  1.979 % |
299.23	c |     53059 |  145575   500184 |   53377   26482  8010334   302.5 |  1.745 % |
299.67	c |     53213 |  145575   500184 |   58715   26636  8062283   302.7 |  1.745 % |
300.38	c |     53438 |  145575   500184 |   64586   26861  8163983   303.9 |  1.745 % |
301.57	c |     53776 |  145575   500184 |   71045   27199  8322697   306.0 |  1.745 % |
302.91	c |     54284 |  145575   500184 |   78149   27707  8492379   306.5 |  1.745 % |
304.95	c |     55043 |  145575   500184 |   85964   28466  8839787   310.5 |  1.745 % |
308.47	c |     56182 |  145559   500132 |   94561   29603  9240486   312.1 |  1.756 % |
314.20	c |     57890 |  145559   500132 |  104017   31311  9754725   311.5 |  1.756 % |
322.61	c |     60453 |  145559   500132 |  114419   33874 10762969   317.7 |  1.756 % |
336.08	c |     64297 |  145444   499735 |  125861   37706 12206060   323.7 |  1.807 % |
354.68	c |     70063 |  145444   499735 |  138447   43472 14511566   333.8 |  1.807 % |
385.24	c |     78713 |  145428   499683 |  152292   52119 17507350   335.9 |  1.818 % |
435.96	c |     91688 |  145301   499260 |  167521   65067 21564811   331.4 |  1.866 % |
517.76	c |    111150 |  145211   498956 |  184273   84512 30890286   365.5 |  1.924 % |
677.41	c |    140344 |  145113   498614 |  202700  113689 41618538   366.1 |  1.983 % |
854.33	c ==============================================================================
854.33	c Found solution: 3475
854.33	o 3475
854.34	c ---[   0]---> Adder-cost: 5118   maxlim: 1176076   bits: 21/21
869.00	c ==================================[MINISAT+]==================================
869.00	c | Conflicts | Original         | Learnt                           | Progress |
869.00	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
869.00	c ==============================================================================
869.00	c |    169188 |  180704   625751 |   60234  142520 49953335   350.5 |  1.983 % |
870.69	c |    169291 |  180704   625751 |   66257   27119  4451409   164.1 |  1.799 % |
871.58	c |    169442 |  180704   625751 |   72883   27270  4484822   164.5 |  1.799 % |
873.08	c |    169672 |  180704   625751 |   80171   27500  4534873   164.9 |  1.799 % |
874.58	c |    170009 |  180704   625751 |   88188   27837  4618535   165.9 |  1.799 % |
877.02	c |    170515 |  180704   625751 |   97007   28343  4766578   168.2 |  1.799 % |
881.32	c |    171276 |  180704   625751 |  106708   29104  5016109   172.4 |  1.799 % |
886.16	c |    172416 |  180704   625751 |  117379   30244  5434264   179.7 |  1.799 % |
892.98	c |    174124 |  180704   625751 |  129116   31952  6070145   190.0 |  1.799 % |
907.46	c |    176687 |  180704   625751 |  142028   34515  6747213   195.5 |  1.799 % |
923.70	c |    180531 |  180704   625751 |  156231   38359  8317555   216.8 |  1.799 % |
951.81	c |    186298 |  180704   625751 |  171854   44126 10915272   247.4 |  1.799 % |
996.75	c |    194947 |  180651   625570 |  189040   52767 13796665   261.5 |  1.817 % |
1066.95	c ==============================================================================
1066.95	c Found solution: 3440
1066.95	o 3440
1066.96	c ---[   0]---> Adder-cost: 3672   maxlim: 1175206   bits: 21/21
1080.09	c ==================================[MINISAT+]==================================
1080.09	c | Conflicts | Original         | Learnt                           | Progress |
1080.09	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1080.09	c ==============================================================================
1080.09	c |    207352 |  206191   716825 |   68730   65166 19117686   293.4 |  1.817 % |
1080.88	c |    207452 |  206191   716825 |   75603   65266 19149959   293.4 |  1.712 % |
1082.34	c |    207602 |  206191   716825 |   83163   65416 19186532   293.3 |  1.712 % |
1084.21	c |    207829 |  206191   716825 |   91479   65643 19242557   293.1 |  1.712 % |
1086.44	c |    208167 |  206191   716825 |  100627   65981 19405579   294.1 |  1.712 % |
1091.14	c |    208673 |  206191   716825 |  110690   66487 19524400   293.7 |  1.712 % |
1097.64	c |    209439 |  206191   716825 |  121759   67253 19665996   292.4 |  1.712 % |
1105.90	c |    210580 |  206191   716825 |  133935   68394 20137147   294.4 |  1.712 % |
1117.26	c |    212289 |  206191   716825 |  147328   70103 20851398   297.4 |  1.712 % |
1129.19	c |    214851 |  206191   716825 |  162061   72665 21913093   301.6 |  1.712 % |
1148.43	c |    218695 |  206191   716825 |  178267   76509 23498582   307.1 |  1.712 % |
1194.70	c |    224463 |  206191   716825 |  196094   82277 24956482   303.3 |  1.712 % |
1270.73	c |    233113 |  206191   716825 |  215704   90927 27074324   297.8 |  1.712 % |
1384.66	c |    246092 |  206191   716825 |  237274  103906 29757707   286.4 |  1.712 % |
1530.47	c |    265554 |  206191   716825 |  261002  123368 34776488   281.9 |  1.712 % |
1779.40	c |    294748 |  206191   716825 |  287102  152562 41939665   274.9 |  1.712 % |
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
1801.15	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
1801.15	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
1801.15	v -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125
1801.15	v -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146
1801.15	v -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167
1801.15	v -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188
1801.15	v -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209
1801.15	v -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
1801.15	v -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251
1801.15	v -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272
1801.15	v -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 x287 -x288 -x289 -x290 -x291 -x292 -x293
1801.15	v -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314
1801.15	v -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335
1801.15	v -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356
1801.15	v -x357 x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377
1801.15	v -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398
1801.15	v -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419
1801.15	v -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440
1801.15	v -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461
1801.15	v -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482
1801.15	v -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503
1801.15	v -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524
1801.15	v -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545
1801.15	v -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566
1801.15	v -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587
1801.15	v -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608
1801.15	v -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629
1801.15	v -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650
1801.15	v -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671
1801.15	v -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692
1801.15	v -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713
1801.15	v -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734
1801.15	v -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755
1801.15	v -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771

Verifier Data (download as text)

OK	3440

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.98 3/67 6055
/proc/meminfo: memFree=1461088/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=1048 CPUtime=0
/proc/6055/stat : 6055 (minisat+) D 6053 6055 6009 0 -1 4194304 84 0 0 0 0 0 0 0 19 0 1 0 197887822 1073152 70 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031051 0 2147483391 4096 16386 18446744072099917094 0 0 17 1 0 0
/proc/6055/statm: 262 70 58 215 0 44 0

[startup+10.0028 s]
/proc/loadavg: 0.93 0.95 0.98 2/67 6055
/proc/meminfo: memFree=1455648/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=6264 CPUtime=9.99
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 1592 0 0 0 999 0 0 0 25 0 1 0 197887822 6414336 1411 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134811783 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 1566 1411 107 215 0 1348 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 6264

[startup+20.0087 s]
/proc/loadavg: 0.94 0.96 0.98 2/67 6055
/proc/meminfo: memFree=1442656/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=19600 CPUtime=19.99
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 5559 0 0 0 1997 2 0 0 25 0 1 0 197887822 20070400 4671 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135003889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 4900 4671 121 215 0 4682 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 19600

[startup+30.0147 s]
/proc/loadavg: 0.95 0.96 0.98 2/67 6055
/proc/meminfo: memFree=1442656/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=19440 CPUtime=29.99
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 5811 0 0 0 2997 2 0 0 25 0 1 0 197887822 19906560 4664 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005317 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 4860 4664 121 215 0 4642 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 19440

[startup+40.0206 s]
/proc/loadavg: 0.95 0.96 0.98 2/67 6055
/proc/meminfo: memFree=1442272/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=19836 CPUtime=39.99
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 6027 0 0 0 3997 2 0 0 25 0 1 0 197887822 20312064 4755 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135012146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 4959 4755 121 215 0 4741 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 19836

[startup+50.0265 s]
/proc/loadavg: 0.96 0.96 0.98 2/67 6055
/proc/meminfo: memFree=1442016/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=20220 CPUtime=50
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 6191 0 0 0 4998 2 0 0 25 0 1 0 197887822 20705280 4836 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134834164 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 5055 4836 123 215 0 4837 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 20220

[startup+60.0324 s]
/proc/loadavg: 0.97 0.96 0.98 2/67 6055
/proc/meminfo: memFree=1442656/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=19440 CPUtime=60
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 6258 0 0 0 5998 2 0 0 25 0 1 0 197887822 19906560 4667 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005353 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 4860 4667 123 215 0 4642 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 19440

[startup+70.0384 s]
/proc/loadavg: 0.97 0.96 0.98 2/67 6055
/proc/meminfo: memFree=1442656/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=19440 CPUtime=70
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 6791 0 0 0 6998 2 0 0 25 0 1 0 197887822 19906560 4667 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134808949 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 4860 4667 123 215 0 4642 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 19440

[startup+80.0443 s]
/proc/loadavg: 0.98 0.96 0.98 2/67 6055
/proc/meminfo: memFree=1442656/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=19440 CPUtime=80
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 6791 0 0 0 7998 2 0 0 25 0 1 0 197887822 19906560 4667 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005286 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 4860 4667 123 215 0 4642 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 19440

[startup+90.0502 s]
/proc/loadavg: 0.98 0.96 0.98 2/67 6055
/proc/meminfo: memFree=1442720/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=19440 CPUtime=90.01
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 7322 0 0 0 8998 3 0 0 25 0 1 0 197887822 19906560 4667 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134839059 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 4860 4667 123 215 0 4642 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 19440

[startup+100.056 s]
/proc/loadavg: 0.98 0.96 0.98 2/67 6055
/proc/meminfo: memFree=1441440/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=20760 CPUtime=100.01
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 7771 0 0 0 9998 3 0 0 25 0 1 0 197887822 21258240 4991 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134839098 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 5190 4991 123 215 0 4972 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 20760

[startup+110.062 s]
/proc/loadavg: 0.98 0.96 0.98 2/67 6055
/proc/meminfo: memFree=1441056/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=21104 CPUtime=110.01
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 8182 0 0 0 10998 3 0 0 25 0 1 0 197887822 21610496 5073 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005330 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 5276 5073 123 215 0 5058 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 21104

[startup+120.068 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6055
/proc/meminfo: memFree=1440544/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=21696 CPUtime=120.01
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 8991 0 0 0 11997 4 0 0 25 0 1 0 197887822 22216704 5213 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005317 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 5424 5213 123 215 0 5206 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 21696

[startup+130.074 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6055
/proc/meminfo: memFree=1438944/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=23164 CPUtime=130.02
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 9497 0 0 0 12998 4 0 0 25 0 1 0 197887822 23719936 5594 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134809925 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 5791 5594 123 215 0 5573 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 23164

[startup+140.08 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6055
/proc/meminfo: memFree=1439008/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=23164 CPUtime=140.02
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 9497 0 0 0 13998 4 0 0 25 0 1 0 197887822 23719936 5594 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005286 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 5791 5594 123 215 0 5573 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 23164

[startup+150.085 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6055
/proc/meminfo: memFree=1435744/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=26672 CPUtime=150.02
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 10439 0 0 0 14997 5 0 0 25 0 1 0 197887822 27312128 6455 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573947 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 6668 6455 123 215 0 6450 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 26672

[startup+160.091 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6055
/proc/meminfo: memFree=1429408/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=32964 CPUtime=160.01
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 12021 0 0 0 15995 6 0 0 25 0 1 0 197887822 33755136 8037 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581475 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 8241 8037 123 215 0 8023 0
Current children cumulated CPU time (s) 160.01
Current children cumulated vsize (Kb) 32964

[startup+170.096 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6055
/proc/meminfo: memFree=1423264/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=39092 CPUtime=170.01
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 13551 0 0 0 16994 7 0 0 25 0 1 0 197887822 40030208 9567 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 9773 9567 123 215 0 9555 0
Current children cumulated CPU time (s) 170.01
Current children cumulated vsize (Kb) 39092

[startup+180.101 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6055
/proc/meminfo: memFree=1416288/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=46044 CPUtime=180.01
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 15283 0 0 0 17993 8 0 0 25 0 1 0 197887822 47149056 11299 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 11511 11299 123 215 0 11293 0
Current children cumulated CPU time (s) 180.01
Current children cumulated vsize (Kb) 46044

[startup+190.107 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6055
/proc/meminfo: memFree=1411552/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=50756 CPUtime=190.02
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 16469 0 0 0 18993 9 0 0 25 0 1 0 197887822 51974144 12485 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 12689 12485 123 215 0 12471 0
Current children cumulated CPU time (s) 190.02
Current children cumulated vsize (Kb) 50756

[startup+200.113 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6055
/proc/meminfo: memFree=1407264/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=55104 CPUtime=200.02
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 17541 0 0 0 19992 10 0 0 25 0 1 0 197887822 56426496 13557 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573947 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 13776 13557 123 215 0 13558 0
Current children cumulated CPU time (s) 200.02
Current children cumulated vsize (Kb) 55104

[startup+210.12 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6055
/proc/meminfo: memFree=1402016/2055888 swapFree=4085416/4096564

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

[pid=6055] ppid=6053 vsize=234892 CPUtime=1781.37
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63242 0 0 0 178090 47 0 0 25 0 1 0 197887822 240529408 58268 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58268 123 215 0 58505 0
Current children cumulated CPU time (s) 1781.37
Current children cumulated vsize (Kb) 234892

[startup+1783.06 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1782.38
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63242 0 0 0 178191 47 0 0 25 0 1 0 197887822 240529408 58268 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58268 123 215 0 58505 0
Current children cumulated CPU time (s) 1782.38
Current children cumulated vsize (Kb) 234892

[startup+1784.06 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1783.38
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63242 0 0 0 178291 47 0 0 25 0 1 0 197887822 240529408 58268 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574367 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58268 123 215 0 58505 0
Current children cumulated CPU time (s) 1783.38
Current children cumulated vsize (Kb) 234892

[startup+1785.07 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1784.38
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63242 0 0 0 178391 47 0 0 25 0 1 0 197887822 240529408 58268 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58268 123 215 0 58505 0
Current children cumulated CPU time (s) 1784.38
Current children cumulated vsize (Kb) 234892

[startup+1786.07 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1785.39
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63243 0 0 0 178492 47 0 0 25 0 1 0 197887822 240529408 58269 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58269 123 215 0 58505 0
Current children cumulated CPU time (s) 1785.39
Current children cumulated vsize (Kb) 234892

[startup+1787.08 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1786.39
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63244 0 0 0 178592 47 0 0 25 0 1 0 197887822 240529408 58270 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58270 123 215 0 58505 0
Current children cumulated CPU time (s) 1786.39
Current children cumulated vsize (Kb) 234892

[startup+1788.08 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1787.4
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63244 0 0 0 178693 47 0 0 25 0 1 0 197887822 240529408 58270 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572776 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58270 123 215 0 58505 0
Current children cumulated CPU time (s) 1787.4
Current children cumulated vsize (Kb) 234892

[startup+1789.09 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1788.4
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63244 0 0 0 178793 47 0 0 25 0 1 0 197887822 240529408 58270 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58270 123 215 0 58505 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (Kb) 234892

[startup+1790.09 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1789.41
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63244 0 0 0 178894 47 0 0 25 0 1 0 197887822 240529408 58270 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58270 123 215 0 58505 0
Current children cumulated CPU time (s) 1789.41
Current children cumulated vsize (Kb) 234892

[startup+1791.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1790.41
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63244 0 0 0 178994 47 0 0 25 0 1 0 197887822 240529408 58270 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58270 123 215 0 58505 0
Current children cumulated CPU time (s) 1790.41
Current children cumulated vsize (Kb) 234892

[startup+1792.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1791.41
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63244 0 0 0 179094 47 0 0 25 0 1 0 197887822 240529408 58270 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58270 123 215 0 58505 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (Kb) 234892

[startup+1793.11 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1792.42
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63245 0 0 0 179195 47 0 0 25 0 1 0 197887822 240529408 58271 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579855 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58271 123 215 0 58505 0
Current children cumulated CPU time (s) 1792.42
Current children cumulated vsize (Kb) 234892

[startup+1794.11 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1793.42
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63245 0 0 0 179295 47 0 0 25 0 1 0 197887822 240529408 58271 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58271 123 215 0 58505 0
Current children cumulated CPU time (s) 1793.42
Current children cumulated vsize (Kb) 234892

[startup+1795.12 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1794.43
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63246 0 0 0 179396 47 0 0 25 0 1 0 197887822 240529408 58272 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58272 123 215 0 58505 0
Current children cumulated CPU time (s) 1794.43
Current children cumulated vsize (Kb) 234892

[startup+1796.12 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1795.43
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63246 0 0 0 179496 47 0 0 25 0 1 0 197887822 240529408 58272 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580825 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58272 123 215 0 58505 0
Current children cumulated CPU time (s) 1795.43
Current children cumulated vsize (Kb) 234892

[startup+1797.12 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1796.44
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63246 0 0 0 179597 47 0 0 25 0 1 0 197887822 240529408 58272 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58272 123 215 0 58505 0
Current children cumulated CPU time (s) 1796.44
Current children cumulated vsize (Kb) 234892

[startup+1798.13 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1797.44
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63246 0 0 0 179697 47 0 0 25 0 1 0 197887822 240529408 58272 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58272 123 215 0 58505 0
Current children cumulated CPU time (s) 1797.44
Current children cumulated vsize (Kb) 234892

[startup+1799.13 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1798.45
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63246 0 0 0 179798 47 0 0 25 0 1 0 197887822 240529408 58272 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58272 123 215 0 58505 0
Current children cumulated CPU time (s) 1798.45
Current children cumulated vsize (Kb) 234892

[startup+1800.14 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1799.45
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63246 0 0 0 179898 47 0 0 25 0 1 0 197887822 240529408 58272 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58272 123 215 0 58505 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (Kb) 234892

[startup+1801.14 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1800.45
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63246 0 0 0 179998 47 0 0 25 0 1 0 197887822 240529408 58272 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58272 123 215 0 58505 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (Kb) 234892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.15 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 6057
/proc/meminfo: memFree=1227872/2055888 swapFree=4085416/4096564
[pid=6055] ppid=6053 vsize=234892 CPUtime=1800.46
/proc/6055/stat : 6055 (minisat+) R 6053 6055 6009 0 -1 4194304 63246 0 0 0 179999 47 0 0 25 0 1 0 197887822 240529408 58272 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6055/statm: 58723 58272 123 215 0 58505 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 234892

Sending SIGTERM to -6055
Sleeping 2 seconds

Child status: 10
Real time (s): 1801.19
CPU time (s): 1800.51
CPU user time (s): 1799.99
CPU system time (s): 0.513921
CPU usage (%): 99.9622
Max. virtual memory (cumulated for all children) (Kb): 234892

Launcher Data (download as text)

Begin job on node83 on Sat Jun  3 08:14:45 UTC 2006


FILE ID= 34877-1149322485

PBS_JOBID= 309429

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-air01.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node83/34877-1149322485/instance-34877-1149322485.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node83/watcher-34877-1149322485 -o ROOT/results/node83/solver-34877-1149322485 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node83/34877-1149322485/instance-34877-1149322485.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  680b4f0ee3d8470777b24d39af4c8ca0

RANDOM SEED= 69784099


/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:       1461296 kB
Buffers:         39856 kB
Cached:         478448 kB
SwapCached:       2440 kB
Active:         102216 kB
Inactive:       424880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1461296 kB
SwapTotal:     4096564 kB
SwapFree:      4085416 kB
Dirty:             164 kB
Writeback:           0 kB
Mapped:          16896 kB
Slab:            54164 kB
Committed_AS:   366156 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 Sat Jun  3 08:44:46 UTC 2006