Trace number 2700596

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) 1802.13 1802.08

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-3_wcsp.wbo
MD5SUM2db150696fc8aa7bc9f51554db7714aa
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark20.5409
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables141
Total number of constraints755
Number of soft constraints708
Number of constraints which are clauses708
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 708
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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-2700596-1278535758.wbo>
0.00/0.01	c original problem has 1557 variables (849 bin, 0 int, 0 impl, 708 cont) and 1464 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 0 del vars, 0 del conss, 708 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 708 impls, 47 clqs
0.00/0.03	c (round 2) 0 del vars, 0 del conss, 708 chg bounds, 0 chg sides, 0 chg coeffs, 48 upgd conss, 708 impls, 47 clqs
0.03/0.05	c    (0.0s) probing: 101/849 (11.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.03/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.03/0.05	c presolving (3 rounds):
0.03/0.05	c  0 deleted vars, 0 deleted constraints, 708 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.05	c  708 implications, 47 cliques
0.03/0.05	c presolved problem has 1557 variables (849 bin, 0 int, 0 impl, 708 cont) and 1464 constraints
0.03/0.05	c     708 constraints of type <indicator>
0.03/0.05	c       1 constraints of type <knapsack>
0.03/0.05	c      47 constraints of type <setppc>
0.03/0.05	c     708 constraints of type <linear>
0.03/0.05	c transformed objective value is always integral (scale: 1)
0.03/0.05	c Presolving Time: 0.03
0.03/0.05	c - non default parameters ----------------------------------------------------------------------
0.03/0.05	c # SCIP version 1.2.1.2
0.03/0.05	c 
0.03/0.05	c # frequency for displaying node information lines
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.05	c display/freq = 10000
0.03/0.05	c 
0.03/0.05	c # maximal time in seconds to run
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.05	c limits/time = 1799.99
0.03/0.05	c 
0.03/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.05	c limits/memory = 3420
0.03/0.05	c 
0.03/0.05	c # should presolving try to simplify inequalities
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/linear/simplifyinequalities = TRUE
0.03/0.05	c 
0.03/0.05	c # should presolving try to simplify knapsacks
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.05	c 
0.03/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.05	c separating/rapidlearning/freq = 0
0.03/0.05	c 
0.03/0.05	c -----------------------------------------------------------------------------------------------
0.03/0.05	c start solving
0.03/0.05	c 
0.03/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.03/0.05	c   0.0s|     1 |     0 |    47 |     - |5288k|   0 |   0 |1557 |1464 |1557 |  48 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.06	c   0.0s|     1 |     0 |   237 |     - |5384k|   0 |   0 |1557 |1464 |1557 | 248 | 200 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.06	c   0.0s|     1 |     0 |   272 |     - |5400k|   0 |   0 |1557 |1464 |1557 | 283 | 235 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.06	c   0.0s|     1 |     2 |   272 |     - |5401k|   0 |   0 |1557 |1464 |1557 | 283 | 235 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.81	o 31
0.79/0.81	c * 0.8s|   598 |   597 |   536 |   0.4 |6353k| 597 |   - |1557 |1464 |1557 | 334 | 286 |   0 | 512 | 0.000000e+00 | 3.100000e+01 |    Inf 
2.39/2.42	o 21
2.39/2.42	c * 2.4s|  2476 |  1743 |  3046 |   1.1 |8018k| 597 |   - |1557 |1575 |1557 | 329 | 724 | 111 | 733 | 0.000000e+00 | 2.100000e+01 |    Inf 
3.19/3.26	o 20
3.19/3.26	c * 3.2s|  3133 |  2003 |  4274 |   1.3 |8995k| 597 |   - |1557 |2574 |1557 | 329 | 947 |1110 | 742 | 0.000000e+00 | 2.000000e+01 |    Inf 
12.99/13.08	c  12.8s| 10000 |  5909 | 17639 |   1.7 |  17M| 597 |   0 |1557 |6660 |1557 | 332 |4455 |  12k| 786 | 0.000000e+00 | 2.000000e+01 |    Inf 
23.99/24.04	c  23.6s| 20000 | 11645 | 32239 |   1.6 |  28M| 597 |   0 |1557 |9370 |1557 | 317 |9802 |  24k| 792 | 0.000000e+00 | 2.000000e+01 |    Inf 
36.99/37.09	c  36.5s| 30000 | 17746 | 50915 |   1.7 |  40M| 597 |   0 |1557 |9613 |1557 | 398 |  15k|  38k|1076 | 0.000000e+00 | 2.000000e+01 |    Inf 
47.69/47.79	c  47.0s| 40000 | 23699 | 64839 |   1.6 |  49M| 597 |   0 |1557 |5966 |1557 | 321 |  20k|  51k|1272 | 0.000000e+00 | 2.000000e+01 |    Inf 
58.69/58.79	c  57.8s| 50000 | 29644 | 81651 |   1.6 |  60M| 597 |   0 |1557 |5864 |1557 | 315 |  25k|  64k|1399 | 0.000000e+00 | 2.000000e+01 |    Inf 
69.79/69.88	c  68.7s| 60000 | 35377 | 97021 |   1.6 |  70M| 597 |   - |1557 |6876 |   0 |   0 |  30k|  77k|1473 | 1.000000e+00 | 2.000000e+01 |1900.00%
82.30/82.39	c  81.0s| 70000 | 41367 |118028 |   1.7 |  80M| 597 |   0 |1557 |6194 |1557 | 284 |  36k|  91k|1798 | 1.000000e+00 | 2.000000e+01 |1900.00%
93.19/93.29	c  91.7s| 80000 | 47231 |135107 |   1.7 |  90M| 597 |   0 |1557 |6753 |1557 | 344 |  41k| 104k|1872 | 1.000000e+00 | 2.000000e+01 |1900.00%
104.20/104.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
104.20/104.22	c   102s| 90000 | 52989 |150820 |   1.7 | 100M| 597 |   0 |1557 |5768 |1557 | 342 |  46k| 118k|1937 | 1.000000e+00 | 2.000000e+01 |1900.00%
115.19/115.26	c   113s|100000 | 58660 |167692 |   1.7 | 111M| 597 |   0 |1557 |7843 |1557 | 356 |  51k| 132k|2018 | 1.000000e+00 | 2.000000e+01 |1900.00%
125.59/125.70	c   124s|110000 | 64751 |182663 |   1.7 | 121M| 597 |   - |1557 |5791 |   0 |   0 |  56k| 145k|2081 | 1.000000e+00 | 2.000000e+01 |1900.00%
135.20/135.24	c   133s|120000 | 71380 |194985 |   1.6 | 133M| 597 |   0 |1557 |6790 |1557 | 346 |  60k| 155k|2081 | 1.000000e+00 | 2.000000e+01 |1900.00%
145.80/145.85	c   143s|130000 | 77324 |210219 |   1.6 | 143M| 597 |   - |1557 |8524 |   0 |   0 |  65k| 168k|2141 | 1.000000e+00 | 2.000000e+01 |1900.00%
155.90/155.93	c   153s|140000 | 83667 |221824 |   1.6 | 153M| 597 |   0 |1557 |5947 |1557 | 292 |  69k| 179k|2184 | 1.000000e+00 | 2.000000e+01 |1900.00%
164.60/164.63	c   162s|150000 | 89625 |230994 |   1.5 | 164M| 597 |   0 |1557 |6048 |1557 | 300 |  72k| 189k|2184 | 1.000000e+00 | 2.000000e+01 |1900.00%
173.30/173.33	c   170s|160000 | 95911 |239554 |   1.5 | 176M| 597 |   0 |1557 |8337 |1557 | 306 |  75k| 200k|2184 | 1.000000e+00 | 2.000000e+01 |1900.00%
182.50/182.56	c   179s|170000 |102109 |248556 |   1.5 | 189M| 597 |   0 |1557 |  12k|1557 | 305 |  78k| 210k|2184 | 1.000000e+00 | 2.000000e+01 |1900.00%
192.69/192.79	c   189s|180000 |108518 |257968 |   1.4 | 201M| 597 |   - |1557 |  13k|   0 |   0 |  81k| 221k|2184 | 1.000000e+00 | 2.000000e+01 |1900.00%
203.20/203.25	c   200s|190000 |114792 |269052 |   1.4 | 210M| 597 |   - |1557 |6966 |   0 |   0 |  85k| 232k|2318 | 1.000000e+00 | 2.000000e+01 |1900.00%
213.00/213.03	c   209s|200000 |121307 |279121 |   1.4 | 221M| 597 |   0 |1557 |7354 |1557 | 337 |  88k| 242k|2344 | 1.000000e+00 | 2.000000e+01 |1900.00%
222.49/222.58	c   219s|210000 |127732 |288668 |   1.4 | 232M| 597 |   - |1557 |6819 |   0 |   0 |  91k| 253k|2394 | 1.000000e+00 | 2.000000e+01 |1900.00%
231.60/231.66	c   228s|220000 |134522 |297216 |   1.3 | 243M| 597 |   0 |1557 |7068 |1557 | 315 |  94k| 262k|2402 | 1.000000e+00 | 2.000000e+01 |1900.00%
241.30/241.35	c   237s|230000 |140870 |307508 |   1.3 | 254M| 597 |   0 |1557 |8179 |1557 | 323 |  97k| 273k|2414 | 1.000000e+00 | 2.000000e+01 |1900.00%
250.10/250.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
250.10/250.15	c   246s|240000 |147471 |316384 |   1.3 | 266M| 597 |   - |1557 |8484 |   0 |   0 | 100k| 283k|2414 | 1.000000e+00 | 2.000000e+01 |1900.00%
259.30/259.39	c   255s|250000 |154172 |325306 |   1.3 | 277M| 597 |   - |1557 |7330 |   0 |   0 | 103k| 293k|2414 | 1.000000e+00 | 2.000000e+01 |1900.00%
269.70/269.77	c   265s|260000 |160427 |336608 |   1.3 | 287M| 597 |   0 |1557 |6522 |1557 | 343 | 106k| 305k|2467 | 1.000000e+00 | 2.000000e+01 |1900.00%
280.00/280.03	c   275s|270000 |166686 |348406 |   1.3 | 298M| 597 |   0 |1557 |6818 |1557 | 317 | 110k| 316k|2642 | 1.000000e+00 | 2.000000e+01 |1900.00%
289.31/289.38	c   284s|280000 |173238 |358562 |   1.3 | 309M| 597 |   0 |1557 |6334 |1557 | 353 | 114k| 327k|2642 | 1.000000e+00 | 2.000000e+01 |1900.00%
299.11/299.16	c   294s|290000 |179425 |368446 |   1.3 | 320M| 597 |   - |1557 |6866 |   0 |   0 | 116k| 339k|2654 | 1.000000e+00 | 2.000000e+01 |1900.00%
308.80/308.85	c   303s|300000 |185657 |379052 |   1.3 | 330M| 597 |   0 |1557 |7094 |1557 | 404 | 120k| 349k|2697 | 1.000000e+00 | 2.000000e+01 |1900.00%
318.90/318.95	c   313s|310000 |191744 |389920 |   1.3 | 341M| 597 |   0 |1557 |7340 |1557 | 339 | 123k| 361k|2753 | 1.000000e+00 | 2.000000e+01 |1900.00%
329.40/329.41	c   324s|320000 |198027 |401115 |   1.3 | 351M| 597 |   0 |1557 |6276 |1557 | 336 | 126k| 373k|2878 | 1.000000e+00 | 2.000000e+01 |1900.00%
339.81/339.90	c   334s|330000 |204087 |413616 |   1.3 | 362M| 597 |   0 |1557 |6856 |1557 | 298 | 130k| 386k|2908 | 1.000000e+00 | 2.000000e+01 |1900.00%
350.10/350.12	c   344s|340000 |210428 |423631 |   1.2 | 372M| 597 |   0 |1557 |6407 |1557 | 323 | 133k| 397k|2923 | 1.000000e+00 | 2.000000e+01 |1900.00%
359.80/359.82	c   353s|350000 |216586 |434525 |   1.2 | 383M| 597 |   0 |1557 |7868 |1557 | 341 | 137k| 409k|2957 | 1.000000e+00 | 2.000000e+01 |1900.00%
370.21/370.25	c   364s|360000 |222962 |446681 |   1.2 | 393M| 597 |   0 |1557 |7169 |1557 | 369 | 141k| 420k|2984 | 1.000000e+00 | 2.000000e+01 |1900.00%
379.80/379.89	c   373s|370000 |229382 |456053 |   1.2 | 404M| 597 |   0 |1557 |6205 |1557 | 343 | 144k| 430k|3061 | 1.000000e+00 | 2.000000e+01 |1900.00%
389.40/389.46	c   382s|380000 |235639 |466488 |   1.2 | 414M| 597 |   0 |1557 |6208 |1557 | 320 | 148k| 441k|3061 | 1.000000e+00 | 2.000000e+01 |1900.00%
399.50/399.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
399.50/399.50	c   392s|390000 |242163 |477690 |   1.2 | 425M| 597 |   0 |1557 |6588 |1557 | 323 | 151k| 452k|3097 | 1.000000e+00 | 2.000000e+01 |1900.00%
409.30/409.35	c   402s|400000 |248450 |488255 |   1.2 | 436M| 597 |   0 |1557 |6511 |1557 | 371 | 155k| 463k|3118 | 1.000000e+00 | 2.000000e+01 |1900.00%
419.31/419.36	c   412s|410000 |254853 |499358 |   1.2 | 446M| 597 |   0 |1557 |6677 |1557 | 344 | 158k| 474k|3128 | 1.000000e+00 | 2.000000e+01 |1900.00%
429.01/429.06	c   421s|420000 |261445 |509611 |   1.2 | 457M| 597 |   - |1557 |6287 |   0 |   0 | 161k| 484k|3175 | 1.000000e+00 | 2.000000e+01 |1900.00%
438.50/438.56	c   431s|430000 |267728 |519689 |   1.2 | 467M| 597 |   0 |1557 |6564 |1557 | 346 | 164k| 495k|3208 | 1.000000e+00 | 2.000000e+01 |1900.00%
448.30/448.38	c   440s|440000 |273933 |530672 |   1.2 | 478M| 597 |   0 |1557 |8142 |1557 | 347 | 167k| 507k|3219 | 1.000000e+00 | 2.000000e+01 |1900.00%
458.01/458.05	c   450s|450000 |280464 |540076 |   1.2 | 489M| 597 |   0 |1557 |7547 |1557 | 321 | 170k| 517k|3251 | 1.000000e+00 | 2.000000e+01 |1900.00%
468.11/468.11	c   460s|460000 |286480 |551378 |   1.2 | 499M| 597 |   0 |1557 |7004 |1557 | 359 | 174k| 529k|3329 | 1.000000e+00 | 2.000000e+01 |1900.00%
479.31/479.31	c   471s|470000 |292937 |564361 |   1.2 | 509M| 597 |   0 |1557 |6655 |1557 | 345 | 177k| 540k|3414 | 1.000000e+00 | 2.000000e+01 |1900.00%
489.11/489.13	c   480s|480000 |299477 |574865 |   1.2 | 519M| 597 |   0 |1557 |6311 |1557 | 305 | 180k| 551k|3423 | 1.000000e+00 | 2.000000e+01 |1900.00%
498.00/498.09	c   489s|490000 |305800 |583376 |   1.2 | 530M| 597 |   0 |1557 |6773 |1557 | 310 | 183k| 561k|3423 | 1.000000e+00 | 2.000000e+01 |1900.00%
507.60/507.67	c   498s|500000 |312121 |593816 |   1.2 | 540M| 597 |   0 |1557 |7363 |1557 | 308 | 186k| 571k|3506 | 1.000000e+00 | 2.000000e+01 |1900.00%
517.01/517.04	c   508s|510000 |318760 |603492 |   1.2 | 551M| 597 |   0 |1557 |6760 |1557 | 293 | 189k| 581k|3551 | 1.000000e+00 | 2.000000e+01 |1900.00%
526.21/526.24	c   517s|520000 |325276 |611775 |   1.2 | 562M| 597 |   - |1557 |7260 |   0 |   0 | 192k| 591k|3559 | 1.000000e+00 | 2.000000e+01 |1900.00%
536.00/536.05	c   526s|530000 |331620 |620910 |   1.2 | 573M| 597 |   0 |1557 |6511 |1557 | 368 | 195k| 602k|3630 | 1.000000e+00 | 2.000000e+01 |1900.00%
545.30/545.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
545.30/545.38	c   535s|540000 |338024 |630362 |   1.2 | 583M| 597 |   0 |1557 |6824 |1557 | 318 | 198k| 613k|3630 | 1.000000e+00 | 2.000000e+01 |1900.00%
555.00/555.03	c   545s|550000 |344371 |640042 |   1.2 | 594M| 597 |   0 |1557 |7341 |1557 | 336 | 201k| 623k|3630 | 1.000000e+00 | 2.000000e+01 |1900.00%
565.01/565.00	c   555s|560000 |350720 |649986 |   1.2 | 605M| 597 |   0 |1557 |7714 |1557 | 335 | 203k| 634k|3689 | 1.000000e+00 | 2.000000e+01 |1900.00%
574.51/574.54	c   564s|570000 |357157 |659458 |   1.2 | 615M| 597 |   0 |1557 |7288 |1557 | 350 | 206k| 645k|3712 | 1.000000e+00 | 2.000000e+01 |1900.00%
584.12/584.11	c   573s|580000 |363621 |668416 |   1.2 | 626M| 597 |   0 |1557 |7817 |1557 | 321 | 208k| 655k|3747 | 1.000000e+00 | 2.000000e+01 |1900.00%
593.61/593.62	c   583s|590000 |370268 |678313 |   1.1 | 636M| 597 |   0 |1557 |7493 |1557 | 314 | 211k| 665k|3747 | 1.000000e+00 | 2.000000e+01 |1900.00%
603.11/603.13	c   592s|600000 |376676 |688191 |   1.1 | 647M| 597 |   0 |1557 |7499 |1557 | 343 | 214k| 676k|3758 | 1.000000e+00 | 2.000000e+01 |1900.00%
612.91/612.95	c   602s|610000 |383244 |697861 |   1.1 | 657M| 597 |   0 |1557 |7454 |1557 | 365 | 216k| 685k|4017 | 1.000000e+00 | 2.000000e+01 |1900.00%
623.41/623.41	c   612s|620000 |389179 |710718 |   1.1 | 667M| 597 |   0 |1557 |7174 |1557 | 361 | 220k| 697k|4069 | 1.000000e+00 | 2.000000e+01 |1900.00%
633.31/633.35	c   622s|630000 |395592 |721440 |   1.1 | 678M| 597 |   0 |1557 |7333 |1557 | 324 | 223k| 708k|4277 | 1.000000e+00 | 2.000000e+01 |1900.00%
642.91/642.97	c   631s|640000 |401915 |730831 |   1.1 | 688M| 597 |   0 |1557 |8050 |1557 | 353 | 226k| 719k|4277 | 1.000000e+00 | 2.000000e+01 |1900.00%
652.41/652.46	c   641s|650000 |408147 |739878 |   1.1 | 699M| 597 |   0 |1557 |7326 |1557 | 302 | 229k| 729k|4277 | 1.000000e+00 | 2.000000e+01 |1900.00%
662.02/662.09	c   650s|660000 |414385 |748140 |   1.1 | 709M| 597 |   0 |1557 |7963 |1557 | 313 | 231k| 740k|4288 | 1.000000e+00 | 2.000000e+01 |1900.00%
671.21/671.28	c   659s|670000 |420851 |756358 |   1.1 | 720M| 597 |   0 |1557 |7152 |1557 | 317 | 234k| 750k|4288 | 1.000000e+00 | 2.000000e+01 |1900.00%
680.72/680.71	c   668s|680000 |427343 |764507 |   1.1 | 731M| 597 |   - |1557 |8238 |   0 |   0 | 236k| 761k|4288 | 1.000000e+00 | 2.000000e+01 |1900.00%
690.11/690.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
690.11/690.14	c   678s|690000 |433848 |773195 |   1.1 | 741M| 597 |   0 |1557 |6251 |1557 | 293 | 239k| 771k|4288 | 1.000000e+00 | 2.000000e+01 |1900.00%
699.51/699.56	c   687s|700000 |440072 |781770 |   1.1 | 752M| 597 |   0 |1557 |7118 |1557 | 316 | 241k| 782k|4288 | 1.000000e+00 | 2.000000e+01 |1900.00%
708.91/708.94	c   696s|710000 |446430 |790684 |   1.1 | 763M| 597 |   0 |1557 |7187 |1557 | 285 | 244k| 792k|4288 | 1.000000e+00 | 2.000000e+01 |1900.00%
718.41/718.42	c   705s|720000 |452802 |799136 |   1.1 | 773M| 597 |   0 |1557 |7202 |1557 | 351 | 246k| 802k|4358 | 1.000000e+00 | 2.000000e+01 |1900.00%
727.52/727.53	c   714s|730000 |459271 |807581 |   1.1 | 784M| 597 |   0 |1557 |6410 |1557 | 321 | 248k| 812k|4368 | 1.000000e+00 | 2.000000e+01 |1900.00%
737.32/737.33	c   724s|740000 |465626 |817696 |   1.1 | 795M| 597 |   0 |1557 |8539 |1557 | 290 | 251k| 823k|4397 | 1.000000e+00 | 2.000000e+01 |1900.00%
746.72/746.77	c   733s|750000 |472063 |826509 |   1.1 | 805M| 597 |   0 |1557 |7703 |1557 | 344 | 254k| 833k|4399 | 1.000000e+00 | 2.000000e+01 |1900.00%
756.52/756.55	c   743s|760000 |478200 |836397 |   1.1 | 815M| 597 |   0 |1557 |7501 |1557 | 341 | 257k| 844k|4399 | 1.000000e+00 | 2.000000e+01 |1900.00%
766.52/766.50	c   753s|770000 |484622 |846119 |   1.1 | 826M| 597 |   0 |1557 |6035 |1557 | 331 | 260k| 855k|4411 | 1.000000e+00 | 2.000000e+01 |1900.00%
775.81/775.80	c   762s|780000 |491025 |854408 |   1.1 | 836M| 597 |   - |1557 |7560 |   0 |   0 | 262k| 865k|4419 | 1.000000e+00 | 2.000000e+01 |1900.00%
785.42/785.48	c   771s|790000 |497351 |863287 |   1.1 | 846M| 597 |   - |1557 |8023 |   0 |   0 | 265k| 876k|4419 | 1.000000e+00 | 2.000000e+01 |1900.00%
794.71/794.71	c   780s|800000 |503578 |871800 |   1.1 | 856M| 597 |   0 |1557 |6257 |1557 | 307 | 267k| 886k|4419 | 1.000000e+00 | 2.000000e+01 |1900.00%
804.02/804.02	c   789s|810000 |510100 |880861 |   1.1 | 867M| 597 |   - |1557 |6102 |   0 |   0 | 270k| 896k|4435 | 1.000000e+00 | 2.000000e+01 |1900.00%
813.51/813.51	c   799s|820000 |516339 |891507 |   1.1 | 877M| 597 |   0 |1557 |6465 |1557 | 339 | 274k| 907k|4435 | 1.000000e+00 | 2.000000e+01 |1900.00%
822.82/822.82	c   808s|830000 |523079 |900176 |   1.1 | 888M| 597 |   0 |1557 |6056 |1557 | 321 | 277k| 916k|4435 | 1.000000e+00 | 2.000000e+01 |1900.00%
832.12/832.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
832.12/832.10	c   817s|840000 |529534 |909528 |   1.1 | 898M| 597 |   0 |1557 |5396 |1557 | 332 | 280k| 926k|4435 | 1.000000e+00 | 2.000000e+01 |1900.00%
841.22/841.22	c   826s|850000 |535780 |918865 |   1.1 | 908M| 597 |   - |1557 |5914 |   0 |   0 | 283k| 937k|4435 | 1.000000e+00 | 2.000000e+01 |1900.00%
850.72/850.78	c   835s|860000 |542364 |928676 |   1.1 | 919M| 597 |   0 |1557 |6381 |1557 | 340 | 286k| 947k|4435 | 1.000000e+00 | 2.000000e+01 |1900.00%
860.13/860.11	c   844s|870000 |548702 |937229 |   1.1 | 930M| 597 |   0 |1557 |6544 |1557 | 332 | 288k| 957k|4445 | 1.000000e+00 | 2.000000e+01 |1900.00%
869.72/869.72	c   854s|880000 |555073 |947565 |   1.1 | 941M| 597 |   0 |1557 |6663 |1557 | 330 | 291k| 968k|4445 | 1.000000e+00 | 2.000000e+01 |1900.00%
878.82/878.82	c   863s|890000 |561615 |956425 |   1.1 | 952M| 597 |   - |1557 |6359 |   0 |   0 | 294k| 978k|4455 | 1.000000e+00 | 2.000000e+01 |1900.00%
888.32/888.31	c   872s|900000 |568170 |965349 |   1.1 | 962M| 597 |   0 |1557 |6782 |1557 | 360 | 297k| 988k|4549 | 1.000000e+00 | 2.000000e+01 |1900.00%
897.92/897.92	c   881s|910000 |574448 |974082 |   1.1 | 973M| 597 |   0 |1557 |7823 |1557 | 354 | 299k| 998k|4553 | 1.000000e+00 | 2.000000e+01 |1900.00%
907.32/907.34	c   891s|920000 |580991 |983138 |   1.1 | 984M| 597 |   0 |1557 |7613 |1557 | 316 | 302k|1008k|4553 | 1.000000e+00 | 2.000000e+01 |1900.00%
917.02/917.08	c   900s|930000 |587104 |993285 |   1.1 | 994M| 597 |   0 |1557 |6172 |1557 | 323 | 305k|1019k|4553 | 1.000000e+00 | 2.000000e+01 |1900.00%
926.23/926.25	c   909s|940000 |593522 |  1002k|   1.1 |1004M| 597 |   0 |1557 |6421 |1557 | 347 | 308k|1029k|4565 | 1.000000e+00 | 2.000000e+01 |1900.00%
935.32/935.35	c   918s|950000 |599843 |  1011k|   1.1 |1016M| 597 |   0 |1557 |7403 |1557 | 325 | 312k|1039k|4565 | 1.000000e+00 | 2.000000e+01 |1900.00%
944.92/944.98	c   928s|960000 |605890 |  1021k|   1.1 |1027M| 597 |   0 |1557 |8481 |1557 | 332 | 316k|1050k|4565 | 1.000000e+00 | 2.000000e+01 |1900.00%
954.52/954.58	c   937s|970000 |611962 |  1030k|   1.1 |1037M| 597 |   0 |1557 |8106 |1557 | 312 | 319k|1061k|4565 | 1.000000e+00 | 2.000000e+01 |1900.00%
963.53/963.58	c   946s|980000 |618661 |  1039k|   1.1 |1047M| 597 |   0 |1557 |6374 |1557 | 374 | 321k|1070k|4565 | 1.000000e+00 | 2.000000e+01 |1900.00%
973.43/973.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
973.43/973.50	c   956s|990000 |624907 |  1050k|   1.1 |1058M| 597 |   0 |1557 |6734 |1557 | 326 | 325k|1081k|4872 | 1.000000e+00 | 2.000000e+01 |1900.00%
983.92/983.95	c   966s|  1000k|630950 |  1064k|   1.1 |1068M| 597 |   0 |1557 |7730 |1557 | 310 | 329k|1092k|4977 | 1.000000e+00 | 2.000000e+01 |1900.00%
993.63/993.64	c   976s|  1010k|637314 |  1074k|   1.1 |1079M| 597 |   - |1557 |7724 |   0 |   0 | 332k|1103k|5079 | 1.000000e+00 | 2.000000e+01 |1900.00%
1003.23/1003.28	c   985s|  1020k|643587 |  1083k|   1.1 |1089M| 597 |   0 |1557 |5931 |1557 | 349 | 335k|1113k|5095 | 1.000000e+00 | 2.000000e+01 |1900.00%
1012.62/1012.66	c   994s|  1030k|649725 |  1092k|   1.1 |1100M| 597 |   0 |1557 |7601 |1557 | 309 | 338k|1124k|5227 | 1.000000e+00 | 2.000000e+01 |1900.00%
1022.13/1022.15	c  1003s|  1040k|656455 |  1101k|   1.1 |1111M| 597 |   0 |1557 |7489 |1557 | 353 | 340k|1133k|5234 | 1.000000e+00 | 2.000000e+01 |1900.00%
1031.53/1031.56	c  1013s|  1050k|662979 |  1110k|   1.1 |1121M| 597 |   0 |1557 |6889 |1557 | 355 | 343k|1143k|5244 | 1.000000e+00 | 2.000000e+01 |1900.00%
1041.33/1041.31	c  1022s|  1060k|669203 |  1120k|   1.1 |1132M| 597 |   0 |1557 |7286 |1557 | 347 | 346k|1155k|5263 | 1.000000e+00 | 2.000000e+01 |1900.00%
1050.62/1050.61	c  1031s|  1070k|676153 |  1128k|   1.1 |1142M| 597 |   0 |1557 |6160 |1557 | 326 | 349k|1163k|5277 | 1.000000e+00 | 2.000000e+01 |1900.00%
1060.03/1060.05	c  1041s|  1080k|682721 |  1138k|   1.1 |1153M| 597 |   - |1557 |7457 |1557 | 334 | 352k|1173k|5277 | 1.000000e+00 | 2.000000e+01 |1900.00%
1069.72/1069.76	c  1050s|  1090k|689138 |  1149k|   1.1 |1164M| 597 |   0 |1557 |6691 |1557 | 310 | 356k|1184k|5277 | 1.000000e+00 | 2.000000e+01 |1900.00%
1078.92/1078.90	c  1059s|  1100k|695600 |  1157k|   1.1 |1175M| 597 |   0 |1557 |6691 |1557 | 324 | 358k|1194k|5277 | 1.000000e+00 | 2.000000e+01 |1900.00%
1088.33/1088.38	c  1068s|  1110k|702059 |  1167k|   1.1 |1185M| 597 |   0 |1557 |7602 |1557 | 330 | 361k|1204k|5277 | 1.000000e+00 | 2.000000e+01 |1900.00%
1097.52/1097.59	c  1077s|  1120k|708781 |  1176k|   1.0 |1196M| 597 |   - |1557 |6422 |   0 |   0 | 364k|1214k|5314 | 1.000000e+00 | 2.000000e+01 |1900.00%
1106.53/1106.55	c  1086s|  1130k|715687 |  1183k|   1.0 |1207M| 597 |   0 |1557 |6397 |1557 | 295 | 366k|1223k|5314 | 1.000000e+00 | 2.000000e+01 |1900.00%
1116.03/1116.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1116.03/1116.05	c  1096s|  1140k|721986 |  1193k|   1.0 |1217M| 597 |   0 |1557 |7527 |1557 | 326 | 369k|1234k|5314 | 1.000000e+00 | 2.000000e+01 |1900.00%
1125.42/1125.43	c  1105s|  1150k|728462 |  1201k|   1.0 |1228M| 597 |   0 |1557 |6687 |1557 | 316 | 372k|1244k|5314 | 1.000000e+00 | 2.000000e+01 |1900.00%
1135.03/1135.03	c  1114s|  1160k|734636 |  1210k|   1.0 |1239M| 597 |   - |1557 |6451 |   0 |   0 | 374k|1254k|5374 | 1.000000e+00 | 2.000000e+01 |1900.00%
1144.22/1144.22	c  1123s|  1170k|741430 |  1218k|   1.0 |1249M| 597 |   0 |1557 |6672 |1557 | 338 | 376k|1264k|5418 | 1.000000e+00 | 2.000000e+01 |1900.00%
1153.72/1153.80	c  1133s|  1180k|747962 |  1227k|   1.0 |1260M| 597 |   - |1557 |7734 |1557 | 351 | 379k|1274k|5432 | 1.000000e+00 | 2.000000e+01 |1900.00%
1163.23/1163.28	c  1142s|  1190k|754483 |  1236k|   1.0 |1271M| 597 |   0 |1557 |6757 |1557 | 323 | 381k|1284k|5432 | 1.000000e+00 | 2.000000e+01 |1900.00%
1172.83/1172.88	c  1151s|  1200k|761087 |  1244k|   1.0 |1281M| 597 |   0 |1557 |6517 |1557 | 298 | 384k|1294k|5435 | 1.000000e+00 | 2.000000e+01 |1900.00%
1182.02/1182.07	c  1160s|  1210k|767405 |  1253k|   1.0 |1292M| 597 |   0 |1557 |7340 |1557 | 311 | 386k|1304k|5435 | 1.000000e+00 | 2.000000e+01 |1900.00%
1191.62/1191.64	c  1170s|  1220k|773917 |  1261k|   1.0 |1302M| 597 |   0 |1557 |7711 |1557 | 349 | 389k|1314k|5462 | 1.000000e+00 | 2.000000e+01 |1900.00%
1201.33/1201.36	c  1179s|  1230k|780214 |  1270k|   1.0 |1313M| 597 |   0 |1557 |8119 |1557 | 354 | 391k|1325k|5462 | 1.000000e+00 | 2.000000e+01 |1900.00%
1210.63/1210.68	c  1188s|  1240k|786701 |  1279k|   1.0 |1324M| 597 |   0 |1557 |8448 |1557 | 316 | 394k|1335k|5462 | 1.000000e+00 | 2.000000e+01 |1900.00%
1219.94/1219.99	c  1198s|  1250k|793031 |  1287k|   1.0 |1334M| 597 |   0 |1557 |6674 |1557 | 345 | 396k|1345k|5462 | 1.000000e+00 | 2.000000e+01 |1900.00%
1229.43/1229.42	c  1207s|  1260k|799823 |  1295k|   1.0 |1345M| 597 |   0 |1557 |6872 |1557 | 344 | 399k|1355k|5462 | 1.000000e+00 | 2.000000e+01 |1900.00%
1238.93/1238.96	c  1216s|  1270k|806264 |  1303k|   1.0 |1355M| 597 |   0 |1557 |6492 |1557 | 301 | 401k|1366k|5462 | 1.000000e+00 | 2.000000e+01 |1900.00%
1247.83/1247.80	c  1225s|  1280k|812496 |  1311k|   1.0 |1366M| 597 |   0 |1557 |6982 |1557 | 306 | 403k|1376k|5462 | 1.000000e+00 | 2.000000e+01 |1900.00%
1256.43/1256.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1256.43/1256.48	c  1233s|  1290k|818741 |  1318k|   1.0 |1377M| 597 |   0 |1557 |6544 |1557 | 304 | 406k|1385k|5542 | 1.000000e+00 | 2.000000e+01 |1900.00%
1265.63/1265.67	c  1242s|  1300k|824710 |  1327k|   1.0 |1388M| 597 |   0 |1557 |6611 |1557 | 301 | 409k|1395k|5542 | 1.000000e+00 | 2.000000e+01 |1900.00%
1275.33/1275.35	c  1252s|  1310k|831247 |  1336k|   1.0 |1399M| 597 |   0 |1557 |7485 |1557 | 372 | 412k|1405k|5594 | 1.000000e+00 | 2.000000e+01 |1900.00%
1284.93/1284.94	c  1261s|  1320k|837510 |  1345k|   1.0 |1409M| 597 |   0 |1557 |7592 |1557 | 309 | 415k|1415k|5619 | 1.000000e+00 | 2.000000e+01 |1900.00%
1293.93/1293.94	c  1270s|  1330k|843561 |  1355k|   1.0 |1420M| 597 |   - |1557 |8889 |   0 |   0 | 418k|1426k|5633 | 1.000000e+00 | 2.000000e+01 |1900.00%
1303.53/1303.54	c  1280s|  1340k|850308 |  1363k|   1.0 |1431M| 597 |   0 |1557 |6684 |1557 | 313 | 421k|1435k|5638 | 1.000000e+00 | 2.000000e+01 |1900.00%
1313.23/1313.25	c  1289s|  1350k|856854 |  1372k|   1.0 |1442M| 597 |   0 |1557 |7047 |1557 | 362 | 424k|1446k|5655 | 1.000000e+00 | 2.000000e+01 |1900.00%
1322.83/1322.82	c  1299s|  1360k|863356 |  1382k|   1.0 |1453M| 597 |   0 |1557 |7214 |1557 | 349 | 426k|1456k|5655 | 1.000000e+00 | 2.000000e+01 |1900.00%
1332.44/1332.43	c  1308s|  1370k|869791 |  1391k|   1.0 |1463M| 597 |   0 |1557 |6137 |1557 | 321 | 429k|1467k|5676 | 1.000000e+00 | 2.000000e+01 |1900.00%
1341.63/1341.69	c  1317s|  1380k|876394 |  1399k|   1.0 |1474M| 597 |   0 |1557 |7537 |1557 | 344 | 432k|1476k|5676 | 1.000000e+00 | 2.000000e+01 |1900.00%
1350.84/1350.85	c  1326s|  1390k|882708 |  1407k|   1.0 |1485M| 597 |   - |1557 |7325 |   0 |   0 | 434k|1487k|5686 | 1.000000e+00 | 2.000000e+01 |1900.00%
1360.13/1360.10	c  1335s|  1400k|889530 |  1416k|   1.0 |1496M| 597 |   - |1557 |7067 |   0 |   0 | 436k|1496k|5686 | 1.000000e+00 | 2.000000e+01 |1900.00%
1369.44/1369.47	c  1344s|  1410k|896001 |  1424k|   1.0 |1507M| 597 |   - |1557 |7460 |1557 | 329 | 439k|1506k|5686 | 1.000000e+00 | 2.000000e+01 |1900.00%
1378.64/1378.67	c  1353s|  1420k|902449 |  1433k|   1.0 |1518M| 597 |   0 |1557 |8118 |1557 | 335 | 441k|1516k|5686 | 1.000000e+00 | 2.000000e+01 |1900.00%
1388.44/1388.48	c  1363s|  1430k|908675 |  1442k|   1.0 |1528M| 597 |   0 |1557 |6474 |1557 | 326 | 444k|1527k|5694 | 1.000000e+00 | 2.000000e+01 |1900.00%
1397.74/1397.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1397.74/1397.79	c  1372s|  1440k|915378 |  1449k|   1.0 |1539M| 597 |   - |1557 |7921 |   0 |   0 | 447k|1537k|5694 | 1.000000e+00 | 2.000000e+01 |1900.00%
1407.53/1407.58	c  1382s|  1450k|921860 |  1458k|   1.0 |1550M| 597 |   0 |1557 |7399 |1557 | 339 | 449k|1547k|5694 | 1.000000e+00 | 2.000000e+01 |1900.00%
1417.23/1417.27	c  1391s|  1460k|928149 |  1467k|   1.0 |1561M| 597 |   0 |1557 |8242 |1557 | 329 | 452k|1558k|5694 | 1.000000e+00 | 2.000000e+01 |1900.00%
1426.83/1426.86	c  1401s|  1470k|934860 |  1475k|   1.0 |1571M| 597 |   0 |1557 |6443 |1557 | 331 | 454k|1568k|5740 | 1.000000e+00 | 2.000000e+01 |1900.00%
1436.13/1436.12	c  1410s|  1480k|941275 |  1484k|   1.0 |1582M| 597 |   - |1557 |7536 |   0 |   0 | 457k|1578k|5754 | 1.000000e+00 | 2.000000e+01 |1900.00%
1445.23/1445.26	c  1419s|  1490k|948039 |  1492k|   1.0 |1593M| 597 |   0 |1557 |6582 |1557 | 335 | 460k|1587k|5846 | 1.000000e+00 | 2.000000e+01 |1900.00%
1454.44/1454.47	c  1428s|  1500k|954576 |  1501k|   1.0 |1604M| 597 |   0 |1557 |6916 |1557 | 328 | 463k|1597k|5866 | 1.000000e+00 | 2.000000e+01 |1900.00%
1463.94/1463.98	c  1437s|  1510k|961197 |  1509k|   1.0 |1615M| 597 |   0 |1557 |7041 |1557 | 339 | 465k|1607k|5866 | 1.000000e+00 | 2.000000e+01 |1900.00%
1473.54/1473.57	c  1447s|  1520k|967721 |  1518k|   1.0 |1626M| 597 |   0 |1557 |6771 |1557 | 388 | 467k|1616k|5877 | 1.000000e+00 | 2.000000e+01 |1900.00%
1482.64/1482.66	c  1455s|  1530k|974258 |  1526k|   1.0 |1637M| 597 |   0 |1557 |6099 |1557 | 342 | 470k|1626k|5877 | 1.000000e+00 | 2.000000e+01 |1900.00%
1491.74/1491.72	c  1464s|  1540k|980951 |  1534k|   1.0 |1648M| 597 |   0 |1557 |6798 |1557 | 313 | 472k|1636k|5877 | 1.000000e+00 | 2.000000e+01 |1900.00%
1501.13/1501.17	c  1474s|  1550k|987655 |  1543k|   1.0 |1659M| 597 |   0 |1557 |7523 |1557 | 291 | 475k|1645k|5972 | 1.000000e+00 | 2.000000e+01 |1900.00%
1510.63/1510.68	c  1483s|  1560k|994378 |  1551k|   1.0 |1669M| 597 |   0 |1557 |7248 |1557 | 348 | 477k|1655k|6032 | 1.000000e+00 | 2.000000e+01 |1900.00%
1520.34/1520.34	c  1492s|  1570k|  1000k|  1562k|   1.0 |1680M| 597 |   0 |1557 |6180 |1557 | 331 | 481k|1665k|6068 | 1.000000e+00 | 2.000000e+01 |1900.00%
1530.14/1530.14	c  1502s|  1580k|  1007k|  1572k|   1.0 |1691M| 597 |   0 |1557 |6074 |1557 | 365 | 484k|1676k|6078 | 1.000000e+00 | 2.000000e+01 |1900.00%
1539.94/1539.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1539.94/1539.96	c  1512s|  1590k|  1013k|  1581k|   1.0 |1702M| 597 |   0 |1557 |7348 |1557 | 309 | 487k|1686k|6113 | 1.000000e+00 | 2.000000e+01 |1900.00%
1549.24/1549.21	c  1521s|  1600k|  1020k|  1589k|   1.0 |1712M| 597 |   0 |1557 |5635 |1557 | 307 | 489k|1696k|6115 | 1.000000e+00 | 2.000000e+01 |1900.00%
1558.65/1558.64	c  1530s|  1610k|  1026k|  1597k|   1.0 |1723M| 597 |   0 |1557 |6921 |1557 | 343 | 491k|1705k|6121 | 1.000000e+00 | 2.000000e+01 |1900.00%
1567.94/1567.99	c  1539s|  1620k|  1033k|  1606k|   1.0 |1734M| 597 |   0 |1557 |7309 |1557 | 324 | 494k|1715k|6121 | 1.000000e+00 | 2.000000e+01 |1900.00%
1577.34/1577.32	c  1548s|  1630k|  1039k|  1615k|   1.0 |1745M| 597 |   - |1557 |7756 |   0 |   0 | 496k|1725k|6121 | 1.000000e+00 | 2.000000e+01 |1900.00%
1586.64/1586.66	c  1558s|  1640k|  1046k|  1624k|   1.0 |1755M| 597 |   0 |1557 |6176 |1557 | 318 | 499k|1735k|6126 | 1.000000e+00 | 2.000000e+01 |1900.00%
1595.74/1595.75	c  1566s|  1650k|  1052k|  1632k|   1.0 |1765M| 597 |   - |1557 |6562 |   0 |   0 | 502k|1744k|6141 | 1.000000e+00 | 2.000000e+01 |1900.00%
1605.14/1605.10	c  1576s|  1660k|  1058k|  1641k|   1.0 |1777M| 597 |   0 |1557 |8399 |1557 | 356 | 504k|1755k|6141 | 1.000000e+00 | 2.000000e+01 |1900.00%
1614.25/1614.23	c  1585s|  1670k|  1065k|  1649k|   1.0 |1787M| 597 |   0 |1557 |8612 |1557 | 315 | 507k|1765k|6141 | 1.000000e+00 | 2.000000e+01 |1900.00%
1623.34/1623.34	c  1594s|  1680k|  1071k|  1657k|   1.0 |1797M| 597 |   0 |1557 |6810 |1557 | 350 | 509k|1775k|6141 | 1.000000e+00 | 2.000000e+01 |1900.00%
1632.35/1632.38	c  1602s|  1690k|  1078k|  1665k|   1.0 |1808M| 597 |   0 |1557 |7581 |1557 | 320 | 511k|1785k|6141 | 1.000000e+00 | 2.000000e+01 |1900.00%
1641.64/1641.68	c  1612s|  1700k|  1085k|  1673k|   1.0 |1819M| 597 |   0 |1557 |7647 |1557 | 319 | 514k|1794k|6146 | 1.000000e+00 | 2.000000e+01 |1900.00%
1651.14/1651.13	c  1621s|  1710k|  1091k|  1682k|   1.0 |1830M| 597 |   0 |1557 |7648 |1557 | 308 | 517k|1806k|6146 | 1.000000e+00 | 2.000000e+01 |1900.00%
1660.74/1660.73	c  1630s|  1720k|  1097k|  1691k|   1.0 |1841M| 597 |   0 |1557 |8493 |1557 | 308 | 519k|1817k|6146 | 1.000000e+00 | 2.000000e+01 |1900.00%
1670.15/1670.15	c  1639s|  1730k|  1103k|  1699k|   1.0 |1851M| 597 |   0 |1557 |7530 |1557 | 333 | 521k|1828k|6158 | 1.000000e+00 | 2.000000e+01 |1900.00%
1678.94/1678.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1678.94/1678.96	c  1648s|  1740k|  1110k|  1707k|   1.0 |1862M| 597 |   0 |1557 |6932 |1557 | 298 | 524k|1837k|6158 | 1.000000e+00 | 2.000000e+01 |1900.00%
1687.94/1687.98	c  1657s|  1750k|  1116k|  1715k|   1.0 |1873M| 597 |   0 |1557 |7755 |1557 | 313 | 526k|1846k|6158 | 1.000000e+00 | 2.000000e+01 |1900.00%
1697.04/1697.05	c  1666s|  1760k|  1123k|  1722k|   1.0 |1884M| 597 |   0 |1557 |8444 |1557 | 305 | 528k|1855k|6158 | 1.000000e+00 | 2.000000e+01 |1900.00%
1706.15/1706.18	c  1675s|  1770k|  1130k|  1731k|   1.0 |1894M| 597 |   0 |1557 |7106 |1557 | 302 | 531k|1864k|6158 | 1.000000e+00 | 2.000000e+01 |1900.00%
1715.65/1715.65	c  1684s|  1780k|  1136k|  1739k|   1.0 |1905M| 597 |   0 |1557 |7660 |1557 | 305 | 534k|1875k|6228 | 1.000000e+00 | 2.000000e+01 |1900.00%
1725.05/1725.04	c  1693s|  1790k|  1142k|  1747k|   1.0 |1916M| 597 |   0 |1557 |7030 |1557 | 338 | 536k|1885k|6228 | 1.000000e+00 | 2.000000e+01 |1900.00%
1734.14/1734.17	c  1702s|  1800k|  1149k|  1755k|   1.0 |1927M| 597 |   0 |1557 |7567 |1557 | 314 | 539k|1895k|6228 | 1.000000e+00 | 2.000000e+01 |1900.00%
1743.75/1743.75	c  1712s|  1810k|  1156k|  1764k|   1.0 |1938M| 597 |   0 |1557 |6804 |1557 | 311 | 542k|1905k|6228 | 1.000000e+00 | 2.000000e+01 |1900.00%
1753.54/1753.55	c  1721s|  1820k|  1162k|  1774k|   1.0 |1948M| 597 |   0 |1557 |6960 |1557 | 358 | 544k|1915k|6293 | 1.000000e+00 | 2.000000e+01 |1900.00%
1762.55/1762.53	c  1730s|  1830k|  1168k|  1781k|   1.0 |1958M| 597 |   0 |1557 |6381 |1557 | 352 | 547k|1924k|6305 | 1.000000e+00 | 2.000000e+01 |1900.00%
1771.84/1771.88	c  1739s|  1840k|  1175k|  1789k|   1.0 |1969M| 597 |   0 |1557 |5832 |1557 | 334 | 550k|1934k|6311 | 1.000000e+00 | 2.000000e+01 |1900.00%
1781.05/1781.05	c  1748s|  1850k|  1181k|  1797k|   1.0 |1980M| 597 |   0 |1557 |7059 |1557 | 312 | 552k|1944k|6311 | 1.000000e+00 | 2.000000e+01 |1900.00%
1790.45/1790.43	c  1757s|  1860k|  1187k|  1807k|   1.0 |1990M| 597 |   - |1557 |5981 |   0 |   0 | 555k|1953k|6370 | 1.000000e+00 | 2.000000e+01 |1900.00%
1799.65/1799.65	c  1766s|  1870k|  1194k|  1815k|   1.0 |2001M| 597 |   0 |1557 |6944 |1557 | 297 | 558k|1962k|6370 | 1.000000e+00 | 2.000000e+01 |1900.00%
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) : 1766.82
1800.05/1800.00	c Solving Nodes      : 1870423
1800.05/1800.00	c Primal Bound       : +2.00000000000000e+01 (3 solutions)
1800.05/1800.00	c Dual Bound         : +1.00000000000000e+00
1800.05/1800.00	c Gap                : 1900.00 %
1800.05/1800.01	s SATISFIABLE
1800.05/1800.01	v -x141 -x140 x139 x138 -x137 -x136 -x135 x134 -x133 x132 -x131 -x130 x129 -x128 -x127 x126 -x125 -x124 x123 -x122 -x121 -x120 x119 
1800.05/1800.01	v -x118 x117 -x116 -x115 x114 -x113 -x112 -x111 x110 -x109 x108 -x107 -x106 -x105 x104 -x103 x102 -x101 -x100 x99 -x98 -x97 
1800.05/1800.01	v x96 -x95 -x94 x93 -x92 -x91 x90 -x89 -x88 x87 -x86 -x85 x84 -x83 -x82 x81 -x80 -x79 x78 -x77 -x76 x75 -x74 -x73 x72 -x71 -x70 
1800.05/1800.01	v -x69 -x68 x67 -x66 x65 -x64 -x63 x62 -x61 -x60 x59 -x58 -x57 x56 -x55 -x54 x53 -x52 -x51 x50 -x49 -x48 x47 -x46 -x45 x44 -x43 
1800.05/1800.01	v -x42 x41 -x40 -x39 x38 -x37 -x36 x35 -x34 -x33 -x32 x31 -x30 -x29 x28 -x27 -x26 x25 -x24 -x23 x22 -x21 -x20 x19 -x18 -x17 x16 
1800.05/1800.01	v -x15 -x14 x13 -x12 -x11 x10 -x9 x8 -x7 -x6 -x5 x4 -x3 x2 -x1 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time       :    1766.82
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-2700596-1278535758.wbo
1800.05/1800.01	c   Variables        : 1557 (849 binary, 0 integer, 0 implicit integer, 708 continuous)
1800.05/1800.01	c   Constraints      : 1464 initial, 1464 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-2700596-1278535758.wbo
1800.05/1800.01	c   Variables        : 1557 (849 binary, 0 integer, 0 implicit integer, 708 continuous)
1800.05/1800.01	c   Constraints      : 1464 initial, 15367 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.01          0          0          0        708          0          0          0          0
1800.05/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0    1740467          0          1        104          0          0       1220
1800.05/1800.01	c   indicator        :        708          0    4451043    1739815          0      10215   46276411          0          0          0
1800.05/1800.01	c   knapsack         :          1          3    4441196    1739817          0          0          0          0          0          0
1800.05/1800.01	c   setppc           :         47          3    4441111    1739816          0      50619    2708763          0          0          0
1800.05/1800.01	c   linear           :        708          3    4390473    1739814          0      32835    6654255     558152          0          0
1800.05/1800.01	c   logicor          :          0+         0    2600705          0          0      29796    2396036          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0    1566986          0          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.01	c   integral         :       5.63       0.00       0.00       5.63       0.00
1800.05/1800.01	c   indicator        :     133.61       0.06      64.27      69.28       0.00
1800.05/1800.01	c   knapsack         :     350.90       0.00     350.29       0.61       0.00
1800.05/1800.01	c   setppc           :      15.42       0.00      14.10       1.32       0.00
1800.05/1800.01	c   linear           :      77.11       0.00      38.78      38.33       0.00
1800.05/1800.01	c   logicor          :      65.10       0.00      65.10       0.00       0.00
1800.05/1800.01	c   countsols        :       0.30       0.00       0.00       0.30       0.00
1800.05/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :       1.11          2          0          0
1800.05/1800.01	c   rootredcost      :       1.15          3          0          0
1800.05/1800.01	c   pseudoobj        :      95.62    4677081     225870   29839729
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :      12.63     339120     332726    2685033       23.4     146608        3.2          -
1800.05/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       2.12      22456      22456     211466       23.3      11964        3.1          -
1800.05/1800.01	c   applied globally :          -          -          -    1963170       20.6          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.01	c   redcost          :      60.56    1768048          0   16340505          0          0
1800.05/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :       5.01        650          1        104          0          0       1220
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :      86.46    1566983          0          0          0          0    3133966
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          3
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   feaspump         :       0.00          0          0
1800.05/1800.01	c   intshifting      :       0.02          0          0
1800.05/1800.01	c   oneopt           :       0.80          3          0
1800.05/1800.01	c   crossover        :       0.42          1          0
1800.05/1800.01	c   linesearchdiving :       0.00         76          0
1800.05/1800.01	c   guideddiving     :       0.03         76          0
1800.05/1800.01	c   coefdiving       :       0.06         76          0
1800.05/1800.01	c   pscostdiving     :       0.03         76          0
1800.05/1800.01	c   fracdiving       :       0.03         76          0
1800.05/1800.01	c   veclendiving     :       0.03         76          0
1800.05/1800.01	c   objpscostdiving  :       0.02         76          0
1800.05/1800.01	c   rootsoldiving    :       0.05         76          0
1800.05/1800.01	c   trivial          :       0.00          2          0
1800.05/1800.01	c   simplerounding   :       0.72          0          0
1800.05/1800.01	c   zirounding       :       0.64        611          0
1800.05/1800.01	c   rounding         :       0.63        335          0
1800.05/1800.01	c   shifting         :       0.08         70          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.00          0          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   nlp              :       0.52          0          0
1800.05/1800.01	c   trysol           :       0.84        155          0
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.01	c   dual LP          :     429.15     411814    1815347       4.41    4230.10
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:       0.01          2         62      31.00    6200.00
1800.05/1800.01	c   strong branching :       4.98       6370      49650       7.79    9969.88
1800.05/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :    1870423
1800.05/1800.01	c   nodes (total)    :    1870423
1800.05/1800.01	c   nodes left       :    1194963
1800.05/1800.01	c   max depth        :        597
1800.05/1800.01	c   max depth (total):        597
1800.05/1800.01	c   backtracks       :      90103 (4.8%)
1800.05/1800.01	c   delayed cutoffs  :      68968
1800.05/1800.01	c   repropagations   :     639949 (18468074 domain reductions, 68965 cutoffs)
1800.05/1800.01	c   avg switch length:       3.96
1800.05/1800.01	c   switching time   :     153.53
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :          3 (3 improvements)
1800.05/1800.01	c   First Solution   : +3.10000000000000e+01   (in run 1, after 598 nodes, 0.78 seconds, depth 597, found by <relaxation>)
1800.05/1800.01	c   Primal Bound     : +2.00000000000000e+01   (in run 1, after 3133 nodes, 3.18 seconds, depth 344, found by <relaxation>)
1800.05/1800.01	c   Dual Bound       : +1.00000000000000e+00
1800.05/1800.01	c   Gap              :    1900.00 %
1800.05/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.01	c   Root Iterations  :        272

