Trace number 2666184

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)6 1800.12 1800.6

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-rd84.b.opb
MD5SUM6560abb26f607ef952ebe1a74dd5dae1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark57.3413
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables1009
Total number of constraints3773
Number of constraints which are clauses3773
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 constraint5
Maximum length of a constraint446
Number of terms in the objective function 1009
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 1009
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1009
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2666184-1276589879.opb>
0.49/0.50	c original problem has 1009 variables (1009 bin, 0 int, 0 impl, 0 cont) and 3773 constraints
0.49/0.50	c problem read
0.49/0.50	c presolving settings loaded
0.59/0.65	o 1009
0.59/0.65	o 979
0.59/0.65	c feasible solution found by trivial heuristic, objective value  9.790000e+02
0.59/0.65	c presolving:
1.49/1.51	c (round 1) 0 del vars, 376 del conss, 0 chg bounds, 2 chg sides, 0 chg coeffs, 3770 upgd conss, 0 impls, 0 clqs
1.49/1.54	c    (1.0s) probing: 101/1009 (10.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.49/1.54	c    (1.0s) probing aborted: 100/100 successive totally useless probings
1.49/1.54	c presolving (2 rounds):
1.49/1.54	c  0 deleted vars, 376 deleted constraints, 0 tightened bounds, 0 added holes, 2 changed sides, 0 changed coefficients
1.49/1.54	c  0 implications, 0 cliques
1.49/1.54	c presolved problem has 1009 variables (1009 bin, 0 int, 0 impl, 0 cont) and 3397 constraints
1.49/1.54	c    3397 constraints of type <logicor>
1.49/1.54	c transformed objective value is always integral (scale: 1)
1.49/1.54	c Presolving Time: 0.91
1.49/1.55	c - non default parameters ----------------------------------------------------------------------
1.49/1.55	c # SCIP version 1.2.1.2
1.49/1.55	c 
1.49/1.55	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
1.49/1.55	c # [type: int, range: [-1,2147483647], default: -1]
1.49/1.55	c conflict/interconss = 0
1.49/1.55	c 
1.49/1.55	c # should binary conflicts be preferred?
1.49/1.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.49/1.55	c conflict/preferbinary = TRUE
1.49/1.55	c 
1.49/1.55	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
1.49/1.55	c # [type: int, range: [-1,2147483647], default: 0]
1.49/1.55	c constraints/agelimit = 1
1.49/1.55	c 
1.49/1.55	c # should enforcement of pseudo solution be disabled?
1.49/1.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.49/1.55	c constraints/disableenfops = TRUE
1.49/1.55	c 
1.49/1.55	c # frequency for displaying node information lines
1.49/1.55	c # [type: int, range: [-1,2147483647], default: 100]
1.49/1.55	c display/freq = 10000
1.49/1.55	c 
1.49/1.55	c # maximal time in seconds to run
1.49/1.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.49/1.55	c limits/time = 1799.51
1.49/1.55	c 
1.49/1.55	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.49/1.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.49/1.55	c limits/memory = 1620
1.49/1.55	c 
1.49/1.55	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
1.49/1.55	c # [type: int, range: [-1,2147483647], default: 1]
1.49/1.55	c lp/solvefreq = 0
1.49/1.55	c 
1.49/1.55	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
1.49/1.55	c # [type: char, range: {lafpsqd}, default: l]
1.49/1.55	c lp/pricing = a
1.49/1.55	c 
1.49/1.55	c # should presolving try to simplify inequalities
1.49/1.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.49/1.55	c constraints/linear/simplifyinequalities = TRUE
1.49/1.55	c 
1.49/1.55	c # should presolving try to simplify knapsacks
1.49/1.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.49/1.55	c constraints/knapsack/simplifyinequalities = TRUE
1.49/1.55	c 
1.49/1.55	c # priority of node selection rule <dfs> in standard mode
1.49/1.55	c # [type: int, range: [-536870912,536870911], default: 0]
1.49/1.55	c nodeselection/dfs/stdpriority = 1000000
1.49/1.55	c 
1.49/1.55	c -----------------------------------------------------------------------------------------------
1.49/1.55	c start solving
1.49/1.55	c 
1.49/1.55	o 894
1.49/1.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.49/1.55	c t 1.0s|     1 |     0 |     0 |     - |  16M|   0 |   - |1009 |3397 |   0 |   0 |   0 |   0 |   0 |      --      | 8.940000e+02 |    Inf 
1.69/1.71	o 14
1.69/1.71	c b 1.1s|     1 |     0 |     0 |     - |  27M|   0 |   - |1009 |3397 |1009 |3397 |   0 |   0 |   0 |      --      | 1.400000e+01 |    Inf 
1.69/1.78	c   1.2s|     1 |     0 |   127 |     - |  27M|   0 |  19 |1009 |3397 |1009 |3397 |   0 |   0 |   0 | 4.125000e+00 | 1.400000e+01 | 239.39%
1.69/1.79	o 13
1.69/1.79	c R 1.2s|     1 |     0 |   127 |     - |  27M|   0 |  19 |1009 |3397 |1009 |3397 |   0 |   0 |   0 | 4.125000e+00 | 1.300000e+01 | 215.15%
1.79/1.80	o 7
1.79/1.80	c b 1.2s|     1 |     0 |   127 |     - |  28M|   0 |  19 |1009 |3397 |1009 |3397 |   0 |   0 |   0 | 4.125000e+00 | 7.000000e+00 |  69.70%
2.20/2.25	c   1.7s|     1 |     0 |   243 |     - |  28M|   0 |  36 |1009 |3397 |1009 |3399 |   2 |   0 |   0 | 4.265603e+00 | 7.000000e+00 |  64.10%
2.20/2.26	o 6
2.20/2.26	c b 1.7s|     1 |     0 |   243 |     - |  28M|   0 |  36 |1009 |3397 |1009 |3399 |   2 |   0 |   0 | 4.265603e+00 | 6.000000e+00 |  40.66%
3.49/3.50	c   2.9s|     1 |     0 |   354 |     - |  28M|   0 |  35 |1009 |3356 |1009 |2955 |   3 |   0 |   0 | 4.283122e+00 | 6.000000e+00 |  40.08%
5.29/5.39	c   4.8s|     1 |     0 |   452 |     - |  28M|   0 |  49 |1009 |3356 |1009 |2956 |   4 |   0 |   0 | 4.347826e+00 | 6.000000e+00 |  38.00%
6.89/6.95	c   6.3s|     1 |     0 |   508 |     - |  29M|   0 |  45 |1009 |3356 |1009 |2957 |   5 |   0 |   0 | 4.353312e+00 | 6.000000e+00 |  37.83%
7.19/7.25	c   6.6s|     1 |     0 |   587 |     - |  29M|   0 |  51 |1009 |3356 |1009 |2959 |   7 |   0 |   0 | 4.500000e+00 | 6.000000e+00 |  33.33%
14.08/14.12	c  13.2s|     1 |     0 |   622 |     - |  29M|   0 |  53 |1009 |3356 |1009 |2959 |   7 |   0 |  22 | 4.500000e+00 | 6.000000e+00 |  33.33%
15.68/15.76	c  14.8s|     1 |     0 |   659 |     - |  29M|   0 |  48 |1009 |3356 |1009 |2959 |   7 |   0 |  28 | 4.500000e+00 | 6.000000e+00 |  33.33%
17.59/17.68	c  16.7s|     1 |     0 |   689 |     - |  29M|   0 | 100 |1009 |3356 |1009 |2959 |   7 |   0 |  35 | 4.500000e+00 | 6.000000e+00 |  33.33%
19.49/19.50	c  18.5s|     1 |     0 |   708 |     - |  29M|   0 | 101 |1009 |3299 |1009 |2959 |   7 |   0 |  42 | 4.500000e+00 | 6.000000e+00 |  33.33%
22.59/22.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.59/22.60	c  21.5s|     1 |     0 |   728 |     - |  29M|   0 | 100 |1009 |3252 |1009 |2959 |   7 |   0 |  54 | 4.500000e+00 | 6.000000e+00 |  33.33%
25.30/25.32	c  24.1s|     1 |     0 |   754 |     - |  29M|   0 |  96 |1009 |3252 |1009 |2959 |   7 |   0 |  64 | 4.500000e+00 | 6.000000e+00 |  33.33%
26.48/26.52	c  25.3s|     1 |     0 |   801 |     - |  29M|   0 |  98 |1009 |3252 |1009 |2959 |   7 |   0 |  69 | 4.500000e+00 | 6.000000e+00 |  33.33%
28.49/28.57	c  27.3s|     1 |     0 |   825 |     - |  29M|   0 |  97 |1009 |3252 |1009 |2959 |   7 |   0 |  78 | 4.500000e+00 | 6.000000e+00 |  33.33%
29.89/29.94	c  28.6s|     1 |     0 |   861 |     - |  29M|   0 |  45 |1009 |3252 |1009 |2959 |   7 |   0 |  85 | 4.500000e+00 | 6.000000e+00 |  33.33%
30.78/30.89	c  29.6s|     1 |     0 |   880 |     - |  29M|   0 |  43 |1009 |3252 |1009 |2959 |   7 |   0 |  90 | 4.500000e+00 | 6.000000e+00 |  33.33%
31.78/31.81	c  30.4s|     1 |     0 |   898 |     - |  29M|   0 |  40 |1009 |3252 |1009 |2959 |   7 |   0 |  95 | 4.500000e+00 | 6.000000e+00 |  33.33%
32.48/32.55	c  31.2s|     1 |     0 |   902 |     - |  29M|   0 |  39 |1009 |3252 |1009 |2956 |   7 |   0 |  99 | 4.500000e+00 | 6.000000e+00 |  33.33%
32.99/33.09	c  31.7s|     1 |     0 |   905 |     - |  29M|   0 |  37 |1009 |3252 |1009 |2956 |   7 |   0 | 101 | 4.500000e+00 | 6.000000e+00 |  33.33%
33.18/33.27	c  31.9s|     1 |     2 |   905 |     - |  29M|   0 |  37 |1009 |3252 |1009 |2956 |   7 |   0 | 101 | 4.500000e+00 | 6.000000e+00 |  33.33%
33.18/33.27	c (run 1, node 1) restarting after 192 global fixings of integer variables
33.18/33.27	c 
33.18/33.27	c (restart) converted 4 cuts from the global cut pool into linear constraints
33.18/33.27	c 
33.28/33.33	c presolving:
33.28/33.35	c (round 1) 192 del vars, 472 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4 upgd conss, 0 impls, 0 clqs
33.38/33.44	c presolving (2 rounds):
33.38/33.44	c  192 deleted vars, 472 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
33.38/33.44	c  0 implications, 0 cliques
33.38/33.44	c presolved problem has 817 variables (817 bin, 0 int, 0 impl, 0 cont) and 2784 constraints
33.38/33.44	c       3 constraints of type <knapsack>
33.38/33.44	c    2781 constraints of type <logicor>
33.38/33.44	c transformed objective value is always integral (scale: 1)
33.38/33.44	c Presolving Time: 1.01
33.38/33.44	c 
33.49/33.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.49/33.57	c  32.1s|     1 |     0 |   987 |     - |  24M|   0 |  31 | 817 |2784 | 817 |2784 |   0 |   0 | 101 | 4.500000e+00 | 6.000000e+00 |  33.33%
35.58/35.68	c  34.2s|     1 |     0 |  1032 |     - |  25M|   0 |  39 | 817 |2784 | 817 |2785 |   1 |   0 | 101 | 4.500000e+00 | 6.000000e+00 |  33.33%
37.48/37.50	c  36.0s|     1 |     0 |  1090 |     - |  25M|   0 |  39 | 817 |2784 | 817 |2785 |   1 |   0 | 117 | 4.500000e+00 | 6.000000e+00 |  33.33%
38.68/38.77	c  37.2s|     1 |     0 |  1154 |     - |  25M|   0 |  29 | 817 |2783 | 817 |2785 |   1 |   0 | 128 | 4.500000e+00 | 6.000000e+00 |  33.33%
40.88/40.91	c  39.3s|     1 |     0 |  1184 |     - |  25M|   0 |  26 | 817 |2782 | 817 |2785 |   1 |   0 | 145 | 4.500000e+00 | 6.000000e+00 |  33.33%
41.18/41.23	c  39.6s|     1 |     0 |  1185 |     - |  25M|   0 |  25 | 817 |2782 | 817 |2785 |   1 |   0 | 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
41.18/41.23	c  39.6s|     1 |     2 |  1185 |     - |  25M|   0 |  25 | 817 |2782 | 817 |2785 |   1 |   0 | 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
48.57/48.69	c  46.8s| 10000 |   616 |  1185 |   0.0 |  25M| 718 |   - | 817 |2782 |   0 |   0 |   1 |4769 | 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
56.38/56.46	c  54.3s| 20000 |   594 |  1185 |   0.0 |  25M| 718 |   - | 817 |2784 |   0 |   0 |   1 |9559 | 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
64.47/64.50	c  62.1s| 30000 |   603 |  1185 |   0.0 |  25M| 718 |   - | 817 |2790 |   0 |   0 |   1 |  14k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
72.87/72.99	c  70.4s| 40000 |   586 |  1185 |   0.0 |  25M| 718 |   - | 817 |2782 |   0 |   0 |   1 |  18k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
81.07/81.11	c  78.2s| 50000 |   593 |  1185 |   0.0 |  25M| 718 |   - | 817 |2782 |   0 |   0 |   1 |  23k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
91.57/91.61	c  88.5s| 60000 |   593 |  1185 |   0.0 |  25M| 718 |   - | 817 |2787 |   0 |   0 |   1 |  27k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
100.96/101.04	c  97.7s| 70000 |   593 |  1185 |   0.0 |  25M| 718 |   - | 817 |2791 |   0 |   0 |   1 |  32k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
111.46/111.54	c   108s| 80000 |   586 |  1185 |   0.0 |  25M| 718 |   - | 817 |2790 |   0 |   0 |   1 |  37k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
121.15/121.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
121.15/121.28	c   117s| 90000 |   576 |  1185 |   0.0 |  25M| 718 |   - | 817 |2785 |   0 |   0 |   1 |  41k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
130.45/130.50	c   126s|100000 |   564 |  1185 |   0.0 |  25M| 718 |   - | 817 |2786 |   0 |   0 |   1 |  46k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
140.55/140.68	c   136s|110000 |   585 |  1185 |   0.0 |  25M| 718 |   - | 817 |2782 |   0 |   0 |   1 |  51k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
149.45/149.50	c   145s|120000 |   586 |  1185 |   0.0 |  25M| 718 |   - | 817 |2784 |   0 |   0 |   1 |  55k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
157.75/157.85	c   153s|130000 |   569 |  1185 |   0.0 |  25M| 718 |   - | 817 |2784 |   0 |   0 |   1 |  60k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
168.04/168.18	c   163s|140000 |   563 |  1185 |   0.0 |  25M| 718 |   - | 817 |2788 |   0 |   0 |   1 |  65k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
179.15/179.25	c   174s|150000 |   561 |  1185 |   0.0 |  25M| 718 |   - | 817 |2783 |   0 |   0 |   1 |  71k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
189.94/190.07	c   184s|160000 |   550 |  1185 |   0.0 |  25M| 718 |   - | 817 |2787 |   0 |   0 |   1 |  76k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
201.34/201.43	c   195s|170000 |   555 |  1185 |   0.0 |  25M| 718 |   - | 817 |2784 |   0 |   0 |   1 |  81k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
211.33/211.48	c   205s|180000 |   548 |  1185 |   0.0 |  25M| 718 |   - | 817 |2794 |   0 |   0 |   1 |  86k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
222.53/222.60	c   216s|190000 |   527 |  1185 |   0.0 |  25M| 718 |   - | 817 |2790 |   0 |   0 |   1 |  92k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
232.53/232.62	c   226s|200000 |   569 |  1185 |   0.0 |  25M| 718 |   - | 817 |2788 |   0 |   0 |   1 |  97k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
246.03/246.15	c   239s|210000 |   536 |  1185 |   0.0 |  25M| 718 |   - | 817 |2783 |   0 |   0 |   1 | 102k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
258.33/258.42	c   251s|220000 |   512 |  1185 |   0.0 |  25M| 718 |   - | 817 |2787 |   0 |   0 |   1 | 108k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
269.43/269.56	c   262s|230000 |   509 |  1185 |   0.0 |  25M| 718 |   - | 817 |2794 |   0 |   0 |   1 | 113k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
279.41/279.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
279.41/279.58	c   272s|240000 |   531 |  1185 |   0.0 |  25M| 718 |   - | 817 |2786 |   0 |   0 |   1 | 117k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
289.92/290.01	c   282s|250000 |   493 |  1185 |   0.0 |  25M| 718 |   - | 817 |2788 |   0 |   0 |   1 | 122k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
302.91/303.00	c   294s|260000 |   514 |  1185 |   0.0 |  25M| 718 |   - | 817 |2784 |   0 |   0 |   1 | 128k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
315.20/315.30	c   306s|270000 |   506 |  1185 |   0.0 |  25M| 718 |   - | 817 |2786 |   0 |   0 |   1 | 133k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
326.90/327.06	c   318s|280000 |   477 |  1185 |   0.0 |  25M| 718 |   - | 817 |2793 |   0 |   0 |   1 | 138k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
338.30/338.43	c   329s|290000 |   495 |  1185 |   0.0 |  25M| 718 |   - | 817 |2786 |   0 |   0 |   1 | 143k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
351.10/351.25	c   342s|300000 |   469 |  1185 |   0.0 |  25M| 718 |   - | 817 |2782 |   0 |   0 |   1 | 148k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
363.00/363.16	c   353s|310000 |   468 |  1185 |   0.0 |  25M| 718 |   - | 817 |2784 |   0 |   0 |   1 | 154k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
374.30/374.47	c   364s|320000 |   470 |  1185 |   0.0 |  25M| 718 |   - | 817 |2789 |   0 |   0 |   1 | 159k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
385.69/385.82	c   375s|330000 |   455 |  1185 |   0.0 |  25M| 718 |   - | 817 |2787 |   0 |   0 |   1 | 164k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
398.10/398.25	c   387s|340000 |   461 |  1185 |   0.0 |  25M| 718 |   - | 817 |2789 |   0 |   0 |   1 | 169k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
409.58/409.75	c   399s|350000 |   453 |  1185 |   0.0 |  25M| 718 |   - | 817 |2784 |   0 |   0 |   1 | 175k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
421.39/421.53	c   410s|360000 |   443 |  1185 |   0.0 |  25M| 718 |   - | 817 |2783 |   0 |   0 |   1 | 180k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
434.78/434.91	c   423s|370000 |   458 |  1185 |   0.0 |  25M| 718 |   - | 817 |2785 |   0 |   0 |   1 | 185k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
446.58/446.71	c   435s|380000 |   432 |  1185 |   0.0 |  25M| 718 |   - | 817 |2785 |   0 |   0 |   1 | 191k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
457.98/458.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
457.98/458.18	c   446s|390000 |   447 |  1185 |   0.0 |  25M| 718 |   - | 817 |2786 |   0 |   0 |   1 | 196k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
469.48/469.68	c   457s|400000 |   454 |  1185 |   0.0 |  25M| 718 |   - | 817 |2799 |   0 |   0 |   1 | 201k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
482.37/482.52	c   470s|410000 |   432 |  1185 |   0.0 |  25M| 718 |   - | 817 |2789 |   0 |   0 |   1 | 207k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
495.26/495.43	c   482s|420000 |   437 |  1185 |   0.0 |  25M| 718 |   - | 817 |2793 |   0 |   0 |   1 | 212k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
507.86/508.05	c   495s|430000 |   425 |  1185 |   0.0 |  25M| 718 |   - | 817 |2785 |   0 |   0 |   1 | 218k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
520.95/521.19	c   508s|440000 |   436 |  1185 |   0.0 |  25M| 718 |   - | 817 |2782 |   0 |   0 |   1 | 224k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
534.25/534.42	c   520s|450000 |   414 |  1185 |   0.0 |  25M| 718 |   - | 817 |2803 |   0 |   0 |   1 | 229k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
547.05/547.29	c   533s|460000 |   425 |  1185 |   0.0 |  25M| 718 |   - | 817 |2782 |   0 |   0 |   1 | 235k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
559.84/560.02	c   546s|470000 |   437 |  1185 |   0.0 |  25M| 718 |   - | 817 |2784 |   0 |   0 |   1 | 240k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
571.44/571.68	c   557s|480000 |   441 |  1185 |   0.0 |  25M| 718 |   - | 817 |2789 |   0 |   0 |   1 | 245k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
584.14/584.39	c   569s|490000 |   430 |  1185 |   0.0 |  25M| 718 |   - | 817 |2789 |   0 |   0 |   1 | 251k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
596.34/596.50	c   581s|500000 |   453 |  1185 |   0.0 |  25M| 718 |   - | 817 |2786 |   0 |   0 |   1 | 256k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
608.83/609.04	c   593s|510000 |   418 |  1185 |   0.0 |  25M| 718 |   - | 817 |2782 |   0 |   0 |   1 | 261k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
621.42/621.63	c   606s|520000 |   427 |  1185 |   0.0 |  25M| 718 |   - | 817 |2790 |   0 |   0 |   1 | 266k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
633.43/633.68	c   618s|530000 |   405 |  1185 |   0.0 |  25M| 718 |   - | 817 |2782 |   0 |   0 |   1 | 271k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
646.02/646.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
646.02/646.24	c   630s|540000 |   400 |  1185 |   0.0 |  25M| 718 |   - | 817 |2796 |   0 |   0 |   1 | 276k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
658.63/658.80	c   642s|550000 |   397 |  1185 |   0.0 |  25M| 718 |   - | 817 |2786 |   0 |   0 |   1 | 282k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
672.01/672.27	c   655s|560000 |   390 |  1185 |   0.0 |  25M| 718 |   - | 817 |2785 |   0 |   0 |   1 | 287k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
684.91/685.16	c   668s|570000 |   395 |  1185 |   0.0 |  25M| 718 |   - | 817 |2789 |   0 |   0 |   1 | 293k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
699.10/699.38	c   682s|580000 |   406 |  1185 |   0.0 |  25M| 718 |   - | 817 |2784 |   0 |   0 |   1 | 298k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
713.41/713.64	c   696s|590000 |   395 |  1185 |   0.0 |  25M| 718 |   - | 817 |2786 |   0 |   0 |   1 | 304k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
726.60/726.84	c   709s|600000 |   390 |  1185 |   0.0 |  25M| 718 |   - | 817 |2783 |   0 |   0 |   1 | 310k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
740.40/740.61	c   722s|610000 |   398 |  1185 |   0.0 |  25M| 718 |   - | 817 |2783 |   0 |   0 |   1 | 315k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
754.99/755.25	c   736s|620000 |   375 |  1185 |   0.0 |  25M| 718 |   - | 817 |2784 |   0 |   0 |   1 | 321k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
769.18/769.46	c   750s|630000 |   365 |  1185 |   0.0 |  25M| 718 |   - | 817 |2787 |   0 |   0 |   1 | 326k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
782.89/783.15	c   764s|640000 |   367 |  1185 |   0.0 |  25M| 718 |   - | 817 |2785 |   0 |   0 |   1 | 332k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
796.98/797.25	c   778s|650000 |   380 |  1185 |   0.0 |  25M| 718 |   - | 817 |2802 |   0 |   0 |   1 | 337k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
811.28/811.59	c   792s|660000 |   370 |  1185 |   0.0 |  25M| 718 |   - | 817 |2784 |   0 |   0 |   1 | 343k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
824.87/825.18	c   805s|670000 |   372 |  1185 |   0.0 |  25M| 718 |   - | 817 |2783 |   0 |   0 |   1 | 348k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
838.87/839.12	c   819s|680000 |   387 |  1185 |   0.0 |  25M| 718 |   - | 817 |2786 |   0 |   0 |   1 | 354k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
852.27/852.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
852.27/852.58	c   832s|690000 |   364 |  1185 |   0.0 |  25M| 718 |   - | 817 |2787 |   0 |   0 |   1 | 359k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
866.86/867.11	c   846s|700000 |   368 |  1185 |   0.0 |  25M| 718 |   - | 817 |2783 |   0 |   0 |   1 | 365k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
880.96/881.29	c   860s|710000 |   410 |  1185 |   0.0 |  25M| 718 |   - | 817 |2782 |   0 |   0 |   1 | 370k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
893.06/893.30	c   872s|720000 |   377 |  1185 |   0.0 |  25M| 718 |   - | 817 |2790 |   0 |   0 |   1 | 375k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
906.95/907.21	c   885s|730000 |   383 |  1185 |   0.0 |  25M| 718 |   - | 817 |2787 |   0 |   0 |   1 | 380k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
921.15/921.49	c   899s|740000 |   361 |  1185 |   0.0 |  25M| 718 |   - | 817 |2787 |   0 |   0 |   1 | 385k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
935.04/935.36	c   913s|750000 |   356 |  1185 |   0.0 |  25M| 718 |   - | 817 |2789 |   0 |   0 |   1 | 390k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
950.05/950.30	c   927s|760000 |   360 |  1185 |   0.0 |  25M| 718 |   - | 817 |2793 |   0 |   0 |   1 | 396k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
965.44/965.77	c   943s|770000 |   373 |  1185 |   0.0 |  25M| 718 |   - | 817 |2782 |   0 |   0 |   1 | 401k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
980.04/980.39	c   957s|780000 |   343 |  1185 |   0.0 |  25M| 718 |   - | 817 |2788 |   0 |   0 |   1 | 406k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
996.83/997.12	c   973s|790000 |   381 |  1185 |   0.0 |  25M| 718 |   - | 817 |2783 |   0 |   0 |   1 | 411k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1015.52/1015.89	c   992s|800000 |   380 |  1185 |   0.0 |  25M| 718 |   - | 817 |2785 |   0 |   0 |   1 | 416k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1034.52/1034.86	c  1010s|810000 |   360 |  1185 |   0.0 |  25M| 718 |   - | 817 |2782 |   0 |   0 |   1 | 421k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1057.02/1057.33	c  1032s|820000 |   372 |  1185 |   0.0 |  25M| 718 |   - | 817 |2784 |   0 |   0 |   1 | 426k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1076.00/1076.33	c  1051s|830000 |   351 |  1185 |   0.0 |  25M| 718 |   - | 817 |2784 |   0 |   0 |   1 | 431k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1096.31/1096.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1096.31/1096.64	c  1071s|840000 |   347 |  1185 |   0.0 |  25M| 718 |   - | 817 |2783 |   0 |   0 |   1 | 436k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1115.50/1115.82	c  1089s|850000 |   350 |  1185 |   0.0 |  25M| 718 |   - | 817 |2782 |   0 |   0 |   1 | 441k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1137.59/1137.96	c  1111s|860000 |   341 |  1185 |   0.0 |  25M| 718 |   - | 817 |2791 |   0 |   0 |   1 | 446k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1159.49/1159.82	c  1133s|870000 |   342 |  1185 |   0.0 |  25M| 718 |   - | 817 |2782 |   0 |   0 |   1 | 451k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1178.88/1179.25	c  1152s|880000 |   344 |  1185 |   0.0 |  25M| 718 |   - | 817 |2785 |   0 |   0 |   1 | 456k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1199.18/1199.52	c  1172s|890000 |   340 |  1185 |   0.0 |  25M| 718 |   - | 817 |2784 |   0 |   0 |   1 | 461k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1218.77/1219.13	c  1191s|900000 |   327 |  1185 |   0.0 |  25M| 718 |   - | 817 |2783 |   0 |   0 |   1 | 466k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1237.67/1238.03	c  1209s|910000 |   343 |  1185 |   0.0 |  25M| 718 |   - | 817 |2792 |   0 |   0 |   1 | 471k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1256.16/1256.57	c  1227s|920000 |   333 |  1185 |   0.0 |  25M| 718 |   - | 817 |2783 |   0 |   0 |   1 | 475k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1276.45/1276.86	c  1247s|930000 |   345 |  1185 |   0.0 |  25M| 718 |   - | 817 |2786 |   0 |   0 |   1 | 480k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1297.75/1298.19	c  1268s|940000 |   352 |  1185 |   0.0 |  25M| 718 |   - | 817 |2784 |   0 |   0 |   1 | 485k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1316.64/1317.00	c  1287s|950000 |   335 |  1185 |   0.0 |  25M| 718 |   - | 817 |2783 |   0 |   0 |   1 | 490k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1336.54/1336.97	c  1306s|960000 |   339 |  1185 |   0.0 |  25M| 718 |   - | 817 |2783 |   0 |   0 |   1 | 494k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1356.74/1357.17	c  1326s|970000 |   338 |  1185 |   0.0 |  25M| 718 |   - | 817 |2782 |   0 |   0 |   1 | 499k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1376.74/1377.13	c  1346s|980000 |   339 |  1185 |   0.0 |  25M| 718 |   - | 817 |2784 |   0 |   0 |   1 | 504k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1399.62/1400.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1399.62/1400.01	c  1368s|990000 |   334 |  1185 |   0.0 |  25M| 718 |   - | 817 |2787 |   0 |   0 |   1 | 509k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1423.12/1423.50	c  1391s|  1000k|   334 |  1185 |   0.0 |  25M| 718 |   - | 817 |2798 |   0 |   0 |   1 | 515k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1444.11/1444.54	c  1412s|  1010k|   332 |  1185 |   0.0 |  25M| 718 |   - | 817 |2788 |   0 |   0 |   1 | 519k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1466.41/1466.83	c  1434s|  1020k|   313 |  1185 |   0.0 |  25M| 718 |   - | 817 |2787 |   0 |   0 |   1 | 524k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1488.70/1489.18	c  1456s|  1030k|   315 |  1185 |   0.0 |  25M| 718 |   - | 817 |2786 |   0 |   0 |   1 | 529k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1513.60/1514.02	c  1480s|  1040k|   322 |  1185 |   0.0 |  25M| 718 |   - | 817 |2793 |   0 |   0 |   1 | 535k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1536.08/1536.53	c  1502s|  1050k|   314 |  1185 |   0.0 |  25M| 718 |   - | 817 |2782 |   0 |   0 |   1 | 540k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1557.78/1558.22	c  1524s|  1060k|   323 |  1185 |   0.0 |  25M| 718 |   - | 817 |2814 |   0 |   0 |   1 | 544k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1580.28/1580.77	c  1546s|  1070k|   293 |  1185 |   0.0 |  25M| 718 |   - | 817 |2782 |   0 |   0 |   1 | 549k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1605.17/1605.68	c  1570s|  1080k|   290 |  1185 |   0.0 |  25M| 718 |   - | 817 |2786 |   0 |   0 |   1 | 554k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1628.57/1629.00	c  1593s|  1090k|   305 |  1185 |   0.0 |  25M| 718 |   - | 817 |2788 |   0 |   0 |   1 | 559k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1652.77/1653.24	c  1617s|  1100k|   293 |  1185 |   0.0 |  25M| 718 |   - | 817 |2794 |   0 |   0 |   1 | 564k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1677.05/1677.54	c  1641s|  1110k|   302 |  1185 |   0.0 |  25M| 718 |   - | 817 |2784 |   0 |   0 |   1 | 570k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1701.25/1701.73	c  1664s|  1120k|   280 |  1185 |   0.0 |  25M| 718 |   - | 817 |2782 |   0 |   0 |   1 | 575k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1723.24/1723.74	c  1686s|  1130k|   288 |  1185 |   0.0 |  25M| 718 |   - | 817 |2784 |   0 |   0 |   1 | 580k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1747.63/1748.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1747.63/1748.17	c  1710s|  1140k|   287 |  1185 |   0.0 |  25M| 718 |   - | 817 |2793 |   0 |   0 |   1 | 585k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1769.33/1769.89	c  1731s|  1150k|   274 |  1185 |   0.0 |  25M| 718 |   - | 817 |2787 |   0 |   0 |   1 | 590k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1793.42/1793.92	c  1755s|  1160k|   284 |  1185 |   0.0 |  25M| 718 |   - | 817 |2796 |   0 |   0 |   1 | 595k| 148 | 4.500000e+00 | 6.000000e+00 |  33.33%
1800.02/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.50	c 
1800.02/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.50	c Solving Time (sec) : 1761.56
1800.02/1800.50	c Solving Nodes      : 1162839 (total of 1162840 nodes in 2 runs)
1800.02/1800.50	c Primal Bound       : +6.00000000000000e+00 (10 solutions)
1800.02/1800.50	c Dual Bound         : +4.50000000000000e+00
1800.02/1800.50	c Gap                : 33.33 %
1800.02/1800.53	s SATISFIABLE
1800.02/1800.53	v -x1009 -x1008 -x1007 -x1006 -x1005 -x1004 -x1003 -x1002 -x1001 -x1000 -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 
1800.02/1800.53	v -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 -x979 -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 
1800.02/1800.53	v -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 -x958 -x957 -x956 -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 
1800.02/1800.53	v -x947 -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 -x938 -x937 -x936 -x935 -x934 -x933 -x932 -x931 -x930 -x929 -x928 
1800.02/1800.53	v -x927 -x926 -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 -x916 -x915 -x914 -x913 -x912 -x911 -x910 -x909 -x908 -x907 
1800.02/1800.53	v -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x896 -x895 -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 
1800.02/1800.53	v -x885 -x884 -x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 -x874 -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 
1800.02/1800.53	v -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 -x853 -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 
1800.02/1800.53	v -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 
1800.02/1800.53	v -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 -x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 
1800.02/1800.53	v -x802 -x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 -x791 -x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 
1800.02/1800.53	v -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 -x769 -x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 
1800.02/1800.53	v -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 -x748 -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 
1800.02/1800.53	v -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 
1800.02/1800.53	v -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 
1800.02/1800.53	v -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 
1800.02/1800.53	v -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 
1800.02/1800.53	v -x656 x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 -x641 -x640 -x639 -x638 -x637 -x636 
1800.02/1800.53	v -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 
1800.02/1800.53	v -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 
1800.02/1800.53	v -x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 
1800.02/1800.53	v -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 
1800.02/1800.53	v -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 
1800.02/1800.53	v -x531 -x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 
1800.02/1800.53	v -x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 
1800.02/1800.53	v -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 
1800.02/1800.53	v -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 
1800.02/1800.53	v -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 
1800.02/1800.53	v -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 
1800.02/1800.53	v -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 
1800.02/1800.53	v -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 
1800.02/1800.53	v -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 
1800.02/1800.53	v -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 
1800.02/1800.53	v -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 
1800.02/1800.53	v -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 
1800.02/1800.53	v -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 
1800.02/1800.53	v x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 
1800.02/1800.53	v -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 
1800.02/1800.53	v -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 
1800.02/1800.53	v -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 
1800.02/1800.53	v -x176 -x175 -x174 x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 
1800.02/1800.53	v -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 
1800.02/1800.53	v -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 
1800.02/1800.53	v -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 
1800.02/1800.53	v -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.02/1800.53	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 
1800.02/1800.53	v -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 x23 -x22 -x21 -x20 -x19 -x18 -x17 
1800.02/1800.53	v -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.02/1800.53	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.53	c Solving Time       :    1761.56
1800.02/1800.53	c Original Problem   :
1800.02/1800.53	c   Problem name     : HOME/instance-2666184-1276589879.opb
1800.02/1800.53	c   Variables        : 1009 (1009 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.53	c   Constraints      : 3773 initial, 3773 maximal
1800.02/1800.53	c Presolved Problem  :
1800.02/1800.53	c   Problem name     : t_HOME/instance-2666184-1276589879.opb
1800.02/1800.53	c   Variables        : 817 (817 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.53	c   Constraints      : 2784 initial, 2890 maximal
1800.02/1800.53	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.53	c   trivial          :       0.00        192          0          0          0          0          0          0          0
1800.02/1800.53	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.53	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.53	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.53	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.53	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.02/1800.53	c   knapsack         :       0.04          0          0          0          0          0          0          0          0
1800.02/1800.53	c   linear           :       0.26          0          0          0          0          0          3          2          0
1800.02/1800.53	c   logicor          :       0.62          0          0          0          0          0        845          0          0
1800.02/1800.53	c   root node        :          -        207          -          -        207          -          -          -          -
1800.02/1800.53	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.53	c   integral         :          0          0          0         19          0          0         73          0          0          4
1800.02/1800.53	c   knapsack         :          3          1    4574989          0          0      10697       1590          0          0          0
1800.02/1800.53	c   logicor          :       2781+        20    2657141          0          0     440530   12955043          0          0          0
1800.02/1800.53	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.53	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.53	c   integral         :      27.04       0.00       0.00      27.04       0.00
1800.02/1800.53	c   knapsack         :     661.67       0.26     661.41       0.00       0.00
1800.02/1800.53	c   logicor          :     355.07       0.01     355.06       0.00       0.00
1800.02/1800.53	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.53	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.53	c   vbounds          :       2.49          3          0          0
1800.02/1800.53	c   rootredcost      :       2.19          0          0          0
1800.02/1800.53	c   pseudoobj        :     391.53    4749129     174118   77177358
1800.02/1800.53	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.53	c   propagation      :     150.74     564347     564330     564330       36.8       9623       68.5          -
1800.02/1800.53	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.53	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.53	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.53	c   pseudo solution  :       3.05      24103      24103      24103       10.6       1321       90.7          -
1800.02/1800.53	c   applied globally :          -          -          -     539782       21.4          -          -          -
1800.02/1800.53	c   applied locally  :          -          -          -      57068      172.3          -          -          -
1800.02/1800.53	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.53	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 20)
1800.02/1800.53	c   redcost          :       0.00         20          0        134          0          0
1800.02/1800.53	c   impliedbounds    :       0.00         20          0          0          0          0
1800.02/1800.53	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.53	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.53	c   gomory           :       4.61         20          0          0       1970          0
1800.02/1800.53	c   strongcg         :       3.80         20          0          0       2501          0
1800.02/1800.53	c   cmir             :       0.29         11          0          0          0          0
1800.02/1800.53	c   flowcover        :       0.68         11          0          0          0          0
1800.02/1800.53	c   clique           :       0.01          2          0          0          0          0
1800.02/1800.53	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.53	c   mcf              :       0.02          2          0          0          0          0
1800.02/1800.53	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.53	c Pricers            :       Time      Calls       Vars
1800.02/1800.53	c   problem variables:       0.00          0          0
1800.02/1800.53	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.53	c   relpscost        :      27.04         19          0         73          0          0          4
1800.02/1800.53	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.53	c   inference        :      39.26     739105          0          0          0          0    1478210
1800.02/1800.53	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.53	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.53	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.53	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.53	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.53	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.53	c   LP solutions     :       0.00          -          0
1800.02/1800.53	c   pseudo solutions :       0.00          -          0
1800.02/1800.53	c   crossover        :       0.00          0          0
1800.02/1800.53	c   oneopt           :       0.92          4          3
1800.02/1800.53	c   trivial          :       0.03          2          4
1800.02/1800.53	c   simplerounding   :       0.00          0          0
1800.02/1800.53	c   zirounding       :       0.00          2          0
1800.02/1800.53	c   rounding         :       0.03         25          1
1800.02/1800.53	c   shifting         :       0.02         25          1
1800.02/1800.53	c   intshifting      :       0.00          0          0
1800.02/1800.53	c   twoopt           :       0.00          0          0
1800.02/1800.53	c   fixandinfer      :       0.00          0          0
1800.02/1800.53	c   feaspump         :       0.00          0          0
1800.02/1800.53	c   coefdiving       :       0.00          0          0
1800.02/1800.53	c   pscostdiving     :       0.00          0          0
1800.02/1800.53	c   fracdiving       :       0.00          0          0
1800.02/1800.53	c   veclendiving     :       0.00          0          0
1800.02/1800.53	c   intdiving        :       0.00          0          0
1800.02/1800.53	c   actconsdiving    :       0.00          0          0
1800.02/1800.53	c   objpscostdiving  :       0.00          0          0
1800.02/1800.53	c   rootsoldiving    :       0.00          0          0
1800.02/1800.53	c   linesearchdiving :       0.00          0          0
1800.02/1800.53	c   guideddiving     :       0.00          0          0
1800.02/1800.53	c   octane           :       0.00          0          0
1800.02/1800.53	c   rens             :       0.24          1          1
1800.02/1800.53	c   rins             :       0.00          0          0
1800.02/1800.53	c   localbranching   :       0.00          0          0
1800.02/1800.53	c   mutation         :       0.00          0          0
1800.02/1800.53	c   dins             :       0.00          0          0
1800.02/1800.53	c   undercover       :       0.00          0          0
1800.02/1800.53	c   nlp              :       0.59          0          0
1800.02/1800.53	c   trysol           :       0.58          0          0
1800.02/1800.53	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.53	c   primal LP        :       0.04          0          0       0.00       0.00
1800.02/1800.53	c   dual LP          :       1.06         25       1185      47.40    1117.92
1800.02/1800.53	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.53	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.53	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.53	c   strong branching :      27.04        148      48002     324.34    1775.22
1800.02/1800.53	c     (at root node) :          -        148      48002     324.34          -
1800.02/1800.53	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.53	c B&B Tree           :
1800.02/1800.53	c   number of runs   :          2
1800.02/1800.53	c   nodes            :    1162839
1800.02/1800.53	c   nodes (total)    :    1162840
1800.02/1800.53	c   nodes left       :        294
1800.02/1800.53	c   max depth        :        718
1800.02/1800.53	c   max depth (total):        718
1800.02/1800.53	c   backtracks       :     470502 (40.5%)
1800.02/1800.53	c   delayed cutoffs  :     272644
1800.02/1800.53	c   repropagations   :    1453191 (26334843 domain reductions, 225715 cutoffs)
1800.02/1800.53	c   avg switch length:       3.73
1800.02/1800.53	c   switching time   :     170.19
1800.02/1800.53	c Solution           :
1800.02/1800.53	c   Solutions found  :         10 (7 improvements)
1800.02/1800.53	c   First Solution   : +1.00900000000000e+03   (in run 1, after 0 nodes, 0.10 seconds, depth 0, found by <trivial>)
1800.02/1800.53	c   Primal Bound     : +6.00000000000000e+00   (in run 1, after 1 nodes, 1.67 seconds, depth 0, found by <oneopt>)
1800.02/1800.53	c   Dual Bound       : +4.50000000000000e+00
1800.02/1800.53	c   Gap              :      33.33 %
1800.02/1800.53	c   Root Dual Bound  : +4.50000000000000e+00
1800.02/1800.53	c   Root Iterations  :       1185
1800.02/1800.59	c Time complete: 1800.11.

Verifier Data

OK	6

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2666184-1276589879/watcher-2666184-1276589879 -o /tmp/evaluation-result-2666184-1276589879/solver-2666184-1276589879 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2666184-1276589879.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.82 3/107 2440
/proc/meminfo: memFree=1684256/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=8260 CPUtime=0
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 1007 0 0 0 0 0 0 0 20 0 1 0 280126 8458240 928 1992294400 4194304 9819077 140736685697232 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2440/statm: 2065 938 366 1374 0 686 0

[startup+0.0388289 s]
/proc/loadavg: 0.99 0.97 0.82 3/107 2440
/proc/meminfo: memFree=1684256/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=11744 CPUtime=0.03
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 1889 0 0 0 3 0 0 0 20 0 1 0 280126 12025856 1810 1992294400 4194304 9819077 140736685697232 18446744073709551615 5648834 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2440/statm: 2936 1810 388 1374 0 1557 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11744

[startup+0.100838 s]
/proc/loadavg: 0.99 0.97 0.82 3/107 2440
/proc/meminfo: memFree=1684256/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=12864 CPUtime=0.09
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 2137 0 0 0 8 1 0 0 20 0 1 0 280126 13172736 2058 1992294400 4194304 9819077 140736685697232 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2440/statm: 3216 2058 388 1374 0 1837 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12864

[startup+0.300868 s]
/proc/loadavg: 0.99 0.97 0.82 3/107 2440
/proc/meminfo: memFree=1684256/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=16336 CPUtime=0.29
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 3001 0 0 0 28 1 0 0 20 0 1 0 280126 16728064 2922 1992294400 4194304 9819077 140736685697232 18446744073709551615 5650597 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2440/statm: 4084 2922 388 1374 0 2705 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16336

[startup+0.70093 s]
/proc/loadavg: 0.99 0.97 0.82 3/107 2440
/proc/meminfo: memFree=1684256/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=52352 CPUtime=0.69
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 12089 0 0 0 65 4 0 0 21 0 1 0 280126 53608448 11656 1992294400 4194304 9819077 140736685697232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 13088 11656 484 1374 0 11709 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52352

[startup+1.50105 s]
/proc/loadavg: 0.99 0.97 0.82 2/108 2441
/proc/meminfo: memFree=1637624/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=53288 CPUtime=1.49
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 13644 0 0 0 144 5 0 0 22 0 1 0 280126 54566912 11905 1992294400 4194304 9819077 140736685697232 18446744073709551615 5008400 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 13322 11905 491 1374 0 11943 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53288

[startup+3.1013 s]
/proc/loadavg: 0.99 0.97 0.82 2/108 2441
/proc/meminfo: memFree=1607740/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=108540 CPUtime=3.09
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 29503 0 0 0 298 11 0 0 25 0 1 0 280126 111144960 24924 1992294400 4194304 9819077 140736685697232 18446744073709551615 4310587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 27135 24924 663 1374 0 25756 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 108540

[startup+6.30079 s]
/proc/loadavg: 0.99 0.97 0.82 2/108 2441
/proc/meminfo: memFree=1586908/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=111108 CPUtime=6.29
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 36269 0 0 0 615 14 0 0 25 0 1 0 280126 113774592 25510 1992294400 4194304 9819077 140736685697232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 27777 25510 668 1374 0 26398 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 111108

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.82 2/108 2443
/proc/meminfo: memFree=1579096/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=121856 CPUtime=12.69
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 80007 0 0 0 1235 34 0 0 25 0 1 0 280126 124780544 26843 1992294400 4194304 9819077 140736685697232 18446744073709551615 7323769 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 30464 26843 714 1374 0 29085 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 121856

[startup+25.5006 s]
/proc/loadavg: 0.99 0.97 0.82 2/108 2443
/proc/meminfo: memFree=1574508/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=121840 CPUtime=25.48
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 157291 0 0 0 2480 68 0 0 25 0 1 0 280126 124764160 27783 1992294400 4194304 9819077 140736685697232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 30460 27783 714 1374 0 29081 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 121840

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.82 2/108 2443
/proc/meminfo: memFree=1578724/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=117260 CPUtime=51.08
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 266451 0 0 0 4961 147 0 0 25 0 1 0 280126 120074240 26923 1992294400 4194304 9819077 140736685697232 18446744073709551615 4854188 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 29315 26923 721 1374 0 27936 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 117260

[startup+102.308 s]
/proc/loadavg: 0.99 0.97 0.83 2/108 2445
/proc/meminfo: memFree=1576740/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=119272 CPUtime=102.27
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 266946 0 0 0 9937 290 0 0 25 0 1 0 280126 122134528 27418 1992294400 4194304 9819077 140736685697232 18446744073709551615 4854036 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 29818 27418 721 1374 0 28439 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 119272

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/108 2447
/proc/meminfo: memFree=1576120/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=119828 CPUtime=162.25
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 267078 0 0 0 15774 451 0 0 25 0 1 0 280126 122703872 27550 1992294400 4194304 9819077 140736685697232 18446744073709551615 6181120 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 29957 27550 721 1374 0 28578 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 119828

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/108 2447
/proc/meminfo: memFree=1575376/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=120360 CPUtime=222.23
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 267224 0 0 0 21618 605 0 0 25 0 1 0 280126 123248640 27696 1992294400 4194304 9819077 140736685697232 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 30090 27696 721 1374 0 28711 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 120360

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/108 2449
/proc/meminfo: memFree=1575004/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=120756 CPUtime=282.22
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 267322 0 0 0 27471 751 0 0 25 0 1 0 280126 123654144 27794 1992294400 4194304 9819077 140736685697232 18446744073709551615 4222882 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 30189 27794 721 1374 0 28810 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 120756

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/108 2451
/proc/meminfo: memFree=1574384/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=121316 CPUtime=342.2
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 267457 0 0 0 33324 896 0 0 25 0 1 0 280126 124227584 27929 1992294400 4194304 9819077 140736685697232 18446744073709551615 4854249 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 30329 27929 721 1374 0 28950 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 121316

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.86 2/108 2453
/proc/meminfo: memFree=1574012/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=121588 CPUtime=402.18
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 267521 0 0 0 39189 1029 0 0 25 0 1 0 280126 124506112 27993 1992294400 4194304 9819077 140736685697232 18446744073709551615 4854304 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 30397 27993 721 1374 0 29018 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 121588

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.86 2/108 2455
/proc/meminfo: memFree=1573764/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=121864 CPUtime=462.17
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 267588 0 0 0 45055 1162 0 0 25 0 1 0 280126 124788736 28060 1992294400 4194304 9819077 140736685697232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 30466 28060 721 1374 0 29087 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 121864

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.87 2/108 2455
/proc/meminfo: memFree=1573392/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=122280 CPUtime=522.15
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 267680 0 0 0 50913 1302 0 0 25 0 1 0 280126 125214720 28152 1992294400 4194304 9819077 140736685697232 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 30570 28152 721 1374 0 29191 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 122280

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.88 2/108 2457
/proc/meminfo: memFree=1572896/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=122708 CPUtime=582.13
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 267763 0 0 0 56776 1437 0 0 25 0 1 0 280126 125652992 28235 1992294400 4194304 9819077 140736685697232 18446744073709551615 4703877 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 30677 28235 721 1374 0 29298 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 122708

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.88 2/108 2459
/proc/meminfo: memFree=1572524/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=122844 CPUtime=642.12
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 267827 0 0 0 62644 1568 0 0 25 0 1 0 280126 125792256 28299 1992294400 4194304 9819077 140736685697232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 30711 28299 721 1374 0 29332 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 122844

[startup+702.301 s]

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

[startup+882.302 s]
/proc/loadavg: 1.06 1.00 0.91 2/108 2468
/proc/meminfo: memFree=1537240/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=123692 CPUtime=882.06
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 268010 0 0 0 86131 2075 0 0 25 0 1 0 280126 126660608 28482 1992294400 4194304 9819077 140736685697232 18446744073709551615 4999765 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 30923 28482 721 1374 0 29544 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 123692

[startup+942.301 s]
/proc/loadavg: 1.02 1.00 0.91 2/108 2470
/proc/meminfo: memFree=1537116/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=123976 CPUtime=942.04
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 268071 0 0 0 92001 2203 0 0 25 0 1 0 280126 126951424 28543 1992294400 4194304 9819077 140736685697232 18446744073709551615 4854173 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 30994 28543 721 1374 0 29615 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 123976

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/108 2472
/proc/meminfo: memFree=1536496/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=124552 CPUtime=1002.02
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 268216 0 0 0 97878 2324 0 0 25 0 1 0 280126 127541248 28688 1992294400 4194304 9819077 140736685697232 18446744073709551615 5506869 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 31138 28688 721 1374 0 29759 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 124552

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/108 2474
/proc/meminfo: memFree=1535628/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=125680 CPUtime=1062.01
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 268416 0 0 0 103753 2448 0 0 25 0 1 0 280126 128696320 28888 1992294400 4194304 9819077 140736685697232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 31420 28888 721 1374 0 30041 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 125680

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/108 2474
/proc/meminfo: memFree=1535256/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=126092 CPUtime=1121.99
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 268515 0 0 0 109626 2573 0 0 25 0 1 0 280126 129118208 28987 1992294400 4194304 9819077 140736685697232 18446744073709551615 4854299 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 31523 28987 721 1374 0 30144 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 126092

[startup+1182.3 s]
/proc/loadavg: 1.17 1.05 0.93 2/108 2691
/proc/meminfo: memFree=1490440/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=126948 CPUtime=1181.98
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 268669 0 0 0 115515 2683 0 0 25 0 1 0 280126 129994752 29141 1992294400 4194304 9819077 140736685697232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 31737 29141 721 1374 0 30358 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 126948

[startup+1242.3 s]
/proc/loadavg: 1.06 1.03 0.93 2/108 2693
/proc/meminfo: memFree=1490068/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=127516 CPUtime=1241.96
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 268772 0 0 0 121392 2804 0 0 25 0 1 0 280126 130576384 29244 1992294400 4194304 9819077 140736685697232 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 31879 29244 721 1374 0 30500 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 127516

[startup+1302.3 s]
/proc/loadavg: 1.02 1.03 0.93 2/108 2695
/proc/meminfo: memFree=1489572/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=128076 CPUtime=1301.95
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 268887 0 0 0 127277 2918 0 0 25 0 1 0 280126 131149824 29359 1992294400 4194304 9819077 140736685697232 18446744073709551615 4677433 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 32019 29359 721 1374 0 30640 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 128076

[startup+1362.3 s]
/proc/loadavg: 1.01 1.02 0.93 2/108 2697
/proc/meminfo: memFree=1489200/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=128504 CPUtime=1361.93
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 268980 0 0 0 133163 3030 0 0 25 0 1 0 280126 131588096 29452 1992294400 4194304 9819077 140736685697232 18446744073709551615 4855352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 32126 29452 721 1374 0 30747 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 128504

[startup+1422.31 s]
/proc/loadavg: 1.00 1.01 0.93 2/108 2697
/proc/meminfo: memFree=1488828/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=128952 CPUtime=1421.92
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 269075 0 0 0 139054 3138 0 0 25 0 1 0 280126 132046848 29547 1992294400 4194304 9819077 140736685697232 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 32238 29547 721 1374 0 30859 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 128952

[startup+1482.3 s]
/proc/loadavg: 1.45 1.12 0.97 3/113 9825
/proc/meminfo: memFree=1477256/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=129392 CPUtime=1481.91
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 269138 0 0 0 144949 3242 0 0 25 0 1 0 280126 132497408 29610 1992294400 4194304 9819077 140736685697232 18446744073709551615 4854304 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 32348 29610 721 1374 0 30969 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 129392

[startup+1542.3 s]
/proc/loadavg: 2.11 1.35 1.06 2/114 25541
/proc/meminfo: memFree=1463424/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=129948 CPUtime=1541.88
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 269258 0 0 0 150840 3348 0 0 25 0 1 0 280126 133066752 29730 1992294400 4194304 9819077 140736685697232 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 32487 29730 721 1374 0 31108 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 129948

[startup+1602.3 s]
/proc/loadavg: 2.08 1.48 1.12 2/107 8695
/proc/meminfo: memFree=1449092/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=130500 CPUtime=1601.87
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 269373 0 0 0 156730 3457 0 0 25 0 1 0 280126 133632000 29845 1992294400 4194304 9819077 140736685697232 18446744073709551615 4854270 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 32625 29845 721 1374 0 31246 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 130500

[startup+1662.3 s]
/proc/loadavg: 1.45 1.41 1.11 2/107 8697
/proc/meminfo: memFree=1448720/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=131240 CPUtime=1661.85
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 269496 0 0 0 162624 3561 0 0 25 0 1 0 280126 134389760 29968 1992294400 4194304 9819077 140736685697232 18446744073709551615 4854299 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 32810 29968 721 1374 0 31431 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 131240

[startup+1722.3 s]
/proc/loadavg: 1.16 1.33 1.10 2/107 8697
/proc/meminfo: memFree=1448472/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=131664 CPUtime=1721.84
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 269584 0 0 0 168513 3671 0 0 25 0 1 0 280126 134823936 30056 1992294400 4194304 9819077 140736685697232 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 32916 30056 721 1374 0 31537 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 131664

[startup+1782.3 s]
/proc/loadavg: 1.06 1.27 1.09 2/107 8699
/proc/meminfo: memFree=1448224/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=131800 CPUtime=1781.82
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 269620 0 0 0 174414 3768 0 0 25 0 1 0 280126 134963200 30092 1992294400 4194304 9819077 140736685697232 18446744073709551615 4854249 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 32950 30092 721 1374 0 31571 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 131800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.04 1.25 1.09 2/107 8699
/proc/meminfo: memFree=1448100/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=131952 CPUtime=1800.02
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 269644 0 0 0 176204 3798 0 0 25 0 1 0 280126 135118848 30116 1992294400 4194304 9819077 140736685697232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 32988 30116 721 1374 0 31609 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 131952

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

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

[startup+1800.5 s]
/proc/loadavg: 1.04 1.25 1.09 2/107 8699
/proc/meminfo: memFree=1448100/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=131952 CPUtime=1800.02
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2331 0 -1 4202496 269644 0 0 0 176204 3798 0 0 25 0 1 0 280126 135118848 30116 1992294400 4194304 9819077 140736685697232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 32988 30116 721 1374 0 31609 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 131952

Child status: 0
Real time (s): 1800.6
CPU time (s): 1800.12
CPU user time (s): 1762.12
CPU system time (s): 37.9982
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 154480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1762.12
system time used= 37.9982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269649
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= 4317

runsolver used 2.97355 second user time and 8.66668 second system time

The end

Launcher Data

Begin job on node045 at 2010-06-15 10:17:59
IDJOB=2666184
IDBENCH=2838
IDSOLVER=1168
FILE ID=node045/2666184-1276589879
PBS_JOBID= 11173566
Free space on /tmp= 62292 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-rd84.b.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2666184-1276589879/watcher-2666184-1276589879 -o /tmp/evaluation-result-2666184-1276589879/solver-2666184-1276589879 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2666184-1276589879.opb -t 1800 -m 1800

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

MD5SUM BENCH= 6560abb26f607ef952ebe1a74dd5dae1
RANDOM SEED=1316561616

node045.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1684784 kB
Buffers:         16064 kB
Cached:         252764 kB
SwapCached:          0 kB
Active:          99316 kB
Inactive:       228748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1684784 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            8196 kB
Writeback:           0 kB
AnonPages:       59104 kB
Mapped:          15416 kB
Slab:            24520 kB
PageTables:       4088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182648 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62452 MiB
End job on node045 at 2010-06-15 10:48:02