Trace number 1869224

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
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT-35 1795.08 1795.7

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-1.opb
MD5SUM9984e76947bf9addca42277d72ff7107
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-35
Best CPU time to get the best result obtained on this benchmark1795.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -40
Optimality of the best value was proved YES
Number of variables760
Total number of constraints41314
Number of constraints which are clauses41314
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 constraint2
Number of terms in the objective function 760
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 760
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 760
Number of bits of the biggest sum of numbers10
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

0.49/0.55	c SCIP version 1.1.0.7
0.49/0.55	c LP-Solver SoPlex 1.4.1
0.49/0.55	c user parameter file <scip.set> not found - using default parameters
0.49/0.55	c read problem <HOME/instance-1869224-1245165104.opb>
0.49/0.55	c original problem has 760 variables (760 bin, 0 int, 0 impl, 0 cont) and 41314 constraints
0.59/0.64	c start presolving problem
0.59/0.64	c presolving:
1.09/1.12	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 41314 upgd conss, 82628 impls, 0 clqs
2.19/2.22	c    (1.5s) probing: 101/760 (13.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.19/2.22	c    (1.5s) probing aborted: 100/100 successive totally useless probings
2.19/2.22	c presolving (2 rounds):
2.19/2.22	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.19/2.22	c  82628 implications, 0 cliques
2.19/2.22	c presolved problem has 760 variables (760 bin, 0 int, 0 impl, 0 cont) and 41314 constraints
2.19/2.22	c   41314 constraints of type <logicor>
2.19/2.22	c transformed objective value is always integral (scale: 1)
2.19/2.22	c Presolving Time: 1.45
2.19/2.22	c strange?!, PURESAT with obj
2.19/2.22	c -----------------------------------------------------------------------------------------------
2.19/2.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.19/2.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.19/2.22	c limits/memory = c 1620
2.19/2.22	c # maximal time in seconds to run
2.19/2.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.19/2.22	c limits/time = c 1791
2.19/2.22	c # frequency for displaying node information lines
2.19/2.22	c # [type: int, range: [-1,2147483647], default: 100]
2.19/2.22	c display/freq = c 10000
2.19/2.22	c -----------------------------------------------------------------------------------------------
2.19/2.22	c start solving problem
2.19/2.22	c 
3.89/3.97	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.89/3.97	c   3.2s|     1 |     0 |   760 |  46M|   0 | 760 | 760 |  41k|  41k| 760 |  41k|   0 |   0 |   0 |-3.800000e+02 |      --      |    Inf 
3.89/3.98	o 0
3.89/3.98	c r 3.2s|     1 |     0 |   760 |  46M|   0 | 760 | 760 |  41k|  41k| 760 |  41k|   0 |   0 |   0 |-3.800000e+02 | 0.000000e+00 | 100.00%
3.99/4.05	o -1
3.99/4.05	c R 3.3s|     1 |     0 |   760 |  46M|   0 | 760 | 760 |  41k|  41k| 760 |  41k|   0 |   0 |   0 |-3.800000e+02 |-1.000000e+00 |  99.74%
4.09/4.14	o -2
4.09/4.14	c s 3.4s|     1 |     0 |   760 |  46M|   0 | 760 | 760 |  41k|  41k| 760 |  41k|   0 |   0 |   0 |-3.800000e+02 |-2.000000e+00 |  99.47%
6.69/6.74	c   5.9s|     1 |     0 |  1005 |  46M|   0 | 710 | 760 |  41k|  41k| 760 |  41k|   5 |   0 |   0 |-3.550000e+02 |-2.000000e+00 |  99.44%
9.39/9.47	c   8.6s|     1 |     0 |  1176 |  46M|   0 | 669 | 760 |  41k|  41k| 760 |  41k|  17 |   0 |   0 |-3.345000e+02 |-2.000000e+00 |  99.40%
13.38/13.48	c  12.7s|     1 |     0 |  1389 |  46M|   0 | 632 | 760 |  41k|  41k| 760 |  41k|  24 |   0 |   0 |-3.160000e+02 |-2.000000e+00 |  99.37%
17.68/17.70	c  16.9s|     1 |     0 |  1589 |  46M|   0 | 593 | 760 |  41k|  41k| 760 |  41k|  34 |   0 |   0 |-2.965000e+02 |-2.000000e+00 |  99.33%
22.18/22.28	c  21.4s|     1 |     0 |  1803 |  46M|   0 | 572 | 760 |  41k|  41k| 760 |  41k|  41 |   0 |   0 |-2.860000e+02 |-2.000000e+00 |  99.30%
26.89/26.92	c  26.1s|     1 |     0 |  2005 |  46M|   0 | 540 | 760 |  41k|  41k| 760 |  41k|  45 |   0 |   0 |-2.700000e+02 |-2.000000e+00 |  99.26%
31.58/31.65	c  30.8s|     1 |     0 |  2250 |  46M|   0 | 504 | 760 |  41k|  41k| 760 |  41k|  54 |   0 |   0 |-2.520000e+02 |-2.000000e+00 |  99.21%
36.38/36.45	c  35.6s|     1 |     0 |  2538 |  46M|   0 | 469 | 760 |  41k|  41k| 760 |  41k|  60 |   0 |   0 |-2.345000e+02 |-2.000000e+00 |  99.15%
41.37/41.49	c  40.6s|     1 |     0 |  2848 |  46M|   0 | 436 | 760 |  41k|  41k| 760 |  41k|  65 |   0 |   0 |-2.180000e+02 |-2.000000e+00 |  99.08%
46.48/46.57	c  45.7s|     1 |     0 |  3202 |  46M|   0 | 386 | 760 |  41k|  41k| 760 |  41k|  71 |   0 |   0 |-1.930000e+02 |-2.000000e+00 |  98.96%
49.17/49.24	c  48.4s|     1 |     0 |  3584 |  46M|   0 | 351 | 760 |  41k|  41k| 760 |  41k|  79 |   0 |   0 |-1.755000e+02 |-2.000000e+00 |  98.86%
51.57/51.64	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.57/51.64	c  50.8s|     1 |     0 |  3903 |  46M|   0 | 312 | 760 |  41k|  41k| 760 |  41k|  85 |   0 |   0 |-1.560000e+02 |-2.000000e+00 |  98.72%
53.97/54.01	c  53.1s|     1 |     0 |  4225 |  46M|   0 | 276 | 760 |  41k|  41k| 760 |  41k|  93 |   0 |   0 |-1.380000e+02 |-2.000000e+00 |  98.55%
56.07/56.11	c  55.2s|     1 |     0 |  4477 |  46M|   0 | 241 | 760 |  41k|  41k| 760 |  41k|  98 |   0 |   0 |-1.205000e+02 |-2.000000e+00 |  98.34%
58.67/58.72	c  57.8s|     1 |     0 |  4854 |  46M|   0 | 208 | 760 |  41k|  41k| 760 |  41k| 103 |   0 |   0 |-1.040000e+02 |-2.000000e+00 |  98.08%
61.17/61.21	c  60.3s|     1 |     0 |  5229 |  46M|   0 | 173 | 760 |  41k|  41k| 760 |  41k| 108 |   0 |   0 |-8.750000e+01 |-2.000000e+00 |  97.71%
64.17/64.27	c  63.4s|     1 |     0 |  5736 |  46M|   0 | 142 | 760 |  41k|  41k| 760 |  41k| 114 |   0 |   0 |-7.100000e+01 |-2.000000e+00 |  97.18%
66.27/66.30	c  65.4s|     1 |     0 |  6011 |  46M|   0 | 126 | 760 |  41k|  41k| 760 |  41k| 117 |   0 |   0 |-6.300000e+01 |-2.000000e+00 |  96.83%
67.76/67.82	c  66.9s|     1 |     0 |  6171 |  46M|   0 |  96 | 760 |  41k|  41k| 760 |  41k| 127 |   0 |   0 |-5.000000e+01 |-2.000000e+00 |  96.00%
67.76/67.84	o -3
67.76/67.84	c R66.9s|     1 |     0 |  6171 |  46M|   0 |  96 | 760 |  41k|  41k| 760 |  41k| 127 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
69.77/69.88	c  69.0s|     1 |     0 |  6455 |  46M|   0 | 139 | 760 |  41k|  41k| 760 |  41k| 131 |   0 |   0 |-4.494444e+01 |-3.000000e+00 |  93.33%
69.87/69.91	o -3
69.87/69.91	c s69.0s|     1 |     0 |  6455 |  46M|   0 | 139 | 760 |  41k|  41k| 760 |  41k| 131 |   0 |   0 |-4.494444e+01 |-3.000000e+00 |  93.33%
71.26/71.33	c  70.4s|     1 |     0 |  6642 |  46M|   0 | 110 | 760 |  41k|  41k| 760 |  41k| 140 |   0 |   0 |-4.150000e+01 |-3.000000e+00 |  92.77%
71.26/71.35	o -4
71.26/71.35	c R70.4s|     1 |     0 |  6642 |  46M|   0 | 110 | 760 |  41k|  41k| 760 |  41k| 140 |   0 |   0 |-4.150000e+01 |-4.000000e+00 |  90.36%
72.07/72.11	c  71.2s|     1 |     0 |  6706 |  46M|   0 | 111 | 760 |  41k|  41k| 760 |  41k| 144 |   0 |   0 |-4.100000e+01 |-4.000000e+00 |  90.24%
73.26/73.37	c  72.4s|     1 |     0 |  6875 |  47M|   0 | 132 | 760 |  41k|  41k| 760 |  41k| 156 |   0 |   0 |-4.100000e+01 |-4.000000e+00 |  90.24%
73.36/73.40	o -4
73.36/73.40	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.36/73.40	c s72.5s|     1 |     0 |  6875 |  47M|   0 | 132 | 760 |  41k|  41k| 760 |  41k| 156 |   0 |   0 |-4.100000e+01 |-4.000000e+00 |  90.24%
76.66/76.74	c  75.8s|     1 |     0 |  7007 |  47M|   0 | 138 | 760 |  41k|  41k| 760 |  41k| 165 |   0 |   0 |-4.100000e+01 |-4.000000e+00 |  90.24%
90.76/90.81	c  89.8s|     1 |     0 |  7168 |  47M|   0 | 140 | 760 |  41k|  41k| 760 |  41k| 177 |   0 |   0 |-4.100000e+01 |-4.000000e+00 |  90.24%
105.05/105.15	c   104s|     1 |     0 |  7382 |  47M|   0 | 142 | 760 |  41k|  41k| 760 |  41k| 183 |   0 |   0 |-4.100000e+01 |-4.000000e+00 |  90.24%
119.25/119.31	c   118s|     1 |     0 |  7642 |  47M|   0 | 164 | 760 |  41k|  41k| 760 |  41k| 194 |   0 |   0 |-4.085714e+01 |-4.000000e+00 |  90.21%
135.95/136.08	c   135s|     1 |     0 |  7789 |  47M|   0 | 159 | 760 |  41k|  41k| 760 |  41k| 208 |   0 |   0 |-4.085714e+01 |-4.000000e+00 |  90.21%
138.94/139.08	c   138s|     1 |     0 |  8072 |  47M|   0 | 141 | 760 |  41k|  41k| 760 |  41k| 221 |   0 |   0 |-4.000000e+01 |-4.000000e+00 |  90.00%
141.55/141.63	c   140s|     1 |     0 |  8309 |  47M|   0 | 155 | 760 |  41k|  41k| 760 |  41k| 235 |   0 |   0 |-4.000000e+01 |-4.000000e+00 |  90.00%
157.24/157.39	c   156s|     1 |     0 |  8543 |  47M|   0 | 147 | 760 |  41k|  41k| 760 |  41k| 245 |   0 |   0 |-4.000000e+01 |-4.000000e+00 |  90.00%
162.83/162.90	c   162s|     1 |     0 |  8712 |  47M|   0 | 159 | 760 |  41k|  41k| 760 |  41k| 256 |   0 |   0 |-4.000000e+01 |-4.000000e+00 |  90.00%
176.83/176.92	c   176s|     1 |     0 |  8980 |  47M|   0 | 156 | 760 |  41k|  41k| 760 |  41k| 266 |   0 |   0 |-4.000000e+01 |-4.000000e+00 |  90.00%
193.53/193.64	c   192s|     1 |     0 |  9229 |  47M|   0 | 142 | 760 |  41k|  41k| 760 |  41k| 277 |   0 |   0 |-4.000000e+01 |-4.000000e+00 |  90.00%
193.62/193.70	o -29
193.62/193.70	c k 192s|     1 |     0 |  9229 |  47M|   0 | 142 | 760 |  41k|  41k| 760 |  41k| 277 |   0 |   0 |-4.000000e+01 |-2.900000e+01 |  27.50%
195.32/195.49	c   194s|     1 |     0 |  9229 |  47M|   0 | 142 | 760 |  41k|  41k| 760 |  41k| 277 |   0 |   0 |-4.000000e+01 |-2.900000e+01 |  27.50%
210.52/210.62	c   209s|     1 |     0 |  9479 |  47M|   0 | 187 | 760 |  41k|  41k| 760 |  41k| 285 |   0 |   0 |-4.000000e+01 |-2.900000e+01 |  27.50%
292.99/293.10	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
292.99/293.10	c   291s|     1 |     2 |  9479 |  47M|   0 | 187 | 760 |  41k|  41k| 760 |  41k| 285 |   0 |  32 |-4.000000e+01 |-2.900000e+01 |  27.50%
710.85/711.14	o -30
710.85/711.14	c p 709s|    28 |    27 | 12806 |  48M|  15 |   - | 760 |  41k|  23k| 760 |  41k| 285 |   0 | 575 |-4.000000e+01 |-3.000000e+01 |  25.00%
710.85/711.17	o -32
710.85/711.17	c p 709s|    28 |    23 | 12807 |  48M|  15 |   - | 760 |  41k|  23k| 760 |  41k| 285 |   0 | 575 |-4.000000e+01 |-3.200000e+01 |  20.00%
885.99/886.40	o -33
885.99/886.40	c p 884s|   159 |   127 | 28208 |  50M|  21 |   - | 760 |  41k|  18k| 760 |  41k| 285 |   0 | 715 |-4.000000e+01 |-3.300000e+01 |  17.50%
1044.13/1044.59	o -34
1044.13/1044.59	c *1042s|   579 |   334 | 53585 |  52M|  45 |   - | 760 |  41k|  11k| 760 |  41k| 285 |   0 | 870 |-4.000000e+01 |-3.400000e+01 |  15.00%
1156.90/1157.34	o -35
1156.90/1157.34	c *1154s|  1109 |   407 | 70788 |  53M|  69 |   - | 760 |  41k|  12k| 760 |  41k| 285 |   0 | 962 |-4.000000e+01 |-3.500000e+01 |  12.50%
1794.78/1795.49	c 
1794.78/1795.49	c SCIP Status        : solving was interrupted [time limit reached]
1794.78/1795.49	c Solving Time (sec) : 1791.01
1794.78/1795.49	c Solving Nodes      : 3187
1794.78/1795.49	c Primal Bound       : -3.50000000000000e+01 (333 solutions)
1794.78/1795.49	c Dual Bound         : -4.00000000000000e+01
1794.78/1795.49	c Gap                : 12.50 %
1794.88/1795.51	c NODE         3187
1794.88/1795.51	c DUAL BOUND   -40
1794.88/1795.51	c PRIMAL BOUND -35
1794.88/1795.51	c GAP          0.125
1794.88/1795.51	s SATISFIABLE
1794.88/1795.51	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 
1794.88/1795.51	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 
1794.88/1795.51	v -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 
1794.88/1795.51	v -x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 
1794.88/1795.51	v -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 
1794.88/1795.51	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
1794.88/1795.51	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 
1794.88/1795.51	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 
1794.88/1795.51	v -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 
1794.88/1795.51	v -x209 -x210 -x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 
1794.88/1795.51	v x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 
1794.88/1795.51	v -x251 -x252 -x253 -x254 -x255 -x256 x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 -x271 
1794.88/1795.51	v -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 
1794.88/1795.51	v -x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 x309 -x310 -x311 -x312 -x313 
1794.88/1795.51	v -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 
1794.88/1795.51	v -x335 -x336 -x337 -x338 x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 
1794.88/1795.51	v -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 
1794.88/1795.51	v -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 
1794.88/1795.51	v -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 x413 -x414 -x415 -x416 -x417 -x418 
1794.88/1795.51	v -x419 -x420 -x421 -x422 -x423 -x424 x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 
1794.88/1795.51	v -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 
1794.88/1795.51	v -x461 -x462 -x463 -x464 -x465 -x466 -x467 x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 
1794.88/1795.51	v -x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 x500 -x501 -x502 
1794.88/1795.51	v -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 
1794.88/1795.51	v -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 x544 
1794.88/1795.51	v -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 
1794.88/1795.51	v -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 
1794.88/1795.51	v -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 x601 -x602 -x603 -x604 -x605 -x606 -x607 
1794.88/1795.51	v -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 
1794.88/1795.51	v -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 x646 -x647 -x648 -x649 
1794.88/1795.51	v x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 
1794.88/1795.51	v -x671 -x672 -x673 x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 
1794.88/1795.51	v -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 
1794.88/1795.51	v -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 
1794.88/1795.51	v -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 
1794.88/1795.51	v x755 -x756 -x757 -x758 -x759 -x760 
1794.88/1795.51	c SCIP Status        : solving was interrupted [time limit reached]
1794.88/1795.51	c Solving Time       :    1791.01
1794.88/1795.51	c Original Problem   :
1794.88/1795.51	c   Problem name     : HOME/instance-1869224-1245165104.opb
1794.88/1795.51	c   Variables        : 760 (760 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.88/1795.51	c   Constraints      : 41314 initial, 41314 maximal
1794.88/1795.51	c Presolved Problem  :
1794.88/1795.51	c   Problem name     : t_HOME/instance-1869224-1245165104.opb
1794.88/1795.51	c   Variables        : 760 (760 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.88/1795.51	c   Constraints      : 41314 initial, 41314 maximal
1794.88/1795.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1794.88/1795.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1794.88/1795.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1794.88/1795.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1794.88/1795.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1794.88/1795.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1794.88/1795.51	c   probing          :       1.03          0          0          0          0          0          0          0          0
1794.88/1795.51	c   logicor          :       0.12          0          0          0          0          0          0          0          0
1794.88/1795.51	c   root node        :          -          0          -          -          0          -          -          -          -
1794.88/1795.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1794.88/1795.51	c   integral         :          0          0          0       2499          0          5        117          0          0       4862
1794.88/1795.51	c   logicor          :      41314         35       4115          2          1          0      62580          0          0          0
1794.88/1795.51	c   countsols        :          0          0          0          2          1          0          0          0          0          0
1794.88/1795.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1794.88/1795.51	c   integral         :     828.77       0.00       0.00     828.77       0.00
1794.88/1795.51	c   logicor          :       3.58       0.28       3.30       0.00       0.00
1794.88/1795.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1794.88/1795.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1794.88/1795.51	c   rootredcost      :       0.00          5          0          0
1794.88/1795.51	c   pseudoobj        :       0.53       7053          0          0
1794.88/1795.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1794.88/1795.51	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1794.88/1795.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1794.88/1795.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1794.88/1795.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1794.88/1795.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1794.88/1795.51	c   applied globally :          -          -          -          0        0.0          -          -          -
1794.88/1795.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1794.88/1795.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1794.88/1795.51	c   cut pool         :       0.00         34          -          -         91          -    (maximal pool size: 492)
1794.88/1795.51	c   redcost          :       0.28       2541          0         10          0          0
1794.88/1795.51	c   impliedbounds    :       0.03         35          0          0          0          0
1794.88/1795.51	c   intobj           :       0.00          0          0          0          0          0
1794.88/1795.51	c   gomory           :     131.52         35          0          0      14663          0
1794.88/1795.51	c   strongcg         :       8.44         20          0          0      10000          0
1794.88/1795.51	c   cmir             :       9.59         10          0          0          0          0
1794.88/1795.51	c   flowcover        :      10.37         10          0          0          0          0
1794.88/1795.51	c   clique           :       0.65         35          0          0        310          0
1794.88/1795.51	c   zerohalf         :       0.00          0          0          0          0          0
1794.88/1795.51	c   mcf              :       0.06          1          0          0          0          0
1794.88/1795.51	c Pricers            :       Time      Calls       Vars
1794.88/1795.51	c   problem variables:       0.00          0          0
1794.88/1795.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1794.88/1795.51	c   relpscost        :     828.76       2497          5        117          0          0       4862
1794.88/1795.51	c   pscost           :       0.00          0          0          0          0          0          0
1794.88/1795.51	c   inference        :       0.00          1          0          0          0          0          2
1794.88/1795.51	c   mostinf          :       0.00          0          0          0          0          0          0
1794.88/1795.51	c   leastinf         :       0.00          0          0          0          0          0          0
1794.88/1795.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1794.88/1795.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1794.88/1795.51	c   random           :       0.00          0          0          0          0          0          0
1794.88/1795.51	c Primal Heuristics  :       Time      Calls      Found
1794.88/1795.51	c   LP solutions     :       0.00          -          2
1794.88/1795.51	c   pseudo solutions :       0.00          -          0
1794.88/1795.51	c   feaspump         :       0.00          0          0
1794.88/1795.51	c   intshifting      :       0.00          0          0
1794.88/1795.51	c   oneopt           :       0.08          5          1
1794.88/1795.51	c   crossover        :       1.17          4          2
1794.88/1795.51	c   objpscostdiving  :       6.03          6         37
1794.88/1795.51	c   rootsoldiving    :       4.81          6         28
1794.88/1795.51	c   coefdiving       :      13.15         12         14
1794.88/1795.51	c   pscostdiving     :       6.66         12         20
1794.88/1795.51	c   fracdiving       :      14.79         12          5
1794.88/1795.51	c   veclendiving     :      11.99         12          9
1794.88/1795.51	c   linesearchdiving :       6.07         12          7
1794.88/1795.51	c   guideddiving     :      12.01         12          7
1794.88/1795.51	c   simplerounding   :       0.83       2532        183
1794.88/1795.51	c   rounding         :      15.55       2532          3
1794.88/1795.51	c   shifting         :       2.87        279         14
1794.88/1795.51	c   fixandinfer      :       0.00          0          0
1794.88/1795.51	c   intdiving        :       0.00          0          0
1794.88/1795.51	c   actconsdiving    :       0.00          0          0
1794.88/1795.51	c   octane           :       0.00          0          0
1794.88/1795.51	c   rens             :       1.66          1          1
1794.88/1795.51	c   rins             :       0.00          0          0
1794.88/1795.51	c   localbranching   :       0.00          0          0
1794.88/1795.51	c   mutation         :       0.00          0          0
1794.88/1795.51	c   dins             :       0.00          0          0
1794.88/1795.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1794.88/1795.51	c   primal LP        :       0.13          0          0       0.00       0.00
1794.88/1795.51	c   dual LP          :     659.78       3283     168358      51.28     255.17
1794.88/1795.51	c   barrier LP       :       0.00          0          0       0.00          -
1794.88/1795.51	c   diving/probing LP:      66.54       1096      13903      12.69     208.94
1794.88/1795.51	c   strong branching :     828.62       1439     186279     129.45     224.81
1794.88/1795.51	c     (at root node) :          -         32      16699     521.84          -
1794.88/1795.51	c   conflict analysis:       0.00          0          0       0.00          -
1794.88/1795.51	c B&B Tree           :
1794.88/1795.51	c   number of runs   :          1
1794.88/1795.51	c   nodes            :       3187
1794.88/1795.51	c   nodes (total)    :       3187
1794.88/1795.51	c   nodes left       :       1491
1794.88/1795.51	c   max depth        :         79
1794.88/1795.51	c   max depth (total):         79
1794.88/1795.51	c   backtracks       :        288 (9.0%)
1794.88/1795.51	c   delayed cutoffs  :          0
1794.88/1795.51	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1794.88/1795.51	c   avg switch length:       2.77
1794.88/1795.51	c   switching time   :       2.70
1794.88/1795.51	c Solution           :
1794.88/1795.51	c   Solutions found  :        333 (13 improvements)
1794.88/1795.51	c   Primal Bound     : -3.50000000000000e+01   (in run 1, after 1109 nodes, 1154.10 seconds, depth 23, found by <relaxation>)
1794.88/1795.51	c   Dual Bound       : -4.00000000000000e+01
1794.88/1795.51	c   Gap              :      12.50 %
1794.88/1795.51	c   Root Dual Bound  : -4.00000000000000e+01
1794.98/1795.69	c Time complete: 1795.07.

Verifier Data

OK	-35

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1869224-1245165104/watcher-1869224-1245165104 -o /tmp/evaluation-result-1869224-1245165104/solver-1869224-1245165104 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869224-1245165104.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.06 1.02 1.00 3/64 8059
/proc/meminfo: memFree=1847672/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=4648 CPUtime=0
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 500 0 0 0 0 0 0 0 18 0 1 0 184110295 4759552 484 1992294400 4194304 7823515 548682068736 18446744073709551615 6109072 0 0 4096 0 0 0 0 17 1 0 0
/proc/8059/statm: 1082 485 320 886 0 192 0

[startup+0.0854591 s]
/proc/loadavg: 1.06 1.02 1.00 3/64 8059
/proc/meminfo: memFree=1847672/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=12388 CPUtime=0.07
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 2420 0 0 0 7 0 0 0 18 0 1 0 184110295 12685312 2402 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/8059/statm: 3097 2402 354 886 0 2207 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12388

[startup+0.101462 s]
/proc/loadavg: 1.06 1.02 1.00 3/64 8059
/proc/meminfo: memFree=1847672/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=12388 CPUtime=0.09
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 2422 0 0 0 9 0 0 0 18 0 1 0 184110295 12685312 2404 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/8059/statm: 3097 2404 354 886 0 2207 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12388

[startup+0.301495 s]
/proc/loadavg: 1.06 1.02 1.00 3/64 8059
/proc/meminfo: memFree=1847672/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=18100 CPUtime=0.29
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 3830 0 0 0 28 1 0 0 19 0 1 0 184110295 18534400 3812 1992294400 4194304 7823515 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/8059/statm: 4525 3812 354 886 0 3635 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18100

[startup+0.701561 s]
/proc/loadavg: 1.06 1.02 1.00 3/64 8059
/proc/meminfo: memFree=1847672/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=49612 CPUtime=0.69
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 11800 0 0 0 64 5 0 0 22 0 1 0 184110295 50802688 11428 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 12403 11428 417 886 0 11513 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49612

[startup+1.50169 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 8060
/proc/meminfo: memFree=1787888/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=71804 CPUtime=1.49
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 18929 0 0 0 132 17 0 0 25 0 1 0 184110295 73527296 16952 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 17951 16952 437 886 0 17061 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71804

[startup+3.10196 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 8060
/proc/meminfo: memFree=1781296/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=109616 CPUtime=3.09
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 27632 0 0 0 288 21 0 0 25 0 1 0 184110295 112246784 25244 1992294400 4194304 7823515 548682068736 18446744073709551615 6234719 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 27404 25244 506 886 0 26514 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 109616

[startup+6.30149 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 8060
/proc/meminfo: memFree=1740336/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=125516 CPUtime=6.28
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 31152 0 0 0 601 27 0 0 25 0 1 0 184110295 128528384 28236 1992294400 4194304 7823515 548682068736 18446744073709551615 6211582 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 31379 28236 546 886 0 30489 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 125516

[startup+12.7016 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 8060
/proc/meminfo: memFree=1732600/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=127716 CPUtime=12.68
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 32254 0 0 0 1239 29 0 0 25 0 1 0 184110295 130781184 29338 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 31929 29338 547 886 0 31039 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 127716

[startup+25.5017 s]
/proc/loadavg: 1.11 1.04 1.00 2/65 8060
/proc/meminfo: memFree=1730552/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=129724 CPUtime=25.48
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 32642 0 0 0 2517 31 0 0 25 0 1 0 184110295 132837376 29726 1992294400 4194304 7823515 548682068736 18446744073709551615 5597687 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 32431 29726 548 886 0 31541 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 129724

[startup+51.1019 s]
/proc/loadavg: 1.06 1.03 1.00 2/65 8060
/proc/meminfo: memFree=1725688/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=131164 CPUtime=51.07
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 33851 0 0 0 5073 34 0 0 25 0 1 0 184110295 134311936 30935 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 32791 30935 548 886 0 31901 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 131164

[startup+102.305 s]
/proc/loadavg: 1.08 1.04 1.00 2/65 8060
/proc/meminfo: memFree=1725176/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=131164 CPUtime=102.26
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 33991 0 0 0 10177 49 0 0 25 0 1 0 184110295 134311936 31069 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 32791 31069 548 886 0 31901 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 131164

[startup+162.301 s]
/proc/loadavg: 1.07 1.04 1.00 2/65 8060
/proc/meminfo: memFree=1724856/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=131164 CPUtime=162.24
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 34073 0 0 0 16160 64 0 0 25 0 1 0 184110295 134311936 31151 1992294400 4194304 7823515 548682068736 18446744073709551615 6211272 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 32791 31151 548 886 0 31901 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 131164

[startup+222.301 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 8060
/proc/meminfo: memFree=1692984/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=163064 CPUtime=222.22
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 42024 0 0 0 22127 95 0 0 25 0 1 0 184110295 166977536 39102 1992294400 4194304 7823515 548682068736 18446744073709551615 6205839 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 40766 39102 570 886 0 39876 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 163064

[startup+282.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 8060
/proc/meminfo: memFree=1692920/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=163064 CPUtime=282.19
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 42024 0 0 0 28116 103 0 0 25 0 1 0 184110295 166977536 39102 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 40766 39102 570 886 0 39876 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 163064

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 8060
/proc/meminfo: memFree=1692856/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=163064 CPUtime=342.17
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 42024 0 0 0 34107 110 0 0 25 0 1 0 184110295 166977536 39102 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 40766 39102 570 886 0 39876 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 163064

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 8060
/proc/meminfo: memFree=1692856/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=163064 CPUtime=402.15
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 42024 0 0 0 40096 119 0 0 25 0 1 0 184110295 166977536 39102 1992294400 4194304 7823515 548682068736 18446744073709551615 5924519 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 40766 39102 570 886 0 39876 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 163064

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 8060
/proc/meminfo: memFree=1692792/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=163064 CPUtime=462.13
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 42024 0 0 0 46086 127 0 0 25 0 1 0 184110295 166977536 39102 1992294400 4194304 7823515 548682068736 18446744073709551615 6908077 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 40766 39102 570 886 0 39876 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 163064

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1692728/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=163064 CPUtime=522.11
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 42024 0 0 0 52076 135 0 0 25 0 1 0 184110295 166977536 39102 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 40766 39102 570 886 0 39876 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 163064

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1692792/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=163064 CPUtime=582.09
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 42025 0 0 0 58065 144 0 0 25 0 1 0 184110295 166977536 39103 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 40766 39103 571 886 0 39876 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 163064

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1692728/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=163064 CPUtime=642.07
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 42025 0 0 0 64057 150 0 0 25 0 1 0 184110295 166977536 39103 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 40766 39103 571 886 0 39876 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 163064

[startup+702.301 s]

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

/proc/meminfo: memFree=1685176/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=169620 CPUtime=1121.91
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 43934 0 0 0 111964 227 0 0 25 0 1 0 184110295 173690880 40995 1992294400 4194304 7823515 548682068736 18446744073709551615 6212325 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 42405 40995 576 886 0 41515 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 169620

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1685112/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=169620 CPUtime=1181.89
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 43936 0 0 0 117955 234 0 0 25 0 1 0 184110295 173690880 40997 1992294400 4194304 7823515 548682068736 18446744073709551615 5971185 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 42405 40997 576 886 0 41515 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 169620

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1685048/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=169620 CPUtime=1241.87
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 43936 0 0 0 123944 243 0 0 25 0 1 0 184110295 173690880 40997 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 42405 40997 576 886 0 41515 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 169620

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1685048/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=169620 CPUtime=1301.85
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 43936 0 0 0 129933 252 0 0 25 0 1 0 184110295 173690880 40997 1992294400 4194304 7823515 548682068736 18446744073709551615 6211054 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 42405 40997 576 886 0 41515 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 169620

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1696824/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=157280 CPUtime=1361.83
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 44490 0 0 0 135919 264 0 0 25 0 1 0 184110295 161054720 37995 1992294400 4194304 7823515 548682068736 18446744073709551615 6099656 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 39320 37995 576 886 0 38430 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 157280

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1696824/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=157280 CPUtime=1421.8
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 44491 0 0 0 141908 272 0 0 25 0 1 0 184110295 161054720 37996 1992294400 4194304 7823515 548682068736 18446744073709551615 6212348 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 39320 37996 576 886 0 38430 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 157280

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1696824/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=157280 CPUtime=1481.79
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 44491 0 0 0 147898 281 0 0 25 0 1 0 184110295 161054720 37996 1992294400 4194304 7823515 548682068736 18446744073709551615 6237292 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 39320 37996 576 886 0 38430 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 157280

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1696824/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=157280 CPUtime=1541.76
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 44491 0 0 0 153885 291 0 0 25 0 1 0 184110295 161054720 37996 1992294400 4194304 7823515 548682068736 18446744073709551615 6211732 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 39320 37996 576 886 0 38430 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 157280

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1696824/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=157280 CPUtime=1601.74
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 44491 0 0 0 159874 300 0 0 25 0 1 0 184110295 161054720 37996 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 39320 37996 576 886 0 38430 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 157280

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1696760/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=157280 CPUtime=1661.72
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 44491 0 0 0 165863 309 0 0 25 0 1 0 184110295 161054720 37996 1992294400 4194304 7823515 548682068736 18446744073709551615 6109387 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 39320 37996 576 886 0 38430 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 157280

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1696568/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=157280 CPUtime=1721.7
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 49770 0 0 0 171848 322 0 0 25 0 1 0 184110295 161054720 37997 1992294400 4194304 7823515 548682068736 18446744073709551615 5925270 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 39320 37997 576 886 0 38430 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 157280

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1696696/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=157280 CPUtime=1781.68
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 49770 0 0 0 177837 331 0 0 25 0 1 0 184110295 161054720 37997 1992294400 4194304 7823515 548682068736 18446744073709551615 6211131 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 39320 37997 576 886 0 38430 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 157280

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1696696/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=157280 CPUtime=1784.87
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 49770 0 0 0 178156 331 0 0 25 0 1 0 184110295 161054720 37997 1992294400 4194304 7823515 548682068736 18446744073709551615 6135587 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 39320 37997 576 886 0 38430 0
Current children cumulated CPU time (s) 1784.87
Current children cumulated vsize (KiB) 157280

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1696696/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=157280 CPUtime=1791.28
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 49770 0 0 0 178796 332 0 0 25 0 1 0 184110295 161054720 37997 1992294400 4194304 7823515 548682068736 18446744073709551615 6211018 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 39320 37997 576 886 0 38430 0
Current children cumulated CPU time (s) 1791.28
Current children cumulated vsize (KiB) 157280

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1696696/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=157280 CPUtime=1792.87
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 49770 0 0 0 178955 332 0 0 25 0 1 0 184110295 161054720 37997 1992294400 4194304 7823515 548682068736 18446744073709551615 6211032 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 39320 37997 576 886 0 38430 0
Current children cumulated CPU time (s) 1792.87
Current children cumulated vsize (KiB) 157280

[startup+1794.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1696696/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=157280 CPUtime=1793.68
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 49770 0 0 0 179035 333 0 0 25 0 1 0 184110295 161054720 37997 1992294400 4194304 7823515 548682068736 18446744073709551615 6211030 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 39320 37997 576 886 0 38430 0
Current children cumulated CPU time (s) 1793.68
Current children cumulated vsize (KiB) 157280

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1696696/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=157280 CPUtime=1794.48
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 49770 0 0 0 179115 333 0 0 25 0 1 0 184110295 161054720 37997 1992294400 4194304 7823515 548682068736 18446744073709551615 6109349 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8059/statm: 39320 37997 576 886 0 38430 0
Current children cumulated CPU time (s) 1794.48
Current children cumulated vsize (KiB) 157280

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1696696/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=157280 CPUtime=1794.88
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 49770 0 0 0 179155 333 0 0 25 0 1 0 184110295 161054720 37997 1992294400 4194304 7823515 548682068736 18446744073709551615 5030295 0 0 4096 0 0 0 0 17 1 0 0
/proc/8059/statm: 39320 37997 576 886 0 38430 0
Current children cumulated CPU time (s) 1794.88
Current children cumulated vsize (KiB) 157280

[startup+1795.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8060
/proc/meminfo: memFree=1696696/2055920 swapFree=4180828/4192956
[pid=8059] ppid=8057 vsize=157280 CPUtime=1794.98
/proc/8059/stat : 8059 (pbscip.linux.x8) R 8057 8059 7697 0 -1 4194304 49772 0 0 0 179165 333 0 0 17 0 1 0 184110295 161054720 37999 1992294400 4194304 7823515 548682068736 18446744073709551615 4301917 0 0 4096 0 0 0 0 17 1 0 0
/proc/8059/statm: 39320 37999 578 886 0 38430 0
Current children cumulated CPU time (s) 1794.98
Current children cumulated vsize (KiB) 157280

Child status: 0
Real time (s): 1795.7
CPU time (s): 1795.08
CPU user time (s): 1791.72
CPU system time (s): 3.35849
CPU usage (%): 99.9657
Max. virtual memory (cumulated for all children) (KiB): 178772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.72
system time used= 3.35849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49775
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= 5
involuntary context switches= 2671

runsolver used 1.37879 second user time and 3.86641 second system time

The end

Launcher Data

Begin job on node31 at 2009-06-16 17:11:44
IDJOB=1869224
IDBENCH=2243
IDSOLVER=683
FILE ID=node31/1869224-1245165104
PBS_JOBID= 9363813
Free space on /tmp= 66272 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869224-1245165104/watcher-1869224-1245165104 -o /tmp/evaluation-result-1869224-1245165104/solver-1869224-1245165104 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869224-1245165104.opb

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

MD5SUM BENCH= 9984e76947bf9addca42277d72ff7107
RANDOM SEED=29718612

node31.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.258
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.258
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:       1848152 kB
Buffers:         43588 kB
Cached:          92040 kB
SwapCached:       5132 kB
Active:          51232 kB
Inactive:        92520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848152 kB
SwapTotal:     4192956 kB
SwapFree:      4180828 kB
Dirty:           10796 kB
Writeback:           0 kB
Mapped:          13812 kB
Slab:            49764 kB
Committed_AS:   171048 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node31 at 2009-06-16 17:41:39