Verifier Data

OK	20

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700596-1278535758/watcher-2700596-1278535758 -o /tmp/evaluation-result-2700596-1278535758/solver-2700596-1278535758 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2700596-1278535758.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 2.01 2.05 4/178 18675
/proc/meminfo: memFree=27949936/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=9400 CPUtime=0
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 1649 0 0 0 0 0 0 0 25 0 1 0 21790617 9625600 1569 4089446400 4194304 8223781 140736686303952 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18675/statm: 2350 1570 369 984 0 1363 0

[startup+0.0395881 s]
/proc/loadavg: 1.92 2.01 2.05 4/178 18675
/proc/meminfo: memFree=27949936/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=19056 CPUtime=0.03
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 4938 0 0 0 3 0 0 0 25 0 1 0 21790617 19513344 3723 4089446400 4194304 8223781 140736686303952 18446744073709551615 4442946 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 4764 3723 456 984 0 3777 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19056

[startup+0.100564 s]
/proc/loadavg: 1.92 2.01 2.05 4/178 18675
/proc/meminfo: memFree=27949936/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=21856 CPUtime=0.09
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 6562 0 0 0 9 0 0 0 18 0 1 0 21790617 22380544 4566 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 5464 4566 551 984 0 4477 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21856

[startup+0.300529 s]
/proc/loadavg: 1.92 2.01 2.05 4/178 18675
/proc/meminfo: memFree=27949936/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=22528 CPUtime=0.29
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 6726 0 0 0 28 1 0 0 18 0 1 0 21790617 23068672 4730 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 5632 4730 552 984 0 4645 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22528

