Trace number 2693922

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.37 1800.31

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111223220--soft-66-100-0.wbo
MD5SUM3199d968dfdc76b1f122b376f1cc0c5d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark0.221965
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 1230
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-2693922-1277897452.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.29/1.32	c   1.0s| 10000 |  7241 |     0 |   0.0 |6585k| 141 |   - | 253 |3435 |   0 |   0 |   0 |6592 |   0 | 0.000000e+00 |      --      |    Inf 
3.09/3.18	c   2.6s| 20000 | 13408 |     0 |   0.0 |  10M| 141 |   - | 253 |3043 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
5.40/5.50	c   4.6s| 30000 | 18707 |     0 |   0.0 |  16M| 141 |   - | 253 |6182 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
8.39/8.42	c   7.3s| 40000 | 23271 |     0 |   0.0 |  20M| 141 |   - | 253 |8491 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
12.29/12.39	c  10.9s| 50000 | 26172 |     0 |   0.0 |  25M| 141 |   - | 253 |  12k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
17.29/17.36	c  15.5s| 60000 | 27915 |     0 |   0.0 |  29M| 141 |   - | 253 |  15k|   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
18.70/18.75	c  16.6s| 70000 | 36244 |     0 |   0.0 |  30M| 141 |   - | 253 |2319 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
19.99/20.00	c  17.6s| 80000 | 44172 |     0 |   0.0 |  34M| 141 |   - | 253 |2866 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
21.79/21.82	c  19.1s| 90000 | 50700 |     0 |   0.0 |  38M| 141 |   - | 253 |4641 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
25.09/25.19	c  22.1s|100000 | 54153 |     0 |   0.0 |  42M| 141 |   - | 253 |6676 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
30.09/30.20	c  26.8s|110000 | 55252 |     0 |   0.0 |  47M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
36.40/36.47	c  32.7s|120000 | 55204 |     0 |   0.0 |  50M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
43.60/43.62	c  39.5s|130000 | 54327 |     0 |   0.0 |  53M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
51.89/51.97	c  47.5s|140000 | 52468 |     0 |   0.0 |  55M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
61.99/62.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.99/62.05	c  57.1s|150000 | 49719 |     0 |   0.0 |  56M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
64.20/64.28	c  59.1s|160000 | 57780 |     0 |   0.0 |  53M| 141 |   - | 253 |3184 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
65.69/65.72	c  60.2s|170000 | 65363 |     0 |   0.0 |  57M| 141 |   - | 253 |3421 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
67.29/67.30	c  61.5s|180000 | 72658 |     0 |   0.0 |  60M| 141 |   - | 253 |3515 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
68.99/69.05	c  63.0s|190000 | 79579 |     0 |   0.0 |  64M| 141 |   - | 253 |3868 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
70.89/70.90	c  64.5s|200000 | 86295 |     0 |   0.0 |  68M| 141 |   - | 253 |4217 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
72.90/72.90	c  66.2s|210000 | 92758 |     0 |   0.0 |  72M| 141 |   - | 253 |4550 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
74.99/75.05	c  68.0s|220000 | 98960 |     0 |   0.0 |  76M| 141 |   - | 253 |5055 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
77.29/77.30	c  70.0s|230000 |105029 |     0 |   0.0 |  80M| 141 |   - | 253 |5511 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
79.59/79.61	c  72.0s|240000 |111033 |     0 |   0.0 |  83M| 141 |   - | 253 |6046 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
82.10/82.10	c  74.2s|250000 |116754 |     0 |   0.0 |  87M| 141 |   - | 253 |6528 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
84.70/84.79	c  76.5s|260000 |122177 |     0 |   0.0 |  91M| 141 |   - | 253 |7050 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
87.69/87.70	c  79.1s|270000 |127256 |     0 |   0.0 |  95M| 141 |   - | 253 |7577 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
90.69/90.78	c  81.8s|280000 |132054 |     0 |   0.0 |  99M| 141 |   - | 253 |8213 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
93.99/94.04	c  84.8s|290000 |136527 |     0 |   0.0 | 102M| 141 |   - | 253 |8760 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
96.10/96.14	o 374
96.10/96.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
96.10/96.14	c *86.7s|295701 |138694 |     0 |   0.0 | 104M| 141 |   - | 253 |9267 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 3.740000e+02 |    Inf 
97.79/97.82	c  88.2s|300000 |140179 |     0 |   0.0 | 105M| 141 |   - | 253 |9305 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 3.740000e+02 |    Inf 
102.00/102.09	c  92.1s|310000 |142866 |     0 |   0.0 | 109M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 3.740000e+02 |    Inf 
111.00/111.07	c   101s|320000 |138932 |     0 |   0.0 | 108M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 290k|   0 | 0.000000e+00 | 3.740000e+02 |    Inf 
124.90/124.98	c   114s|330000 |132544 |     0 |   0.0 | 103M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 315k|   0 | 0.000000e+00 | 3.740000e+02 |    Inf 
136.30/136.37	c   125s|340000 |131607 |     0 |   0.0 |  94M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 329k|   0 | 0.000000e+00 | 3.740000e+02 |    Inf 
139.19/139.20	c   128s|350000 |137425 |     0 |   0.0 |  95M| 141 |   - | 253 |5135 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 | 3.740000e+02 |    Inf 
141.80/141.81	c   130s|360000 |143014 |     0 |   0.0 |  99M| 141 |   - | 253 |5697 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 | 3.740000e+02 |    Inf 
144.49/144.52	c   132s|370000 |148490 |     0 |   0.0 | 103M| 141 |   - | 253 |6192 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 | 3.740000e+02 |    Inf 
145.10/145.14	o 330
145.10/145.14	c * 133s|372219 |149688 |     0 |   0.0 | 103M| 141 |   - | 253 |6266 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 | 3.300000e+02 |    Inf 
147.19/147.27	c   135s|380000 |154018 |     0 |   0.0 | 106M| 141 |   - | 253 |6428 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 3.300000e+02 |    Inf 
150.10/150.11	c   137s|390000 |159374 |     0 |   0.0 | 109M| 141 |   - | 253 |6266 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 | 3.300000e+02 |    Inf 
152.90/152.95	c   140s|400000 |164631 |     0 |   0.0 | 112M| 141 |   - | 253 |6201 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 | 3.300000e+02 |    Inf 
155.69/155.79	c   142s|410000 |169827 |     0 |   0.0 | 115M| 141 |   - | 253 |6438 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 | 3.300000e+02 |    Inf 
158.50/158.54	c   145s|420000 |175230 |     0 |   0.0 | 118M| 141 |   - | 253 |6302 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 | 3.300000e+02 |    Inf 
161.50/161.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
161.50/161.52	c   148s|430000 |180175 |     0 |   0.0 | 121M| 141 |   - | 253 |6381 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 | 3.300000e+02 |    Inf 
164.39/164.48	c   150s|440000 |185162 |     0 |   0.0 | 124M| 141 |   - | 253 |6455 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 | 3.300000e+02 |    Inf 
167.40/167.40	o 287
167.40/167.40	c * 153s|449375 |189503 |     0 |   0.0 | 127M| 141 |   - | 253 |6574 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 | 2.870000e+02 |    Inf 
167.59/167.61	c   153s|450000 |189758 |     0 |   0.0 | 127M| 141 |   - | 253 |6702 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 | 2.870000e+02 |    Inf 
169.89/169.91	o 203
169.89/169.91	c * 155s|457001 |192593 |     0 |   0.0 | 129M| 141 |   - | 253 |6813 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
170.80/170.81	c   156s|460000 |194086 |     0 |   0.0 | 130M| 141 |   - | 253 |7001 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
174.10/174.11	c   159s|470000 |198497 |     0 |   0.0 | 132M| 141 |   - | 253 |7024 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
177.40/177.47	c   162s|480000 |202846 |     0 |   0.0 | 135M| 141 |   - | 253 |7191 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
180.90/180.95	c   166s|490000 |206895 |     0 |   0.0 | 138M| 141 |   - | 253 |7485 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
184.50/184.50	c   169s|500000 |210882 |     0 |   0.0 | 141M| 141 |   - | 253 |7618 |   0 |   0 |   0 | 426k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
188.00/188.08	c   172s|510000 |214811 |     0 |   0.0 | 144M| 141 |   - | 253 |7738 |   0 |   0 |   0 | 433k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
191.80/191.84	c   176s|520000 |218391 |     0 |   0.0 | 148M| 141 |   - | 253 |8482 |   0 |   0 |   0 | 441k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
195.59/195.66	c   179s|530000 |222010 |     0 |   0.0 | 151M| 141 |   - | 253 |8747 |   0 |   0 |   0 | 449k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
199.10/199.15	c   182s|540000 |226393 |     0 |   0.0 | 155M| 141 |   - | 253 |9206 |   0 |   0 |   0 | 456k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
203.00/203.06	c   186s|550000 |230179 |     0 |   0.0 | 159M| 141 |   - | 253 |9386 |   0 |   0 |   0 | 464k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
206.89/206.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
206.89/206.98	c   190s|560000 |233935 |     0 |   0.0 | 162M| 141 |   - | 253 |9564 |   0 |   0 |   0 | 471k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
210.70/210.72	c   193s|570000 |238062 |     0 |   0.0 | 165M| 141 |   - | 253 |9903 |   0 |   0 |   0 | 479k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
214.60/214.60	c   197s|580000 |241998 |     0 |   0.0 | 169M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 486k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
218.70/218.75	c   201s|590000 |245655 |     0 |   0.0 | 172M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 494k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
223.00/223.04	c   205s|600000 |249114 |     0 |   0.0 | 175M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 503k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
227.20/227.24	c   209s|610000 |252830 |     0 |   0.0 | 178M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 511k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
231.50/231.57	c   213s|620000 |256474 |     0 |   0.0 | 182M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 519k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
236.00/236.09	c   217s|630000 |259917 |     0 |   0.0 | 185M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 528k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
240.70/240.75	c   221s|640000 |263103 |     0 |   0.0 | 188M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 536k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
245.59/245.62	c   226s|650000 |266133 |     0 |   0.0 | 191M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 546k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
250.40/250.49	c   230s|660000 |269179 |     0 |   0.0 | 194M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 555k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
255.50/255.55	c   235s|670000 |272103 |     0 |   0.0 | 197M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 564k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
261.00/261.08	c   240s|680000 |274524 |     0 |   0.0 | 200M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 574k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
267.31/267.34	c   246s|690000 |275973 |     0 |   0.0 | 203M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 586k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
275.00/275.09	c   253s|700000 |275704 |     0 |   0.0 | 205M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 599k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
281.00/281.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
281.00/281.01	c   259s|710000 |279508 |     0 |   0.0 | 205M| 141 |   - | 253 |9613 |   0 |   0 |   0 | 607k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
283.30/283.39	o 146
283.30/283.39	c * 261s|716778 |276385 |     0 |   0.0 | 202M| 141 |   - | 253 |8673 |   0 |   0 |   0 | 611k|   0 | 1.000000e+00 | 1.460000e+02 |  Large 
283.40/283.40	o 98
283.40/283.40	c * 261s|716779 |268443 |     0 |   0.0 | 197M| 141 |   - | 253 |8673 |   0 |   0 |   0 | 611k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
284.70/284.80	c   262s|720000 |269614 |     0 |   0.0 | 198M| 141 |   - | 253 |8335 |   0 |   0 |   0 | 613k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
289.60/289.68	c   267s|730000 |272287 |     0 |   0.0 | 202M| 141 |   - | 253 |8871 |   0 |   0 |   0 | 622k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
294.50/294.57	c   271s|740000 |275348 |     0 |   0.0 | 206M| 141 |   - | 253 |9867 |   0 |   0 |   0 | 630k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
299.80/299.83	c   276s|750000 |278001 |     0 |   0.0 | 209M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 638k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
305.40/305.50	c   281s|760000 |280276 |     0 |   0.0 | 213M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 647k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
310.99/311.08	c   287s|770000 |282911 |     0 |   0.0 | 216M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 655k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
316.60/316.61	c   292s|780000 |285568 |     0 |   0.0 | 220M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 664k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
322.50/322.52	c   297s|790000 |287643 |     0 |   0.0 | 223M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 673k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
328.50/328.59	c   303s|800000 |289680 |     0 |   0.0 | 226M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 682k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
335.10/335.13	c   309s|810000 |290919 |     0 |   0.0 | 229M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 692k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
341.50/341.50	c   315s|820000 |292605 |     0 |   0.0 | 232M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 702k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
348.40/348.42	c   322s|830000 |293770 |     0 |   0.0 | 234M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 712k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
355.80/355.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
355.80/355.80	c   329s|840000 |294449 |     0 |   0.0 | 237M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 723k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
362.90/362.91	c   335s|850000 |295405 |     0 |   0.0 | 239M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 733k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
370.20/370.20	c   342s|860000 |296163 |     0 |   0.0 | 242M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 744k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
377.70/377.78	c   349s|870000 |296741 |     0 |   0.0 | 244M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 755k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
385.20/385.22	c   356s|880000 |297629 |     0 |   0.0 | 246M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 765k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
392.90/392.90	c   364s|890000 |298320 |     0 |   0.0 | 248M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 776k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
401.10/401.19	c   372s|900000 |298195 |     0 |   0.0 | 250M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 788k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
409.40/409.43	c   379s|910000 |298313 |     0 |   0.0 | 252M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 799k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
418.21/418.24	c   388s|920000 |297856 |     0 |   0.0 | 254M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 811k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
427.30/427.30	c   396s|930000 |297416 |     0 |   0.0 | 256M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 823k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
436.91/436.94	c   406s|940000 |296588 |     0 |   0.0 | 258M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 835k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
446.80/446.83	c   415s|950000 |295659 |     0 |   0.0 | 259M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 848k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
456.51/456.53	c   424s|960000 |295127 |     0 |   0.0 | 261M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 860k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
466.61/466.67	c   434s|970000 |294227 |     0 |   0.0 | 262M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 873k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
477.51/477.56	c   445s|980000 |292935 |     0 |   0.0 | 263M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 886k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
487.90/487.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
487.90/487.98	c   455s|990000 |292174 |     0 |   0.0 | 265M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 898k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
500.11/500.15	c   466s|  1000k|290097 |     0 |   0.0 | 265M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 912k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
511.31/511.33	c   477s|  1010k|288866 |     0 |   0.0 | 266M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 925k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
523.21/523.26	c   488s|  1020k|286948 |     0 |   0.0 | 266M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 939k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
536.51/536.57	c   501s|  1030k|283847 |     0 |   0.0 | 265M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 954k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
550.01/550.03	c   514s|  1040k|281677 |     0 |   0.0 | 262M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 968k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
557.50/557.56	o 88
557.50/557.56	c * 522s|  1046k|246441 |     0 |   0.0 | 237M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 977k|   0 | 1.000000e+00 | 8.800000e+01 |8700.00%
561.01/561.08	c   525s|  1050k|245431 |     0 |   0.0 | 236M| 141 |   - | 253 |9901 |   0 |   0 |   0 | 982k|   0 | 1.000000e+00 | 8.800000e+01 |8700.00%
571.11/571.16	c   534s|  1060k|241846 |     0 |   0.0 | 235M| 141 |   - | 253 |4267 |   0 |   0 |   0 | 996k|   0 | 1.000000e+00 | 8.800000e+01 |8700.00%
578.30/578.31	c   541s|  1070k|238210 |     0 |   0.0 | 234M| 141 |   - | 253 |6958 |   0 |   0 |   0 |1007k|   0 | 1.000000e+00 | 8.800000e+01 |8700.00%
580.31/580.32	o 57
580.31/580.32	c * 543s|  1072k|171448 |     0 |   0.0 | 183M| 141 |   - | 253 |6638 |   0 |   0 |   0 |1010k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
591.01/591.02	c   553s|  1080k|161672 |     0 |   0.0 | 182M| 141 |   - | 253 |9648 |   0 |   0 |   0 |1030k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
607.22/607.26	c   568s|  1090k|147371 |     0 |   0.0 | 176M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1057k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
625.21/625.27	c   586s|  1100k|132760 |     0 |   0.0 | 166M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1083k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
644.81/644.89	c   605s|  1110k|116156 |     0 |   0.0 | 153M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1111k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
647.82/647.86	o 40
647.82/647.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
647.82/647.86	c * 607s|  1111k|101720 |     0 |   0.0 | 140M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1115k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
662.91/662.99	c   622s|  1120k| 81991 |     0 |   0.0 | 120M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1143k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
679.71/679.73	c   638s|  1130k| 60269 |     0 |   0.0 |  92M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1173k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
691.11/691.13	c   649s|  1140k| 54710 |     0 |   0.0 |  74M| 141 |   - | 253 |5374 |   0 |   0 |   0 |1187k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
694.91/694.94	c   652s|  1150k| 57580 |     0 |   0.0 |  75M| 141 |   - | 253 |4346 |   0 |   0 |   0 |1196k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
700.11/700.14	c   657s|  1160k| 57158 |     0 |   0.0 |  74M| 141 |   - | 253 |5613 |   0 |   0 |   0 |1210k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
702.71/702.71	c   659s|  1170k| 63252 |     0 |   0.0 |  78M| 141 |   - | 253 |8122 |   0 |   0 |   0 |1217k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
706.32/706.36	c   663s|  1180k| 68232 |     0 |   0.0 |  84M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1225k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
711.51/711.55	c   667s|  1190k| 71803 |     0 |   0.0 |  89M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1235k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
718.21/718.27	c   674s|  1200k| 73860 |     0 |   0.0 |  92M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1247k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
726.71/726.78	c   682s|  1210k| 72348 |     0 |   0.0 |  90M| 141 |   - | 253 |7700 |   0 |   0 |   0 |1262k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
730.71/730.75	c   685s|  1220k| 76488 |     0 |   0.0 |  93M| 141 |   - | 253 |9768 |   0 |   0 |   0 |1272k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
735.71/735.73	c   690s|  1230k| 80421 |     0 |   0.0 |  99M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1284k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
742.92/742.93	c   697s|  1240k| 82854 |     0 |   0.0 | 103M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1297k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
752.01/752.06	c   706s|  1250k| 84119 |     0 |   0.0 | 108M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1311k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
763.32/763.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
763.32/763.38	c   716s|  1260k| 84326 |     0 |   0.0 | 112M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1327k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
777.81/777.81	c   730s|  1270k| 83105 |     0 |   0.0 | 115M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1343k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
795.32/795.36	c   748s|  1280k| 80840 |     0 |   0.0 | 116M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1361k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
814.12/814.16	c   766s|  1290k| 76842 |     0 |   0.0 | 107M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1379k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
819.92/819.90	c   771s|  1300k| 79514 |     0 |   0.0 | 110M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1392k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
832.42/832.44	c   783s|  1310k| 77735 |     0 |   0.0 | 114M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1412k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
850.12/850.20	c   801s|  1320k| 74478 |     0 |   0.0 | 115M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1433k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
872.92/872.95	c   823s|  1330k| 69115 |     0 |   0.0 | 114M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1455k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
901.22/901.27	c   851s|  1340k| 61034 |     0 |   0.0 | 108M| 141 |   - | 253 |  45k|   0 |   0 |   0 |1479k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
919.21/919.25	c   868s|  1350k| 61408 |     0 |   0.0 |  92M| 141 |   - | 253 |5030 |   0 |   0 |   0 |1491k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
921.32/921.38	c   870s|  1360k| 68316 |     0 |   0.0 |  96M| 141 |   - | 253 |5607 |   0 |   0 |   0 |1496k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
926.82/926.87	c   875s|  1370k| 69021 |     0 |   0.0 |  99M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1510k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
944.22/944.29	c   892s|  1380k| 60294 |     0 |   0.0 |  82M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1534k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
947.22/947.21	c   895s|  1390k| 67232 |     0 |   0.0 |  82M| 141 |   - | 253 |5924 |   0 |   0 |   0 |1540k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
950.12/950.14	c   898s|  1400k| 73325 |     0 |   0.0 |  86M| 141 |   - | 253 |7929 |   0 |   0 |   0 |1546k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
953.82/953.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
953.82/953.86	c   901s|  1410k| 78497 |     0 |   0.0 |  89M| 141 |   - | 253 |9127 |   0 |   0 |   0 |1554k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
958.32/958.32	c   905s|  1420k| 82996 |     0 |   0.0 |  94M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1563k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
963.12/963.11	c   910s|  1430k| 87232 |     0 |   0.0 |  98M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1573k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
968.32/968.34	c   914s|  1440k| 90864 |     0 |   0.0 | 102M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1584k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
974.62/974.70	c   920s|  1450k| 93135 |     0 |   0.0 | 107M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1597k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
982.12/982.11	c   927s|  1460k| 94856 |     0 |   0.0 | 109M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1610k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
985.72/985.75	c   931s|  1470k|100626 |     0 |   0.0 | 111M| 141 |   - | 253 |7660 |   0 |   0 |   0 |1616k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
989.32/989.38	c   934s|  1480k|105632 |     0 |   0.0 | 116M| 141 |   - | 253 |9887 |   0 |   0 |   0 |1625k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
994.22/994.22	c   939s|  1490k|109708 |     0 |   0.0 | 120M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1634k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1000.42/1000.44	c   944s|  1500k|112759 |     0 |   0.0 | 125M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1646k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1007.63/1007.60	c   951s|  1510k|115310 |     0 |   0.0 | 129M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1658k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1015.62/1015.68	c   959s|  1520k|117444 |     0 |   0.0 | 133M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1670k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1024.62/1024.60	c   967s|  1530k|119034 |     0 |   0.0 | 137M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1684k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1033.82/1033.80	c   976s|  1540k|120604 |     0 |   0.0 | 140M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1698k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1043.52/1043.58	c   985s|  1550k|121984 |     0 |   0.0 | 143M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1712k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1054.22/1054.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1054.22/1054.20	c   996s|  1560k|122927 |     0 |   0.0 | 146M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1726k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1065.42/1065.47	c  1007s|  1570k|123697 |     0 |   0.0 | 149M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1741k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1077.22/1077.25	c  1018s|  1580k|124123 |     0 |   0.0 | 151M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1757k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1089.82/1089.83	c  1030s|  1590k|123960 |     0 |   0.0 | 154M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1773k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1105.02/1105.00	c  1045s|  1600k|122313 |     0 |   0.0 | 155M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1792k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1117.73/1117.70	c  1057s|  1610k|123743 |     0 |   0.0 | 153M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1805k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1124.23/1124.27	c  1064s|  1620k|127707 |     0 |   0.0 | 156M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1815k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1131.63/1131.62	c  1071s|  1630k|129885 |     0 |   0.0 | 160M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1828k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1136.42/1136.40	c  1075s|  1640k|134826 |     0 |   0.0 | 163M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1836k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1144.22/1144.26	c  1083s|  1650k|136752 |     0 |   0.0 | 167M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1849k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1154.82/1154.90	c  1093s|  1660k|137162 |     0 |   0.0 | 171M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1864k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1168.23/1168.29	c  1106s|  1670k|136451 |     0 |   0.0 | 174M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1880k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1183.93/1183.92	c  1121s|  1680k|135228 |     0 |   0.0 | 176M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1896k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1201.43/1201.44	c  1138s|  1690k|133985 |     0 |   0.0 | 178M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1913k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1221.03/1221.06	c  1157s|  1700k|132362 |     0 |   0.0 | 179M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1930k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1242.03/1242.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1242.03/1242.09	c  1178s|  1710k|130688 |     0 |   0.0 | 180M| 141 |   - | 253 |  35k|   0 |   0 |   0 |1948k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1264.83/1264.81	c  1200s|  1720k|128357 |     0 |   0.0 | 180M| 141 |   - | 253 |  37k|   0 |   0 |   0 |1966k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1289.83/1289.86	c  1225s|  1730k|125597 |     0 |   0.0 | 179M| 141 |   - | 253 |  39k|   0 |   0 |   0 |1986k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1316.94/1316.92	c  1251s|  1740k|122243 |     0 |   0.0 | 177M| 141 |   - | 253 |  38k|   0 |   0 |   0 |2006k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1344.83/1344.84	c  1279s|  1750k|117816 |     0 |   0.0 | 174M| 141 |   - | 253 |  40k|   0 |   0 |   0 |2028k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1366.84/1366.89	c  1300s|  1760k|117159 |     0 |   0.0 | 170M| 141 |   - | 253 |  30k|   0 |   0 |   0 |2045k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1380.64/1380.63	c  1314s|  1770k|118732 |     0 |   0.0 | 172M| 141 |   - | 253 |  26k|   0 |   0 |   0 |2059k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1394.43/1394.49	c  1327s|  1780k|119487 |     0 |   0.0 | 174M| 141 |   - | 253 |  26k|   0 |   0 |   0 |2075k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1409.14/1409.14	c  1341s|  1790k|119462 |     0 |   0.0 | 176M| 141 |   - | 253 |  30k|   0 |   0 |   0 |2091k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1420.33/1420.39	c  1352s|  1800k|123563 |     0 |   0.0 | 177M| 141 |   - | 253 |  22k|   0 |   0 |   0 |2100k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1427.13/1427.14	c  1359s|  1810k|128685 |     0 |   0.0 | 179M| 141 |   - | 253 |  16k|   0 |   0 |   0 |2108k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1437.74/1437.75	c  1369s|  1820k|128573 |     0 |   0.0 | 182M| 141 |   - | 253 |  22k|   0 |   0 |   0 |2124k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1460.23/1460.26	c  1391s|  1830k|122426 |     0 |   0.0 | 178M| 141 |   - | 253 |  30k|   0 |   0 |   0 |2145k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1492.24/1492.24	c  1422s|  1840k|114973 |     0 |   0.0 | 172M| 141 |   - | 253 |  41k|   0 |   0 |   0 |2168k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1534.34/1534.32	c  1464s|  1850k|106056 |     0 |   0.0 | 164M| 141 |   - | 253 |  49k|   0 |   0 |   0 |2194k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1566.54/1566.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1566.54/1566.59	c  1496s|  1860k|102993 |     0 |   0.0 | 160M| 141 |   - | 253 |  44k|   0 |   0 |   0 |2215k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1598.14/1598.12	c  1527s|  1870k|100002 |     0 |   0.0 | 158M| 141 |   - | 253 |  44k|   0 |   0 |   0 |2235k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1632.24/1632.23	c  1560s|  1880k| 95722 |     0 |   0.0 | 155M| 141 |   - | 253 |  47k|   0 |   0 |   0 |2256k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1653.75/1653.78	c  1581s|  1890k| 97674 |     0 |   0.0 | 152M| 141 |   - | 253 |  33k|   0 |   0 |   0 |2269k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1667.84/1667.86	c  1595s|  1900k|100201 |     0 |   0.0 | 153M| 141 |   - | 253 |  26k|   0 |   0 |   0 |2281k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1682.04/1682.06	c  1609s|  1910k|101465 |     0 |   0.0 | 156M| 141 |   - | 253 |  26k|   0 |   0 |   0 |2295k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1697.54/1697.59	c  1624s|  1920k|101613 |     0 |   0.0 | 158M| 141 |   - | 253 |  28k|   0 |   0 |   0 |2310k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1713.85/1713.84	c  1640s|  1930k|100347 |     0 |   0.0 | 156M| 141 |   - | 253 |  26k|   0 |   0 |   0 |2326k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1743.04/1743.04	c  1668s|  1940k| 91608 |     0 |   0.0 | 147M| 141 |   - | 253 |  38k|   0 |   0 |   0 |2353k|   0 | 1.000000e+01 | 4.000000e+01 | 300.00%
1766.44/1766.48	c  1691s|  1950k| 90677 |     0 |   0.0 | 145M| 141 |   - | 253 |  36k|   0 |   0 |   0 |2370k|   0 | 1.000000e+01 | 4.000000e+01 | 300.00%
1787.45/1787.44	c  1712s|  1960k| 90267 |     0 |   0.0 | 145M| 141 |   - | 253 |  35k|   0 |   0 |   0 |2386k|   0 | 1.000000e+01 | 4.000000e+01 | 300.00%
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1724.38
1800.05/1800.00	c Solving Nodes      : 1965100
1800.05/1800.00	c Primal Bound       : +4.00000000000000e+01 (9 solutions)
1800.05/1800.00	c Dual Bound         : +1.10000000000000e+01
1800.05/1800.00	c Gap                : 263.64 %
1800.05/1800.00	s SATISFIABLE
1800.05/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.05/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.05/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.05/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.05/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.05/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.05/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.05/1800.00	v -x4 -x3 -x2 -x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time       :    1724.38
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-2693922-1277897452.wbo
1800.05/1800.00	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.05/1800.00	c   Constraints      : 144 initial, 144 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-2693922-1277897452.wbo
1800.05/1800.00	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.05/1800.00	c   Constraints      : 130 initial, 50191 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.00          0          0          0         42          0         14          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -          4          -          -          8          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :         42          0    5658717          0    1217973       7033    1002162          0          0          0
1800.05/1800.00	c   knapsack         :          1          0    6136506          0    1308925     156247   22524878          0          0          0
1800.05/1800.00	c   setppc           :         39          0    5980235          0    1308916     587408    6923363          0          0          0
1800.05/1800.00	c   linear           :         42          0    5392841          0    1308921     147784    4151858          0          0          0
1800.05/1800.00	c   logicor          :          6+         0    2693499          0    1294874      41723    1153166          0          0          0
1800.05/1800.00	c   bounddisjunction :          0+         0     156723          0          0          1       1675          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0          0    1308929          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c   indicator        :       1.80       0.00       0.96       0.00       0.84
1800.05/1800.00	c   knapsack         :     198.56       0.00     195.98       0.00       2.58
1800.05/1800.00	c   setppc           :      36.87       0.00      32.59       0.00       4.28
1800.05/1800.00	c   linear           :      39.57       0.00      39.50       0.00       0.07
1800.05/1800.00	c   logicor          :     713.43       0.00     713.15       0.00       0.28
1800.05/1800.00	c   bounddisjunction :       0.62       0.00       0.62       0.00       0.00
1800.05/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :       0.00          2          0          0
1800.05/1800.00	c   rootredcost      :       0.00          0          0          0
1800.05/1800.00	c   pseudoobj        :       7.32    6146407       3058     800749
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :      27.68     936221     936000    4977441       20.7     107978       13.8          -
1800.05/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00        103        103        360       12.4          8        9.9          -
1800.05/1800.00	c   applied globally :          -          -          -    2374953       15.9          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -      21109       36.1          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :       8.97    1308920          0          0          0          0    2617840
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.00          -          0
1800.05/1800.00	c   pseudo solutions :       0.27          -          9
1800.05/1800.00	c   oneopt           :       0.03          0          0
1800.05/1800.00	c   trivial          :       0.00          2          0
1800.05/1800.00	c   simplerounding   :       0.00          0          0
1800.05/1800.00	c   zirounding       :       0.00          0          0
1800.05/1800.00	c   rounding         :       0.00          0          0
1800.05/1800.00	c   shifting         :       0.00          0          0
1800.05/1800.00	c   intshifting      :       0.00          0          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   feaspump         :       0.00          0          0
1800.05/1800.00	c   coefdiving       :       0.00          0          0
1800.05/1800.00	c   pscostdiving     :       0.00          0          0
1800.05/1800.00	c   fracdiving       :       0.00          0          0
1800.05/1800.00	c   veclendiving     :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   objpscostdiving  :       0.00          0          0
1800.05/1800.00	c   rootsoldiving    :       0.00          0          0
1800.05/1800.00	c   linesearchdiving :       0.00          0          0
1800.05/1800.00	c   guideddiving     :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.00          0          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   crossover        :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   nlp              :       0.00          0          0
1800.05/1800.00	c   trysol           :       0.00          1          0
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :    1965100
1800.05/1800.00	c   nodes (total)    :    1965100
1800.05/1800.00	c   nodes left       :      89091
1800.05/1800.00	c   max depth        :        141
1800.05/1800.00	c   max depth (total):        141
1800.05/1800.00	c   backtracks       :     700082 (35.6%)
1800.05/1800.00	c   delayed cutoffs  :     437194
1800.05/1800.00	c   repropagations   :    2281268 (9537032 domain reductions, 287186 cutoffs)
1800.05/1800.00	c   avg switch length:      22.59
1800.05/1800.00	c   switching time   :     527.96
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :          9 (9 improvements)
1800.05/1800.00	c   First Solution   : +3.74000000000000e+02   (in run 1, after 295701 nodes, 86.67 seconds, depth 74, found by <relaxation>)
1800.05/1800.00	c   Primal Bound     : +4.00000000000000e+01   (in run 1, after 1111500 nodes, 607.41 seconds, depth 63, found by <relaxation>)
1800.05/1800.00	c   Dual Bound       : +1.10000000000000e+01
1800.05/1800.00	c   Gap              :     263.64 %
1800.05/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.00	c   Root Iterations  :          0
1800.35/1800.31	c Time complete: 1800.36.

