Trace number 2693915

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.2 1800.18

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224255--soft-66-100-0.wbo
MD5SUM05353c2425a18151180bf625f4200ddf
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark1.00485
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 1217
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-2693915-1277897148.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.39/1.43	c   1.3s| 10000 |  6949 |     0 |   0.0 |6781k| 141 |   - | 253 |3915 |   0 |   0 |   0 |6885 |   0 | 0.000000e+00 |      --      |    Inf 
3.49/3.52	c   3.3s| 20000 | 12879 |     0 |   0.0 |  11M| 141 |   - | 253 |4578 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
6.89/6.94	c   6.6s| 30000 | 16780 |     0 |   0.0 |  16M| 141 |   - | 253 |8705 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
11.19/11.29	c  10.8s| 40000 | 19775 |     0 |   0.0 |  21M| 141 |   - | 253 |  12k|   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
16.78/16.82	c  16.2s| 50000 | 21349 |     0 |   0.0 |  26M| 141 |   - | 253 |  17k|   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
18.59/18.64	c  18.0s| 60000 | 29448 |     0 |   0.0 |  26M| 141 |   - | 253 |2989 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
20.39/20.45	c  19.7s| 70000 | 36496 |     0 |   0.0 |  31M| 141 |   - | 253 |3962 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
23.59/23.62	c  22.8s| 80000 | 40805 |     0 |   0.0 |  36M| 141 |   - | 253 |7498 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
29.18/29.29	c  28.3s| 90000 | 42074 |     0 |   0.0 |  40M| 141 |   - | 253 |  13k|   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
37.09/37.16	c  36.1s|100000 | 42018 |     0 |   0.0 |  44M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
46.88/47.00	c  45.8s|110000 | 40929 |     0 |   0.0 |  47M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
58.29/58.37	c  57.0s|120000 | 39807 |     0 |   0.0 |  48M| 141 |   - | 253 |  27k|   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
61.49/61.58	c  60.2s|130000 | 47557 |     0 |   0.0 |  46M| 141 |   - | 253 |5820 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
63.39/63.46	c  61.9s|140000 | 54914 |     0 |   0.0 |  49M| 141 |   - | 253 |3933 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
65.39/65.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
65.39/65.49	c  63.9s|150000 | 61720 |     0 |   0.0 |  53M| 141 |   - | 253 |3999 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
67.58/67.69	o 369
67.58/67.69	c *66.0s|159968 | 68140 |     0 |   0.0 |  57M| 141 |   - | 253 |4214 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 3.690000e+02 |    Inf 
67.58/67.69	o 226
67.58/67.69	c *66.0s|159971 | 68120 |     0 |   0.0 |  57M| 141 |   - | 253 |4214 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
67.69/67.70	c  66.0s|160000 | 68137 |     0 |   0.0 |  57M| 141 |   - | 253 |4216 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
69.99/70.03	c  68.2s|170000 | 74327 |     0 |   0.0 |  61M| 141 |   - | 253 |4450 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
72.38/72.46	c  70.5s|180000 | 80404 |     0 |   0.0 |  65M| 141 |   - | 253 |5334 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
74.99/75.03	c  73.0s|190000 | 86386 |     0 |   0.0 |  69M| 141 |   - | 253 |5417 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
77.99/78.04	c  75.9s|200000 | 91542 |     0 |   0.0 |  73M| 141 |   - | 253 |6661 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
81.29/81.40	c  79.1s|210000 | 96414 |     0 |   0.0 |  78M| 141 |   - | 253 |8242 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
85.09/85.13	c  82.7s|220000 |101061 |     0 |   0.0 |  82M| 141 |   - | 253 |9721 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
89.29/89.35	c  86.8s|230000 |105263 |     0 |   0.0 |  86M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
94.09/94.19	c  91.6s|240000 |109043 |     0 |   0.0 |  90M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
101.98/102.06	c  99.3s|250000 |109455 |     0 |   0.0 |  92M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
117.59/117.63	c   115s|260000 |104371 |     0 |   0.0 |  90M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
127.78/127.83	c   125s|270000 |106489 |     0 |   0.0 |  85M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
131.38/131.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.38/131.43	c   128s|280000 |113222 |     0 |   0.0 |  87M| 141 |   - | 253 |8843 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
134.29/134.39	c   131s|290000 |119479 |     0 |   0.0 |  90M| 141 |   - | 253 |7426 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
137.29/137.39	c   134s|300000 |125297 |     0 |   0.0 |  93M| 141 |   - | 253 |6736 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
140.39/140.44	c   137s|310000 |130900 |     0 |   0.0 |  97M| 141 |   - | 253 |6798 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
143.48/143.58	c   140s|320000 |136283 |     0 |   0.0 | 100M| 141 |   - | 253 |6614 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
146.69/146.72	c   143s|330000 |141753 |     0 |   0.0 | 103M| 141 |   - | 253 |6757 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
149.99/150.01	c   146s|340000 |146891 |     0 |   0.0 | 107M| 141 |   - | 253 |6561 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
153.19/153.28	c   149s|350000 |152014 |     0 |   0.0 | 110M| 141 |   - | 253 |6584 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
156.59/156.69	c   153s|360000 |156821 |     0 |   0.0 | 113M| 141 |   - | 253 |6526 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
160.08/160.16	c   156s|370000 |161563 |     0 |   0.0 | 116M| 141 |   - | 253 |6659 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
163.69/163.78	c   160s|380000 |166047 |     0 |   0.0 | 119M| 141 |   - | 253 |6914 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
167.49/167.59	c   163s|390000 |170201 |     0 |   0.0 | 123M| 141 |   - | 253 |7034 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
171.49/171.54	c   167s|400000 |174193 |     0 |   0.0 | 126M| 141 |   - | 253 |7189 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 | 2.260000e+02 |    Inf 
172.49/172.57	o 194
172.49/172.57	c * 168s|402237 |174674 |     0 |   0.0 | 126M| 141 |   - | 253 |7543 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 | 1.940000e+02 |    Inf 
175.59/175.67	c   171s|410000 |177775 |     0 |   0.0 | 129M| 141 |   - | 253 |7613 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 | 1.940000e+02 |    Inf 
179.99/180.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
179.99/180.02	c   175s|420000 |181197 |     0 |   0.0 | 132M| 141 |   - | 253 |8166 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 | 1.940000e+02 |    Inf 
184.39/184.45	c   180s|430000 |184672 |     0 |   0.0 | 135M| 141 |   - | 253 |8553 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 | 1.940000e+02 |    Inf 
188.99/189.07	c   184s|440000 |187888 |     0 |   0.0 | 138M| 141 |   - | 253 |8837 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 | 1.940000e+02 |    Inf 
193.69/193.70	c   189s|450000 |191089 |     0 |   0.0 | 141M| 141 |   - | 253 |9027 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 | 1.940000e+02 |    Inf 
198.19/198.22	c   193s|460000 |194564 |     0 |   0.0 | 143M| 141 |   - | 253 |9165 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 | 1.940000e+02 |    Inf 
202.79/202.81	c   198s|470000 |197999 |     0 |   0.0 | 146M| 141 |   - | 253 |9456 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 | 1.940000e+02 |    Inf 
207.49/207.54	c   202s|480000 |201346 |     0 |   0.0 | 148M| 141 |   - | 253 |9995 |   0 |   0 |   0 | 434k|   0 | 1.000000e+00 | 1.940000e+02 |  Large 
212.20/212.29	c   207s|490000 |204846 |     0 |   0.0 | 152M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 444k|   0 | 1.000000e+00 | 1.940000e+02 |  Large 
217.39/217.42	c   212s|500000 |208038 |     0 |   0.0 | 155M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 453k|   0 | 1.000000e+00 | 1.940000e+02 |  Large 
223.19/223.22	c   218s|510000 |210823 |     0 |   0.0 | 159M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 464k|   0 | 1.000000e+00 | 1.940000e+02 |  Large 
229.40/229.47	c   224s|520000 |213453 |     0 |   0.0 | 162M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 474k|   0 | 1.000000e+00 | 1.940000e+02 |  Large 
236.50/236.57	c   231s|530000 |215755 |     0 |   0.0 | 166M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 486k|   0 | 1.000000e+00 | 1.940000e+02 |  Large 
244.59/244.65	c   239s|540000 |217776 |     0 |   0.0 | 169M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 497k|   0 | 1.000000e+00 | 1.940000e+02 |  Large 
252.80/252.86	c   247s|550000 |220102 |     0 |   0.0 | 172M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 508k|   0 | 1.000000e+00 | 1.940000e+02 |  Large 
261.80/261.81	c   255s|560000 |221867 |     0 |   0.0 | 175M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 520k|   0 | 1.000000e+00 | 1.940000e+02 |  Large 
268.39/268.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
268.39/268.46	c   262s|570000 |226596 |     0 |   0.0 | 176M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 527k|   0 | 1.000000e+00 | 1.940000e+02 |  Large 
273.30/273.31	c   267s|580000 |232040 |     0 |   0.0 | 179M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 533k|   0 | 1.000000e+00 | 1.940000e+02 |  Large 
277.90/277.96	c   271s|590000 |237219 |     0 |   0.0 | 183M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 541k|   0 | 1.000000e+00 | 1.940000e+02 |  Large 
281.09/281.12	o 165
281.09/281.12	c * 274s|596702 |238907 |     0 |   0.0 | 183M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 546k|   0 | 1.000000e+00 | 1.650000e+02 |  Large 
282.70/282.78	c   276s|600000 |240322 |     0 |   0.0 | 184M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 549k|   0 | 1.000000e+00 | 1.650000e+02 |  Large 
287.79/287.88	c   281s|610000 |244429 |     0 |   0.0 | 188M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 556k|   0 | 1.000000e+00 | 1.650000e+02 |  Large 
288.69/288.75	o 161
288.69/288.75	c * 282s|611600 |244906 |     0 |   0.0 | 188M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 558k|   0 | 1.000000e+00 | 1.610000e+02 |  Large 
293.10/293.19	c   286s|620000 |247932 |     0 |   0.0 | 191M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 565k|   0 | 1.000000e+00 | 1.610000e+02 |  Large 
296.69/296.72	o 132
296.69/296.72	c * 290s|626777 |247278 |     0 |   0.0 | 191M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 570k|   0 | 1.000000e+00 | 1.320000e+02 |  Large 
298.59/298.62	c   291s|630000 |248190 |     0 |   0.0 | 192M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 573k|   0 | 1.000000e+00 | 1.320000e+02 |  Large 
304.29/304.34	c   297s|640000 |251103 |     0 |   0.0 | 195M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 582k|   0 | 1.000000e+00 | 1.320000e+02 |  Large 
309.79/309.89	c   302s|650000 |253947 |     0 |   0.0 | 199M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 591k|   0 | 1.000000e+00 | 1.320000e+02 |  Large 
315.70/315.76	c   308s|660000 |256370 |     0 |   0.0 | 202M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 600k|   0 | 1.000000e+00 | 1.320000e+02 |  Large 
321.39/321.41	c   314s|670000 |258975 |     0 |   0.0 | 206M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 609k|   0 | 1.000000e+00 | 1.320000e+02 |  Large 
327.40/327.47	c   320s|680000 |261179 |     0 |   0.0 | 208M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 619k|   0 | 1.000000e+00 | 1.320000e+02 |  Large 
333.59/333.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
333.59/333.69	c   326s|690000 |263286 |     0 |   0.0 | 212M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 628k|   0 | 1.000000e+00 | 1.320000e+02 |  Large 
335.59/335.67	o 94
335.59/335.67	c * 328s|693234 |235956 |     0 |   0.0 | 192M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 631k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
339.39/339.48	c   331s|700000 |236560 |     0 |   0.0 | 191M| 141 |   - | 253 |3455 |   0 |   0 |   0 | 639k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
344.40/344.47	c   336s|710000 |237597 |     0 |   0.0 | 194M| 141 |   - | 253 |3056 |   0 |   0 |   0 | 649k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
349.39/349.48	c   341s|720000 |238446 |     0 |   0.0 | 197M| 141 |   - | 253 |6481 |   0 |   0 |   0 | 660k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
355.09/355.17	c   347s|730000 |239388 |     0 |   0.0 | 200M| 141 |   - | 253 |8085 |   0 |   0 |   0 | 671k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
361.40/361.42	c   353s|740000 |240062 |     0 |   0.0 | 202M| 141 |   - | 253 |8478 |   0 |   0 |   0 | 682k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
367.89/367.94	c   359s|750000 |240703 |     0 |   0.0 | 205M| 141 |   - | 253 |9264 |   0 |   0 |   0 | 693k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
374.70/374.78	c   366s|760000 |241280 |     0 |   0.0 | 207M| 141 |   - | 253 |9927 |   0 |   0 |   0 | 705k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
381.90/381.91	c   373s|770000 |241636 |     0 |   0.0 | 209M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 717k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
388.89/388.94	c   380s|780000 |242204 |     0 |   0.0 | 212M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 729k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
396.19/396.28	c   387s|790000 |242589 |     0 |   0.0 | 214M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 741k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
403.60/403.66	c   394s|800000 |243113 |     0 |   0.0 | 216M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 753k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
411.09/411.19	c   401s|810000 |243796 |     0 |   0.0 | 218M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 764k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
418.50/418.56	c   409s|820000 |244134 |     0 |   0.0 | 220M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 777k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
426.30/426.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
426.30/426.33	c   416s|830000 |244312 |     0 |   0.0 | 222M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 790k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
434.30/434.39	c   424s|840000 |244725 |     0 |   0.0 | 224M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 802k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
443.00/443.07	c   433s|850000 |244596 |     0 |   0.0 | 226M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 815k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
453.29/453.36	c   443s|860000 |243197 |     0 |   0.0 | 227M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 829k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
464.70/464.71	c   454s|870000 |241691 |     0 |   0.0 | 229M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 844k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
476.80/476.87	c   466s|880000 |239922 |     0 |   0.0 | 229M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 858k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
488.70/488.73	c   478s|890000 |238638 |     0 |   0.0 | 229M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 871k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
496.79/496.87	c   486s|900000 |240284 |     0 |   0.0 | 231M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 881k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
505.00/505.07	c   494s|910000 |241945 |     0 |   0.0 | 234M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 891k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
514.20/514.24	c   503s|920000 |243177 |     0 |   0.0 | 237M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 901k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
524.40/524.44	c   513s|930000 |243695 |     0 |   0.0 | 240M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 912k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
535.60/535.64	c   524s|940000 |243708 |     0 |   0.0 | 242M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 924k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
546.70/546.72	c   535s|950000 |243627 |     0 |   0.0 | 245M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 936k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
558.60/558.65	c   547s|960000 |243358 |     0 |   0.0 | 247M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 949k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
572.10/572.13	c   560s|970000 |242326 |     0 |   0.0 | 248M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 961k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
586.20/586.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
586.20/586.23	c   574s|980000 |241518 |     0 |   0.0 | 250M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 974k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
600.70/600.76	c   588s|990000 |240817 |     0 |   0.0 | 252M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 987k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
617.10/617.15	c   605s|  1000k|239649 |     0 |   0.0 | 254M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1001k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
634.60/634.60	c   622s|  1010k|238440 |     0 |   0.0 | 255M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1014k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
652.40/652.46	c   640s|  1020k|237495 |     0 |   0.0 | 257M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1027k|   0 | 1.000000e+00 | 9.400000e+01 |9300.00%
654.90/654.95	o 83
654.90/654.95	c * 642s|  1021k|210124 |     0 |   0.0 | 233M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1029k|   0 | 1.000000e+00 | 8.300000e+01 |8200.00%
663.90/663.90	c   651s|  1030k|206843 |     0 |   0.0 | 226M| 141 |   - | 253 |5290 |   0 |   0 |   0 |1042k|   0 | 1.000000e+00 | 8.300000e+01 |8200.00%
672.30/672.38	c   659s|  1040k|202663 |     0 |   0.0 | 224M| 141 |   - | 253 |6825 |   0 |   0 |   0 |1057k|   0 | 1.000000e+00 | 8.300000e+01 |8200.00%
674.00/674.05	o 60
674.00/674.05	c * 661s|  1041k|173007 |     0 |   0.0 | 199M| 141 |   - | 253 |6148 |   0 |   0 |   0 |1060k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
681.40/681.43	c   668s|  1050k|166417 |     0 |   0.0 | 196M| 141 |   - | 253 |5270 |   0 |   0 |   0 |1077k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
693.30/693.31	c   679s|  1060k|156187 |     0 |   0.0 | 191M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1099k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
711.90/711.97	c   697s|  1070k|139897 |     0 |   0.0 | 176M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1124k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
713.30/713.40	o 57
713.30/713.40	c * 698s|  1072k|128564 |     0 |   0.0 | 162M| 141 |   - | 253 |7726 |   0 |   0 |   0 |1127k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
724.90/724.94	c   709s|  1080k|119586 |     0 |   0.0 | 160M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1146k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
753.39/753.46	c   737s|  1090k|100605 |     0 |   0.0 | 146M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1175k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
795.09/795.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
795.09/795.12	c   778s|  1100k| 78254 |     0 |   0.0 | 118M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1203k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
801.48/801.56	c   784s|  1110k| 82588 |     0 |   0.0 | 115M| 141 |   - | 253 |8219 |   0 |   0 |   0 |1212k|   0 | 1.000000e+00 | 5.700000e+01 |5600.00%
808.79/808.85	o 49
808.79/808.85	c * 791s|  1116k| 74316 |     0 |   0.0 | 104M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1224k|   0 | 1.000000e+00 | 4.900000e+01 |4800.00%
811.49/811.55	c   794s|  1120k| 74604 |     0 |   0.0 | 100M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1228k|   0 | 1.000000e+00 | 4.900000e+01 |4800.00%
811.70/811.77	o 23
811.70/811.77	c * 794s|  1120k| 30440 |     0 |   0.0 |  42M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1228k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
815.39/815.43	c   797s|  1130k| 36436 |     0 |   0.0 |  46M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1237k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
821.59/821.67	c   804s|  1140k| 39657 |     0 |   0.0 |  51M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1250k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
832.29/832.34	c   814s|  1150k| 38456 |     0 |   0.0 |  50M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1267k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
836.89/836.93	c   819s|  1160k| 43557 |     0 |   0.0 |  54M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1277k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
843.49/843.51	c   825s|  1170k| 47055 |     0 |   0.0 |  59M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1289k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
852.89/852.91	c   834s|  1180k| 48800 |     0 |   0.0 |  63M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1304k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
866.49/866.52	c   848s|  1190k| 48253 |     0 |   0.0 |  68M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1321k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
884.49/884.50	c   866s|  1200k| 45405 |     0 |   0.0 |  68M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1341k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
895.59/895.69	c   877s|  1210k| 46280 |     0 |   0.0 |  66M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1355k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
910.09/910.14	c   891s|  1220k| 44850 |     0 |   0.0 |  70M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1374k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
930.39/930.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
930.39/930.49	c   911s|  1230k| 41345 |     0 |   0.0 |  71M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1394k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
955.99/956.06	c   937s|  1240k| 35121 |     0 |   0.0 |  67M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1417k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
967.29/967.34	c   948s|  1250k| 38393 |     0 |   0.0 |  59M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1427k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
972.40/972.48	c   953s|  1260k| 41608 |     0 |   0.0 |  61M| 141 |   - | 253 |7630 |   0 |   0 |   0 |1438k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
987.29/987.36	c   967s|  1270k| 32853 |     0 |   0.0 |  47M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1461k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
991.30/991.36	c   971s|  1280k| 39655 |     0 |   0.0 |  49M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1469k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
995.79/995.81	c   976s|  1290k| 44979 |     0 |   0.0 |  52M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1479k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
1001.59/1001.63	c   981s|  1300k| 48796 |     0 |   0.0 |  54M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1491k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
1008.30/1008.31	c   988s|  1310k| 51961 |     0 |   0.0 |  58M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1504k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1016.50/1016.55	c   996s|  1320k| 53678 |     0 |   0.0 |  62M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1521k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1022.00/1022.10	c  1001s|  1330k| 58900 |     0 |   0.0 |  64M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1532k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1026.30/1026.33	c  1006s|  1340k| 64220 |     0 |   0.0 |  68M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1543k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1031.90/1031.92	c  1011s|  1350k| 68883 |     0 |   0.0 |  73M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1557k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1040.09/1040.11	c  1019s|  1360k| 71925 |     0 |   0.0 |  77M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1572k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1050.29/1050.37	c  1029s|  1370k| 74015 |     0 |   0.0 |  82M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1589k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1062.50/1062.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1062.50/1062.55	c  1041s|  1380k| 75440 |     0 |   0.0 |  86M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1606k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1076.59/1076.67	c  1055s|  1390k| 75918 |     0 |   0.0 |  89M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1624k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1091.60/1091.62	c  1070s|  1400k| 76212 |     0 |   0.0 |  92M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1642k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1109.09/1109.19	c  1088s|  1410k| 75373 |     0 |   0.0 |  94M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1662k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1129.10/1129.15	c  1107s|  1420k| 73498 |     0 |   0.0 |  96M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1683k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1146.40/1146.47	c  1125s|  1430k| 74106 |     0 |   0.0 |  94M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1700k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1153.50/1153.51	c  1131s|  1440k| 78818 |     0 |   0.0 |  96M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1713k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1160.10/1160.19	c  1138s|  1450k| 82660 |     0 |   0.0 | 100M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1726k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1168.39/1168.43	c  1146s|  1460k| 85401 |     0 |   0.0 | 105M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1743k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1174.60/1174.64	c  1152s|  1470k| 90869 |     0 |   0.0 | 106M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1753k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1183.39/1183.42	c  1161s|  1480k| 92519 |     0 |   0.0 | 111M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1771k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1198.00/1198.06	c  1175s|  1490k| 92055 |     0 |   0.0 | 115M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1791k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1221.01/1221.09	c  1198s|  1500k| 88334 |     0 |   0.0 | 115M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1815k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1249.30/1249.36	c  1226s|  1510k| 83479 |     0 |   0.0 | 114M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1840k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1282.51/1282.51	c  1259s|  1520k| 77828 |     0 |   0.0 | 111M| 141 |   - | 253 |  38k|   0 |   0 |   0 |1865k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1318.70/1318.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1318.70/1318.80	c  1295s|  1530k| 71272 |     0 |   0.0 | 104M| 141 |   - | 253 |  41k|   0 |   0 |   0 |1891k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1336.40/1336.46	c  1313s|  1540k| 72980 |     0 |   0.0 | 100M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1908k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1349.50/1349.59	c  1326s|  1550k| 73728 |     0 |   0.0 | 102M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1925k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1363.50/1363.55	c  1340s|  1560k| 74079 |     0 |   0.0 | 105M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1944k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1379.90/1379.95	c  1356s|  1570k| 74020 |     0 |   0.0 | 108M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1964k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1401.70/1401.78	c  1378s|  1580k| 71964 |     0 |   0.0 | 110M| 141 |   - | 253 |  42k|   0 |   0 |   0 |1987k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1411.00/1411.05	c  1387s|  1590k| 78519 |     0 |   0.0 | 107M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1994k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1417.21/1417.30	c  1393s|  1600k| 83640 |     0 |   0.0 | 111M| 141 |   - | 253 |  15k|   0 |   0 |   0 |2004k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1425.40/1425.48	c  1401s|  1610k| 86501 |     0 |   0.0 | 115M| 141 |   - | 253 |  17k|   0 |   0 |   0 |2019k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1446.71/1446.76	c  1422s|  1620k| 80223 |     0 |   0.0 | 110M| 141 |   - | 253 |  25k|   0 |   0 |   0 |2045k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1472.71/1472.78	c  1448s|  1630k| 74106 |     0 |   0.0 | 100M| 141 |   - | 253 |  26k|   0 |   0 |   0 |2069k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1496.40/1496.46	c  1472s|  1640k| 69971 |     0 |   0.0 |  97M| 141 |   - | 253 |  31k|   0 |   0 |   0 |2093k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
1526.01/1526.02	c  1501s|  1650k| 65259 |     0 |   0.0 |  97M| 141 |   - | 253 |  40k|   0 |   0 |   0 |2118k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
1553.31/1553.34	c  1528s|  1660k| 64272 |     0 |   0.0 |  94M| 141 |   - | 253 |  35k|   0 |   0 |   0 |2136k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
1567.80/1567.87	c  1542s|  1670k| 67308 |     0 |   0.0 |  93M| 141 |   - | 253 |  21k|   0 |   0 |   0 |2150k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
1580.81/1580.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1580.81/1580.82	c  1555s|  1680k| 68872 |     0 |   0.0 |  97M| 141 |   - | 253 |  23k|   0 |   0 |   0 |2166k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
1595.51/1595.58	c  1570s|  1690k| 69391 |     0 |   0.0 |  99M| 141 |   - | 253 |  26k|   0 |   0 |   0 |2183k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
1613.62/1613.66	c  1588s|  1700k| 67989 |     0 |   0.0 | 101M| 141 |   - | 253 |  30k|   0 |   0 |   0 |2204k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
1635.81/1635.85	c  1610s|  1710k| 63318 |     0 |   0.0 |  94M| 141 |   - | 253 |  32k|   0 |   0 |   0 |2227k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
1659.01/1659.06	c  1633s|  1720k| 61990 |     0 |   0.0 |  94M| 141 |   - | 253 |  31k|   0 |   0 |   0 |2248k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
1685.91/1685.93	c  1660s|  1730k| 57986 |     0 |   0.0 |  95M| 141 |   - | 253 |  35k|   0 |   0 |   0 |2271k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
1717.41/1717.45	c  1691s|  1740k| 52398 |     0 |   0.0 |  92M| 141 |   - | 253 |  42k|   0 |   0 |   0 |2297k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
1732.52/1732.55	c  1706s|  1750k| 55843 |     0 |   0.0 |  87M| 141 |   - | 253 |  17k|   0 |   0 |   0 |2309k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
1744.91/1744.95	c  1718s|  1760k| 53591 |     0 |   0.0 |  85M| 141 |   - | 253 |  10k|   0 |   0 |   0 |2328k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
1756.41/1756.46	c  1730s|  1770k| 46743 |     0 |   0.0 |  76M| 141 |   - | 253 |  11k|   0 |   0 |   0 |2347k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
1769.92/1769.99	c  1743s|  1780k| 44371 |     0 |   0.0 |  68M| 141 |   - | 253 |  12k|   0 |   0 |   0 |2367k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
1776.11/1776.12	c  1749s|  1790k| 48530 |     0 |   0.0 |  71M| 141 |   - | 253 |  14k|   0 |   0 |   0 |2379k|   0 | 1.400000e+01 | 2.300000e+01 |  64.29%
1783.81/1783.83	c  1756s|  1800k| 51828 |     0 |   0.0 |  75M| 141 |   - | 253 |  16k|   0 |   0 |   0 |2393k|   0 | 1.400000e+01 | 2.300000e+01 |  64.29%
1792.11/1792.16	c  1765s|  1810k| 53062 |     0 |   0.0 |  74M| 141 |   - | 253 |  11k|   0 |   0 |   0 |2408k|   0 | 1.400000e+01 | 2.300000e+01 |  64.29%
1799.12/1799.18	c  1772s|  1820k| 54908 |     0 |   0.0 |  74M| 141 |   - | 253 |  11k|   0 |   0 |   0 |2419k|   0 | 1.400000e+01 | 2.300000e+01 |  64.29%
1800.01/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.01/1800.00	c 
1800.01/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.00	c Solving Time (sec) : 1772.37
1800.01/1800.00	c Solving Nodes      : 1821598
1800.01/1800.00	c Primal Bound       : +2.30000000000000e+01 (12 solutions)
1800.01/1800.00	c Dual Bound         : +1.40000000000000e+01
1800.01/1800.00	c Gap                : 64.29 %
1800.01/1800.00	s SATISFIABLE
1800.01/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.01/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.01/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.01/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.01/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 -x56 
1800.01/1800.00	v -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.01/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.01/1800.00	v -x4 -x3 -x2 -x1 
1800.01/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.00	c Solving Time       :    1772.37
1800.01/1800.00	c Original Problem   :
1800.01/1800.00	c   Problem name     : HOME/instance-2693915-1277897148.wbo
1800.01/1800.00	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.01/1800.00	c   Constraints      : 144 initial, 144 maximal
1800.01/1800.00	c Presolved Problem  :
1800.01/1800.00	c   Problem name     : t_HOME/instance-2693915-1277897148.wbo
1800.01/1800.00	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.01/1800.00	c   Constraints      : 130 initial, 48308 maximal
1800.01/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.00	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.01/1800.00	c   linear           :       0.00          0          0          0         42          0         14          0          0
1800.01/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.00	c   root node        :          -          6          -          -         12          -          -          -          -
1800.01/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   indicator        :         42          0    5432300          0    1151516       9628    1000188          0          0          0
1800.01/1800.00	c   knapsack         :          1          0    5820412          0    1227195     127987   19562575          0          0          0
1800.01/1800.00	c   setppc           :         39          0    5692387          0    1227187     506490    6436483          0          0          0
1800.01/1800.00	c   linear           :         42          0    5185919          0    1227187     172745    3901091          0          0          0
1800.01/1800.00	c   logicor          :          6+         0    2672280          0    1206174      41064    1126991          0          0          0
1800.01/1800.00	c   bounddisjunction :          0+         0     206773          0          0         22       5416          0          0          0
1800.01/1800.00	c   countsols        :          0          0          0          0    1227198          0          0          0          0          0
1800.01/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.00	c   indicator        :       4.38       0.00       2.89       0.00       1.49
1800.01/1800.00	c   knapsack         :     206.26       0.00     202.70       0.00       3.56
1800.01/1800.00	c   setppc           :      40.67       0.00      34.96       0.00       5.71
1800.01/1800.00	c   linear           :      46.94       0.00      46.35       0.00       0.59
1800.01/1800.00	c   logicor          :     709.21       0.00     708.30       0.00       0.91
1800.01/1800.00	c   bounddisjunction :       0.65       0.00       0.65       0.00       0.00
1800.01/1800.00	c   countsols        :       0.22       0.00       0.00       0.00       0.22
1800.01/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.00	c   vbounds          :       1.50          2          0          0
1800.01/1800.00	c   rootredcost      :       1.25          0          0          0
1800.01/1800.00	c   pseudoobj        :      10.72    5834703       4853     831944
1800.01/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.00	c   propagation      :      30.45     853159     853078    4643160       21.3     267354       13.9          -
1800.01/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.00	c   pseudo solution  :       0.00         93         93        392       18.0         22       14.5          -
1800.01/1800.00	c   applied globally :          -          -          -    2403670       15.9          -          -          -
1800.01/1800.00	c   applied locally  :          -          -          -      17593       36.2          -          -          -
1800.01/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.01/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.01/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.01/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.01/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.01/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.01/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.01/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.01/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.01/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.01/1800.00	c Pricers            :       Time      Calls       Vars
1800.01/1800.00	c   problem variables:       0.00          0          0
1800.01/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   inference        :      10.18    1227186          0          0          0          0    2454372
1800.01/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.00	c   LP solutions     :       0.00          -          0
1800.01/1800.00	c   pseudo solutions :       0.35          -         12
1800.01/1800.00	c   oneopt           :       0.61          0          0
1800.01/1800.00	c   trivial          :       0.00          2          0
1800.01/1800.00	c   simplerounding   :       0.00          0          0
1800.01/1800.00	c   zirounding       :       0.00          0          0
1800.01/1800.00	c   rounding         :       0.00          0          0
1800.01/1800.00	c   shifting         :       0.00          0          0
1800.01/1800.00	c   intshifting      :       0.00          0          0
1800.01/1800.00	c   twoopt           :       0.00          0          0
1800.01/1800.00	c   fixandinfer      :       0.00          0          0
1800.01/1800.00	c   feaspump         :       0.00          0          0
1800.01/1800.00	c   coefdiving       :       0.00          0          0
1800.01/1800.00	c   pscostdiving     :       0.00          0          0
1800.01/1800.00	c   fracdiving       :       0.00          0          0
1800.01/1800.00	c   veclendiving     :       0.00          0          0
1800.01/1800.00	c   intdiving        :       0.00          0          0
1800.01/1800.00	c   actconsdiving    :       0.00          0          0
1800.01/1800.00	c   objpscostdiving  :       0.00          0          0
1800.01/1800.00	c   rootsoldiving    :       0.00          0          0
1800.01/1800.00	c   linesearchdiving :       0.00          0          0
1800.01/1800.00	c   guideddiving     :       0.00          0          0
1800.01/1800.00	c   octane           :       0.00          0          0
1800.01/1800.00	c   rens             :       0.00          0          0
1800.01/1800.00	c   rins             :       0.00          0          0
1800.01/1800.00	c   localbranching   :       0.00          0          0
1800.01/1800.00	c   mutation         :       0.00          0          0
1800.01/1800.00	c   crossover        :       0.00          0          0
1800.01/1800.00	c   dins             :       0.00          0          0
1800.01/1800.00	c   undercover       :       0.00          0          0
1800.01/1800.00	c   nlp              :       0.46          0          0
1800.01/1800.00	c   trysol           :       0.40          1          0
1800.01/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.01/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.01/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.01/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.01/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.00	c B&B Tree           :
1800.01/1800.00	c   number of runs   :          1
1800.01/1800.00	c   nodes            :    1821598
1800.01/1800.00	c   nodes (total)    :    1821598
1800.01/1800.00	c   nodes left       :      55617
1800.01/1800.00	c   max depth        :        141
1800.01/1800.00	c   max depth (total):        141
1800.01/1800.00	c   backtracks       :     638552 (35.1%)
1800.01/1800.00	c   delayed cutoffs  :     429926
1800.01/1800.00	c   repropagations   :    2219416 (8841676 domain reductions, 268482 cutoffs)
1800.01/1800.00	c   avg switch length:      21.79
1800.01/1800.00	c   switching time   :     526.49
1800.01/1800.00	c Solution           :
1800.01/1800.00	c   Solutions found  :         12 (12 improvements)
1800.01/1800.00	c   First Solution   : +3.69000000000000e+02   (in run 1, after 159968 nodes, 65.97 seconds, depth 56, found by <relaxation>)
1800.01/1800.00	c   Primal Bound     : +2.30000000000000e+01   (in run 1, after 1120201 nodes, 793.75 seconds, depth 37, found by <relaxation>)
1800.01/1800.00	c   Dual Bound       : +1.40000000000000e+01
1800.01/1800.00	c   Gap              :      64.29 %
1800.01/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.01/1800.00	c   Root Iterations  :          0
1800.11/1800.17	c Time complete: 1800.19.

