Trace number 2693956

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 solverOPTIMUM 1434.93 1434.92

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218308--soft-33-100-0.wbo
MD5SUMcc0c9e984fb29816b50b1482397a634f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.58891
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1154
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-2693956-1277898445.wbo>
0.00/0.00	c original problem has 307 variables (238 bin, 0 int, 0 impl, 69 cont) and 171 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, 75 impls, 20 clqs
0.00/0.01	c (round 2) 0 del vars, 4 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 75 impls, 20 clqs
0.00/0.01	c (round 3) 1 del vars, 5 del conss, 68 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 75 impls, 20 clqs
0.00/0.01	c (round 4) 2 del vars, 5 del conss, 68 chg bounds, 1 chg sides, 0 chg coeffs, 30 upgd conss, 75 impls, 20 clqs
0.00/0.02	c    (0.0s) probing: 101/237 (42.6%) - 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 (5 rounds):
0.00/0.02	c  2 deleted vars, 5 deleted constraints, 68 tightened bounds, 0 added holes, 1 changed sides, 0 changed coefficients
0.00/0.02	c  75 implications, 20 cliques
0.00/0.02	c presolved problem has 305 variables (237 bin, 0 int, 0 impl, 68 cont) and 166 constraints
0.00/0.02	c      68 constraints of type <indicator>
0.00/0.02	c      20 constraints of type <setppc>
0.00/0.02	c      68 constraints of type <linear>
0.00/0.02	c      10 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.01
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 |     - | 950k|   0 |   - | 305 | 166 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.00/1.08	c   0.8s| 10000 |  7225 |     0 |   0.0 |6650k| 168 |   - | 305 |3406 |   0 |   0 |   0 |6668 |   0 | 0.000000e+00 |      --      |    Inf 
2.69/2.77	c   2.3s| 20000 | 12963 |     0 |   0.0 |  11M| 168 |   - | 305 |5127 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
5.09/5.12	c   4.4s| 30000 | 18096 |     0 |   0.0 |  17M| 168 |   - | 305 |  10k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
8.59/8.63	c   7.6s| 40000 | 21810 |     0 |   0.0 |  23M| 168 |   - | 305 |  12k|   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
12.49/12.53	c  11.2s| 50000 | 25022 |     0 |   0.0 |  28M| 168 |   - | 305 |  15k|   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
16.79/16.83	c  15.2s| 60000 | 27632 |     0 |   0.0 |  30M| 168 |   - | 305 |  12k|   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
18.79/18.89	c  17.0s| 70000 | 34053 |     0 |   0.0 |  33M| 168 |   - | 305 |6487 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
18.89/18.93	o 143
18.89/18.93	c *17.0s| 70716 | 34696 |     0 |   0.0 |  33M| 168 |   - | 305 |5948 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.430000e+02 |    Inf 
20.80/20.83	c  18.7s| 80000 | 40007 |     0 |   0.0 |  37M| 168 |   - | 305 |8325 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.430000e+02 |    Inf 
25.29/25.38	c  22.9s| 90000 | 42456 |     0 |   0.0 |  43M| 168 |   - | 305 |  15k|   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.430000e+02 |    Inf 
31.79/31.82	c  29.1s|100000 | 44178 |     0 |   0.0 |  49M| 168 |   - | 305 |  21k|   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.430000e+02 |    Inf 
40.70/40.75	c  37.6s|110000 | 44936 |     0 |   0.0 |  54M| 168 |   - | 305 |  26k|   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.430000e+02 |    Inf 
50.30/50.35	c  46.9s|120000 | 45579 |     0 |   0.0 |  58M| 168 |   - | 305 |  30k|   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 1.430000e+02 |    Inf 
60.59/60.66	c  56.9s|130000 | 45959 |     0 |   0.0 |  61M| 168 |   - | 305 |  33k|   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 1.430000e+02 |    Inf 
72.39/72.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.39/72.47	c  68.3s|140000 | 45098 |     0 |   0.0 |  64M| 168 |   - | 305 |  37k|   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 1.430000e+02 |    Inf 
81.80/81.82	c  77.3s|150000 | 47915 |     0 |   0.0 |  59M| 168 |   - | 305 |  14k|   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 1.430000e+02 |    Inf 
84.29/84.37	c  79.6s|160000 | 54855 |     0 |   0.0 |  62M| 168 |   - | 305 |8927 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 1.430000e+02 |    Inf 
86.90/86.95	c  81.9s|170000 | 61172 |     0 |   0.0 |  66M| 168 |   - | 305 |9743 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 1.430000e+02 |    Inf 
90.20/90.22	c  84.9s|180000 | 66431 |     0 |   0.0 |  71M| 168 |   - | 305 |  11k|   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 1.430000e+02 |    Inf 
94.39/94.50	c  88.9s|190000 | 70414 |     0 |   0.0 |  75M| 168 |   - | 305 |  13k|   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 1.430000e+02 |    Inf 
98.00/98.09	c  92.2s|200000 | 75881 |     0 |   0.0 |  75M| 168 |   - | 305 |1591 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 1.430000e+02 |    Inf 
98.29/98.37	o 141
98.29/98.37	c *92.3s|203179 | 78771 |     0 |   0.0 |  76M| 168 |   - | 305 |1596 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 1.410000e+02 |    Inf 
98.50/98.54	o 136
98.50/98.54	c *92.5s|205157 | 80536 |     0 |   0.0 |  77M| 168 |   - | 305 |1726 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 1.360000e+02 |    Inf 
98.60/98.66	o 125
98.60/98.66	c *92.6s|206427 | 81504 |     0 |   0.0 |  77M| 168 |   - | 305 |1792 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 1.250000e+02 |    Inf 
98.79/98.90	o 116
98.79/98.90	c *92.8s|209023 | 83654 |     0 |   0.0 |  78M| 168 |   - | 305 |1899 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
98.90/98.99	c  92.8s|210000 | 84542 |     0 |   0.0 |  79M| 168 |   - | 305 |1937 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
99.09/99.11	o 110
99.09/99.11	c *92.9s|211209 | 85389 |     0 |   0.0 |  79M| 168 |   - | 305 |2009 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 1.100000e+02 |    Inf 
99.69/99.70	o 100
99.69/99.70	c *93.4s|217266 | 90445 |     0 |   0.0 |  81M| 168 |   - | 305 |2366 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 1.000000e+02 |    Inf 
99.89/99.98	c  93.6s|220000 | 92781 |     0 |   0.0 |  83M| 168 |   - | 305 |2533 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 1.000000e+02 |    Inf 
100.39/100.41	o 79
100.39/100.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
100.39/100.41	c *93.9s|223950 | 93725 |     0 |   0.0 |  83M| 168 |   - | 305 |2766 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 7.900000e+01 |    Inf 
100.39/100.48	o 76
100.39/100.48	c *94.0s|224532 | 94123 |     0 |   0.0 |  83M| 168 |   - | 305 |2826 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 7.600000e+01 |    Inf 
100.59/100.63	o 73
100.59/100.63	c *94.1s|225701 | 93461 |     0 |   0.0 |  83M| 168 |   - | 305 |2984 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
101.10/101.18	c  94.6s|230000 | 96825 |     0 |   0.0 |  85M| 168 |   - | 305 |3065 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
102.90/102.95	c  96.0s|240000 |103457 |     0 |   0.0 |  91M| 168 |   - | 305 |5279 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
109.69/109.72	c   102s|250000 |102442 |     0 |   0.0 |  97M| 168 |   - | 305 |  18k|   0 |   0 |   0 | 299k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
122.19/122.22	c   115s|260000 |100449 |     0 |   0.0 | 101M| 168 |   - | 305 |  28k|   0 |   0 |   0 | 322k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
139.60/139.70	c   132s|270000 | 97223 |     0 |   0.0 | 101M| 168 |   - | 305 |  36k|   0 |   0 |   0 | 345k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
159.50/159.52	c   151s|280000 | 92735 |     0 |   0.0 |  99M| 168 |   - | 305 |  42k|   0 |   0 |   0 | 367k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
179.59/179.66	c   171s|290000 | 90023 |     0 |   0.0 |  91M| 168 |   - | 305 |  30k|   0 |   0 |   0 | 387k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
186.10/186.12	c   177s|300000 | 95338 |     0 |   0.0 |  90M| 168 |   - | 305 |  16k|   0 |   0 |   0 | 401k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
190.99/191.06	c   182s|310000 |100527 |     0 |   0.0 |  95M| 168 |   - | 305 |  15k|   0 |   0 |   0 | 413k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
196.20/196.23	c   186s|320000 |105295 |     0 |   0.0 |  99M| 168 |   - | 305 |  16k|   0 |   0 |   0 | 427k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
201.60/201.67	c   191s|330000 |109762 |     0 |   0.0 | 104M| 168 |   - | 305 |  17k|   0 |   0 |   0 | 441k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
207.81/207.81	c   197s|340000 |113481 |     0 |   0.0 | 109M| 168 |   - | 305 |  18k|   0 |   0 |   0 | 456k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
214.30/214.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.30/214.39	c   204s|350000 |116865 |     0 |   0.0 | 113M| 168 |   - | 305 |  19k|   0 |   0 |   0 | 471k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
221.69/221.70	c   210s|360000 |119643 |     0 |   0.0 | 117M| 168 |   - | 305 |  21k|   0 |   0 |   0 | 487k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
229.49/229.57	c   218s|370000 |122200 |     0 |   0.0 | 121M| 168 |   - | 305 |  23k|   0 |   0 |   0 | 502k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
238.20/238.24	c   226s|380000 |124416 |     0 |   0.0 | 125M| 168 |   - | 305 |  24k|   0 |   0 |   0 | 518k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
248.29/248.38	c   236s|390000 |125603 |     0 |   0.0 | 129M| 168 |   - | 305 |  26k|   0 |   0 |   0 | 536k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
259.20/259.21	c   247s|400000 |126282 |     0 |   0.0 | 132M| 168 |   - | 305 |  28k|   0 |   0 |   0 | 554k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
267.79/267.84	c   255s|410000 |129559 |     0 |   0.0 | 127M| 168 |   - | 305 |9089 |   0 |   0 |   0 | 566k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
269.59/269.64	c   256s|420000 |137379 |     0 |   0.0 | 131M| 168 |   - | 305 |5477 |   0 |   0 |   0 | 571k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
271.50/271.56	c   258s|430000 |145043 |     0 |   0.0 | 136M| 168 |   - | 305 |7588 |   0 |   0 |   0 | 575k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
273.80/273.85	c   260s|440000 |152512 |     0 |   0.0 | 141M| 168 |   - | 305 |9395 |   0 |   0 |   0 | 580k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
276.40/276.41	c   262s|450000 |159945 |     0 |   0.0 | 146M| 168 |   - | 305 |  11k|   0 |   0 |   0 | 585k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
279.20/279.27	c   265s|460000 |167290 |     0 |   0.0 | 150M| 168 |   - | 305 |  12k|   0 |   0 |   0 | 590k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
282.19/282.28	c   268s|470000 |174605 |     0 |   0.0 | 155M| 168 |   - | 305 |  13k|   0 |   0 |   0 | 595k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
285.50/285.51	c   271s|480000 |181798 |     0 |   0.0 | 159M| 168 |   - | 305 |  13k|   0 |   0 |   0 | 600k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
289.20/289.30	c   274s|490000 |188710 |     0 |   0.0 | 162M| 168 |   - | 305 |7113 |   0 |   0 |   0 | 606k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
291.70/291.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
291.70/291.73	c   276s|500000 |195669 |     0 |   0.0 | 165M| 168 |   - | 305 |6529 |   0 |   0 |   0 | 610k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
294.00/294.02	c   278s|510000 |202477 |     0 |   0.0 | 169M| 168 |   - | 305 |6410 |   0 |   0 |   0 | 615k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
296.20/296.25	c   280s|520000 |209238 |     0 |   0.0 | 173M| 168 |   - | 305 |6618 |   0 |   0 |   0 | 620k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
298.49/298.51	c   282s|530000 |215943 |     0 |   0.0 | 178M| 168 |   - | 305 |6654 |   0 |   0 |   0 | 625k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
300.80/300.89	c   284s|540000 |222407 |     0 |   0.0 | 182M| 168 |   - | 305 |6682 |   0 |   0 |   0 | 630k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
303.20/303.23	c   286s|550000 |228842 |     0 |   0.0 | 186M| 168 |   - | 305 |7187 |   0 |   0 |   0 | 636k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
305.59/305.69	c   288s|560000 |235149 |     0 |   0.0 | 191M| 168 |   - | 305 |7259 |   0 |   0 |   0 | 642k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
308.00/308.05	c   290s|570000 |241593 |     0 |   0.0 | 195M| 168 |   - | 305 |7022 |   0 |   0 |   0 | 647k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
310.59/310.64	c   293s|580000 |247581 |     0 |   0.0 | 200M| 168 |   - | 305 |7472 |   0 |   0 |   0 | 653k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
313.19/313.28	c   295s|590000 |253422 |     0 |   0.0 | 204M| 168 |   - | 305 |7804 |   0 |   0 |   0 | 660k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
316.10/316.11	c   298s|600000 |259021 |     0 |   0.0 | 209M| 168 |   - | 305 |8070 |   0 |   0 |   0 | 666k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
319.00/319.07	c   300s|610000 |264408 |     0 |   0.0 | 213M| 168 |   - | 305 |8534 |   0 |   0 |   0 | 672k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
322.31/322.31	c   303s|620000 |269348 |     0 |   0.0 | 218M| 168 |   - | 305 |8853 |   0 |   0 |   0 | 679k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
326.19/326.24	c   307s|630000 |273083 |     0 |   0.0 | 222M| 168 |   - | 305 |9921 |   0 |   0 |   0 | 688k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
330.79/330.85	c   311s|640000 |273818 |     0 |   0.0 | 217M| 168 |   - | 305 |7623 |   0 |   0 |   0 | 701k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
333.50/333.50	o 52
333.50/333.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
333.50/333.50	c * 313s|642981 |260524 |     0 |   0.0 | 198M| 168 |   - | 305 |9105 |   0 |   0 |   0 | 708k|   0 | 0.000000e+00 | 5.200000e+01 |    Inf 
336.80/336.84	c   316s|650000 |261702 |     0 |   0.0 | 198M| 168 |   - | 305 |7605 |   0 |   0 |   0 | 722k|   0 | 0.000000e+00 | 5.200000e+01 |    Inf 
342.80/342.83	c   322s|660000 |263050 |     0 |   0.0 | 201M| 168 |   - | 305 |  10k|   0 |   0 |   0 | 742k|   0 | 0.000000e+00 | 5.200000e+01 |    Inf 
350.00/350.08	c   329s|670000 |264103 |     0 |   0.0 | 205M| 168 |   - | 305 |  13k|   0 |   0 |   0 | 763k|   0 | 1.000000e+00 | 5.200000e+01 |5100.00%
358.39/358.45	c   337s|680000 |264970 |     0 |   0.0 | 209M| 168 |   - | 305 |  18k|   0 |   0 |   0 | 783k|   0 | 1.000000e+00 | 5.200000e+01 |5100.00%
365.90/365.95	o 45
365.90/365.95	c * 344s|688027 |256830 |     0 |   0.0 | 202M| 168 |   - | 305 |  18k|   0 |   0 |   0 | 799k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
368.10/368.16	c   346s|690000 |256588 |     0 |   0.0 | 202M| 168 |   - | 305 |  18k|   0 |   0 |   0 | 804k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
378.41/378.47	c   356s|700000 |256889 |     0 |   0.0 | 206M| 168 |   - | 305 |  22k|   0 |   0 |   0 | 824k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
390.50/390.52	c   368s|710000 |256516 |     0 |   0.0 | 209M| 168 |   - | 305 |  22k|   0 |   0 |   0 | 844k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
404.10/404.10	c   381s|720000 |255228 |     0 |   0.0 | 211M| 168 |   - | 305 |  26k|   0 |   0 |   0 | 866k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
419.59/419.64	c   396s|730000 |253406 |     0 |   0.0 | 213M| 168 |   - | 305 |  28k|   0 |   0 |   0 | 888k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
435.89/435.96	c   412s|740000 |251616 |     0 |   0.0 | 215M| 168 |   - | 305 |  30k|   0 |   0 |   0 | 909k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
454.21/454.22	c   430s|750000 |248669 |     0 |   0.0 | 215M| 168 |   - | 305 |  33k|   0 |   0 |   0 | 930k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
473.01/473.09	c   448s|760000 |245499 |     0 |   0.0 | 214M| 168 |   - | 305 |  34k|   0 |   0 |   0 | 952k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
490.20/490.25	c   465s|770000 |243696 |     0 |   0.0 | 207M| 168 |   - | 305 |  15k|   0 |   0 |   0 | 970k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
493.50/493.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
493.50/493.55	c   468s|780000 |249931 |     0 |   0.0 | 209M| 168 |   - | 305 |6029 |   0 |   0 |   0 | 979k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
496.50/496.57	c   471s|790000 |255642 |     0 |   0.0 | 214M| 168 |   - | 305 |6837 |   0 |   0 |   0 | 988k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
499.70/499.79	c   473s|800000 |261293 |     0 |   0.0 | 220M| 168 |   - | 305 |7471 |   0 |   0 |   0 | 998k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
502.90/502.94	c   476s|810000 |267077 |     0 |   0.0 | 225M| 168 |   - | 305 |8723 |   0 |   0 |   0 |1007k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
506.40/506.45	c   480s|820000 |272556 |     0 |   0.0 | 230M| 168 |   - | 305 |9553 |   0 |   0 |   0 |1017k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
509.80/509.87	c   483s|830000 |278261 |     0 |   0.0 | 235M| 168 |   - | 305 |  10k|   0 |   0 |   0 |1026k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
513.30/513.32	c   486s|840000 |283986 |     0 |   0.0 | 240M| 168 |   - | 305 |  10k|   0 |   0 |   0 |1035k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
516.80/516.85	c   489s|850000 |289390 |     0 |   0.0 | 244M| 168 |   - | 305 |  10k|   0 |   0 |   0 |1043k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
520.40/520.45	c   492s|860000 |294689 |     0 |   0.0 | 249M| 168 |   - | 305 |  11k|   0 |   0 |   0 |1052k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
524.20/524.27	c   496s|870000 |300068 |     0 |   0.0 | 253M| 168 |   - | 305 |  11k|   0 |   0 |   0 |1061k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
528.10/528.14	c   499s|880000 |305433 |     0 |   0.0 | 258M| 168 |   - | 305 |  12k|   0 |   0 |   0 |1069k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
531.90/531.97	c   503s|890000 |310879 |     0 |   0.0 | 263M| 168 |   - | 305 |  13k|   0 |   0 |   0 |1078k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
536.20/536.27	c   507s|900000 |316106 |     0 |   0.0 | 267M| 168 |   - | 305 |  13k|   0 |   0 |   0 |1087k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
540.70/540.72	c   511s|910000 |321288 |     0 |   0.0 | 272M| 168 |   - | 305 |  13k|   0 |   0 |   0 |1095k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
544.70/544.75	c   515s|920000 |326608 |     0 |   0.0 | 277M| 168 |   - | 305 |  15k|   0 |   0 |   0 |1104k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
549.40/549.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
549.40/549.40	c   519s|930000 |331596 |     0 |   0.0 | 281M| 168 |   - | 305 |  15k|   0 |   0 |   0 |1113k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
554.20/554.24	c   524s|940000 |336350 |     0 |   0.0 | 286M| 168 |   - | 305 |  14k|   0 |   0 |   0 |1123k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
558.50/558.53	c   528s|950000 |341390 |     0 |   0.0 | 291M| 168 |   - | 305 |  15k|   0 |   0 |   0 |1132k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
563.50/563.54	c   532s|960000 |345774 |     0 |   0.0 | 295M| 168 |   - | 305 |  14k|   0 |   0 |   0 |1141k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
568.30/568.34	c   537s|970000 |350288 |     0 |   0.0 | 300M| 168 |   - | 305 |  15k|   0 |   0 |   0 |1151k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
573.21/573.28	c   541s|980000 |354675 |     0 |   0.0 | 304M| 168 |   - | 305 |  15k|   0 |   0 |   0 |1161k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
578.50/578.52	c   546s|990000 |358886 |     0 |   0.0 | 309M| 168 |   - | 305 |  15k|   0 |   0 |   0 |1172k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
583.40/583.40	c   551s|  1000k|363424 |     0 |   0.0 | 314M| 168 |   - | 305 |  16k|   0 |   0 |   0 |1181k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
589.00/589.09	c   556s|  1010k|367164 |     0 |   0.0 | 318M| 168 |   - | 305 |  15k|   0 |   0 |   0 |1192k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
594.70/594.78	c   562s|  1020k|371031 |     0 |   0.0 | 323M| 168 |   - | 305 |  16k|   0 |   0 |   0 |1203k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
599.90/599.98	c   566s|  1030k|375373 |     0 |   0.0 | 328M| 168 |   - | 305 |  16k|   0 |   0 |   0 |1213k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
606.10/606.12	c   572s|  1040k|378775 |     0 |   0.0 | 333M| 168 |   - | 305 |  16k|   0 |   0 |   0 |1225k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
612.11/612.13	c   578s|  1050k|382397 |     0 |   0.0 | 337M| 168 |   - | 305 |  16k|   0 |   0 |   0 |1236k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
617.80/617.89	c   583s|  1060k|386177 |     0 |   0.0 | 342M| 168 |   - | 305 |  17k|   0 |   0 |   0 |1247k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
624.50/624.53	c   590s|  1070k|389285 |     0 |   0.0 | 346M| 168 |   - | 305 |  17k|   0 |   0 |   0 |1259k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
631.00/631.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
631.00/631.07	c   596s|  1080k|392502 |     0 |   0.0 | 351M| 168 |   - | 305 |  18k|   0 |   0 |   0 |1271k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
637.20/637.26	c   602s|  1090k|396180 |     0 |   0.0 | 356M| 168 |   - | 305 |  19k|   0 |   0 |   0 |1282k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
644.51/644.57	c   609s|  1100k|399051 |     0 |   0.0 | 361M| 168 |   - | 305 |  18k|   0 |   0 |   0 |1294k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
651.80/651.89	c   616s|  1110k|401833 |     0 |   0.0 | 365M| 168 |   - | 305 |  19k|   0 |   0 |   0 |1306k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
659.60/659.65	c   623s|  1120k|404295 |     0 |   0.0 | 370M| 168 |   - | 305 |  20k|   0 |   0 |   0 |1318k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
667.40/667.45	c   630s|  1130k|406843 |     0 |   0.0 | 374M| 168 |   - | 305 |  19k|   0 |   0 |   0 |1330k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
675.30/675.37	c   638s|  1140k|409172 |     0 |   0.0 | 379M| 168 |   - | 305 |  20k|   0 |   0 |   0 |1342k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
684.00/684.06	c   646s|  1150k|410929 |     0 |   0.0 | 383M| 168 |   - | 305 |  20k|   0 |   0 |   0 |1355k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
692.91/692.94	c   655s|  1160k|412590 |     0 |   0.0 | 387M| 168 |   - | 305 |  20k|   0 |   0 |   0 |1368k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
702.50/702.50	c   664s|  1170k|413655 |     0 |   0.0 | 391M| 168 |   - | 305 |  21k|   0 |   0 |   0 |1381k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
712.61/712.62	c   674s|  1180k|414255 |     0 |   0.0 | 395M| 168 |   - | 305 |  21k|   0 |   0 |   0 |1395k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
723.10/723.11	c   684s|  1190k|414632 |     0 |   0.0 | 399M| 168 |   - | 305 |  22k|   0 |   0 |   0 |1409k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
734.31/734.36	c   695s|  1200k|414564 |     0 |   0.0 | 403M| 168 |   - | 305 |  23k|   0 |   0 |   0 |1423k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
747.21/747.27	c   707s|  1210k|413163 |     0 |   0.0 | 407M| 168 |   - | 305 |  24k|   0 |   0 |   0 |1438k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
761.30/761.38	c   721s|  1220k|410480 |     0 |   0.0 | 410M| 168 |   - | 305 |  27k|   0 |   0 |   0 |1454k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
769.51/769.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
769.51/769.51	c   728s|  1230k|413980 |     0 |   0.0 | 411M| 168 |   - | 305 |  18k|   0 |   0 |   0 |1465k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
773.80/773.85	c   732s|  1240k|419210 |     0 |   0.0 | 412M| 168 |   - | 305 |  10k|   0 |   0 |   0 |1473k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
777.11/777.19	c   735s|  1250k|424414 |     0 |   0.0 | 416M| 168 |   - | 305 |8889 |   0 |   0 |   0 |1481k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
782.31/782.31	c   740s|  1260k|426085 |     0 |   0.0 | 420M| 168 |   - | 305 |  13k|   0 |   0 |   0 |1498k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
798.00/798.09	c   756s|  1270k|421398 |     0 |   0.0 | 420M| 168 |   - | 305 |  28k|   0 |   0 |   0 |1525k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
823.71/823.70	c   781s|  1280k|414917 |     0 |   0.0 | 416M| 168 |   - | 305 |  36k|   0 |   0 |   0 |1552k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
823.91/823.95	o 32
823.91/823.95	c * 781s|  1280k|353423 |     0 |   0.0 | 338M| 168 |   - | 305 |  36k|   0 |   0 |   0 |1552k|   0 | 1.000000e+00 | 3.200000e+01 |3100.00%
844.30/844.35	c   801s|  1290k|344200 |     0 |   0.0 | 318M| 168 |   - | 305 |  14k|   0 |   0 |   0 |1579k|   0 | 1.000000e+00 | 3.200000e+01 |3100.00%
852.00/852.06	c   808s|  1300k|344333 |     0 |   0.0 | 315M| 168 |   - | 305 |8830 |   0 |   0 |   0 |1595k|   0 | 1.000000e+00 | 3.200000e+01 |3100.00%
853.20/853.26	o 28
853.20/853.26	c * 809s|  1302k|328791 |     0 |   0.0 | 299M| 168 |   - | 305 |9216 |   0 |   0 |   0 |1598k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
858.01/858.05	c   814s|  1310k|330419 |     0 |   0.0 | 302M| 168 |   - | 305 |9683 |   0 |   0 |   0 |1609k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
864.51/864.53	c   820s|  1320k|332743 |     0 |   0.0 | 306M| 168 |   - | 305 |  11k|   0 |   0 |   0 |1623k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
872.10/872.19	c   827s|  1330k|334430 |     0 |   0.0 | 310M| 168 |   - | 305 |  14k|   0 |   0 |   0 |1637k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
880.71/880.72	c   835s|  1340k|336141 |     0 |   0.0 | 314M| 168 |   - | 305 |  17k|   0 |   0 |   0 |1652k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
890.41/890.47	c   845s|  1350k|337989 |     0 |   0.0 | 317M| 168 |   - | 305 |  19k|   0 |   0 |   0 |1666k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
901.41/901.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
901.41/901.42	c   855s|  1360k|339205 |     0 |   0.0 | 320M| 168 |   - | 305 |  20k|   0 |   0 |   0 |1681k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
913.50/913.54	c   867s|  1370k|339961 |     0 |   0.0 | 323M| 168 |   - | 305 |  21k|   0 |   0 |   0 |1699k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
928.60/928.66	c   882s|  1380k|339673 |     0 |   0.0 | 324M| 168 |   - | 305 |  23k|   0 |   0 |   0 |1718k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
945.30/945.38	c   898s|  1390k|338520 |     0 |   0.0 | 325M| 168 |   - | 305 |  23k|   0 |   0 |   0 |1738k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
961.81/961.80	c   914s|  1400k|337646 |     0 |   0.0 | 326M| 168 |   - | 305 |  25k|   0 |   0 |   0 |1757k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
979.01/979.05	c   931s|  1410k|336603 |     0 |   0.0 | 327M| 168 |   - | 305 |  27k|   0 |   0 |   0 |1776k|   0 | 1.000000e+00 | 2.800000e+01 |2700.00%
997.80/997.80	c   949s|  1420k|335744 |     0 |   0.0 | 329M| 168 |   - | 305 |  30k|   0 |   0 |   0 |1796k|   0 | 2.000000e+00 | 2.800000e+01 |1300.00%
1017.31/1017.38	c   968s|  1430k|335190 |     0 |   0.0 | 333M| 168 |   - | 305 |  35k|   0 |   0 |   0 |1815k|   0 | 2.000000e+00 | 2.800000e+01 |1300.00%
1040.71/1040.70	c   991s|  1440k|333852 |     0 |   0.0 | 337M| 168 |   - | 305 |  39k|   0 |   0 |   0 |1835k|   0 | 2.000000e+00 | 2.800000e+01 |1300.00%
1057.81/1057.86	o 27
1057.81/1057.86	c *1008s|  1446k|332470 |     0 |   0.0 | 339M| 168 |   - | 305 |  40k|   0 |   0 |   0 |1848k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
1066.71/1066.72	c  1017s|  1450k|331946 |     0 |   0.0 | 340M| 168 |   - | 305 |  41k|   0 |   0 |   0 |1854k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
1094.70/1094.77	c  1045s|  1460k|329862 |     0 |   0.0 | 343M| 168 |   - | 305 |  43k|   0 |   0 |   0 |1874k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
1123.02/1123.07	c  1072s|  1470k|327830 |     0 |   0.0 | 345M| 168 |   - | 305 |  43k|   0 |   0 |   0 |1894k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
1152.91/1152.95	c  1102s|  1480k|325342 |     0 |   0.0 | 347M| 168 |   - | 305 |  45k|   0 |   0 |   0 |1915k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
1184.11/1184.10	c  1132s|  1490k|322393 |     0 |   0.0 | 349M| 168 |   - | 305 |  45k|   0 |   0 |   0 |1936k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
1215.61/1215.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1215.61/1215.63	c  1164s|  1500k|319138 |     0 |   0.0 | 351M| 168 |   - | 305 |  46k|   0 |   0 |   0 |1957k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
1247.01/1247.04	c  1195s|  1510k|316065 |     0 |   0.0 | 353M| 168 |   - | 305 |  47k|   0 |   0 |   0 |1977k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
1279.81/1279.90	c  1227s|  1520k|312310 |     0 |   0.0 | 355M| 168 |   - | 305 |  48k|   0 |   0 |   0 |1999k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
1312.91/1312.90	c  1259s|  1530k|308610 |     0 |   0.0 | 356M| 168 |   - | 305 |  49k|   0 |   0 |   0 |2020k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
1345.41/1345.43	c  1292s|  1540k|305017 |     0 |   0.0 | 357M| 168 |   - | 305 |  49k|   0 |   0 |   0 |2042k|   0 | 2.000000e+00 | 2.700000e+01 |1250.00%
1355.01/1355.05	o 17
1355.01/1355.05	c *1301s|  1542k|272347 |     0 |   0.0 | 320M| 168 |   - | 305 |  48k|   0 |   0 |   0 |2048k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1366.51/1366.58	c  1312s|  1550k|266778 |     0 |   0.0 | 308M| 168 |   - | 305 |8633 |   0 |   0 |   0 |2058k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1376.91/1376.97	c  1322s|  1560k|258971 |     0 |   0.0 | 307M| 168 |   - | 305 |  12k|   0 |   0 |   0 |2070k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1389.51/1389.57	c  1334s|  1570k|250649 |     0 |   0.0 | 305M| 168 |   - | 305 |  14k|   0 |   0 |   0 |2082k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1404.41/1404.41	c  1348s|  1580k|239996 |     0 |   0.0 | 300M| 168 |   - | 305 |  14k|   0 |   0 |   0 |2095k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1419.51/1419.56	c  1362s|  1590k|228801 |     0 |   0.0 | 293M| 168 |   - | 305 |  14k|   0 |   0 |   0 |2108k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1426.51/1426.58	c  1369s|  1600k|229478 |     0 |   0.0 | 292M| 168 |   - | 305 |  11k|   0 |   0 |   0 |2116k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1432.31/1432.39	c  1374s|  1610k|231015 |     0 |   0.0 | 290M| 168 |   - | 305 |  12k|   0 |   0 |   0 |2123k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1434.81/1434.87	o 2
1434.81/1434.87	c *1377s|  1613k|     0 |     0 |   0.0 |  12M| 168 |   - | 305 |  11k|   0 |   0 |   0 |2125k|   0 | 2.000000e+00 | 2.000000e+00 |   0.00%
1434.81/1434.87	c 
1434.81/1434.87	c SCIP Status        : problem is solved [optimal solution found]
1434.81/1434.87	c Solving Time (sec) : 1376.59
1434.81/1434.87	c Solving Nodes      : 1613201
1434.81/1434.87	c Primal Bound       : +2.00000000000000e+00 (17 solutions)
1434.81/1434.87	c Dual Bound         : +2.00000000000000e+00
1434.81/1434.87	c Gap                : 0.00 %
1434.81/1434.87	s OPTIMUM FOUND
1434.81/1434.87	v -x169 -x168 -x167 x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 x149 -x148 
1434.81/1434.87	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
1434.81/1434.87	v -x126 -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
1434.81/1434.87	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 
1434.81/1434.87	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 
1434.81/1434.87	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 
1434.81/1434.87	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 
1434.81/1434.87	v -x4 -x3 -x2 -x1 
1434.81/1434.87	c SCIP Status        : problem is solved [optimal solution found]
1434.81/1434.87	c Solving Time       :    1376.59
1434.81/1434.87	c Original Problem   :
1434.81/1434.87	c   Problem name     : HOME/instance-2693956-1277898445.wbo
1434.81/1434.87	c   Variables        : 307 (238 binary, 0 integer, 0 implicit integer, 69 continuous)
1434.81/1434.87	c   Constraints      : 171 initial, 171 maximal
1434.81/1434.87	c Presolved Problem  :
1434.81/1434.87	c   Problem name     : t_HOME/instance-2693956-1277898445.wbo
1434.81/1434.87	c   Variables        : 305 (237 binary, 0 integer, 0 implicit integer, 68 continuous)
1434.81/1434.87	c   Constraints      : 166 initial, 50056 maximal
1434.81/1434.87	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1434.81/1434.87	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1434.81/1434.87	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
1434.81/1434.87	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1434.81/1434.87	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1434.81/1434.87	c   implics          :       0.00          0          0          0          0          0          0          0          0
1434.81/1434.87	c   probing          :       0.01          0          0          0          0          0          0          0          0
1434.81/1434.87	c   indicator        :       0.00          0          0          0          0          0          1          0          0
1434.81/1434.87	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1434.81/1434.87	c   linear           :       0.00          0          0          0         68          0          4          1          0
1434.81/1434.87	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1434.81/1434.87	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1434.81/1434.87	c   root node        :          -         56          -          -        112          -          -          -          -
1434.81/1434.87	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1434.81/1434.87	c   integral         :          0          0          0          0          0          0          0          0          0          0
1434.81/1434.87	c   indicator        :         68          0    4255101          0    1051597       4885    1427605          0          0          0
1434.81/1434.88	c   setppc           :         20          0    4864024          0    1170232      36510    3488095          0          0          0
1434.81/1434.88	c   linear           :         68          0    4827552          0    1170244     495987   20926455          0          0          0
1434.81/1434.88	c   logicor          :         10+         0    2412655          0    1170241     127786    1322631          0          0          0
1434.81/1434.88	c   bounddisjunction :          0+         0     542245          0          0         13       6983          0          0          0
1434.81/1434.88	c   countsols        :          0          0          0          0    1170259          0          0          0          0          0
1434.81/1434.88	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1434.81/1434.88	c   integral         :       0.00       0.00       0.00       0.00       0.00
1434.81/1434.88	c   indicator        :       1.98       0.00       1.23       0.00       0.75
1434.81/1434.88	c   setppc           :       9.61       0.00       7.57       0.00       2.04
1434.81/1434.88	c   linear           :     107.59       0.00     107.54       0.00       0.05
1434.81/1434.88	c   logicor          :     593.75       0.00     593.14       0.00       0.61
1434.81/1434.88	c   bounddisjunction :      11.37       0.00      11.37       0.00       0.00
1434.81/1434.88	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1434.81/1434.88	c Propagators        :       Time      Calls    Cutoffs    DomReds
1434.81/1434.88	c   vbounds          :       0.00          2          0          0
1434.81/1434.88	c   rootredcost      :       0.00          0          0          0
1434.81/1434.88	c   pseudoobj        :       9.73    4871716       2950    1218997
1434.81/1434.88	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1434.81/1434.88	c   propagation      :      37.64     663244     663157    3660722       25.3     268993       13.9          -
1434.81/1434.88	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1434.81/1434.88	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1434.81/1434.88	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1434.81/1434.88	c   pseudo solution  :       0.00         80         80        162        6.1         24       15.6          -
1434.81/1434.88	c   applied globally :          -          -          -    2065458       17.8          -          -          -
1434.81/1434.88	c   applied locally  :          -          -          -      59961       37.7          -          -          -
1434.81/1434.88	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1434.81/1434.88	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1434.81/1434.88	c   redcost          :       0.00          0          0          0          0          0
1434.81/1434.88	c   impliedbounds    :       0.00          0          0          0          0          0
1434.81/1434.88	c   intobj           :       0.00          0          0          0          0          0
1434.81/1434.88	c   cgmip            :       0.00          0          0          0          0          0
1434.81/1434.88	c   gomory           :       0.00          0          0          0          0          0
1434.81/1434.88	c   strongcg         :       0.00          0          0          0          0          0
1434.81/1434.88	c   cmir             :       0.00          0          0          0          0          0
1434.81/1434.88	c   flowcover        :       0.00          0          0          0          0          0
1434.81/1434.88	c   clique           :       0.00          0          0          0          0          0
1434.81/1434.88	c   zerohalf         :       0.00          0          0          0          0          0
1434.81/1434.88	c   mcf              :       0.00          0          0          0          0          0
1434.81/1434.88	c   rapidlearning    :       0.00          0          0          0          0          0
1434.81/1434.88	c Pricers            :       Time      Calls       Vars
1434.81/1434.88	c   problem variables:       0.00          0          0
1434.81/1434.88	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1434.81/1434.88	c   relpscost        :       0.00          0          0          0          0          0          0
1434.81/1434.88	c   pscost           :       0.00          0          0          0          0          0          0
1434.81/1434.88	c   inference        :       8.30    1170242          0          0          0          0    2340484
1434.81/1434.88	c   mostinf          :       0.00          0          0          0          0          0          0
1434.81/1434.88	c   leastinf         :       0.00          0          0          0          0          0          0
1434.81/1434.88	c   fullstrong       :       0.00          0          0          0          0          0          0
1434.81/1434.88	c   allfullstrong    :       0.00          0          0          0          0          0          0
1434.81/1434.88	c   random           :       0.00          0          0          0          0          0          0
1434.81/1434.88	c Primal Heuristics  :       Time      Calls      Found
1434.81/1434.88	c   LP solutions     :       0.00          -          0
1434.81/1434.88	c   pseudo solutions :       0.91          -         17
1434.81/1434.88	c   oneopt           :       0.04          0          0
1434.81/1434.88	c   trivial          :       0.00          2          0
1434.81/1434.88	c   simplerounding   :       0.00          0          0
1434.81/1434.88	c   zirounding       :       0.00          0          0
1434.81/1434.88	c   rounding         :       0.00          0          0
1434.81/1434.88	c   shifting         :       0.00          0          0
1434.81/1434.88	c   intshifting      :       0.00          0          0
1434.81/1434.88	c   twoopt           :       0.00          0          0
1434.81/1434.88	c   fixandinfer      :       0.00          0          0
1434.81/1434.88	c   feaspump         :       0.00          0          0
1434.81/1434.88	c   coefdiving       :       0.00          0          0
1434.81/1434.88	c   pscostdiving     :       0.00          0          0
1434.81/1434.88	c   fracdiving       :       0.00          0          0
1434.81/1434.88	c   veclendiving     :       0.00          0          0
1434.81/1434.88	c   intdiving        :       0.00          0          0
1434.81/1434.88	c   actconsdiving    :       0.00          0          0
1434.81/1434.88	c   objpscostdiving  :       0.00          0          0
1434.81/1434.88	c   rootsoldiving    :       0.00          0          0
1434.81/1434.88	c   linesearchdiving :       0.00          0          0
1434.81/1434.88	c   guideddiving     :       0.00          0          0
1434.81/1434.88	c   octane           :       0.00          0          0
1434.81/1434.88	c   rens             :       0.00          0          0
1434.81/1434.88	c   rins             :       0.00          0          0
1434.81/1434.88	c   localbranching   :       0.00          0          0
1434.81/1434.88	c   mutation         :       0.00          0          0
1434.81/1434.88	c   crossover        :       0.00          0          0
1434.81/1434.88	c   dins             :       0.00          0          0
1434.81/1434.88	c   undercover       :       0.00          0          0
1434.81/1434.88	c   nlp              :       0.00          0          0
1434.81/1434.88	c   trysol           :       0.00          1          0
1434.81/1434.88	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1434.81/1434.88	c   primal LP        :       0.00          0          0       0.00          -
1434.81/1434.88	c   dual LP          :       0.00          0          0       0.00          -
1434.81/1434.88	c   lex dual LP      :       0.00          0          0       0.00          -
1434.81/1434.88	c   barrier LP       :       0.00          0          0       0.00          -
1434.81/1434.88	c   diving/probing LP:       0.00          0          0       0.00          -
1434.81/1434.88	c   strong branching :       0.00          0          0       0.00          -
1434.81/1434.88	c     (at root node) :          -          0          0       0.00          -
1434.81/1434.88	c   conflict analysis:       0.00          0          0       0.00          -
1434.81/1434.88	c B&B Tree           :
1434.81/1434.88	c   number of runs   :          1
1434.81/1434.88	c   nodes            :    1613201
1434.81/1434.88	c   nodes (total)    :    1613201
1434.81/1434.88	c   nodes left       :          0
1434.81/1434.88	c   max depth        :        168
1434.81/1434.88	c   max depth (total):        168
1434.81/1434.88	c   backtracks       :     503478 (31.2%)
1434.81/1434.88	c   delayed cutoffs  :     361748
1434.81/1434.88	c   repropagations   :    1793351 (7995154 domain reductions, 225269 cutoffs)
1434.81/1434.88	c   avg switch length:      22.01
1434.81/1434.88	c   switching time   :     450.74
1434.81/1434.88	c Solution           :
1434.81/1434.88	c   Solutions found  :         17 (17 improvements)
1434.81/1434.88	c   First Solution   : +1.43000000000000e+02   (in run 1, after 70716 nodes, 17.04 seconds, depth 142, found by <relaxation>)
1434.81/1434.88	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 1613201 nodes, 1375.98 seconds, depth 70, found by <relaxation>)
1434.81/1434.88	c   Dual Bound       : +2.00000000000000e+00
1434.81/1434.88	c   Gap              :       0.00 %
1434.81/1434.88	c   Root Dual Bound  : +0.00000000000000e+00
1434.81/1434.88	c   Root Iterations  :          0
1434.91/1434.91	c Time complete: 1434.93.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693956-1277898445/watcher-2693956-1277898445 -o /tmp/evaluation-result-2693956-1277898445/solver-2693956-1277898445 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693956-1277898445.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.25 2.05 2.01 4/178 10959
/proc/meminfo: memFree=31342160/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=8248 CPUtime=0
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 1548 0 0 0 0 0 0 0 21 0 1 0 131140595 8445952 1470 4089446400 4194304 7136930 140735325815536 18446744073709551615 6357120 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10959/statm: 2061 1471 276 719 0 1340 0

