Trace number 1869103

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2? 1797.56 1798.27

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.18.opb
MD5SUM18a894a2ba4f3cf6bad1b497c8fca8eb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4500
Total number of constraints72413
Number of constraints which are clauses72413
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint18
Number of terms in the objective function 4500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4500
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.89/0.99	c SCIP version 1.1.0.7
0.89/0.99	c LP-Solver Clp 1.8.2
0.89/0.99	c user parameter file <scip.set> not found - using default parameters
0.89/0.99	c read problem <HOME/instance-1869103-1245158830.opb>
0.89/0.99	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 72413 constraints
1.19/1.20	c start presolving problem
1.19/1.20	c presolving:
2.29/2.34	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 70163 upgd conss, 415692 impls, 0 clqs
2.39/2.48	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 72413 upgd conss, 415692 impls, 0 clqs
7.09/7.15	c    (5.9s) probing: 1000/4500 (22.2%) - 0 fixings, 0 aggregations, 18393 implications, 0 bound changes
11.18/11.25	c    (10.0s) probing: 2000/4500 (44.4%) - 0 fixings, 0 aggregations, 35514 implications, 0 bound changes
11.18/11.26	c    (10.0s) probing: 2001/4500 (44.5%) - 0 fixings, 0 aggregations, 35532 implications, 0 bound changes
11.18/11.26	c    (10.0s) probing aborted: 2000/2000 successive useless probings
11.18/11.26	c presolving (3 rounds):
11.18/11.26	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
11.18/11.26	c  547164 implications, 0 cliques
11.18/11.26	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 72413 constraints
11.18/11.26	c   72413 constraints of type <logicor>
11.18/11.26	c transformed objective value is always integral (scale: 1)
11.18/11.26	c Presolving Time: 9.83
11.18/11.27	c strange?!, PURESAT with obj
11.18/11.27	c -----------------------------------------------------------------------------------------------
11.18/11.27	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
11.18/11.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.18/11.27	c limits/memory = c 1620
11.18/11.27	c # maximal time in seconds to run
11.18/11.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.18/11.27	c limits/time = c 1791
11.18/11.27	c # frequency for displaying node information lines
11.18/11.27	c # [type: int, range: [-1,2147483647], default: 100]
11.18/11.27	c display/freq = c 10000
11.18/11.27	c -----------------------------------------------------------------------------------------------
11.18/11.27	c start solving problem
11.18/11.27	c 
14.29/14.37	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.29/14.37	c  13.0s|     1 |     0 |  2582 |  98M|   0 |2500 |4500 |  72k|  72k|4500 |  72k|   0 |   0 |   0 | 1.250000e+03 |      --      |    Inf 
70.26/70.37	c  68.8s|     1 |     0 | 17292 |  98M|   0 |2465 |4500 |  72k|  72k|4500 |  72k|  35 |   0 |   0 | 1.267500e+03 |      --      |    Inf 
78.35/78.50	c  76.9s|     1 |     0 | 17562 |  98M|   0 |2423 |4500 |  72k|  72k|4500 |  72k|  61 |   0 |   0 | 1.288500e+03 |      --      |    Inf 
88.95/89.03	c  87.4s|     1 |     0 | 17889 |  98M|   0 |2386 |4500 |  72k|  72k|4500 |  72k|  93 |   0 |   0 | 1.307750e+03 |      --      |    Inf 
99.14/99.20	c  97.5s|     1 |     0 | 18226 |  98M|   0 |2345 |4500 |  72k|  72k|4500 |  72k| 122 |   0 |   0 | 1.327500e+03 |      --      |    Inf 
110.54/110.64	c   109s|     1 |     0 | 18556 |  98M|   0 |2310 |4500 |  72k|  72k|4500 |  72k| 150 |   0 |   0 | 1.345000e+03 |      --      |    Inf 
121.63/121.72	c   120s|     1 |     0 | 18921 |  98M|   0 |2271 |4500 |  72k|  72k|4500 |  72k| 179 |   0 |   0 | 1.364500e+03 |      --      |    Inf 
134.32/134.40	c   133s|     1 |     0 | 19343 |  99M|   0 |2234 |4500 |  72k|  72k|4500 |  72k| 209 |   0 |   0 | 1.383750e+03 |      --      |    Inf 
148.82/148.99	c   147s|     1 |     0 | 19916 |  99M|   0 |2204 |4500 |  72k|  72k|4500 |  72k| 239 |   0 |   0 | 1.399375e+03 |      --      |    Inf 
162.32/162.42	c   161s|     1 |     0 | 20437 |  99M|   0 |2160 |4500 |  72k|  72k|4500 |  72k| 277 |   0 |   0 | 1.421250e+03 |      --      |    Inf 
178.01/178.15	c   176s|     1 |     0 | 21024 |  99M|   0 |2127 |4500 |  72k|  72k|4500 |  72k| 311 |   0 |   0 | 1.438000e+03 |      --      |    Inf 
188.61/188.74	c   187s|     1 |     0 | 21754 |  99M|   0 |2097 |4500 |  72k|  72k|4500 |  72k| 344 |   0 |   0 | 1.452000e+03 |      --      |    Inf 
197.40/197.57	c   196s|     1 |     0 | 22471 |  99M|   0 |2073 |4500 |  72k|  72k|4500 |  72k| 379 |   0 |   0 | 1.467500e+03 |      --      |    Inf 
205.80/205.93	c   204s|     1 |     0 | 23117 |  99M|   0 |2043 |4500 |  72k|  72k|4500 |  72k| 414 |   0 |   0 | 1.481500e+03 |      --      |    Inf 
214.79/214.95	c   213s|     1 |     0 | 23723 |  99M|   0 |2018 |4500 |  72k|  72k|4500 |  72k| 448 |   0 |   0 | 1.494000e+03 |      --      |    Inf 
222.39/222.58	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
222.39/222.58	c   221s|     1 |     0 | 24259 | 100M|   0 |1996 |4500 |  72k|  72k|4500 |  72k| 484 |   0 |   0 | 1.506250e+03 |      --      |    Inf 
230.09/230.24	c   228s|     1 |     0 | 24973 | 100M|   0 |1973 |4500 |  72k|  72k|4500 |  72k| 522 |   0 |   0 | 1.517500e+03 |      --      |    Inf 
236.89/237.02	c   235s|     1 |     0 | 25664 | 100M|   0 |1953 |4500 |  72k|  72k|4500 |  72k| 553 |   0 |   0 | 1.526000e+03 |      --      |    Inf 
244.98/245.16	c   243s|     1 |     0 | 26338 | 100M|   0 |1936 |4500 |  72k|  72k|4500 |  72k| 586 |   0 |   0 | 1.537250e+03 |      --      |    Inf 
252.88/253.05	c   251s|     1 |     0 | 27160 | 100M|   0 |1910 |4500 |  72k|  72k|4500 |  72k| 622 |   0 |   0 | 1.548250e+03 |      --      |    Inf 
261.48/261.66	c   260s|     1 |     0 | 28130 | 100M|   0 |1902 |4500 |  72k|  72k|4500 |  73k| 659 |   0 |   0 | 1.557000e+03 |      --      |    Inf 
270.48/270.66	c   269s|     1 |     0 | 29254 | 100M|   0 |1884 |4500 |  72k|  72k|4500 |  73k| 700 |   0 |   0 | 1.567000e+03 |      --      |    Inf 
278.57/278.78	c   277s|     1 |     0 | 30482 | 100M|   0 |1892 |4500 |  72k|  72k|4500 |  73k| 737 |   0 |   0 | 1.573250e+03 |      --      |    Inf 
285.77/285.96	c   284s|     1 |     0 | 31661 | 101M|   0 |1849 |4500 |  72k|  72k|4500 |  73k| 778 |   0 |   0 | 1.586500e+03 |      --      |    Inf 
293.37/293.58	c   292s|     1 |     0 | 32680 | 101M|   0 |1813 |4500 |  72k|  72k|4500 |  73k| 822 |   0 |   0 | 1.598000e+03 |      --      |    Inf 
306.26/306.43	c   304s|     1 |     0 | 34478 | 101M|   0 |1822 |4500 |  72k|  72k|4500 |  73k| 863 |   0 |   0 | 1.606000e+03 |      --      |    Inf 
314.96/315.17	c   313s|     1 |     0 | 35882 | 101M|   0 |1791 |4500 |  72k|  72k|4500 |  73k| 911 |   0 |   0 | 1.615000e+03 |      --      |    Inf 
323.96/324.19	c   322s|     1 |     0 | 37493 | 101M|   0 |1814 |4500 |  72k|  72k|4500 |  73k| 957 |   0 |   0 | 1.623000e+03 |      --      |    Inf 
335.05/335.21	c   333s|     1 |     0 | 39281 | 101M|   0 |1767 |4500 |  72k|  72k|4500 |  73k| 998 |   0 |   0 | 1.632000e+03 |      --      |    Inf 
344.05/344.24	c   342s|     1 |     0 | 40520 | 101M|   0 |1764 |4500 |  72k|  72k|4500 |  73k|1033 |   0 |   0 | 1.639500e+03 |      --      |    Inf 
362.74/362.97	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
362.74/362.97	c   361s|     1 |     0 | 42356 | 101M|   0 |1733 |4500 |  72k|  72k|4500 |  73k|1072 |   0 |   0 | 1.643000e+03 |      --      |    Inf 
375.04/375.28	c   373s|     1 |     0 | 44053 | 101M|   0 |1730 |4500 |  72k|  72k|4500 |  73k|1111 |   0 |   0 | 1.646500e+03 |      --      |    Inf 
393.53/393.70	c   391s|     1 |     0 | 46500 | 102M|   0 |1733 |4500 |  72k|  72k|4500 |  73k|1148 |   0 |   0 | 1.653500e+03 |      --      |    Inf 
411.72/411.95	c   410s|     1 |     0 | 48528 | 102M|   0 |1728 |4500 |  72k|  72k|4500 |  73k|1196 |   0 |   0 | 1.659167e+03 |      --      |    Inf 
425.22/425.41	c   423s|     1 |     0 | 50917 | 102M|   0 |1723 |4500 |  72k|  72k|4500 |  73k|1239 |   0 |   0 | 1.666250e+03 |      --      |    Inf 
437.20/437.50	c   435s|     1 |     0 | 53059 | 102M|   0 |1723 |4500 |  72k|  72k|4500 |  73k|1289 |   0 |   0 | 1.676500e+03 |      --      |    Inf 
464.20/464.45	c   462s|     1 |     0 | 56110 | 102M|   0 |1694 |4500 |  72k|  72k|4500 |  73k|1333 |   0 |   0 | 1.682750e+03 |      --      |    Inf 
480.80/481.03	c   478s|     1 |     0 | 58213 | 102M|   0 |1636 |4500 |  72k|  72k|4500 |  73k|1373 |   0 |   0 | 1.690750e+03 |      --      |    Inf 
499.29/499.52	c   497s|     1 |     0 | 60608 | 102M|   0 |1658 |4500 |  72k|  72k|4500 |  73k|1421 |   0 |   0 | 1.697250e+03 |      --      |    Inf 
519.08/519.37	c   517s|     1 |     0 | 63265 | 103M|   0 |1628 |4500 |  72k|  72k|4500 |  73k|1470 |   0 |   0 | 1.703500e+03 |      --      |    Inf 
530.67/530.92	c   528s|     1 |     0 | 65326 | 103M|   0 |1603 |4500 |  72k|  72k|4500 |  73k|1512 |   0 |   0 | 1.709500e+03 |      --      |    Inf 
542.77/543.03	c   540s|     1 |     0 | 67090 | 103M|   0 |1599 |4500 |  72k|  72k|4500 |  73k|1553 |   0 |   0 | 1.717833e+03 |      --      |    Inf 
567.26/567.50	c   565s|     1 |     0 | 69788 | 103M|   0 |1615 |4500 |  72k|  72k|4500 |  73k|1592 |   0 |   0 | 1.723000e+03 |      --      |    Inf 
579.86/580.12	c   577s|     1 |     0 | 71680 | 103M|   0 |1597 |4500 |  72k|  72k|4500 |  73k|1631 |   0 |   0 | 1.727750e+03 |      --      |    Inf 
599.25/599.57	c   596s|     1 |     0 | 73902 | 103M|   0 |1630 |4500 |  72k|  72k|4500 |  73k|1670 |   0 |   0 | 1.730821e+03 |      --      |    Inf 
630.74/631.05	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
630.74/631.05	c   628s|     1 |     0 | 77365 | 104M|   0 |1601 |4500 |  72k|  72k|4500 |  73k|1717 |   0 |   0 | 1.735592e+03 |      --      |    Inf 
658.52/658.88	c   656s|     1 |     0 | 80796 | 104M|   0 |1573 |4500 |  72k|  72k|4500 |  73k|1767 |   0 |   0 | 1.741000e+03 |      --      |    Inf 
673.52/673.81	c   670s|     1 |     0 | 83235 | 104M|   0 |1581 |4500 |  72k|  72k|4500 |  73k|1818 |   0 |   0 | 1.746125e+03 |      --      |    Inf 
697.01/697.38	c   694s|     1 |     0 | 86147 | 104M|   0 |1592 |4500 |  72k|  72k|4500 |  73k|1859 |   0 |   0 | 1.749650e+03 |      --      |    Inf 
718.90/719.22	c   716s|     1 |     0 | 89343 | 104M|   0 |1562 |4500 |  72k|  72k|4500 |  73k|1906 |   0 |   0 | 1.756500e+03 |      --      |    Inf 
744.79/745.13	c   742s|     1 |     0 | 92773 | 105M|   0 |1591 |4500 |  72k|  72k|4500 |  73k|1952 |   0 |   0 | 1.760000e+03 |      --      |    Inf 
764.98/765.31	c   762s|     1 |     0 | 95810 | 105M|   0 |1542 |4500 |  72k|  72k|4500 |  73k|2013 |   0 |   0 | 1.766500e+03 |      --      |    Inf 
786.87/787.29	c   784s|     1 |     0 | 98769 | 105M|   0 |1513 |4500 |  72k|  72k|4500 |  73k|2054 |   0 |   0 | 1.771500e+03 |      --      |    Inf 
812.76/813.16	c   809s|     1 |     0 |102204 | 105M|   0 |1579 |4500 |  72k|  72k|4500 |  73k|2095 |   0 |   0 | 1.776000e+03 |      --      |    Inf 
829.56/829.94	c   826s|     1 |     0 |104824 | 105M|   0 |1582 |4500 |  72k|  72k|4500 |  73k|2143 |   0 |   0 | 1.778750e+03 |      --      |    Inf 
859.75/860.17	c   856s|     1 |     0 |108023 | 106M|   0 |1555 |4500 |  72k|  72k|4500 |  73k|2181 |   0 |   0 | 1.781300e+03 |      --      |    Inf 
904.13/904.59	c   900s|     1 |     0 |112640 | 106M|   0 |1494 |4500 |  72k|  72k|4500 |  73k|2234 |   0 |   0 | 1.783500e+03 |      --      |    Inf 
959.31/959.74	c   955s|     1 |     0 |118088 | 106M|   0 |1514 |4500 |  72k|  72k|4500 |  73k|2282 |   0 |   0 | 1.786000e+03 |      --      |    Inf 
981.80/982.22	c   978s|     1 |     0 |121274 | 106M|   0 |1494 |4500 |  72k|  72k|4500 |  73k|2336 |   0 |   0 | 1.788500e+03 |      --      |    Inf 
1393.04/1393.61	c  1388s|     1 |     0 |167086 | 107M|   0 |1529 |4500 |  72k|  72k|4500 |  73k|2386 |   0 |   0 | 1.790488e+03 |      --      |    Inf 
1797.08/1797.87	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1797.08/1797.87	c  1791s|     1 |     0 |202020 | 107M|   0 |   - |4500 |  72k|  72k|4500 |  73k|2444 |   0 |   0 | 1.790488e+03 |      --      |    Inf 
1797.18/1797.92	c  1791s|     1 |     2 |202020 | 107M|   0 |   - |4500 |  72k|  72k|4500 |  73k|2444 |   0 |   0 | 1.790488e+03 |      --      |    Inf 
1797.18/1797.92	c 
1797.18/1797.92	c SCIP Status        : solving was interrupted [time limit reached]
1797.18/1797.92	c Solving Time (sec) : 1791.06
1797.18/1797.92	c Solving Nodes      : 1
1797.18/1797.92	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.18/1797.92	c Dual Bound         : +1.79048809523810e+03
1797.18/1797.92	c Gap                : infinite
1797.18/1797.92	c NODE         1
1797.18/1797.92	c DUAL BOUND   1790.49
1797.18/1797.92	c PRIMAL BOUND 1e+20
1797.18/1797.92	c GAP          1e+20
1797.18/1797.92	s UNKNOWN
1797.18/1797.92	c SCIP Status        : solving was interrupted [time limit reached]
1797.18/1797.92	c Solving Time       :    1791.06
1797.18/1797.92	c Original Problem   :
1797.18/1797.92	c   Problem name     : HOME/instance-1869103-1245158830.opb
1797.18/1797.92	c   Variables        : 4500 (4500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.18/1797.92	c   Constraints      : 72413 initial, 72413 maximal
1797.18/1797.92	c Presolved Problem  :
1797.18/1797.92	c   Problem name     : t_HOME/instance-1869103-1245158830.opb
1797.18/1797.92	c   Variables        : 4500 (4500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.18/1797.92	c   Constraints      : 72413 initial, 72413 maximal
1797.18/1797.92	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.18/1797.92	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1797.18/1797.92	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1797.18/1797.92	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.18/1797.92	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.18/1797.92	c   implics          :       0.03          0          0          0          0          0          0          0          0
1797.18/1797.92	c   probing          :       8.63          0          0          0          0          0          0          0          0
1797.18/1797.92	c   logicor          :       0.26          0          0          0          0          0          0          0          0
1797.18/1797.92	c   root node        :          -          0          -          -          0          -          -          -          -
1797.18/1797.92	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.18/1797.92	c   integral         :          0          0          0          0          0          0          0          0          0          0
1797.18/1797.92	c   logicor          :      72413         60       4332          0          1          0          0          0          0          0
1797.18/1797.92	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1797.18/1797.92	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.18/1797.92	c   integral         :       0.00       0.00       0.00       0.00       0.00
1797.18/1797.92	c   logicor          :       4.98       1.03       3.91       0.00       0.04
1797.18/1797.92	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.18/1797.92	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.18/1797.92	c   rootredcost      :       0.01          0          0          0
1797.18/1797.92	c   pseudoobj        :       0.01         61          0          0
1797.18/1797.92	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.18/1797.92	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.18/1797.92	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.18/1797.92	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.18/1797.92	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.18/1797.92	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.18/1797.92	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.18/1797.92	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.18/1797.92	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.18/1797.92	c   cut pool         :       0.07         59          -          -        600          -    (maximal pool size: 3828)
1797.18/1797.92	c   redcost          :       0.04         60          0          0          0          0
1797.18/1797.92	c   impliedbounds    :       0.84         60          0          0          0          0
1797.18/1797.92	c   intobj           :       0.00          0          0          0          0          0
1797.18/1797.92	c   gomory           :      54.16         60          0          0      30000          0
1797.18/1797.92	c   strongcg         :      16.55         20          0          0      10000          0
1797.18/1797.92	c   cmir             :      19.80         10          0          0          0          0
1797.18/1797.92	c   flowcover        :      19.64         10          0          0          0          0
1797.18/1797.92	c   clique           :      19.63         60          0          0        556          0
1797.18/1797.92	c   zerohalf         :       0.00          0          0          0          0          0
1797.18/1797.92	c   mcf              :       0.11          1          0          0          0          0
1797.18/1797.92	c Pricers            :       Time      Calls       Vars
1797.18/1797.92	c   problem variables:       0.00          0          0
1797.18/1797.92	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.18/1797.92	c   relpscost        :       0.00          0          0          0          0          0          0
1797.18/1797.92	c   pscost           :       0.00          0          0          0          0          0          0
1797.18/1797.92	c   inference        :       0.00          1          0          0          0          0          2
1797.18/1797.92	c   mostinf          :       0.00          0          0          0          0          0          0
1797.18/1797.92	c   leastinf         :       0.00          0          0          0          0          0          0
1797.18/1797.92	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.18/1797.92	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.18/1797.92	c   random           :       0.00          0          0          0          0          0          0
1797.18/1797.92	c Primal Heuristics  :       Time      Calls      Found
1797.18/1797.92	c   LP solutions     :       0.00          -          0
1797.18/1797.92	c   pseudo solutions :       0.00          -          0
1797.18/1797.92	c   oneopt           :       0.00          0          0
1797.18/1797.92	c   simplerounding   :       0.00          0          0
1797.18/1797.92	c   rounding         :       1.41         60          0
1797.18/1797.92	c   shifting         :      79.08         60          0
1797.18/1797.92	c   intshifting      :       0.00          0          0
1797.18/1797.92	c   fixandinfer      :       0.00          0          0
1797.18/1797.92	c   feaspump         :      45.23          1          0
1797.18/1797.92	c   coefdiving       :       0.00          0          0
1797.18/1797.92	c   pscostdiving     :       0.00          0          0
1797.18/1797.92	c   fracdiving       :       0.00          0          0
1797.18/1797.92	c   veclendiving     :       0.00          0          0
1797.18/1797.92	c   intdiving        :       0.00          0          0
1797.18/1797.92	c   actconsdiving    :       0.00          0          0
1797.18/1797.92	c   objpscostdiving  :       0.00          0          0
1797.18/1797.92	c   rootsoldiving    :       0.00          0          0
1797.18/1797.92	c   linesearchdiving :       0.00          0          0
1797.18/1797.92	c   guideddiving     :       0.00          0          0
1797.18/1797.92	c   octane           :       0.00          0          0
1797.18/1797.92	c   rens             :       0.00          0          0
1797.18/1797.92	c   rins             :       0.00          0          0
1797.18/1797.92	c   localbranching   :       0.00          0          0
1797.18/1797.92	c   mutation         :       0.00          0          0
1797.18/1797.92	c   crossover        :       0.00          0          0
1797.18/1797.92	c   dins             :       0.00          0          0
1797.18/1797.92	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.18/1797.92	c   primal LP        :       5.88          0          0       0.00       0.00
1797.18/1797.92	c   dual LP          :    1515.23         61     187624    3075.80     123.83
1797.18/1797.92	c   barrier LP       :       0.00          0          0       0.00          -
1797.18/1797.92	c   diving/probing LP:      44.77         29      14396     496.41     321.55
1797.18/1797.92	c   strong branching :       0.00          0          0       0.00          -
1797.18/1797.92	c     (at root node) :          -          0          0       0.00          -
1797.18/1797.92	c   conflict analysis:       0.00          0          0       0.00          -
1797.18/1797.92	c B&B Tree           :
1797.18/1797.92	c   number of runs   :          1
1797.18/1797.92	c   nodes            :          1
1797.18/1797.92	c   nodes (total)    :          1
1797.18/1797.92	c   nodes left       :          2
1797.18/1797.92	c   max depth        :          0
1797.18/1797.92	c   max depth (total):          0
1797.18/1797.92	c   backtracks       :          0 (0.0%)
1797.18/1797.92	c   delayed cutoffs  :          0
1797.18/1797.92	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.18/1797.92	c   avg switch length:       1.00
1797.18/1797.92	c   switching time   :       0.00
1797.18/1797.92	c Solution           :
1797.18/1797.92	c   Solutions found  :          0 (0 improvements)
1797.18/1797.92	c   Primal Bound     :          -
1797.18/1797.92	c   Dual Bound       : +1.79048809523810e+03
1797.18/1797.92	c   Gap              :   infinite
1797.18/1797.92	c   Root Dual Bound  : +1.79048809523810e+03
1797.48/1798.26	c Time complete: 1797.54.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1869103-1245158830/watcher-1869103-1245158830 -o /tmp/evaluation-result-1869103-1245158830/solver-1869103-1245158830 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869103-1245158830.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.12 1.02 1.00 3/64 3429
/proc/meminfo: memFree=1534240/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=5812 CPUtime=0
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 521 0 0 0 0 0 0 0 18 0 1 0 183483594 5951488 505 1992294400 4194304 9342243 548682068736 18446744073709551615 8143668 0 0 4096 0 0 0 0 17 1 0 0
/proc/3429/statm: 1454 516 345 1256 0 193 0

[startup+0.0290539 s]
/proc/loadavg: 1.12 1.02 1.00 3/64 3429
/proc/meminfo: memFree=1534240/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=14768 CPUtime=0.01
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 2673 0 0 0 1 0 0 0 18 0 1 0 183483594 15122432 2657 1992294400 4194304 9342243 548682068736 18446744073709551615 4403178 0 0 4096 0 0 0 0 17 1 0 0
/proc/3429/statm: 3692 2657 378 1256 0 2431 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14768

[startup+0.10107 s]
/proc/loadavg: 1.12 1.02 1.00 3/64 3429
/proc/meminfo: memFree=1534240/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=17864 CPUtime=0.09
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 3447 0 0 0 8 1 0 0 18 0 1 0 183483594 18292736 3431 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/3429/statm: 4466 3431 378 1256 0 3205 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17864

[startup+0.30111 s]
/proc/loadavg: 1.12 1.02 1.00 3/64 3429
/proc/meminfo: memFree=1534240/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=22404 CPUtime=0.29
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 4610 0 0 0 28 1 0 0 19 0 1 0 183483594 22941696 4594 1992294400 4194304 9342243 548682068736 18446744073709551615 7637155 0 0 4096 0 0 0 0 17 1 0 0
/proc/3429/statm: 5601 4594 378 1256 0 4340 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22404

[startup+0.702194 s]
/proc/loadavg: 1.12 1.02 1.00 3/64 3429
/proc/meminfo: memFree=1534240/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=33216 CPUtime=0.69
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 7308 0 0 0 67 2 0 0 22 0 1 0 183483594 34013184 7292 1992294400 4194304 9342243 548682068736 18446744073709551615 4363784 0 0 4096 0 0 0 0 17 1 0 0
/proc/3429/statm: 8304 7292 378 1256 0 7043 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33216

[startup+1.50136 s]
/proc/loadavg: 1.11 1.02 1.00 2/65 3430
/proc/meminfo: memFree=1498008/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=95784 CPUtime=1.49
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 23057 0 0 0 135 14 0 0 25 0 1 0 183483594 98082816 22687 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 23946 22687 460 1256 0 22685 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95784

[startup+3.1017 s]
/proc/loadavg: 1.11 1.02 1.00 2/65 3430
/proc/meminfo: memFree=1410592/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=138596 CPUtime=3.09
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 35399 0 0 0 280 29 0 0 25 0 1 0 183483594 141922304 33424 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 34649 33424 481 1256 0 33388 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 138596

[startup+6.30138 s]
/proc/loadavg: 1.10 1.01 1.00 2/65 3430
/proc/meminfo: memFree=1402016/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=138596 CPUtime=6.29
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 35400 0 0 0 599 30 0 0 25 0 1 0 183483594 141922304 33425 1992294400 4194304 9342243 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 34649 33425 482 1256 0 33388 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 138596

[startup+12.7017 s]
/proc/loadavg: 1.09 1.01 1.00 2/65 3430
/proc/meminfo: memFree=1345120/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=236056 CPUtime=12.69
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 53978 0 0 0 1230 39 0 0 25 0 1 0 183483594 241721344 50601 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 59014 50601 606 1256 0 57753 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 236056

[startup+25.5014 s]
/proc/loadavg: 1.08 1.01 1.00 2/65 3430
/proc/meminfo: memFree=1317792/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=254832 CPUtime=25.48
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 62913 0 0 0 2505 43 0 0 25 0 1 0 183483594 260947968 54597 1992294400 4194304 9342243 548682068736 18446744073709551615 6952538 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 63708 54597 633 1256 0 62447 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 254832

[startup+51.1019 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 3430
/proc/meminfo: memFree=1305312/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=254832 CPUtime=51.06
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 66066 0 0 0 5058 48 0 0 25 0 1 0 183483594 260947968 57750 1992294400 4194304 9342243 548682068736 18446744073709551615 6504742 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 63708 57750 634 1256 0 62447 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 254832

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 3430
/proc/meminfo: memFree=1303968/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=259168 CPUtime=102.24
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 67911 0 0 0 10158 66 0 0 25 0 1 0 183483594 265388032 58100 1992294400 4194304 9342243 548682068736 18446744073709551615 4686718 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 64792 58100 666 1256 0 63531 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 259168

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3430
/proc/meminfo: memFree=1301728/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=269016 CPUtime=162.21
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 70854 0 0 0 16151 70 0 0 25 0 1 0 183483594 275472384 58728 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 67254 58728 667 1256 0 65993 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 269016

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3430
/proc/meminfo: memFree=1298208/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=277244 CPUtime=222.19
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 78370 0 0 0 22141 78 0 0 25 0 1 0 183483594 283897856 59534 1992294400 4194304 9342243 548682068736 18446744073709551615 6960746 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 69311 59534 670 1256 0 68050 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 277244

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3430
/proc/meminfo: memFree=1300384/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=275844 CPUtime=282.17
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 88332 0 0 0 28127 90 0 0 25 0 1 0 183483594 282464256 59028 1992294400 4194304 9342243 548682068736 18446744073709551615 5869983 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 68961 59028 670 1256 0 67700 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 275844

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3430
/proc/meminfo: memFree=1298912/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=280068 CPUtime=342.14
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 111691 0 0 0 34104 110 0 0 25 0 1 0 183483594 286789632 59359 1992294400 4194304 9342243 548682068736 18446744073709551615 5874730 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 70017 59359 670 1256 0 68756 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 280068

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3430
/proc/meminfo: memFree=1299680/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=283628 CPUtime=402.12
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 132452 0 0 0 40084 128 0 0 25 0 1 0 183483594 290435072 59311 1992294400 4194304 9342243 548682068736 18446744073709551615 5868780 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 70907 59311 670 1256 0 69646 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 283628

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3430
/proc/meminfo: memFree=1295776/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=287596 CPUtime=462.1
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 155128 0 0 0 46063 147 0 0 25 0 1 0 183483594 294498304 60182 1992294400 4194304 9342243 548682068736 18446744073709551615 5868521 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 71899 60182 670 1256 0 70638 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 287596

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3430
/proc/meminfo: memFree=1298784/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=283764 CPUtime=522.08
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 178777 0 0 0 52041 167 0 0 25 0 1 0 183483594 290574336 59436 1992294400 4194304 9342243 548682068736 18446744073709551615 6960727 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 70941 59436 670 1256 0 69680 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 283764

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3430
/proc/meminfo: memFree=1298912/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=283520 CPUtime=582.06
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 203518 0 0 0 58020 186 0 0 25 0 1 0 183483594 290324480 59368 1992294400 4194304 9342243 548682068736 18446744073709551615 5868780 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 70880 59368 670 1256 0 69619 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 283520

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3430
/proc/meminfo: memFree=1296736/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=284280 CPUtime=642.03
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 222295 0 0 0 64000 203 0 0 25 0 1 0 183483594 291102720 59834 1992294400 4194304 9342243 548682068736 18446744073709551615 6962202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 71070 59834 670 1256 0 69809 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 284280

[startup+702.302 s]

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

/proc/meminfo: memFree=1297696/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=288052 CPUtime=1121.84
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 393678 0 0 0 111843 341 0 0 25 0 1 0 183483594 294965248 59663 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 72013 59663 670 1256 0 70752 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 288052

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3430
/proc/meminfo: memFree=1296928/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=288936 CPUtime=1181.81
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 413546 0 0 0 117825 356 0 0 25 0 1 0 183483594 295870464 59897 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 72234 59897 670 1256 0 70973 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 288936

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3430
/proc/meminfo: memFree=1297312/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=288664 CPUtime=1241.79
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 433397 0 0 0 123809 370 0 0 25 0 1 0 183483594 295591936 59742 1992294400 4194304 9342243 548682068736 18446744073709551615 6959764 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 72166 59742 670 1256 0 70905 0
Current children cumulated CPU time (s) 1241.79
Current children cumulated vsize (KiB) 288664

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3430
/proc/meminfo: memFree=1297696/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=288132 CPUtime=1301.78
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 454304 0 0 0 129789 389 0 0 25 0 1 0 183483594 295047168 59609 1992294400 4194304 9342243 548682068736 18446744073709551615 6040560 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 72033 59609 670 1256 0 70772 0
Current children cumulated CPU time (s) 1301.78
Current children cumulated vsize (KiB) 288132

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3430
/proc/meminfo: memFree=1297248/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=288240 CPUtime=1361.75
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 472908 0 0 0 135771 404 0 0 25 0 1 0 183483594 295157760 59751 1992294400 4194304 9342243 548682068736 18446744073709551615 6959593 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 72060 59751 670 1256 0 70799 0
Current children cumulated CPU time (s) 1361.75
Current children cumulated vsize (KiB) 288240

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3430
/proc/meminfo: memFree=1296096/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=288724 CPUtime=1421.73
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 496118 0 0 0 141750 423 0 0 25 0 1 0 183483594 295653376 60015 1992294400 4194304 9342243 548682068736 18446744073709551615 5868853 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 72181 60015 670 1256 0 70920 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 288724

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3430
/proc/meminfo: memFree=1296864/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=288504 CPUtime=1481.71
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 516028 0 0 0 147732 439 0 0 25 0 1 0 183483594 295428096 59911 1992294400 4194304 9342243 548682068736 18446744073709551615 6040621 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 72126 59911 670 1256 0 70865 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 288504

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3432
/proc/meminfo: memFree=1294496/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=288684 CPUtime=1541.68
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 535523 0 0 0 153714 454 0 0 25 0 1 0 183483594 295612416 60431 1992294400 4194304 9342243 548682068736 18446744073709551615 6938543 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 72171 60431 670 1256 0 70910 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 288684

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3432
/proc/meminfo: memFree=1296864/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=288512 CPUtime=1601.66
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 554128 0 0 0 159696 470 0 0 25 0 1 0 183483594 295436288 59894 1992294400 4194304 9342243 548682068736 18446744073709551615 6964074 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 72128 59894 670 1256 0 70867 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 288512

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3432
/proc/meminfo: memFree=1293536/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=288860 CPUtime=1661.63
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 573418 0 0 0 165677 486 0 0 25 0 1 0 183483594 295792640 60710 1992294400 4194304 9342243 548682068736 18446744073709551615 6959725 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 72215 60710 670 1256 0 70954 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 288860

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3432
/proc/meminfo: memFree=1292512/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=288684 CPUtime=1721.6
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 593436 0 0 0 171659 501 0 0 25 0 1 0 183483594 295612416 59665 1992294400 4194304 9342243 548682068736 18446744073709551615 6040560 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 72171 59665 670 1256 0 70910 0
Current children cumulated CPU time (s) 1721.6
Current children cumulated vsize (KiB) 288684

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3432
/proc/meminfo: memFree=1296416/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=288572 CPUtime=1781.59
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 612399 0 0 0 177644 515 0 0 25 0 1 0 183483594 295497728 60042 1992294400 4194304 9342243 548682068736 18446744073709551615 6959720 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 72143 60042 670 1256 0 70882 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 288572

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3432
/proc/meminfo: memFree=1297376/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=288444 CPUtime=1791.19
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 615851 0 0 0 178601 518 0 0 25 0 1 0 183483594 295366656 59683 1992294400 4194304 9342243 548682068736 18446744073709551615 6970116 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 72111 59683 670 1256 0 70850 0
Current children cumulated CPU time (s) 1791.19
Current children cumulated vsize (KiB) 288444

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3432
/proc/meminfo: memFree=1294624/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=288444 CPUtime=1794.38
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 616532 0 0 0 178920 518 0 0 25 0 1 0 183483594 295366656 60364 1992294400 4194304 9342243 548682068736 18446744073709551615 6964413 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 72111 60364 670 1256 0 70850 0
Current children cumulated CPU time (s) 1794.38
Current children cumulated vsize (KiB) 288444

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3432
/proc/meminfo: memFree=1293344/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=288444 CPUtime=1795.98
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 616966 0 0 0 179079 519 0 0 25 0 1 0 183483594 295366656 60798 1992294400 4194304 9342243 548682068736 18446744073709551615 6978122 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 72111 60798 670 1256 0 70850 0
Current children cumulated CPU time (s) 1795.98
Current children cumulated vsize (KiB) 288444

[startup+1797.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3432
/proc/meminfo: memFree=1297568/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=288328 CPUtime=1796.78
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 618061 0 0 0 179159 519 0 0 25 0 1 0 183483594 295247872 59640 1992294400 4194304 9342243 548682068736 18446744073709551615 5868521 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 72082 59640 670 1256 0 70821 0
Current children cumulated CPU time (s) 1796.78
Current children cumulated vsize (KiB) 288328

[startup+1797.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3432
/proc/meminfo: memFree=1297568/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=288328 CPUtime=1797.18
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 618098 0 0 0 179199 519 0 0 25 0 1 0 183483594 295247872 59677 1992294400 4194304 9342243 548682068736 18446744073709551615 5104528 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3429/statm: 72082 59677 670 1256 0 70821 0
Current children cumulated CPU time (s) 1797.18
Current children cumulated vsize (KiB) 288328

[startup+1798.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3432
/proc/meminfo: memFree=1297568/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=288328 CPUtime=1797.38
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 618103 0 0 0 179219 519 0 0 25 0 1 0 183483594 295247872 59682 1992294400 4194304 9342243 548682068736 18446744073709551615 5855119 0 0 4096 0 0 0 0 17 1 0 0
/proc/3429/statm: 72082 59682 675 1256 0 70821 0
Current children cumulated CPU time (s) 1797.38
Current children cumulated vsize (KiB) 288328

[startup+1798.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3432
/proc/meminfo: memFree=1297568/2055920 swapFree=4192812/4192956
[pid=3429] ppid=3427 vsize=238728 CPUtime=1797.48
/proc/3429/stat : 3429 (pbscip.linux.x8) R 3427 3429 3242 0 -1 4194304 618104 0 0 0 179229 519 0 0 25 0 1 0 183483594 244457472 58459 1992294400 4194304 9342243 548682068736 18446744073709551615 5854267 0 0 4096 0 0 0 0 17 1 0 0
/proc/3429/statm: 59682 58459 676 1256 0 58421 0
Current children cumulated CPU time (s) 1797.48
Current children cumulated vsize (KiB) 238728

Child status: 0
Real time (s): 1798.27
CPU time (s): 1797.56
CPU user time (s): 1792.32
CPU system time (s): 5.2372
CPU usage (%): 99.9604
Max. virtual memory (cumulated for all children) (KiB): 289056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.32
system time used= 5.2372
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 618109
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= 2
involuntary context switches= 2688

runsolver used 1.52477 second user time and 4.02439 second system time

The end

Launcher Data

Begin job on node13 at 2009-06-16 15:27:11
IDJOB=1869103
IDBENCH=2173
IDSOLVER=684
FILE ID=node13/1869103-1245158830
PBS_JOBID= 9363818
Free space on /tmp= 66272 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.18.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869103-1245158830/watcher-1869103-1245158830 -o /tmp/evaluation-result-1869103-1245158830/solver-1869103-1245158830 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869103-1245158830.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 18a894a2ba4f3cf6bad1b497c8fca8eb
RANDOM SEED=819034945

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

/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.259
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.259
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:       1534656 kB
Buffers:         72184 kB
Cached:         354916 kB
SwapCached:        144 kB
Active:          72436 kB
Inactive:       368720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1534656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           13732 kB
Writeback:           0 kB
Mapped:          23704 kB
Slab:            66068 kB
Committed_AS:   164700 kB
PageTables:       1460 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= 66260 MiB
End job on node13 at 2009-06-16 15:57:09