Verifier Data

OK	39

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693922-1277897452/watcher-2693922-1277897452 -o /tmp/evaluation-result-2693922-1277897452/solver-2693922-1277897452 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693922-1277897452.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.04 2.00 2.00 3/196 9778
/proc/meminfo: memFree=30277716/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=8264 CPUtime=0
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 1543 0 0 0 0 0 0 0 21 0 1 0 131042587 8462336 1465 4089446400 4194304 7136930 140733482081520 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9778/statm: 2066 1465 275 719 0 1345 0

[startup+0.0754349 s]
/proc/loadavg: 2.04 2.00 2.00 3/196 9778
/proc/meminfo: memFree=30277716/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=12696 CPUtime=0.07
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 4690 0 0 0 5 2 0 0 21 0 1 0 131042587 13000704 2460 4089446400 4194304 7136930 140733482081520 18446744073709551615 6328631 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 3174 2460 403 719 0 2453 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12696

[startup+0.100431 s]
/proc/loadavg: 2.04 2.00 2.00 3/196 9778
/proc/meminfo: memFree=30277716/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=12828 CPUtime=0.09
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 4729 0 0 0 6 3 0 0 21 0 1 0 131042587 13135872 2499 4089446400 4194304 7136930 140733482081520 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 3207 2499 403 719 0 2486 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12828