[startup+0.70047 s]
/proc/loadavg: 1.92 2.01 2.05 4/178 18675
/proc/meminfo: memFree=27949936/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=22528 CPUtime=0.69
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 6727 0 0 0 67 2 0 0 18 0 1 0 21790617 23068672 4731 4089446400 4194304 8223781 140736686303952 18446744073709551615 6456041 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 5632 4731 553 984 0 4645 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22528

[startup+1.50031 s]
/proc/loadavg: 1.92 2.01 2.05 3/179 18676
/proc/meminfo: memFree=27932444/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=24764 CPUtime=1.49
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 7288 0 0 0 146 3 0 0 19 0 1 0 21790617 25358336 5292 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 6191 5292 559 984 0 5204 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24764

[startup+3.10101 s]
/proc/loadavg: 1.92 2.01 2.05 3/179 18676
/proc/meminfo: memFree=27928848/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=27444 CPUtime=3.09
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 7973 0 0 0 303 6 0 0 25 0 1 0 21790617 28102656 5977 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 6861 5977 561 984 0 5874 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27444

[startup+6.30043 s]
/proc/loadavg: 1.93 2.01 2.05 3/179 18676
/proc/meminfo: memFree=27921800/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=32176 CPUtime=6.29
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 13843 0 0 0 617 12 0 0 25 0 1 0 21790617 32948224 7151 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 8044 7151 575 984 0 7057 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32176

