Trace number 2693686

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) 1801.58 1801.53

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900577940--soft-0-100-0.wbo
MD5SUM2d690d91fe5f00c81c2e61f07f4a896b
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 benchmark510.174
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 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 661
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: 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-2693686-1277930207.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.03	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.09/0.13	o 136179
0.09/0.13	c feasible solution found by trivial heuristic, objective value  1.361790e+05
0.09/0.13	c presolving:
0.09/0.14	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.15	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.19/0.20	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.20	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.20	c presolving (3 rounds):
0.19/0.20	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.20	c  2707 implications, 0 cliques
0.19/0.20	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.19/0.20	c    2707 constraints of type <indicator>
0.19/0.20	c    2707 constraints of type <linear>
0.19/0.20	c transformed objective value is always integral (scale: 1)
0.19/0.20	c Presolving Time: 0.14
0.19/0.20	c - non default parameters ----------------------------------------------------------------------
0.19/0.20	c # SCIP version 1.2.1.2
0.19/0.20	c 
0.19/0.20	c # frequency for displaying node information lines
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.20	c display/freq = 10000
0.19/0.20	c 
0.19/0.20	c # maximal time in seconds to run
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/time = 1799.97
0.19/0.20	c 
0.19/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/memory = 3420
0.19/0.20	c 
0.19/0.20	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.20	c lp/solvefreq = -1
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify inequalities
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/linear/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify knapsacks
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20	c separating/rapidlearning/freq = 0
0.19/0.20	c 
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c start solving
0.19/0.20	c 
0.19/0.21	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.21	c t 0.2s|     1 |     2 |     0 |     - |  17M|   0 |   - |5645 |5414 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
3.59/3.64	c   3.5s| 10000 |  9596 |     0 |   0.0 |  24M|2816 |   - |5645 |6796 |   0 |   0 |   0 |1383 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
6.69/6.79	c   6.6s| 20000 | 19596 |     0 |   0.0 |  28M|2816 |   - |5645 |6796 |   0 |   0 |   0 |1383 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
8.09/8.15	o 531
8.09/8.15	c * 8.0s| 25465 | 13090 |     0 |   0.0 |  29M|2816 |   - |5645 |6847 |   0 |   0 |   0 |1436 |   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
8.09/8.16	o 457
8.09/8.16	c * 8.0s| 25466 |  8596 |     0 |   0.0 |  24M|2816 |   - |5645 |6847 |   0 |   0 |   0 |1436 |   0 | 0.000000e+00 | 4.570000e+02 |    Inf 
9.69/9.79	c   9.6s| 30000 | 12489 |     0 |   0.0 |  30M|2816 |   - |5645 |8156 |   0 |   0 |   0 |4473 |   0 | 0.000000e+00 | 4.570000e+02 |    Inf 
14.09/14.10	c  13.8s| 40000 | 20217 |     0 |   0.0 |  42M|2816 |   - |5645 |8353 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 4.570000e+02 |    Inf 
18.89/18.96	o 448
18.89/18.96	c *18.6s| 47186 | 24033 |     0 |   0.0 |  52M|2816 |   - |5645 |9712 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 4.480000e+02 |    Inf 
18.89/18.97	o 422
18.89/18.97	c *18.6s| 47199 | 23755 |     0 |   0.0 |  52M|2816 |   - |5645 |9712 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 4.220000e+02 |    Inf 
18.89/18.98	o 389
18.89/18.98	c *18.6s| 47200 | 23596 |     0 |   0.0 |  51M|2816 |   - |5645 |9712 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 3.890000e+02 |    Inf 
19.09/19.14	o 388
19.09/19.14	c *18.8s| 47460 | 23845 |     0 |   0.0 |  52M|2816 |   - |5645 |9626 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
19.19/19.24	o 371
19.19/19.24	c *18.9s| 47599 | 23962 |     0 |   0.0 |  52M|2816 |   - |5645 |9578 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 3.710000e+02 |    Inf 
19.19/19.24	o 347
19.19/19.24	c *18.9s| 47600 | 23731 |     0 |   0.0 |  52M|2816 |   - |5645 |9578 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 3.470000e+02 |    Inf 
19.59/19.62	o 323
19.59/19.62	c *19.2s| 48348 | 23977 |     0 |   0.0 |  52M|2816 |   - |5645 |9386 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 3.230000e+02 |    Inf 
19.70/19.72	o 315
19.70/19.72	c *19.3s| 48559 | 23884 |     0 |   0.0 |  52M|2816 |   - |5645 |9347 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 3.150000e+02 |    Inf 
20.09/20.12	o 314
20.09/20.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.09/20.12	c *19.7s| 49170 | 24461 |     0 |   0.0 |  53M|2816 |   - |5645 |9199 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 3.140000e+02 |    Inf 
20.09/20.12	o 302
20.09/20.12	c *19.7s| 49171 | 24298 |     0 |   0.0 |  53M|2816 |   - |5645 |9199 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 3.020000e+02 |    Inf 
20.49/20.56	c  20.2s| 50000 | 25102 |     0 |   0.0 |  54M|2816 |   - |5645 |9088 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 3.020000e+02 |    Inf 
20.99/21.02	o 294
20.99/21.02	c *20.6s| 51230 | 25863 |     0 |   0.0 |  55M|2816 |   - |5645 |9008 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 2.940000e+02 |    Inf 
21.09/21.17	o 283
21.09/21.17	c *20.8s| 51451 | 25481 |     0 |   0.0 |  55M|2816 |   - |5645 |8985 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 2.830000e+02 |    Inf 
21.19/21.25	o 273
21.19/21.25	c *20.8s| 51551 | 25281 |     0 |   0.0 |  55M|2816 |   - |5645 |8972 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 2.730000e+02 |    Inf 
21.39/21.50	o 235
21.39/21.50	c *21.1s| 51957 | 25035 |     0 |   0.0 |  53M|2816 |   - |5645 |8958 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 2.350000e+02 |    Inf 
21.49/21.50	o 192
21.49/21.50	c *21.1s| 51958 | 24769 |     0 |   0.0 |  53M|2816 |   - |5645 |8958 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 1.920000e+02 |    Inf 
21.60/21.67	o 191
21.60/21.67	c *21.3s| 52177 | 24972 |     0 |   0.0 |  53M|2816 |   - |5645 |8972 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 1.910000e+02 |    Inf 
21.60/21.67	o 167
21.60/21.67	c *21.3s| 52178 | 24771 |     0 |   0.0 |  53M|2816 |   - |5645 |8972 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
21.90/21.99	o 153
21.90/21.99	c *21.6s| 52573 | 25042 |     0 |   0.0 |  54M|2816 |   - |5645 |9002 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
22.59/22.64	o 150
22.59/22.64	c *22.2s| 53512 | 25867 |     0 |   0.0 |  55M|2816 |   - |5645 |8803 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 1.500000e+02 |    Inf 
23.19/23.29	o 145
23.19/23.29	c *22.9s| 54450 | 26697 |     0 |   0.0 |  57M|2816 |   - |5645 |8589 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
23.79/23.89	o 132
23.79/23.89	c *23.4s| 55270 | 27318 |     0 |   0.0 |  58M|2816 |   - |5645 |8602 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 1.320000e+02 |    Inf 
23.99/24.09	o 128
23.99/24.09	c *23.6s| 55494 | 27487 |     0 |   0.0 |  58M|2816 |   - |5645 |8600 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 1.280000e+02 |    Inf 
24.39/24.45	o 121
24.39/24.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.39/24.45	c *24.0s| 55958 | 27820 |     0 |   0.0 |  59M|2816 |   - |5645 |8632 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 1.210000e+02 |    Inf 
27.09/27.19	o 118
27.09/27.19	c *26.7s| 59758 | 31230 |     0 |   0.0 |  64M|2816 |   - |5645 |7995 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 1.180000e+02 |    Inf 
27.29/27.35	c  26.9s| 60000 | 31454 |     0 |   0.0 |  64M|2816 |   - |5645 |7976 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 1.180000e+02 |    Inf 
28.39/28.44	o 107
28.39/28.44	c *27.9s| 61425 | 32525 |     0 |   0.0 |  66M|2816 |   - |5645 |8329 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 1.070000e+02 |    Inf 
28.39/28.44	o 88
28.39/28.44	c *27.9s| 61426 | 31751 |     0 |   0.0 |  64M|2816 |   - |5645 |8329 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 8.800000e+01 |    Inf 
29.89/29.92	o 84
29.89/29.92	c *29.4s| 63281 | 33197 |     0 |   0.0 |  65M|2816 |   - |5645 |7471 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 8.400000e+01 |    Inf 
31.20/31.27	o 69
31.20/31.27	c *30.7s| 64907 | 33706 |     0 |   0.0 |  65M|2816 |   - |5645 |7663 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 6.900000e+01 |    Inf 
33.69/33.79	o 60
33.69/33.79	c *33.2s| 68857 | 36791 |     0 |   0.0 |  69M|2816 |   - |5645 |7104 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 6.000000e+01 |    Inf 
33.90/33.96	o 59
33.90/33.96	c *33.4s| 69155 | 37021 |     0 |   0.0 |  69M|2816 |   - |5645 |7138 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 5.900000e+01 |    Inf 
34.10/34.16	o 43
34.10/34.16	c *33.6s| 69496 | 36386 |     0 |   0.0 |  67M|2816 |   - |5645 |7240 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 4.300000e+01 |    Inf 
34.19/34.26	o 41
34.19/34.26	c *33.7s| 69679 | 36416 |     0 |   0.0 |  68M|2816 |   - |5645 |7300 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 4.100000e+01 |    Inf 
34.40/34.45	c  33.9s| 70000 | 36699 |     0 |   0.0 |  68M|2816 |   - |5645 |7372 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 4.100000e+01 |    Inf 
34.49/34.59	o 39
34.49/34.59	c *34.0s| 70244 | 36729 |     0 |   0.0 |  69M|2816 |   - |5645 |7451 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 3.900000e+01 |    Inf 
34.79/34.86	o 36
34.79/34.86	c *34.3s| 70652 | 36239 |     0 |   0.0 |  68M|2816 |   - |5645 |7591 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 3.600000e+01 |    Inf 
38.59/38.66	o 35
38.59/38.66	c *38.0s| 78100 | 42506 |     0 |   0.0 |  78M|2816 |   - |5645 |8516 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 3.500000e+01 |    Inf 
38.69/38.72	o 34
38.69/38.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.69/38.72	c *38.0s| 78181 | 42507 |     0 |   0.0 |  78M|2816 |   - |5645 |8567 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 3.400000e+01 |    Inf 
39.60/39.62	c  38.9s| 80000 | 44005 |     0 |   0.0 |  80M|2816 |   - |5645 |8985 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 3.400000e+01 |    Inf 
43.90/43.97	c  43.2s| 90000 | 52308 |     0 |   0.0 |  91M|2816 |   - |5645 |9366 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 3.400000e+01 |    Inf 
44.89/44.95	o 30
44.89/44.95	c *44.2s| 91892 | 53629 |     0 |   0.0 |  93M|2816 |   - |5645 |9515 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
48.30/48.32	c  47.5s|100000 | 60377 |     0 |   0.0 | 101M|2816 |   - |5645 |8287 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
53.29/53.34	c  52.4s|110000 | 67864 |     0 |   0.0 | 113M|2816 |   - |5645 |9278 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
58.80/58.88	c  57.9s|120000 | 74979 |     0 |   0.0 | 124M|2816 |   - |5645 |9755 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
64.40/64.48	c  63.4s|130000 | 82039 |     0 |   0.0 | 135M|2816 |   - |5645 |  10k|   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
70.60/70.65	c  69.4s|140000 | 88683 |     0 |   0.0 | 146M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
76.90/76.99	c  75.7s|150000 | 95203 |     0 |   0.0 | 158M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
83.29/83.30	c  81.9s|160000 |101797 |     0 |   0.0 | 169M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
90.29/90.38	c  88.9s|170000 |107888 |     0 |   0.0 | 181M|2816 |   - |5645 |  13k|   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
97.59/97.65	c  96.0s|180000 |113873 |     0 |   0.0 | 192M|2816 |   - |5645 |  13k|   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
105.80/105.89	c   104s|190000 |119197 |     0 |   0.0 | 203M|2816 |   - |5645 |  13k|   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
115.09/115.15	c   113s|200000 |123925 |     0 |   0.0 | 214M|2816 |   - |5645 |  16k|   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
126.80/126.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
126.80/126.89	c   125s|210000 |127440 |     0 |   0.0 | 225M|2816 |   - |5645 |  19k|   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 3.000000e+01 |    Inf 
137.80/137.84	o 24
137.80/137.84	c * 136s|217926 |129285 |     0 |   0.0 | 227M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
137.80/137.84	o 23
137.80/137.84	c * 136s|217927 |129237 |     0 |   0.0 | 227M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
138.90/138.96	c   137s|220000 |131078 |     0 |   0.0 | 229M|2816 |   - |5645 |7960 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
140.29/140.30	o 22
140.29/140.30	c * 138s|222640 |133213 |     0 |   0.0 | 231M|2816 |   - |5645 |7373 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 2.200000e+01 |    Inf 
140.39/140.48	o 21
140.39/140.48	c * 138s|222931 |133393 |     0 |   0.0 | 231M|2816 |   - |5645 |7441 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
140.50/140.55	o 13
140.50/140.55	c * 138s|223048 |132671 |     0 |   0.0 | 228M|2816 |   - |5645 |7446 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 1.300000e+01 |    Inf 
140.50/140.55	o 9
140.50/140.55	c * 138s|223049 |132369 |     0 |   0.0 | 228M|2816 |   - |5645 |7446 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
144.40/144.46	c   142s|230000 |137985 |     0 |   0.0 | 236M|2816 |   - |5645 |9027 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
150.60/150.70	o 5
150.60/150.70	c * 148s|235939 |140731 |     0 |   0.0 | 243M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
154.00/154.08	c   152s|240000 |143290 |     0 |   0.0 | 247M|2816 |   - |5645 |9150 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
160.80/160.88	c   159s|250000 |150576 |     0 |   0.0 | 259M|2816 |   - |5645 |  13k|   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
168.59/168.62	c   166s|260000 |156992 |     0 |   0.0 | 270M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
177.10/177.17	c   175s|270000 |163022 |     0 |   0.0 | 283M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
182.99/183.05	c   180s|280000 |170512 |     0 |   0.0 | 293M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 320k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
191.19/191.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
191.19/191.24	c   189s|290000 |176471 |     0 |   0.0 | 303M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 336k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
198.40/198.40	c   196s|300000 |183461 |     0 |   0.0 | 315M|2816 |   - |5645 |  14k|   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
206.09/206.16	c   203s|310000 |190050 |     0 |   0.0 | 330M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 363k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
215.50/215.53	c   212s|320000 |195804 |     0 |   0.0 | 345M|2816 |   - |5645 |  16k|   0 |   0 |   0 | 381k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
221.79/221.83	c   219s|330000 |204304 |     0 |   0.0 | 371M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 388k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
230.00/230.03	c   227s|340000 |212212 |     0 |   0.0 | 420M|2816 |   - |5645 |  13k|   0 |   0 |   0 | 398k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
240.30/240.31	c   237s|350000 |219438 |     0 |   0.0 | 479M|2816 |   - |5645 |9855 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
246.59/246.67	c   243s|360000 |225625 |     0 |   0.0 | 489M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 416k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
252.30/252.33	c   249s|370000 |232071 |     0 |   0.0 | 498M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 423k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
257.10/257.19	c   253s|380000 |239522 |     0 |   0.0 | 507M|2816 |   - |5645 |9487 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
263.19/263.27	c   259s|390000 |245601 |     0 |   0.0 | 517M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 435k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
267.60/267.61	c   264s|400000 |253645 |     0 |   0.0 | 527M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 438k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
273.30/273.34	c   269s|410000 |260229 |     0 |   0.0 | 536M|2816 |   - |5645 |9436 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
279.10/279.19	c   275s|420000 |266709 |     0 |   0.0 | 548M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 451k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
283.70/283.76	c   280s|430000 |274520 |     0 |   0.0 | 556M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 456k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
289.50/289.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
289.50/289.54	c   285s|440000 |281130 |     0 |   0.0 | 566M|2816 |   - |5645 |9794 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
294.50/294.51	c   290s|450000 |288413 |     0 |   0.0 | 577M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 467k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
299.39/299.44	c   295s|460000 |295860 |     0 |   0.0 | 585M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 472k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
305.00/305.03	c   300s|470000 |302514 |     0 |   0.0 | 595M|2816 |   - |5645 |9794 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
309.39/309.46	c   305s|480000 |310309 |     0 |   0.0 | 605M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 482k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
314.70/314.79	c   310s|490000 |317280 |     0 |   0.0 | 614M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 488k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
320.40/320.44	c   315s|500000 |323838 |     0 |   0.0 | 623M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 494k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
324.60/324.63	c   320s|510000 |331852 |     0 |   0.0 | 633M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 498k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
329.60/329.64	c   324s|520000 |339024 |     0 |   0.0 | 642M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 503k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
335.20/335.24	c   330s|530000 |345778 |     0 |   0.0 | 652M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 509k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
339.50/339.57	c   334s|540000 |353617 |     0 |   0.0 | 662M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 513k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
344.20/344.23	c   339s|550000 |361132 |     0 |   0.0 | 671M|2816 |   - |5645 |9857 |   0 |   0 |   0 | 518k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
348.40/348.44	c   343s|560000 |369133 |     0 |   0.0 | 681M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 522k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
355.00/355.07	c   349s|570000 |375016 |     0 |   0.0 | 690M|2816 |   - |5645 |9854 |   0 |   0 |   0 | 530k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
359.10/359.15	c   353s|580000 |382947 |     0 |   0.0 | 697M|2816 |   - |5645 |4235 |   0 |   0 |   0 | 534k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
362.90/362.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
362.90/362.93	c   357s|590000 |390972 |     0 |   0.0 | 707M|2816 |   - |5645 |4383 |   0 |   0 |   0 | 538k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
366.40/366.43	c   361s|600000 |399261 |     0 |   0.0 | 716M|2816 |   - |5645 |4308 |   0 |   0 |   0 | 541k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
370.71/370.74	c   365s|610000 |406827 |     0 |   0.0 | 726M|2816 |   - |5645 |5566 |   0 |   0 |   0 | 545k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
376.70/376.79	c   371s|620000 |413119 |     0 |   0.0 | 738M|2816 |   - |5645 |7229 |   0 |   0 |   0 | 552k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
383.40/383.43	c   377s|630000 |419063 |     0 |   0.0 | 749M|2816 |   - |5645 |8434 |   0 |   0 |   0 | 559k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
390.70/390.77	c   384s|640000 |424486 |     0 |   0.0 | 760M|2816 |   - |5645 |8884 |   0 |   0 |   0 | 566k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
398.21/398.23	c   392s|650000 |429837 |     0 |   0.0 | 771M|2816 |   - |5645 |9431 |   0 |   0 |   0 | 575k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
405.71/405.79	c   399s|660000 |435083 |     0 |   0.0 | 781M|2816 |   - |5645 |8642 |   0 |   0 |   0 | 584k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
413.80/413.89	c   407s|670000 |439944 |     0 |   0.0 | 792M|2816 |   - |5645 |9453 |   0 |   0 |   0 | 593k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
422.40/422.41	c   416s|680000 |444532 |     0 |   0.0 | 803M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 603k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
431.40/431.40	c   425s|690000 |448940 |     0 |   0.0 | 814M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 613k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
440.40/440.48	c   434s|700000 |453394 |     0 |   0.0 | 824M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 624k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
449.10/449.16	c   442s|710000 |458145 |     0 |   0.0 | 835M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 634k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
457.81/457.89	c   451s|720000 |462933 |     0 |   0.0 | 845M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 644k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
467.00/467.01	c   460s|730000 |467353 |     0 |   0.0 | 856M|2816 |   - |5645 |  13k|   0 |   0 |   0 | 654k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
476.40/476.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
476.40/476.48	c   469s|740000 |471573 |     0 |   0.0 | 866M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 665k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
485.60/485.68	c   478s|750000 |476107 |     0 |   0.0 | 877M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 676k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
494.40/494.41	c   487s|760000 |480928 |     0 |   0.0 | 888M|2816 |   - |5645 |  13k|   0 |   0 |   0 | 686k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
504.21/504.24	c   496s|770000 |484996 |     0 |   0.0 | 898M|2816 |   - |5645 |  14k|   0 |   0 |   0 | 698k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
513.50/513.54	c   506s|780000 |489541 |     0 |   0.0 | 909M|2816 |   - |5645 |  14k|   0 |   0 |   0 | 708k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
522.60/522.69	c   515s|790000 |494390 |     0 |   0.0 | 919M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 719k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
532.51/532.50	c   524s|800000 |498494 |     0 |   0.0 | 930M|2816 |   - |5645 |  15k|   0 |   0 |   0 | 730k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
542.10/542.14	c   534s|810000 |502840 |     0 |   0.0 | 940M|2816 |   - |5645 |  15k|   0 |   0 |   0 | 741k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
551.71/551.78	c   543s|820000 |507475 |     0 |   0.0 | 950M|2816 |   - |5645 |  14k|   0 |   0 |   0 | 752k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
562.40/562.47	c   554s|830000 |511251 |     0 |   0.0 | 961M|2816 |   - |5645 |  16k|   0 |   0 |   0 | 764k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
573.21/573.26	c   565s|840000 |515035 |     0 |   0.0 | 971M|2816 |   - |5645 |  16k|   0 |   0 |   0 | 776k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
584.12/584.13	c   575s|850000 |518905 |     0 |   0.0 | 981M|2816 |   - |5645 |  16k|   0 |   0 |   0 | 789k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
595.11/595.17	c   586s|860000 |522767 |     0 |   0.0 | 991M|2816 |   - |5645 |  16k|   0 |   0 |   0 | 801k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
606.70/606.70	c   598s|870000 |526222 |     0 |   0.0 |1001M|2816 |   - |5645 |  18k|   0 |   0 |   0 | 814k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
618.81/618.89	c   610s|880000 |529506 |     0 |   0.0 |1010M|2816 |   - |5645 |  17k|   0 |   0 |   0 | 828k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
631.51/631.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
631.51/631.56	c   622s|890000 |532513 |     0 |   0.0 |1020M|2816 |   - |5645 |  18k|   0 |   0 |   0 | 842k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
644.51/644.51	c   635s|900000 |534389 |     0 |   0.0 |1029M|2816 |   - |5645 |  17k|   0 |   0 |   0 | 858k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
659.31/659.34	c   650s|910000 |534694 |     0 |   0.0 |1036M|2816 |   - |5645 |  20k|   0 |   0 |   0 | 874k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
676.51/676.57	c   667s|920000 |533339 |     0 |   0.0 |1042M|2816 |   - |5645 |  22k|   0 |   0 |   0 | 893k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
698.31/698.32	c   689s|930000 |527156 |     0 |   0.0 |1039M|2816 |   - |5645 |  27k|   0 |   0 |   0 | 916k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
710.91/710.93	c   701s|940000 |528356 |     0 |   0.0 |1027M|2816 |   - |5645 |7725 |   0 |   0 |   0 | 926k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
716.01/716.01	c   706s|950000 |536019 |     0 |   0.0 |1037M|2816 |   - |5645 |5975 |   0 |   0 |   0 | 930k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
718.70/718.77	o 4
718.70/718.77	c * 709s|955521 |539580 |     0 |   0.0 |1041M|2816 |   - |5645 |6184 |   0 |   0 |   0 | 933k|   0 | 0.000000e+00 | 4.000000e+00 |    Inf 
721.41/721.40	c   711s|960000 |542868 |     0 |   0.0 |1046M|2816 |   - |5645 |6452 |   0 |   0 |   0 | 935k|   0 | 0.000000e+00 | 4.000000e+00 |    Inf 
727.31/727.35	c   717s|970000 |549987 |     0 |   0.0 |1058M|2816 |   - |5645 |7096 |   0 |   0 |   0 | 941k|   0 | 0.000000e+00 | 4.000000e+00 |    Inf 
733.51/733.56	c   723s|980000 |556844 |     0 |   0.0 |1071M|2816 |   - |5645 |7863 |   0 |   0 |   0 | 946k|   0 | 0.000000e+00 | 4.000000e+00 |    Inf 
740.41/740.45	c   730s|990000 |563205 |     0 |   0.0 |1082M|2816 |   - |5645 |8505 |   0 |   0 |   0 | 953k|   0 | 0.000000e+00 | 4.000000e+00 |    Inf 
747.41/747.42	c   737s|  1000k|569482 |     0 |   0.0 |1094M|2816 |   - |5645 |9142 |   0 |   0 |   0 | 960k|   0 | 0.000000e+00 | 4.000000e+00 |    Inf 
754.71/754.78	c   744s|  1010k|575490 |     0 |   0.0 |1106M|2816 |   - |5645 |9939 |   0 |   0 |   0 | 968k|   0 | 0.000000e+00 | 4.000000e+00 |    Inf 
762.90/762.92	c   752s|  1020k|580988 |     0 |   0.0 |1117M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 976k|   0 | 0.000000e+00 | 4.000000e+00 |    Inf 
763.81/763.84	o 3
763.81/763.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
763.81/763.84	c * 753s|  1020k|578771 |     0 |   0.0 |1114M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 977k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
773.71/773.70	c   763s|  1030k|582812 |     0 |   0.0 |1126M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 987k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
775.01/775.03	o 1
775.01/775.03	c * 764s|  1030k|219787 |     0 |   0.0 | 504M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 987k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
784.32/784.33	c   773s|  1040k|224295 |     0 |   0.0 | 513M|2816 |   - |5645 |  13k|   0 |   0 |   0 | 997k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
795.01/795.07	c   784s|  1050k|228541 |     0 |   0.0 | 523M|2816 |   - |5645 |  14k|   0 |   0 |   0 |1008k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
807.32/807.39	c   796s|  1060k|232144 |     0 |   0.0 | 533M|2816 |   - |5645 |  16k|   0 |   0 |   0 |1019k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
821.11/821.17	c   810s|  1070k|235411 |     0 |   0.0 | 544M|2816 |   - |5645 |  18k|   0 |   0 |   0 |1032k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
836.21/836.23	c   825s|  1080k|238456 |     0 |   0.0 | 554M|2816 |   - |5645 |  20k|   0 |   0 |   0 |1045k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
852.61/852.63	c   841s|  1090k|241025 |     0 |   0.0 | 563M|2816 |   - |5645 |  21k|   0 |   0 |   0 |1058k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
869.61/869.67	c   858s|  1100k|243681 |     0 |   0.0 | 572M|2816 |   - |5645 |  22k|   0 |   0 |   0 |1072k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
887.62/887.66	c   876s|  1110k|245921 |     0 |   0.0 | 582M|2816 |   - |5645 |  23k|   0 |   0 |   0 |1086k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
905.91/905.99	c   894s|  1120k|248297 |     0 |   0.0 | 592M|2816 |   - |5645 |  25k|   0 |   0 |   0 |1100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
925.12/925.16	c   913s|  1130k|250539 |     0 |   0.0 | 600M|2816 |   - |5645 |  25k|   0 |   0 |   0 |1115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
945.01/945.00	c   933s|  1140k|252618 |     0 |   0.0 | 609M|2816 |   - |5645 |  27k|   0 |   0 |   0 |1130k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
964.92/964.94	c   953s|  1150k|254748 |     0 |   0.0 | 618M|2816 |   - |5645 |  27k|   0 |   0 |   0 |1144k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
985.72/985.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
985.72/985.73	c   973s|  1160k|256785 |     0 |   0.0 | 626M|2816 |   - |5645 |  28k|   0 |   0 |   0 |1160k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1005.82/1005.84	c   993s|  1170k|259137 |     0 |   0.0 | 635M|2816 |   - |5645 |  29k|   0 |   0 |   0 |1174k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1029.01/1029.03	c  1016s|  1180k|261044 |     0 |   0.0 | 643M|2816 |   - |5645 |  30k|   0 |   0 |   0 |1190k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1053.11/1053.12	c  1040s|  1190k|263118 |     0 |   0.0 | 652M|2816 |   - |5645 |  31k|   0 |   0 |   0 |1206k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1078.42/1078.47	c  1065s|  1200k|264983 |     0 |   0.0 | 659M|2816 |   - |5645 |  32k|   0 |   0 |   0 |1221k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1104.21/1104.26	c  1091s|  1210k|266915 |     0 |   0.0 | 668M|2816 |   - |5645 |  33k|   0 |   0 |   0 |1237k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1130.72/1130.75	c  1117s|  1220k|268811 |     0 |   0.0 | 676M|2816 |   - |5645 |  35k|   0 |   0 |   0 |1253k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1157.82/1157.85	c  1144s|  1230k|270592 |     0 |   0.0 | 684M|2816 |   - |5645 |  35k|   0 |   0 |   0 |1269k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1187.22/1187.26	c  1173s|  1240k|271973 |     0 |   0.0 | 692M|2816 |   - |5645 |  36k|   0 |   0 |   0 |1286k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1215.52/1215.58	c  1201s|  1250k|273523 |     0 |   0.0 | 700M|2816 |   - |5645 |  36k|   0 |   0 |   0 |1303k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1243.82/1243.80	c  1229s|  1260k|275264 |     0 |   0.0 | 709M|2816 |   - |5645 |  38k|   0 |   0 |   0 |1319k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1276.12/1276.11	c  1261s|  1270k|276042 |     0 |   0.0 | 715M|2816 |   - |5645 |  38k|   0 |   0 |   0 |1338k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1307.63/1307.61	c  1292s|  1280k|277323 |     0 |   0.0 | 723M|2816 |   - |5645 |  38k|   0 |   0 |   0 |1355k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1340.72/1340.74	c  1325s|  1290k|278010 |     0 |   0.0 | 729M|2816 |   - |5645 |  39k|   0 |   0 |   0 |1373k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1372.33/1372.38	c  1356s|  1300k|279121 |     0 |   0.0 | 736M|2816 |   - |5645 |  39k|   0 |   0 |   0 |1391k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1406.32/1406.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1406.32/1406.32	c  1390s|  1310k|279663 |     0 |   0.0 | 743M|2816 |   - |5645 |  40k|   0 |   0 |   0 |1410k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1439.72/1439.75	c  1423s|  1320k|280304 |     0 |   0.0 | 750M|2816 |   - |5645 |  41k|   0 |   0 |   0 |1428k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1473.53/1473.56	c  1457s|  1330k|280985 |     0 |   0.0 | 757M|2816 |   - |5645 |  42k|   0 |   0 |   0 |1447k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1506.93/1506.93	c  1490s|  1340k|281591 |     0 |   0.0 | 763M|2816 |   - |5645 |  43k|   0 |   0 |   0 |1465k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1541.73/1541.77	c  1524s|  1350k|282144 |     0 |   0.0 | 770M|2816 |   - |5645 |  43k|   0 |   0 |   0 |1484k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1576.13/1576.17	c  1558s|  1360k|282548 |     0 |   0.0 | 776M|2816 |   - |5645 |  43k|   0 |   0 |   0 |1503k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1610.73/1610.77	c  1592s|  1370k|283007 |     0 |   0.0 | 783M|2816 |   - |5645 |  45k|   0 |   0 |   0 |1521k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1648.13/1648.13	c  1629s|  1380k|282752 |     0 |   0.0 | 788M|2816 |   - |5645 |  45k|   0 |   0 |   0 |1542k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1683.23/1683.24	c  1664s|  1390k|283076 |     0 |   0.0 | 795M|2816 |   - |5645 |  45k|   0 |   0 |   0 |1560k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1721.03/1721.06	c  1701s|  1400k|282572 |     0 |   0.0 | 800M|2816 |   - |5645 |  46k|   0 |   0 |   0 |1581k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1755.83/1755.86	c  1736s|  1410k|282786 |     0 |   0.0 | 807M|2816 |   - |5645 |  46k|   0 |   0 |   0 |1600k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1794.34/1794.34	c  1774s|  1420k|281941 |     0 |   0.0 | 810M|2816 |   - |5645 |  46k|   0 |   0 |   0 |1621k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1779.45
1800.04/1800.00	c Solving Nodes      : 1421685
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+00 (52 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.09	s SATISFIABLE
1800.04/1800.09	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.04/1800.09	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 x190 -x189 
1800.04/1800.09	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.04/1800.09	v -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
1800.04/1800.09	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.04/1800.09	v -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1800.04/1800.09	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.04/1800.09	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.04/1800.09	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.04/1800.09	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.04/1800.09	v -x1 
1800.04/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.09	c Solving Time       :    1779.45
1800.04/1800.09	c Original Problem   :
1800.04/1800.09	c   Problem name     : HOME/instance-2693686-1277930207.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.09	c Presolved Problem  :
1800.04/1800.09	c   Problem name     : t_HOME/instance-2693686-1277930207.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5414 initial, 46861 maximal
1800.04/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.04/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.04/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   root node        :          -       2596          -          -       5192          -          -          -          -
1800.04/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.09	c   indicator        :       2707          0    1399977          0     484039         43    1972458          0          0          0
1800.04/1800.09	c   linear           :       2707          0    4607019          0    1156316     374559   27669566          0          0          0
1800.04/1800.09	c   logicor          :          0+         0    2402263          0          0      51892    1954985          0          0          0
1800.04/1800.09	c   countsols        :          0          0          0          0    1156345          0          0          0          0          0
1800.04/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.09	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.09	c   indicator        :      13.45       0.00       5.26       0.00       8.19
1800.04/1800.09	c   linear           :     331.98       0.00     330.74       0.00       1.24
1800.04/1800.09	c   logicor          :     502.41       0.00     502.41       0.00       0.00
1800.04/1800.09	c   countsols        :       0.14       0.00       0.00       0.00       0.14
1800.04/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.09	c   vbounds          :       0.99          2          0          0
1800.04/1800.09	c   rootredcost      :       0.83          0          0          0
1800.04/1800.09	c   pseudoobj        :     253.85    4608310       1121    1942968
1800.04/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.09	c   propagation      :      29.52     427572     427535    2130679       24.4     196760       10.4          -
1800.04/1800.09	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   pseudo solution  :       0.03         74         74        322       32.2        256       10.0          -
1800.04/1800.09	c   applied globally :          -          -          -    1624230       21.5          -          -          -
1800.04/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.09	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.09	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.09	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.09	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.09	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.09	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.09	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.09	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.09	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.09	c Pricers            :       Time      Calls       Vars
1800.04/1800.09	c   problem variables:       0.00          0          0
1800.04/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   inference        :      25.90    1156296          0          0          0          0    2312592
1800.04/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.09	c   LP solutions     :       0.00          -          0
1800.04/1800.09	c   pseudo solutions :       1.01          -         49
1800.04/1800.09	c   oneopt           :       0.47          0          0
1800.04/1800.09	c   trivial          :       0.09          2          2
1800.04/1800.09	c   simplerounding   :       0.00          0          0
1800.04/1800.09	c   zirounding       :       0.00          0          0
1800.04/1800.09	c   rounding         :       0.00          0          0
1800.04/1800.09	c   shifting         :       0.00          0          0
1800.04/1800.09	c   intshifting      :       0.00          0          0
1800.04/1800.09	c   twoopt           :       0.00          0          0
1800.04/1800.09	c   fixandinfer      :       0.00          0          0
1800.04/1800.09	c   feaspump         :       0.00          0          0
1800.04/1800.09	c   coefdiving       :       0.00          0          0
1800.04/1800.09	c   pscostdiving     :       0.00          0          0
1800.04/1800.09	c   fracdiving       :       0.00          0          0
1800.04/1800.09	c   veclendiving     :       0.00          0          0
1800.04/1800.09	c   intdiving        :       0.00          0          0
1800.04/1800.09	c   actconsdiving    :       0.00          0          0
1800.04/1800.09	c   objpscostdiving  :       0.00          0          0
1800.04/1800.09	c   rootsoldiving    :       0.00          0          0
1800.04/1800.09	c   linesearchdiving :       0.00          0          0
1800.04/1800.09	c   guideddiving     :       0.00          0          0
1800.04/1800.09	c   octane           :       0.00          0          0
1800.04/1800.09	c   rens             :       0.00          0          0
1800.04/1800.09	c   rins             :       0.00          0          0
1800.04/1800.09	c   localbranching   :       0.00          0          0
1800.04/1800.09	c   mutation         :       0.00          0          0
1800.04/1800.09	c   crossover        :       0.00          0          0
1800.04/1800.09	c   dins             :       0.00          0          0
1800.04/1800.09	c   undercover       :       0.00          0          0
1800.04/1800.09	c   nlp              :       0.19          0          0
1800.04/1800.09	c   trysol           :       0.27          1          1
1800.04/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.09	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.09	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.09	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.09	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.09	c B&B Tree           :
1800.04/1800.09	c   number of runs   :          1
1800.04/1800.09	c   nodes            :    1421685
1800.04/1800.09	c   nodes (total)    :    1421685
1800.04/1800.09	c   nodes left       :     281980
1800.04/1800.09	c   max depth        :       2816
1800.04/1800.09	c   max depth (total):       2816
1800.04/1800.09	c   backtracks       :     253087 (17.8%)
1800.04/1800.09	c   delayed cutoffs  :     213834
1800.04/1800.09	c   repropagations   :     858414 (9342296 domain reductions, 162349 cutoffs)
1800.04/1800.09	c   avg switch length:      20.83
1800.04/1800.09	c   switching time   :     520.53
1800.04/1800.09	c Solution           :
1800.04/1800.09	c   Solutions found  :         52 (50 improvements)
1800.04/1800.09	c   First Solution   : +1.36179000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.09	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 1030423 nodes, 763.29 seconds, depth 137, found by <relaxation>)
1800.04/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.09	c   Gap              :   infinite
1800.04/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.09	c   Root Iterations  :          0
1801.54/1801.53	c Time complete: 1801.57.

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-2693686-1277930207/watcher-2693686-1277930207 -o /tmp/evaluation-result-2693686-1277930207/solver-2693686-1277930207 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693686-1277930207.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.06 2.00 2.00 3/178 17854
/proc/meminfo: memFree=30897676/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=8408 CPUtime=0
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 1579 0 0 0 0 0 0 0 25 0 1 0 134315321 8609792 1501 4089446400 4194304 7136930 140735411852208 18446744073709551615 5648995 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/17854/statm: 2102 1501 275 719 0 1381 0

