Trace number 2692359

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.31 1800.25

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900571761--soft-0-100-0.wbo
MD5SUMc1a8bf15a5939881d6e0f7761d224808
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark474.358
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 137973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 713
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2692359-1277928015.wbo>
0.02/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.02/0.03	c problem read
0.02/0.03	c presolving settings loaded
0.09/0.13	o 137972
0.09/0.13	c feasible solution found by trivial heuristic, objective value  1.379720e+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.21	c    (0.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.21	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.21	c presolving (3 rounds):
0.19/0.21	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.21	c  2707 implications, 0 cliques
0.19/0.21	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.19/0.21	c    2707 constraints of type <indicator>
0.19/0.21	c    2707 constraints of type <linear>
0.19/0.21	c transformed objective value is always integral (scale: 1)
0.19/0.21	c Presolving Time: 0.14
0.19/0.21	c - non default parameters ----------------------------------------------------------------------
0.19/0.21	c # SCIP version 1.2.1.2
0.19/0.21	c 
0.19/0.21	c # frequency for displaying node information lines
0.19/0.21	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.21	c display/freq = 10000
0.19/0.21	c 
0.19/0.21	c # maximal time in seconds to run
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/time = 1799.97
0.19/0.21	c 
0.19/0.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/memory = 3420
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify inequalities
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/linear/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify knapsacks
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.21	c separating/rapidlearning/freq = 0
0.19/0.21	c 
0.19/0.21	c -----------------------------------------------------------------------------------------------
0.19/0.21	c start solving
0.19/0.21	c 
0.19/0.22	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.22	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.39/0.46	c   0.4s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.379720e+05 |    Inf 
33.00/33.05	c  32.7s| 10000 | 10001 | 56218 |   5.6 |  50M|  87 |   0 |5645 |5414 |5645 | 170 |9917 |   0 |1431 | 0.000000e+00 | 1.379720e+05 |    Inf 
61.60/61.66	c  61.1s| 20000 | 20001 |107204 |   5.4 |  74M| 105 |   0 |5645 |5414 |5645 | 192 |  19k|   0 |1684 | 0.000000e+00 | 1.379720e+05 |    Inf 
88.60/88.65	c  87.9s| 30000 | 30001 |149448 |   5.0 |  97M| 115 |   0 |5645 |5414 |5645 | 194 |  26k|   0 |2037 | 0.000000e+00 | 1.379720e+05 |    Inf 
111.49/111.54	c   111s| 40000 | 40001 |173615 |   4.3 | 118M| 265 |   0 |5645 |5414 |5645 | 175 |  31k|   0 |2243 | 0.000000e+00 | 1.379720e+05 |    Inf 
132.60/132.67	c   132s| 50000 | 50001 |192566 |   3.8 | 139M| 265 |   0 |5645 |5414 |5645 | 190 |  34k|   0 |2383 | 0.000000e+00 | 1.379720e+05 |    Inf 
154.09/154.16	c   153s| 60000 | 60001 |212116 |   3.5 | 160M| 265 |   0 |5645 |5414 |5645 | 169 |  37k|   0 |2610 | 0.000000e+00 | 1.379720e+05 |    Inf 
175.50/175.59	c   174s| 70000 | 69999 |229840 |   3.3 | 180M| 265 |   0 |5645 |5424 |5645 | 201 |  41k|  10 |2777 | 0.000000e+00 | 1.379720e+05 |    Inf 
196.99/197.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
196.99/197.03	c   196s| 80000 | 79999 |247335 |   3.1 | 201M| 265 |   0 |5645 |5424 |5645 | 182 |  44k|  10 |2885 | 0.000000e+00 | 1.379720e+05 |    Inf 
218.40/218.45	c   217s| 90000 | 89999 |266359 |   3.0 | 222M| 265 |   0 |5645 |5424 |5645 | 206 |  48k|  10 |3029 | 0.000000e+00 | 1.379720e+05 |    Inf 
239.81/239.83	c   238s|100000 | 99997 |285537 |   2.9 | 242M| 265 |   6 |5645 |5430 |5645 | 173 |  51k|  16 |3127 | 0.000000e+00 | 1.379720e+05 |    Inf 
262.20/262.24	c   260s|110000 |109997 |302040 |   2.7 | 263M| 329 |   0 |5645 |5430 |5645 | 208 |  55k|  16 |3843 | 0.000000e+00 | 1.379720e+05 |    Inf 
283.20/283.22	c   281s|120000 |119997 |316095 |   2.6 | 284M| 329 |   0 |5645 |5422 |5645 | 177 |  58k|  16 |3916 | 0.000000e+00 | 1.379720e+05 |    Inf 
304.10/304.19	c   302s|130000 |129997 |330208 |   2.5 | 305M| 329 |   0 |5645 |5422 |5645 | 218 |  61k|  16 |3939 | 0.000000e+00 | 1.379720e+05 |    Inf 
325.00/325.00	c   323s|140000 |139995 |343965 |   2.5 | 325M| 329 |   0 |5645 |5430 |5645 | 199 |  64k|  26 |3945 | 0.000000e+00 | 1.379720e+05 |    Inf 
345.80/345.87	c   343s|150000 |149995 |357171 |   2.4 | 345M| 329 |   0 |5645 |5428 |5645 | 167 |  67k|  26 |3978 | 0.000000e+00 | 1.379720e+05 |    Inf 
366.90/366.93	c   364s|160000 |159995 |371947 |   2.3 | 365M| 329 |   0 |5645 |5427 |5645 | 186 |  70k|  26 |4045 | 0.000000e+00 | 1.379720e+05 |    Inf 
387.60/387.67	c   385s|170000 |169995 |385120 |   2.3 | 386M| 329 |   0 |5645 |5427 |5645 | 230 |  72k|  26 |4128 | 0.000000e+00 | 1.379720e+05 |    Inf 
408.20/408.26	c   405s|180000 |179995 |397299 |   2.2 | 406M| 329 |   0 |5645 |5427 |5645 | 206 |  75k|  26 |4171 | 0.000000e+00 | 1.379720e+05 |    Inf 
429.20/429.27	c   426s|190000 |189995 |410655 |   2.2 | 426M| 329 |   0 |5645 |5427 |5645 | 192 |  78k|  26 |4327 | 0.000000e+00 | 1.379720e+05 |    Inf 
449.71/449.75	c   446s|200000 |199993 |421402 |   2.1 | 446M| 329 |   0 |5645 |5431 |5645 | 187 |  80k|  36 |4381 | 0.000000e+00 | 1.379720e+05 |    Inf 
470.51/470.59	c   467s|210000 |209993 |433687 |   2.1 | 466M| 329 |   0 |5645 |5431 |5645 | 178 |  83k|  36 |4405 | 0.000000e+00 | 1.379720e+05 |    Inf 
491.51/491.50	c   488s|220000 |219993 |446277 |   2.0 | 487M| 329 |   0 |5645 |5431 |5645 | 188 |  85k|  36 |4479 | 0.000000e+00 | 1.379720e+05 |    Inf 
512.31/512.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
512.31/512.37	c   509s|230000 |229993 |458601 |   2.0 | 507M| 329 |   0 |5645 |5431 |5645 | 167 |  88k|  36 |4502 | 0.000000e+00 | 1.379720e+05 |    Inf 
533.00/533.07	c   529s|240000 |239993 |470866 |   2.0 | 527M| 329 |   0 |5645 |5431 |5645 | 196 |  90k|  36 |4566 | 0.000000e+00 | 1.379720e+05 |    Inf 
553.81/553.84	c   550s|250000 |249993 |483584 |   1.9 | 547M| 329 |   0 |5645 |5425 |5645 | 194 |  92k|  36 |4598 | 0.000000e+00 | 1.379720e+05 |    Inf 
574.81/574.88	c   571s|260000 |259993 |495394 |   1.9 | 567M| 329 |   0 |5645 |5425 |5645 | 189 |  95k|  36 |4725 | 0.000000e+00 | 1.379720e+05 |    Inf 
595.31/595.37	c   591s|270000 |269993 |506390 |   1.9 | 588M| 329 |   0 |5645 |5425 |5645 | 208 |  97k|  36 |4782 | 0.000000e+00 | 1.379720e+05 |    Inf 
615.81/615.87	c   611s|280000 |279993 |516904 |   1.8 | 608M| 329 |   0 |5645 |5425 |5645 | 201 | 100k|  36 |4860 | 0.000000e+00 | 1.379720e+05 |    Inf 
636.31/636.32	c   632s|290000 |289993 |527562 |   1.8 | 628M| 329 |   0 |5645 |5424 |5645 | 177 | 103k|  36 |4891 | 0.000000e+00 | 1.379720e+05 |    Inf 
656.62/656.68	c   652s|300000 |299993 |537890 |   1.8 | 648M| 329 |   0 |5645 |5424 |5645 | 189 | 105k|  36 |4919 | 0.000000e+00 | 1.379720e+05 |    Inf 
677.41/677.49	c   673s|310000 |309993 |548970 |   1.8 | 668M| 329 |   0 |5645 |5424 |5645 | 165 | 108k|  36 |4959 | 0.000000e+00 | 1.379720e+05 |    Inf 
698.01/698.06	c   693s|320000 |319993 |560206 |   1.8 | 688M| 329 |   0 |5645 |5424 |5645 | 184 | 110k|  36 |5029 | 0.000000e+00 | 1.379720e+05 |    Inf 
718.42/718.44	c   713s|330000 |329993 |570078 |   1.7 | 708M| 329 |   0 |5645 |5424 |5645 | 183 | 113k|  36 |5036 | 0.000000e+00 | 1.379720e+05 |    Inf 
739.12/739.11	c   734s|340000 |339993 |580007 |   1.7 | 728M| 329 |   0 |5645 |5423 |5645 | 190 | 115k|  36 |5113 | 0.000000e+00 | 1.379720e+05 |    Inf 
759.51/759.52	c   754s|350000 |349993 |589477 |   1.7 | 748M| 329 |   0 |5645 |5423 |5645 | 192 | 118k|  36 |5151 | 0.000000e+00 | 1.379720e+05 |    Inf 
780.02/780.09	c   775s|360000 |359993 |599451 |   1.7 | 769M| 329 |   0 |5645 |5423 |5645 | 171 | 120k|  36 |5181 | 0.000000e+00 | 1.379720e+05 |    Inf 
800.52/800.55	c   795s|370000 |369993 |608421 |   1.6 | 789M| 329 |   0 |5645 |5423 |5645 | 175 | 122k|  36 |5264 | 0.000000e+00 | 1.379720e+05 |    Inf 
820.92/820.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
820.92/820.99	c   815s|380000 |379993 |617996 |   1.6 | 809M| 329 |   0 |5645 |5423 |5645 | 178 | 124k|  36 |5274 | 0.000000e+00 | 1.379720e+05 |    Inf 
841.43/841.48	c   835s|390000 |389991 |627662 |   1.6 | 829M| 329 |   0 |5645 |5432 |5645 | 195 | 126k|  46 |5335 | 0.000000e+00 | 1.379720e+05 |    Inf 
862.02/862.06	c   856s|400000 |399991 |636793 |   1.6 | 849M| 329 |   0 |5645 |5432 |5645 | 173 | 128k|  46 |5370 | 0.000000e+00 | 1.379720e+05 |    Inf 
879.42/879.41	o 973
879.42/879.41	c * 873s|408340 |387855 |645172 |   1.6 | 829M| 329 |   - |5645 |5432 |5645 | 202 | 130k|  46 |5416 | 0.000000e+00 | 9.730000e+02 |    Inf 
884.32/884.35	c   878s|410000 |389466 |650147 |   1.6 | 833M| 329 |   1 |5645 |5536 |5645 | 144 | 132k| 150 |5483 | 0.000000e+00 | 9.730000e+02 |    Inf 
913.82/913.86	c   907s|420000 |399395 |687401 |   1.6 | 857M| 329 |   0 |5645 |5781 |5645 | 159 | 144k| 447 |5609 | 0.000000e+00 | 9.730000e+02 |    Inf 
943.21/943.26	c   937s|430000 |409372 |723326 |   1.7 | 880M| 329 |   0 |5645 |5587 |5645 | 156 | 154k| 546 |5805 | 0.000000e+00 | 9.730000e+02 |    Inf 
970.52/970.58	c   964s|440000 |419361 |753837 |   1.7 | 903M| 329 |   0 |5645 |5489 |5645 | 174 | 160k| 580 |5960 | 0.000000e+00 | 9.730000e+02 |    Inf 
999.02/999.02	c   992s|450000 |429345 |787229 |   1.7 | 927M| 329 |   0 |5645 |5489 |5645 | 176 | 168k| 624 |6274 | 0.000000e+00 | 9.730000e+02 |    Inf 
1025.12/1025.17	c  1018s|460000 |439341 |815767 |   1.8 | 949M| 329 |   0 |5645 |5460 |5645 | 157 | 174k| 635 |6412 | 0.000000e+00 | 9.730000e+02 |    Inf 
1053.02/1053.01	c  1046s|470000 |449330 |847227 |   1.8 | 972M| 329 |   0 |5645 |5462 |5645 | 163 | 182k| 669 |6504 | 0.000000e+00 | 9.730000e+02 |    Inf 
1081.73/1081.79	c  1074s|480000 |459286 |882306 |   1.8 | 995M| 329 |   0 |5645 |5489 |5645 | 160 | 191k| 751 |6646 | 0.000000e+00 | 9.730000e+02 |    Inf 
1110.52/1110.55	c  1103s|490000 |469284 |918931 |   1.9 |1018M| 329 |   0 |5645 |5451 |5645 | 213 | 199k| 761 |6761 | 0.000000e+00 | 9.730000e+02 |    Inf 
1111.82/1111.88	o 969
1111.82/1111.88	c *1104s|490473 |469177 |920417 |   1.9 |1018M| 329 |   - |5645 |5450 |5645 | 191 | 199k| 761 |6762 | 0.000000e+00 | 9.690000e+02 |    Inf 
1115.72/1115.75	o 257
1115.72/1115.75	c *1108s|491603 | 95887 |925470 |   1.9 | 278M| 329 |   - |5645 |5459 |5645 | 162 | 200k| 771 |6769 | 0.000000e+00 | 2.570000e+02 |    Inf 
1117.23/1117.20	o 247
1117.23/1117.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1117.23/1117.20	c *1109s|492002 | 89451 |926878 |   1.9 | 263M| 329 |   - |5645 |5478 |5645 | 218 | 201k| 793 |6772 | 0.000000e+00 | 2.470000e+02 |    Inf 
1117.93/1117.97	o 219
1117.93/1117.97	c *1110s|492155 | 71188 |928387 |   1.9 | 221M| 329 |   - |5645 |5525 |5645 | 200 | 201k| 848 |6776 | 0.000000e+00 | 2.190000e+02 |    Inf 
1121.22/1121.22	o 214
1121.22/1121.22	c *1113s|492789 | 68729 |934643 |   1.9 | 217M| 329 |   - |5645 |6032 |5645 | 164 | 203k|1398 |6805 | 0.000000e+00 | 2.140000e+02 |    Inf 
1121.22/1121.23	o 213
1121.22/1121.23	c *1113s|492790 | 68042 |934643 |   1.9 | 215M| 329 |   - |5645 |6032 |5645 | 164 | 203k|1398 |6805 | 0.000000e+00 | 2.130000e+02 |    Inf 
1121.53/1121.55	o 211
1121.53/1121.55	c *1114s|492861 | 67045 |935145 |   1.9 | 213M| 329 |   - |5645 |6038 |5645 | 179 | 203k|1415 |6805 | 0.000000e+00 | 2.110000e+02 |    Inf 
1122.03/1122.01	o 209
1122.03/1122.01	c *1114s|492937 | 65971 |936008 |   1.9 | 211M| 329 |   - |5645 |6102 |5645 | 181 | 203k|1506 |6813 | 0.000000e+00 | 2.090000e+02 |    Inf 
1122.13/1122.12	o 207
1122.13/1122.12	c *1114s|492962 | 64762 |936035 |   1.9 | 208M| 329 |   - |5645 |6099 |5645 | 198 | 203k|1506 |6813 | 0.000000e+00 | 2.070000e+02 |    Inf 
1123.63/1123.61	o 203
1123.63/1123.61	c *1116s|493265 | 62947 |938968 |   1.9 | 205M| 329 |   - |5645 |6294 |5645 | 190 | 203k|1767 |6818 | 0.000000e+00 | 2.030000e+02 |    Inf 
1129.43/1129.40	o 199
1129.43/1129.40	c *1121s|494528 | 61695 |948815 |   1.9 | 207M| 329 |   - |5645 |6417 |5645 | 176 | 206k|2533 |6839 | 0.000000e+00 | 1.990000e+02 |    Inf 
1131.72/1131.76	o 189
1131.72/1131.76	c *1124s|495108 | 56301 |951943 |   1.9 | 192M| 329 |   - |5645 |6488 |5645 | 182 | 207k|2882 |6839 | 0.000000e+00 | 1.890000e+02 |    Inf 
1139.83/1139.89	o 183
1139.83/1139.89	c *1132s|496840 | 54230 |965695 |   1.9 | 192M| 329 |   - |5645 |6535 |5645 | 202 | 210k|4042 |6878 | 0.000000e+00 | 1.830000e+02 |    Inf 
1142.72/1142.76	o 173
1142.72/1142.76	c *1135s|497344 | 49829 |971760 |   2.0 | 184M| 329 |   - |5645 |6671 |5645 | 196 | 212k|4447 |6879 | 0.000000e+00 | 1.730000e+02 |    Inf 
1145.43/1145.42	o 168
1145.43/1145.42	c *1137s|497850 | 47575 |977616 |   2.0 | 180M| 329 |   - |5645 |6949 |5645 | 193 | 213k|4928 |6881 | 0.000000e+00 | 1.680000e+02 |    Inf 
1155.03/1155.02	o 158
1155.03/1155.02	c *1147s|499759 | 43862 |994912 |   2.0 | 179M| 329 |   - |5645 |7452 |5645 | 180 | 217k|6374 |6938 | 0.000000e+00 | 1.580000e+02 |    Inf 
1155.03/1155.06	o 139
1155.03/1155.06	c *1147s|499760 | 33192 |994912 |   2.0 | 145M| 329 |   - |5645 |7452 |5645 | 180 | 217k|6374 |6938 | 0.000000e+00 | 1.390000e+02 |    Inf 
1155.22/1155.22	o 123
1155.22/1155.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1155.22/1155.22	c *1147s|499777 | 27831 |995163 |   2.0 | 126M| 329 |   - |5645 |7401 |5645 | 182 | 217k|6386 |6940 | 0.000000e+00 | 1.230000e+02 |    Inf 
1156.14/1156.10	o 121
1156.14/1156.10	c *1148s|499937 | 26370 |996340 |   2.0 | 122M| 329 |   - |5645 |6913 |5645 | 168 | 218k|6463 |6950 | 0.000000e+00 | 1.210000e+02 |    Inf 
1156.14/1156.11	o 119
1156.14/1156.11	c *1148s|499938 | 25661 |996340 |   2.0 | 118M| 329 |   - |5645 |6913 |5645 | 168 | 218k|6463 |6950 | 0.000000e+00 | 1.190000e+02 |    Inf 
1156.33/1156.37	c  1148s|500000 | 25670 |996723 |   2.0 | 118M| 329 |   6 |5645 |6832 |5645 | 198 | 218k|6528 |6952 | 0.000000e+00 | 1.190000e+02 |    Inf 
1156.82/1156.86	o 108
1156.82/1156.86	c *1149s|500093 | 22678 |997205 |   2.0 | 108M| 329 |   - |5645 |6602 |5645 | 186 | 218k|6590 |6956 | 0.000000e+00 | 1.080000e+02 |    Inf 
1157.02/1157.09	o 101
1157.02/1157.09	c *1149s|500138 | 21235 |997597 |   2.0 | 103M| 329 |   - |5645 |6578 |5645 | 226 | 218k|6622 |6959 | 0.000000e+00 | 1.010000e+02 |    Inf 
1157.13/1157.15	o 95
1157.13/1157.15	c *1149s|500163 | 19269 |997627 |   2.0 |  93M| 329 |   - |5645 |6586 |5645 | 227 | 218k|6630 |6959 | 0.000000e+00 | 9.500000e+01 |    Inf 
1158.73/1158.76	o 90
1158.73/1158.76	c *1151s|500526 | 18604 |999586 |   2.0 |  92M| 329 |   - |5645 |6259 |5645 | 188 | 219k|7006 |6965 | 0.000000e+00 | 9.000000e+01 |    Inf 
1159.62/1159.67	o 77
1159.62/1159.67	c *1151s|500691 | 13355 |  1000k|   2.0 |  78M| 329 |   - |5645 |6185 |5645 | 151 | 219k|7251 |6965 | 0.000000e+00 | 7.700000e+01 |    Inf 
1159.93/1159.93	o 67
1159.93/1159.93	c *1152s|500723 |  5687 |  1001k|   2.0 |  49M| 329 |   - |5645 |5734 |5645 | 144 | 219k|7275 |6965 | 0.000000e+00 | 6.700000e+01 |    Inf 
1194.33/1194.35	c  1186s|510000 |  5805 |  1039k|   2.0 |  68M| 329 |  15 |5645 |6682 |5645 | 198 | 228k|  17k|7038 | 0.000000e+00 | 6.700000e+01 |    Inf 
1228.53/1228.53	c  1220s|520000 |  5927 |  1071k|   2.1 |  79M| 329 |   9 |5645 |6744 |5645 | 160 | 236k|  29k|7075 | 0.000000e+00 | 6.700000e+01 |    Inf 
1265.63/1265.63	c  1256s|530000 |  6359 |  1099k|   2.1 |  90M| 329 |   - |5645 |7827 |   0 |   0 | 246k|  40k|7104 | 0.000000e+00 | 6.700000e+01 |    Inf 
1298.43/1298.46	c  1289s|540000 |  6571 |  1122k|   2.1 |  96M| 329 |   - |5645 |7237 |   0 |   0 | 252k|  52k|7141 | 0.000000e+00 | 6.700000e+01 |    Inf 
1332.23/1332.27	c  1322s|550000 |  6756 |  1144k|   2.1 | 103M| 329 |   - |5645 |7000 |   0 |   0 | 257k|  63k|7178 | 0.000000e+00 | 6.700000e+01 |    Inf 
1363.03/1363.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1363.03/1363.04	c  1353s|560000 |  6943 |  1164k|   2.1 | 110M| 329 |   - |5645 |7813 |   0 |   0 | 261k|  74k|7206 | 0.000000e+00 | 6.700000e+01 |    Inf 
1393.64/1393.65	o 61
1393.64/1393.65	c *1383s|568430 |  6330 |  1188k|   2.1 | 114M| 329 |   - |5645 |  10k|5645 | 187 | 268k|  84k|7243 | 0.000000e+00 | 6.100000e+01 |    Inf 
1398.84/1398.86	c  1388s|570000 |  6328 |  1191k|   2.1 | 115M| 329 |   - |5645 |8517 |   0 |   0 | 269k|  86k|7244 | 0.000000e+00 | 6.100000e+01 |    Inf 
1431.34/1431.30	c  1420s|580000 |  6540 |  1220k|   2.1 | 121M| 329 |   - |5645 |7260 |5645 | 189 | 277k|  99k|7286 | 0.000000e+00 | 6.100000e+01 |    Inf 
1464.74/1464.75	c  1454s|590000 |  6762 |  1249k|   2.1 | 128M| 329 |   - |5645 |6973 |5645 | 178 | 285k| 111k|7331 | 0.000000e+00 | 6.100000e+01 |    Inf 
1495.94/1496.00	c  1484s|600000 |  6962 |  1271k|   2.1 | 136M| 329 |   7 |5645 |7868 |5645 | 205 | 289k| 123k|7372 | 0.000000e+00 | 6.100000e+01 |    Inf 
1515.23/1515.23	o 55
1515.23/1515.23	c *1504s|605614 |  6621 |  1288k|   2.1 | 137M| 329 |   - |5645 |7981 |5645 | 193 | 294k| 130k|7407 | 0.000000e+00 | 5.500000e+01 |    Inf 
1515.23/1515.24	o 52
1515.23/1515.24	c *1504s|605615 |  6487 |  1288k|   2.1 | 137M| 329 |   - |5645 |7981 |5645 | 193 | 294k| 130k|7407 | 0.000000e+00 | 5.200000e+01 |    Inf 
1526.94/1526.95	o 49
1526.94/1526.95	c *1515s|609448 |  6405 |  1295k|   2.1 | 137M| 329 |   - |5645 |7220 |5645 | 208 | 295k| 135k|7411 | 0.000000e+00 | 4.900000e+01 |    Inf 
1527.43/1527.48	o 48
1527.43/1527.48	c *1516s|609650 |  6394 |  1295k|   2.1 | 137M| 329 |   - |5645 |7306 |5645 | 216 | 295k| 135k|7411 | 0.000000e+00 | 4.800000e+01 |    Inf 
1528.74/1528.70	c  1517s|610000 |  6410 |  1296k|   2.1 | 137M| 329 |   - |5645 |6626 |   0 |   0 | 295k| 135k|7411 | 0.000000e+00 | 4.800000e+01 |    Inf 
1529.05/1529.08	o 45
1529.05/1529.08	c *1517s|610120 |  6307 |  1297k|   2.1 | 137M| 329 |   - |5645 |6576 |5645 | 193 | 295k| 136k|7411 | 0.000000e+00 | 4.500000e+01 |    Inf 
1529.14/1529.15	o 39
1529.14/1529.15	c *1517s|610137 |  6074 |  1297k|   2.1 | 135M| 329 |   - |5645 |6446 |5645 | 195 | 295k| 136k|7411 | 0.000000e+00 | 3.900000e+01 |    Inf 
1529.14/1529.16	o 36
1529.14/1529.16	c *1517s|610138 |  5874 |  1297k|   2.1 | 131M| 329 |   - |5645 |6446 |5645 | 195 | 295k| 136k|7411 | 0.000000e+00 | 3.600000e+01 |    Inf 
1545.55/1545.58	o 33
1545.55/1545.58	c *1534s|616275 |  5778 |  1310k|   2.1 | 132M| 329 |   - |5645 |6237 |5645 | 191 | 297k| 144k|7441 | 0.000000e+00 | 3.300000e+01 |    Inf 
1554.74/1554.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1554.74/1554.71	c  1543s|620000 |  5785 |  1317k|   2.1 | 133M| 329 |   - |5645 |6560 |   0 |   0 | 298k| 148k|7448 | 0.000000e+00 | 3.300000e+01 |    Inf 
1578.84/1578.81	c  1566s|630000 |  5890 |  1337k|   2.1 | 136M| 329 |  21 |5645 |7196 |5645 | 201 | 302k| 162k|7482 | 0.000000e+00 | 3.300000e+01 |    Inf 
1591.54/1591.58	o 31
1591.54/1591.58	c *1579s|635577 |  5729 |  1348k|   2.1 | 134M| 329 |   - |5645 |8135 |5645 | 164 | 304k| 170k|7482 | 0.000000e+00 | 3.100000e+01 |    Inf 
1602.04/1602.02	c  1589s|640000 |  5742 |  1356k|   2.1 | 135M| 329 |   - |5645 |7553 |   0 |   0 | 305k| 176k|7485 | 0.000000e+00 | 3.100000e+01 |    Inf 
1627.74/1627.71	c  1615s|650000 |  5778 |  1379k|   2.1 | 136M| 329 |   7 |5645 |7832 |5645 | 158 | 311k| 188k|7521 | 0.000000e+00 | 3.100000e+01 |    Inf 
1653.14/1653.16	c  1640s|660000 |  5856 |  1403k|   2.1 | 139M| 329 |   - |5645 |8796 |   0 |   0 | 315k| 201k|7583 | 0.000000e+00 | 3.100000e+01 |    Inf 
1655.84/1655.86	o 30
1655.84/1655.86	c *1643s|661095 |  5608 |  1405k|   2.1 | 135M| 329 |   - |5645 |9121 |5645 | 193 | 315k| 202k|7583 | 0.000000e+00 | 3.000000e+01 |    Inf 
1678.14/1678.17	c  1665s|670000 |  5644 |  1422k|   2.1 | 138M| 329 |   1 |5645 |  10k|5645 | 193 | 318k| 214k|7621 | 0.000000e+00 | 3.000000e+01 |    Inf 
1694.24/1694.22	o 17
1694.24/1694.22	c *1681s|676807 |  4683 |  1434k|   2.1 | 100M| 329 |   - |5645 |  10k|5645 | 177 | 319k| 223k|7626 | 0.000000e+00 | 1.700000e+01 |    Inf 
1700.05/1700.09	o 13
1700.05/1700.09	c *1686s|679476 |  3903 |  1439k|   2.1 |  90M| 329 |   - |5645 |6106 |5645 | 186 | 320k| 227k|7638 | 0.000000e+00 | 1.300000e+01 |    Inf 
1701.24/1701.21	c  1687s|680000 |  3880 |  1440k|   2.1 |  89M| 329 |   1 |5645 |5571 |5645 | 193 | 320k| 228k|7640 | 0.000000e+00 | 1.300000e+01 |    Inf 
1711.94/1711.97	o 12
1711.94/1711.97	c *1698s|685098 |  3582 |  1455k|   2.1 |  88M| 329 |   - |5645 |7224 |5645 | 181 | 323k| 234k|7686 | 0.000000e+00 | 1.200000e+01 |    Inf 
1722.04/1722.06	c  1708s|690000 |  3521 |  1470k|   2.1 |  88M| 329 |   9 |5645 |8151 |5645 | 164 | 326k| 241k|7691 | 0.000000e+00 | 1.200000e+01 |    Inf 
1742.84/1742.88	c  1729s|700000 |  3521 |  1498k|   2.1 |  89M| 329 |   1 |5645 |9905 |5645 | 180 | 330k| 254k|7731 | 0.000000e+00 | 1.200000e+01 |    Inf 
1764.35/1764.31	c  1750s|710000 |  3566 |  1525k|   2.1 |  91M| 329 |   1 |5645 |  11k|5645 | 188 | 334k| 267k|7774 | 0.000000e+00 | 1.200000e+01 |    Inf 
1786.05/1786.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1786.05/1786.06	c  1771s|720000 |  3541 |  1551k|   2.2 |  91M| 329 |   1 |5645 |  12k|5645 | 172 | 337k| 280k|7825 | 0.000000e+00 | 1.200000e+01 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1784.99
1800.05/1800.00	c Solving Nodes      : 726550
1800.05/1800.00	c Primal Bound       : +1.20000000000000e+01 (288 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.10	s SATISFIABLE
1800.05/1800.10	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.10	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 x191 -x190 -x189 
1800.05/1800.10	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.10	v -x167 x166 -x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.05/1800.10	v -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.05/1800.10	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.05/1800.10	v -x104 -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.05/1800.10	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 
1800.05/1800.10	v -x54 -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.05/1800.10	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.05/1800.10	v -x1 
1800.05/1800.10	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.10	c Solving Time       :    1784.99
1800.05/1800.10	c Original Problem   :
1800.05/1800.10	c   Problem name     : HOME/instance-2692359-1277928015.wbo
1800.05/1800.10	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.10	c   Constraints      : 5415 initial, 5415 maximal
1800.05/1800.10	c Presolved Problem  :
1800.05/1800.10	c   Problem name     : t_HOME/instance-2692359-1277928015.wbo
1800.05/1800.10	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.10	c   Constraints      : 5414 initial, 13269 maximal
1800.05/1800.10	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.10	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.10	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.10	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.10	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.10	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.10	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.05/1800.10	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.10	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.05/1800.10	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.10	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.10	c   root node        :          -       2441          -          -       4882          -          -          -          -
1800.05/1800.10	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.10	c   integral         :          0          0          0     682308          0          0         31          0          0     291360
1800.05/1800.10	c   indicator        :       2707          0    2460181     536576          0       1353   14252707          0          0          0
1800.05/1800.10	c   linear           :       2707          6    2448534     525418          0      58097    7169180     339637          0          0
1800.05/1800.10	c   logicor          :          0+         0     527078          0          0      24218     552923          0          0          0
1800.05/1800.10	c   bounddisjunction :          0+         0      31458          0          0          0        687          0          0          0
1800.05/1800.10	c   countsols        :          0          0          0     474117          0          0          0          0          0          0
1800.05/1800.10	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.10	c   integral         :      15.49       0.00       0.00      15.49       0.00
1800.05/1800.10	c   indicator        :     209.50       0.02      67.89     141.59       0.00
1800.05/1800.10	c   linear           :     132.46       0.00      90.41      42.05       0.00
1800.05/1800.10	c   logicor          :      28.06       0.00      28.06       0.00       0.00
1800.05/1800.10	c   bounddisjunction :       0.09       0.00       0.09       0.00       0.00
1800.05/1800.10	c   countsols        :       0.20       0.00       0.00       0.20       0.00
1800.05/1800.10	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.10	c   vbounds          :       0.53          2          0          0
1800.05/1800.10	c   rootredcost      :       0.65         41          0       2441
1800.05/1800.10	c   pseudoobj        :     165.96    2496747      34288   10204984
1800.05/1800.10	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.10	c   propagation      :      11.72     116603     116582     753496       27.1       9003        9.3          -
1800.05/1800.10	c   infeasible LP    :       0.56       1297       1297      10992       31.9         35       10.5          0
1800.05/1800.10	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.10	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.10	c   pseudo solution  :       0.14        527        527       1967       13.5        215        7.2          -
1800.05/1800.10	c   applied globally :          -          -          -     288865       21.3          -          -          -
1800.05/1800.10	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.10	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.10	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.05/1800.10	c   redcost          :      86.01     690008          0    3463469          0          0
1800.05/1800.10	c   impliedbounds    :       0.00          4          0          0          0          0
1800.05/1800.10	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.10	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.10	c   gomory           :       0.00          4          0          0         86          0
1800.05/1800.10	c   strongcg         :       0.00          4          0          0          0          0
1800.05/1800.10	c   cmir             :       0.02          4          0          0          0          0
1800.05/1800.10	c   flowcover        :       0.02          4          0          0          0          0
1800.05/1800.10	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.10	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.10	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.10	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.10	c Pricers            :       Time      Calls       Vars
1800.05/1800.10	c   problem variables:       0.00          0          0
1800.05/1800.10	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.10	c   relpscost        :      15.15     145706          0         31          0          0     291360
1800.05/1800.10	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.10	c   inference        :     140.59     474076          0          0          0          0     948152
1800.05/1800.10	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.10	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.10	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.10	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.10	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.10	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.10	c   LP solutions     :       0.90          -         41
1800.05/1800.10	c   pseudo solutions :       0.00          -          0
1800.05/1800.10	c   feaspump         :       0.00          0          0
1800.05/1800.10	c   oneopt           :       0.71         36          0
1800.05/1800.10	c   intshifting      :       0.03          6          0
1800.05/1800.10	c   crossover        :       1.97         53          0
1800.05/1800.10	c   guideddiving     :       3.88       1952          0
1800.05/1800.10	c   coefdiving       :       8.89       4982          0
1800.05/1800.10	c   pscostdiving     :       8.41       4982          0
1800.05/1800.10	c   fracdiving       :       8.64       4982          0
1800.05/1800.10	c   veclendiving     :       8.27       4982          0
1800.05/1800.10	c   linesearchdiving :       8.69       4982          0
1800.05/1800.10	c   rootsoldiving    :       9.14       4979          0
1800.05/1800.10	c   objpscostdiving  :       9.53       4980          0
1800.05/1800.10	c   trivial          :       0.09          2          2
1800.05/1800.10	c   simplerounding   :       0.64     148755          0
1800.05/1800.10	c   zirounding       :       0.37       1000          0
1800.05/1800.10	c   rounding         :       4.81       5459          0
1800.05/1800.10	c   shifting         :       2.57       1682          0
1800.05/1800.10	c   twoopt           :       0.00          0          0
1800.05/1800.10	c   fixandinfer      :       0.00          0          0
1800.05/1800.10	c   intdiving        :       0.00          0          0
1800.05/1800.10	c   actconsdiving    :       0.00          0          0
1800.05/1800.10	c   octane           :       0.00          0          0
1800.05/1800.10	c   rens             :       0.03          1          0
1800.05/1800.10	c   rins             :       0.00          0          0
1800.05/1800.10	c   localbranching   :       0.00          0          0
1800.05/1800.10	c   mutation         :       0.00          0          0
1800.05/1800.10	c   dins             :       0.00          0          0
1800.05/1800.10	c   undercover       :       0.00          0          0
1800.05/1800.10	c   nlp              :       0.20          0          0
1800.05/1800.10	c   trysol           :       3.70       9681        245
1800.05/1800.10	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.10	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.10	c   dual LP          :     503.98     232810    1565756       6.73    3106.78
1800.05/1800.10	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.10	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.10	c   diving/probing LP:       0.20        160       1138       7.11    5690.00
1800.05/1800.10	c   strong branching :      14.08       7845      76114       9.70    5405.82
1800.05/1800.10	c     (at root node) :          -         32       1061      33.16          -
1800.05/1800.10	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.10	c B&B Tree           :
1800.05/1800.10	c   number of runs   :          1
1800.05/1800.10	c   nodes            :     726550
1800.05/1800.10	c   nodes (total)    :     726550
1800.05/1800.10	c   nodes left       :       3532
1800.05/1800.10	c   max depth        :        329
1800.05/1800.10	c   max depth (total):        329
1800.05/1800.10	c   backtracks       :      20700 (2.8%)
1800.05/1800.10	c   delayed cutoffs  :      14270
1800.05/1800.10	c   repropagations   :     875256 (5019245 domain reductions, 12980 cutoffs)
1800.05/1800.10	c   avg switch length:       4.51
1800.05/1800.10	c   switching time   :     119.41
1800.05/1800.10	c Solution           :
1800.05/1800.10	c   Solutions found  :        288 (42 improvements)
1800.05/1800.10	c   First Solution   : +1.37972000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.05/1800.10	c   Primal Bound     : +1.20000000000000e+01   (in run 1, after 685098 nodes, 1697.99 seconds, depth 48, found by <relaxation>)
1800.05/1800.10	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.10	c   Gap              :   infinite
1800.05/1800.10	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.10	c   Root Iterations  :        106
1800.25/1800.25	c Time complete: 1800.29.

Verifier Data

OK	12

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692359-1277928015/watcher-2692359-1277928015 -o /tmp/evaluation-result-2692359-1277928015/solver-2692359-1277928015 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692359-1277928015.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.01 2.01 2.00 4/182 15068
/proc/meminfo: memFree=31529448/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=9408 CPUtime=0
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 1648 0 0 0 0 0 0 0 25 0 1 0 134097066 9633792 1568 4089446400 4194304 8223781 140734048610304 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15068/statm: 2352 1568 369 984 0 1365 0

[startup+0.0210341 s]
/proc/loadavg: 2.01 2.01 2.00 4/182 15068
/proc/meminfo: memFree=31529448/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=15096 CPUtime=0.02
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 3097 0 0 0 2 0 0 0 25 0 1 0 134097066 15458304 3017 4089446400 4194304 8223781 140734048610304 18446744073709551615 6207680 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15068/statm: 3774 3017 369 984 0 2787 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15096

[startup+0.101068 s]
/proc/loadavg: 2.01 2.01 2.00 4/182 15068
/proc/meminfo: memFree=31529448/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=35144 CPUtime=0.09
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 8088 0 0 0 9 0 0 0 25 0 1 0 134097066 35987456 7644 4089446400 4194304 8223781 140734048610304 18446744073709551615 4241142 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 8786 7644 422 984 0 7799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35144

[startup+0.301029 s]
/proc/loadavg: 2.01 2.01 2.00 4/182 15068
/proc/meminfo: memFree=31529448/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=42940 CPUtime=0.29
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 10623 0 0 0 28 1 0 0 25 0 1 0 134097066 43970560 9576 4089446400 4194304 8223781 140734048610304 18446744073709551615 5727768 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 10735 9576 561 984 0 9748 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42940

[startup+0.700956 s]
/proc/loadavg: 2.01 2.01 2.00 4/182 15068
/proc/meminfo: memFree=31529448/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=43084 CPUtime=0.69
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 15655 0 0 0 67 2 0 0 25 0 1 0 134097066 44118016 9710 4089446400 4194304 8223781 140734048610304 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 10771 9710 575 984 0 9784 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43084

[startup+1.50081 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 15069
/proc/meminfo: memFree=31491992/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=43256 CPUtime=1.49
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 15763 0 0 0 145 4 0 0 25 0 1 0 134097066 44294144 9809 4089446400 4194304 8223781 140734048610304 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 10814 9809 578 984 0 9827 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43256

[startup+3.10046 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 15069
/proc/meminfo: memFree=31490628/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=49336 CPUtime=3.09
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 21470 0 0 0 304 5 0 0 25 0 1 0 134097066 50520064 11126 4089446400 4194304 8223781 140734048610304 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 12334 11126 579 984 0 11347 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49336

[startup+6.30092 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 15069
/proc/meminfo: memFree=31482324/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=54044 CPUtime=6.29
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 27227 0 0 0 621 8 0 0 25 0 1 0 134097066 55341056 12481 4089446400 4194304 8223781 140734048610304 18446744073709551615 6162695 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 13511 12481 579 984 0 12524 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54044

[startup+12.7008 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 15069
/proc/meminfo: memFree=31478024/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=58228 CPUtime=12.69
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 38388 0 0 0 1255 14 0 0 25 0 1 0 134097066 59625472 13554 4089446400 4194304 8223781 140734048610304 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 14557 13554 579 984 0 13570 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58228

[startup+25.5004 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 15070
/proc/meminfo: memFree=31465964/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=69860 CPUtime=25.49
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 46374 0 0 0 2525 24 0 0 25 0 1 0 134097066 71536640 16473 4089446400 4194304 8223781 140734048610304 18446744073709551615 4965861 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 17465 16473 579 984 0 16478 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69860

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15080
/proc/meminfo: memFree=31442600/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=92120 CPUtime=51.09
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 57022 0 0 0 5067 42 0 0 25 0 1 0 134097066 94330880 22064 4089446400 4194304 8223781 140734048610304 18446744073709551615 6089682 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 23030 22064 579 984 0 22043 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 92120

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15081
/proc/meminfo: memFree=31395812/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=138068 CPUtime=102.3
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 73656 0 0 0 10147 83 0 0 25 0 1 0 134097066 141381632 33616 4089446400 4194304 8223781 140734048610304 18446744073709551615 6445441 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 34517 33616 579 984 0 33530 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 138068

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 15082
/proc/meminfo: memFree=31339360/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=194056 CPUtime=162.3
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 92837 0 0 0 16104 126 0 0 25 0 1 0 134097066 198713344 47722 4089446400 4194304 8223781 140734048610304 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 48514 47722 579 984 0 47527 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 194056

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 15084
/proc/meminfo: memFree=31277200/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=257680 CPUtime=222.3
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 108362 0 0 0 22063 167 0 0 25 0 1 0 134097066 263864320 63231 4089446400 4194304 8223781 140734048610304 18446744073709551615 6439880 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 64420 63231 583 984 0 63433 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 257680

[startup+282.301 s]
/proc/loadavg: 2.08 2.02 2.00 3/183 15086
/proc/meminfo: memFree=31220128/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=315292 CPUtime=282.3
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 128144 0 0 0 28017 213 0 0 25 0 1 0 134097066 322859008 77749 4089446400 4194304 8223781 140734048610304 18446744073709551615 4819092 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 78823 77749 584 984 0 77836 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 315292

[startup+342.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 15087
/proc/meminfo: memFree=31161564/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=371912 CPUtime=342.3
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 142410 0 0 0 33978 252 0 0 25 0 1 0 134097066 380837888 92015 4089446400 4194304 8223781 140734048610304 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 92978 92015 584 984 0 91991 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 371912

[startup+402.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 15089
/proc/meminfo: memFree=31102760/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=430464 CPUtime=402.3
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 157141 0 0 0 39934 296 0 0 25 0 1 0 134097066 440795136 106746 4089446400 4194304 8223781 140734048610304 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 107616 106746 584 984 0 106629 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 430464

[startup+462.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 15090
/proc/meminfo: memFree=31044700/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=491440 CPUtime=462.31
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 176565 0 0 0 45890 341 0 0 25 0 1 0 134097066 503234560 121101 4089446400 4194304 8223781 140734048610304 18446744073709551615 6455726 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 122860 121101 584 984 0 121873 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 491440

[startup+522.301 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 15092
/proc/meminfo: memFree=30987512/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=549512 CPUtime=522.31
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 191185 0 0 0 51849 382 0 0 25 0 1 0 134097066 562700288 135719 4089446400 4194304 8223781 140734048610304 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 137378 135719 584 984 0 136391 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 549512

[startup+582.301 s]
/proc/loadavg: 2.10 2.04 2.00 3/183 15094
/proc/meminfo: memFree=30926356/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=609108 CPUtime=582.31
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 206213 0 0 0 57809 422 0 0 25 0 1 0 134097066 623726592 150733 4089446400 4194304 8223781 140734048610304 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 152277 150733 584 984 0 151290 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 609108

[startup+642.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 15095
/proc/meminfo: memFree=30870644/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=664080 CPUtime=642.32
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 220087 0 0 0 63768 464 0 0 25 0 1 0 134097066 680017920 164598 4089446400 4194304 8223781 140734048610304 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 166020 164598 584 984 0 165033 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 664080

[startup+702.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 15102
/proc/meminfo: memFree=30634044/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=897768 CPUtime=882.31
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 289038 0 0 0 87599 632 0 0 25 0 1 0 134097066 919314432 223426 4089446400 4194304 8223781 140734048610304 18446744073709551615 6003452 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 224442 223426 584 984 0 223455 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 897768

[startup+942.301 s]
/proc/loadavg: 2.08 2.05 2.00 3/183 15103
/proc/meminfo: memFree=30622604/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=910604 CPUtime=942.32
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 309325 0 0 0 93559 673 0 0 25 0 1 0 134097066 932458496 226623 4089446400 4194304 8223781 140734048610304 18446744073709551615 6002944 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 227651 226623 584 984 0 226664 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 910604

[startup+1002.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/183 15133
/proc/meminfo: memFree=30498044/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=959008 CPUtime=1002.32
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 326674 0 0 0 99521 711 0 0 25 0 1 0 134097066 982024192 238842 4089446400 4194304 8223781 140734048610304 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 239752 238842 584 984 0 238765 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 959008

[startup+1062.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 15134
/proc/meminfo: memFree=30375360/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=1007160 CPUtime=1062.32
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 343754 0 0 0 105482 750 0 0 25 0 1 0 134097066 1031331840 250832 4089446400 4194304 8223781 140734048610304 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 251790 250832 584 984 0 250803 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1007160

[startup+1122.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 15136
/proc/meminfo: memFree=30306384/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=1065068 CPUtime=1122.32
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 378321 0 0 0 111442 790 0 0 25 0 1 0 134097066 1090629632 263275 4089446400 4194304 8223781 140734048610304 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 266267 263275 584 984 0 265280 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1065068

[startup+1182.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 15138
/proc/meminfo: memFree=30265536/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=1098840 CPUtime=1182.33
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 461862 0 0 0 117384 849 0 0 25 0 1 0 134097066 1125212160 270379 4089446400 4194304 8223781 140734048610304 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 274710 270379 586 984 0 273723 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1098840

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 15139
/proc/meminfo: memFree=30201644/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=1153984 CPUtime=1242.32
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 480959 0 0 0 123327 905 0 0 25 0 1 0 134097066 1181679616 283044 4089446400 4194304 8223781 140734048610304 18446744073709551615 4661054 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 288496 283044 586 984 0 287509 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1153984

[startup+1302.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 15141
/proc/meminfo: memFree=30162292/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=1187668 CPUtime=1302.34
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 490239 0 0 0 129272 962 0 0 25 0 1 0 134097066 1216172032 290493 4089446400 4194304 8223781 140734048610304 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 296917 290493 586 984 0 295930 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 1187668

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 15142
/proc/meminfo: memFree=30135468/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=1216672 CPUtime=1362.34
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 498421 0 0 0 135212 1022 0 0 25 0 1 0 134097066 1245872128 296857 4089446400 4194304 8223781 140734048610304 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 304168 296857 588 984 0 303181 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 1216672

[startup+1422.31 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 15144
/proc/meminfo: memFree=30134816/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=1218848 CPUtime=1422.34
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 520504 0 0 0 141155 1079 0 0 25 0 1 0 134097066 1248100352 296585 4089446400 4194304 8223781 140734048610304 18446744073709551615 4978051 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 304712 296585 593 984 0 303725 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1218848

[startup+1482.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 15146
/proc/meminfo: memFree=30113308/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=1242312 CPUtime=1482.34
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 529104 0 0 0 147096 1138 0 0 25 0 1 0 134097066 1272127488 301574 4089446400 4194304 8223781 140734048610304 18446744073709551615 6445423 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 310578 301574 593 984 0 309591 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 1242312

[startup+1542.3 s]
/proc/loadavg: 2.22 2.08 2.01 3/183 15147
/proc/meminfo: memFree=30124068/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=1232480 CPUtime=1542.34
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 572250 0 0 0 153033 1201 0 0 25 0 1 0 134097066 1262059520 298362 4089446400 4194304 8223781 140734048610304 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 308120 298362 595 984 0 307133 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1232480

[startup+1602.3 s]
/proc/loadavg: 2.19 2.09 2.02 3/183 15149
/proc/meminfo: memFree=30114864/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=1239908 CPUtime=1602.34
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 610566 0 0 0 158966 1268 0 0 25 0 1 0 134097066 1269665792 299883 4089446400 4194304 8223781 140734048610304 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 309977 299883 595 984 0 308990 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1239908

[startup+1662.3 s]
/proc/loadavg: 2.11 2.09 2.02 3/183 15150
/proc/meminfo: memFree=30110608/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=1244596 CPUtime=1662.34
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 633753 0 0 0 164897 1337 0 0 25 0 1 0 134097066 1274466304 300673 4089446400 4194304 8223781 140734048610304 18446744073709551615 4703926 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 311149 300673 595 984 0 310162 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 1244596

[startup+1722.3 s]
/proc/loadavg: 2.04 2.07 2.01 3/183 15152
/proc/meminfo: memFree=30152488/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=1200352 CPUtime=1722.34
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 689540 0 0 0 170820 1414 0 0 25 0 1 0 134097066 1229160448 289551 4089446400 4194304 8223781 140734048610304 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 300088 289551 595 984 0 299101 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 1200352

[startup+1782.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/183 15154
/proc/meminfo: memFree=30150100/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=1201780 CPUtime=1782.34
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 695325 0 0 0 176751 1483 0 0 25 0 1 0 134097066 1230622720 289915 4089446400 4194304 8223781 140734048610304 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 300445 289915 595 984 0 299458 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1201780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.05 2.00 3/183 15154
/proc/meminfo: memFree=30150092/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=1201956 CPUtime=1800.05
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 695359 0 0 0 178502 1503 0 0 25 0 1 0 134097066 1230802944 289949 4089446400 4194304 8223781 140734048610304 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15068/statm: 300489 289949 595 984 0 299502 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1201956

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

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

[startup+1800.2 s]
/proc/loadavg: 2.01 2.05 2.00 3/183 15154
/proc/meminfo: memFree=30150092/32951124 swapFree=67111528/67111528
[pid=15068] ppid=15066 vsize=653064 CPUtime=1800.25
/proc/15068/stat : 15068 (pbscip.linux.x8) R 15066 15068 13694 0 -1 4202496 695378 0 0 0 178519 1506 0 0 25 0 1 0 134097066 668737536 152706 4089446400 4194304 8223781 140734048610304 18446744073709551615 6206539 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15068/statm: 163266 152706 597 984 0 162279 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 653064

Child status: 0
Real time (s): 1800.25
CPU time (s): 1800.31
CPU user time (s): 1785.23
CPU system time (s): 15.0797
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1263284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.23
system time used= 15.0797
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 695382
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= 2
involuntary context switches= 2376

runsolver used 2.72558 second user time and 5.51716 second system time

The end

Launcher Data

Begin job on node133 at 2010-06-30 22:00:15
IDJOB=2692359
IDBENCH=79284
IDSOLVER=1204
FILE ID=node133/2692359-1277928015
PBS_JOBID= 11197337
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= c1a8bf15a5939881d6e0f7761d224808
RANDOM SEED=1833936209

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.821
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:      31529852 kB
Buffers:        208624 kB
Cached:         982832 kB
SwapCached:          0 kB
Active:         617756 kB
Inactive:       662128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31529852 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4712 kB
Writeback:           0 kB
AnonPages:       88092 kB
Mapped:          15464 kB
Slab:            79668 kB
PageTables:       4964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   235024 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node133 at 2010-06-30 22:30:17