Trace number 2705061

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
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.26 1790.21

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900546417--soft-0-100-0.wbo
MD5SUM0e9942c7ddaaf04ff12871ed1ee37357
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 benchmark133.058
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 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705061-1278578334.wbo>
0.01/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.01/0.03	c problem read
0.01/0.03	c presolving settings loaded
0.09/0.12	o 137945
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.379450e+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, 0 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, 0 impls, 0 clqs
0.09/0.19	c    (0.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  5391 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.13
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.3
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1789.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.19	c # [type: int, range: [1,2], default: 1]
0.09/0.19	c timing/clocktype = 2
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/indicator/addCouplingCons = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	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.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.39/0.47	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.49/0.56	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.379450e+05 |    Inf 
18.79/18.87	c  18.8s| 10000 | 10005 |  4420 |   0.4 |  45M|2567 |   0 |5645 |5414 |5645 | 230 |1206 |   0 | 678 | 0.000000e+00 | 1.379450e+05 |    Inf 
36.09/36.11	c  36.1s| 20000 | 20003 |  5666 |   0.3 |  65M|2567 |   0 |5645 |5415 |5645 | 223 |1491 |   1 | 740 | 0.000000e+00 | 1.379450e+05 |    Inf 
53.40/53.42	c  53.4s| 30000 | 30003 |  6414 |   0.2 |  85M|2567 |   0 |5645 |5415 |5645 | 227 |1667 |   1 | 771 | 0.000000e+00 | 1.379450e+05 |    Inf 
70.40/70.44	c  70.4s| 40000 | 40004 |  7698 |   0.2 | 105M|2567 |   0 |5645 |5415 |5645 | 197 |2003 |   1 | 819 | 0.000000e+00 | 1.379450e+05 |    Inf 
87.29/87.39	c  87.4s| 50000 | 50004 |  8758 |   0.2 | 124M|2567 |   0 |5645 |5415 |5645 | 234 |2323 |   1 | 866 | 0.000000e+00 | 1.379450e+05 |    Inf 
103.69/103.79	c   104s| 60000 | 59998 |  9447 |   0.2 | 144M|2567 |   0 |5645 |5436 |5645 | 228 |2526 |  22 | 899 | 0.000000e+00 | 1.379450e+05 |    Inf 
118.99/119.06	c   119s| 70000 | 69990 | 10148 |   0.1 | 163M|2567 |   0 |5645 |5455 |5645 | 241 |2703 |  41 | 925 | 0.000000e+00 | 1.379450e+05 |    Inf 
135.30/135.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
135.30/135.31	c   135s| 80000 | 79990 | 10972 |   0.1 | 183M|2607 |   0 |5645 |5455 |5645 | 223 |2944 |  41 | 938 | 0.000000e+00 | 1.379450e+05 |    Inf 
151.40/151.40	c   151s| 90000 | 89984 | 11648 |   0.1 | 202M|2607 |   0 |5645 |5460 |5645 | 234 |3125 |  46 | 955 | 0.000000e+00 | 1.379450e+05 |    Inf 
168.00/168.01	c   168s|100000 | 99980 | 12333 |   0.1 | 221M|2607 |   0 |5645 |5466 |5645 | 223 |3288 |  52 | 965 | 0.000000e+00 | 1.379450e+05 |    Inf 
184.89/184.97	c   185s|110000 |109968 | 13039 |   0.1 | 240M|2607 |   0 |5645 |5493 |5645 | 215 |3464 |  79 | 976 | 0.000000e+00 | 1.379450e+05 |    Inf 
201.50/201.58	c   202s|120000 |119964 | 13614 |   0.1 | 259M|2607 |   0 |5645 |5504 |5645 | 222 |3617 |  90 | 985 | 0.000000e+00 | 1.379450e+05 |    Inf 
218.40/218.41	c   218s|130000 |129964 | 14286 |   0.1 | 279M|2607 |   0 |5645 |5504 |5645 | 237 |3747 |  90 | 988 | 0.000000e+00 | 1.379450e+05 |    Inf 
235.10/235.18	c   235s|140000 |139964 | 14935 |   0.1 | 298M|2607 |   0 |5645 |5504 |5645 | 231 |3889 |  90 | 990 | 0.000000e+00 | 1.379450e+05 |    Inf 
251.80/251.86	c   252s|150000 |149964 | 15545 |   0.1 | 317M|2607 |   0 |5645 |5504 |5645 | 237 |3984 |  90 | 991 | 0.000000e+00 | 1.379450e+05 |    Inf 
268.60/268.68	c   269s|160000 |159964 | 16063 |   0.1 | 337M|2607 |   0 |5645 |5504 |5645 | 230 |4087 |  90 | 992 | 0.000000e+00 | 1.379450e+05 |    Inf 
285.60/285.67	c   286s|170000 |169964 | 16518 |   0.1 | 356M|2607 |   0 |5645 |5504 |5645 | 212 |4183 |  90 | 992 | 0.000000e+00 | 1.379450e+05 |    Inf 
302.40/302.49	c   302s|180000 |179964 | 17012 |   0.1 | 375M|2607 |   0 |5645 |5504 |5645 | 226 |4284 |  90 | 995 | 0.000000e+00 | 1.379450e+05 |    Inf 
319.50/319.56	c   320s|190000 |189964 | 17551 |   0.1 | 394M|2607 |   0 |5645 |5504 |5645 | 226 |4401 |  90 | 998 | 0.000000e+00 | 1.379450e+05 |    Inf 
336.00/336.08	c   336s|200000 |199962 | 18088 |   0.1 | 414M|2607 |   0 |5645 |5509 |5645 | 228 |4554 |  95 | 999 | 0.000000e+00 | 1.379450e+05 |    Inf 
352.71/352.77	c   353s|210000 |209962 | 18533 |   0.1 | 433M|2607 |   0 |5645 |5509 |5645 | 218 |4672 |  95 |1001 | 0.000000e+00 | 1.379450e+05 |    Inf 
369.50/369.59	c   370s|220000 |219962 | 19041 |   0.1 | 452M|2607 |   0 |5645 |5509 |5645 | 233 |4806 |  95 |1007 | 0.000000e+00 | 1.379450e+05 |    Inf 
386.40/386.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
386.40/386.42	c   386s|230000 |229962 | 19624 |   0.1 | 471M|2607 |   0 |5645 |5509 |5645 | 233 |4956 |  95 |1007 | 0.000000e+00 | 1.379450e+05 |    Inf 
403.41/403.41	c   403s|240000 |239962 | 20193 |   0.1 | 490M|2607 |   0 |5645 |5509 |5645 | 230 |5077 |  95 |1012 | 0.000000e+00 | 1.379450e+05 |    Inf 
420.30/420.32	c   420s|250000 |249956 | 20620 |   0.1 | 510M|2607 |   0 |5645 |5519 |5645 | 203 |5169 | 105 |1013 | 0.000000e+00 | 1.379450e+05 |    Inf 
437.20/437.21	c   437s|260000 |259956 | 20939 |   0.1 | 529M|2607 |   0 |5645 |5519 |5645 | 213 |5240 | 105 |1013 | 0.000000e+00 | 1.379450e+05 |    Inf 
454.51/454.52	c   454s|270000 |269956 | 21339 |   0.1 | 548M|2607 |   0 |5645 |5519 |5645 | 219 |5295 | 105 |1013 | 0.000000e+00 | 1.379450e+05 |    Inf 
471.50/471.56	c   472s|280000 |279956 | 21744 |   0.1 | 567M|2607 |   0 |5645 |5519 |5645 | 227 |5361 | 105 |1013 | 0.000000e+00 | 1.379450e+05 |    Inf 
488.51/488.56	c   489s|290000 |289956 | 22057 |   0.1 | 586M|2607 |   0 |5645 |5519 |5645 | 225 |5418 | 105 |1016 | 0.000000e+00 | 1.379450e+05 |    Inf 
505.41/505.47	c   505s|300000 |299956 | 22364 |   0.1 | 606M|2607 |   0 |5645 |5519 |5645 | 219 |5470 | 105 |1019 | 0.000000e+00 | 1.379450e+05 |    Inf 
522.60/522.61	c   523s|310000 |309956 | 22816 |   0.1 | 625M|2607 |   0 |5645 |5519 |5645 | 229 |5557 | 105 |1019 | 0.000000e+00 | 1.379450e+05 |    Inf 
539.71/539.76	c   540s|320000 |319954 | 23256 |   0.1 | 644M|2607 |   0 |5645 |5521 |5645 | 234 |5635 | 107 |1019 | 0.000000e+00 | 1.379450e+05 |    Inf 
556.81/556.80	c   557s|330000 |329954 | 23685 |   0.1 | 663M|2607 |   0 |5645 |5521 |5645 | 228 |5745 | 107 |1019 | 0.000000e+00 | 1.379450e+05 |    Inf 
573.80/573.83	c   574s|340000 |339954 | 24060 |   0.1 | 683M|2607 |   0 |5645 |5521 |5645 | 220 |5817 | 107 |1019 | 0.000000e+00 | 1.379450e+05 |    Inf 
590.91/590.91	c   591s|350000 |349954 | 24402 |   0.1 | 702M|2607 |   0 |5645 |5521 |5645 | 221 |5879 | 107 |1019 | 0.000000e+00 | 1.379450e+05 |    Inf 
608.00/608.01	c   608s|360000 |359954 | 24802 |   0.1 | 721M|2607 |   0 |5645 |5521 |5645 | 229 |5960 | 107 |1019 | 0.000000e+00 | 1.379450e+05 |    Inf 
624.91/624.91	c   625s|370000 |369952 | 25119 |   0.1 | 740M|2607 |   0 |5645 |5522 |5645 | 232 |6042 | 108 |1019 | 0.000000e+00 | 1.379450e+05 |    Inf 
642.01/642.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
642.01/642.02	c   642s|380000 |379936 | 25518 |   0.1 | 760M|2607 |   0 |5645 |5530 |5645 | 225 |6137 | 116 |1019 | 0.000000e+00 | 1.379450e+05 |    Inf 
659.11/659.11	c   659s|390000 |389934 | 25826 |   0.1 | 779M|2607 |   0 |5645 |5531 |5645 | 218 |6191 | 117 |1019 | 0.000000e+00 | 1.379450e+05 |    Inf 
676.11/676.12	c   676s|400000 |399934 | 26172 |   0.1 | 798M|2607 |   0 |5645 |5531 |5645 | 225 |6258 | 117 |1019 | 0.000000e+00 | 1.379450e+05 |    Inf 
693.21/693.26	c   693s|410000 |409934 | 26503 |   0.1 | 817M|2607 |   0 |5645 |5531 |5645 | 217 |6310 | 117 |1019 | 0.000000e+00 | 1.379450e+05 |    Inf 
710.12/710.14	c   710s|420000 |419934 | 26702 |   0.1 | 837M|2607 |   0 |5645 |5531 |5645 | 218 |6326 | 117 |1019 | 0.000000e+00 | 1.379450e+05 |    Inf 
727.12/727.13	c   727s|430000 |429934 | 26979 |   0.1 | 856M|2607 |   0 |5645 |5531 |5645 | 221 |6370 | 117 |1019 | 0.000000e+00 | 1.379450e+05 |    Inf 
744.12/744.15	c   744s|440000 |439932 | 27426 |   0.1 | 875M|2607 |   0 |5645 |5531 |5645 | 223 |6446 | 117 |1019 | 0.000000e+00 | 1.379450e+05 |    Inf 
761.02/761.10	c   761s|450000 |449932 | 27824 |   0.1 | 894M|2607 |   0 |5645 |5531 |5645 | 218 |6514 | 117 |1019 | 0.000000e+00 | 1.379450e+05 |    Inf 
778.11/778.17	c   778s|460000 |459932 | 28135 |   0.1 | 914M|2607 |   0 |5645 |5531 |5645 | 221 |6553 | 117 |1019 | 0.000000e+00 | 1.379450e+05 |    Inf 
795.32/795.31	c   795s|470000 |469932 | 28477 |   0.1 | 933M|2607 |   0 |5645 |5531 |5645 | 228 |6605 | 117 |1019 | 0.000000e+00 | 1.379450e+05 |    Inf 
812.31/812.36	c   812s|480000 |479932 | 28905 |   0.1 | 952M|2607 |   0 |5645 |5531 |5645 | 225 |6678 | 117 |1019 | 0.000000e+00 | 1.379450e+05 |    Inf 
829.51/829.51	c   829s|490000 |489932 | 29333 |   0.1 | 971M|2607 |   0 |5645 |5527 |5645 | 220 |6737 | 117 |1020 | 0.000000e+00 | 1.379450e+05 |    Inf 
846.82/846.80	c   847s|500000 |499932 | 30052 |   0.1 | 991M|2607 |   0 |5645 |5527 |5645 | 227 |6900 | 117 |1024 | 0.000000e+00 | 1.379450e+05 |    Inf 
863.92/863.99	c   864s|510000 |509932 | 30410 |   0.1 |1010M|2607 |   0 |5645 |5527 |5645 | 225 |6975 | 117 |1025 | 0.000000e+00 | 1.379450e+05 |    Inf 
881.32/881.35	c   881s|520000 |519930 | 30826 |   0.1 |1029M|2607 |   0 |5645 |5531 |5645 | 223 |7064 | 121 |1025 | 0.000000e+00 | 1.379450e+05 |    Inf 
898.73/898.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
898.73/898.70	c   899s|530000 |529926 | 31190 |   0.1 |1048M|2607 |   0 |5645 |5533 |5645 | 224 |7128 | 123 |1030 | 0.000000e+00 | 1.379450e+05 |    Inf 
916.22/916.22	c   916s|540000 |539922 | 31561 |   0.1 |1067M|2607 |   0 |5645 |5535 |5645 | 220 |7197 | 125 |1030 | 0.000000e+00 | 1.379450e+05 |    Inf 
933.62/933.63	c   934s|550000 |549908 | 31953 |   0.1 |1087M|2607 |   0 |5645 |5542 |5645 | 223 |7273 | 132 |1030 | 0.000000e+00 | 1.379450e+05 |    Inf 
951.02/951.00	c   951s|560000 |559908 | 32266 |   0.1 |1106M|2607 |   0 |5645 |5542 |5645 | 216 |7332 | 132 |1030 | 0.000000e+00 | 1.379450e+05 |    Inf 
968.22/968.23	c   968s|570000 |569908 | 32540 |   0.1 |1125M|2607 |   0 |5645 |5542 |5645 | 223 |7403 | 132 |1031 | 0.000000e+00 | 1.379450e+05 |    Inf 
985.52/985.52	c   985s|580000 |579908 | 32891 |   0.1 |1144M|2607 |   0 |5645 |5542 |5645 | 226 |7472 | 132 |1031 | 0.000000e+00 | 1.379450e+05 |    Inf 
1002.92/1002.98	c  1003s|590000 |589908 | 33114 |   0.1 |1163M|2607 |   0 |5645 |5542 |5645 | 219 |7532 | 132 |1031 | 0.000000e+00 | 1.379450e+05 |    Inf 
1020.12/1020.17	c  1020s|600000 |599908 | 33437 |   0.1 |1183M|2607 |   0 |5645 |5542 |5645 | 224 |7618 | 132 |1032 | 0.000000e+00 | 1.379450e+05 |    Inf 
1037.12/1037.17	c  1037s|610000 |609908 | 33774 |   0.1 |1202M|2607 |   0 |5645 |5542 |5645 | 216 |7724 | 132 |1032 | 0.000000e+00 | 1.379450e+05 |    Inf 
1054.22/1054.20	c  1054s|620000 |619908 | 34080 |   0.1 |1221M|2607 |   0 |5645 |5542 |5645 | 212 |7809 | 132 |1032 | 0.000000e+00 | 1.379450e+05 |    Inf 
1071.33/1071.36	c  1071s|630000 |629907 | 34449 |   0.1 |1240M|2607 |   0 |5645 |5540 |5645 | 222 |7897 | 132 |1037 | 0.000000e+00 | 1.379450e+05 |    Inf 
1088.53/1088.58	c  1089s|640000 |639901 | 34786 |   0.1 |1259M|2607 |   0 |5645 |5545 |5645 | 226 |7982 | 138 |1037 | 0.000000e+00 | 1.379450e+05 |    Inf 
1105.82/1105.89	c  1106s|650000 |649901 | 35125 |   0.1 |1278M|2607 |   0 |5645 |5545 |5645 | 196 |8086 | 138 |1037 | 0.000000e+00 | 1.379450e+05 |    Inf 
1123.22/1123.28	c  1123s|660000 |659897 | 35337 |   0.1 |1297M|2607 |   0 |5645 |5545 |5645 | 222 |8157 | 140 |1038 | 0.000000e+00 | 1.379450e+05 |    Inf 
1140.02/1140.04	c  1140s|670000 |669891 | 35476 |   0.1 |1316M|2607 |   0 |5645 |5548 |5645 | 222 |8192 | 143 |1038 | 0.000000e+00 | 1.379450e+05 |    Inf 
1157.82/1157.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1157.82/1157.87	c  1158s|680000 |679891 | 35721 |   0.1 |1336M|2607 |   0 |5645 |5547 |5645 | 213 |8260 | 143 |1038 | 0.000000e+00 | 1.379450e+05 |    Inf 
1175.22/1175.23	c  1175s|690000 |689885 | 36045 |   0.1 |1355M|2607 |   0 |5645 |5551 |5645 | 215 |8361 | 147 |1039 | 0.000000e+00 | 1.379450e+05 |    Inf 
1178.93/1178.99	o 610
1178.93/1178.99	c *1179s|691864 |265413 | 36164 |   0.1 | 559M|2607 |   - |5645 |5551 |5645 | 197 |8395 | 147 |1039 | 0.000000e+00 | 6.100000e+02 |    Inf 
1182.02/1182.04	o 584
1182.02/1182.04	c *1182s|693168 |240369 | 36387 |   0.1 | 511M|2607 |   - |5645 |5566 |5645 | 186 |8444 | 163 |1039 | 0.000000e+00 | 5.840000e+02 |    Inf 
1182.12/1182.13	o 537
1182.12/1182.13	c *1182s|693169 |191482 | 36387 |   0.1 | 418M|2607 |   - |5645 |5566 |5645 | 186 |8444 | 163 |1039 | 0.000000e+00 | 5.370000e+02 |    Inf 
1182.53/1182.58	o 527
1182.53/1182.58	c *1183s|693326 |181771 | 36446 |   0.1 | 400M|2607 |   - |5645 |5571 |5645 | 185 |8454 | 168 |1039 | 0.000000e+00 | 5.270000e+02 |    Inf 
1186.73/1186.70	o 508
1186.73/1186.70	c *1187s|694881 |164052 | 37763 |   0.1 | 368M|2607 |   - |5645 |5941 |5645 | 222 |8846 | 539 |1067 | 0.000000e+00 | 5.080000e+02 |    Inf 
1186.73/1186.75	o 486
1186.73/1186.75	c *1187s|694882 |144397 | 37763 |   0.1 | 327M|2607 |   - |5645 |5941 |5645 | 222 |8846 | 539 |1067 | 0.000000e+00 | 4.860000e+02 |    Inf 
1187.93/1188.00	o 458
1187.93/1188.00	c *1188s|695207 |124171 | 38548 |   0.1 | 287M|2607 |   - |5645 |6141 |5645 | 210 |9083 | 740 |1071 | 0.000000e+00 | 4.580000e+02 |    Inf 
1188.03/1188.02	o 455
1188.03/1188.02	c *1188s|695212 |122258 | 38552 |   0.1 | 284M|2607 |   - |5645 |6141 |5645 | 210 |9083 | 740 |1071 | 0.000000e+00 | 4.550000e+02 |    Inf 
1188.03/1188.03	o 447
1188.03/1188.03	c *1188s|695213 |116978 | 38552 |   0.1 | 273M|2607 |   - |5645 |6141 |5645 | 210 |9083 | 740 |1071 | 0.000000e+00 | 4.470000e+02 |    Inf 
1190.23/1190.23	o 444
1190.23/1190.23	c *1190s|695913 |115544 | 39520 |   0.1 | 272M|2607 |   - |5645 |6394 |5645 | 195 |9346 | 994 |1080 | 0.000000e+00 | 4.440000e+02 |    Inf 
1191.43/1191.45	o 434
1191.43/1191.45	c *1191s|696320 |109792 | 39980 |   0.1 | 261M|2607 |   - |5645 |6446 |5645 | 198 |9438 |1048 |1081 | 0.000000e+00 | 4.340000e+02 |    Inf 
1191.93/1191.94	o 407
1191.93/1191.94	c *1192s|696557 | 96226 | 40077 |   0.1 | 231M|2607 |   - |5645 |6464 |5645 | 199 |9452 |1066 |1084 | 0.000000e+00 | 4.070000e+02 |    Inf 
1193.22/1193.21	o 390
1193.22/1193.21	c *1193s|697076 | 89701 | 40415 |   0.1 | 217M|2607 |   - |5645 |6507 |5645 | 201 |9529 |1111 |1084 | 0.000000e+00 | 3.900000e+02 |    Inf 
1200.23/1200.29	o 388
1200.23/1200.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1200.23/1200.29	c *1200s|699263 | 90826 | 44369 |   0.1 | 224M|2607 |   - |5645 |7376 |5645 | 219 |  10k|1981 |1134 | 0.000000e+00 | 3.880000e+02 |    Inf 
1200.73/1200.74	o 378
1200.73/1200.74	c *1201s|699413 | 87433 | 44561 |   0.1 | 216M|2607 |   - |5645 |7399 |5645 | 235 |  10k|2005 |1134 | 0.000000e+00 | 3.780000e+02 |    Inf 
1202.73/1202.76	c  1203s|700000 | 87937 | 45897 |   0.1 | 218M|2607 |   0 |5645 |7583 |5645 | 197 |  10k|2190 |1138 | 0.000000e+00 | 3.780000e+02 |    Inf 
1205.53/1205.54	o 350
1205.53/1205.54	c *1206s|701089 | 79560 | 46745 |   0.1 | 202M|2607 |   - |5645 |7708 |5645 | 195 |  11k|2321 |1162 | 0.000000e+00 | 3.500000e+02 |    Inf 
1205.53/1205.56	o 334
1205.53/1205.56	c *1206s|701090 | 74407 | 46745 |   0.1 | 191M|2607 |   - |5645 |7708 |5645 | 195 |  11k|2321 |1162 | 0.000000e+00 | 3.340000e+02 |    Inf 
1206.63/1206.61	o 332
1206.63/1206.61	c *1207s|701513 | 74176 | 47034 |   0.1 | 191M|2607 |   - |5645 |7789 |5645 | 199 |  11k|2402 |1162 | 0.000000e+00 | 3.320000e+02 |    Inf 
1207.22/1207.24	o 329
1207.22/1207.24	c *1207s|701771 | 73519 | 47140 |   0.1 | 189M|2607 |   - |5645 |7812 |5645 | 204 |  11k|2426 |1162 | 0.000000e+00 | 3.290000e+02 |    Inf 
1207.22/1207.25	o 326
1207.22/1207.25	c *1207s|701772 | 72637 | 47140 |   0.1 | 187M|2607 |   - |5645 |7812 |5645 | 204 |  11k|2426 |1162 | 0.000000e+00 | 3.260000e+02 |    Inf 
1208.12/1208.13	o 286
1208.12/1208.13	c *1208s|702200 | 61743 | 47301 |   0.1 | 163M|2607 |   - |5645 |7873 |5645 | 216 |  11k|2488 |1162 | 0.000000e+00 | 2.860000e+02 |    Inf 
1208.42/1208.40	o 281
1208.42/1208.40	c *1208s|702288 | 60569 | 47404 |   0.1 | 161M|2607 |   - |5645 |7907 |5645 | 201 |  11k|2522 |1166 | 0.000000e+00 | 2.810000e+02 |    Inf 
1209.12/1209.12	o 258
1209.12/1209.12	c *1209s|702601 | 55323 | 47644 |   0.1 | 149M|2607 |   - |5645 |7934 |5645 | 201 |  11k|2550 |1166 | 0.000000e+00 | 2.580000e+02 |    Inf 
1217.42/1217.45	o 230
1217.42/1217.45	c *1217s|704987 | 50404 | 53532 |   0.1 | 142M|2607 |   - |5645 |8753 |5645 | 210 |  12k|3515 |1222 | 0.000000e+00 | 2.300000e+02 |    Inf 
1220.72/1220.70	o 217
1220.72/1220.70	c *1221s|705953 | 48088 | 54743 |   0.1 | 140M|2607 |   - |5645 |9034 |5645 | 205 |  12k|3889 |1243 | 0.000000e+00 | 2.170000e+02 |    Inf 
1220.82/1220.81	o 205
1220.82/1220.81	c *1221s|705992 | 44660 | 54856 |   0.1 | 134M|2607 |   - |5645 |9026 |5645 | 203 |  12k|3889 |1246 | 0.000000e+00 | 2.050000e+02 |    Inf 
1220.94/1220.95	o 195
1220.94/1220.95	c *1221s|706013 | 41716 | 55239 |   0.1 | 127M|2607 |   - |5645 |9036 |5645 | 218 |  12k|3907 |1262 | 0.000000e+00 | 1.950000e+02 |    Inf 
1221.63/1221.68	o 182
1221.63/1221.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1221.63/1221.68	c *1222s|706212 | 38210 | 55733 |   0.1 | 119M|2607 |   - |5645 |9061 |5645 | 229 |  13k|3957 |1267 | 0.000000e+00 | 1.820000e+02 |    Inf 
1230.52/1230.56	o 168
1230.52/1230.56	c *1231s|708774 | 35977 | 60565 |   0.1 | 119M|2607 |   - |5645 |9648 |5645 | 221 |  14k|4933 |1316 | 0.000000e+00 | 1.680000e+02 |    Inf 
1231.93/1231.92	o 166
1231.93/1231.92	c *1232s|709166 | 35752 | 61157 |   0.1 | 120M|2607 |   - |5645 |9705 |5645 | 184 |  14k|5062 |1317 | 0.000000e+00 | 1.660000e+02 |    Inf 
1234.14/1234.16	o 163
1234.14/1234.16	c *1234s|709799 | 35195 | 62429 |   0.1 | 120M|2607 |   - |5645 |9917 |5645 | 227 |  14k|5398 |1325 | 0.000000e+00 | 1.630000e+02 |    Inf 
1234.23/1234.26	o 162
1234.23/1234.26	c *1234s|709827 | 34928 | 62544 |   0.1 | 120M|2607 |   - |5645 |9909 |5645 | 214 |  14k|5398 |1329 | 0.000000e+00 | 1.620000e+02 |    Inf 
1234.23/1234.27	o 158
1234.23/1234.27	c *1234s|709828 | 33842 | 62544 |   0.1 | 117M|2607 |   - |5645 |9909 |5645 | 214 |  14k|5398 |1329 | 0.000000e+00 | 1.580000e+02 |    Inf 
1234.53/1234.59	o 148
1234.53/1234.59	c *1235s|709908 | 31432 | 62850 |   0.1 | 111M|2607 |   - |5645 |9912 |5645 | 230 |  15k|5425 |1344 | 0.000000e+00 | 1.480000e+02 |    Inf 
1234.93/1234.99	c  1235s|710000 | 31488 | 63167 |   0.1 | 112M|2607 |   - |5645 |9942 |   0 |   0 |  15k|5490 |1350 | 0.000000e+00 | 1.480000e+02 |    Inf 
1235.73/1235.72	o 142
1235.73/1235.72	c *1236s|710183 | 30274 | 63944 |   0.1 | 110M|2607 |   - |5645 |9975 |5645 | 241 |  15k|5587 |1356 | 0.000000e+00 | 1.420000e+02 |    Inf 
1235.83/1235.80	o 141
1235.83/1235.80	c *1236s|710200 | 30075 | 64242 |   0.1 | 110M|2607 |   - |5645 |9973 |5645 | 255 |  15k|5592 |1360 | 0.000000e+00 | 1.410000e+02 |    Inf 
1236.52/1236.56	o 120
1236.52/1236.56	c *1237s|710421 | 25444 | 64885 |   0.1 |  98M|2607 |   - |5645 |  10k|5645 | 230 |  15k|5726 |1373 | 0.000000e+00 | 1.200000e+02 |    Inf 
1237.53/1237.57	o 115
1237.53/1237.57	c *1238s|710637 | 24485 | 65789 |   0.1 |  96M|2607 |   - |5645 |9974 |5645 | 237 |  15k|5833 |1397 | 0.000000e+00 | 1.150000e+02 |    Inf 
1240.13/1240.17	o 106
1240.13/1240.17	c *1240s|711200 | 22938 | 67589 |   0.1 |  93M|2607 |   - |5645 |9952 |5645 | 208 |  16k|6231 |1413 | 0.000000e+00 | 1.060000e+02 |    Inf 
1243.92/1243.93	o 97
1243.92/1243.93	c *1244s|712025 | 20887 | 70093 |   0.1 |  92M|2607 |   - |5645 |9687 |5645 | 224 |  16k|6730 |1457 | 0.000000e+00 | 9.700000e+01 |    Inf 
1244.03/1244.02	o 96
1244.03/1244.02	c *1244s|712042 | 20664 | 70151 |   0.1 |  91M|2607 |   - |5645 |9523 |5645 | 223 |  16k|6751 |1459 | 0.000000e+00 | 9.600000e+01 |    Inf 
1248.44/1248.47	o 89
1248.44/1248.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1248.44/1248.47	c *1248s|713085 | 19400 | 73373 |   0.1 |  93M|2607 |   - |5645 |9178 |5645 | 222 |  17k|7399 |1487 | 0.000000e+00 | 8.900000e+01 |    Inf 
1250.03/1250.00	o 88
1250.03/1250.00	c *1250s|713414 | 19246 | 75067 |   0.1 |  94M|2607 |   - |5645 |8875 |5645 | 180 |  18k|7677 |1499 | 0.000000e+00 | 8.800000e+01 |    Inf 
1264.12/1264.19	o 83
1264.12/1264.19	c *1264s|716970 | 19201 | 85780 |   0.1 | 103M|2607 |   - |5645 |9144 |5645 | 215 |  20k|  10k|1662 | 0.000000e+00 | 8.300000e+01 |    Inf 
1266.93/1266.99	o 67
1266.93/1266.99	c *1267s|717696 | 15620 | 87305 |   0.1 |  96M|2607 |   - |5645 |9016 |5645 | 220 |  21k|  10k|1691 | 0.000000e+00 | 6.700000e+01 |    Inf 
1267.53/1267.52	o 64
1267.53/1267.52	c *1267s|717815 | 14906 | 87588 |   0.1 |  94M|2607 |   - |5645 |8389 |5645 | 215 |  21k|  11k|1700 | 0.000000e+00 | 6.400000e+01 |    Inf 
1267.53/1267.52	o 57
1267.53/1267.52	c *1267s|717816 | 13541 | 87593 |   0.1 |  89M|2607 |   - |5645 |8389 |5645 | 215 |  21k|  11k|1700 | 0.000000e+00 | 5.700000e+01 |    Inf 
1268.43/1268.41	o 31
1268.43/1268.41	c *1268s|718052 |  8788 | 88217 |   0.1 |  73M|2607 |   - |5645 |7979 |5645 | 223 |  21k|  11k|1716 | 0.000000e+00 | 3.100000e+01 |    Inf 
1273.52/1273.50	c  1273s|720000 |  8775 | 96994 |   0.1 |  75M|2607 |   - |5645 |7389 |   0 |   0 |  23k|  13k|1829 | 0.000000e+00 | 3.100000e+01 |    Inf 
1274.02/1274.10	o 30
1274.02/1274.10	c *1274s|720235 |  8672 | 98043 |   0.1 |  75M|2607 |   - |5645 |7347 |5645 | 232 |  23k|  14k|1833 | 0.000000e+00 | 3.000000e+01 |    Inf 
1275.43/1275.45	o 24
1275.43/1275.45	c *1275s|720813 |  7914 | 99308 |   0.1 |  71M|2607 |   - |5645 |7437 |5645 | 211 |  23k|  15k|1867 | 0.000000e+00 | 2.400000e+01 |    Inf 
1276.83/1276.80	o 23
1276.83/1276.80	c *1277s|721305 |  7454 |101782 |   0.1 |  68M|2607 |   - |5645 |6656 |5645 | 219 |  24k|  15k|1916 | 0.000000e+00 | 2.300000e+01 |    Inf 
1279.13/1279.17	o 21
1279.13/1279.17	c *1279s|722523 |  7319 |105818 |   0.1 |  68M|2607 |   - |5645 |6840 |5645 | 216 |  25k|  17k|1944 | 0.000000e+00 | 2.100000e+01 |    Inf 
1279.13/1279.18	o 19
1279.13/1279.18	c *1279s|722524 |  7142 |105818 |   0.1 |  67M|2607 |   - |5645 |6840 |5645 | 216 |  25k|  17k|1944 | 0.000000e+00 | 1.900000e+01 |    Inf 
1279.83/1279.89	o 18
1279.83/1279.89	c *1280s|722843 |  7096 |107255 |   0.1 |  67M|2607 |   - |5645 |6700 |5645 | 208 |  25k|  17k|1954 | 0.000000e+00 | 1.800000e+01 |    Inf 
1291.23/1291.26	o 17
1291.23/1291.26	c *1291s|728438 |  7041 |127520 |   0.2 |  70M|2607 |   - |5645 |7163 |5645 | 216 |  28k|  25k|2169 | 0.000000e+00 | 1.700000e+01 |    Inf 
1291.43/1291.42	o 14
1291.43/1291.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1291.43/1291.42	c *1291s|728503 |  6495 |127891 |   0.2 |  68M|2607 |   - |5645 |6890 |5645 | 195 |  28k|  25k|2170 | 0.000000e+00 | 1.400000e+01 |    Inf 
1292.93/1292.94	o 12
1292.93/1292.94	c *1293s|729261 |  6338 |130153 |   0.2 |  67M|2607 |   - |5645 |6935 |5645 | 246 |  29k|  26k|2175 | 0.000000e+00 | 1.200000e+01 |    Inf 
1294.33/1294.33	c  1294s|730000 |  6351 |132616 |   0.2 |  67M|2607 |   - |5645 |6117 |   0 |   0 |  29k|  27k|2178 | 0.000000e+00 | 1.200000e+01 |    Inf 
1295.33/1295.38	o 7
1295.33/1295.38	c *1295s|730529 |  5761 |134970 |   0.2 |  64M|2607 |   - |5645 |6779 |5645 | 236 |  29k|  28k|2199 | 0.000000e+00 | 7.000000e+00 |    Inf 
1296.53/1296.57	o 5
1296.53/1296.57	c *1297s|731123 |  5377 |137940 |   0.2 |  62M|2607 |   - |5645 |5615 |5645 | 218 |  30k|  29k|2237 | 0.000000e+00 | 5.000000e+00 |    Inf 
1311.03/1311.06	c  1311s|740000 |  5049 |170753 |   0.2 |  63M|2607 |   - |5645 |7028 |   0 |   0 |  34k|  40k|2439 | 0.000000e+00 | 5.000000e+00 |    Inf 
1312.83/1312.89	o 1
1312.83/1312.89	c *1313s|741145 |  4535 |174358 |   0.2 |  60M|2607 |   - |5645 |7538 |5645 | 222 |  35k|  42k|2469 | 0.000000e+00 | 1.000000e+00 |    Inf 
1326.43/1326.43	c  1326s|750000 |  4558 |207075 |   0.3 |  62M|2607 |   - |5645 |8772 |   0 |   0 |  39k|  53k|2666 | 0.000000e+00 | 1.000000e+00 |    Inf 
1342.23/1342.23	c  1342s|760000 |  4654 |242669 |   0.3 |  64M|2607 |   - |5645 |9952 |   0 |   0 |  42k|  67k|2822 | 0.000000e+00 | 1.000000e+00 |    Inf 
1359.03/1359.08	c  1359s|770000 |  4631 |281223 |   0.4 |  65M|2607 |   1 |5645 |  11k|5645 | 256 |  46k|  82k|2998 | 0.000000e+00 | 1.000000e+00 |    Inf 
1375.33/1375.38	c  1375s|780000 |  4543 |317283 |   0.4 |  63M|2607 |   - |5645 |8126 |   0 |   0 |  51k|  95k|3225 | 0.000000e+00 | 1.000000e+00 |    Inf 
1392.24/1392.25	c  1392s|790000 |  4442 |364195 |   0.5 |  64M|2607 |   - |5645 |  10k|   0 |   0 |  57k| 109k|3417 | 0.000000e+00 | 1.000000e+00 |    Inf 
1409.83/1409.83	c  1410s|800000 |  4597 |408072 |   0.5 |  66M|2607 |   - |5645 |  11k|   0 |   0 |  63k| 121k|3574 | 0.000000e+00 | 1.000000e+00 |    Inf 
1429.03/1429.05	c  1429s|810000 |  4602 |459317 |   0.6 |  68M|2607 |   - |5645 |  14k|   0 |   0 |  69k| 135k|3780 | 0.000000e+00 | 1.000000e+00 |    Inf 
1447.53/1447.58	c  1448s|820000 |  4488 |499892 |   0.6 |  66M|2607 |   1 |5645 |  10k|5645 | 199 |  74k| 149k|3926 | 0.000000e+00 | 1.000000e+00 |    Inf 
1463.74/1463.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1463.74/1463.71	c  1464s|830000 |  4300 |534937 |   0.6 |  66M|2607 |   7 |5645 |  10k|5645 | 227 |  78k| 162k|4088 | 0.000000e+00 | 1.000000e+00 |    Inf 
1480.54/1480.60	c  1481s|840000 |  4437 |574609 |   0.7 |  67M|2607 |  15 |5645 |  11k|5645 | 221 |  83k| 175k|4188 | 0.000000e+00 | 1.000000e+00 |    Inf 
1497.83/1497.84	c  1498s|850000 |  4564 |614506 |   0.7 |  70M|2607 |   - |5645 |  15k|   0 |   0 |  88k| 189k|4294 | 0.000000e+00 | 1.000000e+00 |    Inf 
1516.13/1516.11	c  1516s|860000 |  4580 |658010 |   0.8 |  71M|2607 |   - |5645 |  14k|   0 |   0 |  93k| 204k|4397 | 0.000000e+00 | 1.000000e+00 |    Inf 
1533.94/1533.92	c  1534s|870000 |  4625 |696280 |   0.8 |  71M|2607 |   8 |5645 |  14k|5645 | 239 |  97k| 218k|4470 | 0.000000e+00 | 1.000000e+00 |    Inf 
1552.23/1552.23	c  1552s|880000 |  4614 |735525 |   0.8 |  72M|2607 |  17 |5645 |  15k|5645 | 242 | 102k| 233k|4557 | 0.000000e+00 | 1.000000e+00 |    Inf 
1569.84/1569.87	c  1570s|890000 |  4297 |773307 |   0.9 |  67M|2607 |   - |5645 |  10k|   0 |   0 | 107k| 247k|4862 | 0.000000e+00 | 1.000000e+00 |    Inf 
1588.84/1588.88	c  1589s|900000 |  4311 |820690 |   0.9 |  68M|2607 |   - |5645 |  12k|5645 | 259 | 113k| 260k|4976 | 0.000000e+00 | 1.000000e+00 |    Inf 
1609.54/1609.50	c  1609s|910000 |  4400 |877070 |   1.0 |  71M|2607 |   - |5645 |  18k|   0 |   0 | 121k| 274k|5103 | 0.000000e+00 | 1.000000e+00 |    Inf 
1632.84/1632.89	c  1633s|920000 |  4499 |938398 |   1.0 |  72M|2607 |   - |5645 |  18k|   0 |   0 | 130k| 288k|5249 | 0.000000e+00 | 1.000000e+00 |    Inf 
1655.24/1655.24	c  1655s|930000 |  4345 |992195 |   1.1 |  70M|2607 |   1 |5645 |  16k|5645 | 229 | 137k| 302k|5357 | 0.000000e+00 | 1.000000e+00 |    Inf 
1673.94/1673.92	c  1674s|940000 |  4362 |  1032k|   1.1 |  70M|2607 |  24 |5645 |  15k|5645 | 239 | 142k| 315k|5492 | 0.000000e+00 | 1.000000e+00 |    Inf 
1693.44/1693.41	c  1693s|950000 |  4413 |  1076k|   1.1 |  72M|2607 |  15 |5645 |  18k|5645 | 231 | 147k| 329k|5603 | 0.000000e+00 | 1.000000e+00 |    Inf 
1713.04/1713.04	c  1713s|960000 |  4583 |  1112k|   1.2 |  74M|2607 |  10 |5645 |  18k|5645 | 221 | 152k| 343k|5671 | 0.000000e+00 | 1.000000e+00 |    Inf 
1733.55/1733.57	c  1734s|970000 |  4561 |  1148k|   1.2 |  75M|2607 |   - |5645 |  19k|   0 |   0 | 157k| 358k|5726 | 0.000000e+00 | 1.000000e+00 |    Inf 
1754.64/1754.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1754.64/1754.62	c  1755s|980000 |  4487 |  1186k|   1.2 |  74M|2607 |   1 |5645 |  18k|5645 | 250 | 161k| 372k|5803 | 0.000000e+00 | 1.000000e+00 |    Inf 
1774.64/1774.66	c  1775s|990000 |  4492 |  1221k|   1.2 |  74M|2607 |   1 |5645 |  17k|5645 | 192 | 165k| 386k|5863 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.04/1790.00	c 
1790.04/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.00	c Solving Time (sec) : 1789.97
1790.04/1790.00	c Solving Nodes      : 997435
1790.04/1790.00	c Primal Bound       : +1.00000000000000e+00 (181 solutions)
1790.04/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.00	c Gap                : infinite
1790.04/1790.07	s SATISFIABLE
1790.04/1790.07	v -x231 -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 
1790.04/1790.07	v -x209 -x208 -x207 -x206 x205 -x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.04/1790.07	v -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.04/1790.07	v -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.04/1790.07	v -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 
1790.04/1790.07	v -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1790.04/1790.07	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 
1790.04/1790.07	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 
1790.04/1790.07	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 
1790.04/1790.07	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 
1790.04/1790.07	v -x1 
1790.04/1790.07	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.07	c Solving Time       :    1789.97
1790.04/1790.07	c Original Problem   :
1790.04/1790.07	c   Problem name     : HOME/instance-2705061-1278578334.wbo
1790.04/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.07	c   Constraints      : 5415 initial, 5415 maximal
1790.04/1790.07	c Presolved Problem  :
1790.04/1790.07	c   Problem name     : t_HOME/instance-2705061-1278578334.wbo
1790.04/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.07	c   Constraints      : 5414 initial, 22212 maximal
1790.04/1790.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   probing          :       0.04          0          0          0          0          0          0          0          0
1790.04/1790.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.04/1790.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   root node        :          -       5414          -          -       5414          -          -          -          -
1790.04/1790.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.07	c   integral         :          0          0          0     891498          0         11        442          0          0     309832
1790.04/1790.07	c   linear           :       2707          6    2124264     390067          2     120392    7338460     169508          0          0
1790.04/1790.07	c   indicator        :       2707          0    1020764     720534          0        192    2817587          0          0          0
1790.04/1790.07	c   logicor          :          0+         0     488845          0          0      24120     561479          0          0          0
1790.04/1790.07	c   bounddisjunction :          0+         0     184957          0          0        255       4427          0          0          0
1790.04/1790.07	c   countsols        :          0          0          0     711841          2          0          0          0          0          0
1790.04/1790.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.07	c   integral         :       8.34       0.00       0.00       8.34       0.00
1790.04/1790.07	c   linear           :      95.24       0.00      81.57      13.66       0.00
1790.04/1790.07	c   indicator        :     206.00       0.01      56.60     149.39       0.00
1790.04/1790.07	c   logicor          :      62.92       0.00      62.92       0.00       0.00
1790.04/1790.07	c   bounddisjunction :       2.01       0.00       2.01       0.00       0.00
1790.04/1790.07	c   countsols        :       0.12       0.00       0.00       0.12       0.00
1790.04/1790.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.07	c   vbounds          :       0.73      23233          1      14065
1790.04/1790.07	c   rootredcost      :       0.51         60          0       2707
1790.04/1790.07	c   pseudoobj        :      93.89    2503694       3859    1963892
1790.04/1790.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.07	c   propagation      :       9.45     148626     148549     984009       29.8       4637       24.5          -
1790.04/1790.07	c   infeasible LP    :       1.73       4545       4545      37309       40.4         45       18.5          0
1790.04/1790.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.07	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.07	c   applied globally :          -          -          -     397390       22.8          -          -          -
1790.04/1790.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.07	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.04/1790.07	c   redcost          :     106.84     892362          0     205856          0          0
1790.04/1790.07	c   impliedbounds    :       0.00          4          0          0          0          0
1790.04/1790.07	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.07	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.07	c   gomory           :       0.01          4          0          0        230          0
1790.04/1790.07	c   strongcg         :       0.01          4          0          0        215          0
1790.04/1790.07	c   cmir             :       0.01          4          0          0          0          0
1790.04/1790.07	c   flowcover        :       0.03          4          0          0          0          0
1790.04/1790.07	c   clique           :       0.00          1          0          0          0          0
1790.04/1790.07	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.07	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.07	c   rapidlearning    :       0.19          1          0          0          0          0
1790.04/1790.07	c Pricers            :       Time      Calls       Vars
1790.04/1790.07	c   problem variables:       0.00          0          0
1790.04/1790.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.07	c   relpscost        :       7.99     155288         11        442          0          0     309832
1790.04/1790.07	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   inference        :     330.98     711783          0          0          0          0    1423797
1790.04/1790.07	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.07	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.07	c   LP solutions     :       0.94          -         60
1790.04/1790.07	c   pseudo solutions :       0.00          -          0
1790.04/1790.07	c   feaspump         :       0.00          0          0
1790.04/1790.07	c   intshifting      :       0.00          0          0
1790.04/1790.07	c   oneopt           :       0.48         52          0
1790.04/1790.07	c   guideddiving     :       0.06         20          0
1790.04/1790.07	c   crossover        :       2.02         55          4
1790.04/1790.07	c   coefdiving       :       1.29        579          0
1790.04/1790.07	c   pscostdiving     :       1.15        579          0
1790.04/1790.07	c   fracdiving       :       1.13        579          0
1790.04/1790.07	c   linesearchdiving :       1.18        579          0
1790.04/1790.07	c   veclendiving     :       1.09        580          0
1790.04/1790.07	c   rootsoldiving    :       1.19        573          0
1790.04/1790.07	c   objpscostdiving  :       1.16        574          0
1790.04/1790.07	c   trivial          :       0.07          2          2
1790.04/1790.07	c   simplerounding   :       0.76     155382          0
1790.04/1790.07	c   zirounding       :       0.73       1000          0
1790.04/1790.07	c   rounding         :       1.15       5530          0
1790.04/1790.07	c   shifting         :       0.51       1715          0
1790.04/1790.07	c   twoopt           :       0.00          0          0
1790.04/1790.07	c   fixandinfer      :       0.00          0          0
1790.04/1790.07	c   intdiving        :       0.00          0          0
1790.04/1790.07	c   actconsdiving    :       0.00          0          0
1790.04/1790.07	c   octane           :       0.00          0          0
1790.04/1790.07	c   rens             :       0.03          1          0
1790.04/1790.07	c   rins             :       0.00          0          0
1790.04/1790.07	c   localbranching   :       0.00          0          0
1790.04/1790.07	c   mutation         :       0.00          0          0
1790.04/1790.07	c   dins             :       0.00          0          0
1790.04/1790.07	c   undercover       :       0.00          0          0
1790.04/1790.07	c   nlp              :       0.19          0          0
1790.04/1790.07	c   trysol           :       0.42        927        115
1790.04/1790.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.07	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.07	c   dual LP          :     458.71     190177    1253772       6.59    2733.23
1790.04/1790.07	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.07	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.07	c   diving/probing LP:       0.13         69       1299      18.83   10143.37
1790.04/1790.07	c   strong branching :       6.82       5923      65524      11.06    9607.20
1790.04/1790.07	c     (at root node) :          -         32       1047      32.72          -
1790.04/1790.07	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.07	c B&B Tree           :
1790.04/1790.07	c   number of runs   :          1
1790.04/1790.07	c   nodes            :     997435
1790.04/1790.07	c   nodes (total)    :     997435
1790.04/1790.07	c   nodes left       :       4437
1790.04/1790.07	c   max depth        :       2607
1790.04/1790.07	c   max depth (total):       2607
1790.04/1790.07	c   backtracks       :      27212 (2.7%)
1790.04/1790.07	c   delayed cutoffs  :      25108
1790.04/1790.07	c   repropagations   :     897954 (2060648 domain reductions, 22646 cutoffs)
1790.04/1790.07	c   avg switch length:       3.66
1790.04/1790.07	c   switching time   :     115.71
1790.04/1790.07	c Solution           :
1790.04/1790.07	c   Solutions found  :        181 (61 improvements)
1790.04/1790.07	c   First Solution   : +1.37945000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.04/1790.07	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 741145 nodes, 1312.85 seconds, depth 24, found by <relaxation>)
1790.04/1790.07	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.07	c   Gap              :   infinite
1790.04/1790.07	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.07	c   Root Iterations  :        184
1790.25/1790.20	c Time complete: 1790.25.

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-2705061-1278578334/watcher-2705061-1278578334 -o /tmp/evaluation-result-2705061-1278578334/solver-2705061-1278578334 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705061-1278578334.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.92 1.98 1.93 4/178 22599
/proc/meminfo: memFree=29554532/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=12336 CPUtime=0
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 1924 0 0 0 0 0 0 0 25 0 1 0 26048352 12632064 1842 4089446400 4194304 10345943 140734043409088 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22599/statm: 3084 1842 429 1502 0 1577 0