[startup+0.065054 s]
/proc/loadavg: 2.06 2.00 2.00 3/178 17854
/proc/meminfo: memFree=30897676/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=33348 CPUtime=0.06
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 7892 0 0 0 5 1 0 0 25 0 1 0 134315321 34148352 7460 4089446400 4194304 7136930 140735411852208 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 8337 7478 323 719 0 7616 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33348

[startup+0.101043 s]
/proc/loadavg: 2.06 2.00 2.00 3/178 17854
/proc/meminfo: memFree=30897676/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=33676 CPUtime=0.09
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 7967 0 0 0 8 1 0 0 25 0 1 0 134315321 34484224 7535 4089446400 4194304 7136930 140735411852208 18446744073709551615 4241142 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 8419 7535 323 719 0 7698 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33676

[startup+0.301012 s]
/proc/loadavg: 2.06 2.00 2.00 3/178 17854
/proc/meminfo: memFree=30897676/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=36496 CPUtime=0.3
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 9239 0 0 0 28 2 0 0 25 0 1 0 134315321 37371904 8293 4089446400 4194304 7136930 140735411852208 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 9124 8293 383 719 0 8403 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 36496

[startup+0.700941 s]
/proc/loadavg: 2.06 2.00 2.00 3/178 17854
/proc/meminfo: memFree=30897676/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=37636 CPUtime=0.69
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 9515 0 0 0 67 2 0 0 25 0 1 0 134315321 38539264 8569 4089446400 4194304 7136930 140735411852208 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 9409 8569 383 719 0 8688 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37636

