Trace number 3693278

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 NameAnswerobjective functionCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixedSAT-45 1797.05 1797.34

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-5.opb
MD5SUM32f273c48805c1e726044ae006778010
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-48
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80035
Number of constraints which are clauses80035
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 1150
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 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
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.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3693278-1338031864.opb>
0.09/0.16	c original problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 80035 constraints
0.09/0.16	c problem read in 0.16
0.29/0.35	o 0
0.29/0.35	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.29/0.35	c presolving:
0.79/0.80	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 80035 upgd conss, 160070 impls, 0 clqs
1.10/1.16	c    (1.2s) probing: 51/1150 (4.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.10/1.16	c    (1.2s) probing aborted: 50/50 successive totally useless probings
1.10/1.18	c presolving (2 rounds):
1.10/1.18	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.10/1.18	c  160070 implications, 0 cliques
1.10/1.18	c presolved problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 80035 constraints
1.10/1.18	c   80035 constraints of type <setppc>
1.10/1.18	c transformed objective value is always integral (scale: 1)
1.10/1.18	c Presolving Time: 0.97
1.10/1.18	c - non default parameters ----------------------------------------------------------------------
1.10/1.18	c # SCIP version 2.1.1.4
1.10/1.18	c 
1.10/1.18	c # maximal time in seconds to run
1.10/1.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.10/1.18	c limits/time = 1797
1.10/1.18	c 
1.10/1.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.10/1.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.10/1.18	c limits/memory = 13950
1.10/1.18	c 
1.10/1.18	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.10/1.18	c # [type: int, range: [1,2], default: 1]
1.10/1.18	c timing/clocktype = 2
1.10/1.18	c 
1.10/1.18	c # belongs reading time to solving time?
1.10/1.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.10/1.18	c timing/reading = TRUE
1.10/1.18	c 
1.10/1.18	c -----------------------------------------------------------------------------------------------
1.10/1.18	c start solving
1.19/1.20	c 
2.20/2.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.20/2.29	c t 2.3s|     1 |     0 |  1152 |     - |  95M|   0 |1150 |1150 |  80k|1150 |  80k|   0 |   0 |   0 |-5.750000e+02 | 0.000000e+00 |    Inf 
2.29/2.34	o -1
2.29/2.34	c R 2.3s|     1 |     0 |  1152 |     - |  95M|   0 |1150 |1150 |  80k|1150 |  80k|   0 |   0 |   0 |-5.750000e+02 |-1.000000e+00 |  Large 
3.99/4.08	c   4.1s|     1 |     0 |  1444 |     - |  95M|   0 |1086 |1150 |  80k|1150 |  80k|   7 |   0 |   0 |-5.430000e+02 |-1.000000e+00 |  Large 
4.09/4.10	o -34
4.09/4.10	c b 4.1s|     1 |     0 |  1444 |     - |  95M|   0 |1086 |1150 |  80k|1150 |  80k|   7 |   0 |   0 |-5.430000e+02 |-3.400000e+01 |1497.06%
5.89/5.90	c   5.9s|     1 |     0 |  1661 |     - |  95M|   0 |1044 |1150 |  80k|1150 |  80k|  13 |   0 |   0 |-5.220000e+02 |-3.400000e+01 |1435.29%
8.08/8.16	c   8.2s|     1 |     0 |  1754 |     - |  95M|   0 |1002 |1150 |  80k|1150 |  80k|  18 |   0 |   0 |-5.010000e+02 |-3.400000e+01 |1373.53%
10.59/10.68	c  10.7s|     1 |     0 |  1911 |     - |  95M|   0 | 958 |1150 |  80k|1150 |  80k|  27 |   0 |   0 |-4.782500e+02 |-3.400000e+01 |1306.62%
14.19/14.26	c  14.3s|     1 |     0 |  2182 |     - |  95M|   0 | 916 |1150 |  80k|1150 |  80k|  44 |   0 |   0 |-4.572500e+02 |-3.400000e+01 |1244.85%
17.79/17.82	c  17.8s|     1 |     0 |  2436 |     - |  95M|   0 | 886 |1150 |  80k|1150 |  80k|  60 |   0 |   0 |-4.420000e+02 |-3.400000e+01 |1200.00%
21.18/21.25	c  21.3s|     1 |     0 |  2564 |     - |  95M|   0 | 838 |1150 |  80k|1150 |  80k|  72 |   0 |   0 |-4.180000e+02 |-3.400000e+01 |1129.41%
25.19/25.29	c  25.3s|     1 |     0 |  2947 |     - |  95M|   0 | 794 |1150 |  80k|1150 |  80k|  82 |   0 |   0 |-3.960000e+02 |-3.400000e+01 |1064.71%
29.38/29.46	c  29.5s|     1 |     0 |  3284 |     - |  95M|   0 | 748 |1150 |  80k|1150 |  80k|  96 |   0 |   0 |-3.740000e+02 |-3.400000e+01 |1000.00%
33.39/33.45	c  33.5s|     1 |     0 |  3487 |     - |  96M|   0 | 699 |1150 |  80k|1150 |  80k| 108 |   0 |   0 |-3.495000e+02 |-3.400000e+01 | 927.94%
34.69/34.70	c  34.7s|     1 |     0 |  4319 |     - |  96M|   0 | 634 |1150 |  80k|1150 |  80k| 120 |   0 |   0 |-3.170000e+02 |-3.400000e+01 | 832.35%
36.19/36.22	c  36.2s|     1 |     0 |  5564 |     - |  96M|   0 | 590 |1150 |  80k|1150 |  80k| 132 |   0 |   0 |-2.950000e+02 |-3.400000e+01 | 767.65%
39.28/39.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.28/39.31	c  39.3s|     1 |     0 |  8259 |     - |  96M|   0 | 548 |1150 |  80k|1150 |  80k| 144 |   0 |   0 |-2.740000e+02 |-3.400000e+01 | 705.88%
40.08/40.12	c  40.1s|     1 |     0 |  8670 |     - |  96M|   0 | 524 |1150 |  80k|1150 |  80k| 158 |   0 |   0 |-2.620000e+02 |-3.400000e+01 | 670.59%
41.08/41.17	c  41.2s|     1 |     0 |  9493 |     - |  96M|   0 | 494 |1150 |  80k|1150 |  80k| 172 |   0 |   0 |-2.457500e+02 |-3.400000e+01 | 622.79%
41.87/41.99	c  42.0s|     1 |     0 |  9872 |     - |  96M|   0 | 450 |1150 |  80k|1150 |  80k| 185 |   0 |   0 |-2.237500e+02 |-3.400000e+01 | 558.09%
43.78/43.88	c  43.9s|     1 |     0 | 11255 |     - |  96M|   0 | 405 |1150 |  80k|1150 |  80k| 197 |   0 |   0 |-2.025000e+02 |-3.400000e+01 | 495.59%
44.88/44.90	c  44.9s|     1 |     0 | 11926 |     - |  96M|   0 | 369 |1150 |  80k|1150 |  80k| 208 |   0 |   0 |-1.830000e+02 |-3.400000e+01 | 438.24%
46.47/46.51	c  46.5s|     1 |     0 | 13406 |     - |  96M|   0 | 326 |1150 |  80k|1150 |  80k| 224 |   0 |   0 |-1.622500e+02 |-3.400000e+01 | 377.21%
47.58/47.66	c  47.7s|     1 |     0 | 14453 |     - |  96M|   0 | 287 |1150 |  80k|1150 |  80k| 237 |   0 |   0 |-1.435000e+02 |-3.400000e+01 | 322.06%
48.08/48.11	c  48.1s|     1 |     0 | 14938 |     - |  96M|   0 | 266 |1150 |  80k|1150 |  80k| 239 |   0 |   0 |-1.330000e+02 |-3.400000e+01 | 291.18%
49.28/49.33	c  49.3s|     1 |     0 | 16268 |     - |  96M|   0 | 229 |1150 |  80k|1150 |  80k| 244 |   0 |   0 |-1.145000e+02 |-3.400000e+01 | 236.76%
49.88/49.97	c  50.0s|     1 |     0 | 17255 |     - |  96M|   0 | 196 |1150 |  80k|1150 |  80k| 251 |   0 |   0 |-9.800000e+01 |-3.400000e+01 | 188.24%
50.18/50.24	c  50.2s|     1 |     0 | 17504 |     - |  96M|   0 | 163 |1150 |  80k|1150 |  80k| 257 |   0 |   0 |-8.150000e+01 |-3.400000e+01 | 139.71%
50.59/50.67	c  50.7s|     1 |     0 | 18109 |     - |  96M|   0 | 135 |1150 |  80k|1150 |  80k| 259 |   0 |   0 |-6.650000e+01 |-3.400000e+01 |  95.59%
50.68/50.79	c  50.8s|     1 |     0 | 18209 |     - |  96M|   0 | 137 |1150 |  80k|1150 |  80k| 263 |   0 |   0 |-6.050000e+01 |-3.400000e+01 |  77.94%
51.48/51.58	c  51.6s|     1 |     0 | 19531 |     - |  96M|   0 | 141 |1150 |  80k|1150 |  80k| 270 |   0 |   0 |-5.800000e+01 |-3.400000e+01 |  70.59%
51.58/51.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.58/51.70	c  51.7s|     1 |     0 | 19593 |     - |  96M|   0 | 137 |1150 |  80k|1150 |  80k| 275 |   0 |   0 |-5.400000e+01 |-3.400000e+01 |  58.82%
51.78/51.83	c  51.8s|     1 |     0 | 19655 |     - |  96M|   0 | 136 |1150 |  80k|1150 |  80k| 280 |   0 |   0 |-5.175000e+01 |-3.400000e+01 |  52.21%
51.88/51.91	c  51.9s|     1 |     0 | 19700 |     - |  96M|   0 | 120 |1150 |  80k|1150 |  80k| 291 |   0 |   0 |-5.150000e+01 |-3.400000e+01 |  51.47%
51.88/51.98	c  52.0s|     1 |     0 | 19726 |     - |  96M|   0 | 122 |1150 |  80k|1150 |  80k| 299 |   0 |   0 |-5.100000e+01 |-3.400000e+01 |  50.00%
52.08/52.11	c  52.1s|     1 |     0 | 19789 |     - |  96M|   0 | 146 |1150 |  80k|1150 |  80k| 309 |   0 |   0 |-5.100000e+01 |-3.400000e+01 |  50.00%
52.28/52.34	c  52.3s|     1 |     0 | 19909 |     - |  96M|   0 | 165 |1150 |  80k|1150 |  80k| 317 |   0 |   0 |-5.100000e+01 |-3.400000e+01 |  50.00%
52.47/52.53	c  52.5s|     1 |     0 | 19995 |     - |  96M|   0 | 174 |1150 |  80k|1150 |  80k| 327 |   0 |   0 |-5.100000e+01 |-3.400000e+01 |  50.00%
52.78/52.82	c  52.8s|     1 |     0 | 20119 |     - |  96M|   0 | 178 |1150 |  80k|1150 |  80k| 336 |   0 |   0 |-5.100000e+01 |-3.400000e+01 |  50.00%
52.98/53.09	c  53.1s|     1 |     0 | 20250 |     - |  96M|   0 | 178 |1150 |  80k|1150 |  80k| 347 |   0 |   0 |-5.100000e+01 |-3.400000e+01 |  50.00%
75.17/75.21	c  75.2s|     1 |     2 | 20250 |     - |  96M|   0 | 178 |1150 |  80k|1150 |  80k| 347 |   0 |  65 |-5.100000e+01 |-3.400000e+01 |  50.00%
100.86/100.97	o -38
100.86/100.97	c c 101s|     8 |     9 | 21429 | 168.4 |  99M|   7 |   - |1150 |  80k|1150 |  80k| 347 |   0 | 233 |-5.075000e+01 |-3.800000e+01 |  33.55%
122.56/122.61	o -41
122.56/122.61	c p 123s|    16 |    17 | 22555 | 153.7 | 100M|   9 |   - |1150 |  80k|1150 |  80k| 347 |   0 | 384 |-5.066667e+01 |-4.100000e+01 |  23.58%
255.04/255.15	c   255s|   100 |    99 | 30797 | 106.5 | 106M|  23 | 143 |1150 |  80k|1150 |  80k| 347 |   0 |1268 |-5.000000e+01 |-4.100000e+01 |  21.95%
256.94/257.02	o -42
256.94/257.02	c g 257s|   119 |   114 | 32240 | 101.6 | 107M|  24 |   - |1150 |  80k|1150 |  80k| 347 |   0 |1268 |-5.000000e+01 |-4.200000e+01 |  19.05%
270.34/270.49	c   270s|   200 |   187 | 38570 |  92.1 | 110M|  27 | 118 |1150 |  80k|1150 |  80k| 347 |   0 |1296 |-5.000000e+01 |-4.200000e+01 |  19.05%
282.84/282.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
282.84/282.99	c   283s|   300 |   279 | 44924 |  82.5 | 114M|  37 |  96 |1150 |  80k|1150 |  80k| 347 |   0 |1325 |-5.000000e+01 |-4.200000e+01 |  19.05%
293.83/293.94	c   294s|   400 |   353 | 49979 |  74.5 | 116M|  40 |   - |1150 |  80k|1150 |  80k| 347 |   0 |1363 |-5.000000e+01 |-4.200000e+01 |  19.05%
303.83/303.91	c   304s|   500 |   405 | 54073 |  67.8 | 118M|  46 |  71 |1150 |  80k|1150 |  80k| 347 |   0 |1406 |-5.000000e+01 |-4.200000e+01 |  19.05%
309.73/309.87	o -43
309.73/309.87	c * 310s|   580 |   376 | 57212 |  63.8 | 117M|  47 |   - |1150 |  80k|1150 |  80k| 347 |   0 |1415 |-5.000000e+01 |-4.300000e+01 |  16.28%
315.73/315.87	c   316s|   600 |   396 | 60253 |  66.8 | 118M|  47 |  92 |1150 |  80k|1150 |  80k| 347 |   0 |1425 |-5.000000e+01 |-4.300000e+01 |  16.28%
325.73/325.88	c   326s|   700 |   456 | 65032 |  64.1 | 120M|  47 |   - |1150 |  80k|1150 |  80k| 347 |   0 |1448 |-5.000000e+01 |-4.300000e+01 |  16.28%
335.62/335.77	c   336s|   800 |   508 | 69911 |  62.2 | 122M|  51 |  85 |1150 |  80k|1150 |  80k| 347 |   0 |1475 |-5.000000e+01 |-4.300000e+01 |  16.28%
343.32/343.48	c   343s|   900 |   548 | 73755 |  59.5 | 124M|  53 |  98 |1150 |  80k|1150 |  80k| 347 |   0 |1493 |-5.000000e+01 |-4.300000e+01 |  16.28%
352.62/352.79	c   353s|  1000 |   598 | 77900 |  57.7 | 126M|  53 |   - |1150 |  80k|1150 |  80k| 347 |   0 |1520 |-5.000000e+01 |-4.300000e+01 |  16.28%
359.92/360.07	c   360s|  1100 |   656 | 81625 |  55.8 | 127M|  53 |  56 |1150 |  80k|1150 |  80k| 347 |   0 |1538 |-5.000000e+01 |-4.300000e+01 |  16.28%
370.52/370.68	c   371s|  1200 |   746 | 86075 |  54.9 | 130M|  53 | 113 |1150 |  80k|1150 |  80k| 347 |   0 |1559 |-5.000000e+01 |-4.300000e+01 |  16.28%
385.62/385.78	c   386s|  1300 |   846 | 93315 |  56.2 | 133M|  53 |  86 |1150 |  80k|1150 |  80k| 347 |   0 |1577 |-5.000000e+01 |-4.300000e+01 |  16.28%
400.82/400.98	c   401s|  1400 |   946 |101376 |  58.0 | 136M|  53 | 114 |1150 |  80k|1150 |  80k| 347 |   0 |1605 |-5.000000e+01 |-4.300000e+01 |  16.28%
418.92/419.09	c   419s|  1500 |  1046 |110806 |  60.4 | 140M|  53 |  79 |1150 |  80k|1150 |  80k| 347 |   0 |1642 |-5.000000e+01 |-4.300000e+01 |  16.28%
432.41/432.51	c   433s|  1600 |  1146 |116785 |  60.4 | 143M|  53 |  71 |1150 |  80k|1150 |  80k| 347 |   0 |1669 |-5.000000e+01 |-4.300000e+01 |  16.28%
455.11/455.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
455.11/455.25	c   455s|  1700 |  1246 |129533 |  64.3 | 146M|  53 | 101 |1150 |  80k|1150 |  80k| 347 |   0 |1710 |-5.000000e+01 |-4.300000e+01 |  16.28%
476.30/476.45	c   476s|  1800 |  1346 |141188 |  67.2 | 150M|  53 | 188 |1150 |  80k|1150 |  80k| 347 |   0 |1756 |-5.000000e+01 |-4.300000e+01 |  16.28%
492.40/492.54	c   493s|  1900 |  1444 |149531 |  68.1 | 153M|  53 |  73 |1150 |  80k|1150 |  80k| 347 |   0 |1784 |-5.000000e+01 |-4.300000e+01 |  16.28%
514.90/515.03	c   515s|  2000 |  1542 |160817 |  70.3 | 156M|  53 | 168 |1150 |  80k|1150 |  80k| 347 |   0 |1840 |-5.000000e+01 |-4.300000e+01 |  16.28%
522.60/522.72	o -44
522.60/522.72	c o 523s|  2016 |  1558 |165608 |  72.1 | 157M|  53 |   0 |1150 |  80k|1150 |  80k| 347 |   0 |1849 |-5.000000e+01 |-4.400000e+01 |  13.64%
542.10/542.29	c   542s|  2100 |  1537 |175567 |  74.0 | 157M|  53 |  92 |1150 |  80k|1150 |  80k| 347 |   0 |1884 |-5.000000e+01 |-4.400000e+01 |  13.64%
568.50/568.67	c   569s|  2200 |  1637 |188873 |  76.7 | 161M|  53 |  71 |1150 |  80k|1150 |  80k| 347 |   0 |1934 |-5.000000e+01 |-4.400000e+01 |  13.64%
595.09/595.27	c   595s|  2300 |  1733 |203687 |  79.8 | 165M|  53 | 140 |1150 |  80k|1150 |  80k| 347 |   0 |1982 |-5.000000e+01 |-4.400000e+01 |  13.64%
615.79/615.95	c   616s|  2400 |  1829 |214129 |  80.8 | 168M|  53 |  78 |1150 |  80k|1150 |  80k| 347 |   0 |2018 |-5.000000e+01 |-4.400000e+01 |  13.64%
640.58/640.75	c   641s|  2500 |  1917 |227082 |  82.8 | 171M|  53 |  75 |1150 |  80k|1150 |  80k| 347 |   0 |2066 |-5.000000e+01 |-4.400000e+01 |  13.64%
663.48/663.63	c   664s|  2600 |  2011 |238904 |  84.1 | 175M|  53 | 130 |1150 |  80k|1150 |  80k| 347 |   0 |2118 |-5.000000e+01 |-4.400000e+01 |  13.64%
689.97/690.13	c   690s|  2700 |  2109 |251199 |  85.6 | 178M|  53 |  92 |1150 |  80k|1150 |  80k| 347 |   0 |2168 |-5.000000e+01 |-4.400000e+01 |  13.64%
713.07/713.26	c   713s|  2800 |  2207 |264278 |  87.2 | 182M|  53 |  95 |1150 |  80k|1150 |  80k| 347 |   0 |2203 |-5.000000e+01 |-4.400000e+01 |  13.64%
741.06/741.30	c   741s|  2900 |  2301 |278695 |  89.1 | 186M|  53 |  98 |1150 |  80k|1150 |  80k| 347 |   0 |2255 |-5.000000e+01 |-4.400000e+01 |  13.64%
762.76/762.90	c   763s|  3000 |  2397 |290065 |  90.0 | 189M|  53 | 107 |1150 |  80k|1150 |  80k| 347 |   0 |2280 |-5.000000e+01 |-4.400000e+01 |  13.64%
784.86/785.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
784.86/785.09	c   785s|  3100 |  2491 |303576 |  91.4 | 192M|  53 |  69 |1150 |  80k|1150 |  80k| 347 |   0 |2306 |-5.000000e+01 |-4.400000e+01 |  13.64%
808.05/808.22	c   808s|  3200 |  2589 |316058 |  92.5 | 196M|  53 |  89 |1150 |  80k|1150 |  80k| 347 |   0 |2327 |-5.000000e+01 |-4.400000e+01 |  13.64%
808.75/808.96	o -45
808.75/808.96	c p 809s|  3202 |  2405 |316534 |  92.6 | 192M|  53 |   - |1150 |  80k|1150 |  80k| 347 |   0 |2327 |-5.000000e+01 |-4.500000e+01 |  11.11%
826.45/826.69	c   827s|  3300 |  2487 |326739 |  92.9 | 195M|  53 | 114 |1150 |  80k|1150 |  80k| 347 |   0 |2339 |-5.000000e+01 |-4.500000e+01 |  11.11%
848.65/848.83	c   849s|  3400 |  2575 |341290 |  94.5 | 198M|  53 | 151 |1150 |  80k|1150 |  80k| 347 |   0 |2350 |-5.000000e+01 |-4.500000e+01 |  11.11%
869.35/869.58	c   870s|  3500 |  2665 |355207 |  95.7 | 202M|  53 | 103 |1150 |  80k|1150 |  80k| 347 |   0 |2358 |-5.000000e+01 |-4.500000e+01 |  11.11%
889.24/889.43	c   889s|  3600 |  2745 |367763 |  96.6 | 205M|  53 | 130 |1150 |  80k|1150 |  80k| 347 |   0 |2362 |-5.000000e+01 |-4.500000e+01 |  11.11%
911.64/911.86	c   912s|  3700 |  2823 |382161 |  97.8 | 207M|  53 | 103 |1150 |  80k|1150 |  80k| 347 |   0 |2371 |-5.000000e+01 |-4.500000e+01 |  11.11%
932.23/932.48	c   932s|  3800 |  2911 |394412 |  98.5 | 211M|  53 |  74 |1150 |  80k|1150 |  80k| 347 |   0 |2375 |-5.000000e+01 |-4.500000e+01 |  11.11%
951.24/951.45	c   951s|  3900 |  2999 |406734 |  99.1 | 214M|  53 | 120 |1150 |  80k|1150 |  80k| 347 |   0 |2391 |-5.000000e+01 |-4.500000e+01 |  11.11%
972.62/972.87	c   973s|  4000 |  3079 |420862 | 100.2 | 217M|  53 |   - |1150 |  80k|1150 |  80k| 347 |   0 |2393 |-5.000000e+01 |-4.500000e+01 |  11.11%
995.13/995.33	c   995s|  4100 |  3157 |433093 | 100.7 | 219M|  53 | 145 |1150 |  80k|1150 |  80k| 347 |   0 |2447 |-5.000000e+01 |-4.500000e+01 |  11.11%
1015.72/1015.98	c  1016s|  4200 |  3241 |445996 | 101.4 | 223M|  53 |   - |1150 |  80k|1150 |  80k| 347 |   0 |2472 |-5.000000e+01 |-4.500000e+01 |  11.11%
1044.11/1044.35	c  1044s|  4300 |  3337 |459556 | 102.2 | 226M|  53 |  78 |1150 |  80k|1150 |  80k| 347 |   0 |2529 |-5.000000e+01 |-4.500000e+01 |  11.11%
1069.61/1069.86	c  1070s|  4400 |  3423 |473437 | 103.0 | 229M|  53 | 122 |1150 |  80k|1150 |  80k| 347 |   0 |2597 |-5.000000e+01 |-4.500000e+01 |  11.11%
1094.71/1094.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1094.71/1094.92	c  1095s|  4500 |  3505 |484776 | 103.3 | 232M|  53 |  96 |1150 |  80k|1150 |  80k| 347 |   0 |2649 |-5.000000e+01 |-4.500000e+01 |  11.11%
1118.81/1119.03	c  1119s|  4600 |  3593 |499011 | 104.1 | 235M|  53 | 110 |1150 |  80k|1150 |  80k| 347 |   0 |2681 |-5.000000e+01 |-4.500000e+01 |  11.11%
1148.00/1148.23	c  1148s|  4700 |  3685 |514331 | 105.1 | 239M|  53 | 107 |1150 |  80k|1150 |  80k| 347 |   0 |2731 |-5.000000e+01 |-4.500000e+01 |  11.11%
1167.60/1167.84	c  1168s|  4800 |  3761 |524289 | 105.0 | 242M|  53 | 106 |1150 |  80k|1150 |  80k| 347 |   0 |2776 |-5.000000e+01 |-4.500000e+01 |  11.11%
1189.40/1189.69	c  1190s|  4900 |  3839 |535523 | 105.2 | 244M|  53 | 104 |1150 |  80k|1150 |  80k| 347 |   0 |2822 |-5.000000e+01 |-4.500000e+01 |  11.11%
1213.79/1214.07	c  1214s|  5000 |  3921 |547691 | 105.5 | 247M|  53 | 227 |1150 |  80k|1150 |  80k| 347 |   0 |2873 |-5.000000e+01 |-4.500000e+01 |  11.11%
1233.89/1234.12	c  1234s|  5100 |  4005 |558733 | 105.6 | 250M|  53 |  96 |1150 |  80k|1150 |  80k| 347 |   0 |2909 |-5.000000e+01 |-4.500000e+01 |  11.11%
1254.89/1255.11	c  1255s|  5200 |  4085 |570274 | 105.8 | 252M|  53 | 101 |1150 |  80k|1150 |  80k| 347 |   0 |2935 |-5.000000e+01 |-4.500000e+01 |  11.11%
1284.49/1284.74	c  1285s|  5300 |  4163 |585928 | 106.8 | 256M|  53 |   - |1150 |  80k|1150 |  80k| 347 |   0 |2958 |-5.000000e+01 |-4.500000e+01 |  11.11%
1301.98/1302.28	c  1302s|  5400 |  4243 |596949 | 106.8 | 258M|  53 |  83 |1150 |  80k|1150 |  80k| 347 |   0 |2976 |-5.000000e+01 |-4.500000e+01 |  11.11%
1318.07/1318.31	c  1318s|  5500 |  4323 |607244 | 106.7 | 261M|  53 | 110 |1150 |  80k|1150 |  80k| 347 |   0 |2983 |-5.000000e+01 |-4.500000e+01 |  11.11%
1336.87/1337.14	c  1337s|  5600 |  4407 |619119 | 107.0 | 264M|  53 |  78 |1150 |  80k|1150 |  80k| 347 |   0 |2990 |-5.000000e+01 |-4.500000e+01 |  11.11%
1348.17/1348.48	c  1348s|  5700 |  4473 |627117 | 106.5 | 266M|  53 | 132 |1150 |  80k|1150 |  80k| 347 |   0 |2998 |-5.000000e+01 |-4.500000e+01 |  11.11%
1365.17/1365.49	c  1365s|  5800 |  4543 |637092 | 106.4 | 268M|  53 |   - |1150 |  80k|1150 |  80k| 347 |   0 |3000 |-5.000000e+01 |-4.500000e+01 |  11.11%
1385.86/1386.17	c  1386s|  5900 |  4631 |650079 | 106.8 | 271M|  53 |  86 |1150 |  80k|1150 |  80k| 347 |   0 |3008 |-5.000000e+01 |-4.500000e+01 |  11.11%
1413.66/1413.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1413.66/1413.94	c  1414s|  6000 |  4721 |667234 | 107.8 | 275M|  53 |  78 |1150 |  80k|1150 |  80k| 347 |   0 |3013 |-5.000000e+01 |-4.500000e+01 |  11.11%
1432.35/1432.63	c  1433s|  6100 |  4813 |678948 | 108.0 | 278M|  53 |  92 |1150 |  80k|1150 |  80k| 347 |   0 |3017 |-5.000000e+01 |-4.500000e+01 |  11.11%
1444.36/1444.64	c  1445s|  6200 |  4883 |687072 | 107.6 | 280M|  53 | 124 |1150 |  80k|1150 |  80k| 347 |   0 |3017 |-5.000000e+01 |-4.500000e+01 |  11.11%
1460.47/1460.71	c  1461s|  6300 |  4961 |697890 | 107.6 | 283M|  53 | 104 |1150 |  80k|1150 |  80k| 347 |   0 |3022 |-5.000000e+01 |-4.500000e+01 |  11.11%
1477.15/1477.40	c  1477s|  6400 |  5041 |709249 | 107.7 | 286M|  53 | 180 |1150 |  80k|1150 |  80k| 347 |   0 |3023 |-5.000000e+01 |-4.500000e+01 |  11.11%
1493.56/1493.81	c  1494s|  6500 |  5107 |717645 | 107.3 | 288M|  53 |  85 |1150 |  80k|1150 |  80k| 347 |   0 |3070 |-5.000000e+01 |-4.500000e+01 |  11.11%
1512.95/1513.22	c  1513s|  6600 |  5183 |728525 | 107.3 | 292M|  53 | 133 |1150 |  80k|1150 |  80k| 347 |   0 |3101 |-5.000000e+01 |-4.500000e+01 |  11.11%
1534.64/1534.92	c  1535s|  6700 |  5273 |741350 | 107.6 | 294M|  53 |  92 |1150 |  80k|1150 |  80k| 347 |   0 |3150 |-5.000000e+01 |-4.500000e+01 |  11.11%
1552.85/1553.19	c  1553s|  6800 |  5347 |750246 | 107.4 | 297M|  53 |  88 |1150 |  80k|1150 |  80k| 347 |   0 |3190 |-5.000000e+01 |-4.500000e+01 |  11.11%
1573.75/1574.03	c  1574s|  6900 |  5419 |761566 | 107.5 | 299M|  53 | 119 |1150 |  80k|1150 |  80k| 347 |   0 |3229 |-5.000000e+01 |-4.500000e+01 |  11.11%
1592.13/1592.41	c  1592s|  7000 |  5497 |771439 | 107.3 | 302M|  53 | 103 |1150 |  80k|1150 |  80k| 347 |   0 |3269 |-5.000000e+01 |-4.500000e+01 |  11.11%
1606.74/1607.05	c  1607s|  7100 |  5559 |778845 | 106.9 | 304M|  53 |   - |1150 |  80k|1150 |  80k| 347 |   0 |3281 |-5.000000e+01 |-4.500000e+01 |  11.11%
1622.53/1622.87	c  1623s|  7200 |  5625 |786677 | 106.5 | 306M|  53 |  84 |1150 |  80k|1150 |  80k| 347 |   0 |3316 |-5.000000e+01 |-4.500000e+01 |  11.11%
1642.92/1643.30	c  1643s|  7300 |  5695 |797891 | 106.5 | 308M|  53 |  85 |1150 |  80k|1150 |  80k| 347 |   0 |3372 |-5.000000e+01 |-4.500000e+01 |  11.11%
1664.03/1664.37	c  1664s|  7400 |  5765 |808004 | 106.5 | 311M|  53 | 101 |1150 |  80k|1150 |  80k| 347 |   0 |3423 |-5.000000e+01 |-4.500000e+01 |  11.11%
1678.42/1678.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1678.42/1678.72	c  1679s|  7500 |  5831 |816223 | 106.1 | 313M|  53 | 104 |1150 |  80k|1150 |  80k| 347 |   0 |3447 |-5.000000e+01 |-4.500000e+01 |  11.11%
1697.42/1697.78	c  1698s|  7600 |  5901 |824558 | 105.8 | 315M|  53 |  72 |1150 |  80k|1150 |  80k| 347 |   0 |3488 |-5.000000e+01 |-4.500000e+01 |  11.11%
1714.92/1715.28	c  1715s|  7700 |  5969 |834311 | 105.7 | 318M|  53 | 101 |1150 |  80k|1150 |  80k| 347 |   0 |3532 |-5.000000e+01 |-4.500000e+01 |  11.11%
1731.41/1731.78	c  1732s|  7800 |  6037 |843362 | 105.5 | 320M|  53 | 109 |1150 |  80k|1150 |  80k| 347 |   0 |3569 |-5.000000e+01 |-4.500000e+01 |  11.11%
1748.51/1748.81	c  1749s|  7900 |  6111 |853255 | 105.5 | 322M|  53 | 109 |1150 |  80k|1150 |  80k| 347 |   0 |3598 |-5.000000e+01 |-4.500000e+01 |  11.11%
1761.11/1761.43	c  1761s|  8000 |  6175 |859556 | 104.9 | 325M|  53 |  67 |1150 |  80k|1150 |  80k| 347 |   0 |3610 |-5.000000e+01 |-4.500000e+01 |  11.11%
1779.51/1779.83	c  1780s|  8100 |  6241 |870439 | 105.0 | 327M|  53 |  93 |1150 |  80k|1150 |  80k| 347 |   0 |3627 |-5.000000e+01 |-4.500000e+01 |  11.11%
1790.80/1791.14	c  1791s|  8200 |  6297 |877044 | 104.5 | 329M|  53 |  92 |1150 |  80k|1150 |  80k| 347 |   0 |3639 |-5.000000e+01 |-4.500000e+01 |  11.11%
1796.70/1797.03	c 
1796.70/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.03	c Solving Time (sec) : 1797.02
1796.70/1797.03	c Solving Nodes      : 8218
1796.70/1797.03	c Primal Bound       : -4.50000000000000e+01 (655 solutions)
1796.70/1797.03	c Dual Bound         : -5.00000000000000e+01
1796.70/1797.03	c Gap                : 11.11 %
1796.70/1797.04	s SATISFIABLE
1796.70/1797.04	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 
1796.70/1797.04	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 
1796.70/1797.04	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 
1796.70/1797.04	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 
1796.70/1797.04	v -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 
1796.70/1797.04	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
1796.70/1797.04	v -x146 -x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 
1796.70/1797.04	v -x167 x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 
1796.70/1797.04	v -x188 -x189 -x190 -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 
1796.70/1797.04	v -x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 
1796.70/1797.04	v -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 
1796.70/1797.04	v -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 x266 -x267 -x268 -x269 -x270 -x271 
1796.70/1797.04	v -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 x290 -x291 -x292 
1796.70/1797.04	v -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 x308 -x309 -x310 -x311 -x312 -x313 
1796.70/1797.04	v -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 
1796.70/1797.04	v -x334 x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 
1796.70/1797.04	v -x355 -x356 -x357 -x358 -x359 -x360 -x361 x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 
1796.70/1797.04	v -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 x393 -x394 -x395 -x396 -x397 
1796.70/1797.04	v -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 
1796.70/1797.04	v -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 
1796.70/1797.04	v x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 
1796.70/1797.04	v -x460 -x461 -x462 -x463 -x464 -x465 x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 
1796.70/1797.04	v -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 
1796.70/1797.04	v x502 -x503 -x504 -x505 -x506 -x507 -x508 x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 
1796.70/1797.04	v -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 
1796.70/1797.04	v -x544 -x545 -x546 -x547 x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 
1796.70/1797.04	v -x565 -x566 x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 x583 -x584 -x585 
1796.70/1797.04	v -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 
1796.70/1797.04	v -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 
1796.70/1797.04	v -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 
1796.70/1797.04	v -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 
1796.70/1797.04	v -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 
1796.70/1797.04	v -x691 -x692 -x693 x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 
1796.70/1797.04	v -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 x732 
1796.70/1797.04	v -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 
1796.70/1797.04	v -x754 -x755 -x756 x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 
1796.70/1797.04	v -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 x792 -x793 -x794 -x795 
1796.70/1797.04	v -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 
1796.70/1797.04	v -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 
1796.70/1797.04	v -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 
1796.70/1797.04	v -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 
1796.70/1797.04	v -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 
1796.70/1797.04	v -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 x920 
1796.70/1797.04	v -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 x935 -x936 -x937 -x938 -x939 -x940 -x941 
1796.70/1797.04	v -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 x958 -x959 -x960 -x961 -x962 
1796.70/1797.04	v -x963 -x964 -x965 -x966 -x967 x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 
1796.70/1797.04	v -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 
1796.70/1797.04	v -x1005 -x1006 -x1007 -x1008 x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 
1796.70/1797.04	v -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 
1796.70/1797.04	v -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 
1796.70/1797.04	v x1058 -x1059 -x1060 x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 
1796.70/1797.04	v -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 
1796.70/1797.04	v -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 
1796.70/1797.04	v -x1112 -x1113 x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 
1796.70/1797.04	v -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 
1796.70/1797.04	v -x1148 x1149 -x1150 
1796.70/1797.04	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.04	c Total Time         :    1797.02
1796.70/1797.04	c   solving          :    1797.02
1796.70/1797.04	c   presolving       :       0.97 (included in solving)
1796.70/1797.04	c   reading          :       0.16 (included in solving)
1796.70/1797.04	c   copying          :       0.97 (9 #copies) (minimal 0.10, maximal 0.11, average 0.11)
1796.70/1797.04	c Original Problem   :
1796.70/1797.04	c   Problem name     : HOME/instance-3693278-1338031864.opb
1796.70/1797.04	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.04	c   Constraints      : 80035 initial, 80035 maximal
1796.70/1797.04	c   Objective sense  : minimize
1796.70/1797.04	c Presolved Problem  :
1796.70/1797.04	c   Problem name     : t_HOME/instance-3693278-1338031864.opb
1796.70/1797.04	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.04	c   Constraints      : 80035 initial, 80035 maximal
1796.70/1797.04	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.04	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   components       :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   pseudoobj        :       0.00       0.02          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   probing          :       0.29       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   setppc           :       0.07       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   linear           :       0.40       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.04	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.04	c   integral         :          0          0          0          0       7527          0        659          0         11        138          0          0      14884
1796.70/1797.04	c   setppc           :      80035      80035         36      38855          1          0        654          0          0     262197          0          0          0
1796.70/1797.04	c   countsols        :          0          0          0          0          1          0        657          0          0          0          0          0          0
1796.70/1797.04	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.04	c   integral         :     406.13       0.00       0.00       0.00     406.11       0.00       0.02       0.00
1796.70/1797.04	c   setppc           :      11.86       0.00       0.16      10.22       0.00       0.00       1.47       0.00
1796.70/1797.04	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.04	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.04	c   rootredcost      :          7          0          0          0
1796.70/1797.04	c   pseudoobj        :      46332          0          0          0
1796.70/1797.04	c   vbounds          :          0          0          0          0
1796.70/1797.04	c   redcost          :       7572          0          0          9
1796.70/1797.04	c   probing          :          0          0          0          0
1796.70/1797.04	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.04	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00
1796.70/1797.04	c   pseudoobj        :       4.33       0.02       0.00       4.31       0.00
1796.70/1797.04	c   vbounds          :       0.02       0.00       0.00       0.02       0.00
1796.70/1797.04	c   redcost          :       0.16       0.00       0.00       0.16       0.00
1796.70/1797.04	c   probing          :       0.29       0.00       0.29       0.00       0.00
1796.70/1797.04	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.04	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.04	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.04	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.04	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.04	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.04	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.70/1797.04	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.04	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.04	c   cut pool         :       0.00                    35          -          -         93          -    (maximal pool size: 780)
1796.70/1797.04	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.04	c   impliedbounds    :       0.04       0.00         36          0          0          0          0
1796.70/1797.04	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.04	c   gomory           :       0.27       0.00         10          0          0        500          0
1796.70/1797.04	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.04	c   strongcg         :       5.03       0.00         20          0          0      10000          0
1796.70/1797.04	c   cmir             :      11.18       0.00         10          0          0          0          0
1796.70/1797.04	c   flowcover        :      11.70       0.00         10          0          0          0          0
1796.70/1797.04	c   clique           :       1.26       0.00         36          0          0        327          0
1796.70/1797.04	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.04	c   mcf              :       0.47       0.00          1          0          0          0          0
1796.70/1797.04	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.04	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.70/1797.04	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.04	c   problem variables:       0.00          -          0          0
1796.70/1797.04	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.04	c   relpscost        :     406.09       0.00       7526         11        138          0          0      14884
1796.70/1797.04	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.04	c   LP solutions     :       0.00          -          -          1
1796.70/1797.04	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.04	c   oneopt           :       0.08       0.00          8          1
1796.70/1797.04	c   crossover        :       3.45       0.00          8          3
1796.70/1797.04	c   coefdiving       :      87.55       0.00        116         28
1796.70/1797.04	c   linesearchdiving :      59.00       0.00        142         33
1796.70/1797.04	c   pscostdiving     :      62.26       0.00        142         35
1796.70/1797.04	c   rootsoldiving    :      40.10       0.00         72         94
1796.70/1797.04	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.04	c   trivial          :       0.01       0.00          2          1
1796.70/1797.04	c   shiftandpropagate:       0.00       0.00          0          0
1796.70/1797.04	c   simplerounding   :       0.27       0.00       7562         64
1796.70/1797.04	c   zirounding       :      37.46       0.00       7452        210
1796.70/1797.04	c   rounding         :      14.31       0.00       3683          1
1796.70/1797.04	c   shifting         :       1.81       0.00        340          0
1796.70/1797.04	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.04	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.04	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.04	c   indoneopt        :       0.01       0.00          0          0
1796.70/1797.04	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.04	c   feaspump         :       0.00       0.00          0          0
1796.70/1797.04	c   clique           :       0.00       0.00          0          0
1796.70/1797.04	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.04	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.04	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.04	c   fracdiving       :      56.06       0.00         57         11
1796.70/1797.04	c   veclendiving     :     174.31       0.00        115          6
1796.70/1797.04	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.04	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.04	c   objpscostdiving  :      92.48       0.00         59        150
1796.70/1797.04	c   guideddiving     :     100.71       0.00         89         16
1796.70/1797.04	c   octane           :       0.00       0.00          0          0
1796.70/1797.04	c   rens             :       2.06       0.00          1          1
1796.70/1797.04	c   rins             :       0.00       0.00          0          0
1796.70/1797.04	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.04	c   mutation         :       0.00       0.00          0          0
1796.70/1797.04	c   dins             :       0.00       0.00          0          0
1796.70/1797.04	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.04	c   undercover       :       0.00       0.00          0          0
1796.70/1797.04	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.04	c   trysol           :       0.01       0.00          0          0
1796.70/1797.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.04	c   primal LP        :       0.10          6          0       0.00       0.00       0.10          6
1796.70/1797.04	c   dual LP          :     536.69       8467     522808      62.78     974.14       2.18        140
1796.70/1797.04	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.04	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.04	c   diving/probing LP:     544.32      19592     357459      18.25     656.71
1796.70/1797.04	c   strong branching :     404.06       3641     285214      78.33     705.87
1796.70/1797.04	c     (at root node) :          -         65      12229     188.14          -
1796.70/1797.04	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.04	c B&B Tree           :
1796.70/1797.04	c   number of runs   :          1
1796.70/1797.04	c   nodes            :       8218
1796.70/1797.04	c   nodes (total)    :       8218
1796.70/1797.04	c   nodes left       :       6315
1796.70/1797.04	c   max depth        :         53
1796.70/1797.04	c   max depth (total):         53
1796.70/1797.04	c   backtracks       :       1122 (13.7%)
1796.70/1797.04	c   delayed cutoffs  :          0
1796.70/1797.04	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.70/1797.04	c   avg switch length:       5.45
1796.70/1797.04	c   switching time   :      18.81
1796.70/1797.04	c Solution           :
1796.70/1797.04	c   Solutions found  :        655 (9 improvements)
1796.70/1797.04	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.34 seconds, depth 0, found by <trivial>)
1796.70/1797.04	c   Primal Bound     : -4.50000000000000e+01   (in run 1, after 3202 nodes, 808.95 seconds, depth 45, found by <pscostdiving>)
1796.70/1797.04	c   Dual Bound       : -5.00000000000000e+01
1796.70/1797.04	c   Gap              :      11.11 %
1796.70/1797.04	c   Root Dual Bound  : -5.10000000000000e+01
1796.70/1797.04	c   Root Iterations  :      20250
1797.01/1797.33	c Time complete: 1797.04.

Verifier Data

OK	-45

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3693278-1338031864/watcher-3693278-1338031864 -o /tmp/evaluation-result-3693278-1338031864/solver-3693278-1338031864 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693278-1338031864.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.01 2.00 3/171 13744
/proc/meminfo: memFree=29374468/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=11132 CPUtime=0 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 1546 0 0 0 0 0 0 0 20 0 1 0 269311333 11399168 1500 33554432000 4194304 10169799 140736823249952 140736823248552 7543003 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 2783 1501 412 1459 0 1315 0

[startup+0.0336019 s]
/proc/loadavg: 2.02 2.01 2.00 3/171 13744
/proc/meminfo: memFree=29374468/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=16024 CPUtime=0.02 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 2769 0 0 0 2 0 0 0 20 0 1 0 269311333 16408576 2723 33554432000 4194304 10169799 140736823249952 140736823248552 8982256 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 4006 2723 412 1459 0 2538 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16024

[startup+0.100295 s]
/proc/loadavg: 2.02 2.01 2.00 3/171 13744
/proc/meminfo: memFree=29374468/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=25120 CPUtime=0.09 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 5033 0 0 0 9 0 0 0 20 0 1 0 269311333 25722880 4987 33554432000 4194304 10169799 140736823249952 140736823248552 8857709 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 6280 4987 412 1459 0 4812 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25120

[startup+0.300262 s]
/proc/loadavg: 2.02 2.01 2.00 3/171 13744
/proc/meminfo: memFree=29374468/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=103996 CPUtime=0.29 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 24296 0 0 0 26 3 0 0 20 0 1 0 269311333 106491904 24194 33554432000 4194304 10169799 140736823249952 140736823248552 4933777 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 25999 24194 499 1459 0 24531 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 103996

[startup+0.700282 s]
/proc/loadavg: 2.02 2.01 2.00 3/171 13744
/proc/meminfo: memFree=29374468/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=127908 CPUtime=0.69 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 32729 0 0 0 62 7 0 0 20 0 1 0 269311333 130977792 29994 33554432000 4194304 10169799 140736823249952 140736823248104 8884023 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 31977 30018 553 1459 0 30509 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 127908

[startup+1.50028 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13757
/proc/meminfo: memFree=29122556/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=225868 CPUtime=1.49 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 57073 0 0 0 135 14 0 0 20 0 1 0 269311333 231288832 53289 33554432000 4194304 10169799 140736823249952 140736823244168 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 56467 53289 724 1459 0 54999 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 225868

[startup+3.10026 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13757
/proc/meminfo: memFree=28916576/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=253956 CPUtime=3.09 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 62687 0 0 0 291 18 0 0 20 0 1 0 269311333 260050944 60168 33554432000 4194304 10169799 140736823249952 140736823247032 7469947 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 63489 60168 761 1459 0 62021 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 253956

[startup+6.3002 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13757
/proc/meminfo: memFree=28878192/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=253956 CPUtime=6.28 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 63185 0 0 0 610 18 0 0 20 0 1 0 269311333 260050944 60512 33554432000 4194304 10169799 140736823249952 140736823246264 7271373 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 63489 60512 774 1459 0 62021 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 253956

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13757
/proc/meminfo: memFree=28874716/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=253956 CPUtime=12.69 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 63504 0 0 0 1250 19 0 0 20 0 1 0 269311333 260050944 60843 33554432000 4194304 10169799 140736823249952 140736823246488 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 63489 60843 774 1459 0 62021 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 253956

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13757
/proc/meminfo: memFree=28872244/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=253956 CPUtime=25.48 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 63563 0 0 0 2529 19 0 0 20 0 1 0 269311333 260050944 60902 33554432000 4194304 10169799 140736823249952 140736823247576 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 63489 60902 774 1459 0 62021 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 253956

[startup+51.1003 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 13757
/proc/meminfo: memFree=28802140/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=257988 CPUtime=51.08 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 64728 0 0 0 5085 23 0 0 20 0 1 0 269311333 264179712 62144 33554432000 4194304 10169799 140736823249952 140736823244360 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 64497 62144 774 1459 0 63029 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 257988

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13757
/proc/meminfo: memFree=28766504/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=316972 CPUtime=102.26 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 79874 0 0 0 10186 40 0 0 20 0 1 0 269311333 324579328 77376 33554432000 4194304 10169799 140736823249952 140736823244552 8055457 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 79243 77376 823 1459 0 77775 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 316972

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13758
/proc/meminfo: memFree=28765052/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=316972 CPUtime=162.26 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 79874 0 0 0 16175 51 0 0 20 0 1 0 269311333 324579328 77765 33554432000 4194304 10169799 140736823249952 140736823244552 8009792 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 79243 77765 823 1459 0 77775 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 316972

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13758
/proc/meminfo: memFree=28764036/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=316972 CPUtime=222.25 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 79874 0 0 0 22165 60 0 0 20 0 1 0 269311333 324579328 77765 33554432000 4194304 10169799 140736823249952 140736823244472 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 79243 77765 823 1459 0 77775 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 316972

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13758
/proc/meminfo: memFree=28763220/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=316972 CPUtime=282.24 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 79874 0 0 0 28155 69 0 0 20 0 1 0 269311333 324579328 77765 33554432000 4194304 10169799 140736823249952 140736823247592 7932124 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 79243 77765 823 1459 0 77775 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 316972

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13758
/proc/meminfo: memFree=28778340/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=301188 CPUtime=342.22 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 84778 0 0 0 34140 82 0 0 20 0 1 0 269311333 308416512 73869 33554432000 4194304 10169799 140736823249952 140736823247592 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 75297 73869 823 1459 0 73829 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 301188

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13758
/proc/meminfo: memFree=28778340/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=301188 CPUtime=402.21 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 96793 0 0 0 40124 97 0 0 20 0 1 0 269311333 308416512 73869 33554432000 4194304 10169799 140736823249952 140736823244344 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 75297 73869 823 1459 0 73829 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 301188

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13759
/proc/meminfo: memFree=28778464/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=301188 CPUtime=462.2 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 96796 0 0 0 46113 107 0 0 20 0 1 0 269311333 308416512 73872 33554432000 4194304 10169799 140736823249952 140736823244360 5120223 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 75297 73872 823 1459 0 73829 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 301188

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13759
/proc/meminfo: memFree=28770648/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=317368 CPUtime=522.2 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 116757 0 0 0 52098 122 0 0 20 0 1 0 269311333 324984832 75691 33554432000 4194304 10169799 140736823249952 140736823244280 8009837 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 79342 75691 823 1459 0 77874 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 317368

[startup+582.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 13762
/proc/meminfo: memFree=28757800/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=317368 CPUtime=582.19 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 117164 0 0 0 58089 130 0 0 20 0 1 0 269311333 324984832 76098 33554432000 4194304 10169799 140736823249952 140736823244456 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 79342 76098 823 1459 0 77874 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 317368

[startup+642.3 s]

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

/proc/meminfo: memFree=28641748/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=380796 CPUtime=1062.12 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 175321 0 0 0 105991 221 0 0 20 0 1 0 269311333 389935104 92755 33554432000 4194304 10169799 140736823249952 140736823244360 5120223 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 95199 92755 823 1459 0 93731 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 380796

[startup+1122.3 s]
/proc/loadavg: 2.14 2.07 2.02 3/177 13765
/proc/meminfo: memFree=28624332/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=391420 CPUtime=1122.11 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 177576 0 0 0 111981 230 0 0 20 0 1 0 269311333 400814080 95907 33554432000 4194304 10169799 140736823249952 140736823244408 5120223 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 97855 95907 823 1459 0 96387 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 391420

[startup+1182.3 s]
/proc/loadavg: 2.16 2.08 2.02 3/178 13768
/proc/meminfo: memFree=28611984/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=393284 CPUtime=1182.1 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 197200 0 0 0 117963 247 0 0 20 0 1 0 269311333 402722816 94419 33554432000 4194304 10169799 140736823249952 140736823244360 7907760 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 98321 94419 823 1459 0 96853 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 393284

[startup+1242.3 s]
/proc/loadavg: 2.06 2.06 2.02 3/177 13768
/proc/meminfo: memFree=28606228/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=401856 CPUtime=1242.08 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 200212 0 0 0 123951 257 0 0 20 0 1 0 269311333 411500544 97939 33554432000 4194304 10169799 140736823249952 140736823244200 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 100464 97939 823 1459 0 98996 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 401856

[startup+1302.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/177 13768
/proc/meminfo: memFree=28581396/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=415488 CPUtime=1302.09 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 207100 0 0 0 129942 267 0 0 20 0 1 0 269311333 425459712 101043 33554432000 4194304 10169799 140736823249952 140736823246312 7908970 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 103872 101043 823 1459 0 102404 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 415488

[startup+1362.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/177 13768
/proc/meminfo: memFree=28569304/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=421216 CPUtime=1362.07 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 208679 0 0 0 135931 276 0 0 20 0 1 0 269311333 431325184 102622 33554432000 4194304 10169799 140736823249952 140736823244744 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 105304 102622 823 1459 0 103836 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 421216

[startup+1422.31 s]
/proc/loadavg: 2.03 2.05 2.01 3/177 13769
/proc/meminfo: memFree=28554484/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=429472 CPUtime=1422.06 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 233964 0 0 0 141914 292 0 0 20 0 1 0 269311333 439779328 104274 33554432000 4194304 10169799 140736823249952 140736823244360 8043972 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 107368 104274 823 1459 0 105900 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 429472

[startup+1482.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 13769
/proc/meminfo: memFree=28540720/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=436672 CPUtime=1482.05 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 236246 0 0 0 147903 302 0 0 20 0 1 0 269311333 447152128 106556 33554432000 4194304 10169799 140736823249952 140736823245016 7929392 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 109168 106556 823 1459 0 107700 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 436672

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 13769
/proc/meminfo: memFree=28521944/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=449216 CPUtime=1542.04 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 239060 0 0 0 153892 312 0 0 20 0 1 0 269311333 459997184 109407 33554432000 4194304 10169799 140736823249952 140736823246136 7647297 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 112304 109407 823 1459 0 110836 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 449216

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 13769
/proc/meminfo: memFree=28504328/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=457192 CPUtime=1602.03 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 239826 0 0 0 159882 321 0 0 20 0 1 0 269311333 468164608 111705 33554432000 4194304 10169799 140736823249952 140736823244552 8004337 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 114298 111705 823 1459 0 112830 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 457192

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 13769
/proc/meminfo: memFree=28490936/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=461084 CPUtime=1662.02 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 240829 0 0 0 165871 331 0 0 20 0 1 0 269311333 472150016 112708 33554432000 4194304 10169799 140736823249952 140736823243752 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 115271 112708 823 1459 0 113803 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 461084

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 13770
/proc/meminfo: memFree=28474936/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=472656 CPUtime=1722.01 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 264362 0 0 0 171854 347 0 0 20 0 1 0 269311333 483999744 115448 33554432000 4194304 10169799 140736823249952 140736823243992 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 118164 115448 823 1459 0 116696 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 472656

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13773
/proc/meminfo: memFree=28454536/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=481440 CPUtime=1782 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 266656 0 0 0 177843 357 0 0 20 0 1 0 269311333 492994560 117721 33554432000 4194304 10169799 140736823249952 140736823244360 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 120360 117721 823 1459 0 118892 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 481440

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13773
/proc/meminfo: memFree=28453792/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=484044 CPUtime=1785.21 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 266841 0 0 0 178163 358 0 0 20 0 1 0 269311333 495661056 117902 33554432000 4194304 10169799 140736823249952 140736823244744 5119964 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 121011 117902 823 1459 0 119543 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 484044

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13773
/proc/meminfo: memFree=28453296/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=484044 CPUtime=1791.6 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 266944 0 0 0 178802 358 0 0 20 0 1 0 269311333 495661056 118005 33554432000 4194304 10169799 140736823249952 140736823244776 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 121011 118005 823 1459 0 119543 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 484044

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13773
/proc/meminfo: memFree=28452676/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=485300 CPUtime=1794.8 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 267056 0 0 0 179121 359 0 0 20 0 1 0 269311333 496947200 118117 33554432000 4194304 10169799 140736823249952 140736823244744 7647168 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 121325 118117 823 1459 0 119857 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 485300

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13773
/proc/meminfo: memFree=28451932/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=485300 CPUtime=1796.4 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 267196 0 0 0 179281 359 0 0 20 0 1 0 269311333 496947200 118257 33554432000 4194304 10169799 140736823249952 140736823244408 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 121325 118257 823 1459 0 119857 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 485300

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13773
/proc/meminfo: memFree=28451932/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=485300 CPUtime=1796.81 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 267199 0 0 0 179321 360 0 0 20 0 1 0 269311333 496947200 118260 33554432000 4194304 10169799 140736823249952 140736823244408 4926032 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 121325 118260 825 1459 0 119857 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 485300

[startup+1797.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13796
/proc/meminfo: memFree=28460856/32873844 swapFree=6856/6856
[pid=13744] ppid=13742 vsize=475288 CPUtime=1797.01 cores=0,2,4,6
/proc/13744/stat : 13744 (scip-2.1.1.4sfi) R 13742 13744 11551 0 -1 4202496 267199 0 0 0 179341 360 0 0 20 0 1 0 269311333 486694912 115757 33554432000 4194304 10169799 140736823249952 140736823244408 5282286 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13744/statm: 118822 115757 825 1459 0 117354 0
Current children cumulated CPU time (s) 1797.01
Current children cumulated vsize (KiB) 475288

Child status: 0
Real time (s): 1797.34
CPU time (s): 1797.05
CPU user time (s): 1793.44
CPU system time (s): 3.61145
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 544192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.44
system time used= 3.61145
maximum resident set size= 537512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267201
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= 24
involuntary context switches= 1851

runsolver used 2.71059 second user time and 7.19991 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-26 13:31:04
IDJOB=3693278
IDBENCH=2262
IDSOLVER=2272
FILE ID=node144/3693278-1338031864
RUNJOBID= node144-1338028269-13522
PBS_JOBID= 14624331
Free space on /tmp= 71472 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-5.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3693278-1338031864/watcher-3693278-1338031864 -o /tmp/evaluation-result-3693278-1338031864/solver-3693278-1338031864 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693278-1338031864.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 32f273c48805c1e726044ae006778010
RANDOM SEED=1649735868

node144.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29374468 kB
Buffers:          258328 kB
Cached:          2455932 kB
SwapCached:            0 kB
Active:           709704 kB
Inactive:        2016784 kB
Active(anon):      13596 kB
Inactive(anon):        0 kB
Active(file):     696108 kB
Inactive(file):  2016784 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15572 kB
Writeback:             0 kB
AnonPages:        154940 kB
Mapped:            14400 kB
Shmem:               200 kB
Slab:             635656 kB
SReclaimable:      78324 kB
SUnreclaim:       557332 kB
KernelStack:        1472 kB
PageTables:         3544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71460 MiB
End job on node144 at 2012-05-26 14:01:02