[startup+0.300394 s]
/proc/loadavg: 2.04 2.00 2.00 3/196 9778
/proc/meminfo: memFree=30277716/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=14432 CPUtime=0.29
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 5148 0 0 0 21 8 0 0 21 0 1 0 131042587 14778368 2918 4089446400 4194304 7136930 140733482081520 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 3608 2918 403 719 0 2887 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14432

[startup+0.700332 s]
/proc/loadavg: 2.04 2.00 2.00 3/196 9778
/proc/meminfo: memFree=30277716/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=16816 CPUtime=0.69
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 5766 0 0 0 52 17 0 0 22 0 1 0 131042587 17219584 3536 4089446400 4194304 7136930 140733482081520 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 4204 3536 403 719 0 3483 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16816

[startup+1.50017 s]
/proc/loadavg: 2.04 2.00 2.00 3/197 9779
/proc/meminfo: memFree=30263820/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=20756 CPUtime=1.49
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 6749 0 0 0 119 30 0 0 25 0 1 0 131042587 21254144 4519 4089446400 4194304 7136930 140733482081520 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 5189 4519 403 719 0 4468 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20756

[startup+3.10088 s]
/proc/loadavg: 2.04 2.00 2.00 3/197 9779
/proc/meminfo: memFree=30259356/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=26100 CPUtime=3.09
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 8087 0 0 0 251 58 0 0 25 0 1 0 131042587 26726400 5857 4089446400 4194304 7136930 140733482081520 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 6525 5857 403 719 0 5804 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26100

