Trace number 2693929

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.32 1800.28

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111221203--soft-66-100-0.wbo
MD5SUM31038ed21c293d8aaaa9cf75b77e2e78
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark0.269958
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 1228
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-2693929-1277897740.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.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 |     - | 941k|   0 |   - | 253 | 130 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.20/1.28	c   1.1s| 10000 |  7308 |     0 |   0.0 |6433k| 141 |   - | 253 |3471 |   0 |   0 |   0 |6332 |   0 | 0.000000e+00 |      --      |    Inf 
2.69/2.79	o 388
2.69/2.79	c * 2.4s| 17671 | 11921 |     0 |   0.0 |9732k| 141 |   - | 253 |3218 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
3.20/3.22	c   2.8s| 20000 | 13365 |     0 |   0.0 |  10M| 141 |   - | 253 |3343 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
5.50/5.59	c   4.9s| 30000 | 18647 |     0 |   0.0 |  15M| 141 |   - | 253 |5719 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
8.39/8.47	c   7.5s| 40000 | 23239 |     0 |   0.0 |  20M| 141 |   - | 253 |7989 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
12.10/12.15	c  11.0s| 50000 | 26546 |     0 |   0.0 |  25M| 141 |   - | 253 |  10k|   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
16.99/17.01	c  15.6s| 60000 | 28127 |     0 |   0.0 |  29M| 141 |   - | 253 |  13k|   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
18.40/18.41	c  16.8s| 70000 | 36416 |     0 |   0.0 |  29M| 141 |   - | 253 |2493 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
19.39/19.44	o 385
19.39/19.44	c *17.6s| 77960 | 42675 |     0 |   0.0 |  32M| 141 |   - | 253 |2836 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 3.850000e+02 |    Inf 
19.70/19.74	c  17.9s| 80000 | 44164 |     0 |   0.0 |  33M| 141 |   - | 253 |3122 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 3.850000e+02 |    Inf 
21.59/21.64	c  19.5s| 90000 | 50675 |     0 |   0.0 |  38M| 141 |   - | 253 |5292 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 3.850000e+02 |    Inf 
25.20/25.23	c  22.8s|100000 | 53900 |     0 |   0.0 |  42M| 141 |   - | 253 |7766 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 3.850000e+02 |    Inf 
30.09/30.11	c  27.5s|110000 | 55469 |     0 |   0.0 |  46M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 3.850000e+02 |    Inf 
35.69/35.78	c  32.9s|120000 | 56199 |     0 |   0.0 |  50M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 3.850000e+02 |    Inf 
42.29/42.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.29/42.31	c  39.1s|130000 | 56266 |     0 |   0.0 |  53M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 3.850000e+02 |    Inf 
49.69/49.74	c  46.3s|140000 | 55984 |     0 |   0.0 |  56M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 3.850000e+02 |    Inf 
59.19/59.28	c  55.5s|150000 | 53921 |     0 |   0.0 |  58M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 3.850000e+02 |    Inf 
62.70/62.71	o 281
62.70/62.71	c *58.8s|153939 | 54023 |     0 |   0.0 |  57M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 2.810000e+02 |    Inf 
64.39/64.40	c  60.4s|160000 | 58836 |     0 |   0.0 |  55M| 141 |   - | 253 |6384 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 2.810000e+02 |    Inf 
66.09/66.13	c  61.9s|170000 | 66219 |     0 |   0.0 |  58M| 141 |   - | 253 |3507 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 2.810000e+02 |    Inf 
67.70/67.77	c  63.3s|180000 | 73450 |     0 |   0.0 |  61M| 141 |   - | 253 |3669 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 2.810000e+02 |    Inf 
69.49/69.56	c  64.9s|190000 | 80390 |     0 |   0.0 |  65M| 141 |   - | 253 |4023 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 2.810000e+02 |    Inf 
71.40/71.41	c  66.5s|200000 | 87245 |     0 |   0.0 |  69M| 141 |   - | 253 |4262 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 2.810000e+02 |    Inf 
73.39/73.46	c  68.3s|210000 | 93601 |     0 |   0.0 |  73M| 141 |   - | 253 |4846 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 2.810000e+02 |    Inf 
75.59/75.70	c  70.3s|220000 | 99714 |     0 |   0.0 |  77M| 141 |   - | 253 |5547 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 2.810000e+02 |    Inf 
77.89/77.97	c  72.4s|230000 |105939 |     0 |   0.0 |  81M| 141 |   - | 253 |6223 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 2.810000e+02 |    Inf 
80.40/80.48	c  74.6s|240000 |111786 |     0 |   0.0 |  85M| 141 |   - | 253 |6820 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 2.810000e+02 |    Inf 
83.20/83.25	c  77.1s|250000 |117231 |     0 |   0.0 |  89M| 141 |   - | 253 |7603 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 2.810000e+02 |    Inf 
86.09/86.14	c  79.8s|260000 |122554 |     0 |   0.0 |  93M| 141 |   - | 253 |8180 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 2.810000e+02 |    Inf 
89.10/89.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.10/89.18	c  82.6s|270000 |127707 |     0 |   0.0 |  97M| 141 |   - | 253 |8817 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 2.810000e+02 |    Inf 
92.59/92.65	c  85.8s|280000 |132205 |     0 |   0.0 | 101M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 2.810000e+02 |    Inf 
96.49/96.52	c  89.4s|290000 |136248 |     0 |   0.0 | 105M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 2.810000e+02 |    Inf 
99.99/100.08	o 275
99.99/100.08	c *92.7s|298042 |138945 |     0 |   0.0 | 108M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 2.750000e+02 |    Inf 
100.99/101.03	c  93.6s|300000 |139500 |     0 |   0.0 | 109M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 2.750000e+02 |    Inf 
105.29/105.32	o 172
105.29/105.32	c *97.6s|308052 |140481 |     0 |   0.0 | 111M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
107.10/107.10	c  99.3s|310000 |139884 |     0 |   0.0 | 111M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
118.50/118.54	c   110s|320000 |134649 |     0 |   0.0 | 109M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
132.90/132.91	c   124s|330000 |129108 |     0 |   0.0 | 106M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 327k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
150.00/150.09	c   141s|340000 |124297 |     0 |   0.0 |  99M| 141 |   - | 253 |  27k|   0 |   0 |   0 | 348k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
154.30/154.36	c   145s|350000 |130784 |     0 |   0.0 |  96M| 141 |   - | 253 |8211 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
156.99/157.07	c   148s|360000 |136928 |     0 |   0.0 |  99M| 141 |   - | 253 |6234 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
159.79/159.86	c   150s|370000 |142541 |     0 |   0.0 | 102M| 141 |   - | 253 |5844 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
162.70/162.71	c   153s|380000 |147954 |     0 |   0.0 | 106M| 141 |   - | 253 |6336 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
165.59/165.62	c   156s|390000 |153404 |     0 |   0.0 | 109M| 141 |   - | 253 |6677 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
168.59/168.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
168.59/168.67	c   158s|400000 |158585 |     0 |   0.0 | 113M| 141 |   - | 253 |6924 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
171.60/171.66	c   161s|410000 |163932 |     0 |   0.0 | 116M| 141 |   - | 253 |7069 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
174.60/174.60	c   164s|420000 |169293 |     0 |   0.0 | 119M| 141 |   - | 253 |7226 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
177.60/177.66	c   167s|430000 |174432 |     0 |   0.0 | 123M| 141 |   - | 253 |7433 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
180.60/180.67	c   169s|440000 |179739 |     0 |   0.0 | 126M| 141 |   - | 253 |7506 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
183.60/183.69	c   172s|450000 |184998 |     0 |   0.0 | 129M| 141 |   - | 253 |7449 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
186.91/186.95	c   175s|460000 |189812 |     0 |   0.0 | 132M| 141 |   - | 253 |7514 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
190.20/190.22	c   178s|470000 |194623 |     0 |   0.0 | 135M| 141 |   - | 253 |7979 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
193.40/193.46	c   181s|480000 |199594 |     0 |   0.0 | 138M| 141 |   - | 253 |8187 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
196.91/196.96	c   184s|490000 |204188 |     0 |   0.0 | 141M| 141 |   - | 253 |8561 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
200.50/200.55	c   188s|500000 |208687 |     0 |   0.0 | 144M| 141 |   - | 253 |9139 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
204.10/204.15	c   191s|510000 |213277 |     0 |   0.0 | 147M| 141 |   - | 253 |9811 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
207.81/207.86	c   194s|520000 |217702 |     0 |   0.0 | 150M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 455k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
211.90/211.94	c   198s|530000 |221660 |     0 |   0.0 | 152M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 462k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
215.90/215.93	c   202s|540000 |225839 |     0 |   0.0 | 156M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 470k|   0 | 1.000000e+00 | 1.720000e+02 |  Large 
220.10/220.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
220.10/220.18	c   206s|550000 |229710 |     0 |   0.0 | 159M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 477k|   0 | 1.000000e+00 | 1.720000e+02 |  Large 
224.41/224.47	c   210s|560000 |233591 |     0 |   0.0 | 163M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 485k|   0 | 1.000000e+00 | 1.720000e+02 |  Large 
228.90/228.99	c   214s|570000 |237371 |     0 |   0.0 | 167M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 493k|   0 | 1.000000e+00 | 1.720000e+02 |  Large 
233.50/233.53	c   218s|580000 |241177 |     0 |   0.0 | 170M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 501k|   0 | 1.000000e+00 | 1.720000e+02 |  Large 
238.10/238.16	c   222s|590000 |244998 |     0 |   0.0 | 174M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 509k|   0 | 1.000000e+00 | 1.720000e+02 |  Large 
243.10/243.19	c   227s|600000 |248433 |     0 |   0.0 | 178M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 518k|   0 | 1.000000e+00 | 1.720000e+02 |  Large 
248.40/248.47	c   232s|610000 |251638 |     0 |   0.0 | 181M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 527k|   0 | 1.000000e+00 | 1.720000e+02 |  Large 
254.00/254.07	c   237s|620000 |254762 |     0 |   0.0 | 185M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 537k|   0 | 1.000000e+00 | 1.720000e+02 |  Large 
260.10/260.10	c   243s|630000 |257432 |     0 |   0.0 | 188M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 547k|   0 | 1.000000e+00 | 1.720000e+02 |  Large 
266.00/266.06	c   248s|640000 |260277 |     0 |   0.0 | 192M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 557k|   0 | 1.000000e+00 | 1.720000e+02 |  Large 
272.71/272.76	c   254s|650000 |262305 |     0 |   0.0 | 195M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 567k|   0 | 1.000000e+00 | 1.720000e+02 |  Large 
279.50/279.56	c   261s|660000 |264284 |     0 |   0.0 | 198M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 578k|   0 | 1.000000e+00 | 1.720000e+02 |  Large 
286.90/286.97	c   268s|670000 |266071 |     0 |   0.0 | 202M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 590k|   0 | 1.000000e+00 | 1.720000e+02 |  Large 
290.60/290.66	o 140
290.60/290.66	c * 271s|674594 |263382 |     0 |   0.0 | 200M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 595k|   0 | 1.000000e+00 | 1.400000e+02 |  Large 
295.20/295.24	c   276s|680000 |263985 |     0 |   0.0 | 202M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 602k|   0 | 1.000000e+00 | 1.400000e+02 |  Large 
297.40/297.44	o 107
297.40/297.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
297.40/297.44	c * 278s|682427 |260115 |     0 |   0.0 | 199M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 605k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
305.30/305.38	c   285s|690000 |259382 |     0 |   0.0 | 201M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 615k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
313.30/313.31	c   293s|700000 |262331 |     0 |   0.0 | 200M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 624k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
318.30/318.33	c   298s|710000 |265989 |     0 |   0.0 | 204M| 141 |   - | 253 |9874 |   0 |   0 |   0 | 631k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
321.50/321.51	o 57
321.50/321.51	c * 301s|715755 |191758 |     0 |   0.0 | 153M| 141 |   - | 253 |9285 |   0 |   0 |   0 | 636k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
324.20/324.27	c   303s|720000 |191395 |     0 |   0.0 | 155M| 141 |   - | 253 |6874 |   0 |   0 |   0 | 643k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
333.40/333.45	c   312s|730000 |189431 |     0 |   0.0 | 159M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 662k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
346.30/346.33	c   324s|740000 |187191 |     0 |   0.0 | 162M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 681k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
362.20/362.22	c   340s|750000 |183972 |     0 |   0.0 | 164M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 700k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
379.10/379.15	c   356s|760000 |181286 |     0 |   0.0 | 167M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 719k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
398.90/398.94	c   375s|770000 |177509 |     0 |   0.0 | 168M| 141 |   - | 253 |  27k|   0 |   0 |   0 | 739k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
419.00/419.04	c   395s|780000 |174489 |     0 |   0.0 | 170M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 759k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
442.00/442.00	c   417s|790000 |170068 |     0 |   0.0 | 170M| 141 |   - | 253 |  30k|   0 |   0 |   0 | 779k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
464.30/464.33	c   439s|800000 |165869 |     0 |   0.0 | 170M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 800k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
487.31/487.38	c   462s|810000 |160935 |     0 |   0.0 | 170M| 141 |   - | 253 |  32k|   0 |   0 |   0 | 821k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
512.00/512.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
512.00/512.05	c   486s|820000 |156175 |     0 |   0.0 | 171M| 141 |   - | 253 |  33k|   0 |   0 |   0 | 842k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
537.91/537.96	c   511s|830000 |150528 |     0 |   0.0 | 170M| 141 |   - | 253 |  35k|   0 |   0 |   0 | 863k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
564.80/564.82	c   538s|840000 |144901 |     0 |   0.0 | 170M| 141 |   - | 253 |  37k|   0 |   0 |   0 | 885k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
592.40/592.40	c   565s|850000 |139263 |     0 |   0.0 | 169M| 141 |   - | 253 |  38k|   0 |   0 |   0 | 907k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
621.41/621.44	c   593s|860000 |133158 |     0 |   0.0 | 167M| 141 |   - | 253 |  42k|   0 |   0 |   0 | 930k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
653.11/653.14	c   624s|870000 |126370 |     0 |   0.0 | 165M| 141 |   - | 253 |  45k|   0 |   0 |   0 | 953k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
691.00/691.04	c   661s|880000 |116311 |     0 |   0.0 | 158M| 141 |   - | 253 |  49k|   0 |   0 |   0 | 979k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
724.01/724.06	c   694s|890000 |109810 |     0 |   0.0 | 149M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1003k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
751.61/751.67	c   721s|900000 |104468 |     0 |   0.0 | 148M| 141 |   - | 253 |  39k|   0 |   0 |   0 |1028k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
787.31/787.32	c   756s|910000 | 98610 |     0 |   0.0 | 146M| 141 |   - | 253 |  48k|   0 |   0 |   0 |1054k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
828.32/828.30	c   796s|920000 | 92478 |     0 |   0.0 | 143M| 141 |   - | 253 |  56k|   0 |   0 |   0 |1078k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
875.22/875.27	c   843s|930000 | 84901 |     0 |   0.0 | 138M| 141 |   - | 253 |  62k|   0 |   0 |   0 |1104k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
924.61/924.65	c   892s|940000 | 76897 |     0 |   0.0 | 124M| 141 |   - | 253 |  56k|   0 |   0 |   0 |1129k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
977.42/977.44	c   944s|950000 | 65707 |     0 |   0.0 | 109M| 141 |   - | 253 |  58k|   0 |   0 |   0 |1158k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
988.21/988.29	c   954s|960000 | 71587 |     0 |   0.0 | 101M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1166k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
997.32/997.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
997.32/997.34	c   963s|970000 | 71805 |     0 |   0.0 |  97M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1182k|   0 | 6.000000e+00 | 5.700000e+01 | 850.00%
1005.52/1005.56	c   971s|980000 | 72856 |     0 |   0.0 |  98M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1196k|   0 | 6.000000e+00 | 5.700000e+01 | 850.00%
1014.02/1014.00	c   979s|990000 | 73703 |     0 |   0.0 |  99M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1211k|   0 | 6.000000e+00 | 5.700000e+01 | 850.00%
1022.12/1022.19	o 53
1022.12/1022.19	c * 987s|998342 | 70468 |     0 |   0.0 |  92M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1225k|   0 | 6.000000e+00 | 5.300000e+01 | 783.33%
1024.03/1024.03	c   988s|  1000k| 69807 |     0 |   0.0 |  92M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1228k|   0 | 6.000000e+00 | 5.300000e+01 | 783.33%
1028.02/1028.09	c   992s|  1010k| 75789 |     0 |   0.0 |  94M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1237k|   0 | 6.000000e+00 | 5.300000e+01 | 783.33%
1032.01/1032.10	c   996s|  1020k| 81478 |     0 |   0.0 |  98M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1247k|   0 | 6.000000e+00 | 5.300000e+01 | 783.33%
1039.22/1039.21	c  1002s|  1030k| 83644 |     0 |   0.0 | 103M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1261k|   0 | 6.000000e+00 | 5.300000e+01 | 783.33%
1047.71/1047.70	c  1010s|  1040k| 83385 |     0 |   0.0 | 102M| 141 |   - | 253 |8779 |   0 |   0 |   0 |1277k|   0 | 6.000000e+00 | 5.300000e+01 | 783.33%
1055.52/1055.56	c  1018s|  1050k| 82925 |     0 |   0.0 | 104M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1295k|   0 | 6.000000e+00 | 5.300000e+01 | 783.33%
1065.22/1065.27	c  1027s|  1060k| 81261 |     0 |   0.0 | 103M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1315k|   0 | 6.000000e+00 | 5.300000e+01 | 783.33%
1070.81/1070.82	c  1032s|  1070k| 85455 |     0 |   0.0 | 106M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1325k|   0 | 6.000000e+00 | 5.300000e+01 | 783.33%
1076.32/1076.32	c  1038s|  1080k| 89888 |     0 |   0.0 | 110M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1337k|   0 | 6.000000e+00 | 5.300000e+01 | 783.33%
1082.62/1082.64	c  1044s|  1090k| 93549 |     0 |   0.0 | 114M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1349k|   0 | 6.000000e+00 | 5.300000e+01 | 783.33%
1090.02/1090.03	c  1051s|  1100k| 96387 |     0 |   0.0 | 118M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1362k|   0 | 6.000000e+00 | 5.300000e+01 | 783.33%
1099.31/1099.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1099.31/1099.34	c  1059s|  1110k| 98083 |     0 |   0.0 | 122M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1377k|   0 | 6.000000e+00 | 5.300000e+01 | 783.33%
1110.42/1110.49	c  1070s|  1120k| 98530 |     0 |   0.0 | 125M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1394k|   0 | 6.000000e+00 | 5.300000e+01 | 783.33%
1123.72/1123.71	c  1083s|  1130k| 97702 |     0 |   0.0 | 128M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1412k|   0 | 6.000000e+00 | 5.300000e+01 | 783.33%
1140.02/1140.05	c  1099s|  1140k| 94293 |     0 |   0.0 | 127M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1431k|   0 | 6.000000e+00 | 5.300000e+01 | 783.33%
1153.62/1153.67	c  1112s|  1150k| 91235 |     0 |   0.0 | 123M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1453k|   0 | 6.000000e+00 | 5.300000e+01 | 783.33%
1156.72/1156.79	o 40
1156.72/1156.79	c *1115s|  1152k| 85498 |     0 |   0.0 | 118M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1458k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1164.22/1164.27	c  1122s|  1160k| 86372 |     0 |   0.0 | 117M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1470k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1173.42/1173.44	c  1131s|  1170k| 87661 |     0 |   0.0 | 121M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1487k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1186.82/1186.83	c  1144s|  1180k| 86685 |     0 |   0.0 | 124M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1506k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1202.42/1202.48	c  1159s|  1190k| 84547 |     0 |   0.0 | 126M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1526k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1219.42/1219.41	c  1176s|  1200k| 81652 |     0 |   0.0 | 127M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1547k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1239.12/1239.14	c  1195s|  1210k| 77027 |     0 |   0.0 | 126M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1569k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1262.32/1262.36	c  1218s|  1220k| 69868 |     0 |   0.0 | 121M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1592k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1281.53/1281.53	c  1236s|  1230k| 65069 |     0 |   0.0 | 106M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1612k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1284.02/1284.03	c  1239s|  1240k| 72556 |     0 |   0.0 | 108M| 141 |   - | 253 |7199 |   0 |   0 |   0 |1618k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1288.53/1288.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1288.53/1288.58	c  1243s|  1250k| 75236 |     0 |   0.0 | 110M| 141 |   - | 253 |9412 |   0 |   0 |   0 |1632k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1306.13/1306.15	c  1260s|  1260k| 64476 |     0 |   0.0 | 101M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1659k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1321.32/1321.32	c  1275s|  1270k| 60722 |     0 |   0.0 |  84M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1676k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1324.62/1324.66	c  1278s|  1280k| 67352 |     0 |   0.0 |  87M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1683k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1328.22/1328.27	c  1281s|  1290k| 73530 |     0 |   0.0 |  91M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1690k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1332.03/1332.10	c  1284s|  1300k| 79098 |     0 |   0.0 |  94M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1699k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1336.43/1336.49	c  1288s|  1310k| 83739 |     0 |   0.0 |  97M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1710k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1342.22/1342.22	c  1294s|  1320k| 86715 |     0 |   0.0 |  99M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1723k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
1348.53/1348.54	c  1300s|  1330k| 89204 |     0 |   0.0 | 102M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1738k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1354.53/1354.56	c  1305s|  1340k| 92904 |     0 |   0.0 | 102M| 141 |   - | 253 |6714 |   0 |   0 |   0 |1751k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1356.83/1356.81	c  1307s|  1350k|100144 |     0 |   0.0 | 106M| 141 |   - | 253 |6393 |   0 |   0 |   0 |1758k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1360.12/1360.14	c  1310s|  1360k|105338 |     0 |   0.0 | 111M| 141 |   - | 253 |7802 |   0 |   0 |   0 |1768k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1364.63/1364.67	c  1314s|  1370k|109822 |     0 |   0.0 | 116M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1781k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1370.92/1370.99	c  1320s|  1380k|113387 |     0 |   0.0 | 121M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1797k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1378.63/1378.67	c  1328s|  1390k|116716 |     0 |   0.0 | 125M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1813k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1387.43/1387.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1387.43/1387.44	c  1336s|  1400k|119688 |     0 |   0.0 | 129M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1829k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1397.32/1397.37	c  1346s|  1410k|122116 |     0 |   0.0 | 133M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1844k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1407.42/1407.44	c  1355s|  1420k|124281 |     0 |   0.0 | 136M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1860k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1417.63/1417.60	c  1365s|  1430k|125906 |     0 |   0.0 | 139M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1876k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1428.32/1428.31	c  1375s|  1440k|126833 |     0 |   0.0 | 142M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1894k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1439.63/1439.67	c  1386s|  1450k|127186 |     0 |   0.0 | 145M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1912k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1452.03/1452.06	c  1398s|  1460k|126823 |     0 |   0.0 | 147M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1931k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1465.53/1465.56	c  1411s|  1470k|126020 |     0 |   0.0 | 149M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1951k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1481.22/1481.25	c  1427s|  1480k|123908 |     0 |   0.0 | 149M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1973k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1487.23/1487.24	c  1432s|  1490k|129551 |     0 |   0.0 | 147M| 141 |   - | 253 |9477 |   0 |   0 |   0 |1983k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1491.12/1491.10	c  1436s|  1500k|135432 |     0 |   0.0 | 152M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1992k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1495.23/1495.26	c  1440s|  1510k|140901 |     0 |   0.0 | 156M| 141 |   - | 253 |  11k|   0 |   0 |   0 |2003k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1500.03/1500.02	c  1444s|  1520k|145641 |     0 |   0.0 | 161M| 141 |   - | 253 |  11k|   0 |   0 |   0 |2014k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1505.22/1505.27	c  1449s|  1530k|149745 |     0 |   0.0 | 165M| 141 |   - | 253 |  13k|   0 |   0 |   0 |2025k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1511.63/1511.62	c  1455s|  1540k|152852 |     0 |   0.0 | 169M| 141 |   - | 253 |  14k|   0 |   0 |   0 |2040k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1519.13/1519.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1519.13/1519.18	c  1462s|  1550k|154678 |     0 |   0.0 | 173M| 141 |   - | 253 |  18k|   0 |   0 |   0 |2057k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1523.12/1523.17	c  1466s|  1560k|160354 |     0 |   0.0 | 174M| 141 |   - | 253 |9359 |   0 |   0 |   0 |2065k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1532.12/1532.20	c  1474s|  1570k|160675 |     0 |   0.0 | 179M| 141 |   - | 253 |  18k|   0 |   0 |   0 |2085k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1546.63/1546.66	c  1488s|  1580k|159218 |     0 |   0.0 | 183M| 141 |   - | 253 |  25k|   0 |   0 |   0 |2108k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1564.52/1564.59	c  1506s|  1590k|157588 |     0 |   0.0 | 186M| 141 |   - | 253 |  31k|   0 |   0 |   0 |2130k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1586.03/1586.04	c  1527s|  1600k|155766 |     0 |   0.0 | 189M| 141 |   - | 253 |  36k|   0 |   0 |   0 |2153k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1609.73/1609.78	c  1550s|  1610k|154014 |     0 |   0.0 | 190M| 141 |   - | 253 |  39k|   0 |   0 |   0 |2175k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1634.83/1634.81	c  1575s|  1620k|151979 |     0 |   0.0 | 191M| 141 |   - | 253 |  40k|   0 |   0 |   0 |2197k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1662.23/1662.22	c  1602s|  1630k|148959 |     0 |   0.0 | 190M| 141 |   - | 253 |  40k|   0 |   0 |   0 |2221k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1684.23/1684.24	o 23
1684.23/1684.24	c *1623s|  1637k|110435 |     0 |   0.0 | 139M| 141 |   - | 253 |  38k|   0 |   0 |   0 |2240k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1692.03/1692.03	c  1631s|  1640k|108551 |     0 |   0.0 | 137M| 141 |   - | 253 |  34k|   0 |   0 |   0 |2246k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1720.44/1720.47	c  1659s|  1650k|101033 |     0 |   0.0 | 122M| 141 |   - | 253 |  11k|   0 |   0 |   0 |2274k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1727.93/1727.98	c  1666s|  1660k|102952 |     0 |   0.0 | 125M| 141 |   - | 253 |  12k|   0 |   0 |   0 |2291k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1736.93/1736.94	c  1674s|  1670k|103538 |     0 |   0.0 | 128M| 141 |   - | 253 |  14k|   0 |   0 |   0 |2309k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1746.63/1746.61	c  1684s|  1680k|103846 |     0 |   0.0 | 131M| 141 |   - | 253 |  16k|   0 |   0 |   0 |2327k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1758.33/1758.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1758.33/1758.30	c  1695s|  1690k|102815 |     0 |   0.0 | 133M| 141 |   - | 253 |  18k|   0 |   0 |   0 |2347k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1771.23/1771.27	c  1707s|  1700k|101223 |     0 |   0.0 | 135M| 141 |   - | 253 |  20k|   0 |   0 |   0 |2368k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1786.03/1786.04	c  1722s|  1710k| 98699 |     0 |   0.0 | 136M| 141 |   - | 253 |  22k|   0 |   0 |   0 |2390k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1735.26
1800.04/1800.00	c Solving Nodes      : 1718946
1800.04/1800.00	c Primal Bound       : +2.30000000000000e+01 (11 solutions)
1800.04/1800.00	c Dual Bound         : +9.00000000000000e+00
1800.04/1800.00	c Gap                : 155.56 %
1800.04/1800.00	s SATISFIABLE
1800.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/1800.00	v -x4 -x3 -x2 -x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time       :    1735.26
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-2693929-1277897740.wbo
1800.04/1800.00	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.04/1800.00	c   Constraints      : 144 initial, 144 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-2693929-1277897740.wbo
1800.04/1800.00	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.04/1800.00	c   Constraints      : 130 initial, 71041 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.00          0          0          0         42          0         14          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :         42          0    4778743          0    1053766       4851     632268          0          0          0
1800.04/1800.00	c   knapsack         :          1          0    5365332          0    1166688     111293   18663684          0          0          0
1800.04/1800.00	c   setppc           :         39          0    5254006          0    1166680     472082    6290727          0          0          0
1800.04/1800.00	c   linear           :         42          0    4781932          0    1166677     162953    3684573          0          0          0
1800.04/1800.00	c   logicor          :          6+         0    2315782          0    1159572      44398    1070269          0          0          0
1800.04/1800.00	c   bounddisjunction :          0+         0     122849          0          0          2      13003          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0    1166688          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c   indicator        :       1.45       0.00       0.77       0.00       0.68
1800.04/1800.00	c   knapsack         :     165.14       0.00     162.84       0.00       2.30
1800.04/1800.00	c   setppc           :      33.38       0.00      29.15       0.00       4.23
1800.04/1800.00	c   linear           :      35.24       0.00      35.12       0.00       0.12
1800.04/1800.00	c   logicor          :     749.90       0.00     749.66       0.00       0.24
1800.04/1800.00	c   bounddisjunction :       0.12       0.00       0.12       0.00       0.00
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :       0.00          2          0          0
1800.04/1800.00	c   rootredcost      :       0.00          0          0          0
1800.04/1800.00	c   pseudoobj        :       5.98    5371976       1987     485263
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :      24.61     792715     792648    4225852       21.4     190709       12.7          -
1800.04/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00         49         49        193       18.0         19       13.8          -
1800.04/1800.00	c   applied globally :          -          -          -    2386523       16.0          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -      23581       36.0          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       8.08    1166677          0          0          0          0    2333354
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.26          -         11
1800.04/1800.00	c   oneopt           :       0.06          0          0
1800.04/1800.00	c   trivial          :       0.00          2          0
1800.04/1800.00	c   simplerounding   :       0.00          0          0
1800.04/1800.00	c   zirounding       :       0.00          0          0
1800.04/1800.00	c   rounding         :       0.00          0          0
1800.04/1800.00	c   shifting         :       0.00          0          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.00          0          0
1800.04/1800.00	c   coefdiving       :       0.00          0          0
1800.04/1800.00	c   pscostdiving     :       0.00          0          0
1800.04/1800.00	c   fracdiving       :       0.00          0          0
1800.04/1800.00	c   veclendiving     :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :       0.00          0          0
1800.04/1800.00	c   rootsoldiving    :       0.00          0          0
1800.04/1800.00	c   linesearchdiving :       0.00          0          0
1800.04/1800.00	c   guideddiving     :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.00          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   crossover        :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   nlp              :       0.01          0          0
1800.04/1800.00	c   trysol           :       0.00          1          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :    1718946
1800.04/1800.00	c   nodes (total)    :    1718946
1800.04/1800.00	c   nodes left       :      96682
1800.04/1800.00	c   max depth        :        141
1800.04/1800.00	c   max depth (total):        141
1800.04/1800.00	c   backtracks       :     605711 (35.2%)
1800.04/1800.00	c   delayed cutoffs  :     391755
1800.04/1800.00	c   repropagations   :    2014665 (8313082 domain reductions, 245357 cutoffs)
1800.04/1800.00	c   avg switch length:      22.73
1800.04/1800.00	c   switching time   :     538.29
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :         11 (11 improvements)
1800.04/1800.00	c   First Solution   : +3.88000000000000e+02   (in run 1, after 17671 nodes, 2.41 seconds, depth 90, found by <relaxation>)
1800.04/1800.00	c   Primal Bound     : +2.30000000000000e+01   (in run 1, after 1637833 nodes, 1623.13 seconds, depth 49, found by <relaxation>)
1800.04/1800.00	c   Dual Bound       : +9.00000000000000e+00
1800.04/1800.00	c   Gap              :     155.56 %
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :          0
1800.24/1800.28	c Time complete: 1800.31.