[startup+1.5008 s]
/proc/loadavg: 2.06 2.00 2.00 3/179 17855
/proc/meminfo: memFree=30863444/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=42164 CPUtime=1.49
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 10658 0 0 0 146 3 0 0 25 0 1 0 134315321 43175936 9712 4089446400 4194304 7136930 140735411852208 18446744073709551615 4644815 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 10541 9712 390 719 0 9820 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42164

[startup+3.10053 s]
/proc/loadavg: 2.06 2.00 2.00 3/179 17855
/proc/meminfo: memFree=30859364/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=45036 CPUtime=3.09
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 11378 0 0 0 303 6 0 0 25 0 1 0 134315321 46116864 10432 4089446400 4194304 7136930 140735411852208 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 11259 10432 390 719 0 10538 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45036

[startup+6.30096 s]
/proc/loadavg: 2.06 2.00 2.00 3/179 17855
/proc/meminfo: memFree=30854528/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=48144 CPUtime=6.29
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 12198 0 0 0 617 12 0 0 25 0 1 0 134315321 49299456 11252 4089446400 4194304 7136930 140735411852208 18446744073709551615 6122448 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 12036 11252 390 719 0 11315 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48144

[startup+12.7008 s]
/proc/loadavg: 2.05 2.00 2.00 3/179 17855
/proc/meminfo: memFree=30837012/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=66028 CPUtime=12.69
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 16631 0 0 0 1245 24 0 0 25 0 1 0 134315321 67612672 15685 4089446400 4194304 7136930 140735411852208 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 16507 15685 390 719 0 15786 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66028