[startup+6.30028 s]
/proc/loadavg: 2.04 2.00 2.00 3/197 9779
/proc/meminfo: memFree=30249852/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=34616 CPUtime=6.29
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 10228 0 0 0 533 96 0 0 25 0 1 0 131042587 35446784 7998 4089446400 4194304 7136930 140733482081520 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 8654 7998 403 719 0 7933 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34616

[startup+12.7011 s]
/proc/loadavg: 2.03 2.00 2.00 3/197 9779
/proc/meminfo: memFree=30239256/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=45332 CPUtime=12.69
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 12934 0 0 0 1115 154 0 0 25 0 1 0 131042587 46419968 10704 4089446400 4194304 7136930 140733482081520 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 11333 10704 403 719 0 10612 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45332

[startup+25.5007 s]
/proc/loadavg: 2.03 2.00 2.00 3/197 9779
/proc/meminfo: memFree=30213072/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=66632 CPUtime=25.49
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 18387 0 0 0 2241 308 0 0 25 0 1 0 131042587 68231168 16135 4089446400 4194304 7136930 140733482081520 18446744073709551615 4660050 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 16658 16135 403 719 0 15937 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66632

[startup+51.101 s]
/proc/loadavg: 2.02 2.00 2.00 3/197 9783
/proc/meminfo: memFree=30194804/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=83428 CPUtime=51.09
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 22517 0 0 0 4661 448 0 0 25 0 1 0 131042587 85430272 20265 4089446400 4194304 7136930 140733482081520 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 20857 20265 403 719 0 20136 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83428

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 9784
/proc/meminfo: memFree=30135312/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=143284 CPUtime=102.3
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 37265 0 0 0 9232 998 0 0 25 0 1 0 131042587 146722816 35013 4089446400 4194304 7136930 140733482081520 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 35821 35013 403 719 0 35100 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 143284

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 9786
/proc/meminfo: memFree=30107712/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=167360 CPUtime=162.3
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 43333 0 0 0 14843 1387 0 0 25 0 1 0 131042587 171376640 41081 4089446400 4194304 7136930 140733482081520 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 41840 41081 403 719 0 41119 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 167360

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 9788
/proc/meminfo: memFree=30048604/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=228744 CPUtime=222.3
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 57966 0 0 0 20415 1815 0 0 25 0 1 0 131042587 234233856 55714 4089446400 4194304 7136930 140733482081520 18446744073709551615 4677433 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9778/statm: 57186 55714 404 719 0 56465 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 228744

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 9789
/proc/meminfo: memFree=29993992/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=263476 CPUtime=282.3
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 66769 0 0 0 25998 2232 0 0 25 0 1 0 131042587 269799424 64517 4089446400 4194304 7136930 140733482081520 18446744073709551615 5000109 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9778/statm: 65869 64517 406 719 0 65148 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 263476

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 9791
/proc/meminfo: memFree=29960788/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=288576 CPUtime=342.3
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 72917 0 0 0 31589 2641 0 0 25 0 1 0 131042587 295501824 70665 4089446400 4194304 7136930 140733482081520 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9778/statm: 72144 70665 406 719 0 71423 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 288576

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 9792
/proc/meminfo: memFree=29929080/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=314788 CPUtime=402.3
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 79482 0 0 0 37259 2971 0 0 25 0 1 0 131042587 322342912 77230 4089446400 4194304 7136930 140733482081520 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9778/statm: 78697 77230 406 719 0 77976 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 314788

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 9794
/proc/meminfo: memFree=29895148/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=326972 CPUtime=462.31
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 82511 0 0 0 42998 3233 0 0 25 0 1 0 131042587 334819328 80259 4089446400 4194304 7136930 140733482081520 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9778/statm: 81743 80259 406 719 0 81022 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 326972

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 9796
/proc/meminfo: memFree=29875620/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=332800 CPUtime=522.31
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 83968 0 0 0 48756 3475 0 0 25 0 1 0 131042587 340787200 81716 4089446400 4194304 7136930 140733482081520 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9778/statm: 83200 81716 406 719 0 82479 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 332800

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 9797
/proc/meminfo: memFree=29862328/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=335676 CPUtime=582.31
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 84650 0 0 0 54475 3756 0 0 25 0 1 0 131042587 343732224 82398 4089446400 4194304 7136930 140733482081520 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9778/statm: 83919 82398 406 719 0 83198 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 335676

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 9799
/proc/meminfo: memFree=29851980/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=335676 CPUtime=642.31
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 84660 0 0 0 60213 4018 0 0 25 0 1 0 131042587 343732224 82408 4089446400 4194304 7136930 140733482081520 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9778/statm: 83919 82408 406 719 0 83198 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 335676

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 9807
/proc/meminfo: memFree=29815532/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=341656 CPUtime=942.32
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 85777 0 0 0 89043 5189 0 0 25 0 1 0 131042587 349855744 83525 4089446400 4194304 7136930 140733482081520 18446744073709551615 4632905 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9778/statm: 85414 83525 406 719 0 84693 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 341656

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 9808
/proc/meminfo: memFree=29808304/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=341656 CPUtime=1002.32
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 85777 0 0 0 94613 5619 0 0 25 0 1 0 131042587 349855744 83525 4089446400 4194304 7136930 140733482081520 18446744073709551615 5958426 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9778/statm: 85414 83525 406 719 0 84693 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 341656