Verifier Data

OK	22

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693915-1277897148/watcher-2693915-1277897148 -o /tmp/evaluation-result-2693915-1277897148/solver-2693915-1277897148 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693915-1277897148.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: 1.89 1.97 1.99 3/196 12457
/proc/meminfo: memFree=30900460/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=8268 CPUtime=0
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 1545 0 0 0 0 0 0 0 25 0 1 0 131010791 8466432 1467 4089446400 4194304 7136930 140735982734464 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12457/statm: 2067 1467 275 719 0 1346 0

[startup+0.0665621 s]
/proc/loadavg: 1.89 1.97 1.99 3/196 12457
/proc/meminfo: memFree=30900460/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=12428 CPUtime=0.05
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 4638 0 0 0 4 1 0 0 25 0 1 0 131010791 12726272 2408 4089446400 4194304 7136930 140735982734464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12457/statm: 3107 2408 403 719 0 2386 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12428

[startup+0.100559 s]
/proc/loadavg: 1.89 1.97 1.99 3/196 12457
/proc/meminfo: memFree=30900460/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=12840 CPUtime=0.09
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 4748 0 0 0 7 2 0 0 25 0 1 0 131010791 13148160 2518 4089446400 4194304 7136930 140735982734464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12457/statm: 3210 2518 403 719 0 2489 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12840