[startup+0.0588389 s]
/proc/loadavg: 2.25 2.05 2.01 4/178 10959
/proc/meminfo: memFree=31342160/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=12240 CPUtime=0.05
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 4584 0 0 0 3 2 0 0 21 0 1 0 131140595 12533760 2354 4089446400 4194304 7136930 140735325815536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 3060 2354 395 719 0 2339 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12240

[startup+0.100834 s]
/proc/loadavg: 2.25 2.05 2.01 4/178 10959
/proc/meminfo: memFree=31342160/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=13064 CPUtime=0.09
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 4776 0 0 0 5 4 0 0 21 0 1 0 131140595 13377536 2546 4089446400 4194304 7136930 140735325815536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 3266 2546 395 719 0 2545 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13064

[startup+0.30081 s]
/proc/loadavg: 2.25 2.05 2.01 4/178 10959
/proc/meminfo: memFree=31342160/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=14916 CPUtime=0.29
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 5255 0 0 0 20 9 0 0 21 0 1 0 131140595 15273984 3025 4089446400 4194304 7136930 140735325815536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 3729 3025 395 719 0 3008 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14916

[startup+0.700743 s]
/proc/loadavg: 2.25 2.05 2.01 4/178 10959
/proc/meminfo: memFree=31342160/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=18064 CPUtime=0.69
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 6043 0 0 0 52 17 0 0 22 0 1 0 131140595 18497536 3813 4089446400 4194304 7136930 140735325815536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 4516 3813 395 719 0 3795 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18064