[startup+0.0134499 s]
/proc/loadavg: 1.92 1.98 1.93 4/178 22599
/proc/meminfo: memFree=29554532/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=15420 CPUtime=0.01
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 2709 0 0 0 1 0 0 0 25 0 1 0 26048352 15790080 2627 4089446400 4194304 10345943 140734043409088 18446744073709551615 9122689 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22599/statm: 3855 2627 429 1502 0 2348 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15420

[startup+0.100437 s]
/proc/loadavg: 1.92 1.98 1.93 4/178 22599
/proc/meminfo: memFree=29554532/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=38020 CPUtime=0.09
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 8450 0 0 0 9 0 0 0 25 0 1 0 26048352 38932480 8014 4089446400 4194304 10345943 140734043409088 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22599/statm: 9505 8014 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38020

[startup+0.300402 s]
/proc/loadavg: 1.92 1.98 1.93 4/178 22599
/proc/meminfo: memFree=29554532/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=70104 CPUtime=0.29
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 16214 0 0 0 27 2 0 0 25 0 1 0 26048352 71786496 15778 4089446400 4194304 10345943 140734043409088 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22599/statm: 17526 15778 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.700332 s]
/proc/loadavg: 1.92 1.98 1.93 4/178 22599
/proc/meminfo: memFree=29554532/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=65264 CPUtime=0.69
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 16894 0 0 0 67 2 0 0 25 0 1 0 26048352 66830336 15053 4089446400 4194304 10345943 140734043409088 18446744073709551615 7567988 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22599/statm: 16316 15053 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.5002 s]
/proc/loadavg: 1.92 1.98 1.93 2/174 22617
/proc/meminfo: memFree=30078960/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=65264 CPUtime=1.49
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 16896 0 0 0 146 3 0 0 25 0 1 0 26048352 66830336 15055 4089446400 4194304 10345943 140734043409088 18446744073709551615 8160445 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22599/statm: 16316 15055 753 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10089 s]
/proc/loadavg: 1.92 1.98 1.93 3/179 22627
/proc/meminfo: memFree=30035032/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=65264 CPUtime=3.1
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 16898 0 0 0 306 4 0 0 25 0 1 0 26048352 66830336 15057 4089446400 4194304 10345943 140734043409088 18446744073709551615 6119562 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 16316 15057 754 1502 0 14809 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 65264

