Trace number 2700610

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
SCIPnone SCIP 1.2.1.2 without any LP solverMSAT (TO) 1802.14 1802.08

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-geom30a-4_wcsp.wbo
MD5SUMde59a4d263badb761d8b1cfdb0f0d5d5
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.008998
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables120
Total number of constraints354
Number of soft constraints324
Number of constraints which are clauses324
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 82
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 324
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [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-2700610-1278535787.wbo>
0.00/0.00	c original problem has 768 variables (444 bin, 0 int, 0 impl, 324 cont) and 679 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 0 del conss, 324 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 324 impls, 30 clqs
0.00/0.01	c (round 2) 0 del vars, 0 del conss, 324 chg bounds, 0 chg sides, 0 chg coeffs, 31 upgd conss, 324 impls, 30 clqs
0.00/0.02	c    (0.0s) probing: 101/444 (22.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  0 deleted vars, 0 deleted constraints, 324 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  324 implications, 30 cliques
0.00/0.02	c presolved problem has 768 variables (444 bin, 0 int, 0 impl, 324 cont) and 679 constraints
0.00/0.02	c     324 constraints of type <indicator>
0.00/0.02	c       1 constraints of type <knapsack>
0.00/0.02	c      30 constraints of type <setppc>
0.00/0.02	c     324 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.02
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.03	c 
0.00/0.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.03	c   0.0s|     1 |     2 |     0 |     - |2371k|   0 |   - | 768 | 679 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.03	c   0.9s| 10000 |  9934 |     0 |   0.0 |6263k| 356 |   - | 768 | 729 |   0 |   0 |   0 |  50 |   0 | 0.000000e+00 |      --      |    Inf 
1.89/1.94	c   1.8s| 20000 | 19934 |     0 |   0.0 |9966k| 356 |   - | 768 | 729 |   0 |   0 |   0 |  50 |   0 | 0.000000e+00 |      --      |    Inf 
2.69/2.79	c   2.6s| 30000 | 29934 |     0 |   0.0 |  13M| 356 |   - | 768 | 729 |   0 |   0 |   0 |  50 |   0 | 0.000000e+00 |      --      |    Inf 
2.99/3.03	o 7
2.99/3.03	c * 2.8s| 32979 | 32872 |     0 |   0.0 |  14M| 359 |   - | 768 | 745 |   0 |   0 |   0 |  66 |   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
3.79/3.84	c   3.5s| 40000 | 39600 |     0 |   0.0 |  17M| 359 |   - | 768 | 852 |   0 |   0 |   0 | 190 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
4.89/4.98	c   4.6s| 50000 | 49600 |     0 |   0.0 |  21M| 359 |   - | 768 | 845 |   0 |   0 |   0 | 190 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
6.10/6.14	c   5.7s| 60000 | 59587 |     0 |   0.0 |  25M| 359 |   - | 768 | 821 |   0 |   0 |   0 | 205 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
7.29/7.30	c   6.8s| 70000 | 69576 |     0 |   0.0 |  29M| 359 |   - | 768 | 783 |   0 |   0 |   0 | 211 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
8.39/8.45	c   7.8s| 80000 | 79571 |     0 |   0.0 |  33M| 359 |   - | 768 | 773 |   0 |   0 |   0 | 224 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
9.49/9.59	c   8.9s| 90000 | 89569 |     0 |   0.0 |  37M| 359 |   - | 768 | 756 |   0 |   0 |   0 | 228 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
10.69/10.71	c   9.9s|100000 | 99569 |     0 |   0.0 |  41M| 359 |   - | 768 | 746 |   0 |   0 |   0 | 228 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
11.79/11.84	c  11.0s|110000 |109569 |     0 |   0.0 |  45M| 359 |   - | 768 | 732 |   0 |   0 |   0 | 228 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
12.89/12.97	c  12.0s|120000 |119561 |     0 |   0.0 |  49M| 359 |   - | 768 | 743 |   0 |   0 |   0 | 247 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
14.10/14.12	c  13.1s|130000 |129536 |     0 |   0.0 |  53M| 359 |   - | 768 | 725 |   0 |   0 |   0 | 247 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
15.29/15.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.29/15.31	c  14.2s|140000 |139470 |     0 |   0.0 |  57M| 359 |   - | 768 | 726 |   0 |   0 |   0 | 257 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
16.40/16.49	c  15.3s|150000 |149452 |     0 |   0.0 |  61M| 359 |   - | 768 | 747 |   0 |   0 |   0 | 292 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
17.59/17.64	c  16.4s|160000 |159452 |     0 |   0.0 |  65M| 359 |   - | 768 | 737 |   0 |   0 |   0 | 292 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
18.79/18.81	c  17.5s|170000 |169452 |     0 |   0.0 |  69M| 359 |   - | 768 | 729 |   0 |   0 |   0 | 292 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
19.89/19.97	c  18.6s|180000 |179452 |     0 |   0.0 |  72M| 359 |   - | 768 | 722 |   0 |   0 |   0 | 292 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
21.09/21.14	c  19.7s|190000 |189452 |     0 |   0.0 |  76M| 359 |   - | 768 | 711 |   0 |   0 |   0 | 292 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
22.29/22.31	c  20.8s|200000 |199452 |     0 |   0.0 |  80M| 359 |   - | 768 | 707 |   0 |   0 |   0 | 292 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
23.39/23.46	c  21.8s|210000 |209452 |     0 |   0.0 |  84M| 359 |   - | 768 | 704 |   0 |   0 |   0 | 292 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
24.59/24.61	c  22.9s|220000 |219448 |     0 |   0.0 |  88M| 359 |   - | 768 | 708 |   0 |   0 |   0 | 302 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
25.69/25.79	c  24.0s|230000 |229446 |     0 |   0.0 |  92M| 359 |   - | 768 | 707 |   0 |   0 |   0 | 302 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
26.90/26.97	c  25.1s|240000 |239409 |     0 |   0.0 |  96M| 359 |   - | 768 | 791 |   0 |   0 |   0 | 393 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
28.39/28.43	c  26.5s|250000 |248734 |     0 |   0.0 | 100M| 359 |   - | 768 |1740 |   0 |   0 |   0 |1444 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
28.50/28.58	o 6
28.50/28.58	c *26.6s|250741 |245005 |     0 |   0.0 |  99M| 359 |   - | 768 |1848 |   0 |   0 |   0 |1633 |   0 | 1.000000e+00 | 6.000000e+00 | 500.00%
29.49/29.60	o 5
29.49/29.60	c *27.6s|255386 |228755 |     0 |   0.0 |  97M| 359 |   - | 768 |1776 |   0 |   0 |   0 |2742 |   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
30.59/30.66	c  28.6s|260000 |232233 |     0 |   0.0 |  99M| 359 |   - | 768 |1794 |   0 |   0 |   0 |3853 |   0 | 1.000000e+00 | 5.000000e+00 | 400.00%
32.69/32.76	o 4
32.69/32.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.69/32.76	c *30.6s|268856 |175646 |     0 |   0.0 |  88M| 359 |   - | 768 |1956 |   0 |   0 |   0 |5959 |   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
33.00/33.07	c  30.9s|270000 |176452 |     0 |   0.0 |  88M| 359 |   - | 768 |1801 |   0 |   0 |   0 |6236 |   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
35.89/35.92	c  33.7s|280000 |183295 |     0 |   0.0 |  93M| 359 |   - | 768 |2148 |   0 |   0 |   0 |9285 |   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
38.79/38.85	c  36.5s|290000 |190046 |     0 |   0.0 |  97M| 359 |   - | 768 |2416 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
41.80/41.87	c  39.4s|300000 |196836 |     0 |   0.0 | 102M| 359 |   - | 768 |2648 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
45.00/45.02	c  42.4s|310000 |203531 |     0 |   0.0 | 107M| 359 |   - | 768 |2849 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
47.99/48.02	c  45.3s|320000 |210388 |     0 |   0.0 | 112M| 359 |   - | 768 |2854 |   0 |   0 |   0 |  21k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
50.89/50.94	c  48.1s|330000 |217283 |     0 |   0.0 | 117M| 359 |   - | 768 |2744 |   0 |   0 |   0 |  24k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
53.80/53.90	c  51.0s|340000 |224201 |     0 |   0.0 | 121M| 359 |   - | 768 |2715 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
56.99/57.04	c  54.0s|350000 |230848 |     0 |   0.0 | 126M| 359 |   - | 768 |2652 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
60.10/60.11	c  57.0s|360000 |237640 |     0 |   0.0 | 130M| 359 |   - | 768 |2888 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
63.09/63.15	c  59.9s|370000 |244456 |     0 |   0.0 | 135M| 359 |   - | 768 |2893 |   0 |   0 |   0 |  37k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
66.40/66.43	c  63.0s|380000 |251028 |     0 |   0.0 | 140M| 359 |   - | 768 |3135 |   0 |   0 |   0 |  41k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
69.60/69.66	c  66.2s|390000 |257557 |     0 |   0.0 | 145M| 359 |   - | 768 |3082 |   0 |   0 |   0 |  45k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
72.89/72.93	c  69.3s|400000 |264114 |     0 |   0.0 | 151M| 359 |   - | 768 |3627 |   0 |   0 |   0 |  50k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
76.49/76.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
76.49/76.51	c  72.8s|410000 |270296 |     0 |   0.0 | 157M| 359 |   - | 768 |4200 |   0 |   0 |   0 |  55k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
80.30/80.30	c  76.5s|420000 |276340 |     0 |   0.0 | 162M| 359 |   - | 768 |4494 |   0 |   0 |   0 |  61k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
83.99/84.04	c  80.1s|430000 |282300 |     0 |   0.0 | 168M| 359 |   - | 768 |4359 |   0 |   0 |   0 |  66k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
87.79/87.84	c  83.8s|440000 |288162 |     0 |   0.0 | 172M| 359 |   - | 768 |4982 |   0 |   0 |   0 |  72k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
91.60/91.63	c  87.5s|450000 |293927 |     0 |   0.0 | 178M| 359 |   - | 768 |5201 |   0 |   0 |   0 |  78k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
95.90/95.90	c  91.6s|460000 |299062 |     0 |   0.0 | 183M| 359 |   - | 768 |4813 |   0 |   0 |   0 |  86k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
99.60/99.68	c  95.2s|470000 |304779 |     0 |   0.0 | 189M| 359 |   - | 768 |2485 |   0 |   0 |   0 |  91k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
102.99/103.01	c  98.5s|480000 |311432 |     0 |   0.0 | 198M| 359 |   - | 768 |2204 |   0 |   0 |   0 |  94k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
106.70/106.76	c   102s|490000 |317459 |     0 |   0.0 | 207M| 359 |   - | 768 |2504 |   0 |   0 |   0 |  99k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
110.60/110.61	c   106s|500000 |323326 |     0 |   0.0 | 215M| 359 |   - | 768 |2748 |   0 |   0 |   0 | 104k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
114.80/114.85	c   110s|510000 |328837 |     0 |   0.0 | 225M| 359 |   - | 768 |3408 |   0 |   0 |   0 | 110k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
119.80/119.90	c   115s|520000 |333266 |     0 |   0.0 | 234M| 359 |   - | 768 |4301 |   0 |   0 |   0 | 117k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
125.09/125.14	c   120s|530000 |337608 |     0 |   0.0 | 243M| 359 |   - | 768 |4840 |   0 |   0 |   0 | 125k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
130.39/130.43	c   125s|540000 |342170 |     0 |   0.0 | 250M| 359 |   - | 768 |5612 |   0 |   0 |   0 | 132k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
136.20/136.20	c   131s|550000 |346515 |     0 |   0.0 | 257M| 359 |   - | 768 |6672 |   0 |   0 |   0 | 139k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
142.40/142.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
142.40/142.43	c   137s|560000 |349085 |     0 |   0.0 | 268M| 359 |   - | 768 |8413 |   0 |   0 |   0 | 148k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
151.00/151.07	c   145s|570000 |345527 |     0 |   0.0 | 278M| 359 |   - | 768 |7102 |   0 |   0 |   0 | 160k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
163.60/163.62	c   157s|580000 |328039 |     0 |   0.0 | 286M| 359 |   - | 768 |  12k|   0 |   0 |   0 | 178k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
167.49/167.54	c   161s|590000 |333580 |     0 |   0.0 | 291M| 359 |   - | 768 |2036 |   0 |   0 |   0 | 183k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
171.00/171.04	c   165s|600000 |339926 |     0 |   0.0 | 296M| 359 |   - | 768 |2636 |   0 |   0 |   0 | 186k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
174.69/174.79	c   168s|610000 |346063 |     0 |   0.0 | 302M| 359 |   - | 768 |3001 |   0 |   0 |   0 | 190k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
178.50/178.58	c   172s|620000 |352172 |     0 |   0.0 | 307M| 359 |   - | 768 |3238 |   0 |   0 |   0 | 194k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
182.30/182.38	c   176s|630000 |358312 |     0 |   0.0 | 312M| 359 |   - | 768 |3467 |   0 |   0 |   0 | 198k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
186.50/186.50	c   180s|640000 |364181 |     0 |   0.0 | 317M| 359 |   - | 768 |4076 |   0 |   0 |   0 | 203k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
190.60/190.61	c   184s|650000 |370064 |     0 |   0.0 | 322M| 359 |   - | 768 |4369 |   0 |   0 |   0 | 207k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
194.61/194.69	c   187s|660000 |375977 |     0 |   0.0 | 327M| 359 |   - | 768 |4311 |   0 |   0 |   0 | 212k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
198.89/198.91	c   192s|670000 |381768 |     0 |   0.0 | 333M| 359 |   - | 768 |4622 |   0 |   0 |   0 | 216k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
203.20/203.21	c   196s|680000 |387440 |     0 |   0.0 | 338M| 359 |   - | 768 |4306 |   0 |   0 |   0 | 221k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
207.39/207.41	c   200s|690000 |393182 |     0 |   0.0 | 343M| 359 |   - | 768 |4139 |   0 |   0 |   0 | 226k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
211.80/211.81	c   204s|700000 |398617 |     0 |   0.0 | 349M| 359 |   - | 768 |4191 |   0 |   0 |   0 | 231k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
216.20/216.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
216.20/216.22	c   208s|710000 |404044 |     0 |   0.0 | 355M| 359 |   - | 768 |4495 |   0 |   0 |   0 | 236k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
220.70/220.76	c   213s|720000 |409402 |     0 |   0.0 | 361M| 359 |   - | 768 |4532 |   0 |   0 |   0 | 241k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
225.29/225.31	c   217s|730000 |414711 |     0 |   0.0 | 367M| 359 |   - | 768 |4867 |   0 |   0 |   0 | 246k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
229.99/230.03	c   222s|740000 |419890 |     0 |   0.0 | 372M| 359 |   - | 768 |4980 |   0 |   0 |   0 | 251k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
234.70/234.80	c   227s|750000 |425111 |     0 |   0.0 | 377M| 359 |   - | 768 |5464 |   0 |   0 |   0 | 257k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
239.40/239.41	c   231s|760000 |430597 |     0 |   0.0 | 383M| 359 |   - | 768 |5789 |   0 |   0 |   0 | 261k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
244.30/244.36	c   236s|770000 |435676 |     0 |   0.0 | 390M| 359 |   - | 768 |5930 |   0 |   0 |   0 | 267k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
249.20/249.23	c   241s|780000 |440974 |     0 |   0.0 | 395M| 359 |   - | 768 |6342 |   0 |   0 |   0 | 272k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
254.20/254.27	c   245s|790000 |446172 |     0 |   0.0 | 401M| 359 |   - | 768 |6500 |   0 |   0 |   0 | 277k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
259.20/259.27	c   250s|800000 |451509 |     0 |   0.0 | 406M| 359 |   - | 768 |6748 |   0 |   0 |   0 | 282k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
263.91/263.93	c   255s|810000 |457107 |     0 |   0.0 | 412M| 359 |   - | 768 |6756 |   0 |   0 |   0 | 287k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
268.90/268.93	c   260s|820000 |462499 |     0 |   0.0 | 418M| 359 |   - | 768 |7248 |   0 |   0 |   0 | 292k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
274.00/274.09	c   265s|830000 |467780 |     0 |   0.0 | 424M| 359 |   - | 768 |7602 |   0 |   0 |   0 | 297k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
279.50/279.54	c   270s|840000 |472884 |     0 |   0.0 | 430M| 359 |   - | 768 |7896 |   0 |   0 |   0 | 302k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
285.00/285.07	c   276s|850000 |478063 |     0 |   0.0 | 435M| 359 |   - | 768 |8129 |   0 |   0 |   0 | 308k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
290.50/290.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
290.50/290.58	c   281s|860000 |483187 |     0 |   0.0 | 441M| 359 |   - | 768 |8382 |   0 |   0 |   0 | 313k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
296.10/296.17	c   286s|870000 |488389 |     0 |   0.0 | 447M| 359 |   - | 768 |8441 |   0 |   0 |   0 | 318k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
301.80/301.86	c   292s|880000 |493549 |     0 |   0.0 | 453M| 359 |   - | 768 |8700 |   0 |   0 |   0 | 324k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
307.50/307.50	c   297s|890000 |498776 |     0 |   0.0 | 459M| 359 |   - | 768 |8897 |   0 |   0 |   0 | 329k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
313.10/313.10	c   303s|900000 |504031 |     0 |   0.0 | 464M| 359 |   - | 768 |9105 |   0 |   0 |   0 | 334k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
318.70/318.71	c   308s|910000 |509412 |     0 |   0.0 | 469M| 359 |   - | 768 |9250 |   0 |   0 |   0 | 339k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
324.10/324.15	c   314s|920000 |514921 |     0 |   0.0 | 475M| 359 |   - | 768 |9438 |   0 |   0 |   0 | 344k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
329.81/329.80	c   319s|930000 |520366 |     0 |   0.0 | 481M| 359 |   - | 768 |9815 |   0 |   0 |   0 | 349k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
335.70/335.72	c   325s|940000 |525615 |     0 |   0.0 | 486M| 359 |   - | 768 |  10k|   0 |   0 |   0 | 354k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
341.50/341.51	c   331s|950000 |531096 |     0 |   0.0 | 492M| 359 |   - | 768 |  10k|   0 |   0 |   0 | 359k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
347.81/347.84	c   337s|960000 |536224 |     0 |   0.0 | 498M| 359 |   - | 768 |  10k|   0 |   0 |   0 | 364k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
353.70/353.75	c   343s|970000 |541805 |     0 |   0.0 | 504M| 359 |   - | 768 |  10k|   0 |   0 |   0 | 368k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
360.20/360.29	c   349s|980000 |546875 |     0 |   0.0 | 509M| 359 |   - | 768 |  11k|   0 |   0 |   0 | 373k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
366.90/366.92	c   356s|990000 |552060 |     0 |   0.0 | 515M| 359 |   - | 768 |  11k|   0 |   0 |   0 | 378k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
373.41/373.44	c   362s|  1000k|557382 |     0 |   0.0 | 520M| 359 |   - | 768 |  11k|   0 |   0 |   0 | 383k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
379.81/379.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
379.81/379.84	c   368s|  1010k|562805 |     0 |   0.0 | 525M| 359 |   - | 768 |  11k|   0 |   0 |   0 | 388k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
385.91/385.90	c   374s|  1020k|568469 |     0 |   0.0 | 531M| 359 |   - | 768 |  11k|   0 |   0 |   0 | 392k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
391.71/391.76	c   380s|  1030k|574181 |     0 |   0.0 | 536M| 359 |   - | 768 |  11k|   0 |   0 |   0 | 396k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
397.51/397.55	c   386s|  1040k|579932 |     0 |   0.0 | 541M| 359 |   - | 768 |  12k|   0 |   0 |   0 | 401k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
403.21/403.29	c   391s|  1050k|585846 |     0 |   0.0 | 547M| 359 |   - | 768 |  12k|   0 |   0 |   0 | 405k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
409.21/409.24	c   397s|  1060k|591609 |     0 |   0.0 | 552M| 359 |   - | 768 |  12k|   0 |   0 |   0 | 409k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
415.10/415.16	c   403s|  1070k|597400 |     0 |   0.0 | 558M| 359 |   - | 768 |  12k|   0 |   0 |   0 | 413k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
420.80/420.89	c   408s|  1080k|603329 |     0 |   0.0 | 563M| 359 |   - | 768 |  12k|   0 |   0 |   0 | 417k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
427.11/427.10	c   415s|  1090k|608955 |     0 |   0.0 | 569M| 359 |   - | 768 |  12k|   0 |   0 |   0 | 422k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
433.21/433.23	c   421s|  1100k|614623 |     0 |   0.0 | 575M| 359 |   - | 768 |  12k|   0 |   0 |   0 | 426k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
439.01/439.09	c   426s|  1110k|620581 |     0 |   0.0 | 581M| 359 |   - | 768 |  12k|   0 |   0 |   0 | 430k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
445.30/445.31	c   432s|  1120k|626202 |     0 |   0.0 | 586M| 359 |   - | 768 |  12k|   0 |   0 |   0 | 435k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
451.40/451.41	c   438s|  1130k|632009 |     0 |   0.0 | 592M| 359 |   - | 768 |  12k|   0 |   0 |   0 | 439k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
458.01/458.01	c   445s|  1140k|637458 |     0 |   0.0 | 598M| 359 |   - | 768 |  13k|   0 |   0 |   0 | 444k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
464.31/464.32	c   451s|  1150k|643137 |     0 |   0.0 | 604M| 359 |   - | 768 |  13k|   0 |   0 |   0 | 449k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
471.01/471.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
471.01/471.05	c   458s|  1160k|648626 |     0 |   0.0 | 610M| 359 |   - | 768 |  13k|   0 |   0 |   0 | 454k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
477.91/477.98	c   464s|  1170k|654012 |     0 |   0.0 | 616M| 359 |   - | 768 |  13k|   0 |   0 |   0 | 459k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
484.91/484.92	c   471s|  1180k|659341 |     0 |   0.0 | 621M| 359 |   - | 768 |  13k|   0 |   0 |   0 | 464k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
492.21/492.22	c   478s|  1190k|664479 |     0 |   0.0 | 627M| 359 |   - | 768 |  14k|   0 |   0 |   0 | 470k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
499.81/499.80	c   486s|  1200k|669543 |     0 |   0.0 | 633M| 359 |   - | 768 |  14k|   0 |   0 |   0 | 476k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
507.21/507.21	c   493s|  1210k|674651 |     0 |   0.0 | 639M| 359 |   - | 768 |  14k|   0 |   0 |   0 | 483k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
515.01/515.05	c   501s|  1220k|679497 |     0 |   0.0 | 646M| 359 |   - | 768 |  14k|   0 |   0 |   0 | 490k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
522.91/522.93	c   509s|  1230k|684168 |     0 |   0.0 | 653M| 359 |   - | 768 |  14k|   0 |   0 |   0 | 497k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
530.61/530.62	c   516s|  1240k|689011 |     0 |   0.0 | 660M| 359 |   - | 768 |  14k|   0 |   0 |   0 | 504k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
538.51/538.50	c   524s|  1250k|693640 |     0 |   0.0 | 668M| 359 |   - | 768 |  15k|   0 |   0 |   0 | 512k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
547.51/547.51	c   533s|  1260k|697502 |     0 |   0.0 | 676M| 359 |   - | 768 |  15k|   0 |   0 |   0 | 520k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
556.11/556.17	c   541s|  1270k|701907 |     0 |   0.0 | 683M| 359 |   - | 768 |  14k|   0 |   0 |   0 | 528k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
563.82/563.86	c   549s|  1280k|706874 |     0 |   0.0 | 690M| 359 |   - | 768 |  14k|   0 |   0 |   0 | 536k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
571.61/571.66	c   556s|  1290k|711640 |     0 |   0.0 | 697M| 359 |   - | 768 |  15k|   0 |   0 |   0 | 544k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
580.01/580.05	c   565s|  1300k|716020 |     0 |   0.0 | 703M| 359 |   - | 768 |  15k|   0 |   0 |   0 | 552k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
588.01/588.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
588.01/588.09	c   573s|  1310k|720626 |     0 |   0.0 | 709M| 359 |   - | 768 |  15k|   0 |   0 |   0 | 560k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
596.62/596.67	c   581s|  1320k|724983 |     0 |   0.0 | 715M| 359 |   - | 768 |  15k|   0 |   0 |   0 | 569k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
604.71/604.72	c   589s|  1330k|729544 |     0 |   0.0 | 721M| 359 |   - | 768 |  15k|   0 |   0 |   0 | 577k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
612.91/612.96	c   597s|  1340k|733823 |     0 |   0.0 | 727M| 359 |   - | 768 |  15k|   0 |   0 |   0 | 587k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
620.92/620.96	c   605s|  1350k|738187 |     0 |   0.0 | 732M| 359 |   - | 768 |  15k|   0 |   0 |   0 | 595k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
629.01/629.00	c   613s|  1360k|742470 |     0 |   0.0 | 737M| 359 |   - | 768 |  15k|   0 |   0 |   0 | 605k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
636.82/636.88	c   621s|  1370k|746823 |     0 |   0.0 | 742M| 359 |   - | 768 |  15k|   0 |   0 |   0 | 614k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
645.92/645.98	c   630s|  1380k|750313 |     0 |   0.0 | 748M| 359 |   - | 768 |  15k|   0 |   0 |   0 | 624k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
654.53/654.59	c   638s|  1390k|754082 |     0 |   0.0 | 754M| 359 |   - | 768 |  15k|   0 |   0 |   0 | 633k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
663.32/663.33	c   647s|  1400k|757733 |     0 |   0.0 | 760M| 359 |   - | 768 |  15k|   0 |   0 |   0 | 643k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
671.31/671.30	c   654s|  1410k|762187 |     0 |   0.0 | 767M| 359 |   - | 768 |  15k|   0 |   0 |   0 | 651k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
678.32/678.32	c   661s|  1420k|767169 |     0 |   0.0 | 774M| 359 |   - | 768 |  15k|   0 |   0 |   0 | 658k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
683.71/683.76	c   667s|  1430k|772884 |     0 |   0.0 | 779M| 359 |   - | 768 |4876 |   0 |   0 |   0 | 662k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
689.02/689.05	c   672s|  1440k|778079 |     0 |   0.0 | 786M| 359 |   - | 768 |4860 |   0 |   0 |   0 | 666k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
694.72/694.71	c   677s|  1450k|782860 |     0 |   0.0 | 793M| 359 |   - | 768 |4935 |   0 |   0 |   0 | 671k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
699.82/699.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
699.82/699.81	c   682s|  1460k|787800 |     0 |   0.0 | 800M| 359 |   - | 768 |1781 |   0 |   0 |   0 | 676k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
704.51/704.58	c   687s|  1470k|792715 |     0 |   0.0 | 807M| 359 |   - | 768 |2116 |   0 |   0 |   0 | 681k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
709.32/709.40	c   692s|  1480k|797474 |     0 |   0.0 | 815M| 359 |   - | 768 |1913 |   0 |   0 |   0 | 686k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
714.12/714.18	c   696s|  1490k|802310 |     0 |   0.0 | 821M| 359 |   - | 768 |1990 |   0 |   0 |   0 | 691k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
719.12/719.11	c   701s|  1500k|806984 |     0 |   0.0 | 831M| 359 |   - | 768 |2539 |   0 |   0 |   0 | 696k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
724.22/724.28	c   706s|  1510k|811460 |     0 |   0.0 | 839M| 359 |   - | 768 |2235 |   0 |   0 |   0 | 702k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
729.32/729.31	c   711s|  1520k|816048 |     0 |   0.0 | 847M| 359 |   - | 768 |2631 |   0 |   0 |   0 | 708k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
734.62/734.65	c   716s|  1530k|820371 |     0 |   0.0 | 854M| 359 |   - | 768 |2504 |   0 |   0 |   0 | 714k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
740.02/740.09	c   722s|  1540k|824652 |     0 |   0.0 | 863M| 359 |   - | 768 |2818 |   0 |   0 |   0 | 720k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
745.52/745.51	c   727s|  1550k|828988 |     0 |   0.0 | 870M| 359 |   - | 768 |2787 |   0 |   0 |   0 | 727k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
751.02/751.09	c   732s|  1560k|833130 |     0 |   0.0 | 877M| 359 |   - | 768 |3206 |   0 |   0 |   0 | 734k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
756.52/756.51	c   738s|  1570k|837434 |     0 |   0.0 | 885M| 359 |   - | 768 |2674 |   0 |   0 |   0 | 741k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
761.82/761.80	c   743s|  1580k|841618 |     0 |   0.0 | 891M| 359 |   - | 768 |3036 |   0 |   0 |   0 | 748k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
767.22/767.22	c   748s|  1590k|845836 |     0 |   0.0 | 897M| 359 |   - | 768 |2816 |   0 |   0 |   0 | 754k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
772.82/772.84	c   753s|  1600k|849505 |     0 |   0.0 | 904M| 359 |   - | 768 |2857 |   0 |   0 |   0 | 762k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
778.73/778.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
778.73/778.79	c   759s|  1610k|852514 |     0 |   0.0 | 910M| 359 |   - | 768 |2791 |   0 |   0 |   0 | 769k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
784.92/784.96	c   765s|  1620k|855368 |     0 |   0.0 | 916M| 359 |   - | 768 |2838 |   0 |   0 |   0 | 778k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
791.32/791.31	c   771s|  1630k|857936 |     0 |   0.0 | 922M| 359 |   - | 768 |3096 |   0 |   0 |   0 | 787k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
797.62/797.67	c   778s|  1640k|860609 |     0 |   0.0 | 928M| 359 |   - | 768 |3046 |   0 |   0 |   0 | 795k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
804.22/804.26	c   784s|  1650k|862977 |     0 |   0.0 | 935M| 359 |   - | 768 |3247 |   0 |   0 |   0 | 805k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
811.02/811.08	c   791s|  1660k|865323 |     0 |   0.0 | 942M| 359 |   - | 768 |3366 |   0 |   0 |   0 | 814k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
817.82/817.90	c   797s|  1670k|867724 |     0 |   0.0 | 951M| 359 |   - | 768 |3501 |   0 |   0 |   0 | 824k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
825.12/825.10	c   804s|  1680k|869401 |     0 |   0.0 | 959M| 359 |   - | 768 |3756 |   0 |   0 |   0 | 834k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
832.22/832.29	c   811s|  1690k|870897 |     0 |   0.0 | 966M| 359 |   - | 768 |3846 |   0 |   0 |   0 | 844k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
839.12/839.20	c   818s|  1700k|872927 |     0 |   0.0 | 973M| 359 |   - | 768 |4073 |   0 |   0 |   0 | 853k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
846.02/846.03	c   825s|  1710k|875181 |     0 |   0.0 | 980M| 359 |   - | 768 |4180 |   0 |   0 |   0 | 862k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
852.12/852.16	c   831s|  1720k|878362 |     0 |   0.0 | 986M| 359 |   - | 768 |4205 |   0 |   0 |   0 | 870k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
858.42/858.41	c   837s|  1730k|881336 |     0 |   0.0 | 992M| 359 |   - | 768 |4184 |   0 |   0 |   0 | 878k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
864.73/864.71	c   843s|  1740k|884410 |     0 |   0.0 | 998M| 359 |   - | 768 |4398 |   0 |   0 |   0 | 885k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
871.32/871.30	c   849s|  1750k|887121 |     0 |   0.0 |1004M| 359 |   - | 768 |4540 |   0 |   0 |   0 | 893k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
878.02/878.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
878.02/878.02	c   856s|  1760k|889803 |     0 |   0.0 |1010M| 359 |   - | 768 |4817 |   0 |   0 |   0 | 900k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
884.73/884.78	c   862s|  1770k|892393 |     0 |   0.0 |1016M| 359 |   - | 768 |5052 |   0 |   0 |   0 | 908k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
891.82/891.82	c   869s|  1780k|894800 |     0 |   0.0 |1021M| 359 |   - | 768 |4943 |   0 |   0 |   0 | 916k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
898.93/898.91	c   876s|  1790k|897101 |     0 |   0.0 |1028M| 359 |   - | 768 |5202 |   0 |   0 |   0 | 925k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
905.63/905.67	c   883s|  1800k|899895 |     0 |   0.0 |1034M| 359 |   - | 768 |5339 |   0 |   0 |   0 | 933k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
912.42/912.47	c   889s|  1810k|902743 |     0 |   0.0 |1041M| 359 |   - | 768 |5412 |   0 |   0 |   0 | 941k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
919.32/919.36	c   896s|  1820k|905343 |     0 |   0.0 |1047M| 359 |   - | 768 |5459 |   0 |   0 |   0 | 949k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
926.42/926.47	c   903s|  1830k|907711 |     0 |   0.0 |1054M| 359 |   - | 768 |5911 |   0 |   0 |   0 | 958k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
933.53/933.56	c   910s|  1840k|910290 |     0 |   0.0 |1061M| 359 |   - | 768 |6052 |   0 |   0 |   0 | 967k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
941.42/941.50	c   918s|  1850k|911669 |     0 |   0.0 |1067M| 359 |   - | 768 |6316 |   0 |   0 |   0 | 978k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
949.83/949.84	c   926s|  1860k|912838 |     0 |   0.0 |1073M| 359 |   - | 768 |6812 |   0 |   0 |   0 | 990k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
957.92/957.91	c   934s|  1870k|914236 |     0 |   0.0 |1078M| 359 |   - | 768 |6433 |   0 |   0 |   0 |1002k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
964.83/964.89	c   941s|  1880k|916601 |     0 |   0.0 |1084M| 359 |   - | 768 |6463 |   0 |   0 |   0 |1012k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
971.93/971.91	c   948s|  1890k|919023 |     0 |   0.0 |1089M| 359 |   - | 768 |6303 |   0 |   0 |   0 |1023k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
978.13/978.16	c   954s|  1900k|922333 |     0 |   0.0 |1097M| 359 |   - | 768 |6163 |   0 |   0 |   0 |1033k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
984.13/984.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
984.13/984.19	c   960s|  1910k|925625 |     0 |   0.0 |1104M| 359 |   - | 768 |1703 |   0 |   0 |   0 |1042k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
992.33/992.32	c   968s|  1920k|923788 |     0 |   0.0 |1111M| 359 |   - | 768 |3045 |   0 |   0 |   0 |1053k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1002.73/1002.78	c   978s|  1930k|918656 |     0 |   0.0 |1118M| 359 |   - | 768 |4063 |   0 |   0 |   0 |1066k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1013.63/1013.61	c   988s|  1940k|913583 |     0 |   0.0 |1126M| 359 |   - | 768 |4119 |   0 |   0 |   0 |1079k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1026.53/1026.54	c  1001s|  1950k|904950 |     0 |   0.0 |1134M| 359 |   - | 768 |4193 |   0 |   0 |   0 |1095k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1038.93/1038.90	c  1013s|  1960k|895804 |     0 |   0.0 |1135M| 359 |   - | 768 |5095 |   0 |   0 |   0 |1111k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1050.33/1050.39	c  1024s|  1970k|886782 |     0 |   0.0 |1110M| 359 |   - | 768 |6394 |   0 |   0 |   0 |1126k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1057.93/1057.94	c  1032s|  1980k|883905 |     0 |   0.0 |1080M| 359 |   - | 768 |4452 |   0 |   0 |   0 |1136k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1061.83/1061.84	c  1035s|  1990k|889994 |     0 |   0.0 |1086M| 359 |   - | 768 |2326 |   0 |   0 |   0 |1140k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1065.83/1065.88	c  1039s|  2000k|895844 |     0 |   0.0 |1091M| 359 |   - | 768 |2612 |   0 |   0 |   0 |1144k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1070.34/1070.36	c  1044s|  2010k|901281 |     0 |   0.0 |1097M| 359 |   - | 768 |3016 |   0 |   0 |   0 |1148k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1074.63/1074.60	c  1048s|  2020k|906842 |     0 |   0.0 |1102M| 359 |   - | 768 |3290 |   0 |   0 |   0 |1153k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1078.83/1078.87	c  1052s|  2030k|912404 |     0 |   0.0 |1108M| 359 |   - | 768 |3498 |   0 |   0 |   0 |1157k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1083.23/1083.21	c  1056s|  2040k|917870 |     0 |   0.0 |1113M| 359 |   - | 768 |3754 |   0 |   0 |   0 |1161k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1088.03/1088.05	c  1061s|  2050k|922891 |     0 |   0.0 |1120M| 359 |   - | 768 |4093 |   0 |   0 |   0 |1166k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1093.13/1093.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1093.13/1093.11	c  1066s|  2060k|927793 |     0 |   0.0 |1126M| 359 |   - | 768 |4664 |   0 |   0 |   0 |1171k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1097.74/1097.74	c  1070s|  2070k|933114 |     0 |   0.0 |1133M| 359 |   - | 768 |4991 |   0 |   0 |   0 |1175k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1102.63/1102.69	c  1075s|  2080k|938196 |     0 |   0.0 |1140M| 359 |   - | 768 |4978 |   0 |   0 |   0 |1180k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1107.74/1107.76	c  1080s|  2090k|943076 |     0 |   0.0 |1146M| 359 |   - | 768 |5382 |   0 |   0 |   0 |1185k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1113.14/1113.16	c  1085s|  2100k|947745 |     0 |   0.0 |1153M| 359 |   - | 768 |5612 |   0 |   0 |   0 |1191k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1118.33/1118.33	c  1090s|  2110k|952630 |     0 |   0.0 |1160M| 359 |   - | 768 |5739 |   0 |   0 |   0 |1196k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1123.43/1123.44	c  1095s|  2120k|957661 |     0 |   0.0 |1167M| 359 |   - | 768 |6008 |   0 |   0 |   0 |1201k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1128.54/1128.59	c  1100s|  2130k|962693 |     0 |   0.0 |1173M| 359 |   - | 768 |6332 |   0 |   0 |   0 |1205k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1134.34/1134.36	c  1106s|  2140k|967233 |     0 |   0.0 |1180M| 359 |   - | 768 |6695 |   0 |   0 |   0 |1211k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1140.04/1140.00	c  1112s|  2150k|971988 |     0 |   0.0 |1187M| 359 |   - | 768 |6943 |   0 |   0 |   0 |1217k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1146.04/1146.00	c  1117s|  2160k|976434 |     0 |   0.0 |1194M| 359 |   - | 768 |7314 |   0 |   0 |   0 |1223k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1151.84/1151.88	c  1123s|  2170k|981041 |     0 |   0.0 |1200M| 359 |   - | 768 |7394 |   0 |   0 |   0 |1228k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1157.74/1157.78	c  1129s|  2180k|985730 |     0 |   0.0 |1207M| 359 |   - | 768 |7582 |   0 |   0 |   0 |1234k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1163.43/1163.46	c  1134s|  2190k|990646 |     0 |   0.0 |1214M| 359 |   - | 768 |7770 |   0 |   0 |   0 |1239k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1169.54/1169.51	c  1140s|  2200k|995245 |     0 |   0.0 |1221M| 359 |   - | 768 |8039 |   0 |   0 |   0 |1245k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1175.64/1175.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1175.64/1175.61	c  1146s|  2210k|999889 |     0 |   0.0 |1228M| 359 |   - | 768 |8523 |   0 |   0 |   0 |1251k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1182.03/1182.04	c  1153s|  2220k|  1004k|     0 |   0.0 |1235M| 359 |   - | 768 |8722 |   0 |   0 |   0 |1257k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1188.64/1188.63	c  1159s|  2230k|  1008k|     0 |   0.0 |1242M| 359 |   - | 768 |9078 |   0 |   0 |   0 |1263k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1194.83/1194.88	c  1165s|  2240k|  1013k|     0 |   0.0 |1249M| 359 |   - | 768 |8900 |   0 |   0 |   0 |1269k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1201.03/1201.10	c  1171s|  2250k|  1017k|     0 |   0.0 |1256M| 359 |   - | 768 |8907 |   0 |   0 |   0 |1274k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1207.04/1207.00	c  1177s|  2260k|  1022k|     0 |   0.0 |1263M| 359 |   - | 768 |8956 |   0 |   0 |   0 |1279k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1212.93/1212.92	c  1183s|  2270k|  1028k|     0 |   0.0 |1269M| 359 |   - | 768 |9076 |   0 |   0 |   0 |1284k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1218.53/1218.60	c  1188s|  2280k|  1033k|     0 |   0.0 |1275M| 359 |   - | 768 |8888 |   0 |   0 |   0 |1289k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1224.54/1224.55	c  1194s|  2290k|  1038k|     0 |   0.0 |1281M| 359 |   - | 768 |9021 |   0 |   0 |   0 |1295k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1230.54/1230.59	c  1200s|  2300k|  1043k|     0 |   0.0 |1287M| 359 |   - | 768 |9200 |   0 |   0 |   0 |1300k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1236.74/1236.75	c  1206s|  2310k|  1048k|     0 |   0.0 |1294M| 359 |   - | 768 |9480 |   0 |   0 |   0 |1305k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1242.84/1242.89	c  1212s|  2320k|  1053k|     0 |   0.0 |1300M| 359 |   - | 768 |9674 |   0 |   0 |   0 |1310k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1249.74/1249.72	c  1219s|  2330k|  1057k|     0 |   0.0 |1306M| 359 |   - | 768 |9879 |   0 |   0 |   0 |1316k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1256.74/1256.79	c  1226s|  2340k|  1062k|     0 |   0.0 |1312M| 359 |   - | 768 |  10k|   0 |   0 |   0 |1322k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1263.84/1263.81	c  1233s|  2350k|  1066k|     0 |   0.0 |1319M| 359 |   - | 768 |  10k|   0 |   0 |   0 |1328k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1270.54/1270.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1270.54/1270.59	c  1239s|  2360k|  1071k|     0 |   0.0 |1325M| 359 |   - | 768 |  10k|   0 |   0 |   0 |1333k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1277.54/1277.55	c  1246s|  2370k|  1076k|     0 |   0.0 |1331M| 359 |   - | 768 |  11k|   0 |   0 |   0 |1338k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1284.63/1284.65	c  1253s|  2380k|  1081k|     0 |   0.0 |1337M| 359 |   - | 768 |  11k|   0 |   0 |   0 |1344k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1291.85/1291.84	c  1260s|  2390k|  1086k|     0 |   0.0 |1343M| 359 |   - | 768 |  11k|   0 |   0 |   0 |1349k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1299.24/1299.28	c  1268s|  2400k|  1090k|     0 |   0.0 |1349M| 359 |   - | 768 |  12k|   0 |   0 |   0 |1355k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1306.54/1306.50	c  1275s|  2410k|  1095k|     0 |   0.0 |1354M| 359 |   - | 768 |  12k|   0 |   0 |   0 |1360k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1313.94/1313.96	c  1282s|  2420k|  1100k|     0 |   0.0 |1360M| 359 |   - | 768 |  12k|   0 |   0 |   0 |1365k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1321.54/1321.54	c  1289s|  2430k|  1105k|     0 |   0.0 |1365M| 359 |   - | 768 |  13k|   0 |   0 |   0 |1371k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1329.24/1329.24	c  1297s|  2440k|  1109k|     0 |   0.0 |1371M| 359 |   - | 768 |  13k|   0 |   0 |   0 |1377k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1336.84/1336.82	c  1305s|  2450k|  1114k|     0 |   0.0 |1377M| 359 |   - | 768 |  13k|   0 |   0 |   0 |1382k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1344.34/1344.39	c  1312s|  2460k|  1119k|     0 |   0.0 |1383M| 359 |   - | 768 |  13k|   0 |   0 |   0 |1388k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1352.04/1352.04	c  1319s|  2470k|  1124k|     0 |   0.0 |1389M| 359 |   - | 768 |  13k|   0 |   0 |   0 |1393k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1359.84/1359.89	c  1327s|  2480k|  1128k|     0 |   0.0 |1395M| 359 |   - | 768 |  14k|   0 |   0 |   0 |1399k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1367.75/1367.70	c  1335s|  2490k|  1133k|     0 |   0.0 |1402M| 359 |   - | 768 |  14k|   0 |   0 |   0 |1405k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1375.94/1375.99	c  1343s|  2500k|  1138k|     0 |   0.0 |1408M| 359 |   - | 768 |  14k|   0 |   0 |   0 |1411k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1384.44/1384.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1384.44/1384.45	c  1351s|  2510k|  1142k|     0 |   0.0 |1414M| 359 |   - | 768 |  14k|   0 |   0 |   0 |1416k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1392.94/1392.92	c  1360s|  2520k|  1147k|     0 |   0.0 |1421M| 359 |   - | 768 |  15k|   0 |   0 |   0 |1422k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1401.05/1401.08	c  1368s|  2530k|  1151k|     0 |   0.0 |1427M| 359 |   - | 768 |  15k|   0 |   0 |   0 |1428k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1409.05/1409.09	c  1376s|  2540k|  1156k|     0 |   0.0 |1433M| 359 |   - | 768 |  15k|   0 |   0 |   0 |1433k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1417.34/1417.37	c  1384s|  2550k|  1161k|     0 |   0.0 |1439M| 359 |   - | 768 |  15k|   0 |   0 |   0 |1439k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1425.45/1425.44	c  1392s|  2560k|  1166k|     0 |   0.0 |1445M| 359 |   - | 768 |  15k|   0 |   0 |   0 |1444k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1433.65/1433.69	c  1400s|  2570k|  1171k|     0 |   0.0 |1451M| 359 |   - | 768 |  16k|   0 |   0 |   0 |1450k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1442.24/1442.23	c  1408s|  2580k|  1176k|     0 |   0.0 |1457M| 359 |   - | 768 |  16k|   0 |   0 |   0 |1455k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1450.85/1450.84	c  1417s|  2590k|  1180k|     0 |   0.0 |1463M| 359 |   - | 768 |  16k|   0 |   0 |   0 |1461k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1459.75/1459.72	c  1425s|  2600k|  1185k|     0 |   0.0 |1469M| 359 |   - | 768 |  16k|   0 |   0 |   0 |1466k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1468.75/1468.72	c  1434s|  2610k|  1190k|     0 |   0.0 |1474M| 359 |   - | 768 |  16k|   0 |   0 |   0 |1472k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1477.95/1477.96	c  1443s|  2620k|  1195k|     0 |   0.0 |1480M| 359 |   - | 768 |  17k|   0 |   0 |   0 |1477k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1487.25/1487.24	c  1453s|  2630k|  1200k|     0 |   0.0 |1487M| 359 |   - | 768 |  17k|   0 |   0 |   0 |1483k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1496.44/1496.49	c  1462s|  2640k|  1205k|     0 |   0.0 |1493M| 359 |   - | 768 |  17k|   0 |   0 |   0 |1488k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1506.25/1506.21	c  1471s|  2650k|  1210k|     0 |   0.0 |1499M| 359 |   - | 768 |  17k|   0 |   0 |   0 |1493k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1515.85/1515.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1515.85/1515.84	c  1481s|  2660k|  1214k|     0 |   0.0 |1505M| 359 |   - | 768 |  17k|   0 |   0 |   0 |1499k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1525.24/1525.25	c  1490s|  2670k|  1219k|     0 |   0.0 |1511M| 359 |   - | 768 |  18k|   0 |   0 |   0 |1504k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1534.85/1534.80	c  1500s|  2680k|  1224k|     0 |   0.0 |1517M| 359 |   - | 768 |  18k|   0 |   0 |   0 |1510k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1544.45/1544.41	c  1509s|  2690k|  1229k|     0 |   0.0 |1522M| 359 |   - | 768 |  18k|   0 |   0 |   0 |1515k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1553.85/1553.80	c  1518s|  2700k|  1234k|     0 |   0.0 |1528M| 359 |   - | 768 |  18k|   0 |   0 |   0 |1520k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1563.45/1563.40	c  1528s|  2710k|  1239k|     0 |   0.0 |1534M| 359 |   - | 768 |  18k|   0 |   0 |   0 |1525k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1573.55/1573.55	c  1538s|  2720k|  1244k|     0 |   0.0 |1541M| 359 |   - | 768 |  19k|   0 |   0 |   0 |1531k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1583.55/1583.59	c  1548s|  2730k|  1249k|     0 |   0.0 |1547M| 359 |   - | 768 |  19k|   0 |   0 |   0 |1536k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1594.05/1594.02	c  1558s|  2740k|  1253k|     0 |   0.0 |1552M| 359 |   - | 768 |  19k|   0 |   0 |   0 |1542k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1605.96/1605.97	c  1570s|  2750k|  1257k|     0 |   0.0 |1558M| 359 |   - | 768 |  20k|   0 |   0 |   0 |1548k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1616.75/1616.71	c  1580s|  2760k|  1262k|     0 |   0.0 |1564M| 359 |   - | 768 |  20k|   0 |   0 |   0 |1553k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1627.85/1627.80	c  1591s|  2770k|  1267k|     0 |   0.0 |1570M| 359 |   - | 768 |  20k|   0 |   0 |   0 |1559k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1638.85/1638.81	c  1602s|  2780k|  1272k|     0 |   0.0 |1575M| 359 |   - | 768 |  20k|   0 |   0 |   0 |1564k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1650.55/1650.58	c  1614s|  2790k|  1276k|     0 |   0.0 |1581M| 359 |   - | 768 |  20k|   0 |   0 |   0 |1570k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1662.25/1662.25	c  1625s|  2800k|  1281k|     0 |   0.0 |1587M| 359 |   - | 768 |  20k|   0 |   0 |   0 |1576k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1673.95/1673.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1673.95/1673.93	c  1637s|  2810k|  1285k|     0 |   0.0 |1593M| 359 |   - | 768 |  20k|   0 |   0 |   0 |1581k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1685.56/1685.56	c  1648s|  2820k|  1290k|     0 |   0.0 |1598M| 359 |   - | 768 |  20k|   0 |   0 |   0 |1587k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1698.16/1698.12	c  1661s|  2830k|  1294k|     0 |   0.0 |1605M| 359 |   - | 768 |  20k|   0 |   0 |   0 |1593k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1710.76/1710.71	c  1673s|  2840k|  1298k|     0 |   0.0 |1611M| 359 |   - | 768 |  21k|   0 |   0 |   0 |1599k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1722.45/1722.48	c  1685s|  2850k|  1303k|     0 |   0.0 |1617M| 359 |   - | 768 |  21k|   0 |   0 |   0 |1604k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1735.46/1735.47	c  1698s|  2860k|  1307k|     0 |   0.0 |1622M| 359 |   - | 768 |  21k|   0 |   0 |   0 |1610k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1747.96/1747.91	c  1710s|  2870k|  1312k|     0 |   0.0 |1628M| 359 |   - | 768 |  21k|   0 |   0 |   0 |1616k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1758.97/1758.96	c  1721s|  2880k|  1317k|     0 |   0.0 |1634M| 359 |   - | 768 |  21k|   0 |   0 |   0 |1621k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1771.56/1771.52	c  1733s|  2890k|  1321k|     0 |   0.0 |1640M| 359 |   - | 768 |  21k|   0 |   0 |   0 |1627k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1783.96/1783.97	c  1746s|  2900k|  1325k|     0 |   0.0 |1645M| 359 |   - | 768 |  21k|   0 |   0 |   0 |1633k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1795.75/1795.77	c  1757s|  2910k|  1330k|     0 |   0.0 |1651M| 359 |   - | 768 |  22k|   0 |   0 |   0 |1639k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time (sec) : 1761.49
1800.06/1800.00	c Solving Nodes      : 2912614
1800.06/1800.00	c Primal Bound       : +4.00000000000000e+00 (4 solutions)
1800.06/1800.00	c Dual Bound         : +1.00000000000000e+00
1800.06/1800.00	c Gap                : 300.00 %
1800.06/1800.00	s SATISFIABLE
1800.06/1800.00	v x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 x110 -x109 x108 -x107 -x106 -x105 -x104 -x103 -x102 x101 -x100 -x99 -x98 
1800.06/1800.00	v x97 -x96 x95 -x94 -x93 -x92 -x91 x90 -x89 -x88 -x87 -x86 x85 -x84 -x83 -x82 x81 -x80 -x79 -x78 x77 -x76 x75 -x74 -x73 -x72 
1800.06/1800.00	v -x71 x70 -x69 x68 -x67 -x66 -x65 -x64 x63 -x62 -x61 -x60 -x59 x58 -x57 -x56 -x55 -x54 x53 x52 -x51 -x50 -x49 -x48 x47 -x46 
1800.06/1800.00	v -x45 -x44 -x43 x42 -x41 x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 x30 -x29 -x28 x27 -x26 -x25 -x24 -x23 -x22 x21 -x20 x19 
1800.06/1800.00	v -x18 -x17 x16 -x15 -x14 -x13 x12 -x11 -x10 -x9 x8 -x7 -x6 -x5 x4 -x3 -x2 -x1 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time       :    1761.49
1800.06/1800.00	c Original Problem   :
1800.06/1800.00	c   Problem name     : HOME/instance-2700610-1278535787.wbo
1800.06/1800.00	c   Variables        : 768 (444 binary, 0 integer, 0 implicit integer, 324 continuous)
1800.06/1800.00	c   Constraints      : 679 initial, 679 maximal
1800.06/1800.00	c Presolved Problem  :
1800.06/1800.00	c   Problem name     : t_HOME/instance-2700610-1278535787.wbo
1800.06/1800.00	c   Variables        : 768 (444 binary, 0 integer, 0 implicit integer, 324 continuous)
1800.06/1800.00	c   Constraints      : 679 initial, 22232 maximal
1800.06/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   linear           :       0.01          0          0          0        324          0          0          0          0
1800.06/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   indicator        :        324          0    8489510          0    2360277      10499  150292487          0          0          0
1800.06/1800.00	c   knapsack         :          1          0    8484774          0    2360936          0          0          0          0          0
1800.06/1800.00	c   setppc           :         30          0    8484770          0    2360932     205881    3993952          0          0          0
1800.06/1800.00	c   linear           :        324          0    8278844          0    2360897     299216   15282815          0          0          0
1800.06/1800.00	c   logicor          :          0+         0    4573862          0          0     123748    3135149          0          0          0
1800.06/1800.00	c   countsols        :          0          0          0          0    2360935          0          0          0          0          0
1800.06/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.00	c   indicator        :     158.07       0.00     126.24       0.00      31.83
1800.06/1800.00	c   knapsack         :     201.40       0.00     190.52       0.00      10.88
1800.06/1800.00	c   setppc           :      50.14       0.00      35.38       0.00      14.76
1800.06/1800.00	c   linear           :     108.16       0.00      86.86       0.00      21.30
1800.06/1800.00	c   logicor          :     355.42       0.00     355.42       0.00       0.00
1800.06/1800.00	c   countsols        :       0.56       0.00       0.00       0.00       0.56
1800.06/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.00	c   vbounds          :       2.18          2          0          0
1800.06/1800.00	c   rootredcost      :       2.28          0          0          0
1800.06/1800.00	c   pseudoobj        :     177.80    8719562     224489  149780598
1800.06/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.00	c   propagation      :      22.49     853334     851743    1530362        9.5     296611        3.6          -
1800.06/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   pseudo solution  :       0.04       1507       1507       3643        6.2        670        3.8          -
1800.06/1800.00	c   applied globally :          -          -          -    1640745        8.2          -          -          -
1800.06/1800.00	c   applied locally  :          -          -          -        619       60.6          -          -          -
1800.06/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.06/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.06/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.06/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.06/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.06/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.06/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.06/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.06/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.06/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.00	c Pricers            :       Time      Calls       Vars
1800.06/1800.00	c   problem variables:       0.00          0          0
1800.06/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   inference        :      70.20    2360931          0          0          0          0    4721862
1800.06/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.00	c   LP solutions     :       0.00          -          0
1800.06/1800.00	c   pseudo solutions :       0.07          -          4
1800.06/1800.00	c   oneopt           :       1.21          0          0
1800.06/1800.00	c   trivial          :       0.00          2          0
1800.06/1800.00	c   simplerounding   :       0.00          0          0
1800.06/1800.00	c   zirounding       :       0.00          0          0
1800.06/1800.00	c   rounding         :       0.00          0          0
1800.06/1800.00	c   shifting         :       0.00          0          0
1800.06/1800.00	c   intshifting      :       0.00          0          0
1800.06/1800.00	c   twoopt           :       0.00          0          0
1800.06/1800.00	c   fixandinfer      :       0.00          0          0
1800.06/1800.00	c   feaspump         :       0.00          0          0
1800.06/1800.00	c   coefdiving       :       0.00          0          0
1800.06/1800.00	c   pscostdiving     :       0.00          0          0
1800.06/1800.00	c   fracdiving       :       0.00          0          0
1800.06/1800.00	c   veclendiving     :       0.00          0          0
1800.06/1800.00	c   intdiving        :       0.00          0          0
1800.06/1800.00	c   actconsdiving    :       0.00          0          0
1800.06/1800.00	c   objpscostdiving  :       0.00          0          0
1800.06/1800.00	c   rootsoldiving    :       0.00          0          0
1800.06/1800.00	c   linesearchdiving :       0.00          0          0
1800.06/1800.00	c   guideddiving     :       0.00          0          0
1800.06/1800.00	c   octane           :       0.00          0          0
1800.06/1800.00	c   rens             :       0.00          0          0
1800.06/1800.00	c   rins             :       0.00          0          0
1800.06/1800.00	c   localbranching   :       0.00          0          0
1800.06/1800.00	c   mutation         :       0.00          0          0
1800.06/1800.00	c   crossover        :       0.00          0          0
1800.06/1800.00	c   dins             :       0.00          0          0
1800.06/1800.00	c   undercover       :       0.00          0          0
1800.06/1800.00	c   nlp              :       0.93          0          0
1800.06/1800.00	c   trysol           :       0.63          1          0
1800.06/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.06/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.06/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.06/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.06/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.00	c B&B Tree           :
1800.06/1800.00	c   number of runs   :          1
1800.06/1800.00	c   nodes            :    2912614
1800.06/1800.00	c   nodes (total)    :    2912614
1800.06/1800.00	c   nodes left       :    1331238
1800.06/1800.00	c   max depth        :        359
1800.06/1800.00	c   max depth (total):        359
1800.06/1800.00	c   backtracks       :     436574 (15.0%)
1800.06/1800.00	c   delayed cutoffs  :     390216
1800.06/1800.00	c   repropagations   :    1909088 (112526087 domain reductions, 313661 cutoffs)
1800.06/1800.00	c   avg switch length:      10.32
1800.06/1800.00	c   switching time   :     443.40
1800.06/1800.00	c Solution           :
1800.06/1800.00	c   Solutions found  :          4 (4 improvements)
1800.06/1800.00	c   First Solution   : +7.00000000000000e+00   (in run 1, after 32979 nodes, 2.79 seconds, depth 354, found by <relaxation>)
1800.06/1800.00	c   Primal Bound     : +4.00000000000000e+00   (in run 1, after 268856 nodes, 30.58 seconds, depth 71, found by <relaxation>)
1800.06/1800.00	c   Dual Bound       : +1.00000000000000e+00
1800.06/1800.00	c   Gap              :     300.00 %
1800.06/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.00	c   Root Iterations  :          0

Verifier Data

OK	4

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700610-1278535787/watcher-2700610-1278535787 -o /tmp/evaluation-result-2700610-1278535787/solver-2700610-1278535787 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700610-1278535787.wbo -t 1800 -m 3800 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.72 3/178 20518
/proc/meminfo: memFree=29892332/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=8264 CPUtime=0
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 1546 0 0 0 0 0 0 0 25 0 1 0 21790979 8462336 1468 4089446400 4194304 7136930 140733490382416 18446744073709551615 4240589 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20518/statm: 2066 1468 275 719 0 1345 0

[startup+0.0750771 s]
/proc/loadavg: 2.00 2.00 1.72 3/178 20518
/proc/meminfo: memFree=29892332/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=15264 CPUtime=0.06
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 4810 0 0 0 6 0 0 0 25 0 1 0 21790979 15630336 3094 4089446400 4194304 7136930 140733490382416 18446744073709551615 5956145 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 3816 3094 401 719 0 3095 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15264

[startup+0.101071 s]
/proc/loadavg: 2.00 2.00 1.72 3/178 20518
/proc/meminfo: memFree=29892332/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=15264 CPUtime=0.09
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 4819 0 0 0 8 1 0 0 25 0 1 0 21790979 15630336 3103 4089446400 4194304 7136930 140733490382416 18446744073709551615 4611326 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 3816 3103 401 719 0 3095 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15264

[startup+0.301033 s]
/proc/loadavg: 2.00 2.00 1.72 3/178 20518
/proc/meminfo: memFree=29892332/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=16340 CPUtime=0.29
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 5082 0 0 0 27 2 0 0 25 0 1 0 21790979 16732160 3366 4089446400 4194304 7136930 140733490382416 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 4085 3366 401 719 0 3364 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16340

[startup+0.700929 s]
/proc/loadavg: 2.00 2.00 1.72 3/178 20518
/proc/meminfo: memFree=29892332/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=18232 CPUtime=0.69
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 5571 0 0 0 64 5 0 0 25 0 1 0 21790979 18669568 3855 4089446400 4194304 7136930 140733490382416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 4558 3855 401 719 0 3837 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18232

[startup+1.50078 s]
/proc/loadavg: 2.00 2.00 1.72 3/179 20519
/proc/meminfo: memFree=29875708/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=21208 CPUtime=1.49
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 6349 0 0 0 139 10 0 0 25 0 1 0 21790979 21716992 4633 4089446400 4194304 7136930 140733490382416 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 5302 4633 401 719 0 4581 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21208

[startup+3.10048 s]
/proc/loadavg: 2.00 2.00 1.72 3/179 20519
/proc/meminfo: memFree=29867648/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=28784 CPUtime=3.09
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 8317 0 0 0 285 24 0 0 25 0 1 0 21790979 29474816 6601 4089446400 4194304 7136930 140733490382416 18446744073709551615 4238243 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 7196 6601 401 719 0 6475 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28784

[startup+6.30087 s]
/proc/loadavg: 2.00 2.00 1.72 3/179 20519
/proc/meminfo: memFree=29849448/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=40124 CPUtime=6.29
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 11276 0 0 0 581 48 0 0 25 0 1 0 21790979 41086976 9560 4089446400 4194304 7136930 140733490382416 18446744073709551615 5507212 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 10031 9560 402 719 0 9310 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40124

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 1.72 3/179 20519
/proc/meminfo: memFree=29811760/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=65600 CPUtime=12.69
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 17319 0 0 0 1179 90 0 0 25 0 1 0 21790979 67174400 15603 4089446400 4194304 7136930 140733490382416 18446744073709551615 6346613 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 16400 15603 402 719 0 15679 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65600

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.73 3/179 20519
/proc/meminfo: memFree=29744208/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=112008 CPUtime=25.5
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 28356 0 0 0 2375 175 0 0 25 0 1 0 21790979 114696192 26640 4089446400 4194304 7136930 140733490382416 18446744073709551615 4854246 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 28002 26640 402 719 0 27281 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 112008

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.73 3/179 20519
/proc/meminfo: memFree=29664412/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=156892 CPUtime=51.09
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 38847 0 0 0 4826 283 0 0 25 0 1 0 21790979 160657408 37131 4089446400 4194304 7136930 140733490382416 18446744073709551615 4981233 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 39223 37131 402 719 0 38502 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 156892

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.74 3/179 20521
/proc/meminfo: memFree=29505144/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=248524 CPUtime=102.31
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 60189 0 0 0 9779 452 0 0 25 0 1 0 21790979 254488576 58473 4089446400 4194304 7136930 140733490382416 18446744073709551615 4436363 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 62131 58473 402 719 0 61410 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 248524

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.76 3/179 20523
/proc/meminfo: memFree=29327376/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=361196 CPUtime=162.3
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 84231 0 0 0 15609 621 0 0 25 0 1 0 21790979 369864704 82515 4089446400 4194304 7136930 140733490382416 18446744073709551615 4620334 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 90299 82515 402 719 0 89578 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 361196

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.77 3/179 20525
/proc/meminfo: memFree=29157320/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=456524 CPUtime=222.3
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 104741 0 0 0 21433 797 0 0 25 0 1 0 21790979 467480576 103025 4089446400 4194304 7136930 140733490382416 18446744073709551615 5955767 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 114131 103025 402 719 0 113410 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 456524

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/179 20526
/proc/meminfo: memFree=29001124/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=541968 CPUtime=282.3
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 122266 0 0 0 27284 946 0 0 25 0 1 0 21790979 554975232 120550 4089446400 4194304 7136930 140733490382416 18446744073709551615 5955601 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 135492 120550 402 719 0 134771 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 541968

[startup+342.301 s]
/proc/loadavg: 2.06 2.02 1.80 3/179 20527
/proc/meminfo: memFree=28849776/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=611324 CPUtime=342.3
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 138273 0 0 0 33150 1080 0 0 25 0 1 0 21790979 625995776 136557 4089446400 4194304 7136930 140733490382416 18446744073709551615 4210611 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 152831 136557 402 719 0 152110 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 611324

[startup+402.301 s]
/proc/loadavg: 2.02 2.01 1.81 3/179 20529
/proc/meminfo: memFree=28711948/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=666700 CPUtime=402.31
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 151496 0 0 0 39028 1203 0 0 25 0 1 0 21790979 682700800 149780 4089446400 4194304 7136930 140733490382416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 166675 149780 402 719 0 165954 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 666700

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 1.82 3/179 20531
/proc/meminfo: memFree=28561848/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=735720 CPUtime=462.31
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 166445 0 0 0 44902 1329 0 0 25 0 1 0 21790979 753377280 164729 4089446400 4194304 7136930 140733490382416 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 183930 164729 402 719 0 183209 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 735720

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.82 3/179 20533
/proc/meminfo: memFree=28421300/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=797556 CPUtime=522.31
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 179330 0 0 0 50793 1438 0 0 25 0 1 0 21790979 816697344 177614 4089446400 4194304 7136930 140733490382416 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 199389 177614 402 719 0 198668 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 797556

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.83 3/179 20534
/proc/meminfo: memFree=28275676/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=862972 CPUtime=582.31
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 192987 0 0 0 56691 1540 0 0 25 0 1 0 21790979 883683328 191271 4089446400 4194304 7136930 140733490382416 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 215743 191271 402 719 0 215022 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 862972

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/179 20535
/proc/meminfo: memFree=28137480/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=910100 CPUtime=642.32
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 204220 0 0 0 62595 1637 0 0 25 0 1 0 21790979 931942400 202504 4089446400 4194304 7136930 140733490382416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 227525 202504 402 719 0 226804 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 910100

[startup+702.301 s]

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

/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 299784 0 0 0 97729 2503 0 0 25 0 1 0 21790979 1353490432 298068 4089446400 4194304 7136930 140733490382416 18446744073709551615 4999771 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 330442 298068 402 719 0 329721 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1321768

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/179 20556
/proc/meminfo: memFree=27066652/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=1363084 CPUtime=1062.33
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 308120 0 0 0 103584 2649 0 0 25 0 1 0 21790979 1395798016 306404 4089446400 4194304 7136930 140733490382416 18446744073709551615 4225764 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 340771 306404 402 719 0 340050 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1363084

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/179 20558
/proc/meminfo: memFree=26922744/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=1413676 CPUtime=1122.34
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 319863 0 0 0 109426 2808 0 0 25 0 1 0 21790979 1447604224 318147 4089446400 4194304 7136930 140733490382416 18446744073709551615 5507315 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 353419 318147 402 719 0 352698 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 1413676

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/179 20559
/proc/meminfo: memFree=26847420/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=1493792 CPUtime=1182.33
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 334635 0 0 0 115289 2944 0 0 25 0 1 0 21790979 1529643008 332919 4089446400 4194304 7136930 140733490382416 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 373448 332919 402 719 0 372727 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1493792

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 20560
/proc/meminfo: memFree=26762788/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=1554600 CPUtime=1242.34
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 349492 0 0 0 121168 3066 0 0 25 0 1 0 21790979 1591910400 347776 4089446400 4194304 7136930 140733490382416 18446744073709551615 6166206 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 388650 347776 402 719 0 387929 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 1554600

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20562
/proc/meminfo: memFree=26629184/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=1611704 CPUtime=1302.35
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 361737 0 0 0 127061 3174 0 0 25 0 1 0 21790979 1650384896 360021 4089446400 4194304 7136930 140733490382416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 402926 360021 402 719 0 402205 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 1611704

[startup+1362.3 s]
/proc/loadavg: 2.05 2.01 1.91 3/179 20564
/proc/meminfo: memFree=26519008/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=1655372 CPUtime=1362.34
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 372842 0 0 0 132956 3278 0 0 25 0 1 0 21790979 1695100928 371126 4089446400 4194304 7136930 140733490382416 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 413843 371126 402 719 0 413122 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 1655372

[startup+1422.31 s]
/proc/loadavg: 2.06 2.02 1.92 3/179 20566
/proc/meminfo: memFree=26469976/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=1696160 CPUtime=1422.35
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 383655 0 0 0 138861 3374 0 0 25 0 1 0 21790979 1736867840 381939 4089446400 4194304 7136930 140733490382416 18446744073709551615 4208920 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 424040 381939 402 719 0 423319 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 1696160

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 1.92 3/179 20567
/proc/meminfo: memFree=26410404/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=1731720 CPUtime=1482.34
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 393733 0 0 0 144770 3464 0 0 25 0 1 0 21790979 1773281280 392017 4089446400 4194304 7136930 140733490382416 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 432930 392017 402 719 0 432209 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 1731720

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/179 20568
/proc/meminfo: memFree=26312136/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=1767836 CPUtime=1542.35
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 402996 0 0 0 150689 3546 0 0 25 0 1 0 21790979 1810264064 401280 4089446400 4194304 7136930 140733490382416 18446744073709551615 4225326 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 441959 401280 402 719 0 441238 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 1767836

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 20570
/proc/meminfo: memFree=26198008/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=1806144 CPUtime=1602.35
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 411468 0 0 0 156608 3627 0 0 25 0 1 0 21790979 1849491456 409752 4089446400 4194304 7136930 140733490382416 18446744073709551615 4999771 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 451536 409752 402 719 0 450815 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 1806144

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 4/179 20572
/proc/meminfo: memFree=26110648/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=1839364 CPUtime=1662.35
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 419113 0 0 0 162536 3699 0 0 25 0 1 0 21790979 1883508736 417397 4089446400 4194304 7136930 140733490382416 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 459841 417397 402 719 0 459120 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 1839364

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 20574
/proc/meminfo: memFree=26048840/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=1874724 CPUtime=1722.36
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 427102 0 0 0 168466 3770 0 0 25 0 1 0 21790979 1919717376 425386 4089446400 4194304 7136930 140733490382416 18446744073709551615 4665414 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 468681 425386 402 719 0 467960 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 1874724

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 20579
/proc/meminfo: memFree=25938940/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=1903828 CPUtime=1782.36
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 433637 0 0 0 174396 3840 0 0 25 0 1 0 21790979 1949519872 431921 4089446400 4194304 7136930 140733490382416 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 475957 431921 402 719 0 475236 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 1903828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 20607
/proc/meminfo: memFree=28145716/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=1912240 CPUtime=1800.06
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 435738 0 0 0 176149 3857 0 0 25 0 1 0 21790979 1958133760 434022 4089446400 4194304 7136930 140733490382416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20518/statm: 478060 434022 402 719 0 477339 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1912240

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -20518

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 20608
/proc/meminfo: memFree=28145584/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=1912240 CPUtime=1801.46
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 435748 0 0 0 176289 3857 0 0 25 0 1 0 21790979 1958133760 434032 4089446400 4194304 7136930 140733490382416 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20518/statm: 478060 434032 407 719 0 477339 0
Current children cumulated CPU time (s) 1801.46
Current children cumulated vsize (KiB) 1912240

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 20608
/proc/meminfo: memFree=28145460/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=1912240 CPUtime=1801.86
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 435748 0 0 0 176329 3857 0 0 25 0 1 0 21790979 1958133760 434032 4089446400 4194304 7136930 140733490382416 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20518/statm: 478060 434032 407 719 0 477339 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 1912240

[startup+1802 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 20608
/proc/meminfo: memFree=28145460/32951124 swapFree=67111528/67111528
[pid=20518] ppid=20516 vsize=1912240 CPUtime=1802.06
/proc/20518/stat : 20518 (pbscip.linux.x8) R 20516 20518 19295 0 -1 4202496 435748 0 0 0 176349 3857 0 0 25 0 1 0 21790979 1958133760 434032 4089446400 4194304 7136930 140733490382416 18446744073709551615 4212558 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20518/statm: 478060 434032 407 719 0 477339 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 1912240

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.08
CPU time (s): 1802.14
CPU user time (s): 1763.5
CPU system time (s): 38.6451
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1912240

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

runsolver used 2.55761 second user time and 5.83011 second system time

The end

Launcher Data

Begin job on node141 at 2010-07-07 22:49:47
IDJOB=2700610
IDBENCH=79443
IDSOLVER=1206
FILE ID=node141/2700610-1278535787
PBS_JOBID= 11239195
Free space on /tmp= 73640 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-geom30a-4_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2700610-1278535787/watcher-2700610-1278535787 -o /tmp/evaluation-result-2700610-1278535787/solver-2700610-1278535787 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700610-1278535787.wbo -t 1800 -m 3800

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

MD5SUM BENCH= de59a4d263badb761d8b1cfdb0f0d5d5
RANDOM SEED=912756049

node141.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.839
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.67
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.839
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	: 5265.34
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.839
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.82
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.839
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.74
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.839
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.76
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.839
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.75
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.839
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.82
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.839
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29892860 kB
Buffers:        144900 kB
Cached:        2653052 kB
SwapCached:          0 kB
Active:        1303076 kB
Inactive:      1603988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29892860 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9576 kB
Writeback:           0 kB
AnonPages:      108404 kB
Mapped:          17368 kB
Slab:            88004 kB
PageTables:       5440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   254340 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= 73640 MiB
End job on node141 at 2010-07-07 23:19:50