[startup+1062.3 s]
/proc/loadavg: 1.96 1.99 1.99 3/179 9861
/proc/meminfo: memFree=30407120/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=341656 CPUtime=1062.33
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 85777 0 0 0 100346 5887 0 0 25 0 1 0 131042587 349855744 83525 4089446400 4194304 7136930 140733482081520 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9778/statm: 85414 83525 406 719 0 84693 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 341656

[startup+1122.3 s]
/proc/loadavg: 1.98 1.99 1.99 3/179 9863
/proc/meminfo: memFree=30406708/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=341656 CPUtime=1122.33
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 85786 0 0 0 106168 6065 0 0 25 0 1 0 131042587 349855744 83534 4089446400 4194304 7136930 140733482081520 18446744073709551615 4999875 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9778/statm: 85414 83534 406 719 0 84693 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 341656

[startup+1182.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 9891
/proc/meminfo: memFree=30311884/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=341656 CPUtime=1182.32
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 85807 0 0 0 111933 6299 0 0 25 0 1 0 131042587 349855744 83555 4089446400 4194304 7136930 140733482081520 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9778/statm: 85414 83555 406 719 0 84693 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 341656

[startup+1242.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 9893
/proc/meminfo: memFree=30278708/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=341656 CPUtime=1242.33
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 85818 0 0 0 117798 6435 0 0 25 0 1 0 131042587 349855744 83566 4089446400 4194304 7136930 140733482081520 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9778/statm: 85414 83566 406 719 0 84693 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 341656

[startup+1302.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 9894
/proc/meminfo: memFree=30155020/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=342316 CPUtime=1302.34
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 85900 0 0 0 123684 6550 0 0 25 0 1 0 131042587 350531584 83648 4089446400 4194304 7136930 140733482081520 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9778/statm: 85579 83648 406 719 0 84858 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 342316

[startup+1362.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 9896
/proc/meminfo: memFree=30115184/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=342316 CPUtime=1362.33
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 85920 0 0 0 129576 6657 0 0 25 0 1 0 131042587 350531584 83668 4089446400 4194304 7136930 140733482081520 18446744073709551615 4999771 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9778/statm: 85579 83668 406 719 0 84858 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 342316

[startup+1422.31 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 9898
/proc/meminfo: memFree=30096044/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=342316 CPUtime=1422.34
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 85920 0 0 0 135401 6833 0 0 25 0 1 0 131042587 350531584 83668 4089446400 4194304 7136930 140733482081520 18446744073709551615 4220958 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9778/statm: 85579 83668 406 719 0 84858 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 342316

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 9899
/proc/meminfo: memFree=30052452/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=343568 CPUtime=1482.34
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 86250 0 0 0 141241 6993 0 0 25 0 1 0 131042587 351813632 83998 4089446400 4194304 7136930 140733482081520 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9778/statm: 85892 83998 406 719 0 85171 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 343568

[startup+1542.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 9901
/proc/meminfo: memFree=30048424/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=345200 CPUtime=1542.34
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 86461 0 0 0 147164 7070 0 0 25 0 1 0 131042587 353484800 84209 4089446400 4194304 7136930 140733482081520 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9778/statm: 86300 84209 406 719 0 85579 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 345200

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 9902
/proc/meminfo: memFree=30044168/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=345752 CPUtime=1602.34
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 86522 0 0 0 153077 7157 0 0 25 0 1 0 131042587 354050048 84270 4089446400 4194304 7136930 140733482081520 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9778/statm: 86438 84270 406 719 0 85717 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 345752

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 9904
/proc/meminfo: memFree=30036692/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=345932 CPUtime=1662.34
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 86561 0 0 0 158969 7265 0 0 25 0 1 0 131042587 354234368 84309 4089446400 4194304 7136930 140733482081520 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9778/statm: 86483 84309 406 719 0 85762 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 345932

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 9906
/proc/meminfo: memFree=30031408/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=345932 CPUtime=1722.34
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 86563 0 0 0 164811 7423 0 0 25 0 1 0 131042587 354234368 84311 4089446400 4194304 7136930 140733482081520 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9778/statm: 86483 84311 406 719 0 85762 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 345932

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 9907
/proc/meminfo: memFree=30027168/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=345932 CPUtime=1782.34
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 86563 0 0 0 170698 7536 0 0 25 0 1 0 131042587 354234368 84311 4089446400 4194304 7136930 140733482081520 18446744073709551615 5000300 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9778/statm: 86483 84311 406 719 0 85762 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 345932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 9908
/proc/meminfo: memFree=30027152/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=345932 CPUtime=1800.05
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 86571 0 0 0 172437 7568 0 0 25 0 1 0 131042587 354234368 84319 4089446400 4194304 7136930 140733482081520 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9778/statm: 86483 84319 406 719 0 85762 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 345932

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: 1.99 1.99 1.99 3/179 9908
/proc/meminfo: memFree=30027152/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=345932 CPUtime=1800.25
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 86576 0 0 0 172457 7568 0 0 25 0 1 0 131042587 354234368 84324 4089446400 4194304 7136930 140733482081520 18446744073709551615 6165591 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9778/statm: 86483 84324 411 719 0 85762 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 345932

[startup+1800.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 9908
/proc/meminfo: memFree=30027152/32951124 swapFree=67111528/67111528
[pid=9778] ppid=9776 vsize=288248 CPUtime=1800.35
/proc/9778/stat : 9778 (pbscip.linux.x8) R 9776 9778 8111 0 -1 4202496 86576 0 0 0 172467 7568 0 0 25 0 1 0 131042587 295165952 69903 4089446400 4194304 7136930 140733482081520 18446744073709551615 4383992 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9778/statm: 72062 69903 411 719 0 71341 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 288248

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.37
CPU user time (s): 1724.67
CPU system time (s): 75.6945
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 345932

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

runsolver used 3.18751 second user time and 5.80212 second system time

The end

Launcher Data

Begin job on node105 at 2010-06-30 13:30:52
IDJOB=2693922
IDBENCH=78810
IDSOLVER=1206
FILE ID=node105/2693922-1277897452
PBS_JOBID= 11197143
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.1111223220--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-2693922-1277897452/watcher-2693922-1277897452 -o /tmp/evaluation-result-2693922-1277897452/solver-2693922-1277897452 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693922-1277897452.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 3199d968dfdc76b1f122b376f1cc0c5d
RANDOM SEED=1172166525

node105.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.840
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.68
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.840
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	: 5226.15
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.840
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.840
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.840
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.94
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.840
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.70
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.840
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.840
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30278368 kB
Buffers:        181372 kB
Cached:        1813740 kB
SwapCached:          0 kB
Active:        1003340 kB
Inactive:      1525688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30278368 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3136 kB
Writeback:           0 kB
AnonPages:      533568 kB
Mapped:          20440 kB
Slab:            79724 kB
PageTables:       6188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1661728 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 node105 at 2010-06-30 14:00:54