Trace number 2694011

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) 1800.56 1800.49

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224929--soft-66-100-0.wbo
MD5SUM3ff78030d7fc141241cdd1d8ac18da82
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark71
Best CPU time to get the best result obtained on this benchmark0.159975
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1264
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 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-2694011-1277899849.wbo>
0.00/0.00	c original problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 144 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.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 48 impls, 39 clqs
0.00/0.01	c (round 2) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 48 impls, 39 clqs
0.00/0.01	c (round 3) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 46 upgd conss, 48 impls, 39 clqs
0.00/0.02	c    (0.0s) probing: 101/211 (47.9%) - 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 (4 rounds):
0.00/0.02	c  0 deleted vars, 14 deleted constraints, 42 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  48 implications, 39 cliques
0.00/0.02	c presolved problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 130 constraints
0.00/0.02	c      42 constraints of type <indicator>
0.00/0.02	c       1 constraints of type <knapsack>
0.00/0.02	c      39 constraints of type <setppc>
0.00/0.02	c      42 constraints of type <linear>
0.00/0.02	c       6 constraints of type <logicor>
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.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     2 |     0 |     - | 941k|   0 |   - | 253 | 130 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.45	c   1.4s| 10000 |  7056 |     0 |   0.0 |6599k| 141 |   - | 253 |3961 |   0 |   0 |   0 |6697 |   0 | 0.000000e+00 |      --      |    Inf 
3.59/3.68	c   3.5s| 20000 | 12873 |     0 |   0.0 |  10M| 141 |   - | 253 |4043 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
6.60/6.63	c   6.3s| 30000 | 17640 |     0 |   0.0 |  15M| 141 |   - | 253 |6551 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
10.39/10.49	c  10.1s| 40000 | 20899 |     0 |   0.0 |  20M| 141 |   - | 253 |8841 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
15.89/15.97	c  15.4s| 50000 | 21812 |     0 |   0.0 |  23M| 141 |   - | 253 |  12k|   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
17.59/17.67	c  17.0s| 60000 | 29620 |     0 |   0.0 |  25M| 141 |   - | 253 |3006 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
19.49/19.59	c  18.8s| 70000 | 36338 |     0 |   0.0 |  29M| 141 |   - | 253 |4845 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
23.69/23.74	c  22.9s| 80000 | 38849 |     0 |   0.0 |  33M| 141 |   - | 253 |7926 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
29.89/29.92	c  28.9s| 90000 | 38870 |     0 |   0.0 |  37M| 141 |   - | 253 |  11k|   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
37.09/37.10	c  36.0s|100000 | 37618 |     0 |   0.0 |  39M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
44.89/44.97	c  43.7s|110000 | 35874 |     0 |   0.0 |  40M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
50.59/50.64	c  49.3s|120000 | 38902 |     0 |   0.0 |  38M| 141 |   - | 253 |5352 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
52.99/53.03	c  51.6s|130000 | 44622 |     0 |   0.0 |  41M| 141 |   - | 253 |5142 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
55.69/55.75	c  54.2s|140000 | 49712 |     0 |   0.0 |  45M| 141 |   - | 253 |6050 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
58.69/58.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.69/58.74	c  57.1s|150000 | 54479 |     0 |   0.0 |  50M| 141 |   - | 253 |7387 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
61.99/62.04	c  60.3s|160000 | 58897 |     0 |   0.0 |  54M| 141 |   - | 253 |8335 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
65.60/65.64	c  63.8s|170000 | 62865 |     0 |   0.0 |  58M| 141 |   - | 253 |9438 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
69.69/69.78	c  67.8s|180000 | 66057 |     0 |   0.0 |  61M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
74.49/74.55	c  72.5s|190000 | 68395 |     0 |   0.0 |  65M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
81.19/81.30	c  79.1s|200000 | 68446 |     0 |   0.0 |  67M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
95.19/95.26	c  92.9s|210000 | 61076 |     0 |   0.0 |  60M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
102.09/102.11	c  99.7s|220000 | 63356 |     0 |   0.0 |  56M| 141 |   - | 253 |9598 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
106.00/106.00	c   103s|230000 | 66980 |     0 |   0.0 |  59M| 141 |   - | 253 |8543 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
109.99/110.02	c   107s|240000 | 70369 |     0 |   0.0 |  62M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
114.69/114.73	c   112s|250000 | 73136 |     0 |   0.0 |  65M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
120.10/120.13	c   117s|260000 | 75521 |     0 |   0.0 |  67M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
126.50/126.51	c   124s|270000 | 77296 |     0 |   0.0 |  69M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
133.60/133.60	c   131s|280000 | 78761 |     0 |   0.0 |  72M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 297k|   0 | 1.000000e+00 |      --      |    Inf 
141.29/141.34	c   138s|290000 | 79980 |     0 |   0.0 |  75M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 308k|   0 | 1.000000e+00 |      --      |    Inf 
149.40/149.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
149.40/149.45	c   146s|300000 | 81148 |     0 |   0.0 |  78M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 318k|   0 | 1.000000e+00 |      --      |    Inf 
157.99/158.06	c   155s|310000 | 82261 |     0 |   0.0 |  81M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 330k|   0 | 1.000000e+00 |      --      |    Inf 
167.10/167.16	c   164s|320000 | 83182 |     0 |   0.0 |  84M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 341k|   0 | 1.000000e+00 |      --      |    Inf 
177.29/177.38	c   174s|330000 | 83355 |     0 |   0.0 |  86M| 141 |   - | 253 |  28k|   0 |   0 |   0 | 354k|   0 | 1.000000e+00 |      --      |    Inf 
189.20/189.28	c   185s|340000 | 82420 |     0 |   0.0 |  88M| 141 |   - | 253 |  32k|   0 |   0 |   0 | 368k|   0 | 1.000000e+00 |      --      |    Inf 
200.89/200.99	c   197s|350000 | 83489 |     0 |   0.0 |  88M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 379k|   0 | 1.000000e+00 |      --      |    Inf 
205.70/205.76	o 361
205.70/205.76	c * 202s|355830 | 84808 |     0 |   0.0 |  89M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 384k|   0 | 1.000000e+00 | 3.610000e+02 |  Large 
205.70/205.76	o 184
205.70/205.76	c * 202s|355831 | 84677 |     0 |   0.0 |  89M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 384k|   0 | 1.000000e+00 | 1.840000e+02 |  Large 
209.40/209.48	c   205s|360000 | 85195 |     0 |   0.0 |  89M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 388k|   0 | 1.000000e+00 | 1.840000e+02 |  Large 
219.10/219.11	c   215s|370000 | 85908 |     0 |   0.0 |  92M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 399k|   0 | 1.000000e+00 | 1.840000e+02 |  Large 
230.20/230.20	c   226s|380000 | 86032 |     0 |   0.0 |  94M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 411k|   0 | 1.000000e+00 | 1.840000e+02 |  Large 
242.90/242.92	c   238s|390000 | 85341 |     0 |   0.0 |  96M| 141 |   - | 253 |  28k|   0 |   0 |   0 | 423k|   0 | 1.000000e+00 | 1.840000e+02 |  Large 
257.41/257.44	c   253s|400000 | 84038 |     0 |   0.0 |  97M| 141 |   - | 253 |  30k|   0 |   0 |   0 | 437k|   0 | 1.000000e+00 | 1.840000e+02 |  Large 
273.20/273.23	c   269s|410000 | 82529 |     0 |   0.0 |  98M| 141 |   - | 253 |  33k|   0 |   0 |   0 | 451k|   0 | 1.000000e+00 | 1.840000e+02 |  Large 
289.90/289.95	c   285s|420000 | 81093 |     0 |   0.0 |  99M| 141 |   - | 253 |  36k|   0 |   0 |   0 | 465k|   0 | 1.000000e+00 | 1.840000e+02 |  Large 
308.20/308.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
308.20/308.27	c   303s|430000 | 79396 |     0 |   0.0 | 100M| 141 |   - | 253 |  39k|   0 |   0 |   0 | 479k|   0 | 1.000000e+00 | 1.840000e+02 |  Large 
328.00/328.04	c   323s|440000 | 77103 |     0 |   0.0 |  99M| 141 |   - | 253 |  42k|   0 |   0 |   0 | 494k|   0 | 1.000000e+00 | 1.840000e+02 |  Large 
349.50/349.58	c   344s|450000 | 74620 |     0 |   0.0 |  97M| 141 |   - | 253 |  41k|   0 |   0 |   0 | 509k|   0 | 1.000000e+00 | 1.840000e+02 |  Large 
367.10/367.18	c   362s|460000 | 74216 |     0 |   0.0 |  97M| 141 |   - | 253 |  40k|   0 |   0 |   0 | 521k|   0 | 1.000000e+00 | 1.840000e+02 |  Large 
389.50/389.54	c   384s|470000 | 71161 |     0 |   0.0 |  96M| 141 |   - | 253 |  43k|   0 |   0 |   0 | 536k|   0 | 1.000000e+00 | 1.840000e+02 |  Large 
406.21/406.28	o 128
406.21/406.28	c * 401s|476355 | 66569 |     0 |   0.0 |  93M| 141 |   - | 253 |  47k|   0 |   0 |   0 | 547k|   0 | 1.000000e+00 | 1.280000e+02 |  Large 
415.51/415.58	c   410s|480000 | 64891 |     0 |   0.0 |  92M| 141 |   - | 253 |  48k|   0 |   0 |   0 | 553k|   0 | 1.000000e+00 | 1.280000e+02 |  Large 
441.50/441.54	c   436s|490000 | 60061 |     0 |   0.0 |  85M| 141 |   - | 253 |  43k|   0 |   0 |   0 | 568k|   0 | 1.000000e+00 | 1.280000e+02 |  Large 
453.81/453.87	c   448s|500000 | 63135 |     0 |   0.0 |  79M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 578k|   0 | 1.000000e+00 | 1.280000e+02 |  Large 
458.91/458.99	c   453s|510000 | 65372 |     0 |   0.0 |  76M| 141 |   - | 253 |6775 |   0 |   0 |   0 | 587k|   0 | 1.000000e+00 | 1.280000e+02 |  Large 
462.21/462.21	c   456s|520000 | 70977 |     0 |   0.0 |  81M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 596k|   0 | 6.000000e+00 | 1.280000e+02 |2033.33%
467.51/467.58	c   461s|530000 | 74658 |     0 |   0.0 |  86M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 608k|   0 | 6.000000e+00 | 1.280000e+02 |2033.33%
475.81/475.86	c   469s|540000 | 74186 |     0 |   0.0 |  85M| 141 |   - | 253 |5092 |   0 |   0 |   0 | 624k|   0 | 6.000000e+00 | 1.280000e+02 |2033.33%
480.61/480.60	c   474s|550000 | 77003 |     0 |   0.0 |  90M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 637k|   0 | 6.000000e+00 | 1.280000e+02 |2033.33%
489.20/489.24	c   482s|560000 | 78238 |     0 |   0.0 |  96M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 653k|   0 | 6.000000e+00 | 1.280000e+02 |2033.33%
502.21/502.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
502.21/502.29	c   495s|570000 | 77377 |     0 |   0.0 | 100M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 672k|   0 | 6.000000e+00 | 1.280000e+02 |2033.33%
519.40/519.42	c   512s|580000 | 74563 |     0 |   0.0 | 102M| 141 |   - | 253 |  30k|   0 |   0 |   0 | 691k|   0 | 6.000000e+00 | 1.280000e+02 |2033.33%
535.10/535.12	c   528s|590000 | 72531 |     0 |   0.0 |  95M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 708k|   0 | 6.000000e+00 | 1.280000e+02 |2033.33%
550.01/550.07	c   543s|600000 | 67677 |     0 |   0.0 |  97M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 733k|   0 | 6.000000e+00 | 1.280000e+02 |2033.33%
572.81/572.80	c   565s|610000 | 61259 |     0 |   0.0 |  86M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 755k|   0 | 6.000000e+00 | 1.280000e+02 |2033.33%
575.41/575.42	c   568s|620000 | 68612 |     0 |   0.0 |  84M| 141 |   - | 253 |3686 |   0 |   0 |   0 | 758k|   0 | 6.000000e+00 | 1.280000e+02 |2033.33%
580.21/580.25	c   573s|630000 | 69423 |     0 |   0.0 |  80M| 141 |   - | 253 |9214 |   0 |   0 |   0 | 771k|   0 | 6.000000e+00 | 1.280000e+02 |2033.33%
582.31/582.30	c   574s|640000 | 76868 |     0 |   0.0 |  82M| 141 |   - | 253 |3334 |   0 |   0 |   0 | 774k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
584.31/584.35	c   576s|650000 | 83602 |     0 |   0.0 |  86M| 141 |   - | 253 |3641 |   0 |   0 |   0 | 778k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
586.61/586.64	c   579s|660000 | 89835 |     0 |   0.0 |  90M| 141 |   - | 253 |4159 |   0 |   0 |   0 | 783k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
589.61/589.60	c   581s|670000 | 94807 |     0 |   0.0 |  95M| 141 |   - | 253 |5469 |   0 |   0 |   0 | 789k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
593.42/593.45	c   585s|680000 | 98471 |     0 |   0.0 | 100M| 141 |   - | 253 |7010 |   0 |   0 |   0 | 796k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
598.01/598.04	c   590s|690000 |101191 |     0 |   0.0 | 103M| 141 |   - | 253 |7958 |   0 |   0 |   0 | 804k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
600.41/600.41	c   592s|700000 |107775 |     0 |   0.0 | 107M| 141 |   - | 253 |5122 |   0 |   0 |   0 | 808k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
602.82/602.83	c   594s|710000 |113823 |     0 |   0.0 | 111M| 141 |   - | 253 |5371 |   0 |   0 |   0 | 812k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
605.81/605.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
605.81/605.81	c   597s|720000 |118885 |     0 |   0.0 | 115M| 141 |   - | 253 |6334 |   0 |   0 |   0 | 816k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
609.41/609.42	c   601s|730000 |123029 |     0 |   0.0 | 119M| 141 |   - | 253 |7429 |   0 |   0 |   0 | 822k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
613.31/613.36	c   605s|740000 |126821 |     0 |   0.0 | 123M| 141 |   - | 253 |7765 |   0 |   0 |   0 | 827k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
617.71/617.74	c   609s|750000 |129962 |     0 |   0.0 | 127M| 141 |   - | 253 |8280 |   0 |   0 |   0 | 834k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
622.51/622.54	c   613s|760000 |132567 |     0 |   0.0 | 131M| 141 |   - | 253 |9041 |   0 |   0 |   0 | 841k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
627.71/627.72	c   619s|770000 |134929 |     0 |   0.0 | 135M| 141 |   - | 253 |9413 |   0 |   0 |   0 | 848k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
633.01/633.06	c   624s|780000 |137243 |     0 |   0.0 | 138M| 141 |   - | 253 |9819 |   0 |   0 |   0 | 856k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
638.81/638.89	c   629s|790000 |139152 |     0 |   0.0 | 141M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 865k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
645.01/645.00	c   635s|800000 |140969 |     0 |   0.0 | 145M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 874k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
651.61/651.68	c   642s|810000 |142598 |     0 |   0.0 | 148M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 884k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
659.92/659.94	c   650s|820000 |142866 |     0 |   0.0 | 151M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 896k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
666.12/666.10	c   656s|830000 |146632 |     0 |   0.0 | 152M| 141 |   - | 253 |8722 |   0 |   0 |   0 | 903k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
669.11/669.16	c   659s|840000 |152510 |     0 |   0.0 | 156M| 141 |   - | 253 |7644 |   0 |   0 |   0 | 909k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
673.31/673.36	c   663s|850000 |156342 |     0 |   0.0 | 161M| 141 |   - | 253 |9658 |   0 |   0 |   0 | 916k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
677.52/677.51	c   667s|860000 |160755 |     0 |   0.0 | 164M| 141 |   - | 253 |8345 |   0 |   0 |   0 | 922k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
680.01/680.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
680.01/680.05	c   670s|870000 |166778 |     0 |   0.0 | 168M| 141 |   - | 253 |6663 |   0 |   0 |   0 | 926k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
683.31/683.33	c   673s|880000 |171482 |     0 |   0.0 | 173M| 141 |   - | 253 |8173 |   0 |   0 |   0 | 931k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
688.11/688.12	c   678s|890000 |174083 |     0 |   0.0 | 177M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 937k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
695.01/695.02	c   684s|900000 |175023 |     0 |   0.0 | 182M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 945k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
703.92/703.93	c   693s|910000 |175227 |     0 |   0.0 | 185M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 954k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
714.41/714.49	c   704s|920000 |175112 |     0 |   0.0 | 189M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 963k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
727.12/727.12	c   716s|930000 |174300 |     0 |   0.0 | 192M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 973k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
741.12/741.15	c   730s|940000 |173612 |     0 |   0.0 | 194M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 984k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
757.51/757.57	c   746s|950000 |172456 |     0 |   0.0 | 195M| 141 |   - | 253 |  27k|   0 |   0 |   0 | 995k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
773.92/773.99	c   762s|960000 |171763 |     0 |   0.0 | 196M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1007k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
791.32/791.32	c   780s|970000 |170082 |     0 |   0.0 | 197M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1020k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
809.21/809.29	c   797s|980000 |167231 |     0 |   0.0 | 196M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1034k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
825.82/825.88	c   814s|990000 |165809 |     0 |   0.0 | 194M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1047k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
833.62/833.61	c   821s|  1000k|169288 |     0 |   0.0 | 195M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1054k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
840.02/840.02	c   828s|  1010k|171723 |     0 |   0.0 | 199M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1062k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
847.22/847.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
847.22/847.21	c   835s|  1020k|173132 |     0 |   0.0 | 203M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1071k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
855.52/855.56	c   843s|  1030k|174015 |     0 |   0.0 | 206M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1082k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
864.43/864.42	c   852s|  1040k|174942 |     0 |   0.0 | 210M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1092k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
873.22/873.25	c   860s|  1050k|176941 |     0 |   0.0 | 212M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1102k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
877.62/877.60	c   865s|  1060k|183669 |     0 |   0.0 | 213M| 141 |   - | 253 |8924 |   0 |   0 |   0 |1106k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
880.63/880.61	c   868s|  1070k|189723 |     0 |   0.0 | 217M| 141 |   - | 253 |8498 |   0 |   0 |   0 |1112k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
885.03/885.05	c   872s|  1080k|193074 |     0 |   0.0 | 221M| 141 |   - | 253 |9919 |   0 |   0 |   0 |1118k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
890.03/890.04	c   877s|  1090k|195693 |     0 |   0.0 | 225M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1124k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
898.02/898.00	c   885s|  1100k|196082 |     0 |   0.0 | 228M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1132k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
908.82/908.81	c   895s|  1110k|194870 |     0 |   0.0 | 230M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1142k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
922.33/922.31	c   909s|  1120k|192981 |     0 |   0.0 | 230M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1152k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
941.12/941.15	c   927s|  1130k|189837 |     0 |   0.0 | 230M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1165k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
963.02/963.09	c   949s|  1140k|186950 |     0 |   0.0 | 227M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1179k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
978.43/978.42	c   964s|  1150k|186211 |     0 |   0.0 | 227M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1190k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
992.93/992.93	c   979s|  1160k|184755 |     0 |   0.0 | 228M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1202k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
1009.63/1009.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1009.63/1009.61	c   995s|  1170k|182611 |     0 |   0.0 | 229M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1216k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
1027.02/1027.03	c  1012s|  1180k|180877 |     0 |   0.0 | 231M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1230k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
1042.52/1042.51	c  1028s|  1190k|181411 |     0 |   0.0 | 232M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1241k|   0 | 9.000000e+00 | 1.280000e+02 |1322.22%
1044.43/1044.44	o 90
1044.43/1044.44	c *1030s|  1191k|160447 |     0 |   0.0 | 202M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1242k|   0 | 9.000000e+00 | 9.000000e+01 | 900.00%
1051.43/1051.49	c  1037s|  1200k|163595 |     0 |   0.0 | 200M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1251k|   0 | 9.000000e+00 | 9.000000e+01 | 900.00%
1057.23/1057.20	c  1042s|  1210k|166037 |     0 |   0.0 | 203M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1261k|   0 | 9.000000e+00 | 9.000000e+01 | 900.00%
1063.13/1063.17	c  1048s|  1220k|167534 |     0 |   0.0 | 205M| 141 |   - | 253 |7999 |   0 |   0 |   0 |1271k|   0 | 9.000000e+00 | 9.000000e+01 | 900.00%
1068.93/1068.93	c  1054s|  1230k|168361 |     0 |   0.0 | 208M| 141 |   - | 253 |7736 |   0 |   0 |   0 |1283k|   0 | 9.000000e+00 | 9.000000e+01 | 900.00%
1076.03/1076.08	c  1061s|  1240k|167560 |     0 |   0.0 | 211M| 141 |   - | 253 |9952 |   0 |   0 |   0 |1296k|   0 | 9.000000e+00 | 9.000000e+01 | 900.00%
1085.23/1085.28	c  1070s|  1250k|162183 |     0 |   0.0 | 206M| 141 |   - | 253 |5320 |   0 |   0 |   0 |1311k|   0 | 9.000000e+00 | 9.000000e+01 | 900.00%
1096.23/1096.29	c  1081s|  1260k|153288 |     0 |   0.0 | 200M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1332k|   0 | 1.000000e+01 | 9.000000e+01 | 800.00%
1111.23/1111.21	c  1095s|  1270k|147646 |     0 |   0.0 | 197M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1351k|   0 | 1.000000e+01 | 9.000000e+01 | 800.00%
1124.43/1124.42	c  1108s|  1280k|146902 |     0 |   0.0 | 199M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1366k|   0 | 1.000000e+01 | 9.000000e+01 | 800.00%
1138.03/1138.09	c  1122s|  1290k|146465 |     0 |   0.0 | 201M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1381k|   0 | 1.000000e+01 | 9.000000e+01 | 800.00%
1155.83/1155.88	c  1140s|  1300k|144663 |     0 |   0.0 | 203M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1396k|   0 | 1.000000e+01 | 9.000000e+01 | 800.00%
1179.03/1179.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1179.03/1179.08	c  1163s|  1310k|141356 |     0 |   0.0 | 202M| 141 |   - | 253 |  35k|   0 |   0 |   0 |1413k|   0 | 1.100000e+01 | 9.000000e+01 | 718.18%
1194.83/1194.87	c  1178s|  1320k|142733 |     0 |   0.0 | 198M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1424k|   0 | 1.100000e+01 | 9.000000e+01 | 718.18%
1201.14/1201.20	c  1185s|  1330k|144510 |     0 |   0.0 | 196M| 141 |   - | 253 |7336 |   0 |   0 |   0 |1433k|   0 | 1.100000e+01 | 9.000000e+01 | 718.18%
1209.94/1209.96	c  1193s|  1340k|142525 |     0 |   0.0 | 196M| 141 |   - | 253 |8927 |   0 |   0 |   0 |1450k|   0 | 1.100000e+01 | 9.000000e+01 | 718.18%
1221.63/1221.60	c  1205s|  1350k|136947 |     0 |   0.0 | 193M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1469k|   0 | 1.100000e+01 | 9.000000e+01 | 718.18%
1225.73/1225.72	c  1209s|  1360k|143135 |     0 |   0.0 | 195M| 141 |   - | 253 |9965 |   0 |   0 |   0 |1477k|   0 | 1.100000e+01 | 9.000000e+01 | 718.18%
1231.14/1231.17	c  1214s|  1370k|146819 |     0 |   0.0 | 200M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1488k|   0 | 1.100000e+01 | 9.000000e+01 | 718.18%
1236.13/1236.14	c  1219s|  1380k|150948 |     0 |   0.0 | 200M| 141 |   - | 253 |5662 |   0 |   0 |   0 |1496k|   0 | 1.100000e+01 | 9.000000e+01 | 718.18%
1240.24/1240.25	c  1223s|  1390k|154255 |     0 |   0.0 | 203M| 141 |   - | 253 |6588 |   0 |   0 |   0 |1504k|   0 | 1.100000e+01 | 9.000000e+01 | 718.18%
1245.64/1245.67	c  1228s|  1400k|155772 |     0 |   0.0 | 205M| 141 |   - | 253 |6979 |   0 |   0 |   0 |1514k|   0 | 1.100000e+01 | 9.000000e+01 | 718.18%
1251.84/1251.86	c  1234s|  1410k|157184 |     0 |   0.0 | 207M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1528k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1260.64/1260.65	c  1243s|  1420k|158612 |     0 |   0.0 | 212M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1544k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1272.74/1272.73	c  1255s|  1430k|158493 |     0 |   0.0 | 216M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1561k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1289.04/1289.09	c  1271s|  1440k|156521 |     0 |   0.0 | 218M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1580k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1298.34/1298.35	c  1280s|  1450k|161075 |     0 |   0.0 | 217M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1588k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1303.44/1303.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1303.44/1303.49	c  1285s|  1460k|165456 |     0 |   0.0 | 220M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1595k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1310.14/1310.11	c  1292s|  1470k|167718 |     0 |   0.0 | 225M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1605k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1317.64/1317.70	c  1299s|  1480k|170105 |     0 |   0.0 | 228M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1614k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1325.64/1325.62	c  1307s|  1490k|172621 |     0 |   0.0 | 232M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1625k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1337.44/1337.49	c  1319s|  1500k|170828 |     0 |   0.0 | 232M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1640k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1350.85/1350.85	c  1332s|  1510k|169403 |     0 |   0.0 | 235M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1661k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1374.34/1374.36	c  1355s|  1520k|163840 |     0 |   0.0 | 233M| 141 |   - | 253 |  36k|   0 |   0 |   0 |1686k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1385.75/1385.72	c  1366s|  1530k|168507 |     0 |   0.0 | 232M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1694k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1395.55/1395.56	c  1376s|  1540k|171547 |     0 |   0.0 | 234M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1703k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1405.54/1405.55	c  1386s|  1550k|173589 |     0 |   0.0 | 238M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1714k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1417.34/1417.31	c  1398s|  1560k|174531 |     0 |   0.0 | 242M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1726k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1432.15/1432.15	c  1412s|  1570k|173858 |     0 |   0.0 | 244M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1739k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1449.04/1449.00	c  1429s|  1580k|174743 |     0 |   0.0 | 247M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1753k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1468.95/1468.95	c  1449s|  1590k|173056 |     0 |   0.0 | 249M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1770k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1494.85/1494.88	c  1475s|  1600k|167412 |     0 |   0.0 | 243M| 141 |   - | 253 |  38k|   0 |   0 |   0 |1792k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1512.14/1512.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1512.14/1512.17	c  1492s|  1610k|169112 |     0 |   0.0 | 243M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1804k|   0 | 1.400000e+01 | 9.000000e+01 | 542.86%
1527.64/1527.68	c  1507s|  1620k|170873 |     0 |   0.0 | 246M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1814k|   0 | 1.500000e+01 | 9.000000e+01 | 500.00%
1546.45/1546.40	c  1526s|  1630k|170758 |     0 |   0.0 | 249M| 141 |   - | 253 |  36k|   0 |   0 |   0 |1827k|   0 | 1.500000e+01 | 9.000000e+01 | 500.00%
1567.95/1567.90	c  1547s|  1640k|169409 |     0 |   0.0 | 251M| 141 |   - | 253 |  41k|   0 |   0 |   0 |1841k|   0 | 1.500000e+01 | 9.000000e+01 | 500.00%
1596.55/1596.50	c  1576s|  1650k|166012 |     0 |   0.0 | 252M| 141 |   - | 253 |  47k|   0 |   0 |   0 |1858k|   0 | 1.500000e+01 | 9.000000e+01 | 500.00%
1636.95/1636.96	c  1616s|  1660k|159943 |     0 |   0.0 | 246M| 141 |   - | 253 |  49k|   0 |   0 |   0 |1880k|   0 | 1.500000e+01 | 9.000000e+01 | 500.00%
1659.86/1659.82	c  1639s|  1670k|158991 |     0 |   0.0 | 244M| 141 |   - | 253 |  41k|   0 |   0 |   0 |1893k|   0 | 1.500000e+01 | 9.000000e+01 | 500.00%
1691.05/1691.06	c  1670s|  1680k|153363 |     0 |   0.0 | 242M| 141 |   - | 253 |  49k|   0 |   0 |   0 |1911k|   0 | 1.500000e+01 | 9.000000e+01 | 500.00%
1711.56/1711.54	c  1690s|  1690k|155609 |     0 |   0.0 | 235M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1920k|   0 | 1.500000e+01 | 9.000000e+01 | 500.00%
1726.15/1726.12	o 86
1726.15/1726.12	c *1705s|  1699k|146521 |     0 |   0.0 | 222M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1932k|   0 | 1.500000e+01 | 8.600000e+01 | 473.33%
1727.45/1727.42	c  1706s|  1700k|145849 |     0 |   0.0 | 221M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1934k|   0 | 1.500000e+01 | 8.600000e+01 | 473.33%
1734.75/1734.74	c  1713s|  1710k|151730 |     0 |   0.0 | 221M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1938k|   0 | 1.600000e+01 | 8.600000e+01 | 437.50%
1739.75/1739.70	c  1718s|  1720k|158236 |     0 |   0.0 | 225M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1943k|   0 | 1.900000e+01 | 8.600000e+01 | 352.63%
1746.36/1746.36	c  1724s|  1730k|162715 |     0 |   0.0 | 230M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1951k|   0 | 1.900000e+01 | 8.600000e+01 | 352.63%
1756.95/1756.97	c  1735s|  1740k|164500 |     0 |   0.0 | 234M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1961k|   0 | 1.900000e+01 | 8.600000e+01 | 352.63%
1768.46/1768.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1768.46/1768.41	c  1746s|  1750k|166993 |     0 |   0.0 | 235M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1971k|   0 | 1.900000e+01 | 8.600000e+01 | 352.63%
1774.65/1774.62	c  1752s|  1760k|172621 |     0 |   0.0 | 239M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1977k|   0 | 1.900000e+01 | 8.600000e+01 | 352.63%
1781.96/1781.91	c  1760s|  1770k|177456 |     0 |   0.0 | 244M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1986k|   0 | 1.900000e+01 | 8.600000e+01 | 352.63%
1791.45/1791.41	c  1769s|  1780k|181117 |     0 |   0.0 | 249M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1995k|   0 | 1.900000e+01 | 8.600000e+01 | 352.63%
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) : 1777.48
1800.06/1800.00	c Solving Nodes      : 1787632
1800.06/1800.00	c Primal Bound       : +8.60000000000000e+01 (5 solutions)
1800.06/1800.00	c Dual Bound         : +1.90000000000000e+01
1800.06/1800.00	c Gap                : 352.63 %
1800.06/1800.00	s SATISFIABLE
1800.06/1800.00	v -x169 -x168 x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 
1800.06/1800.00	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 x131 x130 -x129 -x128 -x127 
1800.06/1800.00	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 
1800.06/1800.00	v -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 x94 -x93 -x92 -x91 x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 
1800.06/1800.00	v -x81 -x80 -x79 -x78 -x77 -x76 x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 
1800.06/1800.00	v -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 
1800.06/1800.00	v x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 x15 -x14 -x13 -x12 -x11 -x10 -x9 x8 -x7 -x6 -x5 
1800.06/1800.00	v -x4 -x3 -x2 -x1 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time       :    1777.48
1800.06/1800.00	c Original Problem   :
1800.06/1800.00	c   Problem name     : HOME/instance-2694011-1277899849.wbo
1800.06/1800.00	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.06/1800.00	c   Constraints      : 144 initial, 144 maximal
1800.06/1800.00	c Presolved Problem  :
1800.06/1800.00	c   Problem name     : t_HOME/instance-2694011-1277899849.wbo
1800.06/1800.00	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.06/1800.00	c   Constraints      : 130 initial, 51968 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.01          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.00          0          0          0         42          0         14          0          0
1800.06/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   bounddisjunction :       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        :         42          0    5267820          0    1115944       8777    1437090          0          0          0
1800.06/1800.00	c   knapsack         :          1          0    5585590          0    1177328     122318   26890403          0          0          0
1800.06/1800.00	c   setppc           :         39          0    5463205          0    1177322     566101    6562148          0          0          0
1800.06/1800.00	c   linear           :         42          0    4897152          0    1177325     140695    3359753          0          0          0
1800.06/1800.00	c   logicor          :          6+         0    2512776          0    1174214      46642    1074282          0          0          0
1800.06/1800.00	c   bounddisjunction :          0+         0     170737          0          0          6       5421          0          0          0
1800.06/1800.00	c   countsols        :          0          0          0          0    1177329          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        :       5.30       0.00       3.75       0.00       1.55
1800.06/1800.00	c   knapsack         :     183.89       0.00     180.87       0.00       3.02
1800.06/1800.00	c   setppc           :      38.62       0.00      33.97       0.00       4.65
1800.06/1800.00	c   linear           :      40.00       0.00      39.49       0.00       0.51
1800.06/1800.00	c   logicor          :     736.61       0.00     735.57       0.00       1.04
1800.06/1800.00	c   bounddisjunction :       0.40       0.00       0.40       0.00       0.00
1800.06/1800.00	c   countsols        :       0.25       0.00       0.00       0.00       0.25
1800.06/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.00	c   vbounds          :       1.26          2          0          0
1800.06/1800.00	c   rootredcost      :       1.21          0          0          0
1800.06/1800.00	c   pseudoobj        :      11.44    5597467       3298    1183252
1800.06/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.00	c   propagation      :      23.57     879060     878870    4351295       18.9     141432       13.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.01        113        113        518       18.3         24       11.9          -
1800.06/1800.00	c   applied globally :          -          -          -    1992716       15.4          -          -          -
1800.06/1800.00	c   applied locally  :          -          -          -      10828       35.1          -          -          -
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        :      10.71    1177324          0          0          0          0    2354648
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.09          -          5
1800.06/1800.00	c   oneopt           :       0.56          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.46          0          0
1800.06/1800.00	c   trysol           :       0.41          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            :    1787632
1800.06/1800.00	c   nodes (total)    :    1787632
1800.06/1800.00	c   nodes left       :     183278
1800.06/1800.00	c   max depth        :        141
1800.06/1800.00	c   max depth (total):        141
1800.06/1800.00	c   backtracks       :     622327 (34.8%)
1800.06/1800.00	c   delayed cutoffs  :     352862
1800.06/1800.00	c   repropagations   :    1960359 (10775805 domain reductions, 277647 cutoffs)
1800.06/1800.00	c   avg switch length:      18.66
1800.06/1800.00	c   switching time   :     534.66
1800.06/1800.00	c Solution           :
1800.06/1800.00	c   Solutions found  :          5 (5 improvements)
1800.06/1800.00	c   First Solution   : +3.61000000000000e+02   (in run 1, after 355830 nodes, 201.74 seconds, depth 49, found by <relaxation>)
1800.06/1800.00	c   Primal Bound     : +8.60000000000000e+01   (in run 1, after 1699481 nodes, 1704.51 seconds, depth 35, found by <relaxation>)
1800.06/1800.00	c   Dual Bound       : +1.90000000000000e+01
1800.06/1800.00	c   Gap              :     352.63 %
1800.06/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.00	c   Root Iterations  :          0
1800.45/1800.49	c Time complete: 1800.54.