Verifier Data

OK	23

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 10817
/proc/meminfo: memFree=31224724/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=8268 CPUtime=0
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 1544 0 0 0 0 0 0 0 21 0 1 0 131072050 8466432 1466 4089446400 4194304 7136930 140734934904976 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10817/statm: 2067 1466 275 719 0 1346 0

[startup+0.049134 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 10817
/proc/meminfo: memFree=31224724/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=12284 CPUtime=0.04
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 4610 0 0 0 3 1 0 0 21 0 1 0 131072050 12578816 2380 4089446400 4194304 7136930 140734934904976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 3071 2381 403 719 0 2350 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12284

[startup+0.101123 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 10817
/proc/meminfo: memFree=31224724/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=12812 CPUtime=0.09
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 4734 0 0 0 7 2 0 0 21 0 1 0 131072050 13119488 2504 4089446400 4194304 7136930 140734934904976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 3203 2504 403 719 0 2482 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12812

[startup+0.301088 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 10817
/proc/meminfo: memFree=31224724/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=14388 CPUtime=0.3
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 5142 0 0 0 23 7 0 0 21 0 1 0 131072050 14733312 2912 4089446400 4194304 7136930 140734934904976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 3597 2912 403 719 0 2876 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 14388

[startup+0.701016 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 10817
/proc/meminfo: memFree=31224724/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=16912 CPUtime=0.69
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 5788 0 0 0 55 14 0 0 22 0 1 0 131072050 17317888 3558 4089446400 4194304 7136930 140734934904976 18446744073709551615 4854246 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 4228 3558 403 719 0 3507 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16912

[startup+1.50088 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10818
/proc/meminfo: memFree=31210952/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=21292 CPUtime=1.49
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 6871 0 0 0 127 22 0 0 25 0 1 0 131072050 21803008 4641 4089446400 4194304 7136930 140734934904976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 5323 4641 403 719 0 4602 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21292

[startup+3.10059 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10818
/proc/meminfo: memFree=31205868/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=25536 CPUtime=3.09
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 7943 0 0 0 268 41 0 0 25 0 1 0 131072050 26148864 5713 4089446400 4194304 7136930 140734934904976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 6384 5713 403 719 0 5663 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25536

[startup+6.30103 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10818
/proc/meminfo: memFree=31197812/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=33812 CPUtime=6.29
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 10027 0 0 0 553 76 0 0 25 0 1 0 131072050 34623488 7797 4089446400 4194304 7136930 140734934904976 18446744073709551615 4431762 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 8453 7797 403 719 0 7732 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33812

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10818
/proc/meminfo: memFree=31185768/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=44516 CPUtime=12.7
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 12729 0 0 0 1149 121 0 0 25 0 1 0 131072050 45584384 10499 4089446400 4194304 7136930 140734934904976 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 11129 10499 403 719 0 10408 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 44516

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10818
/proc/meminfo: memFree=31164084/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=65188 CPUtime=25.49
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 17984 0 0 0 2309 240 0 0 25 0 1 0 131072050 66752512 15754 4089446400 4194304 7136930 140734934904976 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 16297 15754 403 719 0 15576 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65188

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10819
/proc/meminfo: memFree=31145556/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=84260 CPUtime=51.09
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 22680 0 0 0 4760 349 0 0 25 0 1 0 131072050 86282240 20450 4089446400 4194304 7136930 140734934904976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 21065 20450 403 719 0 20344 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84260

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10820
/proc/meminfo: memFree=31075700/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=148972 CPUtime=102.3
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 38642 0 0 0 9477 753 0 0 25 0 1 0 131072050 152547328 36412 4089446400 4194304 7136930 140734934904976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 37243 36412 404 719 0 36522 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 148972

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10822
/proc/meminfo: memFree=31063500/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=159708 CPUtime=162.3
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 41174 0 0 0 15264 966 0 0 25 0 1 0 131072050 163540992 38944 4089446400 4194304 7136930 140734934904976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 39927 38944 406 719 0 39206 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 159708

[startup+222.301 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 10875
/proc/meminfo: memFree=31398516/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=217636 CPUtime=222.3
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 54966 0 0 0 20753 1477 0 0 25 0 1 0 131072050 222859264 52736 4089446400 4194304 7136930 140734934904976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 54409 52736 406 719 0 53688 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 217636

[startup+282.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 10877
/proc/meminfo: memFree=31328828/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=256536 CPUtime=282.3
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 64804 0 0 0 26343 1887 0 0 25 0 1 0 131072050 262692864 62574 4089446400 4194304 7136930 140734934904976 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 64134 62574 406 719 0 63413 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 256536

[startup+342.301 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 10878
/proc/meminfo: memFree=31270100/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=264660 CPUtime=342.3
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 66791 0 0 0 32032 2198 0 0 25 0 1 0 131072050 271011840 64561 4089446400 4194304 7136930 140734934904976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 66165 64561 406 719 0 65444 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 264660

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 10879
/proc/meminfo: memFree=31220076/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=267244 CPUtime=402.3
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 67425 0 0 0 37863 2367 0 0 25 0 1 0 131072050 273657856 65195 4089446400 4194304 7136930 140734934904976 18446744073709551615 5956892 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 66811 65195 406 719 0 66090 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 267244

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10881
/proc/meminfo: memFree=31193496/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=269360 CPUtime=462.31
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 67841 0 0 0 43726 2505 0 0 25 0 1 0 131072050 275824640 65611 4089446400 4194304 7136930 140734934904976 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 67340 65611 406 719 0 66619 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 269360

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10937
/proc/meminfo: memFree=31335656/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=270712 CPUtime=522.31
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 68200 0 0 0 49594 2637 0 0 25 0 1 0 131072050 277209088 65970 4089446400 4194304 7136930 140734934904976 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 67678 65970 406 719 0 66957 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 270712

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10939
/proc/meminfo: memFree=31280780/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=272008 CPUtime=582.31
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 68463 0 0 0 55465 2766 0 0 25 0 1 0 131072050 278536192 66233 4089446400 4194304 7136930 140734934904976 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 68002 66233 406 719 0 67281 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 272008

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10940
/proc/meminfo: memFree=31258032/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=276456 CPUtime=642.31
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 69521 0 0 0 61343 2888 0 0 25 0 1 0 131072050 283090944 67291 4089446400 4194304 7136930 140734934904976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 69114 67291 406 719 0 68393 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 276456

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10947
/proc/meminfo: memFree=31185448/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=282244 CPUtime=882.31
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 70859 0 0 0 84973 3258 0 0 25 0 1 0 131072050 289017856 68629 4089446400 4194304 7136930 140734934904976 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 70561 68629 406 719 0 69840 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 282244

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10947
/proc/meminfo: memFree=31181432/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=286488 CPUtime=942.31
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 71604 0 0 0 90903 3328 0 0 25 0 1 0 131072050 293363712 69374 4089446400 4194304 7136930 140734934904976 18446744073709551615 5000537 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 71622 69374 406 719 0 70901 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 286488

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10949
/proc/meminfo: memFree=31181528/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=286488 CPUtime=1002.32
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 71604 0 0 0 96762 3470 0 0 25 0 1 0 131072050 293363712 69374 4089446400 4194304 7136930 140734934904976 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 71622 69374 406 719 0 70901 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 286488

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10951
/proc/meminfo: memFree=31179120/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=286488 CPUtime=1062.32
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 71604 0 0 0 102432 3800 0 0 25 0 1 0 131072050 293363712 69374 4089446400 4194304 7136930 140734934904976 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 71622 69374 406 719 0 70901 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 286488

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10953
/proc/meminfo: memFree=31177956/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=286488 CPUtime=1122.32
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 71638 0 0 0 108165 4067 0 0 25 0 1 0 131072050 293363712 69408 4089446400 4194304 7136930 140734934904976 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 71622 69408 406 719 0 70901 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 286488

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10955
/proc/meminfo: memFree=31177796/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=286488 CPUtime=1182.32
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 71642 0 0 0 113956 4276 0 0 25 0 1 0 131072050 293363712 69412 4089446400 4194304 7136930 140734934904976 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 71622 69412 406 719 0 70901 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 286488

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10956
/proc/meminfo: memFree=31177260/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=286728 CPUtime=1242.32
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 71699 0 0 0 119808 4424 0 0 25 0 1 0 131072050 293609472 69469 4089446400 4194304 7136930 140734934904976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 71682 69469 406 719 0 70961 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 286728

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10957
/proc/meminfo: memFree=31176456/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=286728 CPUtime=1302.33
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 71711 0 0 0 125608 4625 0 0 25 0 1 0 131072050 293609472 69481 4089446400 4194304 7136930 140734934904976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 71682 69481 406 719 0 70961 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 286728

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10959
/proc/meminfo: memFree=31176548/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=286728 CPUtime=1362.33
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 71711 0 0 0 131227 5006 0 0 25 0 1 0 131072050 293609472 69481 4089446400 4194304 7136930 140734934904976 18446744073709551615 4227218 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 71682 69481 406 719 0 70961 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 286728

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10961
/proc/meminfo: memFree=31174896/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=288044 CPUtime=1422.33
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 72008 0 0 0 136960 5273 0 0 25 0 1 0 131072050 294957056 69778 4089446400 4194304 7136930 140734934904976 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 72011 69778 406 719 0 71290 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 288044

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10963
/proc/meminfo: memFree=31174744/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=288272 CPUtime=1482.32
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 72040 0 0 0 142754 5478 0 0 25 0 1 0 131072050 295190528 69810 4089446400 4194304 7136930 140734934904976 18446744073709551615 4212303 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 72068 69810 406 719 0 71347 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 288272

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10973
/proc/meminfo: memFree=31165892/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=296468 CPUtime=1542.33
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 74105 0 0 0 148404 5829 0 0 25 0 1 0 131072050 303583232 71875 4089446400 4194304 7136930 140734934904976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 74117 71875 406 719 0 73396 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 296468

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10974
/proc/meminfo: memFree=31162752/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=297492 CPUtime=1602.33
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 74400 0 0 0 154271 5962 0 0 25 0 1 0 131072050 304631808 72170 4089446400 4194304 7136930 140734934904976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 74373 72170 406 719 0 73652 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 297492

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10976
/proc/meminfo: memFree=31159872/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=298900 CPUtime=1662.32
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 74727 0 0 0 160167 6065 0 0 25 0 1 0 131072050 306073600 72497 4089446400 4194304 7136930 140734934904976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 74725 72497 406 719 0 74004 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 298900

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10978
/proc/meminfo: memFree=31159712/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=298900 CPUtime=1722.33
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 74743 0 0 0 166051 6182 0 0 25 0 1 0 131072050 306073600 72513 4089446400 4194304 7136930 140734934904976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 74725 72513 406 719 0 74004 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 298900

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10980
/proc/meminfo: memFree=31157192/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=298900 CPUtime=1782.33
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 74748 0 0 0 171810 6423 0 0 25 0 1 0 131072050 306073600 72518 4089446400 4194304 7136930 140734934904976 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 74725 72518 406 719 0 74004 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 298900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10980
/proc/meminfo: memFree=31157188/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=298900 CPUtime=1800.04
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 74748 0 0 0 173526 6478 0 0 25 0 1 0 131072050 306073600 72518 4089446400 4194304 7136930 140734934904976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10817/statm: 74725 72518 406 719 0 74004 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 298900

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.00 2.00 2.00 3/179 10980
/proc/meminfo: memFree=31157188/32951124 swapFree=67111528/67111528
[pid=10817] ppid=10815 vsize=298900 CPUtime=1800.24
/proc/10817/stat : 10817 (pbscip.linux.x8) R 10815 10817 8499 0 -1 4202496 74753 0 0 0 173546 6478 0 0 25 0 1 0 131072050 306073600 72523 4089446400 4194304 7136930 140734934904976 18446744073709551615 5003457 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10817/statm: 74725 72523 411 719 0 74004 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 298900

Child status: 0
Real time (s): 1800.28
CPU time (s): 1800.32
CPU user time (s): 1735.53
CPU system time (s): 64.7911
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 298900

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

runsolver used 3.22951 second user time and 5.9481 second system time

The end

Launcher Data

Begin job on node103 at 2010-06-30 13:35:40
IDJOB=2693929
IDBENCH=78815
IDSOLVER=1206
FILE ID=node103/2693929-1277897740
PBS_JOBID= 11197147
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.1111221203--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-2693929-1277897740/watcher-2693929-1277897740 -o /tmp/evaluation-result-2693929-1277897740/solver-2693929-1277897740 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693929-1277897740.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 31038ed21c293d8aaaa9cf75b77e2e78
RANDOM SEED=1377260463

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31225500 kB
Buffers:        180336 kB
Cached:         902920 kB
SwapCached:          0 kB
Active:         959124 kB
Inactive:       625580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31225500 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3172 kB
Writeback:           0 kB
AnonPages:      501452 kB
Mapped:          20432 kB
Slab:            77080 kB
PageTables:       6148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1657492 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 node103 at 2010-06-30 14:05:42