Trace number 3447914

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 NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4MSAT (TO) 1800.06 1800.05

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/dimacs/
normalized-pret150_25_ext.wbo
MD5SUM365904b3d99ce590f30201f621420ac3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.009997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables300
Total number of constraints550
Number of soft constraints400
Number of constraints which are clauses400
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 401
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 400
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447914-1307902237.wbo>
0.00/0.00	c original problem has 700 variables (700 bin, 0 int, 0 impl, 0 cont) and 551 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 150 del vars, 151 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 300 impls, 0 clqs
0.00/0.02	c (round 2) 150 del vars, 151 del conss, 0 add conss, 400 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 300 impls, 0 clqs
0.02/0.02	c    (0.0s) probing: 101/550 (18.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.02/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.02/0.02	c presolving (3 rounds):
0.02/0.02	c  150 deleted vars, 151 deleted constraints, 0 added constraints, 400 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.02	c  700 implications, 0 cliques
0.02/0.02	c presolved problem has 950 variables (550 bin, 0 int, 400 impl, 0 cont) and 800 constraints
0.02/0.02	c     400 constraints of type <linear>
0.02/0.02	c     400 constraints of type <indicator>
0.02/0.02	c transformed objective value is always integral (scale: 1)
0.02/0.02	c Presolving Time: 0.02
0.02/0.02	c - non default parameters ----------------------------------------------------------------------
0.02/0.02	c # SCIP version 2.0.1.4
0.02/0.02	c 
0.02/0.02	c # frequency for displaying node information lines
0.02/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.02	c display/freq = 10000
0.02/0.02	c 
0.02/0.02	c # maximal time in seconds to run
0.02/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.02	c limits/time = 1800
0.02/0.02	c 
0.02/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.02	c limits/memory = 13950
0.02/0.02	c 
0.02/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.02	c # [type: int, range: [1,2], default: 1]
0.02/0.02	c timing/clocktype = 2
0.02/0.02	c 
0.02/0.02	c # belongs reading time to solving time?
0.02/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.02	c timing/reading = TRUE
0.02/0.02	c 
0.02/0.02	c # should presolving try to simplify inequalities
0.02/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.02	c constraints/linear/simplifyinequalities = TRUE
0.02/0.02	c 
0.02/0.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.02/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.02	c constraints/indicator/addCouplingCons = TRUE
0.02/0.02	c 
0.02/0.02	c # should presolving try to simplify knapsacks
0.02/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.02	c 
0.02/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.02	c separating/rapidlearning/freq = 0
0.02/0.02	c 
0.02/0.02	c -----------------------------------------------------------------------------------------------
0.02/0.02	c start solving
0.02/0.02	c 
0.02/0.02	o 400
0.02/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.02/0.02	c t 0.0s|     1 |     0 |     0 |     - |2706k|   0 |   - | 950 | 800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.000000e+02 |    Inf 
0.02/0.03	c   0.0s|     1 |     0 |     4 |     - |3206k|   0 |   3 | 950 |1200 | 950 | 400 |   0 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.02/0.07	c   0.1s|     1 |     0 |   113 |     - |3386k|   0 |   6 | 950 |1200 | 950 | 401 |   1 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.02/0.07	c   0.1s|     1 |     0 |   118 |     - |3409k|   0 |   7 | 950 |1200 | 950 | 402 |   2 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.02/0.07	c   0.1s|     1 |     0 |   124 |     - |3429k|   0 |   8 | 950 |1200 | 950 | 403 |   3 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.02/0.08	c   0.1s|     1 |     0 |   125 |     - |3447k|   0 |   0 | 950 |1200 | 950 | 404 |   4 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.02/0.08	c   0.1s|     1 |     0 |   126 |     - |3448k|   0 |   0 | 950 |1200 | 950 | 405 |   5 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.02/0.08	c   0.1s|     1 |     0 |   127 |     - |3448k|   0 |   3 | 950 |1200 | 950 | 406 |   6 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.02/0.08	c   0.1s|     1 |     0 |   136 |     - |3472k|   0 |   8 | 950 |1200 | 950 | 407 |   7 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.02/0.09	c   0.1s|     1 |     0 |   138 |     - |3496k|   0 |   3 | 950 |1200 | 950 | 409 |   9 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.02/0.09	c   0.1s|     1 |     0 |   143 |     - |3497k|   0 |  11 | 950 |1200 | 950 | 411 |  11 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   144 |     - |3557k|   0 |   0 | 950 |1200 | 950 | 412 |  12 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   145 |     - |3557k|   0 |   0 | 950 |1200 | 950 | 413 |  13 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   156 |     - |3557k|   0 |   3 | 950 |1200 | 950 | 414 |  14 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   159 |     - |3599k|   0 |   0 | 950 |1200 | 950 | 418 |  18 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.11	c   0.1s|     1 |     0 |   174 |     - |3599k|   0 |  10 | 950 |1200 | 950 | 419 |  19 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   178 |     - |3679k|   0 |  16 | 950 |1200 | 950 | 420 |  20 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   180 |     - |3746k|   0 |   0 | 950 |1200 | 950 | 419 |  21 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   182 |     - |3746k|   0 |  10 | 950 |1200 | 950 | 420 |  22 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   184 |     - |3772k|   0 |   0 | 950 |1200 | 950 | 422 |  24 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   197 |     - |3772k|   0 |  11 | 950 |1200 | 950 | 423 |  25 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   206 |     - |3796k|   0 |  11 | 950 |1200 | 950 | 425 |  27 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   234 |     - |3815k|   0 |  28 | 950 |1200 | 950 | 427 |  29 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   242 |     - |3839k|   0 |  26 | 950 |1200 | 950 | 421 |  31 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   246 |     - |3860k|   0 |  27 | 950 |1200 | 950 | 422 |  32 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.19	c   0.2s|     1 |     2 |   246 |     - |3901k|   0 |  27 | 950 |1200 | 950 | 422 |  32 |   0 |  27 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.59/0.66	o 1
0.59/0.66	c * 0.7s|    52 |    51 |   882 |  12.5 |4098k|  51 |   - | 950 |1200 | 950 | 563 | 170 |   0 | 356 | 0.000000e+00 | 1.000000e+00 |    Inf 
12.69/12.72	c  12.7s| 10000 |  9179 |167549 |  16.7 |  12M|  51 |   3 | 950 |2135 | 950 | 426 | 170 |6542 |1316 | 0.000000e+00 | 1.000000e+00 |    Inf 
21.90/21.99	c  22.0s| 20000 | 18887 |295539 |  14.8 |  19M|  51 |   3 | 950 |1476 | 950 | 426 | 170 |  10k|1757 | 0.000000e+00 | 1.000000e+00 |    Inf 
31.19/31.28	c  31.3s| 30000 | 28716 |425669 |  14.2 |  27M|  51 |   7 | 950 |1432 | 950 | 425 | 170 |  13k|2133 | 0.000000e+00 | 1.000000e+00 |    Inf 
40.89/40.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.89/40.97	c  41.0s| 40000 | 38284 |566270 |  14.2 |  34M|  51 |   9 | 950 |1567 | 950 | 425 | 170 |  17k|2443 | 0.000000e+00 | 1.000000e+00 |    Inf 
51.29/51.30	c  51.3s| 50000 | 47709 |717735 |  14.4 |  43M|  51 |   6 | 950 |2506 | 950 | 426 | 170 |  22k|2736 | 0.000000e+00 | 1.000000e+00 |    Inf 
61.39/61.47	c  61.5s| 60000 | 57348 |866682 |  14.4 |  50M|  51 |   7 | 950 |2108 | 950 | 425 | 170 |  27k|2999 | 0.000000e+00 | 1.000000e+00 |    Inf 
71.60/71.66	c  71.7s| 70000 | 66823 |  1016k|  14.5 |  59M|  51 |   3 | 950 |3188 | 950 | 425 | 170 |  32k|3255 | 0.000000e+00 | 1.000000e+00 |    Inf 
81.20/81.28	c  81.3s| 80000 | 76554 |  1153k|  14.4 |  66M|  51 |   3 | 950 |2635 | 950 | 425 | 170 |  36k|3485 | 0.000000e+00 | 1.000000e+00 |    Inf 
90.89/90.92	c  90.9s| 90000 | 86258 |  1294k|  14.4 |  74M|  51 |   3 | 950 |3550 | 950 | 426 | 170 |  39k|3678 | 0.000000e+00 | 1.000000e+00 |    Inf 
100.89/100.97	c   101s|100000 | 95637 |  1442k|  14.4 |  81M|  51 |   7 | 950 |2991 | 950 | 426 | 170 |  44k|3872 | 0.000000e+00 | 1.000000e+00 |    Inf 
112.29/112.36	c   112s|110000 |105041 |  1614k|  14.7 |  90M|  51 |   3 | 950 |4286 | 950 | 425 | 170 |  50k|4129 | 0.000000e+00 | 1.000000e+00 |    Inf 
122.40/122.44	c   122s|120000 |114368 |  1761k|  14.7 |  97M|  51 |   8 | 950 |2966 | 950 | 426 | 170 |  56k|4274 | 0.000000e+00 | 1.000000e+00 |    Inf 
132.20/132.27	c   132s|130000 |123784 |  1902k|  14.6 | 105M|  51 |   3 | 950 |3486 | 950 | 426 | 170 |  60k|4472 | 0.000000e+00 | 1.000000e+00 |    Inf 
141.70/141.76	c   142s|140000 |133515 |  2040k|  14.6 | 112M|  51 |   3 | 950 |3401 | 950 | 425 | 170 |  64k|4620 | 0.000000e+00 | 1.000000e+00 |    Inf 
151.49/151.50	c   151s|150000 |143164 |  2184k|  14.6 | 120M|  51 |   8 | 950 |3837 | 950 | 425 | 170 |  68k|4764 | 0.000000e+00 | 1.000000e+00 |    Inf 
161.10/161.10	c   161s|160000 |152658 |  2324k|  14.5 | 127M|  51 |   3 | 950 |3152 | 950 | 425 | 170 |  72k|4926 | 0.000000e+00 | 1.000000e+00 |    Inf 
170.60/170.66	c   171s|170000 |162147 |  2463k|  14.5 | 135M|  51 |   7 | 950 |3561 | 950 | 426 | 170 |  76k|5046 | 0.000000e+00 | 1.000000e+00 |    Inf 
180.09/180.16	c   180s|180000 |171848 |  2601k|  14.5 | 142M|  51 |   7 | 950 |3749 | 950 | 426 | 170 |  80k|5194 | 0.000000e+00 | 1.000000e+00 |    Inf 
190.50/190.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
190.50/190.55	c   191s|190000 |181439 |  2757k|  14.5 | 150M|  51 |   3 | 950 |4459 | 950 | 426 | 170 |  85k|5330 | 0.000000e+00 | 1.000000e+00 |    Inf 
199.89/199.93	c   200s|200000 |191065 |  2891k|  14.5 | 157M|  51 |   6 | 950 |3571 | 950 | 425 | 170 |  89k|5426 | 0.000000e+00 | 1.000000e+00 |    Inf 
209.60/209.64	c   210s|210000 |200664 |  3031k|  14.4 | 165M|  51 |   8 | 950 |3756 | 950 | 426 | 170 |  93k|5568 | 0.000000e+00 | 1.000000e+00 |    Inf 
219.39/219.45	c   219s|220000 |210364 |  3174k|  14.4 | 173M|  51 |   3 | 950 |4000 | 950 | 425 | 170 |  97k|5705 | 0.000000e+00 | 1.000000e+00 |    Inf 
229.10/229.18	c   229s|230000 |219931 |  3314k|  14.4 | 180M|  51 |   - | 950 |4182 |   0 |   0 | 170 | 101k|5804 | 0.000000e+00 | 1.000000e+00 |    Inf 
238.10/238.17	c   238s|240000 |229618 |  3439k|  14.3 | 188M|  51 |   3 | 950 |4224 | 950 | 425 | 170 | 104k|5897 | 0.000000e+00 | 1.000000e+00 |    Inf 
248.10/248.19	c   248s|250000 |239363 |  3587k|  14.4 | 195M|  51 |   3 | 950 |4468 | 950 | 425 | 170 | 108k|6029 | 0.000000e+00 | 1.000000e+00 |    Inf 
258.99/259.07	c   259s|260000 |248775 |  3750k|  14.4 | 203M|  51 |   6 | 950 |5033 | 950 | 426 | 170 | 113k|6170 | 0.000000e+00 | 1.000000e+00 |    Inf 
268.40/268.41	c   268s|270000 |258505 |  3882k|  14.4 | 210M|  51 |   3 | 950 |4391 | 950 | 426 | 170 | 117k|6270 | 0.000000e+00 | 1.000000e+00 |    Inf 
277.69/277.78	c   278s|280000 |268332 |  4017k|  14.3 | 218M|  51 |  16 | 950 |4302 | 950 | 426 | 170 | 120k|6349 | 0.000000e+00 | 1.000000e+00 |    Inf 
288.40/288.40	c   288s|290000 |277786 |  4173k|  14.4 | 226M|  51 |  15 | 950 |4849 | 950 | 425 | 170 | 125k|6463 | 0.000000e+00 | 1.000000e+00 |    Inf 
298.30/298.34	c   298s|300000 |287381 |  4316k|  14.4 | 234M|  51 |   8 | 950 |5718 | 950 | 426 | 170 | 129k|6585 | 0.000000e+00 | 1.000000e+00 |    Inf 
307.90/307.98	c   308s|310000 |297214 |  4453k|  14.4 | 241M|  51 |   3 | 950 |5089 | 950 | 426 | 170 | 133k|6685 | 0.000000e+00 | 1.000000e+00 |    Inf 
318.00/318.01	c   318s|320000 |306824 |  4595k|  14.4 | 249M|  51 |   3 | 950 |5866 | 950 | 415 | 170 | 137k|6796 | 0.000000e+00 | 1.000000e+00 |    Inf 
328.59/328.69	c   329s|330000 |316242 |  4749k|  14.4 | 258M|  51 |   7 | 950 |6901 | 950 | 425 | 170 | 142k|6922 | 0.000000e+00 | 1.000000e+00 |    Inf 
338.80/338.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
338.80/338.83	c   339s|340000 |325979 |  4894k|  14.4 | 265M|  51 |  16 | 950 |6259 | 950 | 426 | 170 | 146k|7023 | 0.000000e+00 | 1.000000e+00 |    Inf 
348.49/348.50	c   348s|350000 |335557 |  5027k|  14.4 | 273M|  51 |   3 | 950 |6871 | 950 | 426 | 170 | 151k|7111 | 0.000000e+00 | 1.000000e+00 |    Inf 
358.19/358.29	c   358s|360000 |345342 |  5161k|  14.3 | 280M|  51 |   3 | 950 |6759 | 950 | 425 | 170 | 154k|7210 | 0.000000e+00 | 1.000000e+00 |    Inf 
368.00/368.08	c   368s|370000 |355180 |  5298k|  14.3 | 288M|  51 |   3 | 950 |6483 | 950 | 426 | 170 | 157k|7294 | 0.000000e+00 | 1.000000e+00 |    Inf 
378.19/378.26	c   378s|380000 |364876 |  5439k|  14.3 | 296M|  51 |  15 | 950 |7670 | 950 | 426 | 170 | 161k|7381 | 0.000000e+00 | 1.000000e+00 |    Inf 
387.69/387.76	c   388s|390000 |374644 |  5574k|  14.3 | 303M|  51 |   8 | 950 |6026 | 950 | 425 | 170 | 165k|7457 | 0.000000e+00 | 1.000000e+00 |    Inf 
397.29/397.33	c   397s|400000 |384444 |  5705k|  14.3 | 310M|  51 |   3 | 950 |5879 | 950 | 426 | 170 | 168k|7528 | 0.000000e+00 | 1.000000e+00 |    Inf 
405.90/405.93	c   406s|410000 |394302 |  5818k|  14.2 | 317M|  51 |   3 | 950 |5504 | 950 | 426 | 170 | 170k|7609 | 0.000000e+00 | 1.000000e+00 |    Inf 
416.69/416.74	c   417s|420000 |403501 |  5976k|  14.2 | 327M|  51 |  28 | 950 |8297 | 950 | 426 | 170 | 177k|7702 | 0.000000e+00 | 1.000000e+00 |    Inf 
427.80/427.85	c   428s|430000 |412870 |  6131k|  14.3 | 334M|  51 |   8 | 950 |7426 | 950 | 426 | 170 | 182k|7800 | 0.000000e+00 | 1.000000e+00 |    Inf 
438.80/438.82	c   439s|440000 |422386 |  6285k|  14.3 | 342M|  51 |   3 | 950 |7517 | 950 | 426 | 170 | 187k|7898 | 0.000000e+00 | 1.000000e+00 |    Inf 
449.29/449.32	c   449s|450000 |431676 |  6427k|  14.3 | 349M|  51 |   3 | 950 |6928 | 950 | 426 | 170 | 192k|7980 | 0.000000e+00 | 1.000000e+00 |    Inf 
458.99/459.08	c   459s|460000 |441499 |  6559k|  14.3 | 356M|  51 |  17 | 950 |6542 | 950 | 425 | 170 | 195k|8074 | 0.000000e+00 | 1.000000e+00 |    Inf 
469.59/469.69	c   470s|470000 |450805 |  6708k|  14.3 | 364M|  51 |  31 | 950 |7578 | 950 | 426 | 170 | 200k|8184 | 0.000000e+00 | 1.000000e+00 |    Inf 
480.19/480.26	c   480s|480000 |460234 |  6855k|  14.3 | 372M|  51 |   3 | 950 |7084 | 950 | 425 | 170 | 205k|8252 | 0.000000e+00 | 1.000000e+00 |    Inf 
491.10/491.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
491.10/491.14	c   491s|490000 |469466 |  7009k|  14.3 | 380M|  51 |   8 | 950 |7777 | 950 | 425 | 170 | 211k|8335 | 0.000000e+00 | 1.000000e+00 |    Inf 
501.69/501.74	c   502s|500000 |478753 |  7154k|  14.3 | 386M|  51 |   3 | 950 |6928 | 950 | 426 | 170 | 216k|8398 | 0.000000e+00 | 1.000000e+00 |    Inf 
513.80/513.84	c   514s|510000 |487785 |  7329k|  14.4 | 395M|  51 |   7 | 950 |9036 | 950 | 425 | 170 | 223k|8507 | 0.000000e+00 | 1.000000e+00 |    Inf 
527.09/527.14	c   527s|520000 |496435 |  7519k|  14.5 | 404M|  51 |   7 | 950 |9942 | 950 | 426 | 170 | 232k|8625 | 0.000000e+00 | 1.000000e+00 |    Inf 
539.50/539.57	c   540s|530000 |505195 |  7691k|  14.5 | 413M|  51 |  14 | 950 |  11k| 950 | 425 | 170 | 239k|8719 | 0.000000e+00 | 1.000000e+00 |    Inf 
551.60/551.68	c   552s|540000 |513963 |  7853k|  14.5 | 419M|  51 |   7 | 950 |  10k| 950 | 425 | 170 | 246k|8801 | 0.000000e+00 | 1.000000e+00 |    Inf 
564.99/565.02	c   565s|550000 |522843 |  8040k|  14.6 | 429M|  51 |   3 | 950 |  13k| 950 | 426 | 170 | 255k|8893 | 0.000000e+00 | 1.000000e+00 |    Inf 
579.30/579.38	c   579s|560000 |531292 |  8243k|  14.7 | 438M|  51 |   3 | 950 |  15k| 950 | 415 | 170 | 264k|9012 | 0.000000e+00 | 1.000000e+00 |    Inf 
593.90/593.94	c   594s|570000 |539918 |  8441k|  14.8 | 447M|  51 |   7 | 950 |  17k| 950 | 425 | 170 | 274k|9121 | 0.000000e+00 | 1.000000e+00 |    Inf 
609.30/609.38	c   609s|580000 |548192 |  8656k|  14.9 | 457M|  51 |   8 | 950 |  19k| 950 | 425 | 170 | 284k|9240 | 0.000000e+00 | 1.000000e+00 |    Inf 
624.39/624.41	c   624s|590000 |556696 |  8853k|  15.0 | 464M|  51 |  16 | 950 |  19k| 950 | 426 | 170 | 293k|9321 | 0.000000e+00 | 1.000000e+00 |    Inf 
638.20/638.21	c   638s|600000 |565659 |  9029k|  15.0 | 471M|  51 |   3 | 950 |  17k| 950 | 425 | 170 | 300k|9397 | 0.000000e+00 | 1.000000e+00 |    Inf 
652.49/652.57	c   653s|610000 |574364 |  9227k|  15.1 | 480M|  51 |   7 | 950 |  18k| 950 | 426 | 170 | 309k|9482 | 0.000000e+00 | 1.000000e+00 |    Inf 
666.39/666.50	c   666s|620000 |583387 |  9403k|  15.2 | 488M|  51 |   8 | 950 |  18k| 950 | 426 | 170 | 316k|9564 | 0.000000e+00 | 1.000000e+00 |    Inf 
679.71/679.72	c   680s|630000 |592983 |  9582k|  15.2 | 496M|  51 |  58 | 950 |  18k| 950 | 425 | 170 | 322k|9632 | 0.000000e+00 | 1.000000e+00 |    Inf 
691.80/691.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
691.80/691.81	c   692s|640000 |602406 |  9735k|  15.2 | 503M|  51 |  30 | 950 |  16k| 950 | 426 | 170 | 327k|9695 | 0.000000e+00 | 1.000000e+00 |    Inf 
705.11/705.13	c   705s|650000 |611733 |  9908k|  15.2 | 511M|  51 |   3 | 950 |  16k| 950 | 425 | 170 | 332k|9784 | 0.000000e+00 | 1.000000e+00 |    Inf 
718.60/718.69	c   719s|660000 |620948 | 10087k|  15.3 | 518M|  51 |   3 | 950 |  15k| 950 | 425 | 170 | 339k|9872 | 0.000000e+00 | 1.000000e+00 |    Inf 
733.00/733.05	c   733s|670000 |630324 | 10282k|  15.3 | 525M|  51 |   3 | 950 |  13k| 950 | 425 | 170 | 346k|9961 | 0.000000e+00 | 1.000000e+00 |    Inf 
746.00/746.04	c   746s|680000 |639893 | 10459k|  15.4 | 533M|  51 |   3 | 950 |  12k| 950 | 426 | 170 | 352k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
758.79/758.80	c   759s|690000 |649208 | 10635k|  15.4 | 541M|  51 |  17 | 950 |  13k| 950 | 426 | 170 | 358k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
771.01/771.02	c   771s|700000 |658746 | 10803k|  15.4 | 549M|  51 |  14 | 950 |  12k| 950 | 425 | 170 | 364k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
783.70/783.72	c   784s|710000 |668236 | 10975k|  15.5 | 557M|  51 |   3 | 950 |  13k| 950 | 426 | 170 | 370k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
795.50/795.56	c   796s|720000 |677880 | 11142k|  15.5 | 565M|  51 |   3 | 950 |  12k| 950 | 425 | 170 | 374k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
806.60/806.63	c   807s|730000 |687500 | 11292k|  15.5 | 572M|  51 |  13 | 950 |  11k| 950 | 426 | 170 | 378k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
818.00/818.08	c   818s|740000 |696819 | 11456k|  15.5 | 581M|  51 |  39 | 950 |  13k| 950 | 426 | 170 | 384k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
828.40/828.46	c   828s|750000 |706679 | 11602k|  15.5 | 588M|  51 |   8 | 950 |  11k| 950 | 426 | 170 | 387k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
838.11/838.11	c   838s|760000 |716585 | 11742k|  15.5 | 595M|  51 |   8 | 950 |  11k| 950 | 426 | 170 | 390k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
847.80/847.87	c   848s|770000 |726436 | 11878k|  15.4 | 602M|  51 |   8 | 950 |9605 | 950 | 425 | 170 | 393k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
860.60/860.64	c   861s|780000 |735242 | 12067k|  15.5 | 611M|  51 |  33 | 950 |  11k| 950 | 426 | 170 | 401k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
875.70/875.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
875.70/875.79	c   876s|790000 |743035 | 12282k|  15.5 | 619M|  51 |  18 | 950 |  13k| 950 | 425 | 170 | 412k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
891.81/891.88	c   892s|800000 |750692 | 12499k|  15.6 | 628M|  51 |   3 | 950 |  15k| 950 | 426 | 170 | 423k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
907.30/907.33	c   907s|810000 |758530 | 12706k|  15.7 | 635M|  51 |   7 | 950 |  14k| 950 | 425 | 170 | 434k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
918.60/918.62	c   919s|820000 |768244 | 12857k|  15.7 | 642M|  51 |   9 | 950 |  12k| 950 | 425 | 170 | 438k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
931.00/931.08	c   931s|830000 |777765 | 13033k|  15.7 | 650M|  51 |   3 | 950 |  12k| 950 | 426 | 170 | 444k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
946.30/946.39	c   946s|840000 |785792 | 13251k|  15.8 | 659M|  51 |   3 | 950 |  13k| 950 | 425 | 170 | 455k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
960.31/960.38	c   960s|850000 |794731 | 13450k|  15.8 | 667M|  51 |   7 | 950 |  14k| 950 | 415 | 170 | 463k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
973.90/973.98	c   974s|860000 |803893 | 13642k|  15.9 | 676M|  51 |  39 | 950 |  14k| 950 | 426 | 170 | 470k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
988.30/988.38	c   988s|870000 |812730 | 13845k|  15.9 | 685M|  51 |  15 | 950 |  15k| 950 | 426 | 170 | 479k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1001.80/1001.89	c  1002s|880000 |822049 | 14030k|  15.9 | 692M|  51 |   3 | 950 |  13k| 950 | 426 | 170 | 486k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1016.20/1016.24	c  1016s|890000 |830973 | 14231k|  16.0 | 701M|  51 |   3 | 950 |  15k| 950 | 425 | 170 | 494k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1030.80/1030.81	c  1031s|900000 |839802 | 14434k|  16.0 | 710M|  51 |  34 | 950 |  16k| 950 | 426 | 170 | 503k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1045.70/1045.75	c  1046s|910000 |848713 | 14640k|  16.1 | 718M|  51 |  16 | 950 |  16k| 950 | 425 | 170 | 511k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1059.90/1059.98	c  1060s|920000 |857678 | 14839k|  16.1 | 727M|  51 |  14 | 950 |  17k| 950 | 425 | 170 | 520k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1072.59/1072.66	c  1073s|930000 |867185 | 15019k|  16.1 | 734M|  51 |  13 | 950 |  16k| 950 | 425 | 170 | 526k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1085.39/1085.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1085.39/1085.48	c  1085s|940000 |876375 | 15195k|  16.2 | 741M|  51 |   3 | 950 |  14k| 950 | 425 | 170 | 531k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1098.59/1098.62	c  1099s|950000 |885779 | 15378k|  16.2 | 749M|  51 |   3 | 950 |  14k| 950 | 425 | 170 | 538k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1111.59/1111.66	c  1112s|960000 |894547 | 15564k|  16.2 | 757M|  51 |   3 | 950 |  13k| 950 | 425 | 170 | 545k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1123.29/1123.37	c  1123s|970000 |904002 | 15731k|  16.2 | 764M|  51 |   - | 950 |  11k|   0 |   0 | 170 | 551k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1134.89/1134.96	c  1135s|980000 |913232 | 15898k|  16.2 | 771M|  51 |   8 | 950 |  11k| 950 | 426 | 170 | 556k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1146.29/1146.31	c  1146s|990000 |922703 | 16065k|  16.2 | 779M|  51 |   3 | 950 |  10k| 950 | 425 | 170 | 561k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1157.10/1157.19	c  1157s|  1000k|932204 | 16224k|  16.2 | 787M|  51 |   7 | 950 |  11k| 950 | 425 | 170 | 566k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1168.59/1168.67	c  1169s|  1010k|941337 | 16394k|  16.2 | 795M|  51 |   7 | 950 |  11k| 950 | 425 | 170 | 572k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1179.39/1179.40	c  1179s|  1020k|950842 | 16546k|  16.2 | 802M|  51 |  13 | 950 |  10k| 950 | 426 | 170 | 577k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1189.59/1189.62	c  1190s|  1030k|960447 | 16696k|  16.2 | 810M|  51 |   8 | 950 |  10k| 950 | 415 | 170 | 581k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1199.79/1199.80	c  1200s|  1040k|970089 | 16846k|  16.2 | 817M|  51 |  17 | 950 |8523 | 950 | 425 | 170 | 585k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1212.49/1212.54	c  1213s|  1050k|979217 | 17033k|  16.2 | 826M|  51 |  16 | 950 |9763 | 950 | 425 | 170 | 592k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1224.99/1225.03	c  1225s|  1060k|988370 | 17217k|  16.2 | 834M|  51 |   6 | 950 |9813 | 950 | 425 | 170 | 599k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1237.59/1237.69	c  1238s|  1070k|997123 | 17400k|  16.3 | 842M|  51 |   3 | 950 |  10k| 950 | 426 | 170 | 607k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1250.39/1250.41	c  1250s|  1080k|  1006k| 17586k|  16.3 | 851M|  51 |   8 | 950 |  12k| 950 | 425 | 170 | 614k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1265.19/1265.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1265.19/1265.26	c  1265s|  1090k|  1014k| 17801k|  16.3 | 862M|  51 |  38 | 950 |  15k| 950 | 426 | 170 | 625k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1278.69/1278.70	c  1279s|  1100k|  1023k| 17990k|  16.4 | 869M|  51 |   8 | 950 |  15k| 950 | 425 | 170 | 633k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1291.99/1292.00	c  1292s|  1110k|  1033k| 18178k|  16.4 | 878M|  51 |  15 | 950 |  15k| 950 | 425 | 170 | 640k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1306.29/1306.32	c  1306s|  1120k|  1042k| 18378k|  16.4 | 887M|  51 |  35 | 950 |  16k| 950 | 425 | 170 | 648k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1319.69/1319.71	c  1320s|  1130k|  1051k| 18564k|  16.4 | 895M|  51 |  16 | 950 |  15k| 950 | 415 | 170 | 656k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1333.20/1333.22	c  1333s|  1140k|  1060k| 18755k|  16.5 | 903M|  51 |   9 | 950 |  16k| 950 | 425 | 170 | 664k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1347.59/1347.62	c  1348s|  1150k|  1069k| 18953k|  16.5 | 912M|  51 |   8 | 950 |  17k| 950 | 425 | 170 | 671k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1362.19/1362.21	c  1362s|  1160k|  1078k| 19158k|  16.5 | 922M|  51 |   - | 950 |  20k|   0 |   0 | 170 | 680k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1376.99/1377.02	c  1377s|  1170k|  1087k| 19363k|  16.5 | 930M|  51 |  34 | 950 |  19k| 950 | 426 | 170 | 689k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1392.69/1392.79	c  1393s|  1180k|  1095k| 19583k|  16.6 | 941M|  51 |   8 | 950 |  24k| 950 | 425 | 170 | 700k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1407.50/1407.55	c  1408s|  1190k|  1104k| 19782k|  16.6 | 949M|  51 |   - | 950 |  22k|   0 |   0 | 170 | 708k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1422.20/1422.24	c  1422s|  1200k|  1112k| 19979k|  16.6 | 958M|  51 |   8 | 950 |  24k| 950 | 426 | 170 | 718k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1439.50/1439.56	c  1440s|  1210k|  1121k| 20196k|  16.7 | 965M|  51 |   3 | 950 |  22k| 950 | 425 | 170 | 729k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1455.59/1455.64	c  1456s|  1220k|  1129k| 20405k|  16.7 | 974M|  51 |   7 | 950 |  23k| 950 | 425 | 170 | 740k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1470.70/1470.70	c  1471s|  1230k|  1138k| 20591k|  16.7 | 981M|  51 |   7 | 950 |  21k| 950 | 425 | 170 | 748k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1484.80/1484.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1484.80/1484.90	c  1485s|  1240k|  1148k| 20765k|  16.7 | 988M|  51 |   3 | 950 |  20k| 950 | 425 | 170 | 754k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1500.99/1501.06	c  1501s|  1250k|  1156k| 20968k|  16.8 | 999M|  51 |  15 | 950 |  26k| 950 | 415 | 170 | 765k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1516.30/1516.33	c  1516s|  1260k|  1165k| 21161k|  16.8 |1006M|  51 |   3 | 950 |  23k| 950 | 425 | 170 | 773k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1530.00/1530.01	c  1530s|  1270k|  1175k| 21354k|  16.8 |1015M|  51 |   8 | 950 |  24k| 950 | 426 | 170 | 778k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1545.10/1545.13	c  1545s|  1280k|  1184k| 21557k|  16.8 |1024M|  51 |   3 | 950 |  24k| 950 | 425 | 170 | 785k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1558.60/1558.65	c  1559s|  1290k|  1194k| 21725k|  16.8 |1031M|  51 |  36 | 950 |  23k| 950 | 426 | 170 | 790k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1572.60/1572.61	c  1573s|  1300k|  1203k| 21892k|  16.8 |1039M|  51 |  15 | 950 |  22k| 950 | 425 | 170 | 795k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1587.40/1587.40	c  1587s|  1310k|  1213k| 22062k|  16.8 |1047M|  51 |   6 | 950 |  22k| 950 | 426 | 170 | 801k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1601.30/1601.33	c  1601s|  1320k|  1223k| 22227k|  16.8 |1054M|  51 |   8 | 950 |  20k| 950 | 415 | 170 | 806k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1614.70/1614.73	c  1615s|  1330k|  1232k| 22382k|  16.8 |1063M|  51 |   7 | 950 |  20k| 950 | 425 | 170 | 811k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1627.30/1627.34	c  1627s|  1340k|  1242k| 22538k|  16.8 |1071M|  51 |   3 | 950 |  21k| 950 | 425 | 170 | 816k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
1642.50/1642.52	c  1643s|  1350k|  1251k| 22729k|  16.8 |1081M|  51 |   3 | 950 |  23k| 950 | 426 | 170 | 824k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1657.90/1657.90	c  1658s|  1360k|  1260k| 22913k|  16.8 |1088M|  51 |   3 | 950 |  22k| 950 | 425 | 170 | 832k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1673.59/1673.67	c  1674s|  1370k|  1269k| 23109k|  16.9 |1099M|  51 |  17 | 950 |  25k| 950 | 425 | 170 | 841k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1688.90/1688.99	c  1689s|  1380k|  1279k| 23286k|  16.9 |1104M|  51 |   7 | 950 |  20k| 950 | 425 | 170 | 847k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1703.40/1703.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1703.40/1703.45	c  1703s|  1390k|  1288k| 23479k|  16.9 |1113M|  51 |   - | 950 |  22k|   0 |   0 | 170 | 855k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1719.31/1719.36	c  1719s|  1400k|  1297k| 23694k|  16.9 |1122M|  51 |   3 | 950 |  23k| 950 | 426 | 170 | 865k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1733.09/1733.10	c  1733s|  1410k|  1306k| 23860k|  16.9 |1130M|  51 |   3 | 950 |  23k| 950 | 425 | 170 | 872k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1746.00/1746.08	c  1746s|  1420k|  1316k| 24007k|  16.9 |1135M|  51 |   7 | 950 |  19k| 950 | 425 | 170 | 877k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1755.50/1755.58	c  1756s|  1430k|  1325k| 24121k|  16.9 |1142M|  51 |   3 | 950 |  17k| 950 | 425 | 170 | 880k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1767.60/1767.69	c  1768s|  1440k|  1335k| 24267k|  16.9 |1149M|  51 |   8 | 950 |  16k| 950 | 426 | 170 | 885k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1779.81/1779.86	c  1780s|  1450k|  1344k| 24408k|  16.8 |1156M|  51 |   3 | 950 |  15k| 950 | 425 | 170 | 890k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1789.40/1789.44	c  1789s|  1460k|  1354k| 24514k|  16.8 |1162M|  51 |   3 | 950 |  13k| 950 | 426 | 170 | 892k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1799.60/1799.63	c  1800s|  1470k|  1364k| 24637k|  16.8 |1169M|  51 |   8 | 950 |  13k| 950 | 426 | 170 | 895k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1800.00/1800.00	c 
1800.00/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.00/1800.00	c Solving Time (sec) : 1800.00
1800.00/1800.00	c Solving Nodes      : 1470448
1800.00/1800.00	c Primal Bound       : +1.00000000000000e+00 (21 solutions)
1800.00/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.00/1800.00	c Gap                : infinite
1800.00/1800.00	s SATISFIABLE
1800.00/1800.00	v -x300 x299 -x298 x297 -x296 x295 -x294 x293 -x292 x291 -x290 x289 -x288 x287 -x286 x285 -x284 x283 -x282 x281 -x280 x279 -x278 
1800.00/1800.00	v x277 -x276 x275 -x274 x273 -x272 x271 -x270 x269 -x268 x267 -x266 x265 -x264 x263 -x262 x261 -x260 x259 -x258 x257 -x256 x255 
1800.00/1800.00	v -x254 x253 -x252 x251 -x250 x249 -x248 x247 -x246 x245 -x244 x243 -x242 x241 -x240 x239 -x238 x237 -x236 x235 -x234 x233 -x232 
1800.00/1800.00	v x231 -x230 x229 -x228 x227 -x226 x225 -x224 x223 -x222 x221 -x220 x219 -x218 x217 -x216 x215 -x214 x213 -x212 x211 -x210 x209 
1800.00/1800.00	v -x208 x207 -x206 x205 -x204 x203 -x202 x201 -x200 x199 -x198 x197 -x196 x195 -x194 x193 -x192 x191 -x190 x189 -x188 x187 
1800.00/1800.00	v -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 x177 -x176 x175 -x174 x173 -x172 x171 -x170 x169 -x168 x167 -x166 x165 -x164 
1800.00/1800.00	v x163 -x162 x161 -x160 x159 -x158 x157 -x156 x155 -x154 x153 -x152 x151 -x150 x149 -x148 x147 -x146 x145 -x144 x143 -x142 x141 
1800.00/1800.00	v -x140 x139 -x138 x137 -x136 x135 -x134 x133 -x132 x131 -x130 x129 -x128 x127 -x126 x125 -x124 x123 -x122 x121 -x120 x119 -x118 
1800.00/1800.00	v x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 -x108 x107 -x106 x105 -x104 x103 -x102 x101 -x100 x99 -x98 x97 -x96 x95 
1800.00/1800.00	v -x94 x93 -x92 x91 -x90 x89 -x88 x87 -x86 x85 -x84 x83 -x82 x81 -x80 x79 -x78 x77 -x76 x75 -x74 x73 -x72 x71 -x70 x69 -x68 x67 
1800.00/1800.00	v -x66 x65 -x64 x63 -x62 x61 -x60 x59 -x58 x57 -x56 x55 -x54 x53 -x52 x51 -x50 x49 -x48 x47 -x46 x45 -x44 x43 -x42 x41 -x40 x39 
1800.00/1800.00	v -x38 x37 -x36 x35 -x34 x33 -x32 x31 -x30 x29 -x28 x27 -x26 x25 -x24 x23 -x22 x21 -x20 x19 -x18 x17 -x16 x15 -x14 x13 -x12 
1800.00/1800.00	v x11 -x10 x9 -x8 x7 -x6 x5 -x4 x3 -x2 x1 
1800.00/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.00/1800.00	c Total Time         :    1800.00
1800.00/1800.00	c   solving          :    1800.00
1800.00/1800.00	c   presolving       :       0.02 (included in solving)
1800.00/1800.00	c   reading          :       0.00 (included in solving)
1800.00/1800.00	c Original Problem   :
1800.00/1800.00	c   Problem name     : HOME/instance-3447914-1307902237.wbo
1800.00/1800.00	c   Variables        : 700 (700 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.00/1800.00	c   Constraints      : 551 initial, 551 maximal
1800.00/1800.00	c Presolved Problem  :
1800.00/1800.00	c   Problem name     : t_HOME/instance-3447914-1307902237.wbo
1800.00/1800.00	c   Variables        : 950 (550 binary, 0 integer, 400 implicit integer, 0 continuous)
1800.00/1800.00	c   Constraints      : 800 initial, 27009 maximal
1800.00/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.00/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.00/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.00/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.00/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.00/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.00/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1800.00/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.00/1800.00	c   linear           :       0.00          0        150          0        400          0        151          0          0          0
1800.00/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.00/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.00/1800.00	c   root node        :          -        800          -          -        800          -          -          -          -          -
1800.00/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.00	c   integral         :          0          0          0    1435728          0         50          0          4         21          0          0    2871152
1800.00/1800.00	c   varbound         :          0+        23         53        139          0          0        100          0        800        154          0          0
1800.00/1800.00	c   linear           :        400         23    5401030          1          0         47    8563563     115086    3975990          0          0          0
1800.00/1800.00	c   indicator        :        400          0        254        139          0         44          0          0          0          0          0          0
1800.00/1800.00	c   logicor          :          0+         0    2053733          0          0          0     818008      25109     411453          0          0          0
1800.00/1800.00	c   countsols        :          0          0          0          1          0         22          0          0          0          0          0          0
1800.00/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.00/1800.00	c   integral         :      30.21       0.00       0.00      30.21       0.00       0.00       0.00
1800.00/1800.00	c   varbound         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.00/1800.00	c   linear           :      49.92       0.00      46.65       0.00       0.00       0.00       3.26
1800.00/1800.00	c   indicator        :       0.01       0.00       0.00       0.00       0.00       0.01       0.00
1800.00/1800.00	c   logicor          :     138.22       0.00     137.61       0.00       0.00       0.00       0.61
1800.00/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.00/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.00/1800.00	c   vbounds          :          2          0          0          0
1800.00/1800.00	c   rootredcost      :          1          0          0        400
1800.00/1800.00	c   pseudoobj        :    5400830          0          0          0
1800.00/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.00/1800.00	c   vbounds          :       0.81       0.81       0.00
1800.00/1800.00	c   rootredcost      :       0.82       0.82       0.00
1800.00/1800.00	c   pseudoobj        :      28.26      28.26       0.00
1800.00/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.00/1800.00	c   propagation      :      11.91     140195     138980    1985766       45.5      12908        9.0          -
1800.00/1800.00	c   infeasible LP    :       0.16       2198       2198       6408       35.2         40       15.0          0
1800.00/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.00/1800.00	c   applied globally :          -          -          -     895881       42.9          -          -          -
1800.00/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.00/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.00/1800.00	c   cut pool         :       0.00         22          -          -         59          -    (maximal pool size: 193)
1800.00/1800.00	c   redcost          :      21.28    1435642          0          0          0          0
1800.00/1800.00	c   impliedbounds    :       0.00         16          0          0          0          0
1800.00/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.00/1800.00	c   gomory           :       0.01         16          0          0        268          0
1800.00/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.00/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.00/1800.00	c   strongcg         :       0.01         16          0          0        186          0
1800.00/1800.00	c   cmir             :       0.01         10          0          0          2          0
1800.00/1800.00	c   flowcover        :       0.02         10          0          0          4          0
1800.00/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.00/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.00/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.00/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.00/1800.00	c   rapidlearning    :       0.03          1          0          0          0          0
1800.00/1800.00	c Pricers            :       Time      Calls       Vars
1800.00/1800.00	c   problem variables:       0.00          0          0
1800.00/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.00	c   relpscost        :      29.41    1435589          4         21          0          0    2871152
1800.00/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.00/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.00/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.00/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.00/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.00/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.00/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.00/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.00/1800.00	c   LP solutions     :       0.00          -          1
1800.00/1800.00	c   pseudo solutions :       0.00          -          0
1800.00/1800.00	c   crossover        :       0.44          0          0
1800.00/1800.00	c   oneopt           :       0.24          2          0
1800.00/1800.00	c   guideddiving     :      62.60       6946          0
1800.00/1800.00	c   trivial          :       0.00          2          1
1800.00/1800.00	c   shiftandpropagate:       0.00          0          0
1800.00/1800.00	c   simplerounding   :       1.52    1435605          0
1800.00/1800.00	c   zirounding       :       0.27       1000          0
1800.00/1800.00	c   rounding         :       0.70      16930          0
1800.00/1800.00	c   shifting         :       0.40       5487          0
1800.00/1800.00	c   intshifting      :       0.03          0          0
1800.00/1800.00	c   twoopt           :       0.00          0          0
1800.00/1800.00	c   fixandinfer      :       0.00          0          0
1800.00/1800.00	c   feaspump         :       0.02          0          0
1800.00/1800.00	c   clique           :       0.00          0          0
1800.00/1800.00	c   coefdiving       :      62.70       7654          0
1800.00/1800.00	c   pscostdiving     :      53.91       4928          0
1800.00/1800.00	c   fracdiving       :      61.91       7398          0
1800.00/1800.00	c   veclendiving     :      52.10       4818          0
1800.00/1800.00	c   intdiving        :       0.00          0          0
1800.00/1800.00	c   actconsdiving    :       0.00          0          0
1800.00/1800.00	c   objpscostdiving  :       6.91        918          0
1800.00/1800.00	c   rootsoldiving    :       9.91        986          0
1800.00/1800.00	c   linesearchdiving :      61.86       7703          0
1800.00/1800.00	c   octane           :       0.00          0          0
1800.00/1800.00	c   rens             :       0.02          1          0
1800.00/1800.00	c   rins             :       0.00          0          0
1800.00/1800.00	c   localbranching   :       0.00          0          0
1800.00/1800.00	c   mutation         :       0.00          0          0
1800.00/1800.00	c   dins             :       0.00          0          0
1800.00/1800.00	c   vbounds          :       0.00          0          0
1800.00/1800.00	c   undercover       :       0.00          0          0
1800.00/1800.00	c   subnlp           :       0.21          0          0
1800.00/1800.00	c   trysol           :       0.33         24         19
1800.00/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.00/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.00/1800.00	c   dual LP          :     878.53    1435751   18651299      12.99   21230.11
1800.00/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.00/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.00/1800.00	c   diving/probing LP:     280.45     357889    5989856      16.74   21358.38
1800.00/1800.00	c   strong branching :      20.17      14548     412305      28.34   20440.24
1800.00/1800.00	c     (at root node) :          -         27       1047      38.78          -
1800.00/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.00/1800.00	c B&B Tree           :
1800.00/1800.00	c   number of runs   :          1
1800.00/1800.00	c   nodes            :    1470448
1800.00/1800.00	c   nodes (total)    :    1470448
1800.00/1800.00	c   nodes left       :    1364837
1800.00/1800.00	c   max depth        :         51
1800.00/1800.00	c   max depth (total):         51
1800.00/1800.00	c   backtracks       :     218444 (14.9%)
1800.00/1800.00	c   delayed cutoffs  :      35868
1800.00/1800.00	c   repropagations   :      34784 (744464 domain reductions, 24689 cutoffs)
1800.00/1800.00	c   avg switch length:       6.92
1800.00/1800.00	c   switching time   :     123.17
1800.00/1800.00	c Solution           :
1800.00/1800.00	c   Solutions found  :         21 (2 improvements)
1800.00/1800.00	c   First Solution   : +4.00000000000000e+02   (in run 1, after 1 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.00/1800.00	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 52 nodes, 0.66 seconds, depth 51, found by <relaxation>)
1800.00/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.00/1800.00	c   Gap              :   infinite
1800.00/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.00/1800.00	c   Root Iterations  :        246

Verifier Data

OK	1

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-3447914-1307902237/watcher-3447914-1307902237 -o /tmp/evaluation-result-3447914-1307902237/solver-3447914-1307902237 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447914-1307902237.wbo -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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.00 2.00 1.92 2/177 10632
/proc/meminfo: memFree=32096688/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=10296 CPUtime=0 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 1559 0 0 0 0 0 0 0 25 0 1 0 901821715 10543104 1513 33554432000 4194304 9128323 140736964449792 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10632/statm: 2574 1519 399 1205 0 1365 0

[startup+0.025416 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 10632
/proc/meminfo: memFree=32096688/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=20184 CPUtime=0.02 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 4101 0 0 0 2 0 0 0 25 0 1 0 901821715 20668416 3797 33554432000 4194304 9128323 140736964449792 18446744073709551615 5973112 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 5046 3797 533 1205 0 3837 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20184

[startup+0.100402 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 10632
/proc/meminfo: memFree=32096688/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=23768 CPUtime=0.09 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 8274 0 0 0 9 0 0 0 25 0 1 0 901821715 24338432 4925 33554432000 4194304 9128323 140736964449792 18446744073709551615 6699302 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 5942 4925 710 1205 0 4733 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23768

[startup+0.300363 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 10632
/proc/meminfo: memFree=32096688/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=35724 CPUtime=0.29 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 10948 0 0 0 27 2 0 0 25 0 1 0 901821715 36581376 7599 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 8931 7599 719 1205 0 7722 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35724

[startup+0.700294 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 10632
/proc/meminfo: memFree=32096688/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=35724 CPUtime=0.69 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 10956 0 0 0 62 7 0 0 25 0 1 0 901821715 36581376 7607 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 8931 7607 723 1205 0 7722 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35724

[startup+1.50016 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10633
/proc/meminfo: memFree=32069548/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=35724 CPUtime=1.49 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 11036 0 0 0 134 15 0 0 25 0 1 0 901821715 36581376 7687 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 8931 7687 727 1205 0 7722 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35724

[startup+3.10087 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10633
/proc/meminfo: memFree=32068680/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=35724 CPUtime=3.09 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 11040 0 0 0 279 30 0 0 25 0 1 0 901821715 36581376 7691 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 8931 7691 727 1205 0 7722 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35724

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10633
/proc/meminfo: memFree=32068956/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=35724 CPUtime=6.29 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 11050 0 0 0 576 53 0 0 25 0 1 0 901821715 36581376 7701 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 8931 7701 727 1205 0 7722 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35724

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10633
/proc/meminfo: memFree=32066012/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=37544 CPUtime=12.69 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 11764 0 0 0 1167 102 0 0 25 0 1 0 901821715 38445056 8415 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 9386 8415 727 1205 0 8177 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37544

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10633
/proc/meminfo: memFree=32057752/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=46272 CPUtime=25.49 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 14811 0 0 0 2343 206 0 0 25 0 1 0 901821715 47382528 10612 33554432000 4194304 9128323 140736964449792 18446744073709551615 6712753 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 11568 10612 727 1205 0 10359 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46272

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10634
/proc/meminfo: memFree=32038284/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=66156 CPUtime=51.09 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 20689 0 0 0 4692 417 0 0 25 0 1 0 901821715 67743744 15658 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 16539 15658 727 1205 0 15330 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 66156

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10635
/proc/meminfo: memFree=31993468/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=111280 CPUtime=102.3 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 32664 0 0 0 9421 809 0 0 25 0 1 0 901821715 113950720 26544 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 27820 26544 727 1205 0 26611 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 111280

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10637
/proc/meminfo: memFree=31946512/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=157252 CPUtime=162.3 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 45304 0 0 0 14942 1288 0 0 25 0 1 0 901821715 161026048 38321 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 39313 38321 727 1205 0 38104 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 157252

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10639
/proc/meminfo: memFree=31900704/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=207240 CPUtime=222.3 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 57857 0 0 0 20497 1733 0 0 25 0 1 0 901821715 212213760 49980 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 51810 49980 727 1205 0 50601 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 207240

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10640
/proc/meminfo: memFree=31852744/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=253600 CPUtime=282.29 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 69668 0 0 0 26035 2194 0 0 25 0 1 0 901821715 259686400 61791 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 63400 61791 727 1205 0 62191 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 253600

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10642
/proc/meminfo: memFree=31801604/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=303124 CPUtime=342.29 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 82267 0 0 0 31598 2631 0 0 25 0 1 0 901821715 310398976 74390 33554432000 4194304 9128323 140736964449792 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 75781 74390 727 1205 0 74572 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 303124

[startup+402.301 s]
/proc/loadavg: 2.10 2.03 1.93 3/178 10643
/proc/meminfo: memFree=31754412/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=349316 CPUtime=402.29 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 94005 0 0 0 37157 3072 0 0 25 0 1 0 901821715 357699584 86128 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10632/statm: 87329 86128 727 1205 0 86120 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 349316

[startup+462.3 s]
/proc/loadavg: 2.04 2.02 1.93 3/178 10645
/proc/meminfo: memFree=31709604/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=392540 CPUtime=462.3 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 106181 0 0 0 42746 3484 0 0 25 0 1 0 901821715 401960960 97144 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10632/statm: 98135 97144 727 1205 0 96926 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 392540

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 1.93 3/178 10647
/proc/meminfo: memFree=31667768/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=443280 CPUtime=522.29 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 116938 0 0 0 48305 3924 0 0 25 0 1 0 901821715 453918720 107899 33554432000 4194304 9128323 140736964449792 18446744073709551615 6712744 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10632/statm: 110820 107899 727 1205 0 109611 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 443280

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/178 10648
/proc/meminfo: memFree=31624320/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=485624 CPUtime=582.3 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 127443 0 0 0 53875 4355 0 0 25 0 1 0 901821715 497278976 118404 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10632/statm: 121406 118404 727 1205 0 120197 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 485624

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10655
/proc/meminfo: memFree=31471872/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=632568 CPUtime=822.3 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 164716 0 0 0 76285 5945 0 0 25 0 1 0 901821715 647749632 155675 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10632/statm: 158142 155675 727 1205 0 156933 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 632568

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10656
/proc/meminfo: memFree=31432888/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=670036 CPUtime=882.3 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 174287 0 0 0 81863 6367 0 0 25 0 1 0 901821715 686116864 165246 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10632/statm: 167509 165246 727 1205 0 166300 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 670036

[startup+942.301 s]
/proc/loadavg: 2.05 2.01 1.94 3/178 10658
/proc/meminfo: memFree=31399244/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=704036 CPUtime=942.3 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 184025 0 0 0 87463 6767 0 0 25 0 1 0 901821715 720932864 173853 33554432000 4194304 9128323 140736964449792 18446744073709551615 6650284 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 176009 173853 727 1205 0 174800 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 704036

[startup+1002.3 s]
/proc/loadavg: 2.05 2.02 1.94 3/178 10659
/proc/meminfo: memFree=31363976/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=738156 CPUtime=1002.3 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 192704 0 0 0 93062 7168 0 0 25 0 1 0 901821715 755871744 182532 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 184539 182532 727 1205 0 183330 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 738156

[startup+1062.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/178 10661
/proc/meminfo: memFree=31327956/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=773800 CPUtime=1062.29 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 201804 0 0 0 98659 7570 0 0 25 0 1 0 901821715 792371200 191632 33554432000 4194304 9128323 140736964449792 18446744073709551615 7342447 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 193450 191632 727 1205 0 192241 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 773800

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 10663
/proc/meminfo: memFree=31290576/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=809980 CPUtime=1122.29 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 210978 0 0 0 104229 8000 0 0 25 0 1 0 901821715 829419520 200806 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 202495 200806 727 1205 0 201286 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 809980

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 10664
/proc/meminfo: memFree=31249956/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=852140 CPUtime=1182.29 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 221702 0 0 0 109785 8444 0 0 25 0 1 0 901821715 872591360 211530 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 213035 211530 727 1205 0 211826 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 852140

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10666
/proc/meminfo: memFree=31207244/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=908448 CPUtime=1242.29 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 231865 0 0 0 115338 8891 0 0 25 0 1 0 901821715 930250752 221693 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10632/statm: 227112 221693 727 1205 0 225903 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 908448

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10667
/proc/meminfo: memFree=31168256/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=945764 CPUtime=1302.3 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 241340 0 0 0 120908 9322 0 0 25 0 1 0 901821715 968462336 231168 33554432000 4194304 9128323 140736964449792 18446744073709551615 6581536 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10632/statm: 236441 231168 727 1205 0 235232 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 945764

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10669
/proc/meminfo: memFree=31132004/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=981348 CPUtime=1362.29 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 250397 0 0 0 126494 9735 0 0 25 0 1 0 901821715 1004900352 240222 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10632/statm: 245337 240222 727 1205 0 244128 0
Current children cumulated CPU time (s) 1362.29
Current children cumulated vsize (KiB) 981348

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10671
/proc/meminfo: memFree=31089928/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=1023648 CPUtime=1422.3 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 260863 0 0 0 132092 10138 0 0 25 0 1 0 901821715 1048215552 250688 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10632/statm: 255912 250688 727 1205 0 254703 0
Current children cumulated CPU time (s) 1422.3
Current children cumulated vsize (KiB) 1023648

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/178 10672
/proc/meminfo: memFree=31058132/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=1056340 CPUtime=1482.3 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 269164 0 0 0 137721 10509 0 0 25 0 1 0 901821715 1081692160 258989 33554432000 4194304 9128323 140736964449792 18446744073709551615 6889432 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10632/statm: 264085 258989 727 1205 0 262876 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 1056340

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 10674
/proc/meminfo: memFree=31023236/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=1088872 CPUtime=1542.3 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 277431 0 0 0 143331 10899 0 0 25 0 1 0 901821715 1115004928 267256 33554432000 4194304 9128323 140736964449792 18446744073709551615 7205328 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10632/statm: 272218 267256 727 1205 0 271009 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 1088872

[startup+1602.3 s]
/proc/loadavg: 1.56 1.89 1.91 2/172 10700
/proc/meminfo: memFree=31317772/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=1120556 CPUtime=1602.3 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 285517 0 0 0 148918 11312 0 0 25 0 1 0 901821715 1147449344 275342 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10632/statm: 280139 275342 727 1205 0 278930 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 1120556

[startup+1662.3 s]
/proc/loadavg: 1.21 1.73 1.85 2/172 10702
/proc/meminfo: memFree=31279540/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=1157528 CPUtime=1662.3 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 294939 0 0 0 154462 11768 0 0 25 0 1 0 901821715 1185308672 284764 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10632/statm: 289382 284764 727 1205 0 288173 0
Current children cumulated CPU time (s) 1662.3
Current children cumulated vsize (KiB) 1157528

[startup+1722.3 s]
/proc/loadavg: 1.07 1.59 1.79 2/172 10704
/proc/meminfo: memFree=31250740/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=1187096 CPUtime=1722.3 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 302453 0 0 0 159978 12252 0 0 25 0 1 0 901821715 1215586304 292278 33554432000 4194304 9128323 140736964449792 18446744073709551615 4240151 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10632/statm: 296774 292278 727 1205 0 295565 0
Current children cumulated CPU time (s) 1722.3
Current children cumulated vsize (KiB) 1187096

[startup+1782.3 s]
/proc/loadavg: 1.02 1.48 1.74 2/172 10705
/proc/meminfo: memFree=31213496/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=1222032 CPUtime=1782.3 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 311377 0 0 0 165521 12709 0 0 25 0 1 0 901821715 1251360768 301202 33554432000 4194304 9128323 140736964449792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10632/statm: 305508 301202 727 1205 0 304299 0
Current children cumulated CPU time (s) 1782.3
Current children cumulated vsize (KiB) 1222032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.02 1.46 1.73 2/172 10706
/proc/meminfo: memFree=31197732/32951124 swapFree=67056676/67111528
[pid=10632] ppid=10630 vsize=1237036 CPUtime=1800.01 cores=1,3,5,7
/proc/10632/stat : 10632 (scip-2.0.1.4.li) R 10630 10632 9967 0 -1 4202496 315186 0 0 0 167153 12848 0 0 25 0 1 0 901821715 1266724864 305011 33554432000 4194304 9128323 140736964449792 18446744073709551615 6857090 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10632/statm: 309259 305011 729 1205 0 308050 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1237036

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.05
CPU time (s): 1800.06
CPU user time (s): 1671.53
CPU system time (s): 128.525
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 1237036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1671.53
system time used= 128.525
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 315186
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= 4
involuntary context switches= 1744

runsolver used 2.38464 second user time and 6.05308 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-12 20:10:37
IDJOB=3447914
IDBENCH=79370
IDSOLVER=1944
FILE ID=node136/3447914-1307902237
RUNJOBID= node136-1307897180-9986
PBS_JOBID= 13559606
Free space on /tmp= 74048 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/dimacs/normalized-pret150_25_ext.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447914-1307902237/watcher-3447914-1307902237 -o /tmp/evaluation-result-3447914-1307902237/solver-3447914-1307902237 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447914-1307902237.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 365904b3d99ce590f30201f621420ac3
RANDOM SEED=1468879200

node136.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32097364 kB
Buffers:        116164 kB
Cached:         220940 kB
SwapCached:       8452 kB
Active:         563452 kB
Inactive:       102032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32097364 kB
SwapTotal:    67111528 kB
SwapFree:     67056676 kB
Dirty:           12484 kB
Writeback:           0 kB
AnonPages:      326296 kB
Mapped:          16188 kB
Slab:           123508 kB
PageTables:       4900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   529984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74048 MiB
End job on node136 at 2011-06-12 20:40:40