Trace number 2692303

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.25 1800.22

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900557574--soft-0-100-0.wbo
MD5SUMc0d431beb578ab67ce1970cb297cf650
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark514.642
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 689
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.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-2692303-1277925225.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.12	o 137972
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.379720e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.12
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.97
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.379720e+05 |    Inf 
25.99/26.02	c  25.2s| 10000 | 10001 | 24880 |   2.5 |  52M|  85 |   0 |5645 |5414 |5645 | 207 |7052 |   0 |1763 | 0.000000e+00 | 1.379720e+05 |    Inf 
47.10/47.11	c  45.8s| 20000 | 20001 | 49197 |   2.5 |  75M| 117 |   0 |5645 |5414 |5645 | 224 |  15k|   0 |1787 | 0.000000e+00 | 1.379720e+05 |    Inf 
68.20/68.21	c  66.4s| 30000 | 30001 | 74261 |   2.5 |  98M| 117 |   0 |5645 |5414 |5645 | 212 |  24k|   0 |1794 | 0.000000e+00 | 1.379720e+05 |    Inf 
89.70/89.78	c  87.3s| 40000 | 40001 |101380 |   2.5 | 120M| 117 |   0 |5645 |5414 |5645 | 204 |  34k|   0 |1800 | 0.000000e+00 | 1.379720e+05 |    Inf 
111.19/111.26	c   108s| 50000 | 50001 |127263 |   2.5 | 143M| 117 |   4 |5645 |5414 |5645 | 177 |  45k|   0 |1961 | 0.000000e+00 | 1.379720e+05 |    Inf 
132.89/132.94	c   129s| 60000 | 60001 |152372 |   2.5 | 165M| 117 |   0 |5645 |5414 |5645 | 204 |  54k|   0 |2288 | 0.000000e+00 | 1.379720e+05 |    Inf 
154.49/154.57	c   150s| 70000 | 70001 |176692 |   2.5 | 188M| 117 |   0 |5645 |5414 |5645 | 207 |  63k|   0 |2562 | 0.000000e+00 | 1.379720e+05 |    Inf 
175.70/175.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
175.70/175.72	c   171s| 80000 | 80001 |198009 |   2.5 | 210M| 117 |   0 |5645 |5414 |5645 | 232 |  71k|   0 |2756 | 0.000000e+00 | 1.379720e+05 |    Inf 
187.70/187.74	o 596
187.70/187.74	c * 183s| 85917 | 73015 |207116 |   2.4 | 198M| 125 |   - |5645 |5414 |5645 | 200 |  74k|   0 |2858 | 0.000000e+00 | 5.960000e+02 |    Inf 
200.21/200.22	c   195s| 90000 | 76961 |222715 |   2.5 | 210M| 125 |   4 |5645 |5601 |5645 | 215 |  79k| 187 |3017 | 0.000000e+00 | 5.960000e+02 |    Inf 
203.40/203.48	o 577
203.40/203.48	c * 198s| 91094 | 76270 |226249 |   2.5 | 210M| 125 |   - |5645 |5649 |5645 | 219 |  80k| 235 |3054 | 0.000000e+00 | 5.770000e+02 |    Inf 
232.40/232.48	c   226s|100000 | 84874 |270644 |   2.7 | 234M| 125 |   0 |5645 |6010 |5645 | 198 |  95k| 669 |3503 | 0.000000e+00 | 5.770000e+02 |    Inf 
250.70/250.73	o 559
250.70/250.73	c * 244s|105434 | 88412 |303829 |   2.9 | 245M| 125 |   - |5645 |5965 |5645 | 228 | 107k| 945 |3683 | 0.000000e+00 | 5.590000e+02 |    Inf 
250.70/250.74	o 557
250.70/250.74	c * 244s|105435 | 88222 |303829 |   2.9 | 245M| 125 |   - |5645 |5965 |5645 | 228 | 107k| 945 |3683 | 0.000000e+00 | 5.570000e+02 |    Inf 
260.90/260.92	o 549
260.90/260.92	c * 254s|108694 | 90538 |319140 |   2.9 | 251M| 125 |   - |5645 |5955 |5645 | 226 | 112k|1064 |3765 | 0.000000e+00 | 5.490000e+02 |    Inf 
265.00/265.05	c   258s|110000 | 91773 |323386 |   2.9 | 255M| 125 |   3 |5645 |5940 |5645 | 231 | 113k|1169 |3796 | 0.000000e+00 | 5.490000e+02 |    Inf 
298.59/298.66	c   291s|120000 |101440 |386553 |   3.2 | 281M| 133 |   0 |5645 |5821 |5645 | 216 | 136k|1674 |4217 | 0.000000e+00 | 5.490000e+02 |    Inf 
310.50/310.54	o 533
310.50/310.54	c * 303s|123502 |102838 |405620 |   3.3 | 287M| 135 |   - |5645 |5692 |5645 | 200 | 142k|1923 |4391 | 0.000000e+00 | 5.330000e+02 |    Inf 
312.20/312.29	o 522
312.20/312.29	c * 304s|124014 |101855 |408385 |   3.3 | 285M| 135 |   - |5645 |5708 |5645 | 198 | 143k|1995 |4394 | 0.000000e+00 | 5.220000e+02 |    Inf 
312.20/312.30	o 503
312.20/312.30	c * 304s|124015 | 99151 |408385 |   3.3 | 278M| 135 |   - |5645 |5708 |5645 | 198 | 143k|1995 |4394 | 0.000000e+00 | 5.030000e+02 |    Inf 
312.60/312.64	o 497
312.60/312.64	c * 305s|124115 | 98284 |408666 |   3.3 | 275M| 135 |   - |5645 |5710 |5645 | 227 | 143k|2003 |4394 | 0.000000e+00 | 4.970000e+02 |    Inf 
316.20/316.24	o 493
316.20/316.24	c * 308s|125106 | 98563 |414305 |   3.3 | 276M| 135 |   - |5645 |5724 |5645 | 228 | 145k|2152 |4408 | 0.000000e+00 | 4.930000e+02 |    Inf 
323.30/323.39	o 490
323.30/323.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
323.30/323.39	c * 315s|127081 | 99840 |423987 |   3.3 | 281M| 135 |   - |5645 |5757 |5645 | 219 | 149k|2419 |4477 | 0.000000e+00 | 4.900000e+02 |    Inf 
331.70/331.70	c   323s|130000 |102714 |434574 |   3.3 | 289M| 135 |   0 |5645 |5625 |5645 | 199 | 152k|2479 |4505 | 0.000000e+00 | 4.900000e+02 |    Inf 
337.89/337.94	o 488
337.89/337.94	c * 329s|131821 |104097 |444312 |   3.4 | 292M| 135 |   - |5645 |5652 |5645 | 199 | 155k|2624 |4570 | 0.000000e+00 | 4.880000e+02 |    Inf 
341.60/341.69	o 487
341.60/341.69	c * 333s|132915 |104954 |451719 |   3.4 | 295M| 135 |   - |5645 |5695 |5645 | 211 | 158k|2709 |4606 | 0.000000e+00 | 4.870000e+02 |    Inf 
366.10/366.14	c   357s|140000 |111350 |492433 |   3.5 | 317M| 135 |   0 |5645 |5810 |5645 | 244 | 173k|3832 |4846 | 0.000000e+00 | 4.870000e+02 |    Inf 
379.10/379.13	o 484
379.10/379.13	c * 370s|143655 |114258 |517698 |   3.6 | 327M| 135 |   - |5645 |5862 |5645 | 217 | 182k|4251 |4971 | 0.000000e+00 | 4.840000e+02 |    Inf 
385.70/385.75	o 480
385.70/385.75	c * 376s|145622 |115354 |529447 |   3.6 | 330M| 135 |   - |5645 |5816 |5645 | 226 | 187k|4491 |5005 | 0.000000e+00 | 4.800000e+02 |    Inf 
398.00/398.05	o 463
398.00/398.05	c * 388s|149333 |115380 |552017 |   3.7 | 330M| 135 |   - |5645 |5772 |5645 | 182 | 195k|5076 |5111 | 0.000000e+00 | 4.630000e+02 |    Inf 
400.41/400.49	c   391s|150000 |115875 |558238 |   3.7 | 332M| 150 |   0 |5645 |5950 |5645 | 191 | 198k|5336 |5119 | 0.000000e+00 | 4.630000e+02 |    Inf 
430.41/430.47	o 462
430.41/430.47	c * 420s|159902 |124532 |603445 |   3.8 | 357M| 169 |   - |5645 |5993 |5645 | 220 | 215k|6997 |5284 | 0.000000e+00 | 4.620000e+02 |    Inf 
430.80/430.82	c   420s|160000 |124608 |604148 |   3.8 | 358M| 169 |   0 |5645 |5987 |5645 | 199 | 215k|7029 |5285 | 0.000000e+00 | 4.620000e+02 |    Inf 
455.40/455.42	o 457
455.40/455.42	c * 444s|167021 |128590 |656192 |   3.9 | 374M| 169 |   - |5645 |6486 |5645 | 213 | 236k|  10k|5464 | 0.000000e+00 | 4.570000e+02 |    Inf 
456.10/456.10	o 455
456.10/456.10	c * 445s|167179 |128232 |657931 |   3.9 | 373M| 169 |   - |5645 |6448 |5645 | 216 | 237k|  10k|5476 | 0.000000e+00 | 4.550000e+02 |    Inf 
463.21/463.23	o 450
463.21/463.23	c * 452s|169235 |128672 |670406 |   4.0 | 376M| 169 |   - |5645 |6187 |5645 | 225 | 242k|  11k|5503 | 0.000000e+00 | 4.500000e+02 |    Inf 
466.10/466.17	c   455s|170000 |129219 |676999 |   4.0 | 379M| 169 |   0 |5645 |6349 |5645 | 183 | 245k|  12k|5542 | 0.000000e+00 | 4.500000e+02 |    Inf 
500.60/500.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
500.60/500.69	c   488s|180000 |136363 |745264 |   4.1 | 408M| 169 |   - |5645 |7039 |5645 | 189 | 274k|  17k|5687 | 0.000000e+00 | 4.500000e+02 |    Inf 
531.10/531.10	o 447
531.10/531.10	c * 518s|189494 |142014 |799480 |   4.2 | 430M| 227 |   - |5645 |7148 |5645 | 192 | 298k|  24k|5855 | 0.000000e+00 | 4.470000e+02 |    Inf 
531.20/531.24	o 444
531.20/531.24	c * 518s|189522 |141246 |799748 |   4.2 | 428M| 227 |   - |5645 |7088 |5645 | 232 | 298k|  24k|5863 | 0.000000e+00 | 4.440000e+02 |    Inf 
531.20/531.25	o 440
531.20/531.25	c * 518s|189523 |140019 |799749 |   4.2 | 424M| 227 |   - |5645 |7088 |5645 | 232 | 298k|  24k|5863 | 0.000000e+00 | 4.400000e+02 |    Inf 
532.70/532.79	c   520s|190000 |140438 |801774 |   4.2 | 425M| 227 |   0 |5645 |6666 |5645 | 186 | 299k|  24k|5875 | 0.000000e+00 | 4.400000e+02 |    Inf 
539.61/539.63	o 438
539.61/539.63	c * 526s|192150 |141524 |812807 |   4.2 | 430M| 227 |   - |5645 |6296 |5645 | 178 | 304k|  24k|5942 | 0.000000e+00 | 4.380000e+02 |    Inf 
540.41/540.40	o 437
540.41/540.40	c * 527s|192343 |141388 |814572 |   4.2 | 430M| 227 |   - |5645 |6330 |5645 | 234 | 304k|  25k|5956 | 0.000000e+00 | 4.370000e+02 |    Inf 
540.41/540.41	o 435
540.41/540.41	c * 527s|192344 |140775 |814572 |   4.2 | 428M| 227 |   - |5645 |6330 |5645 | 234 | 304k|  25k|5956 | 0.000000e+00 | 4.350000e+02 |    Inf 
543.80/543.86	o 425
543.80/543.86	c * 531s|193203 |138341 |822791 |   4.3 | 422M| 227 |   - |5645 |6311 |5645 | 212 | 307k|  25k|6030 | 0.000000e+00 | 4.250000e+02 |    Inf 
544.01/544.04	o 420
544.01/544.04	c * 531s|193243 |136794 |823174 |   4.3 | 416M| 227 |   - |5645 |6307 |5645 | 202 | 307k|  25k|6031 | 0.000000e+00 | 4.200000e+02 |    Inf 
544.01/544.04	o 419
544.01/544.04	c * 531s|193244 |136458 |823175 |   4.3 | 415M| 227 |   - |5645 |6307 |5645 | 202 | 307k|  25k|6031 | 0.000000e+00 | 4.190000e+02 |    Inf 
546.81/546.84	o 418
546.81/546.84	c * 534s|194008 |136792 |828977 |   4.3 | 418M| 227 |   - |5645 |6330 |5645 | 185 | 310k|  25k|6092 | 0.000000e+00 | 4.180000e+02 |    Inf 
552.80/552.86	o 414
552.80/552.86	c * 539s|195491 |136468 |842366 |   4.3 | 419M| 227 |   - |5645 |6498 |5645 | 217 | 315k|  26k|6157 | 0.000000e+00 | 4.140000e+02 |    Inf 
552.80/552.87	o 410
552.80/552.87	c * 539s|195492 |135059 |842366 |   4.3 | 415M| 227 |   - |5645 |6498 |5645 | 217 | 315k|  26k|6157 | 0.000000e+00 | 4.100000e+02 |    Inf 
553.80/553.81	o 394
553.80/553.81	c * 540s|195747 |129659 |843914 |   4.3 | 395M| 227 |   - |5645 |6518 |5645 | 181 | 316k|  26k|6157 | 0.000000e+00 | 3.940000e+02 |    Inf 
554.60/554.68	o 393
554.60/554.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
554.60/554.68	c * 541s|195972 |129412 |845925 |   4.3 | 394M| 227 |   - |5645 |6488 |5645 | 225 | 316k|  26k|6187 | 0.000000e+00 | 3.930000e+02 |    Inf 
554.60/554.69	o 384
554.60/554.69	c * 541s|195973 |126242 |845925 |   4.3 | 383M| 227 |   - |5645 |6488 |5645 | 225 | 316k|  26k|6187 | 0.000000e+00 | 3.840000e+02 |    Inf 
554.71/554.76	o 378
554.71/554.76	c * 541s|195980 |124165 |846142 |   4.3 | 376M| 227 |   - |5645 |6482 |5645 | 236 | 316k|  26k|6187 | 0.000000e+00 | 3.780000e+02 |    Inf 
556.30/556.30	o 372
556.30/556.30	c * 543s|196376 |122280 |849769 |   4.3 | 367M| 227 |   - |5645 |6487 |5645 | 261 | 318k|  26k|6195 | 0.000000e+00 | 3.720000e+02 |    Inf 
557.40/557.41	o 370
557.40/557.41	c * 544s|196662 |121661 |852099 |   4.3 | 365M| 227 |   - |5645 |6537 |5645 | 208 | 319k|  26k|6204 | 0.000000e+00 | 3.700000e+02 |    Inf 
559.31/559.39	o 361
559.31/559.39	c * 546s|197131 |118484 |856979 |   4.3 | 350M| 227 |   - |5645 |6602 |5645 | 225 | 321k|  27k|6219 | 0.000000e+00 | 3.610000e+02 |    Inf 
560.51/560.58	o 351
560.51/560.58	c * 547s|197404 |114490 |860587 |   4.4 | 332M| 227 |   - |5645 |6634 |5645 | 230 | 322k|  27k|6224 | 0.000000e+00 | 3.510000e+02 |    Inf 
563.71/563.71	o 346
563.71/563.71	c * 550s|198362 |113248 |864857 |   4.4 | 329M| 227 |   - |5645 |6625 |5645 | 240 | 324k|  27k|6238 | 0.000000e+00 | 3.460000e+02 |    Inf 
563.90/563.93	o 338
563.90/563.93	c * 550s|198405 |109998 |865301 |   4.4 | 319M| 227 |   - |5645 |6593 |5645 | 205 | 324k|  27k|6244 | 0.000000e+00 | 3.380000e+02 |    Inf 
564.41/564.43	o 336
564.41/564.43	c * 551s|198535 |109277 |866282 |   4.4 | 317M| 227 |   - |5645 |6591 |5645 | 222 | 325k|  27k|6250 | 0.000000e+00 | 3.360000e+02 |    Inf 
564.60/564.63	o 335
564.60/564.63	c * 551s|198587 |108873 |866658 |   4.4 | 315M| 227 |   - |5645 |6590 |5645 | 192 | 325k|  27k|6253 | 0.000000e+00 | 3.350000e+02 |    Inf 
570.11/570.13	c   556s|200000 |109834 |877954 |   4.4 | 321M| 227 |   6 |5645 |6543 |5645 | 200 | 329k|  28k|6372 | 0.000000e+00 | 3.350000e+02 |    Inf 
578.31/578.39	o 331
578.31/578.39	c * 564s|202429 |110315 |893665 |   4.4 | 324M| 227 |   - |5645 |6499 |5645 | 181 | 335k|  28k|6408 | 0.000000e+00 | 3.310000e+02 |    Inf 
579.11/579.19	o 324
579.11/579.19	c * 565s|202677 |107620 |894668 |   4.4 | 316M| 227 |   - |5645 |6466 |5645 | 257 | 335k|  28k|6409 | 0.000000e+00 | 3.240000e+02 |    Inf 
579.21/579.20	o 323
579.21/579.20	c * 565s|202678 |107318 |894668 |   4.4 | 315M| 227 |   - |5645 |6466 |5645 | 257 | 335k|  28k|6409 | 0.000000e+00 | 3.230000e+02 |    Inf 
582.60/582.68	o 321
582.60/582.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
582.60/582.68	c * 569s|203612 |107171 |900440 |   4.4 | 317M| 227 |   - |5645 |6381 |5645 | 196 | 337k|  29k|6414 | 0.000000e+00 | 3.210000e+02 |    Inf 
582.60/582.69	o 319
582.60/582.69	c * 569s|203613 |106449 |900440 |   4.4 | 315M| 227 |   - |5645 |6380 |5645 | 196 | 337k|  29k|6414 | 0.000000e+00 | 3.190000e+02 |    Inf 
584.20/584.30	o 318
584.20/584.30	c * 570s|204070 |106418 |901875 |   4.4 | 316M| 227 |   - |5645 |6247 |5645 | 254 | 338k|  29k|6425 | 0.000000e+00 | 3.180000e+02 |    Inf 
584.60/584.69	o 303
584.60/584.69	c * 570s|204177 |100696 |902246 |   4.4 | 298M| 227 |   - |5645 |6230 |5645 | 224 | 338k|  29k|6425 | 0.000000e+00 | 3.030000e+02 |    Inf 
584.80/584.84	o 282
584.80/584.84	c * 571s|204209 | 92593 |902332 |   4.4 | 274M| 227 |   - |5645 |6225 |5645 | 219 | 338k|  29k|6425 | 0.000000e+00 | 2.820000e+02 |    Inf 
586.80/586.89	o 279
586.80/586.89	c * 573s|204859 | 91996 |904266 |   4.4 | 273M| 227 |   - |5645 |6264 |5645 | 201 | 338k|  29k|6439 | 0.000000e+00 | 2.790000e+02 |    Inf 
586.80/586.90	o 277
586.80/586.90	c * 573s|204860 | 91346 |904266 |   4.4 | 271M| 227 |   - |5645 |6264 |5645 | 201 | 338k|  29k|6439 | 0.000000e+00 | 2.770000e+02 |    Inf 
605.20/605.27	c   591s|210000 | 93925 |934860 |   4.5 | 288M| 227 |   0 |5645 |7142 |5645 | 190 | 351k|  33k|6493 | 0.000000e+00 | 2.770000e+02 |    Inf 
640.40/640.44	c   625s|220000 | 98758 |998635 |   4.5 | 317M| 227 |   0 |5645 |7801 |5645 | 210 | 380k|  40k|6628 | 0.000000e+00 | 2.770000e+02 |    Inf 
647.10/647.12	o 263
647.10/647.12	c * 631s|221813 | 94039 |  1011k|   4.6 | 304M| 227 |   - |5645 |7568 |5645 | 238 | 385k|  42k|6704 | 0.000000e+00 | 2.630000e+02 |    Inf 
648.01/648.05	o 262
648.01/648.05	c * 632s|222017 | 93678 |  1013k|   4.6 | 304M| 227 |   - |5645 |7214 |5645 | 215 | 386k|  42k|6718 | 0.000000e+00 | 2.620000e+02 |    Inf 
662.80/662.88	o 241
662.80/662.88	c * 647s|226271 | 86496 |  1036k|   4.6 | 288M| 227 |   - |5645 |7483 |5645 | 227 | 397k|  45k|6758 | 0.000000e+00 | 2.410000e+02 |    Inf 
663.31/663.36	o 237
663.31/663.36	c * 647s|226379 | 84738 |  1037k|   4.6 | 283M| 227 |   - |5645 |7337 |5645 | 195 | 397k|  45k|6765 | 0.000000e+00 | 2.370000e+02 |    Inf 
675.60/675.66	c   659s|230000 | 86591 |  1058k|   4.6 | 294M| 227 |   1 |5645 |7715 |5645 | 147 | 406k|  48k|6817 | 0.000000e+00 | 2.370000e+02 |    Inf 
678.90/678.96	o 222
678.90/678.96	c * 662s|230929 | 80493 |  1063k|   4.6 | 278M| 227 |   - |5645 |7645 |5645 | 213 | 408k|  48k|6824 | 0.000000e+00 | 2.220000e+02 |    Inf 
681.71/681.78	o 220
681.71/681.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
681.71/681.78	c * 665s|231634 | 80131 |  1067k|   4.6 | 279M| 227 |   - |5645 |6994 |5645 | 222 | 409k|  49k|6854 | 0.000000e+00 | 2.200000e+02 |    Inf 
682.01/682.00	o 215
682.01/682.00	c * 665s|231693 | 77777 |  1067k|   4.6 | 272M| 227 |   - |5645 |6985 |5645 | 218 | 410k|  49k|6854 | 0.000000e+00 | 2.150000e+02 |    Inf 
682.01/682.01	o 214
682.01/682.01	c * 665s|231694 | 77397 |  1067k|   4.6 | 271M| 227 |   - |5645 |6985 |5645 | 218 | 410k|  49k|6854 | 0.000000e+00 | 2.140000e+02 |    Inf 
682.01/682.10	o 209
682.01/682.10	c * 665s|231710 | 75143 |  1068k|   4.6 | 265M| 227 |   - |5645 |6973 |5645 | 225 | 410k|  49k|6854 | 0.000000e+00 | 2.090000e+02 |    Inf 
686.91/686.90	o 206
686.91/686.90	c * 670s|232905 | 74283 |  1074k|   4.6 | 266M| 227 |   - |5645 |6755 |5645 | 248 | 412k|  49k|6912 | 0.000000e+00 | 2.060000e+02 |    Inf 
688.01/688.08	o 201
688.01/688.08	c * 671s|233223 | 72606 |  1076k|   4.6 | 260M| 227 |   - |5645 |6704 |5645 | 231 | 413k|  50k|6923 | 0.000000e+00 | 2.010000e+02 |    Inf 
689.20/689.29	o 198
689.20/689.29	c * 672s|233566 | 71401 |  1076k|   4.6 | 256M| 227 |   - |5645 |6753 |5645 | 218 | 413k|  50k|6932 | 0.000000e+00 | 1.980000e+02 |    Inf 
689.51/689.51	o 188
689.51/689.51	c * 673s|233611 | 66366 |  1077k|   4.6 | 233M| 227 |   - |5645 |6715 |5645 | 242 | 413k|  50k|6936 | 0.000000e+00 | 1.880000e+02 |    Inf 
692.00/692.03	o 181
692.00/692.03	c * 675s|234297 | 62466 |  1080k|   4.6 | 216M| 227 |   - |5645 |6649 |5645 | 206 | 414k|  50k|6968 | 0.000000e+00 | 1.810000e+02 |    Inf 
692.21/692.29	o 179
692.21/692.29	c * 675s|234348 | 61546 |  1080k|   4.6 | 214M| 227 |   - |5645 |6644 |5645 | 201 | 414k|  50k|6976 | 0.000000e+00 | 1.790000e+02 |    Inf 
692.30/692.31	o 170
692.30/692.31	c * 675s|234349 | 57162 |  1080k|   4.6 | 201M| 227 |   - |5645 |6643 |5645 | 201 | 414k|  50k|6976 | 0.000000e+00 | 1.700000e+02 |    Inf 
692.50/692.52	o 164
692.50/692.52	c * 675s|234389 | 52876 |  1081k|   4.6 | 186M| 227 |   - |5645 |6645 |5645 | 215 | 414k|  50k|6978 | 0.000000e+00 | 1.640000e+02 |    Inf 
692.50/692.57	o 140
692.50/692.57	c * 676s|234390 | 40878 |  1081k|   4.6 | 147M| 227 |   - |5645 |6645 |5645 | 215 | 414k|  50k|6978 | 0.000000e+00 | 1.400000e+02 |    Inf 
692.91/692.90	o 130
692.91/692.90	c * 676s|234467 | 35818 |  1081k|   4.6 | 132M| 227 |   - |5645 |6600 |5645 | 229 | 414k|  50k|6978 | 0.000000e+00 | 1.300000e+02 |    Inf 
693.01/693.01	o 119
693.01/693.01	c * 676s|234480 | 31406 |  1081k|   4.6 | 118M| 227 |   - |5645 |6592 |5645 | 233 | 414k|  50k|6978 | 0.000000e+00 | 1.190000e+02 |    Inf 
693.70/693.73	o 113
693.70/693.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
693.70/693.73	c * 677s|234623 | 29835 |  1082k|   4.6 | 114M| 227 |   - |5645 |6522 |5645 | 180 | 415k|  50k|6992 | 0.000000e+00 | 1.130000e+02 |    Inf 
694.11/694.16	o 67
694.11/694.16	c * 677s|234698 |  6886 |  1083k|   4.6 |  49M| 227 |   - |5645 |6446 |5645 | 176 | 415k|  50k|6992 | 0.000000e+00 | 6.700000e+01 |    Inf 
712.20/712.24	c   694s|240000 |  6680 |  1099k|   4.6 |  66M| 227 |   1 |5645 |6275 |5645 | 172 | 419k|  57k|7137 | 0.000000e+00 | 6.700000e+01 |    Inf 
742.80/742.84	c   724s|250000 |  6862 |  1135k|   4.5 |  79M| 227 |   1 |5645 |7441 |5645 | 153 | 430k|  72k|7172 | 0.000000e+00 | 6.700000e+01 |    Inf 
767.81/767.89	o 64
767.81/767.89	c * 748s|258297 |  6521 |  1160k|   4.5 |  85M| 227 |   - |5645 |7550 |5645 | 182 | 437k|  83k|7215 | 0.000000e+00 | 6.400000e+01 |    Inf 
772.80/772.82	c   753s|260000 |  6524 |  1164k|   4.5 |  86M| 227 |   - |5645 |7074 |   0 |   0 | 439k|  85k|7221 | 0.000000e+00 | 6.400000e+01 |    Inf 
800.00/800.07	c   779s|270000 |  6611 |  1190k|   4.4 |  94M| 227 |   1 |5645 |9247 |5645 | 177 | 445k|  97k|7255 | 0.000000e+00 | 6.400000e+01 |    Inf 
820.71/820.79	o 63
820.71/820.79	c * 799s|277798 |  5861 |  1205k|   4.3 |  94M| 227 |   - |5645 |9506 |5645 | 196 | 447k| 106k|7283 | 0.000000e+00 | 6.300000e+01 |    Inf 
821.71/821.72	o 62
821.71/821.72	c * 800s|278066 |  5852 |  1206k|   4.3 |  95M| 227 |   - |5645 |9437 |5645 | 205 | 447k| 107k|7283 | 0.000000e+00 | 6.200000e+01 |    Inf 
822.40/822.42	o 53
822.40/822.42	c * 801s|278303 |  5061 |  1206k|   4.3 |  90M| 227 |   - |5645 |9314 |5645 | 209 | 447k| 107k|7283 | 0.000000e+00 | 5.300000e+01 |    Inf 
826.80/826.87	c   805s|280000 |  5086 |  1209k|   4.3 |  91M| 227 |   1 |5645 |9071 |5645 | 184 | 448k| 109k|7284 | 0.000000e+00 | 5.300000e+01 |    Inf 
833.90/833.97	o 49
833.90/833.97	c * 812s|282675 |  4992 |  1216k|   4.3 |  91M| 227 |   - |5645 |7710 |5645 | 204 | 449k| 112k|7286 | 0.000000e+00 | 4.900000e+01 |    Inf 
853.40/853.45	c   831s|290000 |  4993 |  1236k|   4.3 |  96M| 227 |   1 |5645 |7710 |5645 | 147 | 454k| 122k|7317 | 0.000000e+00 | 4.900000e+01 |    Inf 
860.40/860.49	o 48
860.40/860.49	c * 838s|292692 |  4979 |  1244k|   4.3 |  97M| 227 |   - |5645 |8095 |5645 | 196 | 456k| 125k|7335 | 0.000000e+00 | 4.800000e+01 |    Inf 
876.20/876.24	o 44
876.20/876.24	c * 853s|299178 |  4952 |  1259k|   4.2 |  98M| 227 |   - |5645 |8589 |5645 | 175 | 460k| 132k|7341 | 0.000000e+00 | 4.400000e+01 |    Inf 
878.41/878.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
878.41/878.48	c   855s|300000 |  4917 |  1261k|   4.2 |  98M| 227 |  14 |5645 |7675 |5645 | 182 | 460k| 133k|7346 | 0.000000e+00 | 4.400000e+01 |    Inf 
895.31/895.35	o 43
895.31/895.35	c * 871s|306904 |  4888 |  1279k|   4.2 | 101M| 227 |   - |5645 |7723 |5645 | 185 | 464k| 142k|7372 | 0.000000e+00 | 4.300000e+01 |    Inf 
902.81/902.85	c   878s|310000 |  4942 |  1287k|   4.2 | 101M| 227 |   - |5645 |8273 |   0 |   0 | 466k| 145k|7388 | 0.000000e+00 | 4.300000e+01 |    Inf 
917.11/917.12	o 36
917.11/917.12	c * 892s|316223 |  4778 |  1300k|   4.1 | 102M| 227 |   - |5645 |  10k|5645 | 177 | 468k| 153k|7395 | 0.000000e+00 | 3.600000e+01 |    Inf 
925.91/925.93	c   901s|320000 |  4643 |  1308k|   4.1 | 100M| 227 |   - |5645 |6637 |   0 |   0 | 470k| 158k|7422 | 0.000000e+00 | 3.600000e+01 |    Inf 
949.61/949.60	c   923s|330000 |  4486 |  1334k|   4.0 | 101M| 227 |   - |5645 |8890 |   0 |   0 | 475k| 170k|7464 | 0.000000e+00 | 3.600000e+01 |    Inf 
973.20/973.26	c   946s|340000 |  4373 |  1358k|   4.0 | 103M| 227 |   1 |5645 |  10k|5645 | 211 | 480k| 183k|7495 | 0.000000e+00 | 3.600000e+01 |    Inf 
986.61/986.65	o 31
986.61/986.65	c * 959s|345764 |  4165 |  1368k|   4.0 | 101M| 227 |   - |5645 |  11k|5645 | 178 | 481k| 191k|7501 | 0.000000e+00 | 3.100000e+01 |    Inf 
995.80/995.89	c   968s|350000 |  4185 |  1375k|   3.9 | 103M| 227 |   - |5645 |  12k|   0 |   0 | 482k| 197k|7501 | 0.000000e+00 | 3.100000e+01 |    Inf 
1018.71/1018.73	c   990s|360000 |  4055 |  1394k|   3.9 | 102M| 227 |   1 |5645 |  10k|5645 | 157 | 484k| 211k|7541 | 0.000000e+00 | 3.100000e+01 |    Inf 
1040.52/1040.59	c  1011s|370000 |  4063 |  1413k|   3.8 | 103M| 227 |   1 |5645 |  11k|5645 | 170 | 486k| 223k|7590 | 0.000000e+00 | 3.100000e+01 |    Inf 
1063.51/1063.51	c  1033s|380000 |  4232 |  1432k|   3.8 | 107M| 227 |   1 |5645 |  13k|5645 | 167 | 490k| 235k|7608 | 0.000000e+00 | 3.100000e+01 |    Inf 
1068.61/1068.61	o 30
1068.61/1068.61	c *1038s|382400 |  4034 |  1436k|   3.8 | 106M| 227 |   - |5645 |  15k|5645 | 167 | 491k| 238k|7615 | 0.000000e+00 | 3.000000e+01 |    Inf 
1080.51/1080.57	o 22
1080.51/1080.57	c *1050s|387220 |  3856 |  1447k|   3.7 | 100M| 227 |   - |5645 |  13k|5645 | 176 | 493k| 245k|7620 | 0.000000e+00 | 2.200000e+01 |    Inf 
1086.51/1086.59	c  1055s|390000 |  3786 |  1452k|   3.7 |  99M| 227 |   7 |5645 |  10k|5645 | 181 | 494k| 249k|7631 | 0.000000e+00 | 2.200000e+01 |    Inf 
1106.81/1106.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1106.81/1106.83	c  1075s|400000 |  3550 |  1472k|   3.7 |  97M| 227 |   - |5645 |  11k|   0 |   0 | 497k| 262k|7658 | 0.000000e+00 | 2.200000e+01 |    Inf 
1127.61/1127.61	c  1095s|410000 |  3455 |  1492k|   3.6 |  96M| 227 |  14 |5645 |9874 |5645 | 176 | 501k| 276k|7707 | 0.000000e+00 | 2.200000e+01 |    Inf 
1148.81/1148.84	c  1115s|420000 |  3418 |  1515k|   3.6 |  96M| 227 |   1 |5645 |9719 |5645 | 178 | 505k| 288k|7757 | 0.000000e+00 | 2.200000e+01 |    Inf 
1156.61/1156.65	o 18
1156.61/1156.65	c *1123s|423982 |  3133 |  1522k|   3.6 |  90M| 227 |   - |5645 |  11k|5645 | 194 | 506k| 293k|7758 | 0.000000e+00 | 1.800000e+01 |    Inf 
1169.22/1169.23	c  1135s|430000 |  3140 |  1538k|   3.6 |  90M| 227 |   - |5645 |  11k|   0 |   0 | 509k| 301k|7787 | 0.000000e+00 | 1.800000e+01 |    Inf 
1190.42/1190.45	c  1155s|440000 |  3125 |  1561k|   3.5 |  91M| 227 |   1 |5645 |  12k|5645 | 178 | 512k| 314k|7818 | 0.000000e+00 | 1.800000e+01 |    Inf 
1212.12/1212.17	c  1176s|450000 |  3351 |  1590k|   3.5 |  94M| 227 |   1 |5645 |  13k|5645 | 169 | 519k| 327k|7878 | 0.000000e+00 | 1.800000e+01 |    Inf 
1233.31/1233.37	c  1197s|460000 |  3447 |  1617k|   3.5 |  96M| 227 |   - |5645 |  14k|   0 |   0 | 524k| 341k|7922 | 0.000000e+00 | 1.800000e+01 |    Inf 
1255.12/1255.20	c  1218s|470000 |  3475 |  1646k|   3.5 |  98M| 227 |   - |5645 |  13k|   0 |   0 | 529k| 355k|7973 | 0.000000e+00 | 1.800000e+01 |    Inf 
1266.12/1266.18	o 16
1266.12/1266.18	c *1228s|475252 |  3263 |  1660k|   3.5 |  93M| 227 |   - |5645 |  13k|5645 | 162 | 531k| 362k|7979 | 0.000000e+00 | 1.600000e+01 |    Inf 
1275.32/1275.30	c  1237s|480000 |  3311 |  1670k|   3.5 |  94M| 227 |   1 |5645 |  13k|5645 | 162 | 532k| 368k|7995 | 0.000000e+00 | 1.600000e+01 |    Inf 
1295.82/1295.87	c  1257s|490000 |  3331 |  1702k|   3.5 |  95M| 227 |  18 |5645 |  13k|5645 | 164 | 537k| 382k|8027 | 0.000000e+00 | 1.600000e+01 |    Inf 
1316.82/1316.89	c  1277s|500000 |  3371 |  1732k|   3.5 |  96M| 227 |   - |5645 |  13k|   0 |   0 | 542k| 395k|8054 | 0.000000e+00 | 1.600000e+01 |    Inf 
1332.62/1332.62	o 14
1332.62/1332.62	c *1292s|507379 |  3328 |  1754k|   3.5 |  95M| 227 |   - |5645 |  12k|5645 | 173 | 545k| 405k|8081 | 0.000000e+00 | 1.400000e+01 |    Inf 
1337.81/1337.84	c  1297s|510000 |  3313 |  1761k|   3.5 |  95M| 227 |   - |5645 |  12k|   0 |   0 | 546k| 409k|8081 | 0.000000e+00 | 1.400000e+01 |    Inf 
1357.91/1357.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1357.91/1357.99	c  1316s|520000 |  3321 |  1788k|   3.4 |  96M| 227 |   - |5645 |  13k|   0 |   0 | 549k| 423k|8105 | 0.000000e+00 | 1.400000e+01 |    Inf 
1379.12/1379.18	c  1337s|530000 |  3346 |  1817k|   3.4 |  98M| 227 |   1 |5645 |  15k|5645 | 161 | 553k| 436k|8143 | 0.000000e+00 | 1.400000e+01 |    Inf 
1400.52/1400.51	c  1357s|540000 |  3339 |  1845k|   3.4 |  98M| 227 |   5 |5645 |  12k|5645 | 167 | 558k| 450k|8179 | 0.000000e+00 | 1.400000e+01 |    Inf 
1421.22/1421.23	c  1377s|550000 |  3340 |  1875k|   3.4 |  99M| 227 |   2 |5645 |  12k|5645 | 190 | 563k| 464k|8212 | 0.000000e+00 | 1.400000e+01 |    Inf 
1441.12/1441.10	c  1396s|560000 |  3274 |  1900k|   3.4 |  99M| 227 |  18 |5645 |  12k|5645 | 146 | 566k| 478k|8243 | 0.000000e+00 | 1.400000e+01 |    Inf 
1461.32/1461.34	c  1416s|570000 |  3208 |  1930k|   3.4 |  98M| 227 |   1 |5645 |  11k|5645 | 155 | 571k| 492k|8303 | 0.000000e+00 | 1.400000e+01 |    Inf 
1482.12/1482.19	c  1436s|580000 |  3140 |  1964k|   3.4 |  98M| 227 |   - |5645 |  13k|   0 |   0 | 576k| 506k|8338 | 0.000000e+00 | 1.400000e+01 |    Inf 
1502.12/1502.16	c  1455s|590000 |  3162 |  1988k|   3.4 | 100M| 227 |   - |5645 |  15k|   0 |   0 | 579k| 520k|8365 | 0.000000e+00 | 1.400000e+01 |    Inf 
1523.42/1523.46	c  1475s|600000 |  3138 |  2023k|   3.4 |  99M| 227 |   1 |5645 |  11k|5645 | 180 | 585k| 534k|8394 | 0.000000e+00 | 1.400000e+01 |    Inf 
1544.02/1544.01	c  1495s|610000 |  3109 |  2052k|   3.4 |  99M| 227 |   5 |5645 |  12k|5645 | 160 | 589k| 547k|8438 | 0.000000e+00 | 1.400000e+01 |    Inf 
1564.42/1564.45	c  1515s|620000 |  3113 |  2078k|   3.4 | 101M| 227 |   - |5645 |  13k|   0 |   0 | 593k| 561k|8485 | 0.000000e+00 | 1.400000e+01 |    Inf 
1586.82/1586.86	c  1536s|630000 |  3030 |  2114k|   3.4 | 100M| 227 |   1 |5645 |  13k|5645 | 163 | 600k| 574k|8564 | 0.000000e+00 | 1.400000e+01 |    Inf 
1606.12/1606.14	c  1555s|640000 |  3060 |  2132k|   3.3 | 101M| 227 |   1 |5645 |  14k|5645 | 159 | 602k| 586k|8615 | 0.000000e+00 | 1.400000e+01 |    Inf 
1625.43/1625.48	c  1573s|650000 |  3018 |  2152k|   3.3 | 102M| 227 |   - |5645 |  18k|   0 |   0 | 604k| 599k|8690 | 0.000000e+00 | 1.400000e+01 |    Inf 
1632.42/1632.43	o 13
1632.42/1632.43	c *1580s|653372 |  2768 |  2158k|   3.3 |  94M| 227 |   - |5645 |  17k|5645 | 169 | 605k| 603k|8711 | 0.000000e+00 | 1.300000e+01 |    Inf 
1647.22/1647.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1647.22/1647.28	c  1594s|660000 |  2790 |  2179k|   3.3 |  95M| 227 |   1 |5645 |  18k|5645 | 163 | 609k| 612k|8717 | 0.000000e+00 | 1.300000e+01 |    Inf 
1650.42/1650.44	o 12
1650.42/1650.44	c *1597s|661673 |  2770 |  2182k|   3.3 |  94M| 227 |   - |5645 |  19k|5645 | 180 | 609k| 614k|8717 | 0.000000e+00 | 1.200000e+01 |    Inf 
1669.72/1669.76	c  1616s|670000 |  2810 |  2212k|   3.3 |  94M| 227 |   - |5645 |  18k|   0 |   0 | 615k| 625k|8762 | 0.000000e+00 | 1.200000e+01 |    Inf 
1692.83/1692.83	c  1638s|680000 |  2845 |  2246k|   3.3 |  95M| 227 |  11 |5645 |  19k|5645 | 159 | 622k| 638k|8805 | 0.000000e+00 | 1.200000e+01 |    Inf 
1715.12/1715.16	c  1660s|690000 |  2861 |  2275k|   3.3 |  97M| 227 |   7 |5645 |  20k|5645 | 159 | 627k| 651k|8841 | 0.000000e+00 | 1.200000e+01 |    Inf 
1739.93/1739.95	c  1684s|700000 |  2850 |  2313k|   3.3 |  98M| 227 |  10 |5645 |  22k|5645 | 145 | 636k| 664k|8890 | 0.000000e+00 | 1.200000e+01 |    Inf 
1761.82/1761.84	c  1705s|710000 |  2847 |  2337k|   3.3 |  99M| 227 |   - |5645 |  24k|   0 |   0 | 639k| 678k|8924 | 0.000000e+00 | 1.200000e+01 |    Inf 
1787.03/1787.09	c  1729s|720000 |  2901 |  2374k|   3.3 | 100M| 227 |   6 |5645 |  24k|5645 | 172 | 648k| 691k|8985 | 0.000000e+00 | 1.200000e+01 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1741.83
1800.03/1800.00	c Solving Nodes      : 725560
1800.03/1800.00	c Primal Bound       : +1.20000000000000e+01 (241 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.09	s SATISFIABLE
1800.03/1800.09	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.03/1800.09	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 
1800.03/1800.09	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 x171 -x170 -x169 -x168 
1800.03/1800.09	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.03/1800.09	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.03/1800.09	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 x108 -x107 -x106 -x105 
1800.03/1800.09	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 
1800.03/1800.09	v -x80 -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.03/1800.09	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 
1800.03/1800.09	v -x29 -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 
1800.03/1800.09	v -x2 -x1 
1800.03/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.09	c Solving Time       :    1741.83
1800.03/1800.09	c Original Problem   :
1800.03/1800.09	c   Problem name     : HOME/instance-2692303-1277925225.wbo
1800.03/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.03/1800.09	c Presolved Problem  :
1800.03/1800.09	c   Problem name     : t_HOME/instance-2692303-1277925225.wbo
1800.03/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.09	c   Constraints      : 5414 initial, 25740 maximal
1800.03/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.03/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.03/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   root node        :          -       2441          -          -       4882          -          -          -          -
1800.03/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   integral         :          0          0          0     568059          0          1        114          0          0     642280
1800.03/1800.09	c   indicator        :       2707          0    3786888     246500          0       1265   21623277          0          0          0
1800.03/1800.09	c   linear           :       2707          6    3794980     246748          0     180358   14547908     650297          0          0
1800.03/1800.09	c   logicor          :          0+         0    1054826          0          0      50189    1004135          0          0          0
1800.03/1800.09	c   bounddisjunction :          0+         0      25103          0          0          0         62          0          0          0
1800.03/1800.09	c   countsols        :          0          0          0     163532          0          0          0          0          0          0
1800.03/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.09	c   integral         :      16.52       0.00       0.00      16.52       0.00
1800.03/1800.09	c   indicator        :     113.89       0.00      61.85      52.04       0.00
1800.03/1800.09	c   linear           :     172.76       0.00     137.83      34.93       0.00
1800.03/1800.09	c   logicor          :      94.84       0.00      94.84       0.00       0.00
1800.03/1800.09	c   bounddisjunction :       0.03       0.00       0.03       0.00       0.00
1800.03/1800.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.09	c   vbounds          :       0.00          2          0          0
1800.03/1800.09	c   rootredcost      :       0.02         93          0       2441
1800.03/1800.09	c   pseudoobj        :     220.65    3832504      35924   13247972
1800.03/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.09	c   propagation      :      16.91     266471     266402    1779929       26.5      18623       11.3          -
1800.03/1800.09	c   infeasible LP    :       3.12       8318       8318      69523       37.0        173       10.4          0
1800.03/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   pseudo solution  :       0.37       1676       1676       6013       12.0        442        5.0          -
1800.03/1800.09	c   applied globally :          -          -          -     698467       20.7          -          -          -
1800.03/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.03/1800.09	c   redcost          :      63.41     583879          0    8060616          0          0
1800.03/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.03/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.09	c   gomory           :       0.00          4          0          0         86          0
1800.03/1800.09	c   strongcg         :       0.01          4          0          0          0          0
1800.03/1800.09	c   cmir             :       0.01          4          0          0          0          0
1800.03/1800.09	c   flowcover        :       0.03          4          0          0          0          0
1800.03/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.09	c Pricers            :       Time      Calls       Vars
1800.03/1800.09	c   problem variables:       0.00          0          0
1800.03/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   relpscost        :      16.45     321249          1        114          0          0     642280
1800.03/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   inference        :      42.16     163439          0          0          0          0     326878
1800.03/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.09	c   LP solutions     :       0.57          -         93
1800.03/1800.09	c   pseudo solutions :       0.00          -          0
1800.03/1800.09	c   feaspump         :       0.00          0          0
1800.03/1800.09	c   oneopt           :       0.39         80          0
1800.03/1800.09	c   intshifting      :       0.08         20          0
1800.03/1800.09	c   crossover        :       4.10        153          0
1800.03/1800.09	c   guideddiving     :       9.82       5339          0
1800.03/1800.09	c   pscostdiving     :      10.12       6678          0
1800.03/1800.09	c   fracdiving       :      10.00       6678          0
1800.03/1800.09	c   veclendiving     :      10.09       6678          0
1800.03/1800.09	c   linesearchdiving :       9.86       6679          0
1800.03/1800.09	c   coefdiving       :       9.46       6679          0
1800.03/1800.09	c   rootsoldiving    :       9.32       5721          0
1800.03/1800.09	c   objpscostdiving  :       9.24       5769          0
1800.03/1800.09	c   trivial          :       0.08          2          2
1800.03/1800.09	c   simplerounding   :       0.37     326645          0
1800.03/1800.09	c   zirounding       :       0.01       1000          0
1800.03/1800.09	c   rounding         :       3.72       8057          0
1800.03/1800.09	c   shifting         :       2.63       2543          0
1800.03/1800.09	c   twoopt           :       0.00          0          0
1800.03/1800.09	c   fixandinfer      :       0.00          0          0
1800.03/1800.09	c   intdiving        :       0.00          0          0
1800.03/1800.09	c   actconsdiving    :       0.00          0          0
1800.03/1800.09	c   octane           :       0.00          0          0
1800.03/1800.09	c   rens             :       0.02          1          0
1800.03/1800.09	c   rins             :       0.00          0          0
1800.03/1800.09	c   localbranching   :       0.00          0          0
1800.03/1800.09	c   mutation         :       0.00          0          0
1800.03/1800.09	c   dins             :       0.00          0          0
1800.03/1800.09	c   undercover       :       0.00          0          0
1800.03/1800.09	c   nlp              :       0.00          0          0
1800.03/1800.09	c   trysol           :       3.53      13569        146
1800.03/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.09	c   dual LP          :     464.29     434001    2383648       5.49    5133.96
1800.03/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.09	c   diving/probing LP:       0.81        813       3630       4.46    4481.48
1800.03/1800.09	c   strong branching :      14.38       9001      75181       8.35    5228.16
1800.03/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.03/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.09	c B&B Tree           :
1800.03/1800.09	c   number of runs   :          1
1800.03/1800.09	c   nodes            :     725560
1800.03/1800.09	c   nodes (total)    :     725560
1800.03/1800.09	c   nodes left       :       2924
1800.03/1800.09	c   max depth        :        227
1800.03/1800.09	c   max depth (total):        227
1800.03/1800.09	c   backtracks       :      51527 (7.1%)
1800.03/1800.09	c   delayed cutoffs  :      40575
1800.03/1800.09	c   repropagations   :    1626413 (9139585 domain reductions, 36676 cutoffs)
1800.03/1800.09	c   avg switch length:       6.42
1800.03/1800.09	c   switching time   :     181.60
1800.03/1800.09	c Solution           :
1800.03/1800.09	c   Solutions found  :        241 (94 improvements)
1800.03/1800.09	c   First Solution   : +1.37972000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.03/1800.09	c   Primal Bound     : +1.20000000000000e+01   (in run 1, after 661673 nodes, 1597.48 seconds, depth 47, found by <relaxation>)
1800.03/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.09	c   Gap              :   infinite
1800.03/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.09	c   Root Iterations  :        106
1800.23/1800.21	c Time complete: 1800.24.

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-2692303-1277925225/watcher-2692303-1277925225 -o /tmp/evaluation-result-2692303-1277925225/solver-2692303-1277925225 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692303-1277925225.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.00 2.00 2.00 3/178 15687
/proc/meminfo: memFree=31778196/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=9408 CPUtime=0
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 1648 0 0 0 0 0 0 0 21 0 1 0 133820385 9633792 1568 4089446400 4194304 8223781 140734802908608 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15687/statm: 2352 1568 369 984 0 1365 0

[startup+0.029614 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15687
/proc/meminfo: memFree=31778196/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=16604 CPUtime=0.02
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 3462 0 0 0 2 0 0 0 21 0 1 0 133820385 17002496 3382 4089446400 4194304 8223781 140734802908608 18446744073709551615 4373931 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15687/statm: 4151 3382 369 984 0 3164 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16604

[startup+0.100592 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15687
/proc/meminfo: memFree=31778196/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=35144 CPUtime=0.09
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 8088 0 0 0 9 0 0 0 21 0 1 0 133820385 35987456 7644 4089446400 4194304 8223781 140734802908608 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 8786 7644 422 984 0 7799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35144

[startup+0.300558 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15687
/proc/meminfo: memFree=31778196/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=56192 CPUtime=0.29
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 13901 0 0 0 26 3 0 0 21 0 1 0 133820385 57540608 12844 4089446400 4194304 8223781 140734802908608 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 14048 12844 564 984 0 13061 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56192

[startup+0.700481 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15687
/proc/meminfo: memFree=31778196/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=43084 CPUtime=0.69
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 15655 0 0 0 64 5 0 0 22 0 1 0 133820385 44118016 9710 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 10771 9710 575 984 0 9784 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43084

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15688
/proc/meminfo: memFree=31741112/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=43260 CPUtime=1.49
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 15760 0 0 0 140 9 0 0 25 0 1 0 133820385 44298240 9812 4089446400 4194304 8223781 140734802908608 18446744073709551615 4241176 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 10815 9812 578 984 0 9828 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43260

[startup+3.10106 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15688
/proc/meminfo: memFree=31738684/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=50652 CPUtime=3.09
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 22539 0 0 0 293 16 0 0 25 0 1 0 133820385 51867648 11514 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 12663 11514 581 984 0 11676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50652

[startup+6.30049 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15688
/proc/meminfo: memFree=31729880/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=55152 CPUtime=6.3
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 28087 0 0 0 605 25 0 0 25 0 1 0 133820385 56475648 12654 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 13788 12654 581 984 0 12801 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 55152

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15715
/proc/meminfo: memFree=31688144/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=62952 CPUtime=12.69
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 39282 0 0 0 1228 41 0 0 25 0 1 0 133820385 64462848 14598 4089446400 4194304 8223781 140734802908608 18446744073709551615 6445449 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 15738 14598 581 984 0 14751 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62952

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15716
/proc/meminfo: memFree=31643848/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=78384 CPUtime=25.49
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 48167 0 0 0 2475 74 0 0 25 0 1 0 133820385 80265216 18386 4089446400 4194304 8223781 140734802908608 18446744073709551615 4331676 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 19596 18386 581 984 0 18609 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78384

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15716
/proc/meminfo: memFree=31574396/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=109248 CPUtime=51.09
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 60953 0 0 0 4973 136 0 0 25 0 1 0 133820385 111869952 26123 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 27312 26123 581 984 0 26325 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 109248

[startup+102.306 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 15718
/proc/meminfo: memFree=31415384/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=165468 CPUtime=102.3
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 80284 0 0 0 9955 275 0 0 25 0 1 0 133820385 169439232 40296 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 41367 40296 581 984 0 40380 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 165468

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 15719
/proc/meminfo: memFree=31268172/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=231244 CPUtime=162.3
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 101546 0 0 0 15796 434 0 0 25 0 1 0 133820385 236793856 56340 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 57811 56340 581 984 0 56824 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 231244

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15721
/proc/meminfo: memFree=31169428/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=272604 CPUtime=222.3
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 149051 0 0 0 21650 580 0 0 25 0 1 0 133820385 279146496 66575 4089446400 4194304 8223781 140734802908608 18446744073709551615 6482603 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 68151 66575 585 984 0 67164 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 272604

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15722
/proc/meminfo: memFree=31093504/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=311680 CPUtime=282.3
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 205988 0 0 0 27507 723 0 0 25 0 1 0 133820385 319160320 76203 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 77920 76203 585 984 0 76933 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 311680

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15724
/proc/meminfo: memFree=31023872/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=349736 CPUtime=342.3
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 269540 0 0 0 33370 860 0 0 25 0 1 0 133820385 358129664 85602 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 87434 85602 585 984 0 86447 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 349736

[startup+402.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 15726
/proc/meminfo: memFree=30943244/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=404524 CPUtime=402.3
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 330911 0 0 0 39233 997 0 0 25 0 1 0 133820385 414232576 99105 4089446400 4194304 8223781 140734802908608 18446744073709551615 4697577 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 101131 99105 586 984 0 100144 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 404524

[startup+462.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 15727
/proc/meminfo: memFree=30863968/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=463636 CPUtime=462.3
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 374405 0 0 0 45103 1127 0 0 25 0 1 0 133820385 474763264 113512 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 115909 113512 586 984 0 114922 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 463636

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15729
/proc/meminfo: memFree=30774776/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=532816 CPUtime=522.31
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 410998 0 0 0 50959 1272 0 0 25 0 1 0 133820385 545603584 129980 4089446400 4194304 8223781 140734802908608 18446744073709551615 6445449 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 133204 129980 588 984 0 132217 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 532816

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15730
/proc/meminfo: memFree=30705664/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=580068 CPUtime=582.3
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 489377 0 0 0 56817 1413 0 0 25 0 1 0 133820385 593989632 141176 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15687/statm: 145017 141176 588 984 0 144030 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 580068

[startup+642.301 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 15732
/proc/meminfo: memFree=30654900/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=615040 CPUtime=642.31
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 529401 0 0 0 62673 1558 0 0 25 0 1 0 133820385 629800960 149204 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15687/statm: 153760 149204 588 984 0 152773 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 615040

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15738
/proc/meminfo: memFree=30492044/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=759560 CPUtime=882.31
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 761471 0 0 0 85866 2365 0 0 25 0 1 0 133820385 777789440 182089 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15687/statm: 189890 182089 594 984 0 188903 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 759560

[startup+942.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 15740
/proc/meminfo: memFree=30480356/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=766764 CPUtime=942.3
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 825932 0 0 0 91647 2583 0 0 25 0 1 0 133820385 785166336 183635 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15687/statm: 191691 183635 594 984 0 190704 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 766764

[startup+1002.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15742
/proc/meminfo: memFree=30466564/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=775432 CPUtime=1002.31
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 859501 0 0 0 97420 2811 0 0 25 0 1 0 133820385 794042368 185344 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15687/statm: 193858 185344 595 984 0 192871 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 775432

[startup+1062.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 15746
/proc/meminfo: memFree=30452944/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=779300 CPUtime=1062.31
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 869709 0 0 0 103204 3027 0 0 25 0 1 0 133820385 798003200 186099 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 194825 186099 601 984 0 193838 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 779300

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15748
/proc/meminfo: memFree=30443084/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=779604 CPUtime=1122.31
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 920939 0 0 0 108979 3252 0 0 25 0 1 0 133820385 798314496 186035 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 194901 186035 601 984 0 193914 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 779604

[startup+1182.3 s]
/proc/loadavg: 2.09 2.02 2.01 3/179 15749
/proc/meminfo: memFree=30431892/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=780768 CPUtime=1182.32
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 955481 0 0 0 114760 3472 0 0 25 0 1 0 133820385 799506432 186258 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 195192 186258 601 984 0 194205 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 780768

[startup+1242.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 15751
/proc/meminfo: memFree=30423044/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=782828 CPUtime=1242.31
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 964943 0 0 0 120539 3692 0 0 25 0 1 0 133820385 801615872 186704 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 195707 186704 601 984 0 194720 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 782828

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 15753
/proc/meminfo: memFree=30415196/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=784876 CPUtime=1302.32
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 1003853 0 0 0 126302 3930 0 0 25 0 1 0 133820385 803713024 187169 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 196219 187169 601 984 0 195232 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 784876

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15754
/proc/meminfo: memFree=30408096/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=786360 CPUtime=1362.32
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 1037200 0 0 0 132062 4170 0 0 25 0 1 0 133820385 805232640 187528 4089446400 4194304 8223781 140734802908608 18446744073709551615 6436202 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 196590 187528 601 984 0 195603 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 786360

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15756
/proc/meminfo: memFree=30401984/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=789444 CPUtime=1422.32
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 1042400 0 0 0 137825 4407 0 0 25 0 1 0 133820385 808390656 188194 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 197361 188194 601 984 0 196374 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 789444

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15757
/proc/meminfo: memFree=30392520/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=792036 CPUtime=1482.32
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 1047524 0 0 0 143589 4643 0 0 25 0 1 0 133820385 811044864 188772 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 198009 188772 601 984 0 197022 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 792036

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15759
/proc/meminfo: memFree=30387148/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=794380 CPUtime=1542.31
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 1048019 0 0 0 149358 4873 0 0 25 0 1 0 133820385 813445120 189258 4089446400 4194304 8223781 140734802908608 18446744073709551615 6482738 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 198595 189258 601 984 0 197608 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 794380

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15761
/proc/meminfo: memFree=30383648/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=795768 CPUtime=1602.32
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 1055121 0 0 0 155120 5112 0 0 25 0 1 0 133820385 814866432 189502 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 198942 189502 601 984 0 197955 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 795768

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15762
/proc/meminfo: memFree=30381640/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=796032 CPUtime=1662.32
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 1102687 0 0 0 160891 5341 0 0 25 0 1 0 133820385 815136768 189589 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 199008 189589 601 984 0 198021 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 796032

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15764
/proc/meminfo: memFree=30379752/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=796500 CPUtime=1722.32
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 1120357 0 0 0 166679 5553 0 0 25 0 1 0 133820385 815616000 189664 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 199125 189664 601 984 0 198138 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 796500

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 15765
/proc/meminfo: memFree=30376964/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=797960 CPUtime=1782.33
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 1127576 0 0 0 172473 5760 0 0 25 0 1 0 133820385 817111040 190008 4089446400 4194304 8223781 140734802908608 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 199490 190008 601 984 0 198503 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 797960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 15766
/proc/meminfo: memFree=30375960/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=798264 CPUtime=1800.03
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 1127637 0 0 0 174186 5817 0 0 25 0 1 0 133820385 817422336 190069 4089446400 4194304 8223781 140734802908608 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15687/statm: 199566 190069 601 984 0 198579 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 798264

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.03 2.01 2.00 3/179 15766
/proc/meminfo: memFree=30375960/32951124 swapFree=67111528/67111528
[pid=15687] ppid=15685 vsize=380100 CPUtime=1800.23
/proc/15687/stat : 15687 (pbscip.linux.x8) R 15685 15687 13427 0 -1 4202496 1127644 0 0 0 174204 5819 0 0 18 0 1 0 133820385 389222400 89646 4089446400 4194304 8223781 140734802908608 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15687/statm: 94811 89489 603 984 0 93824 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 380100

Child status: 0
Real time (s): 1800.22
CPU time (s): 1800.25
CPU user time (s): 1742.05
CPU system time (s): 58.2072
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 813476

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

runsolver used 3.05854 second user time and 5.9381 second system time

The end

Launcher Data

Begin job on node101 at 2010-06-30 21:13:45
IDJOB=2692303
IDBENCH=79258
IDSOLVER=1204
FILE ID=node101/2692303-1277925225
PBS_JOBID= 11197302
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.1900557574--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-2692303-1277925225/watcher-2692303-1277925225 -o /tmp/evaluation-result-2692303-1277925225/solver-2692303-1277925225 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692303-1277925225.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c0d431beb578ab67ce1970cb297cf650
RANDOM SEED=44009444

node101.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.837
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.67
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.837
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	: 5226.15
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.837
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.837
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.83
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.837
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.837
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.837
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.837
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31778972 kB
Buffers:        212504 kB
Cached:         743700 kB
SwapCached:          0 kB
Active:         485488 kB
Inactive:       542336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31778972 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4676 kB
Writeback:           0 kB
AnonPages:       71536 kB
Mapped:          15544 kB
Slab:            78952 kB
PageTables:       5016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   216308 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= 74200 MiB
End job on node101 at 2010-06-30 21:43:47