[startup+6.30031 s]
/proc/loadavg: 1.93 1.98 1.93 3/179 22627
/proc/meminfo: memFree=29997156/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=65264 CPUtime=6.29
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 19331 0 0 0 625 4 0 0 25 0 1 0 26048352 66830336 15083 4089446400 4194304 10345943 140734043409088 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 16316 15083 754 1502 0 14809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65264

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.93 3/179 22627
/proc/meminfo: memFree=30004624/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=69116 CPUtime=12.69
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 23309 0 0 0 1264 5 0 0 25 0 1 0 26048352 70774784 15632 4089446400 4194304 10345943 140734043409088 18446744073709551615 5926585 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 17279 15632 754 1502 0 15772 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69116

[startup+25.5008 s]
/proc/loadavg: 1.95 1.98 1.93 3/179 22627
/proc/meminfo: memFree=29963836/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=101748 CPUtime=25.49
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 32025 0 0 0 2541 8 0 0 25 0 1 0 26048352 104189952 23737 4089446400 4194304 10345943 140734043409088 18446744073709551615 4749687 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 25437 23737 761 1502 0 23930 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 101748

[startup+51.1002 s]
/proc/loadavg: 1.96 1.98 1.93 3/179 22628
/proc/meminfo: memFree=29912328/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=123504 CPUtime=51.1
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 38082 0 0 0 5098 12 0 0 25 0 1 0 26048352 126468096 29189 4089446400 4194304 10345943 140734043409088 18446744073709551615 4688088 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 30876 29189 761 1502 0 29369 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 123504

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.93 3/179 22629
/proc/meminfo: memFree=29814444/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=172032 CPUtime=102.3
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 54722 0 0 0 10213 17 0 0 25 0 1 0 26048352 176160768 41624 4089446400 4194304 10345943 140734043409088 18446744073709551615 6864944 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 43008 41624 762 1502 0 41501 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 172032

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.93 3/179 22631
/proc/meminfo: memFree=29684432/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=244572 CPUtime=162.3
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 72465 0 0 0 16207 23 0 0 25 0 1 0 26048352 250441728 59367 4089446400 4194304 10345943 140734043409088 18446744073709551615 6003132 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 61143 59367 762 1502 0 59636 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 244572

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.93 3/179 22633
/proc/meminfo: memFree=29556532/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=312972 CPUtime=222.3
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 94021 0 0 0 22203 27 0 0 25 0 1 0 26048352 320483328 76540 4089446400 4194304 10345943 140734043409088 18446744073709551615 4686942 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 78243 76540 762 1502 0 76736 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 312972

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.93 3/179 22634
/proc/meminfo: memFree=29387104/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=380380 CPUtime=282.3
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 110877 0 0 0 28200 30 0 0 25 0 1 0 26048352 389509120 93396 4089446400 4194304 10345943 140734043409088 18446744073709551615 5926585 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 95095 93396 762 1502 0 93588 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 380380

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.93 3/179 22636
/proc/meminfo: memFree=29275452/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=452156 CPUtime=342.3
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 127862 0 0 0 34195 35 0 0 25 0 1 0 26048352 463007744 110381 4089446400 4194304 10345943 140734043409088 18446744073709551615 4476294 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 113039 110381 762 1502 0 111532 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 452156

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.93 3/179 22637
/proc/meminfo: memFree=29203608/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=519488 CPUtime=402.3
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 148830 0 0 0 40191 39 0 0 25 0 1 0 26048352 531955712 127399 4089446400 4194304 10345943 140734043409088 18446744073709551615 4476340 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 129872 127399 762 1502 0 128365 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 519488

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.93 3/179 22639
/proc/meminfo: memFree=29133140/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=586972 CPUtime=462.3
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 165582 0 0 0 46185 45 0 0 25 0 1 0 26048352 601059328 144151 4089446400 4194304 10345943 140734043409088 18446744073709551615 6119562 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 146743 144151 762 1502 0 145236 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 586972

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.93 3/179 22641
/proc/meminfo: memFree=29061668/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=654028 CPUtime=522.3
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 182373 0 0 0 52181 49 0 0 25 0 1 0 26048352 669724672 160942 4089446400 4194304 10345943 140734043409088 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 163507 160942 762 1502 0 162000 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 654028

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.93 3/179 22642
/proc/meminfo: memFree=28992168/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=720252 CPUtime=582.31
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 199030 0 0 0 58177 54 0 0 25 0 1 0 26048352 737538048 177599 4089446400 4194304 10345943 140734043409088 18446744073709551615 6119567 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 180063 177599 762 1502 0 178556 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 720252

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.93 3/179 22644
/proc/meminfo: memFree=28923800/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=786072 CPUtime=642.32
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 215619 0 0 0 64173 59 0 0 25 0 1 0 26048352 804937728 194188 4089446400 4194304 10345943 140734043409088 18446744073709551615 6119608 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 196518 194188 762 1502 0 195011 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 786072