[startup+1.50059 s]
/proc/loadavg: 2.25 2.05 2.01 3/179 10960
/proc/meminfo: memFree=31326776/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=21924 CPUtime=1.49
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 7022 0 0 0 119 30 0 0 25 0 1 0 131140595 22450176 4792 4089446400 4194304 7136930 140735325815536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 5481 4792 395 719 0 4760 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21924

[startup+3.10034 s]
/proc/loadavg: 2.25 2.05 2.01 3/179 10960
/proc/meminfo: memFree=31321056/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=28528 CPUtime=3.09
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 8677 0 0 0 257 52 0 0 25 0 1 0 131140595 29212672 6447 4089446400 4194304 7136930 140735325815536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 7132 6447 395 719 0 6411 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28528

[startup+6.3008 s]
/proc/loadavg: 2.23 2.05 2.01 3/179 10960
/proc/meminfo: memFree=31309524/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=37932 CPUtime=6.29
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 11055 0 0 0 548 81 0 0 25 0 1 0 131140595 38842368 8825 4089446400 4194304 7136930 140735325815536 18446744073709551615 4998396 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 9483 8825 395 719 0 8762 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37932

[startup+12.7007 s]
/proc/loadavg: 2.21 2.05 2.01 3/179 10960
/proc/meminfo: memFree=31295752/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=47916 CPUtime=12.69
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 13548 0 0 0 1137 132 0 0 25 0 1 0 131140595 49065984 11318 4089446400 4194304 7136930 140735325815536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 11979 11318 395 719 0 11258 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47916

