Trace number 2693931

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverMSAT (TO) 1800.32 1800.27

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218308--soft-66-100-0.wbo
MD5SUMa5d664782ae9dce48db7be74d5616966
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.837871
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 1154
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693931-1277897816.wbo>
0.00/0.00	c original problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 144 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 48 impls, 39 clqs
0.00/0.01	c (round 2) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 48 impls, 39 clqs
0.00/0.01	c (round 3) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 46 upgd conss, 48 impls, 39 clqs
0.00/0.02	c    (0.0s) probing: 101/211 (47.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (4 rounds):
0.00/0.02	c  0 deleted vars, 14 deleted constraints, 42 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  48 implications, 39 cliques
0.00/0.02	c presolved problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 130 constraints
0.00/0.02	c      42 constraints of type <indicator>
0.00/0.02	c       1 constraints of type <knapsack>
0.00/0.02	c      39 constraints of type <setppc>
0.00/0.02	c      42 constraints of type <linear>
0.00/0.02	c       6 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.02
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     2 |     0 |     - | 941k|   0 |   - | 253 | 130 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.38	c   1.3s| 10000 |  7455 |     0 |   0.0 |6344k| 141 |   - | 253 |3037 |   0 |   0 |   0 |6063 |   0 | 0.000000e+00 |      --      |    Inf 
3.39/3.49	c   3.3s| 20000 | 13469 |     0 |   0.0 |  10M| 141 |   - | 253 |3164 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
5.79/5.85	c   5.6s| 30000 | 19445 |     0 |   0.0 |  16M| 141 |   - | 253 |6365 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
8.89/8.94	c   8.6s| 40000 | 24653 |     0 |   0.0 |  21M| 141 |   - | 253 |8656 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
12.89/12.93	c  12.4s| 50000 | 28494 |     0 |   0.0 |  26M| 141 |   - | 253 |  11k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
17.89/17.92	c  17.3s| 60000 | 31231 |     0 |   0.0 |  31M| 141 |   - | 253 |  14k|   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
22.49/22.51	c  21.8s| 70000 | 35290 |     0 |   0.0 |  31M| 141 |   - | 253 |5375 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
23.10/23.18	o 387
23.10/23.18	c *22.4s| 75325 | 39804 |     0 |   0.0 |  32M| 141 |   - | 253 |2417 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 3.870000e+02 |    Inf 
23.10/23.18	o 267
23.10/23.18	c *22.4s| 75339 | 39803 |     0 |   0.0 |  32M| 141 |   - | 253 |2417 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 2.670000e+02 |    Inf 
23.69/23.74	c  22.9s| 80000 | 43741 |     0 |   0.0 |  34M| 141 |   - | 253 |2119 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 2.670000e+02 |    Inf 
25.09/25.10	c  24.2s| 90000 | 51769 |     0 |   0.0 |  38M| 141 |   - | 253 |2760 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 2.670000e+02 |    Inf 
27.10/27.10	c  26.1s|100000 | 58490 |     0 |   0.0 |  43M| 141 |   - | 253 |4847 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 2.670000e+02 |    Inf 
30.80/30.87	c  29.7s|110000 | 62298 |     0 |   0.0 |  48M| 141 |   - | 253 |8747 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 2.670000e+02 |    Inf 
35.89/35.90	c  34.6s|120000 | 65411 |     0 |   0.0 |  52M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 2.670000e+02 |    Inf 
42.59/42.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.59/42.69	c  41.3s|130000 | 67045 |     0 |   0.0 |  57M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 2.670000e+02 |    Inf 
51.19/51.23	c  49.8s|140000 | 67620 |     0 |   0.0 |  61M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 2.670000e+02 |    Inf 
60.80/60.81	c  59.2s|150000 | 67728 |     0 |   0.0 |  64M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 2.670000e+02 |    Inf 
70.99/71.03	c  69.3s|160000 | 67682 |     0 |   0.0 |  67M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 2.670000e+02 |    Inf 
82.89/82.98	c  81.1s|170000 | 66823 |     0 |   0.0 |  71M| 141 |   - | 253 |  28k|   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 2.670000e+02 |    Inf 
96.80/96.85	c  94.8s|180000 | 65129 |     0 |   0.0 |  70M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 2.670000e+02 |    Inf 
99.70/99.72	c  97.6s|190000 | 73293 |     0 |   0.0 |  67M| 141 |   - | 253 |4920 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 2.670000e+02 |    Inf 
101.30/101.39	c  99.2s|200000 | 81211 |     0 |   0.0 |  70M| 141 |   - | 253 |3755 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 2.670000e+02 |    Inf 
101.90/101.97	o 234
101.90/101.97	c *99.8s|203471 | 83908 |     0 |   0.0 |  72M| 141 |   - | 253 |3758 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 2.340000e+02 |    Inf 
103.10/103.10	c   101s|210000 | 88938 |     0 |   0.0 |  74M| 141 |   - | 253 |3928 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 2.340000e+02 |    Inf 
104.80/104.80	c   102s|220000 | 96740 |     0 |   0.0 |  78M| 141 |   - | 253 |4113 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 2.340000e+02 |    Inf 
106.60/106.61	c   104s|230000 |104348 |     0 |   0.0 |  82M| 141 |   - | 253 |4480 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 2.340000e+02 |    Inf 
108.40/108.45	c   106s|240000 |111857 |     0 |   0.0 |  86M| 141 |   - | 253 |4541 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 2.340000e+02 |    Inf 
110.29/110.35	c   108s|250000 |119270 |     0 |   0.0 |  90M| 141 |   - | 253 |4603 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 2.340000e+02 |    Inf 
112.30/112.35	c   110s|260000 |126522 |     0 |   0.0 |  94M| 141 |   - | 253 |5064 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 2.340000e+02 |    Inf 
114.31/114.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
114.31/114.36	c   112s|270000 |133795 |     0 |   0.0 |  98M| 141 |   - | 253 |5256 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 2.340000e+02 |    Inf 
116.50/116.53	c   114s|280000 |140684 |     0 |   0.0 | 103M| 141 |   - | 253 |5525 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 2.340000e+02 |    Inf 
118.70/118.71	c   116s|290000 |147669 |     0 |   0.0 | 107M| 141 |   - | 253 |5728 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 2.340000e+02 |    Inf 
121.00/121.07	c   118s|300000 |154309 |     0 |   0.0 | 111M| 141 |   - | 253 |6057 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 2.340000e+02 |    Inf 
123.40/123.43	c   120s|310000 |160965 |     0 |   0.0 | 115M| 141 |   - | 253 |6286 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 2.340000e+02 |    Inf 
125.70/125.78	c   122s|320000 |167740 |     0 |   0.0 | 119M| 141 |   - | 253 |6595 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 2.340000e+02 |    Inf 
126.09/126.12	o 221
126.09/126.12	c * 123s|321273 |168495 |     0 |   0.0 | 120M| 141 |   - | 253 |6676 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
128.29/128.35	c   125s|330000 |174049 |     0 |   0.0 | 123M| 141 |   - | 253 |6889 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
131.10/131.13	c   128s|340000 |180139 |     0 |   0.0 | 128M| 141 |   - | 253 |7413 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
134.10/134.19	c   131s|350000 |185757 |     0 |   0.0 | 132M| 141 |   - | 253 |8097 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
137.59/137.64	c   134s|360000 |190859 |     0 |   0.0 | 136M| 141 |   - | 253 |8697 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
141.30/141.37	c   137s|370000 |195549 |     0 |   0.0 | 140M| 141 |   - | 253 |9562 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
145.30/145.33	c   141s|380000 |200021 |     0 |   0.0 | 145M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 328k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
149.80/149.89	c   146s|390000 |203871 |     0 |   0.0 | 149M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 338k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
157.60/157.69	c   153s|400000 |204660 |     0 |   0.0 | 152M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 355k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
169.70/169.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
169.70/169.79	c   165s|410000 |202375 |     0 |   0.0 | 154M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 377k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
184.81/184.82	c   180s|420000 |199113 |     0 |   0.0 | 153M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 399k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
203.20/203.21	c   199s|430000 |194960 |     0 |   0.0 | 152M| 141 |   - | 253 |  32k|   0 |   0 |   0 | 423k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
228.71/228.77	c   224s|440000 |188787 |     0 |   0.0 | 146M| 141 |   - | 253 |  41k|   0 |   0 |   0 | 446k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
235.59/235.66	c   230s|450000 |195374 |     0 |   0.0 | 140M| 141 |   - | 253 |9918 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
238.70/238.73	c   233s|460000 |201494 |     0 |   0.0 | 143M| 141 |   - | 253 |7203 |   0 |   0 |   0 | 456k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
241.60/241.66	c   236s|470000 |207501 |     0 |   0.0 | 147M| 141 |   - | 253 |6848 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
244.50/244.56	c   238s|480000 |213297 |     0 |   0.0 | 150M| 141 |   - | 253 |6492 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
247.30/247.35	c   241s|490000 |219095 |     0 |   0.0 | 154M| 141 |   - | 253 |6594 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
247.80/247.89	o 199
247.80/247.89	c * 241s|491837 |220062 |     0 |   0.0 | 155M| 141 |   - | 253 |6700 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 | 1.990000e+02 |    Inf 
250.20/250.20	c   243s|500000 |224784 |     0 |   0.0 | 158M| 141 |   - | 253 |6996 |   0 |   0 |   0 | 477k|   0 | 0.000000e+00 | 1.990000e+02 |    Inf 
253.00/253.03	c   246s|510000 |230619 |     0 |   0.0 | 161M| 141 |   - | 253 |6962 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 | 1.990000e+02 |    Inf 
255.80/255.80	c   248s|520000 |236550 |     0 |   0.0 | 165M| 141 |   - | 253 |7162 |   0 |   0 |   0 | 487k|   0 | 0.000000e+00 | 1.990000e+02 |    Inf 
258.69/258.70	c   251s|530000 |242322 |     0 |   0.0 | 169M| 141 |   - | 253 |7159 |   0 |   0 |   0 | 493k|   0 | 0.000000e+00 | 1.990000e+02 |    Inf 
261.40/261.46	c   253s|540000 |248279 |     0 |   0.0 | 172M| 141 |   - | 253 |7006 |   0 |   0 |   0 | 498k|   0 | 0.000000e+00 | 1.990000e+02 |    Inf 
264.20/264.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
264.20/264.20	c   256s|550000 |254179 |     0 |   0.0 | 176M| 141 |   - | 253 |7467 |   0 |   0 |   0 | 503k|   0 | 0.000000e+00 | 1.990000e+02 |    Inf 
267.00/267.00	c   258s|560000 |260106 |     0 |   0.0 | 179M| 141 |   - | 253 |7961 |   0 |   0 |   0 | 508k|   0 | 0.000000e+00 | 1.990000e+02 |    Inf 
269.90/269.97	c   261s|570000 |265866 |     0 |   0.0 | 183M| 141 |   - | 253 |7858 |   0 |   0 |   0 | 513k|   0 | 0.000000e+00 | 1.990000e+02 |    Inf 
273.10/273.13	c   264s|580000 |271288 |     0 |   0.0 | 186M| 141 |   - | 253 |7559 |   0 |   0 |   0 | 519k|   0 | 0.000000e+00 | 1.990000e+02 |    Inf 
275.70/275.70	c   266s|590000 |277599 |     0 |   0.0 | 190M| 141 |   - | 253 |7949 |   0 |   0 |   0 | 523k|   0 | 0.000000e+00 | 1.990000e+02 |    Inf 
278.50/278.52	c   268s|600000 |283549 |     0 |   0.0 | 193M| 141 |   - | 253 |8197 |   0 |   0 |   0 | 529k|   0 | 0.000000e+00 | 1.990000e+02 |    Inf 
280.89/280.94	o 97
280.89/280.94	c * 271s|608603 |281945 |     0 |   0.0 | 191M| 141 |   - | 253 |8274 |   0 |   0 |   0 | 533k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
281.30/281.38	c   271s|610000 |282710 |     0 |   0.0 | 192M| 141 |   - | 253 |7255 |   0 |   0 |   0 | 534k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
284.30/284.38	c   274s|620000 |288143 |     0 |   0.0 | 196M| 141 |   - | 253 |7925 |   0 |   0 |   0 | 540k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
287.40/287.43	c   276s|630000 |293615 |     0 |   0.0 | 199M| 141 |   - | 253 |8316 |   0 |   0 |   0 | 546k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
290.41/290.49	c   279s|640000 |299316 |     0 |   0.0 | 203M| 141 |   - | 253 |8421 |   0 |   0 |   0 | 552k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
293.60/293.62	c   282s|650000 |304802 |     0 |   0.0 | 207M| 141 |   - | 253 |8556 |   0 |   0 |   0 | 559k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
297.00/297.00	c   285s|660000 |309992 |     0 |   0.0 | 211M| 141 |   - | 253 |8739 |   0 |   0 |   0 | 565k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
300.10/300.20	c   288s|670000 |315340 |     0 |   0.0 | 215M| 141 |   - | 253 |8649 |   0 |   0 |   0 | 572k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
303.80/303.82	c   291s|680000 |320022 |     0 |   0.0 | 219M| 141 |   - | 253 |8526 |   0 |   0 |   0 | 579k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
306.90/306.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
306.90/306.97	c   294s|690000 |325494 |     0 |   0.0 | 223M| 141 |   - | 253 |8909 |   0 |   0 |   0 | 585k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
310.60/310.67	c   297s|700000 |330292 |     0 |   0.0 | 227M| 141 |   - | 253 |8718 |   0 |   0 |   0 | 593k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
313.90/313.91	c   300s|710000 |335638 |     0 |   0.0 | 231M| 141 |   - | 253 |8936 |   0 |   0 |   0 | 600k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
317.60/317.62	c   304s|720000 |340274 |     0 |   0.0 | 235M| 141 |   - | 253 |9377 |   0 |   0 |   0 | 607k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
321.00/321.02	c   307s|730000 |345428 |     0 |   0.0 | 239M| 141 |   - | 253 |9005 |   0 |   0 |   0 | 614k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
324.60/324.64	c   310s|740000 |350226 |     0 |   0.0 | 243M| 141 |   - | 253 |9972 |   0 |   0 |   0 | 622k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
328.50/328.56	c   314s|750000 |354721 |     0 |   0.0 | 246M| 141 |   - | 253 |9336 |   0 |   0 |   0 | 629k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
332.21/332.29	c   317s|760000 |359384 |     0 |   0.0 | 250M| 141 |   - | 253 |9635 |   0 |   0 |   0 | 637k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
336.30/336.35	c   321s|770000 |363589 |     0 |   0.0 | 254M| 141 |   - | 253 |9721 |   0 |   0 |   0 | 645k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
340.10/340.19	c   324s|780000 |368067 |     0 |   0.0 | 258M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 653k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
344.21/344.29	c   328s|790000 |372285 |     0 |   0.0 | 262M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 662k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
348.10/348.17	c   332s|800000 |376693 |     0 |   0.0 | 266M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 670k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
352.20/352.25	c   336s|810000 |380916 |     0 |   0.0 | 269M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 678k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
356.41/356.46	c   340s|820000 |384926 |     0 |   0.0 | 273M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 687k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
360.50/360.53	c   343s|830000 |389150 |     0 |   0.0 | 277M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 695k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
365.00/365.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
365.00/365.01	c   347s|840000 |392768 |     0 |   0.0 | 281M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 704k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
369.30/369.34	c   351s|850000 |396620 |     0 |   0.0 | 285M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 713k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
373.90/373.94	c   356s|860000 |400158 |     0 |   0.0 | 288M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 722k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
378.60/378.69	c   360s|870000 |403682 |     0 |   0.0 | 292M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 732k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
383.40/383.40	c   364s|880000 |407213 |     0 |   0.0 | 296M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 741k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
388.60/388.61	c   369s|890000 |410321 |     0 |   0.0 | 298M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 751k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
393.71/393.78	c   374s|900000 |413349 |     0 |   0.0 | 302M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 761k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
399.31/399.36	c   379s|910000 |416101 |     0 |   0.0 | 304M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 771k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
405.00/405.09	c   385s|920000 |418776 |     0 |   0.0 | 307M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 782k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
411.01/411.02	c   390s|930000 |421268 |     0 |   0.0 | 310M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 793k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
417.10/417.10	c   396s|940000 |423730 |     0 |   0.0 | 313M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 804k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
423.70/423.72	c   402s|950000 |425754 |     0 |   0.0 | 316M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 815k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
430.91/430.90	c   409s|960000 |427448 |     0 |   0.0 | 318M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 827k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
438.21/438.27	c   416s|970000 |428913 |     0 |   0.0 | 321M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 839k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
445.91/445.94	c   423s|980000 |430216 |     0 |   0.0 | 323M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 852k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
454.21/454.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
454.21/454.30	c   431s|990000 |431138 |     0 |   0.0 | 325M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 865k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
464.01/464.08	c   441s|  1000k|431296 |     0 |   0.0 | 327M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 879k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
475.22/475.21	c   451s|  1010k|430905 |     0 |   0.0 | 325M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 893k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
480.40/480.45	c   456s|  1020k|435574 |     0 |   0.0 | 327M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 901k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
484.91/484.95	c   460s|  1030k|440084 |     0 |   0.0 | 330M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 908k|   0 | 1.000000e+00 | 9.700000e+01 |9600.00%
488.70/488.72	o 89
488.70/488.72	c * 464s|  1039k|432490 |     0 |   0.0 | 324M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 914k|   0 | 1.000000e+00 | 8.900000e+01 |8800.00%
489.00/489.08	c   464s|  1040k|432945 |     0 |   0.0 | 324M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 914k|   0 | 1.000000e+00 | 8.900000e+01 |8800.00%
494.11/494.15	c   469s|  1050k|435480 |     0 |   0.0 | 326M| 141 |   - | 253 |3701 |   0 |   0 |   0 | 924k|   0 | 1.000000e+00 | 8.900000e+01 |8800.00%
498.60/498.63	c   473s|  1060k|437241 |     0 |   0.0 | 329M| 141 |   - | 253 |4193 |   0 |   0 |   0 | 932k|   0 | 1.000000e+00 | 8.900000e+01 |8800.00%
503.10/503.10	c   477s|  1070k|439262 |     0 |   0.0 | 332M| 141 |   - | 253 |5059 |   0 |   0 |   0 | 940k|   0 | 1.000000e+00 | 8.900000e+01 |8800.00%
507.80/507.82	c   481s|  1080k|441123 |     0 |   0.0 | 335M| 141 |   - | 253 |5672 |   0 |   0 |   0 | 948k|   0 | 1.000000e+00 | 8.900000e+01 |8800.00%
512.61/512.62	c   486s|  1090k|442867 |     0 |   0.0 | 338M| 141 |   - | 253 |5899 |   0 |   0 |   0 | 957k|   0 | 1.000000e+00 | 8.900000e+01 |8800.00%
517.61/517.63	c   490s|  1100k|444387 |     0 |   0.0 | 341M| 141 |   - | 253 |5957 |   0 |   0 |   0 | 966k|   0 | 1.000000e+00 | 8.900000e+01 |8800.00%
522.70/522.72	c   495s|  1110k|445900 |     0 |   0.0 | 344M| 141 |   - | 253 |5472 |   0 |   0 |   0 | 974k|   0 | 1.000000e+00 | 8.900000e+01 |8800.00%
527.21/527.21	c   499s|  1120k|448324 |     0 |   0.0 | 347M| 141 |   - | 253 |7026 |   0 |   0 |   0 | 982k|   0 | 1.000000e+00 | 8.900000e+01 |8800.00%
532.42/532.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
532.42/532.48	c   504s|  1130k|449378 |     0 |   0.0 | 350M| 141 |   - | 253 |6932 |   0 |   0 |   0 | 992k|   0 | 1.000000e+00 | 8.900000e+01 |8800.00%
537.61/537.69	c   509s|  1140k|450674 |     0 |   0.0 | 353M| 141 |   - | 253 |5649 |   0 |   0 |   0 |1001k|   0 | 1.000000e+00 | 8.900000e+01 |8800.00%
542.21/542.22	c   513s|  1150k|452880 |     0 |   0.0 | 356M| 141 |   - | 253 |7573 |   0 |   0 |   0 |1009k|   0 | 1.000000e+00 | 8.900000e+01 |8800.00%
547.60/547.65	c   518s|  1160k|453861 |     0 |   0.0 | 359M| 141 |   - | 253 |7048 |   0 |   0 |   0 |1019k|   0 | 1.000000e+00 | 8.900000e+01 |8800.00%
547.81/547.85	o 81
547.81/547.85	c * 518s|  1160k|438350 |     0 |   0.0 | 345M| 141 |   - | 253 |7080 |   0 |   0 |   0 |1019k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
552.51/552.59	c   522s|  1170k|439847 |     0 |   0.0 | 348M| 141 |   - | 253 |2646 |   0 |   0 |   0 |1028k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
556.51/556.55	o 62
556.51/556.55	c * 526s|  1178k|415557 |     0 |   0.0 | 330M| 141 |   - | 253 |3990 |   0 |   0 |   0 |1037k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
557.41/557.47	c   527s|  1180k|415740 |     0 |   0.0 | 331M| 141 |   - | 253 |4657 |   0 |   0 |   0 |1039k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
563.51/563.57	c   532s|  1190k|416051 |     0 |   0.0 | 336M| 141 |   - | 253 |5578 |   0 |   0 |   0 |1050k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
569.72/569.77	c   538s|  1200k|415725 |     0 |   0.0 | 339M| 141 |   - | 253 |7557 |   0 |   0 |   0 |1062k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
576.31/576.40	c   544s|  1210k|415419 |     0 |   0.0 | 341M| 141 |   - | 253 |8121 |   0 |   0 |   0 |1074k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
583.11/583.14	c   551s|  1220k|415758 |     0 |   0.0 | 344M| 141 |   - | 253 |7418 |   0 |   0 |   0 |1085k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
590.01/590.07	c   557s|  1230k|415038 |     0 |   0.0 | 346M| 141 |   - | 253 |9598 |   0 |   0 |   0 |1097k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
597.50/597.59	c   564s|  1240k|414065 |     0 |   0.0 | 348M| 141 |   - | 253 |9379 |   0 |   0 |   0 |1109k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
598.91/598.98	o 40
598.91/598.98	c * 566s|  1241k|372556 |     0 |   0.0 | 317M| 141 |   - | 253 |9782 |   0 |   0 |   0 |1111k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
606.71/606.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
606.71/606.78	c   573s|  1250k|370179 |     0 |   0.0 | 321M| 141 |   - | 253 |8001 |   0 |   0 |   0 |1125k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
616.51/616.56	c   582s|  1260k|365760 |     0 |   0.0 | 322M| 141 |   - | 253 |8657 |   0 |   0 |   0 |1143k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
625.92/625.94	c   591s|  1270k|361464 |     0 |   0.0 | 323M| 141 |   - | 253 |9359 |   0 |   0 |   0 |1160k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
635.51/635.56	c   600s|  1280k|357149 |     0 |   0.0 | 324M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1178k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
645.21/645.29	o 23
645.21/645.29	c * 610s|  1289k|285240 |     0 |   0.0 | 270M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1194k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
646.31/646.36	c   611s|  1290k|284430 |     0 |   0.0 | 269M| 141 |   - | 253 |7428 |   0 |   0 |   0 |1196k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
663.51/663.59	c   627s|  1300k|270647 |     0 |   0.0 | 270M| 141 |   - | 253 |9699 |   0 |   0 |   0 |1227k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
680.92/680.97	c   644s|  1310k|256259 |     0 |   0.0 | 265M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1253k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
701.31/701.33	o 10
701.31/701.33	c * 663s|  1319k|223871 |     0 |   0.0 | 245M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1282k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
701.41/701.40	c   663s|  1320k|223820 |     0 |   0.0 | 245M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1282k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
723.42/723.46	c   685s|  1330k|205298 |     0 |   0.0 | 238M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1315k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
750.01/750.04	c   711s|  1340k|184794 |     0 |   0.0 | 225M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1348k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
778.62/778.63	c   738s|  1350k|164786 |     0 |   0.0 | 209M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1381k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
811.41/811.44	c   770s|  1360k|141207 |     0 |   0.0 | 183M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1415k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
858.22/858.28	c   816s|  1370k|111716 |     0 |   0.0 | 169M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1459k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
912.82/912.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
912.82/912.89	c   870s|  1380k| 78577 |     0 |   0.0 | 144M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1502k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
959.13/959.12	c   915s|  1390k| 49655 |     0 |   0.0 | 115M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1538k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
1003.43/1003.46	c   959s|  1400k| 27720 |     0 |   0.0 |  79M| 141 |   - | 253 |  39k|   0 |   0 |   0 |1570k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
1029.12/1029.14	c   984s|  1410k| 16845 |     0 |   0.0 |  30M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1589k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1034.62/1034.61	c   989s|  1420k| 19391 |     0 |   0.0 |  31M| 141 |   - | 253 |7833 |   0 |   0 |   0 |1600k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1043.32/1043.33	c   998s|  1430k| 14472 |     0 |   0.0 |  24M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1620k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1046.63/1046.68	c  1001s|  1440k| 21153 |     0 |   0.0 |  27M| 141 |   - | 253 |9723 |   0 |   0 |   0 |1627k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1050.53/1050.52	c  1004s|  1450k| 26611 |     0 |   0.0 |  32M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1636k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1056.23/1056.23	c  1010s|  1460k| 30152 |     0 |   0.0 |  37M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1648k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1065.33/1065.38	c  1018s|  1470k| 30131 |     0 |   0.0 |  38M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1665k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1073.12/1073.17	c  1026s|  1480k| 30454 |     0 |   0.0 |  38M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1681k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1079.72/1079.70	c  1032s|  1490k| 34537 |     0 |   0.0 |  42M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1692k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1087.52/1087.50	c  1039s|  1500k| 37643 |     0 |   0.0 |  46M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1705k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1096.63/1096.68	c  1048s|  1510k| 39828 |     0 |   0.0 |  50M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1719k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1107.03/1107.04	c  1058s|  1520k| 41828 |     0 |   0.0 |  54M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1733k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1120.23/1120.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1120.23/1120.27	c  1071s|  1530k| 42154 |     0 |   0.0 |  58M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1750k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1135.13/1135.18	c  1086s|  1540k| 41772 |     0 |   0.0 |  61M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1768k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1152.83/1152.82	c  1103s|  1550k| 40086 |     0 |   0.0 |  62M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1787k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1170.73/1170.72	c  1120s|  1560k| 38512 |     0 |   0.0 |  56M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1805k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1182.63/1182.62	c  1132s|  1570k| 38409 |     0 |   0.0 |  59M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1822k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1199.03/1199.06	c  1148s|  1580k| 36606 |     0 |   0.0 |  62M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1841k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1220.33/1220.37	c  1169s|  1590k| 33302 |     0 |   0.0 |  63M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1863k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1246.44/1246.47	c  1194s|  1600k| 29273 |     0 |   0.0 |  63M| 141 |   - | 253 |  38k|   0 |   0 |   0 |1885k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1276.73/1276.71	c  1224s|  1610k| 24527 |     0 |   0.0 |  61M| 141 |   - | 253 |  44k|   0 |   0 |   0 |1907k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1312.13/1312.16	c  1259s|  1620k| 18031 |     0 |   0.0 |  53M| 141 |   - | 253 |  44k|   0 |   0 |   0 |1930k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1320.04/1320.05	c  1267s|  1630k| 25005 |     0 |   0.0 |  47M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1937k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1326.43/1326.48	c  1273s|  1640k| 27938 |     0 |   0.0 |  50M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1950k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1348.84/1348.85	c  1295s|  1650k| 18810 |     0 |   0.0 |  39M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1977k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1362.34/1362.37	c  1308s|  1660k| 21025 |     0 |   0.0 |  31M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1989k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1367.93/1367.91	c  1313s|  1670k| 27138 |     0 |   0.0 |  34M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1997k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1373.73/1373.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1373.73/1373.74	c  1319s|  1680k| 32791 |     0 |   0.0 |  38M| 141 |   - | 253 |  19k|   0 |   0 |   0 |2007k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1380.63/1380.60	c  1325s|  1690k| 38009 |     0 |   0.0 |  42M| 141 |   - | 253 |  22k|   0 |   0 |   0 |2017k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1388.43/1388.41	c  1333s|  1700k| 42911 |     0 |   0.0 |  45M| 141 |   - | 253 |  24k|   0 |   0 |   0 |2027k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1397.44/1397.44	c  1341s|  1710k| 47120 |     0 |   0.0 |  49M| 141 |   - | 253 |  26k|   0 |   0 |   0 |2040k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1408.43/1408.47	c  1352s|  1720k| 50291 |     0 |   0.0 |  51M| 141 |   - | 253 |  29k|   0 |   0 |   0 |2055k|   0 | 6.000000e+00 | 1.000000e+01 |  66.67%
1423.14/1423.13	c  1366s|  1730k| 51260 |     0 |   0.0 |  55M| 141 |   - | 253 |  34k|   0 |   0 |   0 |2074k|   0 | 9.000000e+00 | 1.000000e+01 |  11.11%
1436.04/1436.00	c  1379s|  1740k| 55297 |     0 |   0.0 |  56M| 141 |   - | 253 |  27k|   0 |   0 |   0 |2088k|   0 | 9.000000e+00 | 1.000000e+01 |  11.11%
1448.04/1448.00	c  1390s|  1750k| 58603 |     0 |   0.0 |  59M| 141 |   - | 253 |  27k|   0 |   0 |   0 |2102k|   0 | 9.000000e+00 | 1.000000e+01 |  11.11%
1461.73/1461.75	c  1404s|  1760k| 60723 |     0 |   0.0 |  63M| 141 |   - | 253 |  28k|   0 |   0 |   0 |2120k|   0 | 9.000000e+00 | 1.000000e+01 |  11.11%
1477.24/1477.29	c  1419s|  1770k| 62096 |     0 |   0.0 |  67M| 141 |   - | 253 |  30k|   0 |   0 |   0 |2138k|   0 | 9.000000e+00 | 1.000000e+01 |  11.11%
1494.84/1494.88	c  1436s|  1780k| 62969 |     0 |   0.0 |  71M| 141 |   - | 253 |  33k|   0 |   0 |   0 |2158k|   0 | 9.000000e+00 | 1.000000e+01 |  11.11%
1514.75/1514.73	c  1456s|  1790k| 63516 |     0 |   0.0 |  74M| 141 |   - | 253 |  37k|   0 |   0 |   0 |2178k|   0 | 9.000000e+00 | 1.000000e+01 |  11.11%
1536.94/1536.95	c  1477s|  1800k| 63552 |     0 |   0.0 |  78M| 141 |   - | 253 |  40k|   0 |   0 |   0 |2198k|   0 | 9.000000e+00 | 1.000000e+01 |  11.11%
1560.34/1560.39	c  1500s|  1810k| 63806 |     0 |   0.0 |  82M| 141 |   - | 253 |  44k|   0 |   0 |   0 |2218k|   0 | 9.000000e+00 | 1.000000e+01 |  11.11%
1586.94/1586.92	c  1527s|  1820k| 63469 |     0 |   0.0 |  85M| 141 |   - | 253 |  47k|   0 |   0 |   0 |2239k|   0 | 9.000000e+00 | 1.000000e+01 |  11.11%
1616.14/1616.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1616.14/1616.14	c  1555s|  1830k| 62775 |     0 |   0.0 |  89M| 141 |   - | 253 |  53k|   0 |   0 |   0 |2261k|   0 | 9.000000e+00 | 1.000000e+01 |  11.11%
1647.15/1647.13	c  1586s|  1840k| 62301 |     0 |   0.0 |  92M| 141 |   - | 253 |  57k|   0 |   0 |   0 |2282k|   0 | 9.000000e+00 | 1.000000e+01 |  11.11%
1678.84/1678.85	c  1617s|  1850k| 62225 |     0 |   0.0 |  95M| 141 |   - | 253 |  61k|   0 |   0 |   0 |2302k|   0 | 9.000000e+00 | 1.000000e+01 |  11.11%
1710.45/1710.47	c  1648s|  1860k| 62464 |     0 |   0.0 |  98M| 141 |   - | 253 |  65k|   0 |   0 |   0 |2321k|   0 | 9.000000e+00 | 1.000000e+01 |  11.11%
1743.85/1743.86	c  1681s|  1870k| 62187 |     0 |   0.0 | 102M| 141 |   - | 253 |  71k|   0 |   0 |   0 |2341k|   0 | 9.000000e+00 | 1.000000e+01 |  11.11%
1787.14/1787.16	c  1724s|  1880k| 59956 |     0 |   0.0 | 102M| 141 |   - | 253 |  73k|   0 |   0 |   0 |2364k|   0 | 9.000000e+00 | 1.000000e+01 |  11.11%
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time (sec) : 1736.93
1800.06/1800.00	c Solving Nodes      : 1882452
1800.06/1800.00	c Primal Bound       : +1.00000000000000e+01 (12 solutions)
1800.06/1800.00	c Dual Bound         : +9.00000000000000e+00
1800.06/1800.00	c Gap                : 11.11 %
1800.06/1800.00	s SATISFIABLE
1800.06/1800.00	v -x169 -x168 -x167 x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 
1800.06/1800.00	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
1800.06/1800.00	v -x126 -x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 -x106 
1800.06/1800.00	v -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 
1800.06/1800.00	v -x81 x80 -x79 x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 
1800.06/1800.00	v -x56 -x55 -x54 x53 -x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 
1800.06/1800.00	v x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 x7 -x6 -x5 
1800.06/1800.00	v -x4 -x3 -x2 -x1 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time       :    1736.93
1800.06/1800.00	c Original Problem   :
1800.06/1800.00	c   Problem name     : HOME/instance-2693931-1277897816.wbo
1800.06/1800.00	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.06/1800.00	c   Constraints      : 144 initial, 144 maximal
1800.06/1800.00	c Presolved Problem  :
1800.06/1800.00	c   Problem name     : t_HOME/instance-2693931-1277897816.wbo
1800.06/1800.00	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.06/1800.00	c   Constraints      : 130 initial, 73876 maximal
1800.06/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.06/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   linear           :       0.00          0          0          0         42          0         14          0          0
1800.06/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   root node        :          -          6          -          -         12          -          -          -          -
1800.06/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   indicator        :         42          0    5119693          0    1192616       9518     969666          0          0          0
1800.06/1800.00	c   knapsack         :          1          0    5809092          0    1326475     134820   17339734          0          0          0
1800.06/1800.00	c   setppc           :         39          0    5674242          0    1326461     463935    6690732          0          0          0
1800.06/1800.00	c   linear           :         42          0    5210323          0    1326467     199670    4396792          0          0          0
1800.06/1800.00	c   logicor          :          6+         0    2711650          0    1299300      25526    1153133          0          0          0
1800.06/1800.00	c   bounddisjunction :          0+         0     222374          0          0         17       5188          0          0          0
1800.06/1800.00	c   countsols        :          0          0          0          0    1326479          0          0          0          0          0
1800.06/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.00	c   indicator        :       1.74       0.00       0.94       0.00       0.80
1800.06/1800.00	c   knapsack         :     188.74       0.00     185.97       0.00       2.77
1800.06/1800.00	c   setppc           :      34.15       0.00      29.12       0.00       5.03
1800.06/1800.00	c   linear           :      43.06       0.00      42.88       0.00       0.18
1800.06/1800.00	c   logicor          :     711.85       0.00     711.36       0.00       0.49
1800.06/1800.00	c   bounddisjunction :       0.42       0.00       0.42       0.00       0.00
1800.06/1800.00	c   countsols        :       0.01       0.00       0.00       0.00       0.01
1800.06/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.00	c   vbounds          :       0.28          2          0          0
1800.06/1800.00	c   rootredcost      :       0.24          0          0          0
1800.06/1800.00	c   pseudoobj        :       7.61    5825058       6635     870812
1800.06/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.00	c   propagation      :      27.63     830603     830566    4557763       22.9     263694       13.9          -
1800.06/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   pseudo solution  :       0.00         74         74        278       15.9         31       12.9          -
1800.06/1800.00	c   applied globally :          -          -          -    2335746       16.7          -          -          -
1800.06/1800.00	c   applied locally  :          -          -          -      34073       35.9          -          -          -
1800.06/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.06/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.06/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.06/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.06/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.06/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.06/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.06/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.06/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.06/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.00	c Pricers            :       Time      Calls       Vars
1800.06/1800.00	c   problem variables:       0.00          0          0
1800.06/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   inference        :       8.80    1326467          0          0          0          0    2652934
1800.06/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.00	c   LP solutions     :       0.00          -          0
1800.06/1800.00	c   pseudo solutions :       0.42          -         12
1800.06/1800.00	c   oneopt           :       0.20          0          0
1800.06/1800.00	c   trivial          :       0.00          2          0
1800.06/1800.00	c   simplerounding   :       0.00          0          0
1800.06/1800.00	c   zirounding       :       0.00          0          0
1800.06/1800.00	c   rounding         :       0.00          0          0
1800.06/1800.00	c   shifting         :       0.00          0          0
1800.06/1800.00	c   intshifting      :       0.00          0          0
1800.06/1800.00	c   twoopt           :       0.00          0          0
1800.06/1800.00	c   fixandinfer      :       0.00          0          0
1800.06/1800.00	c   feaspump         :       0.00          0          0
1800.06/1800.00	c   coefdiving       :       0.00          0          0
1800.06/1800.00	c   pscostdiving     :       0.00          0          0
1800.06/1800.00	c   fracdiving       :       0.00          0          0
1800.06/1800.00	c   veclendiving     :       0.00          0          0
1800.06/1800.00	c   intdiving        :       0.00          0          0
1800.06/1800.00	c   actconsdiving    :       0.00          0          0
1800.06/1800.00	c   objpscostdiving  :       0.00          0          0
1800.06/1800.00	c   rootsoldiving    :       0.00          0          0
1800.06/1800.00	c   linesearchdiving :       0.00          0          0
1800.06/1800.00	c   guideddiving     :       0.00          0          0
1800.06/1800.00	c   octane           :       0.00          0          0
1800.06/1800.00	c   rens             :       0.00          0          0
1800.06/1800.00	c   rins             :       0.00          0          0
1800.06/1800.00	c   localbranching   :       0.00          0          0
1800.06/1800.00	c   mutation         :       0.00          0          0
1800.06/1800.00	c   crossover        :       0.00          0          0
1800.06/1800.00	c   dins             :       0.00          0          0
1800.06/1800.00	c   undercover       :       0.00          0          0
1800.06/1800.00	c   nlp              :       0.15          0          0
1800.06/1800.00	c   trysol           :       0.09          1          0
1800.06/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.06/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.06/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.06/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.06/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.00	c B&B Tree           :
1800.06/1800.00	c   number of runs   :          1
1800.06/1800.00	c   nodes            :    1882452
1800.06/1800.00	c   nodes (total)    :    1882452
1800.06/1800.00	c   nodes left       :      59808
1800.06/1800.00	c   max depth        :        141
1800.06/1800.00	c   max depth (total):        141
1800.06/1800.00	c   backtracks       :     642335 (34.1%)
1800.06/1800.00	c   delayed cutoffs  :     525072
1800.06/1800.00	c   repropagations   :    2073597 (9008505 domain reductions, 284222 cutoffs)
1800.06/1800.00	c   avg switch length:      22.63
1800.06/1800.00	c   switching time   :     555.97
1800.06/1800.00	c Solution           :
1800.06/1800.00	c   Solutions found  :         12 (12 improvements)
1800.06/1800.00	c   First Solution   : +3.87000000000000e+02   (in run 1, after 75325 nodes, 22.39 seconds, depth 66, found by <relaxation>)
1800.06/1800.00	c   Primal Bound     : +1.00000000000000e+01   (in run 1, after 1319978 nodes, 663.36 seconds, depth 62, found by <relaxation>)
1800.06/1800.00	c   Dual Bound       : +9.00000000000000e+00
1800.06/1800.00	c   Gap              :      11.11 %
1800.06/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.00	c   Root Iterations  :          0
1800.25/1800.26	c Time complete: 1800.31.

Verifier Data

OK	9

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 4/182 12150
/proc/meminfo: memFree=31218712/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=8268 CPUtime=0
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 1544 0 0 0 0 0 0 0 25 0 1 0 131077201 8466432 1466 4089446400 4194304 7136930 140737275232864 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12150/statm: 2067 1466 275 719 0 1346 0

[startup+0.068589 s]
/proc/loadavg: 2.00 2.02 2.00 4/182 12150
/proc/meminfo: memFree=31218712/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=12424 CPUtime=0.05
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 4631 0 0 0 5 0 0 0 25 0 1 0 131077201 12722176 2401 4089446400 4194304 7136930 140737275232864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12150/statm: 3106 2401 403 719 0 2385 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12424

[startup+0.100581 s]
/proc/loadavg: 2.00 2.02 2.00 4/182 12150
/proc/meminfo: memFree=31218712/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=12688 CPUtime=0.09
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 4711 0 0 0 8 1 0 0 25 0 1 0 131077201 12992512 2481 4089446400 4194304 7136930 140737275232864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12150/statm: 3172 2481 403 719 0 2451 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12688

[startup+0.300549 s]
/proc/loadavg: 2.00 2.02 2.00 4/182 12150
/proc/meminfo: memFree=31218712/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=14072 CPUtime=0.29
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 5065 0 0 0 27 2 0 0 25 0 1 0 131077201 14409728 2835 4089446400 4194304 7136930 140737275232864 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12150/statm: 3518 2835 403 719 0 2797 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14072

[startup+0.700473 s]
/proc/loadavg: 2.00 2.02 2.00 4/182 12150
/proc/meminfo: memFree=31218712/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=16764 CPUtime=0.69
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 5740 0 0 0 66 3 0 0 25 0 1 0 131077201 17166336 3510 4089446400 4194304 7136930 140737275232864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12150/statm: 4191 3510 403 719 0 3470 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16764

[startup+1.50032 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 12151
/proc/meminfo: memFree=31204816/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=20152 CPUtime=1.49
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 6608 0 0 0 142 7 0 0 25 0 1 0 131077201 20635648 4378 4089446400 4194304 7136930 140737275232864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12150/statm: 5038 4378 403 719 0 4317 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20152

[startup+3.10103 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 12151
/proc/meminfo: memFree=31200352/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=24352 CPUtime=3.09
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 7655 0 0 0 295 14 0 0 25 0 1 0 131077201 24936448 5425 4089446400 4194304 7136930 140737275232864 18446744073709551615 4999858 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12150/statm: 6088 5425 403 719 0 5367 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24352

[startup+6.30044 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 12151
/proc/meminfo: memFree=31191400/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=33804 CPUtime=6.29
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 10035 0 0 0 603 26 0 0 25 0 1 0 131077201 34615296 7805 4089446400 4194304 7136930 140737275232864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12150/statm: 8451 7805 403 719 0 7730 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33804

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 12151
/proc/meminfo: memFree=31179252/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=43684 CPUtime=12.69
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 12530 0 0 0 1222 47 0 0 25 0 1 0 131077201 44732416 10300 4089446400 4194304 7136930 140737275232864 18446744073709551615 4854266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12150/statm: 10921 10300 403 719 0 10200 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43684

[startup+25.5009 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 12152
/proc/meminfo: memFree=31159080/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=63132 CPUtime=25.5
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 17489 0 0 0 2455 95 0 0 25 0 1 0 131077201 64647168 15259 4089446400 4194304 7136930 140737275232864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12150/statm: 15783 15259 406 719 0 15062 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 63132

[startup+51.1011 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 12153
/proc/meminfo: memFree=31133676/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=90396 CPUtime=51.09
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 23810 0 0 0 4961 148 0 0 25 0 1 0 131077201 92565504 21580 4089446400 4194304 7136930 140737275232864 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12150/statm: 22599 21580 406 719 0 21878 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 90396

[startup+102.307 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 12154
/proc/meminfo: memFree=31112688/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=111112 CPUtime=102.3
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 28872 0 0 0 10008 222 0 0 25 0 1 0 131077201 113778688 26642 4089446400 4194304 7136930 140737275232864 18446744073709551615 5924031 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12150/statm: 27778 26642 406 719 0 27057 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 111112

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 12155
/proc/meminfo: memFree=31028188/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=197960 CPUtime=162.3
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 50031 0 0 0 15801 429 0 0 25 0 1 0 131077201 202711040 47801 4089446400 4194304 7136930 140737275232864 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12150/statm: 49490 47801 406 719 0 48769 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 197960

[startup+222.3 s]
/proc/loadavg: 2.10 2.03 2.01 4/204 12231
/proc/meminfo: memFree=31088764/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=206100 CPUtime=222.3
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 51903 0 0 0 21726 504 0 0 25 0 1 0 131077201 211046400 49673 4089446400 4194304 7136930 140737275232864 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 51525 49673 406 719 0 50804 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 206100

[startup+282.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/201 12281
/proc/meminfo: memFree=30993056/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=256392 CPUtime=282.3
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 64850 0 0 0 27182 1048 0 0 25 0 1 0 131077201 262545408 62620 4089446400 4194304 7136930 140737275232864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 64098 62620 406 719 0 63377 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 256392

[startup+342.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/201 12282
/proc/meminfo: memFree=30906832/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=320264 CPUtime=342.3
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 81110 0 0 0 32644 1586 0 0 25 0 1 0 131077201 327950336 78880 4089446400 4194304 7136930 140737275232864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 80066 78880 406 719 0 79345 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 320264

[startup+402.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/201 12284
/proc/meminfo: memFree=30840804/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=370688 CPUtime=402.3
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 93844 0 0 0 38205 2025 0 0 25 0 1 0 131077201 379584512 91614 4089446400 4194304 7136930 140737275232864 18446744073709551615 4999902 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 92672 91614 406 719 0 91951 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 370688

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/201 12285
/proc/meminfo: memFree=30804056/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=391228 CPUtime=462.3
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 99015 0 0 0 43884 2346 0 0 25 0 1 0 131077201 400617472 96785 4089446400 4194304 7136930 140737275232864 18446744073709551615 4431666 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 97807 96785 406 719 0 97086 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 391228

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/201 12287
/proc/meminfo: memFree=30767064/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=415976 CPUtime=522.3
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 105298 0 0 0 49459 2771 0 0 25 0 1 0 131077201 425959424 103068 4089446400 4194304 7136930 140737275232864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 103994 103068 406 719 0 103273 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 415976

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/201 12289
/proc/meminfo: memFree=30744688/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=426576 CPUtime=582.31
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 107995 0 0 0 54994 3237 0 0 25 0 1 0 131077201 436813824 105765 4089446400 4194304 7136930 140737275232864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 106644 105765 406 719 0 105923 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 426576

[startup+642.301 s]
/proc/loadavg: 2.12 2.04 2.01 3/201 12291
/proc/meminfo: memFree=30731264/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=428932 CPUtime=642.32
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 108534 0 0 0 60668 3564 0 0 25 0 1 0 131077201 439226368 106304 4089446400 4194304 7136930 140737275232864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 107233 106304 406 719 0 106512 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 428932

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/201 12297
/proc/meminfo: memFree=30682648/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=431076 CPUtime=882.31
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 109005 0 0 0 83987 4244 0 0 25 0 1 0 131077201 441421824 106775 4089446400 4194304 7136930 140737275232864 18446744073709551615 5953108 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 107769 106775 406 719 0 107048 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 431076

[startup+942.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/201 12298
/proc/meminfo: memFree=30668612/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=431736 CPUtime=942.32
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 109062 0 0 0 89892 4340 0 0 25 0 1 0 131077201 442097664 106832 4089446400 4194304 7136930 140737275232864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 107934 106832 406 719 0 107213 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 431736

[startup+1002.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/201 12300
/proc/meminfo: memFree=30664380/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=432180 CPUtime=1002.32
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 109165 0 0 0 95796 4436 0 0 25 0 1 0 131077201 442552320 106935 4089446400 4194304 7136930 140737275232864 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 108045 106935 406 719 0 107324 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 432180

[startup+1062.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/201 12301
/proc/meminfo: memFree=30661220/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=433132 CPUtime=1062.33
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 109306 0 0 0 101541 4692 0 0 25 0 1 0 131077201 443527168 107076 4089446400 4194304 7136930 140737275232864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 108283 107076 406 719 0 107562 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 433132

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/201 12303
/proc/meminfo: memFree=30655476/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=432872 CPUtime=1122.33
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 109320 0 0 0 107305 4928 0 0 25 0 1 0 131077201 443260928 107025 4089446400 4194304 7136930 140737275232864 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 108218 107025 406 719 0 107497 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 432872

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/201 12305
/proc/meminfo: memFree=30653832/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=432352 CPUtime=1182.33
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 109330 0 0 0 113148 5085 0 0 25 0 1 0 131077201 442728448 106905 4089446400 4194304 7136930 140737275232864 18446744073709551615 4212307 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 108088 106905 406 719 0 107367 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 432352

[startup+1242.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/201 12306
/proc/meminfo: memFree=30653064/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=432748 CPUtime=1242.33
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 109432 0 0 0 119020 5213 0 0 25 0 1 0 131077201 443133952 107007 4089446400 4194304 7136930 140737275232864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 108187 107007 406 719 0 107466 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 432748

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/201 12308
/proc/meminfo: memFree=30648816/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=432780 CPUtime=1302.34
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 109529 0 0 0 124927 5307 0 0 25 0 1 0 131077201 443166720 106974 4089446400 4194304 7136930 140737275232864 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 108195 106974 406 719 0 107474 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 432780

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/201 12309
/proc/meminfo: memFree=30638996/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=428360 CPUtime=1362.34
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 109535 0 0 0 130776 5458 0 0 25 0 1 0 131077201 438640640 105875 4089446400 4194304 7136930 140737275232864 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 107090 105875 406 719 0 106369 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 428360

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/201 12311
/proc/meminfo: memFree=30621944/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=427144 CPUtime=1422.34
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 109678 0 0 0 136551 5683 0 0 25 0 1 0 131077201 437395456 105563 4089446400 4194304 7136930 140737275232864 18446744073709551615 4999763 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 106786 105563 406 719 0 106065 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 427144

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 12322
/proc/meminfo: memFree=30616204/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=427144 CPUtime=1482.34
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 109703 0 0 0 142388 5846 0 0 25 0 1 0 131077201 437395456 105588 4089446400 4194304 7136930 140737275232864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 106786 105588 406 719 0 106065 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 427144

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 12324
/proc/meminfo: memFree=30607248/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=427144 CPUtime=1542.34
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 109746 0 0 0 148268 5966 0 0 25 0 1 0 131077201 437395456 105631 4089446400 4194304 7136930 140737275232864 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 106786 105631 406 719 0 106065 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 427144

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 12325
/proc/meminfo: memFree=30581168/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=427144 CPUtime=1602.34
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 109942 0 0 0 154167 6067 0 0 25 0 1 0 131077201 437395456 105827 4089446400 4194304 7136930 140737275232864 18446744073709551615 4208884 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 106786 105827 406 719 0 106065 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 427144

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 12326
/proc/meminfo: memFree=30573948/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=429568 CPUtime=1662.35
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 110309 0 0 0 160085 6150 0 0 25 0 1 0 131077201 439877632 106129 4089446400 4194304 7136930 140737275232864 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 107392 106129 406 719 0 106671 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 429568

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 12328
/proc/meminfo: memFree=30565372/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=432272 CPUtime=1722.34
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 110648 0 0 0 166004 6230 0 0 25 0 1 0 131077201 442646528 106468 4089446400 4194304 7136930 140737275232864 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 108068 106468 406 719 0 107347 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 432272

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 12330
/proc/meminfo: memFree=30564108/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=432780 CPUtime=1782.35
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 110871 0 0 0 171937 6298 0 0 25 0 1 0 131077201 443166720 106691 4089446400 4194304 7136930 140737275232864 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 108195 106691 406 719 0 107474 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 432780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 12330
/proc/meminfo: memFree=30563848/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=433288 CPUtime=1800.06
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 110927 0 0 0 173693 6313 0 0 25 0 1 0 131077201 443686912 106747 4089446400 4194304 7136930 140737275232864 18446744073709551615 4222964 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12150/statm: 108322 106747 406 719 0 107601 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 433288

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 12330
/proc/meminfo: memFree=30563848/32951124 swapFree=67111528/67111528
[pid=12150] ppid=12148 vsize=392072 CPUtime=1800.25
/proc/12150/stat : 12150 (pbscip.linux.x8) R 12148 12150 10123 0 -1 4202496 111005 0 0 0 173712 6313 0 0 18 0 1 0 131077201 401481728 96454 4089446400 4194304 7136930 140737275232864 18446744073709551615 4383984 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12150/statm: 98018 96454 411 719 0 97297 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 392072

Child status: 0
Real time (s): 1800.27
CPU time (s): 1800.32
CPU user time (s): 1737.17
CPU system time (s): 63.1474
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 433300

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

runsolver used 3.01554 second user time and 6.75197 second system time

The end

Launcher Data

Begin job on node135 at 2010-06-30 13:36:56
IDJOB=2693931
IDBENCH=78816
IDSOLVER=1206
FILE ID=node135/2693931-1277897816
PBS_JOBID= 11197084
Free space on /tmp= 74136 MiB

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

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

MD5SUM BENCH= a5d664782ae9dce48db7be74d5616966
RANDOM SEED=1139594345

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31219240 kB
Buffers:        180932 kB
Cached:        1104096 kB
SwapCached:          0 kB
Active:         777972 kB
Inactive:       811484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31219240 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3160 kB
Writeback:           0 kB
AnonPages:      304256 kB
Mapped:          16136 kB
Slab:            80136 kB
PageTables:       4980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   453216 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 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 node135 at 2010-06-30 14:06:58