[startup+0.300509 s]
/proc/loadavg: 1.89 1.97 1.99 3/196 12457
/proc/meminfo: memFree=30900460/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=14284 CPUtime=0.29
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 5114 0 0 0 25 4 0 0 25 0 1 0 131010791 14626816 2884 4089446400 4194304 7136930 140735982734464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12457/statm: 3571 2884 403 719 0 2850 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14284

[startup+0.700437 s]
/proc/loadavg: 1.89 1.97 1.99 3/196 12457
/proc/meminfo: memFree=30900460/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=17208 CPUtime=0.69
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 5845 0 0 0 60 9 0 0 25 0 1 0 131010791 17620992 3615 4089446400 4194304 7136930 140735982734464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12457/statm: 4302 3615 403 719 0 3581 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17208

[startup+1.50024 s]
/proc/loadavg: 1.89 1.97 1.99 3/197 12458
/proc/meminfo: memFree=30885820/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=20896 CPUtime=1.48
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 6784 0 0 0 136 12 0 0 25 0 1 0 131010791 21397504 4554 4089446400 4194304 7136930 140735982734464 18446744073709551615 4660153 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12457/statm: 5224 4554 403 719 0 4503 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20896

[startup+3.101 s]
/proc/loadavg: 1.90 1.97 1.99 3/197 12458
/proc/meminfo: memFree=30881232/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=25576 CPUtime=3.09
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 7949 0 0 0 288 21 0 0 25 0 1 0 131010791 26189824 5719 4089446400 4194304 7136930 140735982734464 18446744073709551615 4644815 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 6394 5719 403 719 0 5673 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25576