[startup+25.5006 s]
/proc/loadavg: 2.16 2.04 2.01 3/179 10960
/proc/meminfo: memFree=31271496/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=68396 CPUtime=25.49
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 18658 0 0 0 2302 247 0 0 25 0 1 0 131140595 70037504 16406 4089446400 4194304 7136930 140735325815536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 17099 16406 397 719 0 16378 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68396

[startup+51.1002 s]
/proc/loadavg: 2.11 2.04 2.01 3/179 10962
/proc/meminfo: memFree=31246448/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=89840 CPUtime=51.09
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 23944 0 0 0 4762 347 0 0 25 0 1 0 131140595 91996160 21692 4089446400 4194304 7136930 140735325815536 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 22460 21692 397 719 0 21739 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89840

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 10962
/proc/meminfo: memFree=31137856/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=131004 CPUtime=102.3
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 33769 0 0 0 9548 682 0 0 25 0 1 0 131140595 134148096 31517 4089446400 4194304 7136930 140735325815536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 32751 31517 398 719 0 32030 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 131004

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 10964
/proc/meminfo: memFree=31024712/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=148528 CPUtime=162.3
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 38035 0 0 0 15374 856 0 0 25 0 1 0 131140595 152092672 35783 4089446400 4194304 7136930 140735325815536 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 37132 35783 398 719 0 36411 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 148528

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 10966
/proc/meminfo: memFree=30943564/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=168680 CPUtime=222.29
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 43083 0 0 0 21106 1123 0 0 25 0 1 0 131140595 172728320 40831 4089446400 4194304 7136930 140735325815536 18446744073709551615 5953155 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 42170 40831 398 719 0 41449 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 168680