Verifier Data

OK	71

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694011-1277899849/watcher-2694011-1277899849 -o /tmp/evaluation-result-2694011-1277899849/solver-2694011-1277899849 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694011-1277899849.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.01 2.01 2.00 4/196 11327
/proc/meminfo: memFree=31546828/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=8128 CPUtime=0
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 1516 0 0 0 0 0 0 0 25 0 1 0 131283027 8323072 1438 4089446400 4194304 7136930 140735598260928 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11327/statm: 2032 1438 275 719 0 1311 0

[startup+0.051474 s]
/proc/loadavg: 2.01 2.01 2.00 4/196 11327
/proc/meminfo: memFree=31546828/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=12292 CPUtime=0.04
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 4606 0 0 0 4 0 0 0 25 0 1 0 131283027 12587008 2376 4089446400 4194304 7136930 140735598260928 18446744073709551615 4612376 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11327/statm: 3073 2376 403 719 0 2352 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12292

[startup+0.100933 s]
/proc/loadavg: 2.01 2.01 2.00 4/196 11327
/proc/meminfo: memFree=31546828/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=12836 CPUtime=0.09
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 4738 0 0 0 8 1 0 0 25 0 1 0 131283027 13144064 2508 4089446400 4194304 7136930 140735598260928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11327/statm: 3209 2509 403 719 0 2488 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12836