[startup+6.30046 s]
/proc/loadavg: 1.90 1.97 1.99 3/197 12458
/proc/meminfo: memFree=30874004/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=32432 CPUtime=6.29
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 9701 0 0 0 598 31 0 0 25 0 1 0 131010791 33210368 7471 4089446400 4194304 7136930 140735982734464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 8108 7471 403 719 0 7387 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32432

[startup+12.7003 s]
/proc/loadavg: 1.91 1.97 1.99 3/197 12458
/proc/meminfo: memFree=30863852/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=40972 CPUtime=12.69
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 11827 0 0 0 1221 48 0 0 25 0 1 0 131010791 41955328 9597 4089446400 4194304 7136930 140735982734464 18446744073709551615 4999767 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 10243 9597 403 719 0 9522 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40972

[startup+25.5011 s]
/proc/loadavg: 1.93 1.97 1.99 3/197 12459
/proc/meminfo: memFree=30843932/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=60392 CPUtime=25.48
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 16744 0 0 0 2461 87 0 0 25 0 1 0 131010791 61841408 14514 4089446400 4194304 7136930 140735982734464 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 15098 14514 403 719 0 14377 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 60392

[startup+51.1006 s]
/proc/loadavg: 1.95 1.97 1.99 3/197 12459
/proc/meminfo: memFree=30832248/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=72548 CPUtime=51.08
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 19670 0 0 0 4983 125 0 0 25 0 1 0 131010791 74289152 17440 4089446400 4194304 7136930 140735982734464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 18137 17440 403 719 0 17416 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 72548

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.99 3/197 12461
/proc/meminfo: memFree=30773436/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=127656 CPUtime=102.29
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 33148 0 0 0 9955 274 0 0 25 0 1 0 131010791 130719744 30918 4089446400 4194304 7136930 140735982734464 18446744073709551615 5000156 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 31914 30918 404 719 0 31193 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 127656

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/197 12462
/proc/meminfo: memFree=30738668/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=160700 CPUtime=162.29
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 41576 0 0 0 15815 414 0 0 25 0 1 0 131010791 164556800 39346 4089446400 4194304 7136930 140735982734464 18446744073709551615 4854295 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 40175 39346 406 719 0 39454 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 160700

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/197 12464
/proc/meminfo: memFree=30690380/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=211908 CPUtime=222.29
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 53529 0 0 0 21660 569 0 0 25 0 1 0 131010791 216993792 51299 4089446400 4194304 7136930 140735982734464 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 52977 51299 406 719 0 52256 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 211908

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/197 12465
/proc/meminfo: memFree=30664408/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=236892 CPUtime=282.29
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 59898 0 0 0 27549 680 0 0 25 0 1 0 131010791 242577408 57668 4089446400 4194304 7136930 140735982734464 18446744073709551615 4221241 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 59223 57668 406 719 0 58502 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 236892