[startup+282.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 10968
/proc/meminfo: memFree=30857336/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=209280 CPUtime=282.29
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 53488 0 0 0 26770 1459 0 0 25 0 1 0 131140595 214302720 51236 4089446400 4194304 7136930 140735325815536 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 52320 51236 398 719 0 51599 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 209280

[startup+342.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 10970
/proc/meminfo: memFree=30745016/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=289920 CPUtime=342.3
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 72831 0 0 0 32160 2070 0 0 25 0 1 0 131140595 296878080 70579 4089446400 4194304 7136930 140735325815536 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 72480 70579 398 719 0 71759 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 289920

[startup+402.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 10970
/proc/meminfo: memFree=30705904/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=294164 CPUtime=402.29
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 73890 0 0 0 37923 2306 0 0 25 0 1 0 131140595 301223936 71638 4089446400 4194304 7136930 140735325815536 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 73541 71638 398 719 0 72820 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 294164

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10972
/proc/meminfo: memFree=30670632/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=300096 CPUtime=462.3
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 75230 0 0 0 43762 2468 0 0 25 0 1 0 131140595 307298304 72978 4089446400 4194304 7136930 140735325815536 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 75024 72978 398 719 0 74303 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 300096

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10974
/proc/meminfo: memFree=30617124/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=328764 CPUtime=522.3
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 82495 0 0 0 49398 2832 0 0 25 0 1 0 131140595 336654336 80243 4089446400 4194304 7136930 140735325815536 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 82191 80243 398 719 0 81470 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 328764

[startup+582.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 10976
/proc/meminfo: memFree=30532372/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=387316 CPUtime=582.3
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 97415 0 0 0 54985 3245 0 0 25 0 1 0 131140595 396611584 95163 4089446400 4194304 7136930 140735325815536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 96829 95163 398 719 0 96108 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 387316

[startup+642.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 10978
/proc/meminfo: memFree=30452184/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=440576 CPUtime=642.31
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 110779 0 0 0 60643 3588 0 0 25 0 1 0 131140595 451149824 108527 4089446400 4194304 7136930 140735325815536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 110144 108527 398 719 0 109423 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 440576

[startup+702.3 s]

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

/proc/meminfo: memFree=30394104/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=469200 CPUtime=702.3
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 117962 0 0 0 66377 3853 0 0 25 0 1 0 131140595 480460800 115710 4089446400 4194304 7136930 140735325815536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 117300 115710 398 719 0 116579 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 469200

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10980
/proc/meminfo: memFree=30352396/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=488772 CPUtime=762.31
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 122868 0 0 0 72155 4076 0 0 25 0 1 0 131140595 500502528 120616 4089446400 4194304 7136930 140735325815536 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10959/statm: 122193 120616 398 719 0 121472 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 488772

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10991
/proc/meminfo: memFree=30311888/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=502860 CPUtime=822.31
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 126402 0 0 0 77936 4295 0 0 25 0 1 0 131140595 514928640 124150 4089446400 4194304 7136930 140735325815536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10959/statm: 125715 124150 398 719 0 124994 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 502860

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10993
/proc/meminfo: memFree=30295628/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=502860 CPUtime=882.3
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 126477 0 0 0 83679 4551 0 0 25 0 1 0 131140595 514928640 124225 4089446400 4194304 7136930 140735325815536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10959/statm: 125715 124225 398 719 0 124994 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 502860

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10995
/proc/meminfo: memFree=30286660/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=502860 CPUtime=942.3
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 126481 0 0 0 89505 4725 0 0 25 0 1 0 131140595 514928640 124229 4089446400 4194304 7136930 140735325815536 18446744073709551615 5957661 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10959/statm: 125715 124229 398 719 0 124994 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 502860

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10995
/proc/meminfo: memFree=30275960/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=502860 CPUtime=1002.3
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 126502 0 0 0 95369 4861 0 0 25 0 1 0 131140595 514928640 124250 4089446400 4194304 7136930 140735325815536 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10959/statm: 125715 124250 398 719 0 124994 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 502860

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10997
/proc/meminfo: memFree=30271572/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=503868 CPUtime=1062.31
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 126672 0 0 0 101259 4972 0 0 25 0 1 0 131140595 515960832 124420 4089446400 4194304 7136930 140735325815536 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10959/statm: 125967 124420 398 719 0 125246 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 503868

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10999
/proc/meminfo: memFree=30254424/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=504640 CPUtime=1122.31
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 126951 0 0 0 107162 5069 0 0 25 0 1 0 131140595 516751360 124699 4089446400 4194304 7136930 140735325815536 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10959/statm: 126160 124699 398 719 0 125439 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 504640

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 11001
/proc/meminfo: memFree=30227204/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=506228 CPUtime=1182.31
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 127211 0 0 0 113073 5158 0 0 25 0 1 0 131140595 518377472 124959 4089446400 4194304 7136930 140735325815536 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10959/statm: 126557 124959 398 719 0 125836 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 506228

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 11003
/proc/meminfo: memFree=30218336/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=507276 CPUtime=1242.31
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 127310 0 0 0 118987 5244 0 0 25 0 1 0 131140595 519450624 125058 4089446400 4194304 7136930 140735325815536 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10959/statm: 126819 125058 398 719 0 126098 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 507276

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11003
/proc/meminfo: memFree=30215684/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=508820 CPUtime=1302.31
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 127715 0 0 0 124903 5328 0 0 25 0 1 0 131140595 521031680 125463 4089446400 4194304 7136930 140735325815536 18446744073709551615 4431702 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10959/statm: 127205 125463 398 719 0 126484 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 508820

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11005
/proc/meminfo: memFree=30212408/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=510884 CPUtime=1362.31
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 128266 0 0 0 130792 5439 0 0 25 0 1 0 131140595 523145216 126014 4089446400 4194304 7136930 140735325815536 18446744073709551615 4677406 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10959/statm: 127721 126014 398 719 0 127000 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 510884

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11007
/proc/meminfo: memFree=30209028/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=510884 CPUtime=1422.32
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 128266 0 0 0 136484 5748 0 0 25 0 1 0 131140595 523145216 126014 4089446400 4194304 7136930 140735325815536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10959/statm: 127721 126014 398 719 0 127000 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 510884

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

[startup+1427.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11007
/proc/meminfo: memFree=30208900/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=510884 CPUtime=1427.11
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 128266 0 0 0 136931 5780 0 0 25 0 1 0 131140595 523145216 126014 4089446400 4194304 7136930 140735325815536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10959/statm: 127721 126014 398 719 0 127000 0
Current children cumulated CPU time (s) 1427.11
Current children cumulated vsize (KiB) 510884

[startup+1430.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11007
/proc/meminfo: memFree=30208900/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=510884 CPUtime=1430.31
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 128266 0 0 0 137227 5804 0 0 25 0 1 0 131140595 523145216 126014 4089446400 4194304 7136930 140735325815536 18446744073709551615 4210534 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10959/statm: 127721 126014 398 719 0 127000 0
Current children cumulated CPU time (s) 1430.31
Current children cumulated vsize (KiB) 510884

[startup+1433.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11007
/proc/meminfo: memFree=30208900/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=510884 CPUtime=1433.51
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 128266 0 0 0 137527 5824 0 0 25 0 1 0 131140595 523145216 126014 4089446400 4194304 7136930 140735325815536 18446744073709551615 4624874 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10959/statm: 127721 126014 398 719 0 127000 0
Current children cumulated CPU time (s) 1433.51
Current children cumulated vsize (KiB) 510884

[startup+1434.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11007
/proc/meminfo: memFree=30208776/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=510884 CPUtime=1434.32
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 128266 0 0 0 137602 5830 0 0 25 0 1 0 131140595 523145216 126014 4089446400 4194304 7136930 140735325815536 18446744073709551615 4212562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10959/statm: 127721 126014 398 719 0 127000 0
Current children cumulated CPU time (s) 1434.32
Current children cumulated vsize (KiB) 510884

[startup+1434.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11007
/proc/meminfo: memFree=30208776/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=510884 CPUtime=1434.71
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 128266 0 0 0 137641 5830 0 0 25 0 1 0 131140595 523145216 126014 4089446400 4194304 7136930 140735325815536 18446744073709551615 6165668 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/10959/statm: 127721 126014 398 719 0 127000 0
Current children cumulated CPU time (s) 1434.71
Current children cumulated vsize (KiB) 510884

[startup+1434.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11007
/proc/meminfo: memFree=30208776/32951124 swapFree=67111528/67111528
[pid=10959] ppid=10957 vsize=387432 CPUtime=1434.91
/proc/10959/stat : 10959 (pbscip.linux.x8) R 10957 10959 10850 0 -1 4202496 128271 0 0 0 137661 5830 0 0 25 0 1 0 131140595 396730368 95308 4089446400 4194304 7136930 140735325815536 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10959/statm: 96598 95048 403 719 0 95877 0
Current children cumulated CPU time (s) 1434.91
Current children cumulated vsize (KiB) 387432

Child status: 0
Real time (s): 1434.92
CPU time (s): 1434.93
CPU user time (s): 1376.61
CPU system time (s): 58.3201
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 510884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1376.61
system time used= 58.3201
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128278
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= 1
involuntary context switches= 2884

runsolver used 2.47262 second user time and 5.37218 second system time

The end

Launcher Data

Begin job on node130 at 2010-06-30 13:47:25
IDJOB=2693956
IDBENCH=78836
IDSOLVER=1206
FILE ID=node130/2693956-1277898445
PBS_JOBID= 11197197
Free space on /tmp= 74208 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.1111218308--soft-33-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-2693956-1277898445/watcher-2693956-1277898445 -o /tmp/evaluation-result-2693956-1277898445/solver-2693956-1277898445 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693956-1277898445.wbo -t 1800 -m 3800

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

MD5SUM BENCH= cc0c9e984fb29816b50b1482397a634f
RANDOM SEED=1675087198

node130.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.796
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.59
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.796
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.67
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.796
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.796
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.72
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.796
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.82
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.796
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.63
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.796
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.796
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	: 5237.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31342316 kB
Buffers:        182544 kB
Cached:         956952 kB
SwapCached:          0 kB
Active:         780400 kB
Inactive:       686816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31342316 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3352 kB
Writeback:           0 kB
AnonPages:      327820 kB
Mapped:          16668 kB
Slab:            77412 kB
PageTables:       5472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   475756 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= 74204 MiB
End job on node130 at 2010-06-30 14:11:20