[startup+12.7003 s]
/proc/loadavg: 1.93 2.01 2.05 3/179 18676
/proc/meminfo: memFree=27913040/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=38400 CPUtime=12.69
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 17180 0 0 0 1249 20 0 0 25 0 1 0 21790617 39321600 8704 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 9600 8704 575 984 0 8613 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38400

[startup+25.5009 s]
/proc/loadavg: 1.95 2.01 2.05 3/179 18677
/proc/meminfo: memFree=27890120/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=56620 CPUtime=25.49
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 22567 0 0 0 2508 41 0 0 25 0 1 0 21790617 57978880 13221 4089446400 4194304 8223781 140736686303952 18446744073709551615 6446882 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 14155 13221 575 984 0 13168 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56620

[startup+51.1002 s]
/proc/loadavg: 1.96 2.00 2.05 3/179 18677
/proc/meminfo: memFree=27840156/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=85476 CPUtime=51.09
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 30495 0 0 0 5029 80 0 0 25 0 1 0 21790617 87527424 20280 4089446400 4194304 8223781 140736686303952 18446744073709551615 6482443 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 21369 20280 575 984 0 20382 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85476

[startup+102.306 s]
/proc/loadavg: 1.98 2.00 2.04 3/179 18679
/proc/meminfo: memFree=27747248/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=140656 CPUtime=102.3
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 44793 0 0 0 10057 173 0 0 25 0 1 0 21790617 144031744 33702 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 35164 33702 575 984 0 34177 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 140656

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 2.04 3/179 18680
/proc/meminfo: memFree=27646496/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=212840 CPUtime=162.29
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 62288 0 0 0 15946 283 0 0 25 0 1 0 21790617 217948160 50356 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 53210 50356 575 984 0 52223 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 212840

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 2.03 3/179 18682
/proc/meminfo: memFree=27517960/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=295208 CPUtime=222.3
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 82382 0 0 0 21835 395 0 0 25 0 1 0 21790617 302292992 69609 4089446400 4194304 8223781 140736686303952 18446744073709551615 6483399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 73802 69609 575 984 0 72815 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 295208

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.02 3/179 18683
/proc/meminfo: memFree=27409900/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=369792 CPUtime=282.3
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 100165 0 0 0 27723 507 0 0 25 0 1 0 21790617 378667008 87392 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 92448 87392 575 984 0 91461 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 369792