[startup+0.300889 s]
/proc/loadavg: 2.01 2.01 2.00 4/196 11327
/proc/meminfo: memFree=31546828/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=14128 CPUtime=0.29
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 5075 0 0 0 26 3 0 0 25 0 1 0 131283027 14467072 2845 4089446400 4194304 7136930 140735598260928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11327/statm: 3532 2845 403 719 0 2811 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14128

[startup+0.700351 s]
/proc/loadavg: 2.01 2.01 2.00 4/196 11327
/proc/meminfo: memFree=31546828/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=16520 CPUtime=0.69
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 5685 0 0 0 64 5 0 0 25 0 1 0 131283027 16916480 3455 4089446400 4194304 7136930 140735598260928 18446744073709551615 4409178 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11327/statm: 4130 3455 403 719 0 3409 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16520

[startup+1.50019 s]
/proc/loadavg: 2.01 2.01 2.00 4/197 11328
/proc/meminfo: memFree=31533260/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=20360 CPUtime=1.49
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 6644 0 0 0 140 9 0 0 25 0 1 0 131283027 20848640 4414 4089446400 4194304 7136930 140735598260928 18446744073709551615 4660982 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11327/statm: 5090 4414 403 719 0 4369 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20360

[startup+3.1009 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 11328
/proc/meminfo: memFree=31528796/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=24428 CPUtime=3.09
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 7667 0 0 0 293 16 0 0 25 0 1 0 131283027 25014272 5437 4089446400 4194304 7136930 140735598260928 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11327/statm: 6107 5437 403 719 0 5386 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24428

[startup+6.30028 s]
/proc/loadavg: 2.01 2.01 2.00 4/197 11328
/proc/meminfo: memFree=31521464/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=31412 CPUtime=6.29
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 9453 0 0 0 601 28 0 0 25 0 1 0 131283027 32165888 7223 4089446400 4194304 7136930 140735598260928 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11327/statm: 7853 7223 403 719 0 7132 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31412

[startup+12.7011 s]
/proc/loadavg: 2.01 2.00 2.00 4/197 11328
/proc/meminfo: memFree=31508076/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=39768 CPUtime=12.7
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 11527 0 0 0 1225 45 0 0 25 0 1 0 131283027 40722432 9297 4089446400 4194304 7136930 140735598260928 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11327/statm: 9942 9297 403 719 0 9221 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 39768

[startup+25.5007 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 11328
/proc/meminfo: memFree=31490296/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=56952 CPUtime=25.49
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 15890 0 0 0 2458 91 0 0 25 0 1 0 131283027 58318848 13660 4089446400 4194304 7136930 140735598260928 18446744073709551615 4854266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11327/statm: 14238 13660 403 719 0 13517 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56952

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11329
/proc/meminfo: memFree=31480204/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=67220 CPUtime=51.09
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 18377 0 0 0 4974 135 0 0 25 0 1 0 131283027 68833280 16147 4089446400 4194304 7136930 140735598260928 18446744073709551615 4854295 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 16805 16147 403 719 0 16084 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 67220

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11331
/proc/meminfo: memFree=31441844/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=104904 CPUtime=102.3
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 27327 0 0 0 9989 241 0 0 25 0 1 0 131283027 107421696 25097 4089446400 4194304 7136930 140735598260928 18446744073709551615 5004398 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 26226 25097 403 719 0 25505 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 104904

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11332
/proc/meminfo: memFree=31423068/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=121904 CPUtime=162.29
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 31562 0 0 0 15879 350 0 0 25 0 1 0 131283027 124829696 29332 4089446400 4194304 7136930 140735598260928 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 30476 29332 403 719 0 29755 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 121904

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/197 11334
/proc/meminfo: memFree=31409368/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=135216 CPUtime=222.3
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 34757 0 0 0 21808 422 0 0 25 0 1 0 131283027 138461184 32527 4089446400 4194304 7136930 140735598260928 18446744073709551615 4210534 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 33804 32527 404 719 0 33083 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 135216

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/197 11336
/proc/meminfo: memFree=31402008/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=142724 CPUtime=282.3
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 36567 0 0 0 27749 481 0 0 25 0 1 0 131283027 146149376 34337 4089446400 4194304 7136930 140735598260928 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 35681 34337 404 719 0 34960 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 142724

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11337
/proc/meminfo: memFree=31397496/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=147348 CPUtime=342.3
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 37763 0 0 0 33707 523 0 0 25 0 1 0 131283027 150884352 35533 4089446400 4194304 7136930 140735598260928 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 36837 35533 404 719 0 36116 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 147348

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/197 11339
/proc/meminfo: memFree=31396204/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=148268 CPUtime=402.3
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 37938 0 0 0 39668 562 0 0 25 0 1 0 131283027 151826432 35708 4089446400 4194304 7136930 140735598260928 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 37067 35708 404 719 0 36346 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 148268

[startup+462.301 s]
/proc/loadavg: 2.02 2.01 2.00 4/197 11340
/proc/meminfo: memFree=31394296/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=150452 CPUtime=462.31
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 38399 0 0 0 45608 623 0 0 25 0 1 0 131283027 154062848 36169 4089446400 4194304 7136930 140735598260928 18446744073709551615 4854295 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 37613 36169 406 719 0 36892 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 150452

[startup+522.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 11342
/proc/meminfo: memFree=31393880/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=150684 CPUtime=522.31
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 38475 0 0 0 51522 709 0 0 25 0 1 0 131283027 154300416 36245 4089446400 4194304 7136930 140735598260928 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 37671 36245 406 719 0 36950 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 150684

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/197 11344
/proc/meminfo: memFree=31388132/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=152824 CPUtime=582.31
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 38979 0 0 0 57449 782 0 0 25 0 1 0 131283027 156491776 36749 4089446400 4194304 7136930 140735598260928 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 38206 36749 406 719 0 37485 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 152824

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11345
/proc/meminfo: memFree=31336992/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=203020 CPUtime=642.32
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 51652 0 0 0 63279 953 0 0 25 0 1 0 131283027 207892480 49422 4089446400 4194304 7136930 140735598260928 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 50755 49422 406 719 0 50034 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 203020

[startup+702.301 s]

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

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/197 11353
/proc/meminfo: memFree=31194876/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=295752 CPUtime=942.32
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 74862 0 0 0 92848 1384 0 0 25 0 1 0 131283027 302850048 72632 4089446400 4194304 7136930 140735598260928 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 73938 72632 406 719 0 73217 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 295752

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11355
/proc/meminfo: memFree=31192224/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=297600 CPUtime=1002.32
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 75350 0 0 0 98796 1436 0 0 25 0 1 0 131283027 304742400 73120 4089446400 4194304 7136930 140735598260928 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 74400 73120 406 719 0 73679 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 297600

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11356
/proc/meminfo: memFree=31173936/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=301032 CPUtime=1062.32
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 76251 0 0 0 104731 1501 0 0 25 0 1 0 131283027 308256768 74021 4089446400 4194304 7136930 140735598260928 18446744073709551615 5957371 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 75258 74021 406 719 0 74537 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 301032

[startup+1122.3 s]
/proc/loadavg: 1.85 1.97 1.99 2/198 11436
/proc/meminfo: memFree=31383128/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=303084 CPUtime=1122.33
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 76766 0 0 0 110635 1598 0 0 25 0 1 0 131283027 310358016 74536 4089446400 4194304 7136930 140735598260928 18446744073709551615 4644801 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 75771 74536 406 719 0 75050 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 303084

[startup+1182.3 s]
/proc/loadavg: 2.51 2.12 2.04 4/200 11442
/proc/meminfo: memFree=31315936/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=303484 CPUtime=1182.33
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 76843 0 0 0 116587 1646 0 0 25 0 1 0 131283027 310767616 74613 4089446400 4194304 7136930 140735598260928 18446744073709551615 5955584 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 75871 74613 406 719 0 75150 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 303484

[startup+1242.3 s]
/proc/loadavg: 2.67 2.24 2.08 4/200 11446
/proc/meminfo: memFree=31296912/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=304508 CPUtime=1242.33
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 77100 0 0 0 122477 1756 0 0 25 0 1 0 131283027 311816192 74870 4089446400 4194304 7136930 140735598260928 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 76127 74870 406 719 0 75406 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 304508

[startup+1302.3 s]
/proc/loadavg: 2.89 2.38 2.14 4/200 11448
/proc/meminfo: memFree=31274624/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=307580 CPUtime=1302.34
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 77868 0 0 0 128392 1842 0 0 25 0 1 0 131283027 314961920 75638 4089446400 4194304 7136930 140735598260928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 76895 75638 406 719 0 76174 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 307580

[startup+1362.3 s]
/proc/loadavg: 2.92 2.48 2.19 4/200 11449
/proc/meminfo: memFree=31257444/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=314148 CPUtime=1362.34
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 79514 0 0 0 134318 1916 0 0 25 0 1 0 131283027 321687552 77284 4089446400 4194304 7136930 140735598260928 18446744073709551615 4661200 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 78537 77284 406 719 0 77816 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 314148

[startup+1422.31 s]
/proc/loadavg: 2.79 2.53 2.22 4/200 11451
/proc/meminfo: memFree=31242112/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=319532 CPUtime=1422.35
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 80869 0 0 0 140256 1979 0 0 25 0 1 0 131283027 327200768 78639 4089446400 4194304 7136930 140735598260928 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 79883 78639 406 719 0 79162 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 319532

[startup+1482.3 s]
/proc/loadavg: 3.22 2.66 2.28 4/200 11453
/proc/meminfo: memFree=31229160/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=324872 CPUtime=1482.34
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 82233 0 0 0 146216 2018 0 0 25 0 1 0 131283027 332668928 80003 4089446400 4194304 7136930 140735598260928 18446744073709551615 4676407 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 81218 80003 406 719 0 80497 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 324872

[startup+1542.3 s]
/proc/loadavg: 2.95 2.68 2.31 3/200 11454
/proc/meminfo: memFree=31220172/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=325896 CPUtime=1542.34
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 82490 0 0 0 152176 2058 0 0 25 0 1 0 131283027 333717504 80260 4089446400 4194304 7136930 140735598260928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 81474 80260 406 719 0 80753 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 325896

[startup+1602.3 s]
/proc/loadavg: 2.70 2.66 2.32 4/200 11456
/proc/meminfo: memFree=31207964/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=331272 CPUtime=1602.35
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 83660 0 0 0 158141 2094 0 0 25 0 1 0 131283027 339222528 81430 4089446400 4194304 7136930 140735598260928 18446744073709551615 4225861 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 82818 81430 406 719 0 82097 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 331272

[startup+1662.3 s]
/proc/loadavg: 2.69 2.66 2.34 4/200 11457
/proc/meminfo: memFree=31197976/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=331780 CPUtime=1662.35
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 83828 0 0 0 164111 2124 0 0 25 0 1 0 131283027 339742720 81598 4089446400 4194304 7136930 140735598260928 18446744073709551615 5001177 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 82945 81598 406 719 0 82224 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 331780

[startup+1722.3 s]
/proc/loadavg: 3.14 2.79 2.41 4/200 11459
/proc/meminfo: memFree=31192716/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=332416 CPUtime=1722.36
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 83918 0 0 0 170076 2160 0 0 25 0 1 0 131283027 340393984 81688 4089446400 4194304 7136930 140735598260928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 83104 81688 406 719 0 82383 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 332416

[startup+1782.3 s]
/proc/loadavg: 2.93 2.80 2.43 3/200 11461
/proc/meminfo: memFree=31185436/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=332416 CPUtime=1782.35
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 83922 0 0 0 175996 2239 0 0 25 0 1 0 131283027 340393984 81692 4089446400 4194304 7136930 140735598260928 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 83104 81692 406 719 0 82383 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 332416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.95 2.81 2.44 4/200 11461
/proc/meminfo: memFree=31180956/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=333836 CPUtime=1800.06
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 84277 0 0 0 177748 2258 0 0 25 0 1 0 131283027 341848064 82047 4089446400 4194304 7136930 140735598260928 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11327/statm: 83459 82047 406 719 0 82738 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 333836

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

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

[startup+1800.2 s]
/proc/loadavg: 2.95 2.81 2.44 4/200 11461
/proc/meminfo: memFree=31180956/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=333836 CPUtime=1800.25
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 84282 0 0 0 177767 2258 0 0 25 0 1 0 131283027 341848064 82052 4089446400 4194304 7136930 140735598260928 18446744073709551615 6165648 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11327/statm: 83459 82052 411 719 0 82738 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 333836

[startup+1800.4 s]
/proc/loadavg: 2.95 2.81 2.44 4/200 11461
/proc/meminfo: memFree=31180956/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=333836 CPUtime=1800.45
/proc/11327/stat : 11327 (pbscip.linux.x8) R 11325 11327 10347 0 -1 4202496 84282 0 0 0 177787 2258 0 0 25 0 1 0 131283027 341848064 82052 4089446400 4194304 7136930 140735598260928 18446744073709551615 6165693 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11327/statm: 83459 82052 411 719 0 82738 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 333836

Child status: 0
Real time (s): 1800.49
CPU time (s): 1800.56
CPU user time (s): 1777.96
CPU system time (s): 22.5986
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 333836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1777.96
system time used= 22.5986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84289
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= 2
involuntary context switches= 2205

runsolver used 2.44163 second user time and 5.79012 second system time

The end

Launcher Data

Begin job on node102 at 2010-06-30 14:10:49
IDJOB=2694011
IDBENCH=78867
IDSOLVER=1206
FILE ID=node102/2694011-1277899849
PBS_JOBID= 11197156
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224929--soft-66-100-0.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-2694011-1277899849/watcher-2694011-1277899849 -o /tmp/evaluation-result-2694011-1277899849/solver-2694011-1277899849 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694011-1277899849.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 3ff78030d7fc141241cdd1d8ac18da82
RANDOM SEED=714990040

node102.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.833
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.66
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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.85
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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.82
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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31547356 kB
Buffers:        181976 kB
Cached:         730104 kB
SwapCached:          0 kB
Active:         698440 kB
Inactive:       564568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31547356 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3148 kB
Writeback:           0 kB
AnonPages:      350688 kB
Mapped:          20352 kB
Slab:            76992 kB
PageTables:       5476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1649744 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= 74208 MiB
End job on node102 at 2010-06-30 14:40:51