[startup+25.5006 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 17855
/proc/meminfo: memFree=30802060/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=103464 CPUtime=25.49
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 25696 0 0 0 2507 42 0 0 25 0 1 0 134315321 105947136 24750 4089446400 4194304 7136930 140735411852208 18446744073709551615 4407969 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 25866 24750 391 719 0 25145 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 103464

[startup+51.1011 s]
/proc/loadavg: 2.03 2.00 2.00 3/179 17856
/proc/meminfo: memFree=30730420/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=176096 CPUtime=51.09
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 43425 0 0 0 5023 86 0 0 25 0 1 0 134315321 180322304 42479 4089446400 4194304 7136930 140735411852208 18446744073709551615 4978919 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 44024 42479 391 719 0 43303 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 176096

[startup+102.306 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 17857
/proc/meminfo: memFree=30628820/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=276604 CPUtime=102.3
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 68078 0 0 0 10067 163 0 0 25 0 1 0 134315321 283242496 67132 4089446400 4194304 7136930 140735411852208 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 69151 67132 391 719 0 68430 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 276604

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 17859
/proc/meminfo: memFree=30552384/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=352436 CPUtime=162.29
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 86977 0 0 0 15995 234 0 0 25 0 1 0 134315321 360894464 86031 4089446400 4194304 7136930 140735411852208 18446744073709551615 4924421 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 88109 86031 391 719 0 87388 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 352436

[startup+222.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 17861
/proc/meminfo: memFree=30442716/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=472764 CPUtime=222.3
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 114658 0 0 0 21916 314 0 0 25 0 1 0 134315321 484110336 113712 4089446400 4194304 7136930 140735411852208 18446744073709551615 4225861 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 118191 113712 391 719 0 117470 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 472764

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17862
/proc/meminfo: memFree=30255916/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=678624 CPUtime=282.3
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 161556 0 0 0 27812 418 0 0 25 0 1 0 134315321 694910976 160610 4089446400 4194304 7136930 140735411852208 18446744073709551615 6123184 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 169656 160610 391 719 0 168935 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 678624

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17863
/proc/meminfo: memFree=30138424/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=790080 CPUtime=342.3
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 189698 0 0 0 33692 538 0 0 25 0 1 0 134315321 809041920 188752 4089446400 4194304 7136930 140735411852208 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 197520 188752 391 719 0 196799 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 790080

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17865
/proc/meminfo: memFree=30024680/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=901920 CPUtime=402.3
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 217901 0 0 0 39582 648 0 0 25 0 1 0 134315321 923566080 216955 4089446400 4194304 7136930 140735411852208 18446744073709551615 4983842 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 225480 216955 391 719 0 224759 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 901920

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17867
/proc/meminfo: memFree=29938964/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=992968 CPUtime=462.3
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 238543 0 0 0 45506 724 0 0 25 0 1 0 134315321 1016799232 237597 4089446400 4194304 7136930 140735411852208 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 248242 237597 391 719 0 247521 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 992968

[startup+522.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 17869
/proc/meminfo: memFree=29873556/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1057768 CPUtime=522.3
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 254892 0 0 0 51435 795 0 0 25 0 1 0 134315321 1083154432 253946 4089446400 4194304 7136930 140735411852208 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 264442 253946 391 719 0 263721 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1057768

[startup+582.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 17870
/proc/meminfo: memFree=29807052/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1120940 CPUtime=582.3
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 270682 0 0 0 57370 860 0 0 25 0 1 0 134315321 1147842560 269736 4089446400 4194304 7136930 140735411852208 18446744073709551615 5953094 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 280235 269736 391 719 0 279514 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1120940

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17871
/proc/meminfo: memFree=29760012/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1166160 CPUtime=642.31
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 282101 0 0 0 63311 920 0 0 25 0 1 0 134315321 1194147840 281155 4089446400 4194304 7136930 140735411852208 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17854/statm: 291540 281155 391 719 0 290819 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1166160

[startup+702.301 s]

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

[startup+1062.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/197 17929
/proc/meminfo: memFree=29797056/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1278556 CPUtime=1062.31
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 310238 0 0 0 104928 1303 0 0 25 0 1 0 134315321 1309241344 309292 4089446400 4194304 7136930 140735411852208 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17854/statm: 319639 309292 391 719 0 318918 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1278556

[startup+1122.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 17931
/proc/meminfo: memFree=29766140/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1279744 CPUtime=1122.31
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 310494 0 0 0 110860 1371 0 0 25 0 1 0 134315321 1310457856 309548 4089446400 4194304 7136930 140735411852208 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17854/statm: 319936 309548 391 719 0 319215 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1279744

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17932
/proc/meminfo: memFree=29748124/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1280864 CPUtime=1182.32
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 310712 0 0 0 116802 1430 0 0 25 0 1 0 134315321 1311604736 309766 4089446400 4194304 7136930 140735411852208 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17854/statm: 320216 309766 391 719 0 319495 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1280864

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17933
/proc/meminfo: memFree=29709752/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1284192 CPUtime=1242.32
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 311584 0 0 0 122742 1490 0 0 25 0 1 0 134315321 1315012608 310638 4089446400 4194304 7136930 140735411852208 18446744073709551615 4225861 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17854/statm: 321048 310638 391 719 0 320327 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1284192

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17935
/proc/meminfo: memFree=29667952/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1287192 CPUtime=1302.33
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 312383 0 0 0 128681 1552 0 0 25 0 1 0 134315321 1318084608 311437 4089446400 4194304 7136930 140735411852208 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17854/statm: 321798 311437 391 719 0 321077 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1287192

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17937
/proc/meminfo: memFree=29629968/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1290104 CPUtime=1362.33
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 313089 0 0 0 134629 1604 0 0 25 0 1 0 134315321 1321066496 312143 4089446400 4194304 7136930 140735411852208 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17854/statm: 322526 312143 391 719 0 321805 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1290104

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17939
/proc/meminfo: memFree=29608100/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1292404 CPUtime=1422.33
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 313682 0 0 0 140574 1659 0 0 25 0 1 0 134315321 1323421696 312736 4089446400 4194304 7136930 140735411852208 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17854/statm: 323101 312736 391 719 0 322380 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1292404

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17949
/proc/meminfo: memFree=29560700/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1296972 CPUtime=1482.32
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 314876 0 0 0 146518 1714 0 0 25 0 1 0 134315321 1328099328 313930 4089446400 4194304 7136930 140735411852208 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17854/statm: 324243 313930 391 719 0 323522 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1296972

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17950
/proc/meminfo: memFree=29531636/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1299632 CPUtime=1542.33
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 315507 0 0 0 152454 1779 0 0 25 0 1 0 134315321 1330823168 314561 4089446400 4194304 7136930 140735411852208 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17854/statm: 324908 314561 391 719 0 324187 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1299632

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17952
/proc/meminfo: memFree=29514992/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1304868 CPUtime=1602.33
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 316814 0 0 0 158387 1846 0 0 25 0 1 0 134315321 1336184832 315868 4089446400 4194304 7136930 140735411852208 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17854/statm: 326217 315868 391 719 0 325496 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1304868

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 17954
/proc/meminfo: memFree=29511976/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1307768 CPUtime=1662.33
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 317526 0 0 0 164326 1907 0 0 25 0 1 0 134315321 1339154432 316580 4089446400 4194304 7136930 140735411852208 18446744073709551615 4999792 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17854/statm: 326942 316580 391 719 0 326221 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1307768

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 17956
/proc/meminfo: memFree=29508484/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1310656 CPUtime=1722.33
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 318272 0 0 0 170261 1972 0 0 25 0 1 0 134315321 1342111744 317326 4089446400 4194304 7136930 140735411852208 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17854/statm: 327664 317326 391 719 0 326943 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1310656

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17957
/proc/meminfo: memFree=29505460/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1313080 CPUtime=1782.33
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 318900 0 0 0 176196 2037 0 0 25 0 1 0 134315321 1344593920 317954 4089446400 4194304 7136930 140735411852208 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17854/statm: 328270 317954 391 719 0 327549 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 1313080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17958
/proc/meminfo: memFree=29498756/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1315128 CPUtime=1800.04
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 319416 0 0 0 177948 2056 0 0 25 0 1 0 134315321 1346691072 318470 4089446400 4194304 7136930 140735411852208 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17854/statm: 328782 318470 391 719 0 328061 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1315128

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

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 17959
/proc/meminfo: memFree=29497384/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1315248 CPUtime=1800.64
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 319467 0 0 0 178008 2056 0 0 18 0 1 0 134315321 1346813952 318521 4089446400 4194304 7136930 140735411852208 18446744073709551615 4212562 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17854/statm: 328812 318521 397 719 0 328091 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (KiB) 1315248

[startup+1801 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 17959
/proc/meminfo: memFree=29497384/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1309756 CPUtime=1801.03
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 319467 0 0 0 178047 2056 0 0 19 0 1 0 134315321 1341190144 317149 4089446400 4194304 7136930 140735411852208 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17854/statm: 327439 317149 397 719 0 326718 0
Current children cumulated CPU time (s) 1801.03
Current children cumulated vsize (KiB) 1309756

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 17959
/proc/meminfo: memFree=29497384/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=1165456 CPUtime=1801.44
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 319498 0 0 0 178087 2057 0 0 19 0 1 0 134315321 1193426944 281159 4089446400 4194304 7136930 140735411852208 18446744073709551615 4997782 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17854/statm: 291364 281159 397 719 0 290643 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 1165456

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 17959
/proc/meminfo: memFree=29497384/32951124 swapFree=67111528/67111528
[pid=17854] ppid=17852 vsize=634848 CPUtime=1801.54
/proc/17854/stat : 17854 (pbscip.linux.x8) R 17852 17854 17494 0 -1 4202496 319498 0 0 0 178095 2059 0 0 20 0 1 0 134315321 650084352 151606 4089446400 4194304 7136930 140735411852208 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17854/statm: 158456 151350 397 719 0 157735 0
Current children cumulated CPU time (s) 1801.54
Current children cumulated vsize (KiB) 634848

Child status: 0
Real time (s): 1801.53
CPU time (s): 1801.58
CPU user time (s): 1780.96
CPU system time (s): 20.6129
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1315248

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

runsolver used 3.15752 second user time and 6.69398 second system time

The end

Launcher Data

Begin job on node144 at 2010-06-30 22:36:47
IDJOB=2693686
IDBENCH=79304
IDSOLVER=1206
FILE ID=node144/2693686-1277930207
PBS_JOBID= 11197371
Free space on /tmp= 74172 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900577940--soft-0-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-2693686-1277930207/watcher-2693686-1277930207 -o /tmp/evaluation-result-2693686-1277930207/solver-2693686-1277930207 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693686-1277930207.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 2d690d91fe5f00c81c2e61f07f4a896b
RANDOM SEED=395581690

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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	: 5230.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30898204 kB
Buffers:        215504 kB
Cached:        1262908 kB
SwapCached:          0 kB
Active:         949592 kB
Inactive:       957176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30898204 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3188 kB
Writeback:           0 kB
AnonPages:      428276 kB
Mapped:          17444 kB
Slab:            81956 kB
PageTables:       5556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   592192 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= 74176 MiB
End job on node144 at 2010-06-30 23:06:49