Trace number 2692343

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.19 1800.15

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900576927--soft-0-100-0.wbo
MD5SUM181256eb24986712688255c971de86f9
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark278.258
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
Number of bits of the biggest sum of numbers10
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: SoPlex 1.4.2] [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-2692343-1277927092.wbo>
0.01/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.01/0.03	c problem read
0.01/0.03	c presolving settings loaded
0.09/0.12	o 135714
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.357140e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.12
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.98
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.357140e+05 |    Inf 
19.60/19.62	c  19.0s| 10000 | 10001 | 10611 |   1.1 |  47M| 495 |   0 |5645 |5414 |5645 | 195 |1700 |   0 |1026 | 0.000000e+00 | 1.357140e+05 |    Inf 
36.49/36.57	c  35.5s| 20000 | 19999 | 19963 |   1.0 |  67M| 495 |   0 |5645 |5419 |5645 | 196 |3430 |   5 |1161 | 0.000000e+00 | 1.357140e+05 |    Inf 
38.09/38.16	o 676
38.09/38.16	c *37.0s| 20984 | 17731 | 20514 |   1.0 |  63M| 495 |   - |5645 |5419 |5645 | 184 |3538 |   5 |1171 | 0.000000e+00 | 6.760000e+02 |    Inf 
39.89/39.96	o 668
39.89/39.96	c *38.8s| 21826 | 18465 | 22734 |   1.0 |  66M| 495 |   - |5645 |5419 |5645 | 193 |3957 |   5 |1174 | 0.000000e+00 | 6.680000e+02 |    Inf 
39.89/39.98	o 640
39.89/39.98	c *38.8s| 21829 | 17959 | 22746 |   1.0 |  65M| 495 |   - |5645 |5419 |5645 | 193 |3957 |   5 |1174 | 0.000000e+00 | 6.400000e+02 |    Inf 
43.39/43.45	o 639
43.39/43.45	c *42.2s| 23259 | 19320 | 27675 |   1.2 |  69M| 495 |   - |5645 |5591 |5645 | 201 |4779 | 177 |1215 | 0.000000e+00 | 6.390000e+02 |    Inf 
45.69/45.75	o 581
45.69/45.75	c *44.4s| 24173 | 19117 | 30615 |   1.3 |  68M| 495 |   - |5645 |5620 |5645 | 172 |5310 | 206 |1238 | 0.000000e+00 | 5.810000e+02 |    Inf 
46.69/46.76	o 577
46.69/46.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.69/46.76	c *45.4s| 24562 | 19432 | 31898 |   1.3 |  69M| 495 |   - |5645 |5622 |5645 | 174 |5481 | 208 |1240 | 0.000000e+00 | 5.770000e+02 |    Inf 
54.19/54.28	o 544
54.19/54.28	c *52.7s| 27384 | 21390 | 41870 |   1.5 |  74M| 495 |   - |5645 |5857 |5645 | 192 |7786 | 443 |1580 | 0.000000e+00 | 5.440000e+02 |    Inf 
57.39/57.45	o 539
57.39/57.45	c *55.8s| 28867 | 22723 | 43924 |   1.5 |  78M| 495 |   - |5645 |5929 |5645 | 253 |8430 | 515 |1641 | 0.000000e+00 | 5.390000e+02 |    Inf 
59.49/59.52	c  57.8s| 30000 | 23856 | 44308 |   1.5 |  80M| 495 |   0 |5645 |5929 |5645 | 222 |8600 | 515 |1643 | 0.000000e+00 | 5.390000e+02 |    Inf 
62.09/62.14	o 506
62.09/62.14	c *60.4s| 31293 | 24084 | 45762 |   1.5 |  81M| 495 |   - |5645 |5938 |5645 | 208 |9094 | 524 |1655 | 0.000000e+00 | 5.060000e+02 |    Inf 
65.59/65.66	o 494
65.59/65.66	c *63.8s| 32893 | 25231 | 48347 |   1.5 |  85M| 495 |   - |5645 |6120 |5645 | 184 |9765 | 706 |1657 | 0.000000e+00 | 4.940000e+02 |    Inf 
66.29/66.30	o 492
66.29/66.30	c *64.4s| 33175 | 25419 | 48515 |   1.5 |  85M| 495 |   - |5645 |6129 |5645 | 214 |9784 | 715 |1657 | 0.000000e+00 | 4.920000e+02 |    Inf 
67.79/67.82	o 486
67.79/67.82	c *65.9s| 33779 | 25734 | 50070 |   1.5 |  87M| 495 |   - |5645 |6180 |5645 | 204 |  10k| 767 |1663 | 0.000000e+00 | 4.860000e+02 |    Inf 
69.59/69.67	o 480
69.59/69.67	c *67.7s| 34475 | 26128 | 52383 |   1.5 |  88M| 495 |   - |5645 |6303 |5645 | 180 |  10k| 890 |1680 | 0.000000e+00 | 4.800000e+02 |    Inf 
70.69/70.70	o 477
70.69/70.70	c *68.7s| 34873 | 26370 | 53801 |   1.5 |  89M| 495 |   - |5645 |6353 |5645 | 182 |  11k| 940 |1680 | 0.000000e+00 | 4.770000e+02 |    Inf 
71.69/71.79	o 473
71.69/71.79	c *69.7s| 35285 | 26631 | 55576 |   1.6 |  89M| 495 |   - |5645 |6358 |5645 | 232 |  11k| 946 |1682 | 0.000000e+00 | 4.730000e+02 |    Inf 
72.39/72.48	o 464
72.39/72.48	c *70.4s| 35513 | 26477 | 56962 |   1.6 |  89M| 495 |   - |5645 |6399 |5645 | 218 |  12k| 988 |1693 | 0.000000e+00 | 4.640000e+02 |    Inf 
72.50/72.50	o 454
72.50/72.50	c *70.4s| 35523 | 26112 | 56975 |   1.6 |  88M| 495 |   - |5645 |6399 |5645 | 218 |  12k| 988 |1693 | 0.000000e+00 | 4.540000e+02 |    Inf 
72.60/72.64	o 451
72.60/72.64	c *70.5s| 35570 | 26048 | 57140 |   1.6 |  88M| 495 |   - |5645 |6407 |5645 | 219 |  12k| 996 |1693 | 0.000000e+00 | 4.510000e+02 |    Inf 
72.60/72.66	o 447
72.60/72.66	c *70.6s| 35572 | 25906 | 57148 |   1.6 |  88M| 495 |   - |5645 |6407 |5645 | 219 |  12k| 996 |1693 | 0.000000e+00 | 4.470000e+02 |    Inf 
72.60/72.66	o 433
72.60/72.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.60/72.66	c *70.6s| 35573 | 25353 | 57148 |   1.6 |  86M| 495 |   - |5645 |6407 |5645 | 219 |  12k| 996 |1693 | 0.000000e+00 | 4.330000e+02 |    Inf 
73.89/73.95	o 417
73.89/73.95	c *71.8s| 36037 | 25193 | 58477 |   1.6 |  86M| 495 |   - |5645 |6512 |5645 | 211 |  12k|1101 |1701 | 0.000000e+00 | 4.170000e+02 |    Inf 
74.49/74.56	o 414
74.49/74.56	c *72.4s| 36269 | 25263 | 59066 |   1.6 |  87M| 495 |   - |5645 |6547 |5645 | 202 |  13k|1138 |1704 | 0.000000e+00 | 4.140000e+02 |    Inf 
74.49/74.57	o 410
74.49/74.57	c *72.4s| 36270 | 25119 | 59066 |   1.6 |  86M| 495 |   - |5645 |6547 |5645 | 202 |  13k|1138 |1704 | 0.000000e+00 | 4.100000e+02 |    Inf 
75.59/75.67	o 404
75.59/75.67	c *73.5s| 36705 | 25301 | 60396 |   1.6 |  87M| 495 |   - |5645 |6573 |5645 | 221 |  13k|1164 |1709 | 0.000000e+00 | 4.040000e+02 |    Inf 
77.59/77.61	o 400
77.59/77.61	c *75.4s| 37538 | 25956 | 61936 |   1.6 |  89M| 495 |   - |5645 |6599 |5645 | 200 |  13k|1191 |1712 | 0.000000e+00 | 4.000000e+02 |    Inf 
77.79/77.88	o 384
77.79/77.88	c *75.7s| 37625 | 25286 | 62219 |   1.7 |  88M| 495 |   - |5645 |6616 |5645 | 198 |  13k|1209 |1712 | 0.000000e+00 | 3.840000e+02 |    Inf 
77.99/78.06	o 379
77.99/78.06	c *75.8s| 37680 | 25134 | 62421 |   1.7 |  87M| 495 |   - |5645 |6637 |5645 | 209 |  13k|1230 |1715 | 0.000000e+00 | 3.790000e+02 |    Inf 
77.99/78.06	o 374
77.99/78.06	c *75.8s| 37681 | 24884 | 62421 |   1.7 |  87M| 495 |   - |5645 |6637 |5645 | 209 |  13k|1230 |1715 | 0.000000e+00 | 3.740000e+02 |    Inf 
78.09/78.18	o 369
78.09/78.18	c *76.0s| 37716 | 24672 | 62541 |   1.7 |  86M| 495 |   - |5645 |6638 |5645 | 201 |  13k|1231 |1715 | 0.000000e+00 | 3.690000e+02 |    Inf 
78.20/78.21	o 356
78.20/78.21	c *76.0s| 37720 | 24036 | 62542 |   1.7 |  84M| 495 |   - |5645 |6638 |5645 | 201 |  13k|1231 |1715 | 0.000000e+00 | 3.560000e+02 |    Inf 
78.20/78.21	o 350
78.20/78.21	c *76.0s| 37721 | 23692 | 62542 |   1.7 |  83M| 495 |   - |5645 |6638 |5645 | 201 |  13k|1231 |1715 | 0.000000e+00 | 3.500000e+02 |    Inf 
80.39/80.44	o 344
80.39/80.44	c *78.2s| 38544 | 24110 | 64745 |   1.7 |  86M| 495 |   - |5645 |6706 |5645 | 208 |  14k|1317 |1719 | 0.000000e+00 | 3.440000e+02 |    Inf 
81.99/82.02	o 342
81.99/82.02	c *79.7s| 39111 | 24482 | 66687 |   1.7 |  87M| 495 |   - |5645 |6816 |5645 | 214 |  15k|1440 |1723 | 0.000000e+00 | 3.420000e+02 |    Inf 
82.50/82.53	o 339
82.50/82.53	c *80.2s| 39278 | 24444 | 67518 |   1.7 |  88M| 495 |   - |5645 |6855 |5645 | 207 |  15k|1495 |1728 | 0.000000e+00 | 3.390000e+02 |    Inf 
82.69/82.72	o 337
82.69/82.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.69/82.72	c *80.4s| 39346 | 24367 | 67797 |   1.7 |  88M| 495 |   - |5645 |6866 |5645 | 194 |  15k|1508 |1730 | 0.000000e+00 | 3.370000e+02 |    Inf 
82.69/82.76	o 331
82.69/82.76	c *80.4s| 39355 | 23963 | 67807 |   1.7 |  87M| 495 |   - |5645 |6866 |5645 | 196 |  15k|1508 |1730 | 0.000000e+00 | 3.310000e+02 |    Inf 
83.69/83.72	o 319
83.69/83.72	c *81.3s| 39713 | 23447 | 68773 |   1.7 |  86M| 495 |   - |5645 |6935 |5645 | 198 |  15k|1584 |1730 | 0.000000e+00 | 3.190000e+02 |    Inf 
84.49/84.57	c  82.2s| 40000 | 23707 | 69508 |   1.7 |  87M| 495 |   0 |5645 |6970 |5645 | 189 |  16k|1633 |1730 | 0.000000e+00 | 3.190000e+02 |    Inf 
84.49/84.59	o 315
84.49/84.59	c *82.2s| 40007 | 23392 | 69508 |   1.7 |  87M| 495 |   - |5645 |6970 |5645 | 189 |  16k|1633 |1730 | 0.000000e+00 | 3.150000e+02 |    Inf 
84.79/84.84	o 306
84.79/84.84	c *82.4s| 40092 | 22737 | 69709 |   1.7 |  85M| 495 |   - |5645 |6979 |5645 | 201 |  16k|1646 |1730 | 0.000000e+00 | 3.060000e+02 |    Inf 
84.89/84.91	o 295
84.89/84.91	c *82.5s| 40113 | 21831 | 69772 |   1.7 |  83M| 495 |   - |5645 |6986 |5645 | 196 |  16k|1656 |1730 | 0.000000e+00 | 2.950000e+02 |    Inf 
85.19/85.23	o 291
85.19/85.23	c *82.8s| 40190 | 21480 | 70262 |   1.7 |  83M| 495 |   - |5645 |7020 |5645 | 201 |  16k|1704 |1731 | 0.000000e+00 | 2.910000e+02 |    Inf 
85.19/85.24	o 278
85.19/85.24	c *82.8s| 40191 | 20348 | 70262 |   1.7 |  80M| 495 |   - |5645 |7020 |5645 | 201 |  16k|1704 |1731 | 0.000000e+00 | 2.780000e+02 |    Inf 
85.29/85.37	o 277
85.29/85.37	c *83.0s| 40223 | 20263 | 70774 |   1.8 |  80M| 495 |   - |5645 |6996 |5645 | 199 |  16k|1709 |1731 | 0.000000e+00 | 2.770000e+02 |    Inf 
86.39/86.47	o 263
86.39/86.47	c *84.0s| 40529 | 19223 | 73126 |   1.8 |  77M| 495 |   - |5645 |7065 |5645 | 185 |  17k|1833 |1741 | 0.000000e+00 | 2.630000e+02 |    Inf 
87.80/87.88	o 257
87.80/87.88	c *85.4s| 40935 | 18907 | 76680 |   1.9 |  78M| 495 |   - |5645 |7164 |5645 | 199 |  17k|2014 |1741 | 0.000000e+00 | 2.570000e+02 |    Inf 
88.19/88.21	o 256
88.19/88.21	c *85.7s| 41044 | 18894 | 77417 |   1.9 |  78M| 495 |   - |5645 |7178 |5645 | 207 |  17k|2062 |1741 | 0.000000e+00 | 2.560000e+02 |    Inf 
88.69/88.76	o 253
88.69/88.76	c *86.2s| 41199 | 18680 | 78378 |   1.9 |  78M| 495 |   - |5645 |7201 |5645 | 220 |  17k|2128 |1741 | 0.000000e+00 | 2.530000e+02 |    Inf 
88.69/88.77	o 250
88.69/88.77	c *86.2s| 41200 | 18414 | 78378 |   1.9 |  78M| 495 |   - |5645 |7201 |5645 | 220 |  17k|2128 |1741 | 0.000000e+00 | 2.500000e+02 |    Inf 
91.20/91.25	o 245
91.20/91.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
91.20/91.25	c *88.6s| 41955 | 18606 | 83042 |   2.0 |  80M| 495 |   - |5645 |7260 |5645 | 185 |  18k|2337 |1749 | 0.000000e+00 | 2.450000e+02 |    Inf 
93.19/93.24	o 235
93.19/93.24	c *90.6s| 42579 | 18286 | 86849 |   2.0 |  79M| 495 |   - |5645 |7254 |5645 | 194 |  19k|2469 |1753 | 0.000000e+00 | 2.350000e+02 |    Inf 
93.19/93.25	o 232
93.19/93.25	c *90.6s| 42580 | 17989 | 86849 |   2.0 |  79M| 495 |   - |5645 |7254 |5645 | 194 |  19k|2469 |1753 | 0.000000e+00 | 2.320000e+02 |    Inf 
93.40/93.42	o 229
93.40/93.42	c *90.7s| 42615 | 17708 | 87226 |   2.0 |  78M| 495 |   - |5645 |7249 |5645 | 198 |  19k|2488 |1753 | 0.000000e+00 | 2.290000e+02 |    Inf 
93.40/93.42	o 226
93.40/93.42	c *90.8s| 42616 | 17357 | 87226 |   2.0 |  77M| 495 |   - |5645 |7249 |5645 | 198 |  19k|2488 |1753 | 0.000000e+00 | 2.260000e+02 |    Inf 
93.40/93.48	o 222
93.40/93.48	c *90.8s| 42630 | 16941 | 87414 |   2.0 |  76M| 495 |   - |5645 |7247 |5645 | 196 |  19k|2491 |1753 | 0.000000e+00 | 2.220000e+02 |    Inf 
93.40/93.49	o 219
93.40/93.49	c *90.8s| 42631 | 16610 | 87414 |   2.0 |  75M| 495 |   - |5645 |7247 |5645 | 196 |  19k|2491 |1753 | 0.000000e+00 | 2.190000e+02 |    Inf 
93.79/93.84	o 207
93.79/93.84	c *91.2s| 42751 | 15396 | 87903 |   2.1 |  71M| 495 |   - |5645 |7267 |5645 | 220 |  19k|2523 |1753 | 0.000000e+00 | 2.070000e+02 |    Inf 
93.79/93.85	o 201
93.79/93.85	c *91.2s| 42752 | 14835 | 87903 |   2.1 |  70M| 495 |   - |5645 |7267 |5645 | 220 |  19k|2523 |1753 | 0.000000e+00 | 2.010000e+02 |    Inf 
94.89/94.91	o 199
94.89/94.91	c *92.2s| 43018 | 14698 | 90089 |   2.1 |  70M| 495 |   - |5645 |7200 |5645 | 166 |  20k|2704 |1759 | 0.000000e+00 | 1.990000e+02 |    Inf 
94.99/95.07	o 184
94.99/95.07	c *92.3s| 43049 | 13245 | 90328 |   2.1 |  66M| 495 |   - |5645 |7190 |5645 | 204 |  20k|2727 |1761 | 0.000000e+00 | 1.840000e+02 |    Inf 
94.99/95.08	o 181
94.99/95.08	c *92.3s| 43050 | 12928 | 90328 |   2.1 |  65M| 495 |   - |5645 |7190 |5645 | 204 |  20k|2727 |1761 | 0.000000e+00 | 1.810000e+02 |    Inf 
95.19/95.29	o 171
95.19/95.29	c *92.5s| 43097 | 11993 | 90734 |   2.1 |  61M| 495 |   - |5645 |7160 |5645 | 213 |  20k|2739 |1764 | 0.000000e+00 | 1.710000e+02 |    Inf 
95.19/95.30	o 165
95.19/95.30	c *92.6s| 43098 | 11373 | 90734 |   2.1 |  60M| 495 |   - |5645 |7160 |5645 | 213 |  20k|2739 |1764 | 0.000000e+00 | 1.650000e+02 |    Inf 
95.60/95.63	o 164
95.60/95.63	c *92.9s| 43179 | 11322 | 91391 |   2.1 |  60M| 495 |   - |5645 |7131 |5645 | 211 |  21k|2793 |1764 | 0.000000e+00 | 1.640000e+02 |    Inf 
95.79/95.89	o 162
95.79/95.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
95.79/95.89	c *93.1s| 43236 | 11177 | 91741 |   2.1 |  60M| 495 |   - |5645 |7095 |5645 | 223 |  21k|2807 |1764 | 0.000000e+00 | 1.620000e+02 |    Inf 
95.79/95.89	o 159
95.79/95.89	c *93.1s| 43237 | 10889 | 91741 |   2.1 |  60M| 495 |   - |5645 |7095 |5645 | 223 |  21k|2807 |1764 | 0.000000e+00 | 1.590000e+02 |    Inf 
95.89/95.95	o 156
95.89/95.95	c *93.2s| 43247 | 10539 | 91863 |   2.1 |  59M| 495 |   - |5645 |7096 |5645 | 193 |  21k|2810 |1764 | 0.000000e+00 | 1.560000e+02 |    Inf 
95.99/96.06	o 155
95.99/96.06	c *93.3s| 43283 | 10476 | 91934 |   2.1 |  59M| 495 |   - |5645 |7090 |5645 | 179 |  21k|2813 |1764 | 0.000000e+00 | 1.550000e+02 |    Inf 
95.99/96.08	o 136
95.99/96.08	c *93.3s| 43286 |  8063 | 91934 |   2.1 |  53M| 495 |   - |5645 |7090 |5645 | 179 |  21k|2813 |1764 | 0.000000e+00 | 1.360000e+02 |    Inf 
96.09/96.17	o 133
96.09/96.17	c *93.4s| 43302 |  7775 | 92069 |   2.1 |  53M| 495 |   - |5645 |7087 |5645 | 204 |  21k|2816 |1764 | 0.000000e+00 | 1.330000e+02 |    Inf 
96.09/96.17	o 127
96.09/96.17	c *93.4s| 43303 |  7108 | 92069 |   2.1 |  51M| 495 |   - |5645 |7087 |5645 | 204 |  21k|2816 |1764 | 0.000000e+00 | 1.270000e+02 |    Inf 
96.29/96.32	o 124
96.29/96.32	c *93.5s| 43328 |  6915 | 92297 |   2.1 |  50M| 495 |   - |5645 |7092 |5645 | 178 |  21k|2839 |1764 | 0.000000e+00 | 1.240000e+02 |    Inf 
96.29/96.33	o 121
96.29/96.33	c *93.6s| 43329 |  6646 | 92297 |   2.1 |  50M| 495 |   - |5645 |7092 |5645 | 178 |  21k|2839 |1764 | 0.000000e+00 | 1.210000e+02 |    Inf 
96.39/96.42	o 115
96.39/96.42	c *93.7s| 43351 |  6047 | 92439 |   2.1 |  48M| 495 |   - |5645 |7085 |5645 | 190 |  21k|2841 |1764 | 0.000000e+00 | 1.150000e+02 |    Inf 
96.39/96.45	o 110
96.39/96.45	c *93.7s| 43357 |  5579 | 92448 |   2.1 |  47M| 495 |   - |5645 |7085 |5645 | 190 |  21k|2841 |1764 | 0.000000e+00 | 1.100000e+02 |    Inf 
96.39/96.45	o 105
96.39/96.45	c *93.7s| 43358 |  5120 | 92448 |   2.1 |  45M| 495 |   - |5645 |7085 |5645 | 190 |  21k|2841 |1764 | 0.000000e+00 | 1.050000e+02 |    Inf 
96.49/96.58	o 96
96.49/96.58	c *93.8s| 43391 |  4485 | 92622 |   2.1 |  44M| 495 |   - |5645 |7071 |5645 | 202 |  21k|2848 |1764 | 0.000000e+00 | 9.600000e+01 |    Inf 
96.49/96.58	o 90
96.49/96.58	c *93.8s| 43392 |  4025 | 92622 |   2.1 |  42M| 495 |   - |5645 |7071 |5645 | 202 |  21k|2848 |1764 | 0.000000e+00 | 9.000000e+01 |    Inf 
96.69/96.74	o 87
96.69/96.74	c *94.0s| 43448 |  3845 | 92914 |   2.1 |  42M| 495 |   - |5645 |6696 |5645 | 212 |  21k|2860 |1764 | 0.000000e+00 | 8.700000e+01 |    Inf 
97.10/97.11	o 85
97.10/97.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.10/97.11	c *94.3s| 43513 |  3695 | 93567 |   2.1 |  42M| 495 |   - |5645 |6580 |5645 | 173 |  21k|2900 |1764 | 0.000000e+00 | 8.500000e+01 |    Inf 
97.10/97.12	o 82
97.10/97.12	c *94.3s| 43514 |  3526 | 93567 |   2.1 |  42M| 495 |   - |5645 |6580 |5645 | 173 |  21k|2900 |1764 | 0.000000e+00 | 8.200000e+01 |    Inf 
97.10/97.19	o 75
97.10/97.19	c *94.4s| 43528 |  3048 | 93728 |   2.2 |  41M| 495 |   - |5645 |6405 |5645 | 205 |  21k|2905 |1764 | 0.000000e+00 | 7.500000e+01 |    Inf 
97.10/97.19	o 68
97.10/97.19	c *94.4s| 43529 |  2659 | 93728 |   2.2 |  39M| 495 |   - |5645 |6405 |5645 | 205 |  21k|2905 |1764 | 0.000000e+00 | 6.800000e+01 |    Inf 
97.19/97.25	o 66
97.19/97.25	c *94.5s| 43535 |  2597 | 93807 |   2.2 |  39M| 495 |   - |5645 |5947 |5645 | 185 |  22k|2905 |1764 | 0.000000e+00 | 6.600000e+01 |    Inf 
97.29/97.33	o 59
97.29/97.33	c *94.5s| 43547 |  1911 | 93881 |   2.2 |  36M| 495 |   - |5645 |5888 |5645 | 151 |  22k|2926 |1764 | 0.000000e+00 | 5.900000e+01 |    Inf 
97.29/97.34	o 56
97.29/97.34	c *94.5s| 43548 |  1842 | 93881 |   2.2 |  36M| 495 |   - |5645 |5888 |5645 | 151 |  22k|2926 |1764 | 0.000000e+00 | 5.600000e+01 |    Inf 
97.39/97.40	o 39
97.39/97.40	c *94.6s| 43558 |  1305 | 94004 |   2.2 |  34M| 495 |   - |5645 |5567 |5645 | 191 |  22k|2930 |1764 | 0.000000e+00 | 3.900000e+01 |    Inf 
97.39/97.45	o 38
97.39/97.45	c *94.7s| 43568 |  1306 | 94112 |   2.2 |  34M| 495 |   - |5645 |5058 |5645 | 177 |  22k|2930 |1764 | 0.000000e+00 | 3.800000e+01 |    Inf 
97.39/97.46	o 31
97.39/97.46	c *94.7s| 43569 |   696 | 94112 |   2.2 |  32M| 495 |   - |5645 |5058 |5645 | 177 |  22k|2930 |1764 | 0.000000e+00 | 3.100000e+01 |    Inf 
100.99/101.02	o 26
100.99/101.02	c *98.1s| 45048 |   894 | 99718 |   2.2 |  34M| 495 |   - |5645 |5418 |5645 | 184 |  23k|4544 |1806 | 0.000000e+00 | 2.600000e+01 |    Inf 
101.59/101.65	o 21
101.59/101.65	c *98.7s| 45287 |   859 |100945 |   2.2 |  34M| 495 |   - |5645 |5301 |5645 | 150 |  23k|4857 |1808 | 0.000000e+00 | 2.100000e+01 |    Inf 
101.59/101.65	o 19
101.59/101.65	c *98.7s| 45288 |   831 |100946 |   2.2 |  33M| 495 |   - |5645 |5301 |5645 | 150 |  23k|4857 |1808 | 0.000000e+00 | 1.900000e+01 |    Inf 
111.39/111.43	c   108s| 50000 |  1056 |119059 |   2.4 |  37M| 495 |   1 |5645 |7018 |5645 | 172 |  26k|  10k|1924 | 0.000000e+00 | 1.900000e+01 |    Inf 
123.69/123.77	o 18
123.69/123.77	c * 120s| 55971 |  1328 |141345 |   2.5 |  41M| 495 |   - |5645 |9555 |5645 | 200 |  29k|  18k|2049 | 0.000000e+00 | 1.800000e+01 |    Inf 
132.30/132.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
132.30/132.34	c   128s| 60000 |  1497 |155125 |   2.6 |  43M| 495 |   - |5645 |8781 |   0 |   0 |  32k|  23k|2151 | 0.000000e+00 | 1.800000e+01 |    Inf 
134.99/135.00	o 15
134.99/135.00	c * 131s| 61306 |  1532 |158264 |   2.6 |  43M| 495 |   - |5645 |9639 |5645 | 167 |  32k|  24k|2196 | 0.000000e+00 | 1.500000e+01 |    Inf 
150.89/150.98	o 11
150.89/150.98	c * 146s| 69844 |  1472 |180121 |   2.6 |  42M| 495 |   - |5645 |8187 |5645 | 191 |  35k|  35k|2343 | 0.000000e+00 | 1.100000e+01 |    Inf 
151.20/151.26	c   146s| 70000 |  1470 |180480 |   2.6 |  42M| 495 |   - |5645 |7910 |   0 |   0 |  35k|  35k|2343 | 0.000000e+00 | 1.100000e+01 |    Inf 
166.19/166.24	o 10
166.19/166.24	c * 160s| 77700 |  1497 |210808 |   2.7 |  43M| 495 |   - |5645 |8483 |5645 | 194 |  40k|  45k|2551 | 0.000000e+00 | 1.000000e+01 |    Inf 
170.90/170.95	c   165s| 80000 |  1488 |220741 |   2.8 |  43M| 495 |   - |5645 |7776 |   0 |   0 |  42k|  48k|2579 | 0.000000e+00 | 1.000000e+01 |    Inf 
171.60/171.69	o 6
171.60/171.69	c * 166s| 80400 |  1352 |221813 |   2.8 |  41M| 495 |   - |5645 |7199 |5645 | 174 |  42k|  49k|2595 | 0.000000e+00 | 6.000000e+00 |    Inf 
188.80/188.82	c   182s| 90000 |  1417 |254461 |   2.8 |  43M| 495 |   - |5645 |9811 |   0 |   0 |  47k|  61k|2794 | 0.000000e+00 | 6.000000e+00 |    Inf 
206.90/206.96	c   199s|100000 |  1479 |287562 |   2.9 |  45M| 495 |   - |5645 |  12k|   0 |   0 |  53k|  74k|2986 | 0.000000e+00 | 6.000000e+00 |    Inf 
225.59/225.65	c   217s|110000 |  1469 |315838 |   2.9 |  46M| 495 |   1 |5645 |  11k|5645 | 164 |  57k|  88k|3200 | 0.000000e+00 | 6.000000e+00 |    Inf 
243.59/243.63	c   234s|120000 |  1386 |343679 |   2.9 |  46M| 495 |   1 |5645 |  10k|5645 | 163 |  62k| 101k|3303 | 0.000000e+00 | 6.000000e+00 |    Inf 
264.20/264.25	c   254s|130000 |  1514 |388790 |   3.0 |  48M| 495 |   - |5645 |  14k|   0 |   0 |  71k| 114k|3539 | 0.000000e+00 | 6.000000e+00 |    Inf 
285.90/285.97	c   275s|140000 |  1656 |431844 |   3.1 |  50M| 495 |   1 |5645 |  15k|5645 | 172 |  81k| 127k|3736 | 0.000000e+00 | 6.000000e+00 |    Inf 
309.20/309.24	c   297s|150000 |  1770 |485029 |   3.2 |  53M| 495 |   1 |5645 |  17k|5645 | 207 |  94k| 141k|3949 | 0.000000e+00 | 6.000000e+00 |    Inf 
313.40/313.43	o 4
313.40/313.43	c * 301s|151757 |  1672 |493535 |   3.3 |  51M| 495 |   - |5645 |  17k|5645 | 190 |  96k| 143k|3965 | 0.000000e+00 | 4.000000e+00 |    Inf 
330.30/330.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
330.30/330.33	c   318s|160000 |  1646 |526136 |   3.3 |  50M| 495 |  11 |5645 |  14k|5645 | 163 | 102k| 154k|4116 | 0.000000e+00 | 4.000000e+00 |    Inf 
332.79/332.80	o 3
332.79/332.80	c * 320s|161095 |  1648 |532465 |   3.3 |  50M| 495 |   - |5645 |  15k|5645 | 188 | 104k| 156k|4117 | 0.000000e+00 | 3.000000e+00 |    Inf 
353.40/353.45	c   340s|170000 |  2109 |580539 |   3.4 |  54M| 495 |  13 |5645 |  18k|5645 | 172 | 120k| 167k|4299 | 0.000000e+00 | 3.000000e+00 |    Inf 
376.40/376.45	c   362s|180000 |  2176 |628306 |   3.5 |  56M| 495 |   5 |5645 |  18k|5645 | 186 | 134k| 181k|4464 | 0.000000e+00 | 3.000000e+00 |    Inf 
398.90/398.97	c   384s|190000 |  2052 |676297 |   3.6 |  55M| 495 |   1 |5645 |  16k|5645 | 191 | 145k| 195k|4591 | 0.000000e+00 | 3.000000e+00 |    Inf 
420.60/420.67	c   405s|200000 |  1988 |717919 |   3.6 |  55M| 495 |  24 |5645 |  17k|5645 | 184 | 156k| 208k|4714 | 0.000000e+00 | 3.000000e+00 |    Inf 
441.00/441.01	c   424s|210000 |  1974 |752460 |   3.6 |  56M| 495 |   - |5645 |  19k|   0 |   0 | 163k| 222k|4835 | 0.000000e+00 | 3.000000e+00 |    Inf 
462.10/462.18	c   445s|220000 |  1760 |790775 |   3.6 |  54M| 495 |  10 |5645 |  17k|5645 | 184 | 170k| 236k|5025 | 0.000000e+00 | 3.000000e+00 |    Inf 
468.41/468.47	o 2
468.41/468.47	c * 451s|222902 |  1637 |804303 |   3.6 |  52M| 495 |   - |5645 |  15k|5645 | 178 | 173k| 240k|5069 | 0.000000e+00 | 2.000000e+00 |    Inf 
482.81/482.82	c   464s|230000 |  1448 |832892 |   3.6 |  48M| 495 |   - |5645 |  11k|5645 | 226 | 178k| 249k|5348 | 0.000000e+00 | 2.000000e+00 |    Inf 
500.80/500.85	c   482s|240000 |  1284 |867395 |   3.6 |  47M| 495 |   - |5645 |  11k|   0 |   0 | 184k| 263k|5425 | 0.000000e+00 | 2.000000e+00 |    Inf 
521.11/521.17	c   501s|250000 |  1245 |918496 |   3.7 |  48M| 495 |   1 |5645 |  13k|5645 | 179 | 194k| 276k|5549 | 0.000000e+00 | 2.000000e+00 |    Inf 
541.91/541.97	c   521s|260000 |  1234 |962185 |   3.7 |  49M| 495 |   1 |5645 |  17k|5645 | 187 | 204k| 289k|5637 | 0.000000e+00 | 2.000000e+00 |    Inf 
564.11/564.12	c   542s|270000 |  1365 |  1006k|   3.7 |  51M| 495 |  10 |5645 |  20k|5645 | 188 | 216k| 302k|5786 | 0.000000e+00 | 2.000000e+00 |    Inf 
586.41/586.50	c   564s|280000 |  1297 |  1047k|   3.7 |  51M| 495 |   6 |5645 |  20k|5645 | 182 | 226k| 315k|5899 | 0.000000e+00 | 2.000000e+00 |    Inf 
607.40/607.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
607.40/607.42	c   584s|290000 |  1106 |  1086k|   3.7 |  47M| 495 |  12 |5645 |  14k|5645 | 198 | 234k| 328k|6010 | 0.000000e+00 | 2.000000e+00 |    Inf 
626.61/626.67	c   603s|300000 |   996 |  1121k|   3.7 |  46M| 495 |   4 |5645 |  14k|5645 | 158 | 239k| 341k|6148 | 0.000000e+00 | 2.000000e+00 |    Inf 
644.11/644.13	c   619s|310000 |   961 |  1146k|   3.7 |  47M| 495 |   1 |5645 |  16k|5645 | 165 | 243k| 354k|6219 | 0.000000e+00 | 2.000000e+00 |    Inf 
645.10/645.19	o 1
645.10/645.19	c * 620s|310644 |   889 |  1148k|   3.7 |  46M| 495 |   - |5645 |  16k|5645 | 165 | 243k| 355k|6219 | 0.000000e+00 | 1.000000e+00 |    Inf 
661.61/661.61	c   636s|320000 |   906 |  1166k|   3.6 |  47M| 495 |   1 |5645 |  19k|5645 | 180 | 246k| 368k|6273 | 0.000000e+00 | 1.000000e+00 |    Inf 
680.41/680.44	c   654s|330000 |   958 |  1187k|   3.6 |  49M| 495 |   - |5645 |  23k|   0 |   0 | 250k| 381k|6315 | 0.000000e+00 | 1.000000e+00 |    Inf 
700.31/700.31	c   673s|340000 |   885 |  1209k|   3.6 |  46M| 495 |   - |5645 |  15k|   0 |   0 | 254k| 395k|6369 | 0.000000e+00 | 1.000000e+00 |    Inf 
722.81/722.87	c   695s|350000 |  1058 |  1253k|   3.6 |  49M| 495 |   - |5645 |  22k|   0 |   0 | 265k| 408k|6441 | 0.000000e+00 | 1.000000e+00 |    Inf 
749.01/749.09	c   721s|360000 |  1120 |  1306k|   3.6 |  51M| 495 |  22 |5645 |  24k|5645 | 192 | 280k| 421k|6549 | 0.000000e+00 | 1.000000e+00 |    Inf 
774.61/774.63	c   746s|370000 |  1054 |  1357k|   3.7 |  51M| 495 |   - |5645 |  24k|   0 |   0 | 291k| 434k|6667 | 0.000000e+00 | 1.000000e+00 |    Inf 
800.51/800.54	c   771s|380000 |  1103 |  1402k|   3.7 |  52M| 495 |  16 |5645 |  27k|5645 | 191 | 303k| 447k|6763 | 0.000000e+00 | 1.000000e+00 |    Inf 
827.32/827.39	c   797s|390000 |  1145 |  1449k|   3.7 |  54M| 495 |   1 |5645 |  30k|5645 | 178 | 316k| 460k|6824 | 0.000000e+00 | 1.000000e+00 |    Inf 
855.61/855.68	c   824s|400000 |  1354 |  1500k|   3.8 |  57M| 495 |   - |5645 |  34k|   0 |   0 | 330k| 473k|6942 | 0.000000e+00 | 1.000000e+00 |    Inf 
885.11/885.13	c   853s|410000 |  1381 |  1554k|   3.8 |  58M| 495 |  13 |5645 |  36k|5645 | 179 | 344k| 487k|7046 | 0.000000e+00 | 1.000000e+00 |    Inf 
916.32/916.32	c   883s|420000 |  1558 |  1607k|   3.8 |  60M| 495 |  22 |5645 |  37k|5645 | 192 | 359k| 501k|7155 | 0.000000e+00 | 1.000000e+00 |    Inf 
949.01/949.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
949.01/949.05	c   915s|430000 |  2019 |  1659k|   3.9 |  64M| 495 |   - |5645 |  41k|   0 |   0 | 375k| 513k|7242 | 0.000000e+00 | 1.000000e+00 |    Inf 
982.41/982.46	c   948s|440000 |  2091 |  1707k|   3.9 |  66M| 495 |  17 |5645 |  42k|5645 | 175 | 388k| 527k|7357 | 0.000000e+00 | 1.000000e+00 |    Inf 
1017.12/1017.18	c   982s|450000 |  2144 |  1758k|   3.9 |  68M| 495 |  18 |5645 |  45k|5645 | 188 | 403k| 541k|7431 | 0.000000e+00 | 1.000000e+00 |    Inf 
1052.92/1052.94	c  1017s|460000 |  2411 |  1813k|   3.9 |  70M| 495 |  10 |5645 |  47k|5645 | 191 | 419k| 554k|7520 | 0.000000e+00 | 1.000000e+00 |    Inf 
1089.21/1089.29	c  1053s|470000 |  2380 |  1866k|   4.0 |  70M| 495 |  10 |5645 |  45k|5645 | 204 | 433k| 568k|7636 | 0.000000e+00 | 1.000000e+00 |    Inf 
1123.92/1123.90	c  1087s|480000 |  2265 |  1918k|   4.0 |  70M| 495 |   - |5645 |  45k|   0 |   0 | 446k| 583k|7716 | 0.000000e+00 | 1.000000e+00 |    Inf 
1155.52/1155.54	c  1118s|490000 |  2191 |  1959k|   4.0 |  69M| 495 |   - |5645 |  45k|   0 |   0 | 456k| 597k|7801 | 0.000000e+00 | 1.000000e+00 |    Inf 
1190.42/1190.47	c  1152s|500000 |  2136 |  2015k|   4.0 |  70M| 495 |  13 |5645 |  46k|5645 | 183 | 471k| 610k|7874 | 0.000000e+00 | 1.000000e+00 |    Inf 
1224.92/1224.91	c  1186s|510000 |  2006 |  2066k|   4.1 |  69M| 495 |   - |5645 |  45k|   0 |   0 | 484k| 625k|7992 | 0.000000e+00 | 1.000000e+00 |    Inf 
1259.12/1259.14	c  1219s|520000 |  1927 |  2117k|   4.1 |  69M| 495 |  22 |5645 |  47k|5645 | 199 | 497k| 639k|8056 | 0.000000e+00 | 1.000000e+00 |    Inf 
1293.73/1293.79	c  1253s|530000 |  1852 |  2161k|   4.1 |  70M| 495 |   - |5645 |  50k|   0 |   0 | 507k| 653k|8114 | 0.000000e+00 | 1.000000e+00 |    Inf 
1328.92/1328.97	c  1288s|540000 |  1703 |  2207k|   4.1 |  68M| 495 |   1 |5645 |  46k|5645 | 185 | 519k| 667k|8220 | 0.000000e+00 | 1.000000e+00 |    Inf 
1363.73/1363.76	c  1322s|550000 |  1556 |  2258k|   4.1 |  67M| 495 |   - |5645 |  47k|   0 |   0 | 532k| 682k|8293 | 0.000000e+00 | 1.000000e+00 |    Inf 
1395.83/1395.85	c  1353s|560000 |  1377 |  2302k|   4.1 |  65M| 495 |  15 |5645 |  44k|5645 | 187 | 541k| 696k|8354 | 0.000000e+00 | 1.000000e+00 |    Inf 
1430.23/1430.24	c  1387s|570000 |  1435 |  2354k|   4.1 |  66M| 495 |  22 |5645 |  45k|5645 | 175 | 554k| 709k|8459 | 0.000000e+00 | 1.000000e+00 |    Inf 
1463.93/1463.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1463.93/1463.90	c  1420s|580000 |  1326 |  2403k|   4.1 |  63M| 495 |   - |5645 |  41k|   0 |   0 | 565k| 723k|8556 | 0.000000e+00 | 1.000000e+00 |    Inf 
1493.63/1493.65	c  1449s|590000 |  1353 |  2450k|   4.2 |  63M| 495 |   1 |5645 |  40k|5645 | 177 | 574k| 736k|8616 | 0.000000e+00 | 1.000000e+00 |    Inf 
1522.53/1522.57	c  1477s|600000 |  1329 |  2483k|   4.1 |  63M| 495 |   - |5645 |  40k|   0 |   0 | 579k| 750k|8667 | 0.000000e+00 | 1.000000e+00 |    Inf 
1552.04/1552.06	c  1506s|610000 |  1191 |  2529k|   4.1 |  61M| 495 |   - |5645 |  38k|   0 |   0 | 589k| 764k|8743 | 0.000000e+00 | 1.000000e+00 |    Inf 
1582.63/1582.61	c  1536s|620000 |  1073 |  2570k|   4.1 |  59M| 495 |   1 |5645 |  35k|5645 | 220 | 599k| 778k|8805 | 0.000000e+00 | 1.000000e+00 |    Inf 
1611.73/1611.78	c  1564s|630000 |  1139 |  2613k|   4.1 |  60M| 495 |   - |5645 |  37k|   0 |   0 | 609k| 791k|8860 | 0.000000e+00 | 1.000000e+00 |    Inf 
1639.54/1639.51	c  1591s|640000 |  1128 |  2645k|   4.1 |  61M| 495 |   - |5645 |  39k|   0 |   0 | 615k| 805k|8910 | 0.000000e+00 | 1.000000e+00 |    Inf 
1667.54/1667.56	c  1619s|650000 |  1097 |  2677k|   4.1 |  61M| 495 |   - |5645 |  41k|   0 |   0 | 621k| 818k|8955 | 0.000000e+00 | 1.000000e+00 |    Inf 
1695.04/1695.06	c  1646s|660000 |   902 |  2713k|   4.1 |  56M| 495 |  10 |5645 |  35k|5645 | 179 | 628k| 832k|9003 | 0.000000e+00 | 1.000000e+00 |    Inf 
1718.93/1718.90	c  1669s|670000 |   825 |  2741k|   4.1 |  52M| 495 |   1 |5645 |  25k|5645 | 165 | 633k| 844k|9553 | 0.000000e+00 | 1.000000e+00 |    Inf 
1739.93/1739.91	c  1689s|680000 |   763 |  2774k|   4.1 |  49M| 495 |   6 |5645 |  18k|5645 | 187 | 638k| 857k|9708 | 0.000000e+00 | 1.000000e+00 |    Inf 
1761.14/1761.11	c  1710s|690000 |   824 |  2813k|   4.1 |  52M| 495 |  19 |5645 |  24k|5645 | 190 | 648k| 869k|9771 | 0.000000e+00 | 1.000000e+00 |    Inf 
1785.53/1785.56	c  1734s|700000 |   813 |  2856k|   4.1 |  54M| 495 |   1 |5645 |  29k|5645 | 173 | 657k| 882k|9780 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1747.64
1800.03/1800.00	c Solving Nodes      : 705438
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+00 (220 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.08	s SATISFIABLE
1800.03/1800.08	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 x212 -x211 -x210 
1800.03/1800.08	v x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 x189 
1800.03/1800.08	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.03/1800.08	v -x167 x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.03/1800.08	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 
1800.03/1800.08	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.03/1800.08	v -x103 -x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1800.03/1800.08	v -x79 x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1800.03/1800.08	v -x53 x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.03/1800.08	v -x28 -x27 -x26 x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.03/1800.08	v -x1 
1800.03/1800.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.08	c Solving Time       :    1747.64
1800.03/1800.08	c Original Problem   :
1800.03/1800.08	c   Problem name     : HOME/instance-2692343-1277927092.wbo
1800.03/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.08	c   Constraints      : 5415 initial, 5415 maximal
1800.03/1800.08	c Presolved Problem  :
1800.03/1800.08	c   Problem name     : t_HOME/instance-2692343-1277927092.wbo
1800.03/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.08	c   Constraints      : 5414 initial, 50285 maximal
1800.03/1800.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.03/1800.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.03/1800.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.03/1800.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.08	c   integral         :          0          0          0     496648          0          4        465          0          0     730866
1800.03/1800.08	c   indicator        :       2707          0    1508658      71756          0         74    1391226          0          0          0
1800.03/1800.08	c   linear           :       2707          6    3594376     129629          0     290105   17979590     664178          0          0
1800.03/1800.08	c   logicor          :          0+         0    1124018          0          0      42793     998399          0          0          0
1800.03/1800.08	c   bounddisjunction :          0+         0      12005          0          0          0          0          0          0          0
1800.03/1800.08	c   countsols        :          0          0          0      39359          0          0          0          0          0          0
1800.03/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.08	c   integral         :      19.37       0.00       0.00      19.37       0.00
1800.03/1800.08	c   indicator        :      13.86       0.00       5.19       8.67       0.00
1800.03/1800.08	c   linear           :     180.09       0.01     170.64       9.44       0.00
1800.03/1800.08	c   logicor          :     318.12       0.00     318.12       0.00       0.00
1800.03/1800.08	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.08	c   vbounds          :       0.00          2          0          0
1800.03/1800.08	c   rootredcost      :       0.03        100          0       2707
1800.03/1800.08	c   pseudoobj        :     171.01    3598295       2380     849640
1800.03/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.08	c   propagation      :      16.51     335278     334509    2148148       28.3      10208       23.1          -
1800.03/1800.08	c   infeasible LP    :       8.70      24762      24762     196264       45.0        277       18.9          0
1800.03/1800.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.08	c   pseudo solution  :       0.03         83         83        379       16.3        107        4.0          -
1800.03/1800.08	c   applied globally :          -          -          -     889636       23.2          -          -          -
1800.03/1800.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.08	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.03/1800.08	c   redcost          :      34.47     499110          0     492748          0          0
1800.03/1800.08	c   impliedbounds    :       0.00          4          0          0          0          0
1800.03/1800.08	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.08	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.08	c   gomory           :       0.00          4          0          0         86          0
1800.03/1800.08	c   strongcg         :       0.00          4          0          0          0          0
1800.03/1800.08	c   cmir             :       0.01          4          0          0          0          0
1800.03/1800.08	c   flowcover        :       0.03          4          0          0          0          0
1800.03/1800.08	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.08	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.08	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.08	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.08	c Pricers            :       Time      Calls       Vars
1800.03/1800.08	c   problem variables:       0.00          0          0
1800.03/1800.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.08	c   relpscost        :      19.26     365791          4        465          0          0     730866
1800.03/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   inference        :       8.80      39259          0          0          0          0      78518
1800.03/1800.08	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.08	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.08	c   LP solutions     :       0.13          -        100
1800.03/1800.08	c   pseudo solutions :       0.00          -          0
1800.03/1800.08	c   feaspump         :       0.00          0          0
1800.03/1800.08	c   intshifting      :       0.01          4          0
1800.03/1800.08	c   oneopt           :       0.41         78          0
1800.03/1800.08	c   guideddiving     :       0.46        288          0
1800.03/1800.08	c   crossover        :       2.40         99          2
1800.03/1800.08	c   fracdiving       :       0.46        383          0
1800.03/1800.08	c   veclendiving     :       0.54        383          0
1800.03/1800.08	c   coefdiving       :       0.68        384          0
1800.03/1800.08	c   pscostdiving     :       0.63        384          0
1800.03/1800.08	c   linesearchdiving :       0.60        384          0
1800.03/1800.08	c   objpscostdiving  :       0.69        383          0
1800.03/1800.08	c   rootsoldiving    :       0.57        383          0
1800.03/1800.08	c   trivial          :       0.08          2          2
1800.03/1800.08	c   simplerounding   :       0.42     366292          0
1800.03/1800.08	c   zirounding       :       0.18       1000          0
1800.03/1800.08	c   rounding         :       1.85       8456          0
1800.03/1800.08	c   shifting         :       0.86       2612          0
1800.03/1800.08	c   twoopt           :       0.00          0          0
1800.03/1800.08	c   fixandinfer      :       0.00          0          0
1800.03/1800.08	c   intdiving        :       0.00          0          0
1800.03/1800.08	c   actconsdiving    :       0.00          0          0
1800.03/1800.08	c   octane           :       0.00          0          0
1800.03/1800.08	c   rens             :       0.03          1          0
1800.03/1800.08	c   rins             :       0.00          0          0
1800.03/1800.08	c   localbranching   :       0.00          0          0
1800.03/1800.08	c   mutation         :       0.00          0          0
1800.03/1800.08	c   dins             :       0.00          0          0
1800.03/1800.08	c   undercover       :       0.00          0          0
1800.03/1800.08	c   nlp              :       0.00          0          0
1800.03/1800.08	c   trysol           :       1.97       5287        116
1800.03/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.08	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.08	c   dual LP          :     402.34     483393    2879723       5.96    7157.44
1800.03/1800.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.08	c   diving/probing LP:       0.22        249       1906       7.65    8663.64
1800.03/1800.08	c   strong branching :      15.80       9786      93635       9.57    5926.27
1800.03/1800.08	c     (at root node) :          -         32       1061      33.16          -
1800.03/1800.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.08	c B&B Tree           :
1800.03/1800.08	c   number of runs   :          1
1800.03/1800.08	c   nodes            :     705438
1800.03/1800.08	c   nodes (total)    :     705438
1800.03/1800.08	c   nodes left       :        866
1800.03/1800.08	c   max depth        :        495
1800.03/1800.08	c   max depth (total):        495
1800.03/1800.08	c   backtracks       :      74769 (10.6%)
1800.03/1800.08	c   delayed cutoffs  :      61251
1800.03/1800.08	c   repropagations   :    1620179 (4213722 domain reductions, 59551 cutoffs)
1800.03/1800.08	c   avg switch length:       6.16
1800.03/1800.08	c   switching time   :     287.05
1800.03/1800.08	c Solution           :
1800.03/1800.08	c   Solutions found  :        220 (101 improvements)
1800.03/1800.08	c   First Solution   : +1.35714000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.03/1800.08	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 310644 nodes, 620.22 seconds, depth 50, found by <relaxation>)
1800.03/1800.08	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.08	c   Gap              :   infinite
1800.03/1800.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.08	c   Root Iterations  :        106
1800.13/1800.15	c Time complete: 1800.18.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692343-1277927092/watcher-2692343-1277927092 -o /tmp/evaluation-result-2692343-1277927092/solver-2692343-1277927092 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692343-1277927092.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.99 1.98 1.99 3/178 14175
/proc/meminfo: memFree=30969704/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=9544 CPUtime=0
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 1677 0 0 0 0 0 0 0 23 0 1 0 134006486 9773056 1598 4089446400 4194304 8223781 140735520530368 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14175/statm: 2386 1599 369 984 0 1399 0

[startup+0.0174239 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 14175
/proc/meminfo: memFree=30969704/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=13440 CPUtime=0.01
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 2673 0 0 0 1 0 0 0 23 0 1 0 134006486 13762560 2593 4089446400 4194304 8223781 140735520530368 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14175/statm: 3360 2593 369 984 0 2373 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13440

[startup+0.100419 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 14175
/proc/meminfo: memFree=30969704/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=35136 CPUtime=0.09
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 8087 0 0 0 9 0 0 0 23 0 1 0 134006486 35979264 7643 4089446400 4194304 8223781 140735520530368 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14175/statm: 8784 7643 422 984 0 7797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35136

[startup+0.300387 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 14175
/proc/meminfo: memFree=30969704/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=55992 CPUtime=0.29
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 13871 0 0 0 26 3 0 0 23 0 1 0 134006486 57335808 12814 4089446400 4194304 8223781 140735520530368 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14175/statm: 13998 12826 564 984 0 13011 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55992

[startup+0.700297 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 14175
/proc/meminfo: memFree=30969704/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=43076 CPUtime=0.69
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 15654 0 0 0 63 6 0 0 25 0 1 0 134006486 44109824 9709 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14175/statm: 10769 9709 575 984 0 9782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43076

[startup+1.50016 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14176
/proc/meminfo: memFree=30931008/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=44548 CPUtime=1.49
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 15862 0 0 0 140 9 0 0 25 0 1 0 134006486 45617152 9917 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14175/statm: 11137 9917 578 984 0 10150 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44548

[startup+3.10086 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14176
/proc/meminfo: memFree=30928776/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=49112 CPUtime=3.09
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 21601 0 0 0 295 14 0 0 25 0 1 0 134006486 50290688 11254 4089446400 4194304 8223781 140735520530368 18446744073709551615 6372002 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14175/statm: 12278 11254 579 984 0 11291 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49112

[startup+6.30028 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14176
/proc/meminfo: memFree=30914788/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=55048 CPUtime=6.29
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 31994 0 0 0 607 22 0 0 25 0 1 0 134006486 56369152 12605 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14175/statm: 13762 12605 579 984 0 12775 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55048

[startup+12.7011 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14176
/proc/meminfo: memFree=30901412/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=63568 CPUtime=12.69
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 39195 0 0 0 1229 40 0 0 25 0 1 0 134006486 65093632 14767 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14175/statm: 15892 14767 579 984 0 14905 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63568

[startup+25.5008 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14176
/proc/meminfo: memFree=30870808/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=78756 CPUtime=25.49
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 52473 0 0 0 2475 74 0 0 25 0 1 0 134006486 80646144 18595 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14175/statm: 19689 18595 579 984 0 18702 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78756

[startup+51.1011 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14177
/proc/meminfo: memFree=30819760/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=103972 CPUtime=51.09
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 108235 0 0 0 4963 146 0 0 25 0 1 0 134006486 106467328 24945 4089446400 4194304 8223781 140735520530368 18446744073709551615 4561499 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14175/statm: 25993 24945 584 984 0 25006 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 103972

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14178
/proc/meminfo: memFree=30702888/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=165808 CPUtime=102.3
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 269343 0 0 0 9930 300 0 0 25 0 1 0 134006486 169787392 40312 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14175/statm: 41452 40312 593 984 0 40465 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 165808

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14180
/proc/meminfo: memFree=30618776/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=187608 CPUtime=162.29
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 365941 0 0 0 15670 559 0 0 25 0 1 0 134006486 192110592 45637 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14175/statm: 46902 45637 601 984 0 45915 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 187608

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14181
/proc/meminfo: memFree=30551012/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=191552 CPUtime=222.3
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 437497 0 0 0 21401 829 0 0 25 0 1 0 134006486 196149248 46644 4089446400 4194304 8223781 140735520530368 18446744073709551615 4619618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14175/statm: 47888 46644 601 984 0 46901 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 191552

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14183
/proc/meminfo: memFree=30488596/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=194880 CPUtime=282.3
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 444667 0 0 0 27147 1083 0 0 25 0 1 0 134006486 199557120 47437 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14175/statm: 48720 47437 601 984 0 47733 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 194880

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14184
/proc/meminfo: memFree=30420476/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=198276 CPUtime=342.3
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 501515 0 0 0 32914 1316 0 0 25 0 1 0 134006486 203034624 48220 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14175/statm: 49569 48220 601 984 0 48582 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 198276

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14186
/proc/meminfo: memFree=30363396/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=201080 CPUtime=402.3
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 520964 0 0 0 38695 1535 0 0 25 0 1 0 134006486 205905920 48896 4089446400 4194304 8223781 140735520530368 18446744073709551615 5001186 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14175/statm: 50270 48896 601 984 0 49283 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 201080

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14188
/proc/meminfo: memFree=30318576/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=202100 CPUtime=462.3
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 528869 0 0 0 44468 1762 0 0 25 0 1 0 134006486 206950400 49146 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14175/statm: 50525 49146 601 984 0 49538 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 202100

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14189
/proc/meminfo: memFree=30285788/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=202164 CPUtime=522.3
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 570001 0 0 0 50215 2015 0 0 25 0 1 0 134006486 207015936 49167 4089446400 4194304 8223781 140735520530368 18446744073709551615 4923825 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14175/statm: 50541 49167 601 984 0 49554 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 202164

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.99 4/179 14191
/proc/meminfo: memFree=30290188/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=202344 CPUtime=582.31
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 577941 0 0 0 55993 2238 0 0 25 0 1 0 134006486 207200256 49216 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14175/statm: 50586 49216 601 984 0 49599 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 202344

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14192
/proc/meminfo: memFree=30277624/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=202440 CPUtime=642.31
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 577977 0 0 0 61750 2481 0 0 25 0 1 0 134006486 207298560 49245 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14175/statm: 50610 49245 601 984 0 49623 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 202440

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14199
/proc/meminfo: memFree=30296360/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=207448 CPUtime=882.31
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 619996 0 0 0 85017 3214 0 0 25 0 1 0 134006486 212426752 50421 4089446400 4194304 8223781 140735520530368 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14175/statm: 51862 50421 601 984 0 50875 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 207448

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14200
/proc/meminfo: memFree=30287876/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=211264 CPUtime=942.32
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 626105 0 0 0 90873 3359 0 0 25 0 1 0 134006486 216334336 51300 4089446400 4194304 8223781 140735520530368 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14175/statm: 52816 51300 601 984 0 51829 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 211264

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14211
/proc/meminfo: memFree=30277600/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=214352 CPUtime=1002.31
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 626877 0 0 0 96743 3488 0 0 25 0 1 0 134006486 219496448 52072 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14175/statm: 53588 52072 601 984 0 52601 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 214352

[startup+1062.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 14213
/proc/meminfo: memFree=30272552/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=217608 CPUtime=1062.31
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 627716 0 0 0 102628 3603 0 0 25 0 1 0 134006486 222830592 52911 4089446400 4194304 8223781 140735520530368 18446744073709551615 6483706 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14175/statm: 54402 52911 601 984 0 53415 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 217608

[startup+1122.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14214
/proc/meminfo: memFree=30270400/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=217900 CPUtime=1122.31
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 627779 0 0 0 108516 3715 0 0 25 0 1 0 134006486 223129600 52971 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14175/statm: 54475 52971 601 984 0 53488 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 217900

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14216
/proc/meminfo: memFree=30268132/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=217900 CPUtime=1182.32
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 627787 0 0 0 114402 3830 0 0 25 0 1 0 134006486 223129600 52971 4089446400 4194304 8223781 140735520530368 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14175/statm: 54475 52971 601 984 0 53488 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 217900

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14217
/proc/meminfo: memFree=30266840/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=218272 CPUtime=1242.33
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 627890 0 0 0 120291 3942 0 0 25 0 1 0 134006486 223510528 53059 4089446400 4194304 8223781 140735520530368 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14175/statm: 54568 53059 601 984 0 53581 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 218272

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14219
/proc/meminfo: memFree=30264552/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=219440 CPUtime=1302.33
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 632497 0 0 0 126184 4049 0 0 25 0 1 0 134006486 224706560 53296 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14175/statm: 54860 53296 601 984 0 53873 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 219440

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14221
/proc/meminfo: memFree=30262164/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=220492 CPUtime=1362.33
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 632687 0 0 0 132069 4164 0 0 25 0 1 0 134006486 225783808 53479 4089446400 4194304 8223781 140735520530368 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14175/statm: 55123 53479 601 984 0 54136 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 220492

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14268
/proc/meminfo: memFree=31031152/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=220888 CPUtime=1422.33
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 632735 0 0 0 137936 4297 0 0 25 0 1 0 134006486 226189312 53508 4089446400 4194304 8223781 140735520530368 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14175/statm: 55222 53508 601 984 0 54235 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 220888

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14270
/proc/meminfo: memFree=31005176/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=221056 CPUtime=1482.33
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 632819 0 0 0 143795 4438 0 0 25 0 1 0 134006486 226361344 53576 4089446400 4194304 8223781 140735520530368 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14175/statm: 55264 53576 601 984 0 54277 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 221056

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14271
/proc/meminfo: memFree=30987036/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=221488 CPUtime=1542.33
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 632926 0 0 0 149644 4589 0 0 25 0 1 0 134006486 226803712 53652 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14175/statm: 55372 53652 601 984 0 54385 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 221488

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/197 14273
/proc/meminfo: memFree=30957476/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=221488 CPUtime=1602.34
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 632978 0 0 0 155513 4721 0 0 25 0 1 0 134006486 226803712 53697 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14175/statm: 55372 53697 601 984 0 54385 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 221488

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/197 14275
/proc/meminfo: memFree=30936444/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=221488 CPUtime=1662.34
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 632995 0 0 0 161374 4860 0 0 25 0 1 0 134006486 226803712 53697 4089446400 4194304 8223781 140735520530368 18446744073709551615 4209174 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14175/statm: 55372 53697 601 984 0 54385 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 221488

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/197 14276
/proc/meminfo: memFree=30893060/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=222444 CPUtime=1722.33
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 633190 0 0 0 167206 5027 0 0 25 0 1 0 134006486 227782656 53869 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14175/statm: 55611 53869 601 984 0 54624 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 222444

[startup+1782.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/197 14278
/proc/meminfo: memFree=30850084/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=222444 CPUtime=1782.33
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 633201 0 0 0 173035 5198 0 0 25 0 1 0 134006486 227782656 53870 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14175/statm: 55611 53870 601 984 0 54624 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 222444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.09 2.05 2.01 3/197 14279
/proc/meminfo: memFree=30838168/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=222444 CPUtime=1800.03
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 633203 0 0 0 174766 5237 0 0 25 0 1 0 134006486 227782656 53870 4089446400 4194304 8223781 140735520530368 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14175/statm: 55611 53870 601 984 0 54624 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 222444

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.09 2.05 2.01 3/197 14279
/proc/meminfo: memFree=30838168/32951124 swapFree=67111528/67111528
[pid=14175] ppid=14173 vsize=212724 CPUtime=1800.13
/proc/14175/stat : 14175 (pbscip.linux.x8) R 14173 14175 11356 0 -1 4202496 633215 0 0 0 174776 5237 0 0 25 0 1 0 134006486 217829376 51453 4089446400 4194304 8223781 140735520530368 18446744073709551615 4332856 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14175/statm: 53181 51453 603 984 0 52194 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 212724

Child status: 0
Real time (s): 1800.15
CPU time (s): 1800.19
CPU user time (s): 1747.8
CPU system time (s): 52.383
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 222516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1747.8
system time used= 52.383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 633219
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 2648

runsolver used 3.43648 second user time and 6.17806 second system time

The end

Launcher Data

Begin job on node109 at 2010-06-30 21:44:52
IDJOB=2692343
IDBENCH=79276
IDSOLVER=1204
FILE ID=node109/2692343-1277927092
PBS_JOBID= 11197346
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900576927--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692343-1277927092/watcher-2692343-1277927092 -o /tmp/evaluation-result-2692343-1277927092/solver-2692343-1277927092 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692343-1277927092.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 181256eb24986712688255c971de86f9
RANDOM SEED=574608022

node109.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30970232 kB
Buffers:        210116 kB
Cached:        1058064 kB
SwapCached:          0 kB
Active:        1086716 kB
Inactive:       748964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30970232 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4728 kB
Writeback:           0 kB
AnonPages:      568292 kB
Mapped:          16820 kB
Slab:            81268 kB
PageTables:       5252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   718020 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= 74208 MiB
End job on node109 at 2010-06-30 22:14:54