[startup+702.3 s]

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

/proc/meminfo: memFree=28440776/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=1259492 CPUtime=1062.32
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 336347 0 0 0 106141 91 0 0 25 0 1 0 26048352 1289719808 311149 4089446400 4194304 10345943 140734043409088 18446744073709551615 4696469 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 314873 311149 762 1502 0 313366 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1259492

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.93 3/179 22657
/proc/meminfo: memFree=28373272/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=1324412 CPUtime=1122.32
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 352795 0 0 0 112136 96 0 0 25 0 1 0 26048352 1356197888 327597 4089446400 4194304 10345943 140734043409088 18446744073709551615 6002403 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 331103 327597 762 1502 0 329596 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1324412

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.93 3/179 22658
/proc/meminfo: memFree=28306504/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=1387288 CPUtime=1182.32
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 368950 0 0 0 118131 101 0 0 25 0 1 0 26048352 1420582912 343752 4089446400 4194304 10345943 140734043409088 18446744073709551615 4882663 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 346822 343752 762 1502 0 345315 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1387288

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.93 3/179 22660
/proc/meminfo: memFree=28303848/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=1387288 CPUtime=1242.33
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 369414 0 0 0 124126 107 0 0 25 0 1 0 26048352 1420582912 344216 4089446400 4194304 10345943 140734043409088 18446744073709551615 6785812 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 346822 344216 762 1502 0 345315 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1387288