[startup+342.3 s]
/proc/loadavg: 2.05 1.99 1.99 3/197 12467
/proc/meminfo: memFree=30628868/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=271936 CPUtime=342.29
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 68695 0 0 0 33409 820 0 0 25 0 1 0 131010791 278462464 66465 4089446400 4194304 7136930 140735982734464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 67984 66465 406 719 0 67263 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 271936

[startup+402.301 s]
/proc/loadavg: 2.05 2.00 2.00 3/197 12472
/proc/meminfo: memFree=30611964/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=276428 CPUtime=402.29
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 69835 0 0 0 39276 953 0 0 25 0 1 0 131010791 283062272 67605 4089446400 4194304 7136930 140735982734464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 69107 67605 406 719 0 68386 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 276428

[startup+462.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/197 12473
/proc/meminfo: memFree=30587736/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=289676 CPUtime=462.3
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 73143 0 0 0 45171 1059 0 0 25 0 1 0 131010791 296628224 70913 4089446400 4194304 7136930 140735982734464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 72419 70913 406 719 0 71698 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 289676

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12474
/proc/meminfo: memFree=30575656/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=300032 CPUtime=522.3
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 75679 0 0 0 51083 1147 0 0 25 0 1 0 131010791 307232768 73449 4089446400 4194304 7136930 140735982734464 18446744073709551615 4221576 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 75008 73449 406 719 0 74287 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 300032

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12476
/proc/meminfo: memFree=30548336/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=313004 CPUtime=582.3
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 78860 0 0 0 57007 1223 0 0 25 0 1 0 131010791 320516096 76630 4089446400 4194304 7136930 140735982734464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 78251 76630 406 719 0 77530 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 313004

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12478
/proc/meminfo: memFree=30544200/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=317056 CPUtime=642.3
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 79842 0 0 0 62952 1278 0 0 25 0 1 0 131010791 324665344 77612 4089446400 4194304 7136930 140735982734464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 79264 77612 406 719 0 78543 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 317056

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.13 2.07 2.02 3/197 12860
/proc/meminfo: memFree=30654888/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=320948 CPUtime=882.29
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 80712 0 0 0 86340 1889 0 0 25 0 1 0 131010791 328650752 78482 4089446400 4194304 7136930 140735982734464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 80237 78482 406 719 0 79516 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 320948

[startup+942.301 s]
/proc/loadavg: 2.04 2.06 2.01 3/197 12862
/proc/meminfo: memFree=30648152/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=321556 CPUtime=942.3
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 80796 0 0 0 92287 1943 0 0 25 0 1 0 131010791 329273344 78566 4089446400 4194304 7136930 140735982734464 18446744073709551615 4221190 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 80389 78566 406 719 0 79668 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 321556

[startup+1002.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/197 12864
/proc/meminfo: memFree=30647464/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=321748 CPUtime=1002.29
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 80888 0 0 0 98202 2027 0 0 25 0 1 0 131010791 329469952 78658 4089446400 4194304 7136930 140735982734464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 80437 78658 406 719 0 79716 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 321748

[startup+1062.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/197 12865
/proc/meminfo: memFree=30622348/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=321748 CPUtime=1062.29
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 80910 0 0 0 104109 2120 0 0 25 0 1 0 131010791 329469952 78680 4089446400 4194304 7136930 140735982734464 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 80437 78680 406 719 0 79716 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 321748

[startup+1122.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/197 12867
/proc/meminfo: memFree=30617592/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=322300 CPUtime=1122.29
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 81013 0 0 0 110058 2171 0 0 25 0 1 0 131010791 330035200 78783 4089446400 4194304 7136930 140735982734464 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 80575 78783 406 719 0 79854 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 322300

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/197 12868
/proc/meminfo: memFree=30607508/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=322300 CPUtime=1182.3
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 81030 0 0 0 115979 2251 0 0 25 0 1 0 131010791 330035200 78800 4089446400 4194304 7136930 140735982734464 18446744073709551615 5953094 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 80575 78800 406 719 0 79854 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 322300

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 12870
/proc/meminfo: memFree=30607096/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=322696 CPUtime=1242.3
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 81069 0 0 0 121933 2297 0 0 25 0 1 0 131010791 330440704 78839 4089446400 4194304 7136930 140735982734464 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 80674 78839 406 719 0 79953 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 322696

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 12872
/proc/meminfo: memFree=30600488/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=323236 CPUtime=1302.3
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 81154 0 0 0 127900 2330 0 0 25 0 1 0 131010791 330993664 78924 4089446400 4194304 7136930 140735982734464 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 80809 78924 406 719 0 80088 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 323236

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 12873
/proc/meminfo: memFree=30590148/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=323808 CPUtime=1362.31
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 81213 0 0 0 133850 2381 0 0 25 0 1 0 131010791 331579392 78983 4089446400 4194304 7136930 140735982734464 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 80952 78983 406 719 0 80231 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 323808

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12875
/proc/meminfo: memFree=30587128/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=324572 CPUtime=1422.31
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 81322 0 0 0 139790 2441 0 0 25 0 1 0 131010791 332361728 79092 4089446400 4194304 7136930 140735982734464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 81143 79092 406 719 0 80422 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 324572

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12876
/proc/meminfo: memFree=30586836/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=324572 CPUtime=1482.31
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 81322 0 0 0 145744 2487 0 0 25 0 1 0 131010791 332361728 79092 4089446400 4194304 7136930 140735982734464 18446744073709551615 4999875 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 81143 79092 406 719 0 80422 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 324572

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12878
/proc/meminfo: memFree=30579356/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=325040 CPUtime=1542.3
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 81447 0 0 0 151708 2522 0 0 25 0 1 0 131010791 332840960 79217 4089446400 4194304 7136930 140735982734464 18446744073709551615 4208920 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 81260 79217 406 719 0 80539 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 325040

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/197 12880
/proc/meminfo: memFree=30578584/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=325040 CPUtime=1602.31
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 81506 0 0 0 157656 2575 0 0 25 0 1 0 131010791 332840960 79276 4089446400 4194304 7136930 140735982734464 18446744073709551615 5950366 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 81260 79276 406 719 0 80539 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 325040

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 12881
/proc/meminfo: memFree=30578416/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=325040 CPUtime=1662.31
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 81509 0 0 0 163614 2617 0 0 25 0 1 0 131010791 332840960 79279 4089446400 4194304 7136930 140735982734464 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 81260 79279 406 719 0 80539 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 325040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12883
/proc/meminfo: memFree=30572928/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=325040 CPUtime=1722.31
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 81539 0 0 0 169579 2652 0 0 25 0 1 0 131010791 332840960 79309 4089446400 4194304 7136930 140735982734464 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 81260 79309 406 719 0 80539 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 325040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12884
/proc/meminfo: memFree=30564572/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=325220 CPUtime=1782.32
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 81582 0 0 0 175497 2735 0 0 25 0 1 0 131010791 333025280 79352 4089446400 4194304 7136930 140735982734464 18446744073709551615 5955597 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 81305 79352 406 719 0 80584 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 325220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12885
/proc/meminfo: memFree=30564680/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=325220 CPUtime=1800.01
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 81582 0 0 0 177237 2764 0 0 25 0 1 0 131010791 333025280 79352 4089446400 4194304 7136930 140735982734464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12457/statm: 81305 79352 406 719 0 80584 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 325220

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

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12885
/proc/meminfo: memFree=30564680/32951124 swapFree=67111528/67111528
[pid=12457] ppid=12455 vsize=324960 CPUtime=1800.11
/proc/12457/stat : 12457 (pbscip.linux.x8) R 12455 12457 11091 0 -1 4202496 81587 0 0 0 177247 2764 0 0 18 0 1 0 131010791 332759040 79292 4089446400 4194304 7136930 140735982734464 18446744073709551615 6166212 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12457/statm: 81240 79292 411 719 0 80519 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 324960

Child status: 0
Real time (s): 1800.18
CPU time (s): 1800.2
CPU user time (s): 1772.53
CPU system time (s): 27.6618
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 325220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1772.53
system time used= 27.6618
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81594
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= 3
involuntary context switches= 6052

runsolver used 2.75458 second user time and 5.59115 second system time

The end

Launcher Data

Begin job on node136 at 2010-06-30 13:25:48
IDJOB=2693915
IDBENCH=78804
IDSOLVER=1206
FILE ID=node136/2693915-1277897148
PBS_JOBID= 11197082
Free space on /tmp= 74140 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.1111224255--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-2693915-1277897148/watcher-2693915-1277897148 -o /tmp/evaluation-result-2693915-1277897148/solver-2693915-1277897148 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693915-1277897148.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 05353c2425a18151180bf625f4200ddf
RANDOM SEED=203638871

node136.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	: 5332.82
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.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.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.83
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.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.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.83
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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30900864 kB
Buffers:        178736 kB
Cached:        1370184 kB
SwapCached:          0 kB
Active:        1008872 kB
Inactive:       896672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30900864 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3368 kB
Writeback:           0 kB
AnonPages:      356468 kB
Mapped:          20240 kB
Slab:            81748 kB
PageTables:       5296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1653744 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= 74136 MiB
End job on node136 at 2010-06-30 13:55:50