[startup+342.301 s]
/proc/loadavg: 1.99 2.00 2.02 3/179 18685
/proc/meminfo: memFree=27296244/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=443228 CPUtime=342.3
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 116221 0 0 0 33615 615 0 0 25 0 1 0 21790617 453865472 103447 4089446400 4194304 8223781 140736686303952 18446744073709551615 6446812 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 110807 103447 575 984 0 109820 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 443228

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 2.01 3/179 18687
/proc/meminfo: memFree=27184352/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=515372 CPUtime=402.31
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 133540 0 0 0 39503 728 0 0 25 0 1 0 21790617 527740928 120766 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 128843 120766 575 984 0 127856 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 515372

[startup+462.301 s]
/proc/loadavg: 1.99 2.00 2.01 3/179 18688
/proc/meminfo: memFree=27072060/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=579304 CPUtime=462.31
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 149801 0 0 0 45394 837 0 0 25 0 1 0 21790617 593207296 136186 4089446400 4194304 8223781 140736686303952 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 144826 136186 575 984 0 143839 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 579304

[startup+522.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 18690
/proc/meminfo: memFree=26961760/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=648008 CPUtime=522.3
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 166641 0 0 0 51284 946 0 0 25 0 1 0 21790617 663560192 153026 4089446400 4194304 8223781 140736686303952 18446744073709551615 6446822 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 162002 153026 575 984 0 161015 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 648008

[startup+582.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 18691
/proc/meminfo: memFree=26844284/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=726712 CPUtime=582.31
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 184682 0 0 0 57171 1060 0 0 25 0 1 0 21790617 744153088 171067 4089446400 4194304 8223781 140736686303952 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 181678 171067 575 984 0 180691 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 726712

[startup+642.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 18693
/proc/meminfo: memFree=26740960/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=795280 CPUtime=642.32
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 200436 0 0 0 63068 1164 0 0 25 0 1 0 21790617 814366720 186821 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 198820 186821 575 984 0 197833 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 795280

[startup+702.301 s]

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

/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 302645 0 0 0 98402 1830 0 0 25 0 1 0 21790617 1250574336 288200 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 305316 288200 575 984 0 304329 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1221264

[startup+1062.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 18713
/proc/meminfo: memFree=25969116/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=1292652 CPUtime=1062.32
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 319663 0 0 0 104291 1941 0 0 25 0 1 0 21790617 1323675648 305218 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 323163 305218 575 984 0 322176 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1292652

[startup+1122.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 18715
/proc/meminfo: memFree=25863904/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=1359864 CPUtime=1122.33
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 337241 0 0 0 110172 2061 0 0 25 0 1 0 21790617 1392500736 322796 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 339966 322796 575 984 0 338979 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1359864

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18716
/proc/meminfo: memFree=25754232/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=1425028 CPUtime=1182.33
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 354114 0 0 0 116061 2172 0 0 25 0 1 0 21790617 1459228672 339669 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 356257 339669 575 984 0 355270 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1425028

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18718
/proc/meminfo: memFree=25641352/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=1486828 CPUtime=1242.33
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 369702 0 0 0 121954 2279 0 0 25 0 1 0 21790617 1522511872 355257 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 371707 355257 575 984 0 370720 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1486828

[startup+1302.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 18748
/proc/meminfo: memFree=26747844/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=1573508 CPUtime=1302.33
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 389541 0 0 0 127837 2396 0 0 25 0 1 0 21790617 1611272192 375096 4089446400 4194304 8223781 140736686303952 18446744073709551615 5957825 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 393377 375096 575 984 0 392390 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1573508

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 18749
/proc/meminfo: memFree=26678820/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=1641612 CPUtime=1362.33
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 406099 0 0 0 133731 2502 0 0 25 0 1 0 21790617 1681010688 391654 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 410403 391654 575 984 0 409416 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1641612

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 18751
/proc/meminfo: memFree=26614788/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=1701916 CPUtime=1422.34
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 421586 0 0 0 139628 2606 0 0 25 0 1 0 21790617 1742761984 407141 4089446400 4194304 8223781 140736686303952 18446744073709551615 6207516 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 425479 407141 575 984 0 424492 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1701916

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18752
/proc/meminfo: memFree=26539076/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=1777036 CPUtime=1482.33
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 440016 0 0 0 145511 2722 0 0 25 0 1 0 21790617 1819684864 425571 4089446400 4194304 8223781 140736686303952 18446744073709551615 4677424 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 444259 425571 575 984 0 443272 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1777036

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18754
/proc/meminfo: memFree=26470708/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=1865356 CPUtime=1542.34
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 457159 0 0 0 151406 2828 0 0 25 0 1 0 21790617 1910124544 442714 4089446400 4194304 8223781 140736686303952 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 466339 442714 575 984 0 465352 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1865356

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18756
/proc/meminfo: memFree=26402808/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=1938236 CPUtime=1602.34
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 474938 0 0 0 157294 2940 0 0 25 0 1 0 21790617 1984753664 459669 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 484559 459669 575 984 0 483572 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1938236

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18757
/proc/meminfo: memFree=26325244/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=2014036 CPUtime=1662.34
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 494014 0 0 0 163180 3054 0 0 25 0 1 0 21790617 2062372864 478745 4089446400 4194304 8223781 140736686303952 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 503509 478745 575 984 0 502522 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 2014036

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18759
/proc/meminfo: memFree=26258484/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=2085532 CPUtime=1722.34
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 511154 0 0 0 169061 3173 0 0 25 0 1 0 21790617 2135584768 495885 4089446400 4194304 8223781 140736686303952 18446744073709551615 6456389 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 521383 495885 575 984 0 520396 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 2085532

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 18763
/proc/meminfo: memFree=26186284/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=2159520 CPUtime=1782.34
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 528820 0 0 0 174947 3287 0 0 25 0 1 0 21790617 2211348480 513551 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 539880 513551 575 984 0 538893 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 2159520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 18764
/proc/meminfo: memFree=26166640/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=2176440 CPUtime=1800.05
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 533319 0 0 0 176683 3322 0 0 25 0 1 0 21790617 2228674560 518050 4089446400 4194304 8223781 140736686303952 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18675/statm: 544110 518050 575 984 0 543123 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2176440

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -18675

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

[startup+1801.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 18765
/proc/meminfo: memFree=26166632/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=2176440 CPUtime=1801.45
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 533321 0 0 0 176823 3322 0 0 19 0 1 0 21790617 2228674560 518052 4089446400 4194304 8223781 140736686303952 18446744073709551615 6206513 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18675/statm: 544110 518052 577 984 0 543123 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 2176440

[startup+1801.81 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 18765
/proc/meminfo: memFree=26166632/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=2176440 CPUtime=1801.85
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 533321 0 0 0 176863 3322 0 0 20 0 1 0 21790617 2228674560 518052 4089446400 4194304 8223781 140736686303952 18446744073709551615 6206490 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18675/statm: 544110 518052 577 984 0 543123 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 2176440

[startup+1802 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 18765
/proc/meminfo: memFree=26166632/32951124 swapFree=67111528/67111528
[pid=18675] ppid=18673 vsize=2176440 CPUtime=1802.05
/proc/18675/stat : 18675 (pbscip.linux.x8) R 18673 18675 17729 0 -1 4202496 533321 0 0 0 176883 3322 0 0 21 0 1 0 21790617 2228674560 518052 4089446400 4194304 8223781 140736686303952 18446744073709551615 4615481 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18675/statm: 544110 518052 577 984 0 543123 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 2176440

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.08
CPU time (s): 1802.13
CPU user time (s): 1768.84
CPU system time (s): 33.2989
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2176440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1768.84
system time used= 33.2989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 533321
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= 6
involuntary context switches= 918

runsolver used 2.52662 second user time and 5.69313 second system time

The end

Launcher Data

Begin job on node110 at 2010-07-07 22:49:18
IDJOB=2700596
IDBENCH=79442
IDSOLVER=1204
FILE ID=node110/2700596-1278535758
PBS_JOBID= 11239257
Free space on /tmp= 73504 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/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-myciel5g-3_wcsp.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-2700596-1278535758/watcher-2700596-1278535758 -o /tmp/evaluation-result-2700596-1278535758/solver-2700596-1278535758 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2700596-1278535758.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 2db150696fc8aa7bc9f51554db7714aa
RANDOM SEED=1234837021

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27950464 kB
Buffers:        137404 kB
Cached:        4285172 kB
SwapCached:          0 kB
Active:        2406276 kB
Inactive:      2432260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27950464 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4636 kB
Writeback:           0 kB
AnonPages:      416272 kB
Mapped:          15040 kB
Slab:            94848 kB
PageTables:       5584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   557000 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= 73500 MiB
End job on node110 at 2010-07-07 23:19:20