[startup+1302.3 s]
/proc/loadavg: 2.03 2.00 1.94 3/179 22661
/proc/meminfo: memFree=28303924/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=1387288 CPUtime=1302.33
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 369436 0 0 0 130115 118 0 0 25 0 1 0 26048352 1420582912 344238 4089446400 4194304 10345943 140734043409088 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 346822 344238 783 1502 0 345315 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1387288

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/179 22672
/proc/meminfo: memFree=28302660/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=1387288 CPUtime=1362.34
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 369460 0 0 0 136100 134 0 0 25 0 1 0 26048352 1420582912 344262 4089446400 4194304 10345943 140734043409088 18446744073709551615 6322914 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 346822 344262 794 1502 0 345315 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 1387288

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22674
/proc/meminfo: memFree=28302240/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=1387288 CPUtime=1422.34
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 369461 0 0 0 142086 148 0 0 25 0 1 0 26048352 1420582912 344263 4089446400 4194304 10345943 140734043409088 18446744073709551615 5614794 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 346822 344263 794 1502 0 345315 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1387288

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22675
/proc/meminfo: memFree=28301808/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=1387288 CPUtime=1482.33
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 369461 0 0 0 148073 160 0 0 25 0 1 0 26048352 1420582912 344263 4089446400 4194304 10345943 140734043409088 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 346822 344263 794 1502 0 345315 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1387288

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22677
/proc/meminfo: memFree=28298528/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=1387288 CPUtime=1542.34
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 369462 0 0 0 154059 175 0 0 25 0 1 0 26048352 1420582912 344264 4089446400 4194304 10345943 140734043409088 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 346822 344264 795 1502 0 345315 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1387288

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22678
/proc/meminfo: memFree=28297860/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=1387288 CPUtime=1602.33
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 369462 0 0 0 160043 190 0 0 25 0 1 0 26048352 1420582912 344264 4089446400 4194304 10345943 140734043409088 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 346822 344264 795 1502 0 345315 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1387288

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22680
/proc/meminfo: memFree=28297572/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=1387288 CPUtime=1662.33
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 369462 0 0 0 166027 206 0 0 25 0 1 0 26048352 1420582912 344264 4089446400 4194304 10345943 140734043409088 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 346822 344264 795 1502 0 345315 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1387288

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22682
/proc/meminfo: memFree=28297532/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=1387288 CPUtime=1722.34
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 369464 0 0 0 172013 221 0 0 25 0 1 0 26048352 1420582912 344266 4089446400 4194304 10345943 140734043409088 18446744073709551615 5614688 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 346822 344266 795 1502 0 345315 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 1387288

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22683
/proc/meminfo: memFree=28296628/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=1387288 CPUtime=1782.35
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 369464 0 0 0 178001 234 0 0 25 0 1 0 26048352 1420582912 344266 4089446400 4194304 10345943 140734043409088 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 346822 344266 795 1502 0 345315 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 1387288

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22683
/proc/meminfo: memFree=28296620/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=1387288 CPUtime=1785.54
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 369464 0 0 0 178320 234 0 0 25 0 1 0 26048352 1420582912 344266 4089446400 4194304 10345943 140734043409088 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 346822 344266 795 1502 0 345315 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 1387288

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22683
/proc/meminfo: memFree=28296740/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=1387288 CPUtime=1788.74
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 369464 0 0 0 178639 235 0 0 25 0 1 0 26048352 1420582912 344266 4089446400 4194304 10345943 140734043409088 18446744073709551615 5085432 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 346822 344266 795 1502 0 345315 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 1387288

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22683
/proc/meminfo: memFree=28296740/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=1387288 CPUtime=1789.54
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 369464 0 0 0 178719 235 0 0 25 0 1 0 26048352 1420582912 344266 4089446400 4194304 10345943 140734043409088 18446744073709551615 8160440 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 346822 344266 795 1502 0 345315 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 1387288

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22683
/proc/meminfo: memFree=28296616/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=1387288 CPUtime=1789.94
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 369464 0 0 0 178759 235 0 0 25 0 1 0 26048352 1420582912 344266 4089446400 4194304 10345943 140734043409088 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22599/statm: 346822 344266 795 1502 0 345315 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 1387288

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22683
/proc/meminfo: memFree=28296616/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=1387288 CPUtime=1790.14
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 369465 0 0 0 178779 235 0 0 18 0 1 0 26048352 1420582912 344267 4089446400 4194304 10345943 140734043409088 18446744073709551615 6324968 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22599/statm: 346822 344267 796 1502 0 345315 0
Current children cumulated CPU time (s) 1790.14
Current children cumulated vsize (KiB) 1387288

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22683
/proc/meminfo: memFree=28296616/32951124 swapFree=67111528/67111528
[pid=22599] ppid=22597 vsize=1148320 CPUtime=1790.25
/proc/22599/stat : 22599 (pbscip.linux.x8) R 22597 22599 22142 0 -1 4202496 369465 0 0 0 178785 240 0 0 18 0 1 0 26048352 1175879680 36404 4089446400 4194304 10345943 140734043409088 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22599/statm: 287080 36404 796 1502 0 285573 0
Current children cumulated CPU time (s) 1790.25
Current children cumulated vsize (KiB) 1148320

Child status: 0
Real time (s): 1790.21
CPU time (s): 1790.26
CPU user time (s): 1787.85
CPU system time (s): 2.40763
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1387288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.85
system time used= 2.40763
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 369468
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= 5
involuntary context switches= 3643

runsolver used 2.45263 second user time and 5.70813 second system time

The end

Launcher Data

Begin job on node106 at 2010-07-08 10:38:54
IDJOB=2705061
IDBENCH=79282
IDSOLVER=1214
FILE ID=node106/2705061-1278578334
PBS_JOBID= 11240241
Free space on /tmp= 73236 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900546417--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705061-1278578334/watcher-2705061-1278578334 -o /tmp/evaluation-result-2705061-1278578334/solver-2705061-1278578334 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705061-1278578334.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 0e9942c7ddaaf04ff12871ed1ee37357
RANDOM SEED=1165751902

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29555068 kB
Buffers:        153648 kB
Cached:        2442976 kB
SwapCached:          0 kB
Active:        1668800 kB
Inactive:      1558744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29555068 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12860 kB
Writeback:           0 kB
AnonPages:      630672 kB
Mapped:          17720 kB
Slab:           104692 kB
PageTables:       5808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   788468 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= 73224 MiB
End job on node106 at 2010-07-08 11:08:45