Trace number 2693913

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverOPTIMUM 1551.82 1551.78

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226368--soft-66-100-0.wbo
MD5SUMcd14c84645c681c9a9ce76500d94ff11
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark0.069988
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1270
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693913-1277897072.wbo>
0.00/0.00	c original problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 144 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 48 impls, 39 clqs
0.00/0.01	c (round 2) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 48 impls, 39 clqs
0.00/0.01	c (round 3) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 46 upgd conss, 48 impls, 39 clqs
0.00/0.02	c    (0.0s) probing: 101/211 (47.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (4 rounds):
0.00/0.02	c  0 deleted vars, 14 deleted constraints, 42 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  48 implications, 39 cliques
0.00/0.02	c presolved problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 130 constraints
0.00/0.02	c      42 constraints of type <indicator>
0.00/0.02	c       1 constraints of type <knapsack>
0.00/0.02	c      39 constraints of type <setppc>
0.00/0.02	c      42 constraints of type <linear>
0.00/0.02	c       6 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     2 |     0 |     - | 941k|   0 |   - | 253 | 130 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.41	c   1.1s| 10000 |  6940 |     0 |   0.0 |6533k| 141 |   - | 253 |3491 |   0 |   0 |   0 |6969 |   0 | 0.000000e+00 |      --      |    Inf 
3.59/3.61	c   3.0s| 20000 | 12199 |     0 |   0.0 |  11M| 141 |   - | 253 |5157 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
6.69/6.73	c   5.8s| 30000 | 16410 |     0 |   0.0 |  16M| 141 |   - | 253 |9450 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
11.00/11.01	c   9.8s| 40000 | 18845 |     0 |   0.0 |  21M| 141 |   - | 253 |  11k|   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
14.90/14.95	c  13.3s| 50000 | 22253 |     0 |   0.0 |  22M| 141 |   - | 253 |5271 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
16.69/16.70	c  14.8s| 60000 | 29152 |     0 |   0.0 |  26M| 141 |   - | 253 |4044 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
20.49/20.56	c  18.3s| 70000 | 31530 |     0 |   0.0 |  31M| 141 |   - | 253 |  10k|   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
27.00/27.04	c  24.4s| 80000 | 31358 |     0 |   0.0 |  35M| 141 |   - | 253 |  16k|   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
35.10/35.16	c  32.1s| 90000 | 30731 |     0 |   0.0 |  38M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
45.39/45.42	c  42.0s|100000 | 28863 |     0 |   0.0 |  36M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
48.09/48.19	c  44.4s|110000 | 35318 |     0 |   0.0 |  36M| 141 |   - | 253 |5087 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
50.49/50.58	c  46.5s|120000 | 41211 |     0 |   0.0 |  40M| 141 |   - | 253 |5455 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
53.20/53.28	c  48.8s|130000 | 46569 |     0 |   0.0 |  45M| 141 |   - | 253 |6679 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
56.39/56.43	c  51.6s|140000 | 51351 |     0 |   0.0 |  48M| 141 |   - | 253 |7895 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
60.00/60.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.00/60.09	c  55.0s|150000 | 55469 |     0 |   0.0 |  52M| 141 |   - | 253 |9491 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
65.09/65.16	c  59.6s|160000 | 57465 |     0 |   0.0 |  56M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
78.10/78.12	c  72.2s|170000 | 51273 |     0 |   0.0 |  54M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
87.49/87.56	c  81.2s|180000 | 52147 |     0 |   0.0 |  47M| 141 |   - | 253 |9484 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
91.10/91.12	c  84.5s|190000 | 56660 |     0 |   0.0 |  50M| 141 |   - | 253 |7410 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
94.90/94.90	c  87.9s|200000 | 60784 |     0 |   0.0 |  53M| 141 |   - | 253 |8561 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
98.79/98.80	c  91.5s|210000 | 65003 |     0 |   0.0 |  57M| 141 |   - | 253 |9662 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
103.09/103.19	c  95.5s|220000 | 68537 |     0 |   0.0 |  60M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
106.49/106.53	o 521
106.49/106.53	c *98.6s|226757 | 70492 |     0 |   0.0 |  62M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 5.210000e+02 |    Inf 
108.09/108.19	c   100s|230000 | 71323 |     0 |   0.0 |  63M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 5.210000e+02 |    Inf 
109.29/109.37	o 458
109.29/109.37	c * 101s|232390 | 72059 |     0 |   0.0 |  64M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 4.580000e+02 |    Inf 
112.20/112.28	o 271
112.20/112.28	c * 104s|237430 | 73161 |     0 |   0.0 |  65M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 2.710000e+02 |    Inf 
113.70/113.72	c   105s|240000 | 73780 |     0 |   0.0 |  66M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 2.710000e+02 |    Inf 
119.80/119.82	c   111s|250000 | 76126 |     0 |   0.0 |  69M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 2.710000e+02 |    Inf 
126.99/127.06	c   118s|260000 | 77494 |     0 |   0.0 |  71M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 2.710000e+02 |    Inf 
135.20/135.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
135.20/135.22	c   126s|270000 | 78223 |     0 |   0.0 |  73M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 292k|   0 | 0.000000e+00 | 2.710000e+02 |    Inf 
144.99/145.08	c   135s|280000 | 77712 |     0 |   0.0 |  73M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 307k|   0 | 1.000000e+00 | 2.710000e+02 |  Large 
153.29/153.31	c   143s|290000 | 79949 |     0 |   0.0 |  75M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 317k|   0 | 1.000000e+00 | 2.710000e+02 |  Large 
160.60/160.61	c   150s|300000 | 82590 |     0 |   0.0 |  78M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 327k|   0 | 1.000000e+00 | 2.710000e+02 |  Large 
168.20/168.24	c   157s|310000 | 84778 |     0 |   0.0 |  81M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 336k|   0 | 1.000000e+00 | 2.710000e+02 |  Large 
176.60/176.62	c   165s|320000 | 86614 |     0 |   0.0 |  85M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 347k|   0 | 1.000000e+00 | 2.710000e+02 |  Large 
178.80/178.88	o 249
178.80/178.88	c * 167s|322480 | 86944 |     0 |   0.0 |  85M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 350k|   0 | 1.000000e+00 | 2.490000e+02 |  Large 
178.80/178.88	o 203
178.80/178.88	c * 167s|322481 | 86814 |     0 |   0.0 |  85M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 350k|   0 | 1.000000e+00 | 2.030000e+02 |  Large 
184.60/184.64	o 196
184.60/184.64	c * 173s|328312 | 87418 |     0 |   0.0 |  87M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 357k|   0 | 1.000000e+00 | 1.960000e+02 |  Large 
186.40/186.46	c   174s|330000 | 87539 |     0 |   0.0 |  87M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 359k|   0 | 1.000000e+00 | 1.960000e+02 |  Large 
196.80/196.82	c   184s|340000 | 88515 |     0 |   0.0 |  90M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 371k|   0 | 1.000000e+00 | 1.960000e+02 |  Large 
208.39/208.42	c   195s|350000 | 88963 |     0 |   0.0 |  93M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 384k|   0 | 1.000000e+00 | 1.960000e+02 |  Large 
215.10/215.17	o 188
215.10/215.17	c * 202s|355956 | 89536 |     0 |   0.0 |  95M| 141 |   - | 253 |  27k|   0 |   0 |   0 | 391k|   0 | 1.000000e+00 | 1.880000e+02 |  Large 
220.09/220.19	c   207s|360000 | 89789 |     0 |   0.0 |  96M| 141 |   - | 253 |  28k|   0 |   0 |   0 | 396k|   0 | 1.000000e+00 | 1.880000e+02 |  Large 
233.60/233.65	c   220s|370000 | 90008 |     0 |   0.0 |  98M| 141 |   - | 253 |  30k|   0 |   0 |   0 | 409k|   0 | 1.000000e+00 | 1.880000e+02 |  Large 
243.20/243.27	o 174
243.20/243.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
243.20/243.27	c * 229s|377048 | 90089 |     0 |   0.0 |  99M| 141 |   - | 253 |  32k|   0 |   0 |   0 | 418k|   0 | 1.000000e+00 | 1.740000e+02 |  Large 
247.70/247.76	c   234s|380000 | 89977 |     0 |   0.0 | 100M| 141 |   - | 253 |  32k|   0 |   0 |   0 | 422k|   0 | 1.000000e+00 | 1.740000e+02 |  Large 
251.60/251.68	o 146
251.60/251.68	c * 237s|382446 | 89297 |     0 |   0.0 | 100M| 141 |   - | 253 |  33k|   0 |   0 |   0 | 426k|   0 | 1.000000e+00 | 1.460000e+02 |  Large 
266.30/266.39	c   252s|390000 | 87227 |     0 |   0.0 | 100M| 141 |   - | 253 |  36k|   0 |   0 |   0 | 438k|   0 | 1.000000e+00 | 1.460000e+02 |  Large 
284.70/284.80	c   270s|400000 | 86700 |     0 |   0.0 | 100M| 141 |   - | 253 |  32k|   0 |   0 |   0 | 451k|   0 | 1.000000e+00 | 1.460000e+02 |  Large 
300.89/300.92	c   285s|410000 | 86987 |     0 |   0.0 | 101M| 141 |   - | 253 |  31k|   0 |   0 |   0 | 463k|   0 | 1.000000e+00 | 1.460000e+02 |  Large 
318.00/318.03	c   302s|420000 | 86601 |     0 |   0.0 | 103M| 141 |   - | 253 |  33k|   0 |   0 |   0 | 476k|   0 | 1.000000e+00 | 1.460000e+02 |  Large 
336.70/336.78	c   320s|430000 | 85541 |     0 |   0.0 | 104M| 141 |   - | 253 |  36k|   0 |   0 |   0 | 489k|   0 | 1.000000e+00 | 1.460000e+02 |  Large 
346.80/346.81	o 96
346.80/346.81	c * 330s|435394 | 80888 |     0 |   0.0 | 100M| 141 |   - | 253 |  38k|   0 |   0 |   0 | 496k|   0 | 1.000000e+00 | 9.600000e+01 |9500.00%
353.20/353.23	c   336s|440000 | 79278 |     0 |   0.0 |  92M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 504k|   0 | 1.000000e+00 | 9.600000e+01 |9500.00%
360.60/360.63	o 59
360.60/360.63	c * 343s|446607 | 51813 |     0 |   0.0 |  69M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 515k|   0 | 1.000000e+00 | 5.900000e+01 |5800.00%
364.41/364.43	c   347s|450000 | 49218 |     0 |   0.0 |  64M| 141 |   - | 253 |5599 |   0 |   0 |   0 | 520k|   0 | 1.000000e+00 | 5.900000e+01 |5800.00%
373.50/373.60	c   355s|460000 | 40819 |     0 |   0.0 |  55M| 141 |   - | 253 |9345 |   0 |   0 |   0 | 534k|   0 | 1.000000e+00 | 5.900000e+01 |5800.00%
379.70/379.78	c   361s|470000 | 40168 |     0 |   0.0 |  55M| 141 |   - | 253 |7611 |   0 |   0 |   0 | 545k|   0 | 1.000000e+00 | 5.900000e+01 |5800.00%
382.81/382.85	c   364s|480000 | 45531 |     0 |   0.0 |  58M| 141 |   - | 253 |9370 |   0 |   0 |   0 | 551k|   0 | 6.000000e+00 | 5.900000e+01 | 883.33%
386.51/386.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
386.51/386.55	c   367s|490000 | 50739 |     0 |   0.0 |  63M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 558k|   0 | 6.000000e+00 | 5.900000e+01 | 883.33%
393.51/393.55	c   374s|500000 | 52376 |     0 |   0.0 |  67M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 570k|   0 | 6.000000e+00 | 5.900000e+01 | 883.33%
401.60/401.67	c   381s|510000 | 53360 |     0 |   0.0 |  67M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 581k|   0 | 6.000000e+00 | 5.900000e+01 | 883.33%
409.10/409.19	c   389s|520000 | 55647 |     0 |   0.0 |  72M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 592k|   0 | 6.000000e+00 | 5.900000e+01 | 883.33%
419.60/419.66	c   399s|530000 | 56248 |     0 |   0.0 |  76M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 605k|   0 | 6.000000e+00 | 5.900000e+01 | 883.33%
433.20/433.25	c   412s|540000 | 55303 |     0 |   0.0 |  80M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 620k|   0 | 6.000000e+00 | 5.900000e+01 | 883.33%
450.80/450.86	c   429s|550000 | 52603 |     0 |   0.0 |  82M| 141 |   - | 253 |  32k|   0 |   0 |   0 | 637k|   0 | 6.000000e+00 | 5.900000e+01 | 883.33%
465.31/465.38	c   443s|560000 | 52569 |     0 |   0.0 |  78M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 650k|   0 | 6.000000e+00 | 5.900000e+01 | 883.33%
481.41/481.44	c   459s|570000 | 48313 |     0 |   0.0 |  78M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 668k|   0 | 6.000000e+00 | 5.900000e+01 | 883.33%
504.00/504.05	c   481s|580000 | 40762 |     0 |   0.0 |  73M| 141 |   - | 253 |  33k|   0 |   0 |   0 | 690k|   0 | 6.000000e+00 | 5.900000e+01 | 883.33%
512.61/512.67	c   489s|590000 | 45032 |     0 |   0.0 |  64M| 141 |   - | 253 |7404 |   0 |   0 |   0 | 696k|   0 | 6.000000e+00 | 5.900000e+01 | 883.33%
515.71/515.75	c   492s|600000 | 50591 |     0 |   0.0 |  69M| 141 |   - | 253 |8868 |   0 |   0 |   0 | 701k|   0 | 6.000000e+00 | 5.900000e+01 | 883.33%
522.60/522.70	c   498s|610000 | 48720 |     0 |   0.0 |  62M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 713k|   0 | 6.000000e+00 | 5.900000e+01 | 883.33%
525.00/525.08	c   500s|620000 | 55731 |     0 |   0.0 |  64M| 141 |   - | 253 |5441 |   0 |   0 |   0 | 717k|   0 | 6.000000e+00 | 5.900000e+01 | 883.33%
527.70/527.70	c   503s|630000 | 61783 |     0 |   0.0 |  68M| 141 |   - | 253 |6721 |   0 |   0 |   0 | 721k|   0 | 6.000000e+00 | 5.900000e+01 | 883.33%
530.80/530.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
530.80/530.86	c   506s|640000 | 67098 |     0 |   0.0 |  72M| 141 |   - | 253 |8116 |   0 |   0 |   0 | 726k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
534.51/534.58	c   509s|650000 | 71811 |     0 |   0.0 |  76M| 141 |   - | 253 |9179 |   0 |   0 |   0 | 732k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
539.10/539.12	c   513s|660000 | 75403 |     0 |   0.0 |  80M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 738k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
544.70/544.75	c   518s|670000 | 77700 |     0 |   0.0 |  85M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 747k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
551.60/551.62	c   525s|680000 | 78576 |     0 |   0.0 |  87M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 756k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
554.90/554.97	c   528s|690000 | 84784 |     0 |   0.0 |  90M| 141 |   - | 253 |6976 |   0 |   0 |   0 | 760k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
558.10/558.18	c   531s|700000 | 89423 |     0 |   0.0 |  93M| 141 |   - | 253 |5019 |   0 |   0 |   0 | 765k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
561.01/561.08	c   533s|710000 | 94674 |     0 |   0.0 |  98M| 141 |   - | 253 |7456 |   0 |   0 |   0 | 771k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
565.20/565.25	c   537s|720000 | 98780 |     0 |   0.0 | 103M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 777k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
570.40/570.41	c   542s|730000 |102330 |     0 |   0.0 | 107M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 784k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
576.61/576.60	c   548s|740000 |105179 |     0 |   0.0 | 111M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 791k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
583.50/583.57	c   554s|750000 |107443 |     0 |   0.0 | 115M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 799k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
591.10/591.13	c   562s|760000 |109331 |     0 |   0.0 | 119M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 808k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
599.71/599.77	c   570s|770000 |110383 |     0 |   0.0 | 122M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 818k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
608.90/608.92	c   579s|780000 |110898 |     0 |   0.0 | 125M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 828k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
619.31/619.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
619.31/619.37	c   589s|790000 |110191 |     0 |   0.0 | 127M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 840k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
630.60/630.63	c   599s|800000 |108699 |     0 |   0.0 | 129M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 852k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
644.00/644.02	c   612s|810000 |105594 |     0 |   0.0 | 128M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 864k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
649.50/649.59	c   618s|820000 |112009 |     0 |   0.0 | 130M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 868k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
654.41/654.50	c   622s|830000 |117097 |     0 |   0.0 | 133M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 872k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
659.71/659.74	c   627s|840000 |120813 |     0 |   0.0 | 137M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 879k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
665.41/665.46	c   632s|850000 |123173 |     0 |   0.0 | 140M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 887k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
669.70/669.80	c   636s|860000 |127518 |     0 |   0.0 | 142M| 141 |   - | 253 |5118 |   0 |   0 |   0 | 893k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
673.00/673.00	c   639s|870000 |132076 |     0 |   0.0 | 146M| 141 |   - | 253 |7884 |   0 |   0 |   0 | 899k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
677.81/677.83	c   644s|880000 |135097 |     0 |   0.0 | 151M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 907k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
684.70/684.75	c   650s|890000 |136785 |     0 |   0.0 | 155M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 916k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
694.61/694.68	c   660s|900000 |136793 |     0 |   0.0 | 158M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 926k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
706.40/706.46	c   671s|910000 |136243 |     0 |   0.0 | 161M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 937k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
719.91/719.96	c   684s|920000 |135218 |     0 |   0.0 | 163M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 949k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
734.91/734.95	c   699s|930000 |133871 |     0 |   0.0 | 165M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 961k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
752.11/752.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
752.11/752.18	c   715s|940000 |131776 |     0 |   0.0 | 165M| 141 |   - | 253 |  27k|   0 |   0 |   0 | 973k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
772.11/772.12	c   735s|950000 |128274 |     0 |   0.0 | 164M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 988k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
793.31/793.38	c   756s|960000 |123803 |     0 |   0.0 | 161M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1003k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
810.62/810.67	c   773s|970000 |122604 |     0 |   0.0 | 158M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1013k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
819.81/819.89	c   781s|980000 |126371 |     0 |   0.0 | 160M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1019k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
828.81/828.86	c   790s|990000 |128746 |     0 |   0.0 | 163M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1026k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
838.51/838.54	c   799s|  1000k|130023 |     0 |   0.0 | 166M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1034k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
848.61/848.61	c   809s|  1010k|130449 |     0 |   0.0 | 169M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1043k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
858.01/858.08	c   818s|  1020k|131090 |     0 |   0.0 | 172M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1053k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
867.71/867.70	c   827s|  1030k|131733 |     0 |   0.0 | 174M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1062k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
877.91/877.95	c   837s|  1040k|131890 |     0 |   0.0 | 176M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1073k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
883.21/883.29	c   842s|  1050k|137606 |     0 |   0.0 | 176M| 141 |   - | 253 |7261 |   0 |   0 |   0 |1077k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
885.81/885.84	c   844s|  1060k|143889 |     0 |   0.0 | 180M| 141 |   - | 253 |5962 |   0 |   0 |   0 |1081k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
889.32/889.37	c   847s|  1070k|148160 |     0 |   0.0 | 184M| 141 |   - | 253 |7258 |   0 |   0 |   0 |1087k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
894.81/894.81	c   852s|  1080k|149303 |     0 |   0.0 | 188M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1096k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
904.71/904.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
904.71/904.73	c   862s|  1090k|147071 |     0 |   0.0 | 188M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1109k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
921.02/921.04	c   878s|  1100k|141997 |     0 |   0.0 | 186M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1124k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
945.41/945.41	c   902s|  1110k|133997 |     0 |   0.0 | 179M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1141k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
966.32/966.32	c   922s|  1120k|130914 |     0 |   0.0 | 173M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1154k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
979.92/979.98	c   935s|  1130k|130978 |     0 |   0.0 | 173M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1163k|   0 | 9.000000e+00 | 5.900000e+01 | 555.56%
983.72/983.76	o 44
983.72/983.76	c * 939s|  1132k|110480 |     0 |   0.0 | 144M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1165k|   0 | 9.000000e+00 | 4.400000e+01 | 388.89%
995.21/995.26	c   950s|  1140k|108311 |     0 |   0.0 | 145M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1175k|   0 | 9.000000e+00 | 4.400000e+01 | 388.89%
1013.92/1013.96	c   968s|  1150k|103089 |     0 |   0.0 | 143M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1191k|   0 | 9.000000e+00 | 4.400000e+01 | 388.89%
1032.71/1032.75	c   987s|  1160k| 97796 |     0 |   0.0 | 139M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1207k|   0 | 9.000000e+00 | 4.400000e+01 | 388.89%
1041.42/1041.41	o 28
1041.42/1041.41	c * 995s|  1164k| 75107 |     0 |   0.0 | 107M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1214k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1052.01/1052.07	c  1005s|  1170k| 72931 |     0 |   0.0 | 103M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1222k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1058.42/1058.44	c  1011s|  1180k| 75999 |     0 |   0.0 | 101M| 141 |   - | 253 |8137 |   0 |   0 |   0 |1230k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1064.22/1064.21	c  1017s|  1190k| 77727 |     0 |   0.0 | 104M| 141 |   - | 253 |9376 |   0 |   0 |   0 |1240k|   0 | 9.000000e+00 | 2.800000e+01 | 211.11%
1071.02/1071.10	c  1023s|  1200k| 78484 |     0 |   0.0 | 106M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1252k|   0 | 1.000000e+01 | 2.800000e+01 | 180.00%
1079.21/1079.20	c  1031s|  1210k| 78187 |     0 |   0.0 | 110M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1264k|   0 | 1.000000e+01 | 2.800000e+01 | 180.00%
1088.51/1088.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1088.51/1088.51	c  1040s|  1220k| 76545 |     0 |   0.0 | 111M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1277k|   0 | 1.000000e+01 | 2.800000e+01 | 180.00%
1103.52/1103.54	c  1054s|  1230k| 67631 |     0 |   0.0 | 104M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1298k|   0 | 1.000000e+01 | 2.800000e+01 | 180.00%
1124.62/1124.69	c  1075s|  1240k| 59685 |     0 |   0.0 |  89M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1319k|   0 | 1.000000e+01 | 2.800000e+01 | 180.00%
1135.82/1135.80	c  1085s|  1250k| 57990 |     0 |   0.0 |  88M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1333k|   0 | 1.100000e+01 | 2.800000e+01 | 154.55%
1147.12/1147.14	c  1096s|  1260k| 55491 |     0 |   0.0 |  89M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1349k|   0 | 1.100000e+01 | 2.800000e+01 | 154.55%
1161.01/1161.03	c  1110s|  1270k| 51273 |     0 |   0.0 |  88M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1365k|   0 | 1.100000e+01 | 2.800000e+01 | 154.55%
1176.81/1176.82	c  1125s|  1280k| 47305 |     0 |   0.0 |  81M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1380k|   0 | 1.100000e+01 | 2.800000e+01 | 154.55%
1183.42/1183.43	c  1131s|  1290k| 48770 |     0 |   0.0 |  80M| 141 |   - | 253 |8653 |   0 |   0 |   0 |1391k|   0 | 1.100000e+01 | 2.800000e+01 | 154.55%
1193.61/1193.68	c  1141s|  1300k| 41809 |     0 |   0.0 |  74M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1409k|   0 | 1.100000e+01 | 2.800000e+01 | 154.55%
1203.92/1203.96	c  1151s|  1310k| 40000 |     0 |   0.0 |  65M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1421k|   0 | 1.100000e+01 | 2.800000e+01 | 154.55%
1210.52/1210.57	c  1157s|  1320k| 41619 |     0 |   0.0 |  69M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1433k|   0 | 1.100000e+01 | 2.800000e+01 | 154.55%
1216.12/1216.11	c  1162s|  1330k| 44979 |     0 |   0.0 |  68M| 141 |   - | 253 |8664 |   0 |   0 |   0 |1443k|   0 | 1.100000e+01 | 2.800000e+01 | 154.55%
1220.62/1220.67	c  1167s|  1340k| 48113 |     0 |   0.0 |  69M| 141 |   - | 253 |7074 |   0 |   0 |   0 |1451k|   0 | 1.400000e+01 | 2.800000e+01 | 100.00%
1227.52/1227.51	c  1173s|  1350k| 46569 |     0 |   0.0 |  68M| 141 |   - | 253 |9572 |   0 |   0 |   0 |1465k|   0 | 1.400000e+01 | 2.800000e+01 | 100.00%
1235.42/1235.46	c  1181s|  1360k| 46582 |     0 |   0.0 |  73M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1479k|   0 | 1.400000e+01 | 2.800000e+01 | 100.00%
1247.43/1247.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1247.43/1247.49	c  1192s|  1370k| 44948 |     0 |   0.0 |  74M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1496k|   0 | 1.400000e+01 | 2.800000e+01 | 100.00%
1253.92/1253.96	c  1198s|  1380k| 48949 |     0 |   0.0 |  74M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1506k|   0 | 1.400000e+01 | 2.800000e+01 | 100.00%
1260.82/1260.85	c  1205s|  1390k| 50524 |     0 |   0.0 |  78M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1518k|   0 | 1.400000e+01 | 2.800000e+01 | 100.00%
1267.92/1267.95	c  1212s|  1400k| 53082 |     0 |   0.0 |  80M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1529k|   0 | 1.400000e+01 | 2.800000e+01 | 100.00%
1276.12/1276.19	c  1219s|  1410k| 52977 |     0 |   0.0 |  82M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1541k|   0 | 1.400000e+01 | 2.800000e+01 | 100.00%
1287.42/1287.40	c  1230s|  1420k| 49794 |     0 |   0.0 |  80M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1559k|   0 | 1.400000e+01 | 2.800000e+01 | 100.00%
1299.52/1299.56	c  1242s|  1430k| 49332 |     0 |   0.0 |  78M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1575k|   0 | 1.400000e+01 | 2.800000e+01 | 100.00%
1309.22/1309.23	c  1251s|  1440k| 49800 |     0 |   0.0 |  81M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1588k|   0 | 1.400000e+01 | 2.800000e+01 | 100.00%
1321.83/1321.86	c  1264s|  1450k| 47524 |     0 |   0.0 |  81M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1604k|   0 | 1.400000e+01 | 2.800000e+01 | 100.00%
1335.53/1335.58	c  1277s|  1460k| 47375 |     0 |   0.0 |  82M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1618k|   0 | 1.400000e+01 | 2.800000e+01 | 100.00%
1349.73/1349.71	c  1291s|  1470k| 44955 |     0 |   0.0 |  81M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1633k|   0 | 1.400000e+01 | 2.800000e+01 | 100.00%
1366.52/1366.56	c  1307s|  1480k| 40927 |     0 |   0.0 |  77M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1651k|   0 | 1.500000e+01 | 2.800000e+01 |  86.67%
1385.52/1385.53	c  1326s|  1490k| 35971 |     0 |   0.0 |  75M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1670k|   0 | 1.500000e+01 | 2.800000e+01 |  86.67%
1410.32/1410.35	c  1350s|  1500k| 29490 |     0 |   0.0 |  69M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1690k|   0 | 1.500000e+01 | 2.800000e+01 |  86.67%
1426.02/1426.09	c  1365s|  1510k| 28147 |     0 |   0.0 |  59M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1703k|   0 | 1.500000e+01 | 2.800000e+01 |  86.67%
1437.73/1437.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1437.73/1437.71	c  1377s|  1520k| 27471 |     0 |   0.0 |  54M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1716k|   0 | 1.900000e+01 | 2.800000e+01 |  47.37%
1443.53/1443.59	c  1382s|  1530k| 32095 |     0 |   0.0 |  59M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1725k|   0 | 1.900000e+01 | 2.800000e+01 |  47.37%
1454.93/1454.95	c  1393s|  1540k| 32011 |     0 |   0.0 |  60M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1740k|   0 | 1.900000e+01 | 2.800000e+01 |  47.37%
1465.33/1465.36	c  1403s|  1550k| 32410 |     0 |   0.0 |  60M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1754k|   0 | 1.900000e+01 | 2.800000e+01 |  47.37%
1474.62/1474.69	c  1412s|  1560k| 34924 |     0 |   0.0 |  65M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1767k|   0 | 1.900000e+01 | 2.800000e+01 |  47.37%
1491.02/1491.03	c  1428s|  1570k| 33175 |     0 |   0.0 |  67M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1784k|   0 | 1.900000e+01 | 2.800000e+01 |  47.37%
1509.53/1509.55	c  1446s|  1580k| 31078 |     0 |   0.0 |  62M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1801k|   0 | 1.900000e+01 | 2.800000e+01 |  47.37%
1527.02/1527.00	c  1463s|  1590k| 27830 |     0 |   0.0 |  64M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1822k|   0 | 1.900000e+01 | 2.800000e+01 |  47.37%
1547.52/1547.55	c  1483s|  1600k| 25810 |     0 |   0.0 |  57M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1837k|   0 | 1.900000e+01 | 2.800000e+01 |  47.37%
1551.73/1551.74	o 19
1551.73/1551.74	c *1487s|  1604k|     0 |     0 |   0.0 |  15M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1842k|   0 | 1.900000e+01 | 1.900000e+01 |   0.00%
1551.73/1551.74	c 
1551.73/1551.74	c SCIP Status        : problem is solved [optimal solution found]
1551.73/1551.74	c Solving Time (sec) : 1487.42
1551.73/1551.74	c Solving Nodes      : 1604077
1551.73/1551.74	c Primal Bound       : +1.90000000000000e+01 (14 solutions)
1551.73/1551.74	c Dual Bound         : +1.90000000000000e+01
1551.73/1551.74	c Gap                : 0.00 %
1551.73/1551.74	s OPTIMUM FOUND
1551.73/1551.74	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 x148 
1551.73/1551.74	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
1551.73/1551.74	v -x126 x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 
1551.73/1551.74	v -x105 -x104 x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 
1551.73/1551.74	v -x81 -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 
1551.73/1551.74	v -x55 -x54 -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 x32 -x31 
1551.73/1551.74	v -x30 -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 
1551.73/1551.74	v -x4 -x3 -x2 -x1 
1551.73/1551.74	c SCIP Status        : problem is solved [optimal solution found]
1551.73/1551.74	c Solving Time       :    1487.42
1551.73/1551.74	c Original Problem   :
1551.73/1551.74	c   Problem name     : HOME/instance-2693913-1277897072.wbo
1551.73/1551.74	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1551.73/1551.74	c   Constraints      : 144 initial, 144 maximal
1551.73/1551.74	c Presolved Problem  :
1551.73/1551.74	c   Problem name     : t_HOME/instance-2693913-1277897072.wbo
1551.73/1551.74	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1551.73/1551.74	c   Constraints      : 130 initial, 38641 maximal
1551.73/1551.74	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1551.73/1551.74	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1551.73/1551.74	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1551.73/1551.74	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1551.73/1551.74	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1551.73/1551.74	c   implics          :       0.00          0          0          0          0          0          0          0          0
1551.73/1551.74	c   probing          :       0.00          0          0          0          0          0          0          0          0
1551.73/1551.74	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1551.73/1551.74	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1551.73/1551.74	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1551.73/1551.74	c   linear           :       0.00          0          0          0         42          0         14          0          0
1551.73/1551.74	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1551.73/1551.74	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1551.73/1551.74	c   root node        :          -         13          -          -         26          -          -          -          -
1551.73/1551.74	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1551.73/1551.74	c   integral         :          0          0          0          0          0          0          0          0          0          0
1551.73/1551.74	c   indicator        :         42          0    4869274          0     979714       8741     824019          0          0          0
1551.73/1551.74	c   knapsack         :          1          0    5182937          0    1040173     113159   20912325          0          0          0
1551.73/1551.74	c   setppc           :         39          0    5069745          0    1040165     442918    6065698          0          0          0
1551.73/1551.74	c   linear           :         42          0    4626845          0    1040167     214320    3775519          0          0          0
1551.73/1551.74	c   logicor          :          6+         0    2369321          0    1025819      35401    1180068          0          0          0
1551.73/1551.74	c   bounddisjunction :          0+         0     206385          0          0          6       3985          0          0          0
1551.73/1551.74	c   countsols        :          0          0          0          0    1040181          0          0          0          0          0
1551.73/1551.74	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1551.73/1551.74	c   integral         :       0.00       0.00       0.00       0.00       0.00
1551.73/1551.74	c   indicator        :       1.33       0.00       0.78       0.00       0.55
1551.73/1551.74	c   knapsack         :     166.09       0.00     164.22       0.00       1.87
1551.73/1551.74	c   setppc           :      28.09       0.00      23.90       0.00       4.19
1551.73/1551.74	c   linear           :      36.24       0.00      36.14       0.00       0.10
1551.73/1551.74	c   logicor          :     609.92       0.00     609.69       0.00       0.23
1551.73/1551.74	c   bounddisjunction :       0.14       0.00       0.14       0.00       0.00
1551.73/1551.74	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1551.73/1551.74	c Propagators        :       Time      Calls    Cutoffs    DomReds
1551.73/1551.74	c   vbounds          :       0.00          2          0          0
1551.73/1551.74	c   rootredcost      :       0.00          0          0          0
1551.73/1551.74	c   pseudoobj        :       6.73    5195160       3666     695310
1551.73/1551.74	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1551.73/1551.74	c   propagation      :      21.24     809470     809421    4072781       19.3     140670       12.7          -
1551.73/1551.74	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1551.73/1551.74	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1551.73/1551.74	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1551.73/1551.74	c   pseudo solution  :       0.00         60         60        311       16.5         13       13.2          -
1551.73/1551.74	c   applied globally :          -          -          -    1833254       15.1          -          -          -
1551.73/1551.74	c   applied locally  :          -          -          -       8956       35.3          -          -          -
1551.73/1551.74	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1551.73/1551.74	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1551.73/1551.74	c   redcost          :       0.00          0          0          0          0          0
1551.73/1551.74	c   impliedbounds    :       0.00          0          0          0          0          0
1551.73/1551.74	c   intobj           :       0.00          0          0          0          0          0
1551.73/1551.74	c   cgmip            :       0.00          0          0          0          0          0
1551.73/1551.74	c   gomory           :       0.00          0          0          0          0          0
1551.73/1551.74	c   strongcg         :       0.00          0          0          0          0          0
1551.73/1551.74	c   cmir             :       0.00          0          0          0          0          0
1551.73/1551.74	c   flowcover        :       0.00          0          0          0          0          0
1551.73/1551.74	c   clique           :       0.00          0          0          0          0          0
1551.73/1551.74	c   zerohalf         :       0.00          0          0          0          0          0
1551.73/1551.74	c   mcf              :       0.00          0          0          0          0          0
1551.73/1551.74	c   rapidlearning    :       0.00          0          0          0          0          0
1551.73/1551.74	c Pricers            :       Time      Calls       Vars
1551.73/1551.74	c   problem variables:       0.00          0          0
1551.73/1551.74	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1551.73/1551.74	c   relpscost        :       0.00          0          0          0          0          0          0
1551.73/1551.74	c   pscost           :       0.00          0          0          0          0          0          0
1551.73/1551.74	c   inference        :       7.62    1040167          0          0          0          0    2080334
1551.73/1551.74	c   mostinf          :       0.00          0          0          0          0          0          0
1551.73/1551.74	c   leastinf         :       0.00          0          0          0          0          0          0
1551.73/1551.74	c   fullstrong       :       0.00          0          0          0          0          0          0
1551.73/1551.74	c   allfullstrong    :       0.00          0          0          0          0          0          0
1551.73/1551.74	c   random           :       0.00          0          0          0          0          0          0
1551.73/1551.74	c Primal Heuristics  :       Time      Calls      Found
1551.73/1551.74	c   LP solutions     :       0.00          -          0
1551.73/1551.74	c   pseudo solutions :       0.28          -         14
1551.73/1551.74	c   oneopt           :       0.02          0          0
1551.73/1551.74	c   trivial          :       0.00          2          0
1551.73/1551.74	c   simplerounding   :       0.00          0          0
1551.73/1551.74	c   zirounding       :       0.00          0          0
1551.73/1551.74	c   rounding         :       0.00          0          0
1551.73/1551.74	c   shifting         :       0.00          0          0
1551.73/1551.74	c   intshifting      :       0.00          0          0
1551.73/1551.74	c   twoopt           :       0.00          0          0
1551.73/1551.74	c   fixandinfer      :       0.00          0          0
1551.73/1551.74	c   feaspump         :       0.00          0          0
1551.73/1551.74	c   coefdiving       :       0.00          0          0
1551.73/1551.74	c   pscostdiving     :       0.00          0          0
1551.73/1551.74	c   fracdiving       :       0.00          0          0
1551.73/1551.74	c   veclendiving     :       0.00          0          0
1551.73/1551.74	c   intdiving        :       0.00          0          0
1551.73/1551.74	c   actconsdiving    :       0.00          0          0
1551.73/1551.74	c   objpscostdiving  :       0.00          0          0
1551.73/1551.74	c   rootsoldiving    :       0.00          0          0
1551.73/1551.74	c   linesearchdiving :       0.00          0          0
1551.73/1551.74	c   guideddiving     :       0.00          0          0
1551.73/1551.74	c   octane           :       0.00          0          0
1551.73/1551.74	c   rens             :       0.00          0          0
1551.73/1551.74	c   rins             :       0.00          0          0
1551.73/1551.74	c   localbranching   :       0.00          0          0
1551.73/1551.74	c   mutation         :       0.00          0          0
1551.73/1551.74	c   crossover        :       0.00          0          0
1551.73/1551.74	c   dins             :       0.00          0          0
1551.73/1551.74	c   undercover       :       0.00          0          0
1551.73/1551.74	c   nlp              :       0.01          0          0
1551.73/1551.74	c   trysol           :       0.00          1          0
1551.73/1551.74	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1551.73/1551.74	c   primal LP        :       0.00          0          0       0.00          -
1551.73/1551.74	c   dual LP          :       0.00          0          0       0.00          -
1551.73/1551.74	c   lex dual LP      :       0.00          0          0       0.00          -
1551.73/1551.74	c   barrier LP       :       0.00          0          0       0.00          -
1551.73/1551.74	c   diving/probing LP:       0.00          0          0       0.00          -
1551.73/1551.74	c   strong branching :       0.00          0          0       0.00          -
1551.73/1551.74	c     (at root node) :          -          0          0       0.00          -
1551.73/1551.74	c   conflict analysis:       0.00          0          0       0.00          -
1551.73/1551.74	c B&B Tree           :
1551.73/1551.74	c   number of runs   :          1
1551.73/1551.74	c   nodes            :    1604077
1551.73/1551.74	c   nodes (total)    :    1604077
1551.73/1551.74	c   nodes left       :          0
1551.73/1551.74	c   max depth        :        141
1551.73/1551.74	c   max depth (total):        141
1551.73/1551.74	c   backtracks       :     595166 (37.1%)
1551.73/1551.74	c   delayed cutoffs  :     378760
1551.73/1551.74	c   repropagations   :    1950958 (9110024 domain reductions, 254375 cutoffs)
1551.73/1551.74	c   avg switch length:      19.82
1551.73/1551.74	c   switching time   :     468.72
1551.73/1551.74	c Solution           :
1551.73/1551.74	c   Solutions found  :         14 (14 improvements)
1551.73/1551.74	c   First Solution   : +5.21000000000000e+02   (in run 1, after 226757 nodes, 98.57 seconds, depth 48, found by <relaxation>)
1551.73/1551.74	c   Primal Bound     : +1.90000000000000e+01   (in run 1, after 1604077 nodes, 1487.33 seconds, depth 27, found by <relaxation>)
1551.73/1551.74	c   Dual Bound       : +1.90000000000000e+01
1551.73/1551.74	c   Gap              :       0.00 %
1551.73/1551.74	c   Root Dual Bound  : +0.00000000000000e+00
1551.73/1551.74	c   Root Iterations  :          0
1551.73/1551.78	c Time complete: 1551.81.

Verifier Data

OK	19

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693913-1277897072/watcher-2693913-1277897072 -o /tmp/evaluation-result-2693913-1277897072/solver-2693913-1277897072 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693913-1277897072.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.03 2.09 2.04 3/178 12435
/proc/meminfo: memFree=31388320/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=8268 CPUtime=0
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 1544 0 0 0 0 0 0 0 23 0 1 0 131003998 8466432 1466 4089446400 4194304 7136930 140735686222048 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12435/statm: 2067 1466 275 719 0 1346 0

[startup+0.062154 s]
/proc/loadavg: 2.03 2.09 2.04 3/178 12435
/proc/meminfo: memFree=31388320/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=12432 CPUtime=0.05
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 4626 0 0 0 4 1 0 0 23 0 1 0 131003998 12730368 2396 4089446400 4194304 7136930 140735686222048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12435/statm: 3108 2396 403 719 0 2387 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12432

[startup+0.101146 s]
/proc/loadavg: 2.03 2.09 2.04 3/178 12435
/proc/meminfo: memFree=31388320/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=12828 CPUtime=0.09
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 4721 0 0 0 6 3 0 0 23 0 1 0 131003998 13135872 2491 4089446400 4194304 7136930 140735686222048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12435/statm: 3207 2491 403 719 0 2486 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12828

[startup+0.300113 s]
/proc/loadavg: 2.03 2.09 2.04 3/178 12435
/proc/meminfo: memFree=31388320/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=14304 CPUtime=0.29
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 5103 0 0 0 21 8 0 0 23 0 1 0 131003998 14647296 2873 4089446400 4194304 7136930 140735686222048 18446744073709551615 4854288 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12435/statm: 3576 2873 403 719 0 2855 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14304

[startup+0.701039 s]
/proc/loadavg: 2.03 2.09 2.04 3/178 12435
/proc/meminfo: memFree=31388320/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=16712 CPUtime=0.69
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 5727 0 0 0 54 15 0 0 25 0 1 0 131003998 17113088 3497 4089446400 4194304 7136930 140735686222048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12435/statm: 4178 3497 403 719 0 3457 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16712

[startup+1.5009 s]
/proc/loadavg: 2.03 2.09 2.04 3/179 12436
/proc/meminfo: memFree=31374176/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=20696 CPUtime=1.49
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 6711 0 0 0 121 28 0 0 25 0 1 0 131003998 21192704 4481 4089446400 4194304 7136930 140735686222048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12435/statm: 5174 4481 403 719 0 4453 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20696

[startup+3.10065 s]
/proc/loadavg: 2.03 2.09 2.04 3/179 12436
/proc/meminfo: memFree=31370528/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=25236 CPUtime=3.09
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 7858 0 0 0 256 53 0 0 25 0 1 0 131003998 25841664 5628 4089446400 4194304 7136930 140735686222048 18446744073709551615 4208934 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12435/statm: 6309 5628 403 719 0 5588 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25236

[startup+6.30111 s]
/proc/loadavg: 2.03 2.09 2.04 3/179 12436
/proc/meminfo: memFree=31361352/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=32072 CPUtime=6.29
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 9596 0 0 0 542 87 0 0 25 0 1 0 131003998 32841728 7366 4089446400 4194304 7136930 140735686222048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12435/statm: 8018 7366 403 719 0 7297 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32072

[startup+12.7009 s]
/proc/loadavg: 2.03 2.08 2.04 3/179 12436
/proc/meminfo: memFree=31351240/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=40924 CPUtime=12.7
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 11802 0 0 0 1130 140 0 0 25 0 1 0 131003998 41906176 9572 4089446400 4194304 7136930 140735686222048 18446744073709551615 4618482 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12435/statm: 10231 9572 403 719 0 9510 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 40924

[startup+25.5006 s]
/proc/loadavg: 2.02 2.08 2.04 3/179 12436
/proc/meminfo: memFree=31334724/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=57668 CPUtime=25.49
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 15974 0 0 0 2292 257 0 0 25 0 1 0 131003998 59052032 13744 4089446400 4194304 7136930 140735686222048 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12435/statm: 14417 13744 403 719 0 13696 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57668

[startup+51.1001 s]
/proc/loadavg: 2.01 2.07 2.03 3/179 12437
/proc/meminfo: memFree=31320552/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=71512 CPUtime=51.1
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 19423 0 0 0 4692 418 0 0 25 0 1 0 131003998 73228288 17193 4089446400 4194304 7136930 140735686222048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12435/statm: 17878 17193 403 719 0 17157 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 71512

[startup+102.306 s]
/proc/loadavg: 2.00 2.06 2.03 3/179 12438
/proc/meminfo: memFree=31296828/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=95488 CPUtime=102.3
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 24858 0 0 0 9468 762 0 0 25 0 1 0 131003998 97779712 22628 4089446400 4194304 7136930 140735686222048 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12435/statm: 23872 22628 403 719 0 23151 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 95488

[startup+162.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/179 12440
/proc/meminfo: memFree=31273580/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=116036 CPUtime=162.3
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 30012 0 0 0 15137 1093 0 0 25 0 1 0 131003998 118820864 27782 4089446400 4194304 7136930 140735686222048 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12435/statm: 29009 27782 404 719 0 28288 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 116036

[startup+222.301 s]
/proc/loadavg: 2.04 2.05 2.02 3/179 12442
/proc/meminfo: memFree=31248100/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=140780 CPUtime=222.3
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 36041 0 0 0 20885 1345 0 0 25 0 1 0 131003998 144158720 33811 4089446400 4194304 7136930 140735686222048 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12435/statm: 35195 33811 404 719 0 34474 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 140780

[startup+282.301 s]
/proc/loadavg: 2.01 2.04 2.02 3/179 12443
/proc/meminfo: memFree=31241864/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=146632 CPUtime=282.3
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 37462 0 0 0 26724 1506 0 0 25 0 1 0 131003998 150151168 35232 4089446400 4194304 7136930 140735686222048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12435/statm: 36658 35232 404 719 0 35937 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 146632

[startup+342.3 s]
/proc/loadavg: 2.06 2.04 2.02 3/179 12445
/proc/meminfo: memFree=31234760/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=153552 CPUtime=342.3
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 39147 0 0 0 32574 1656 0 0 25 0 1 0 131003998 157237248 36917 4089446400 4194304 7136930 140735686222048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12435/statm: 38388 36917 406 719 0 37667 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 153552

[startup+402.301 s]
/proc/loadavg: 2.02 2.03 2.01 3/179 12446
/proc/meminfo: memFree=31232852/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=153984 CPUtime=402.3
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 39221 0 0 0 38198 2032 0 0 25 0 1 0 131003998 157679616 36991 4089446400 4194304 7136930 140735686222048 18446744073709551615 4219854 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12435/statm: 38496 36991 406 719 0 37775 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 153984

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 12478
/proc/meminfo: memFree=31301956/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=154928 CPUtime=462.3
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 39406 0 0 0 44006 2224 0 0 25 0 1 0 131003998 158646272 37176 4089446400 4194304 7136930 140735686222048 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12435/statm: 38732 37176 406 719 0 38011 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 154928

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 12607
/proc/meminfo: memFree=31253092/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=155928 CPUtime=522.31
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 39648 0 0 0 49797 2434 0 0 25 0 1 0 131003998 159670272 37418 4089446400 4194304 7136930 140735686222048 18446744073709551615 4999850 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 38982 37418 406 719 0 38261 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 155928

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12608
/proc/meminfo: memFree=31214588/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=167376 CPUtime=582.31
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 42599 0 0 0 55321 2910 0 0 25 0 1 0 131003998 171393024 40369 4089446400 4194304 7136930 140735686222048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 41844 40369 406 719 0 41123 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 167376

[startup+642.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12610
/proc/meminfo: memFree=31187512/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=183536 CPUtime=642.31
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 46634 0 0 0 61066 3165 0 0 25 0 1 0 131003998 187940864 44404 4089446400 4194304 7136930 140735686222048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 45884 44404 406 719 0 45163 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 183536

[startup+702.301 s]

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

/proc/meminfo: memFree=31140924/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=219316 CPUtime=762.31
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 55740 0 0 0 72534 3697 0 0 25 0 1 0 131003998 224579584 53510 4089446400 4194304 7136930 140735686222048 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 54829 53510 406 719 0 54108 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 219316

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12615
/proc/meminfo: memFree=31107760/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=220732 CPUtime=822.31
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 55936 0 0 0 78372 3859 0 0 25 0 1 0 131003998 226029568 53706 4089446400 4194304 7136930 140735686222048 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 55183 53706 406 719 0 54462 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 220732

[startup+882.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 12616
/proc/meminfo: memFree=31067276/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=233796 CPUtime=882.31
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 59220 0 0 0 84104 4127 0 0 25 0 1 0 131003998 239407104 56990 4089446400 4194304 7136930 140735686222048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 58449 56990 406 719 0 57728 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 233796

[startup+942.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12618
/proc/meminfo: memFree=31041200/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=250460 CPUtime=942.31
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 63444 0 0 0 89853 4378 0 0 25 0 1 0 131003998 256471040 61214 4089446400 4194304 7136930 140735686222048 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 62615 61214 406 719 0 61894 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 250460

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12619
/proc/meminfo: memFree=31032836/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=250460 CPUtime=1002.31
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 63483 0 0 0 95689 4542 0 0 25 0 1 0 131003998 256471040 61253 4089446400 4194304 7136930 140735686222048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 62615 61253 406 719 0 61894 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 250460

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12621
/proc/meminfo: memFree=31032792/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=250460 CPUtime=1062.31
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 63499 0 0 0 101490 4741 0 0 25 0 1 0 131003998 256471040 61269 4089446400 4194304 7136930 140735686222048 18446744073709551615 4854295 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 62615 61269 406 719 0 61894 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 250460

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12623
/proc/meminfo: memFree=31032364/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=250460 CPUtime=1122.32
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 63509 0 0 0 107247 4985 0 0 25 0 1 0 131003998 256471040 61279 4089446400 4194304 7136930 140735686222048 18446744073709551615 6166894 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 62615 61279 406 719 0 61894 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 250460

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12624
/proc/meminfo: memFree=31030952/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=250460 CPUtime=1182.32
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 63539 0 0 0 113025 5207 0 0 25 0 1 0 131003998 256471040 61309 4089446400 4194304 7136930 140735686222048 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 62615 61309 406 719 0 61894 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 250460

[startup+1242.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 12626
/proc/meminfo: memFree=31029144/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=250460 CPUtime=1242.32
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 63539 0 0 0 118710 5522 0 0 25 0 1 0 131003998 256471040 61309 4089446400 4194304 7136930 140735686222048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 62615 61309 406 719 0 61894 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 250460

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12627
/proc/meminfo: memFree=31002320/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=250460 CPUtime=1302.32
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 63548 0 0 0 124470 5762 0 0 25 0 1 0 131003998 256471040 61318 4089446400 4194304 7136930 140735686222048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 62615 61318 406 719 0 61894 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 250460

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12629
/proc/meminfo: memFree=30996696/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=250460 CPUtime=1362.32
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 63548 0 0 0 130293 5939 0 0 25 0 1 0 131003998 256471040 61318 4089446400 4194304 7136930 140735686222048 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 62615 61318 406 719 0 61894 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 250460

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12631
/proc/meminfo: memFree=30985252/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=252600 CPUtime=1422.33
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 63788 0 0 0 136163 6070 0 0 25 0 1 0 131003998 258662400 61558 4089446400 4194304 7136930 140735686222048 18446744073709551615 4999797 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 63150 61558 406 719 0 62429 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 252600

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 12632
/proc/meminfo: memFree=30984704/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=252600 CPUtime=1482.33
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 63799 0 0 0 141957 6276 0 0 25 0 1 0 131003998 258662400 61569 4089446400 4194304 7136930 140735686222048 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 63150 61569 406 719 0 62429 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 252600

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 12634
/proc/meminfo: memFree=30983416/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=253512 CPUtime=1542.33
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 63876 0 0 0 147828 6405 0 0 25 0 1 0 131003998 259596288 61646 4089446400 4194304 7136930 140735686222048 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 63378 61646 406 719 0 62657 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 253512

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

[startup+1548.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 12634
/proc/meminfo: memFree=30983412/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=253512 CPUtime=1548.74
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 63876 0 0 0 148449 6425 0 0 25 0 1 0 131003998 259596288 61646 4089446400 4194304 7136930 140735686222048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 63378 61646 406 719 0 62657 0
Current children cumulated CPU time (s) 1548.74
Current children cumulated vsize (KiB) 253512

[startup+1550.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 12634
/proc/meminfo: memFree=30983412/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=253512 CPUtime=1550.33
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 63876 0 0 0 148601 6432 0 0 25 0 1 0 131003998 259596288 61646 4089446400 4194304 7136930 140735686222048 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 63378 61646 406 719 0 62657 0
Current children cumulated CPU time (s) 1550.33
Current children cumulated vsize (KiB) 253512

[startup+1551.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 12634
/proc/meminfo: memFree=30983412/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=253512 CPUtime=1551.13
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 63876 0 0 0 148679 6434 0 0 25 0 1 0 131003998 259596288 61646 4089446400 4194304 7136930 140735686222048 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 63378 61646 406 719 0 62657 0
Current children cumulated CPU time (s) 1551.13
Current children cumulated vsize (KiB) 253512

[startup+1551.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 12634
/proc/meminfo: memFree=30983412/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=253512 CPUtime=1551.53
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 63876 0 0 0 148718 6435 0 0 25 0 1 0 131003998 259596288 61646 4089446400 4194304 7136930 140735686222048 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 63378 61646 406 719 0 62657 0
Current children cumulated CPU time (s) 1551.53
Current children cumulated vsize (KiB) 253512

[startup+1551.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 12634
/proc/meminfo: memFree=30983412/32950928 swapFree=67111528/67111528
[pid=12435] ppid=12433 vsize=253512 CPUtime=1551.73
/proc/12435/stat : 12435 (pbscip.linux.x8) R 12433 12435 10004 0 -1 4202496 63876 0 0 0 148737 6436 0 0 25 0 1 0 131003998 259596288 61646 4089446400 4194304 7136930 140735686222048 18446744073709551615 4670052 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12435/statm: 63378 61646 406 719 0 62657 0
Current children cumulated CPU time (s) 1551.73
Current children cumulated vsize (KiB) 253512

Child status: 0
Real time (s): 1551.78
CPU time (s): 1551.82
CPU user time (s): 1487.45
CPU system time (s): 64.3702
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 253512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1487.45
system time used= 64.3702
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63888
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 2890

runsolver used 2.43863 second user time and 4.94425 second system time

The end

Launcher Data

Begin job on node123 at 2010-06-30 13:24:32
IDJOB=2693913
IDBENCH=78802
IDSOLVER=1206
FILE ID=node123/2693913-1277897072
PBS_JOBID= 11197108
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111226368--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693913-1277897072/watcher-2693913-1277897072 -o /tmp/evaluation-result-2693913-1277897072/solver-2693913-1277897072 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693913-1277897072.wbo -t 1800 -m 3800

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

MD5SUM BENCH= cd14c84645c681c9a9ce76500d94ff11
RANDOM SEED=1575723613

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.804
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:     32950928 kB
MemFree:      31388972 kB
Buffers:        181588 kB
Cached:        1108156 kB
SwapCached:          0 kB
Active:         640736 kB
Inactive:       778172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31388972 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3340 kB
Writeback:           0 kB
AnonPages:      129472 kB
Mapped:          16124 kB
Slab:            78872 kB
PageTables:       4440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   273316 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= 74204 MiB
End job on node123 at 2010-06-30 13:50:24