Trace number 2700345

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 989.798 989.77

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh08_wcsp.wbo
MD5SUMf8c09bda9afe7c43c5a568001f4bbb58
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark462
Best CPU time to get the best result obtained on this benchmark1.65975
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints950
Number of soft constraints850
Number of constraints which are clauses850
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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: Clp 1.11.1] [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-2700345-1278534874.wbo>
0.00/0.01	c original problem has 1900 variables (1050 bin, 0 int, 0 impl, 850 cont) and 1801 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1050 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1050 impls, 0 clqs
0.00/0.06	c    (0.0s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  100 deleted vars, 101 deleted constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  1050 implications, 0 cliques
0.00/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 0 impl, 850 cont) and 1700 constraints
0.00/0.06	c     850 constraints of type <indicator>
0.00/0.06	c     850 constraints of type <linear>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.04
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 1.2.1.2
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1799.99
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 3420
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.06	o 420925
0.00/0.06	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.06	c t 0.0s|     1 |     0 |     0 |     - |6123k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |     0 |     - |6521k|   0 |   0 |1800 |1700 |1800 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |    29 |     - |6558k|   0 |   0 |1800 |1700 |1800 |  66 |  66 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   110 |     - |6607k|   0 |  26 |1800 |1700 |1800 | 111 | 111 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   170 |     - |6711k|   0 |  61 |1800 |1700 |1800 | 158 | 158 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.09	c   0.1s|     1 |     0 |   284 |     - |6920k|   0 |  59 |1800 |1700 |1800 | 193 | 193 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   299 |     - |6950k|   0 |  60 |1800 |1700 |1800 | 198 | 198 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   446 |     - |6983k|   0 |  63 |1800 |1700 |1800 | 201 | 201 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     2 |   617 |     - |7035k|   0 |  63 |1800 |1700 |1800 | 201 | 201 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
4.19/4.20	o 6656
4.19/4.20	c * 3.9s|  4504 |  2896 |  8543 |   1.8 |  11M| 675 |   - |1800 |1718 |1800 | 278 | 806 |  18 | 609 | 0.000000e+00 | 6.656000e+03 |    Inf 
9.30/9.36	c   8.8s| 10000 |  7511 | 32277 |   3.2 |  20M| 675 |   - |1800 |5210 |   0 |   0 |2969 |3652 | 757 | 0.000000e+00 | 6.656000e+03 |    Inf 
18.19/18.22	c  17.2s| 20000 | 15945 | 74031 |   3.7 |  33M| 675 |   0 |1800 |5345 |1800 | 257 |6600 |  10k| 773 | 0.000000e+00 | 6.656000e+03 |    Inf 
26.79/26.87	c  25.4s| 30000 | 24263 |109816 |   3.6 |  46M| 675 |   0 |1800 |5123 |1800 | 257 |9762 |  16k| 774 | 0.000000e+00 | 6.656000e+03 |    Inf 
35.09/35.14	c  33.2s| 40000 | 32680 |139444 |   3.5 |  58M| 675 |   0 |1800 |5588 |1800 | 236 |  12k|  22k| 786 | 0.000000e+00 | 6.656000e+03 |    Inf 
42.90/42.94	c  40.5s| 50000 | 41813 |156180 |   3.1 |  70M| 675 |   0 |1800 |5971 |1800 | 237 |  14k|  26k| 806 | 0.000000e+00 | 6.656000e+03 |    Inf 
43.09/43.18	o 6600
43.09/43.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.09/43.18	c *40.8s| 50253 | 41802 |156876 |   3.1 |  70M| 675 |   - |1800 |6068 |1800 | 234 |  14k|  27k| 808 | 0.000000e+00 | 6.600000e+03 |    Inf 
43.09/43.19	o 6589
43.09/43.19	c *40.8s| 50254 | 41767 |156876 |   3.1 |  70M| 675 |   - |1800 |6068 |1800 | 234 |  14k|  27k| 808 | 0.000000e+00 | 6.589000e+03 |    Inf 
50.99/51.00	c  48.1s| 60000 | 50417 |175373 |   2.9 |  82M| 675 |   0 |1800 |5885 |1800 | 231 |  16k|  31k| 877 | 0.000000e+00 | 6.589000e+03 |    Inf 
58.69/58.79	c  55.5s| 70000 | 59463 |189948 |   2.7 |  94M| 675 |   0 |1800 |6301 |1800 | 227 |  18k|  34k| 889 | 0.000000e+00 | 6.589000e+03 |    Inf 
65.89/65.94	o 6573
65.89/65.94	c *62.2s| 79078 | 67380 |207357 |   2.6 | 105M| 675 |   - |1800 |6043 |1800 | 249 |  20k|  38k| 956 | 0.000000e+00 | 6.573000e+03 |    Inf 
66.79/66.83	c  63.0s| 80000 | 68106 |211429 |   2.6 | 106M| 675 |   0 |1800 |6326 |1800 | 231 |  20k|  39k| 974 | 0.000000e+00 | 6.573000e+03 |    Inf 
67.39/67.41	o 6543
67.39/67.41	c *63.6s| 80659 | 68481 |213668 |   2.6 | 107M| 675 |   - |1800 |6338 |1800 | 246 |  21k|  39k| 987 | 0.000000e+00 | 6.543000e+03 |    Inf 
74.90/74.95	c  70.7s| 90000 | 76478 |230835 |   2.6 | 119M| 675 |   0 |1800 |6783 |1800 | 226 |  22k|  44k|1028 | 0.000000e+00 | 6.543000e+03 |    Inf 
83.10/83.18	c  78.5s|100000 | 84911 |253097 |   2.5 | 132M| 675 |   3 |1800 |6990 |1800 | 258 |  25k|  51k|1100 | 0.000000e+00 | 6.543000e+03 |    Inf 
88.19/88.26	o 6495
88.19/88.26	c *83.3s|106475 | 90047 |264934 |   2.5 | 139M| 675 |   - |1800 |6681 |1800 | 241 |  26k|  54k|1146 | 0.000000e+00 | 6.495000e+03 |    Inf 
88.19/88.26	o 6453
88.19/88.26	c *83.3s|106476 | 89631 |264936 |   2.5 | 138M| 675 |   - |1800 |6681 |1800 | 241 |  26k|  54k|1146 | 0.000000e+00 | 6.453000e+03 |    Inf 
91.00/91.04	c  85.9s|110000 | 92702 |270604 |   2.5 | 143M| 675 |   0 |1800 |6813 |1800 | 225 |  26k|  56k|1147 | 0.000000e+00 | 6.453000e+03 |    Inf 
93.70/93.72	o 6391
93.70/93.72	c *88.4s|113323 | 94939 |275797 |   2.4 | 146M| 675 |   - |1800 |7150 |1800 | 234 |  27k|  57k|1155 | 0.000000e+00 | 6.391000e+03 |    Inf 
95.50/95.50	o 6320
95.50/95.50	c *90.1s|115458 | 95895 |279358 |   2.4 | 148M| 675 |   - |1800 |7455 |1800 | 229 |  28k|  58k|1167 | 0.000000e+00 | 6.320000e+03 |    Inf 
95.50/95.51	o 6297
95.50/95.51	c *90.1s|115459 | 95591 |279360 |   2.4 | 147M| 675 |   - |1800 |7455 |1800 | 229 |  28k|  58k|1167 | 0.000000e+00 | 6.297000e+03 |    Inf 
95.60/95.69	o 6102
95.60/95.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
95.60/95.69	c *90.3s|115668 | 92917 |279751 |   2.4 | 144M| 675 |   - |1800 |7394 |1800 | 233 |  28k|  58k|1168 | 0.000000e+00 | 6.102000e+03 |    Inf 
95.60/95.70	o 6079
95.60/95.70	c *90.3s|115669 | 92542 |279757 |   2.4 | 143M| 675 |   - |1800 |7394 |1800 | 233 |  28k|  58k|1168 | 0.000000e+00 | 6.079000e+03 |    Inf 
95.89/95.96	o 6066
95.89/95.96	c *90.5s|115981 | 92626 |280361 |   2.4 | 143M| 675 |   - |1800 |7336 |1800 | 231 |  28k|  58k|1168 | 0.000000e+00 | 6.066000e+03 |    Inf 
95.89/95.97	o 5886
95.89/95.97	c *90.5s|115982 | 89559 |280363 |   2.4 | 137M| 675 |   - |1800 |7336 |1800 | 231 |  28k|  58k|1168 | 0.000000e+00 | 5.886000e+03 |    Inf 
98.00/98.05	o 5786
98.00/98.05	c *92.5s|118451 | 89866 |284859 |   2.4 | 135M| 675 |   - |1800 |6964 |1800 | 225 |  28k|  60k|1181 | 0.000000e+00 | 5.786000e+03 |    Inf 
98.00/98.05	o 5770
98.00/98.05	c *92.5s|118452 | 89518 |284864 |   2.4 | 133M| 675 |   - |1800 |6964 |1800 | 225 |  28k|  60k|1181 | 0.000000e+00 | 5.770000e+03 |    Inf 
98.90/98.92	o 5543
98.90/98.92	c *93.3s|119575 | 85057 |286076 |   2.4 | 118M| 675 |   - |1800 |6806 |1800 | 232 |  29k|  60k|1181 | 0.000000e+00 | 5.543000e+03 |    Inf 
98.90/98.93	o 5526
98.90/98.93	c *93.3s|119576 | 84589 |286079 |   2.4 | 116M| 675 |   - |1800 |6806 |1800 | 232 |  29k|  60k|1181 | 0.000000e+00 | 5.526000e+03 |    Inf 
98.90/98.97	o 5338
98.90/98.97	c *93.4s|119620 | 79932 |286192 |   2.4 | 105M| 675 |   - |1800 |6798 |1800 | 233 |  29k|  60k|1181 | 0.000000e+00 | 5.338000e+03 |    Inf 
98.90/98.98	o 5321
98.90/98.98	c *93.4s|119621 | 79569 |286196 |   2.4 | 104M| 675 |   - |1800 |6798 |1800 | 233 |  29k|  60k|1181 | 0.000000e+00 | 5.321000e+03 |    Inf 
99.10/99.10	o 5279
99.10/99.10	c *93.5s|119755 | 78782 |286505 |   2.4 | 103M| 675 |   - |1800 |6815 |1800 | 232 |  29k|  60k|1181 | 0.000000e+00 | 5.279000e+03 |    Inf 
99.30/99.30	c  93.7s|120000 | 78996 |286820 |   2.4 | 103M| 675 |   0 |1800 |6823 |1800 | 233 |  29k|  60k|1181 | 0.000000e+00 | 5.279000e+03 |    Inf 
99.60/99.67	o 5257
99.60/99.67	c *94.0s|120437 | 78848 |287398 |   2.4 | 102M| 675 |   - |1800 |6847 |1800 | 227 |  29k|  60k|1183 | 0.000000e+00 | 5.257000e+03 |    Inf 
100.29/100.36	o 5167
100.29/100.36	c *94.7s|121334 | 77847 |288300 |   2.4 | 100M| 675 |   - |1800 |6680 |1800 | 230 |  29k|  61k|1187 | 0.000000e+00 | 5.167000e+03 |    Inf 
100.29/100.38	o 5015
100.29/100.38	c *94.7s|121338 | 74737 |288309 |   2.4 |  95M| 675 |   - |1800 |6678 |1800 | 230 |  29k|  61k|1187 | 0.000000e+00 | 5.015000e+03 |    Inf 
100.99/101.01	o 4980
100.99/101.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
100.99/101.01	c *95.3s|122011 | 74640 |290060 |   2.4 |  95M| 675 |   - |1800 |6585 |1800 | 227 |  29k|  61k|1195 | 0.000000e+00 | 4.980000e+03 |    Inf 
106.00/106.05	o 4877
106.00/106.05	c * 100s|127809 | 77313 |303118 |   2.4 | 100M| 675 |   - |1800 |6123 |1800 | 231 |  31k|  64k|1245 | 0.000000e+00 | 4.877000e+03 |    Inf 
106.00/106.06	o 4732
106.00/106.06	c * 100s|127810 | 74463 |303123 |   2.4 |  96M| 675 |   - |1800 |6123 |1800 | 231 |  31k|  64k|1245 | 0.000000e+00 | 4.732000e+03 |    Inf 
106.09/106.14	o 4460
106.09/106.14	c * 100s|127885 | 69253 |303562 |   2.4 |  90M| 675 |   - |1800 |6120 |1800 | 234 |  31k|  64k|1248 | 0.000000e+00 | 4.460000e+03 |    Inf 
106.09/106.15	o 4443
106.09/106.15	c * 100s|127886 | 68958 |303564 |   2.4 |  90M| 675 |   - |1800 |6120 |1800 | 234 |  31k|  64k|1248 | 0.000000e+00 | 4.443000e+03 |    Inf 
108.09/108.13	c   102s|130000 | 70645 |310109 |   2.4 |  92M| 675 |   0 |1800 |6079 |1800 | 232 |  31k|  65k|1282 | 0.000000e+00 | 4.443000e+03 |    Inf 
117.30/117.34	c   111s|140000 | 78633 |336347 |   2.4 | 107M| 675 |   0 |1800 |6426 |1800 | 227 |  35k|  72k|1378 | 0.000000e+00 | 4.443000e+03 |    Inf 
126.99/127.01	c   120s|150000 | 86189 |372775 |   2.5 | 121M| 675 |   0 |1800 |5809 |1800 | 264 |  38k|  79k|1489 | 0.000000e+00 | 4.443000e+03 |    Inf 
136.40/136.46	c   129s|160000 | 93850 |406919 |   2.5 | 134M| 675 |   0 |1800 |4863 |1800 | 253 |  41k|  86k|1609 | 0.000000e+00 | 4.443000e+03 |    Inf 
145.50/145.53	c   137s|170000 |101748 |435343 |   2.6 | 148M| 675 |   0 |1800 |5220 |1800 | 225 |  45k|  92k|1676 | 0.000000e+00 | 4.443000e+03 |    Inf 
154.20/154.26	c   146s|180000 |109839 |460455 |   2.6 | 162M| 675 |   0 |1800 |5388 |1800 | 234 |  47k|  97k|1742 | 0.000000e+00 | 4.443000e+03 |    Inf 
163.19/163.22	c   154s|190000 |117897 |489794 |   2.6 | 175M| 675 |   0 |1800 |5514 |1800 | 232 |  50k| 103k|1811 | 0.000000e+00 | 4.443000e+03 |    Inf 
172.50/172.53	c   163s|200000 |125683 |525403 |   2.6 | 189M| 675 |   0 |1800 |4839 |1800 | 235 |  54k| 109k|1900 | 0.000000e+00 | 4.443000e+03 |    Inf 
181.50/181.51	c   171s|210000 |133581 |554756 |   2.6 | 204M| 675 |   0 |1800 |4665 |1800 | 220 |  57k| 115k|1970 | 0.000000e+00 | 4.443000e+03 |    Inf 
188.00/188.00	o 4367
188.00/188.00	c * 178s|217603 |137816 |571669 |   2.6 | 211M| 675 |   - |1800 |4781 |1800 | 239 |  59k| 118k|1990 | 0.000000e+00 | 4.367000e+03 |    Inf 
188.00/188.00	o 4306
188.00/188.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
188.00/188.00	c * 178s|217604 |135811 |571671 |   2.6 | 209M| 675 |   - |1800 |4781 |1800 | 239 |  59k| 118k|1990 | 0.000000e+00 | 4.306000e+03 |    Inf 
188.00/188.08	o 4239
188.00/188.08	c * 178s|217662 |133556 |572149 |   2.6 | 206M| 675 |   - |1800 |4778 |1800 | 230 |  59k| 118k|1990 | 0.000000e+00 | 4.239000e+03 |    Inf 
188.00/188.09	o 4160
188.00/188.09	c * 178s|217663 |130873 |572150 |   2.6 | 202M| 675 |   - |1800 |4778 |1800 | 230 |  59k| 118k|1990 | 0.000000e+00 | 4.160000e+03 |    Inf 
190.30/190.31	c   180s|220000 |132759 |578475 |   2.6 | 206M| 675 |   0 |1800 |4612 |1800 | 217 |  59k| 119k|2022 | 0.000000e+00 | 4.160000e+03 |    Inf 
199.21/199.21	c   188s|230000 |140791 |601117 |   2.6 | 220M| 675 |   0 |1800 |5306 |1800 | 235 |  62k| 125k|2068 | 0.000000e+00 | 4.160000e+03 |    Inf 
208.40/208.46	c   197s|240000 |148873 |635255 |   2.6 | 234M| 675 |   0 |1800 |5650 |1800 | 249 |  65k| 130k|2148 | 0.000000e+00 | 4.160000e+03 |    Inf 
217.70/217.75	c   206s|250000 |156636 |667923 |   2.7 | 248M| 675 |   0 |1800 |5213 |1800 | 253 |  69k| 136k|2230 | 0.000000e+00 | 4.160000e+03 |    Inf 
220.60/220.63	o 4078
220.60/220.63	c * 208s|253204 |155739 |676306 |   2.7 | 247M| 675 |   - |1800 |5204 |1800 | 244 |  70k| 137k|2233 | 0.000000e+00 | 4.078000e+03 |    Inf 
220.60/220.65	o 3936
220.60/220.65	c * 208s|253207 |149379 |676366 |   2.7 | 237M| 675 |   - |1800 |5208 |1800 | 244 |  70k| 137k|2233 | 0.000000e+00 | 3.936000e+03 |    Inf 
226.90/226.91	c   214s|260000 |154737 |693053 |   2.7 | 248M| 675 |   0 |1800 |5874 |1800 | 215 |  72k| 141k|2276 | 0.000000e+00 | 3.936000e+03 |    Inf 
236.09/236.17	c   223s|270000 |162544 |717231 |   2.7 | 262M| 675 |   0 |1800 |5492 |1800 | 232 |  75k| 146k|2317 | 0.000000e+00 | 3.936000e+03 |    Inf 
245.50/245.58	c   232s|280000 |170371 |744954 |   2.7 | 277M| 675 |   0 |1800 |4907 |1800 | 225 |  79k| 151k|2395 | 0.000000e+00 | 3.936000e+03 |    Inf 
254.70/254.72	c   241s|290000 |178357 |773843 |   2.7 | 291M| 675 |   - |1800 |5653 |   0 |   0 |  82k| 157k|2456 | 0.000000e+00 | 3.936000e+03 |    Inf 
263.60/263.67	c   249s|300000 |186243 |799009 |   2.7 | 305M| 675 |   0 |1800 |4830 |1800 | 239 |  85k| 162k|2508 | 0.000000e+00 | 3.936000e+03 |    Inf 
273.10/273.12	c   258s|310000 |194203 |831919 |   2.7 | 320M| 675 |   0 |1800 |5425 |1800 | 228 |  88k| 168k|2570 | 0.000000e+00 | 3.936000e+03 |    Inf 
282.20/282.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
282.20/282.24	c   267s|320000 |201911 |857986 |   2.7 | 335M| 675 |   0 |1800 |5081 |1800 | 242 |  92k| 174k|2625 | 0.000000e+00 | 3.936000e+03 |    Inf 
292.10/292.10	c   276s|330000 |209516 |897881 |   2.7 | 350M| 675 |   0 |1800 |5875 |1800 | 233 |  96k| 180k|2685 | 0.000000e+00 | 3.936000e+03 |    Inf 
301.40/301.50	c   285s|340000 |217091 |932228 |   2.7 | 364M| 675 |   0 |1800 |5450 |1800 | 236 |  99k| 186k|2753 | 0.000000e+00 | 3.936000e+03 |    Inf 
309.10/309.18	o 3811
309.10/309.18	c * 292s|348308 |215762 |955004 |   2.7 | 364M| 675 |   - |1800 |5156 |1800 | 243 | 102k| 191k|2787 | 0.000000e+00 | 3.811000e+03 |    Inf 
310.70/310.79	c   294s|350000 |217069 |960735 |   2.7 | 366M| 675 |   0 |1800 |5348 |1800 | 231 | 102k| 192k|2796 | 0.000000e+00 | 3.811000e+03 |    Inf 
311.60/311.68	o 3801
311.60/311.68	c * 295s|351007 |217185 |962759 |   2.7 | 367M| 675 |   - |1800 |5342 |1800 | 258 | 102k| 193k|2808 | 0.000000e+00 | 3.801000e+03 |    Inf 
312.00/312.03	o 3794
312.00/312.03	c * 295s|351340 |217005 |963853 |   2.7 | 367M| 675 |   - |1800 |5416 |1800 | 250 | 103k| 193k|2812 | 0.000000e+00 | 3.794000e+03 |    Inf 
320.00/320.03	c   303s|360000 |223815 |985160 |   2.7 | 379M| 675 |   - |1800 |5752 |   0 |   0 | 105k| 197k|2842 | 0.000000e+00 | 3.794000e+03 |    Inf 
329.50/329.54	c   312s|370000 |231468 |  1016k|   2.7 | 394M| 675 |   0 |1800 |4199 |1800 | 222 | 108k| 202k|2913 | 0.000000e+00 | 3.794000e+03 |    Inf 
339.00/339.00	c   320s|380000 |239329 |  1040k|   2.7 | 410M| 675 |   0 |1800 |4769 |1800 | 219 | 112k| 208k|2968 | 0.000000e+00 | 3.794000e+03 |    Inf 
339.30/339.32	o 3710
339.30/339.32	c * 321s|380378 |233489 |  1041k|   2.7 | 399M| 675 |   - |1800 |4920 |1800 | 237 | 112k| 208k|2969 | 0.000000e+00 | 3.710000e+03 |    Inf 
339.30/339.33	o 3687
339.30/339.33	c * 321s|380379 |231815 |  1041k|   2.7 | 396M| 675 |   - |1800 |4920 |1800 | 237 | 112k| 208k|2969 | 0.000000e+00 | 3.687000e+03 |    Inf 
348.10/348.12	c   329s|390000 |239670 |  1065k|   2.7 | 411M| 675 |   3 |1800 |3766 |1800 | 216 | 115k| 212k|3015 | 0.000000e+00 | 3.687000e+03 |    Inf 
357.20/357.29	c   338s|400000 |247273 |  1090k|   2.7 | 426M| 675 |   0 |1800 |5272 |1800 | 228 | 118k| 218k|3058 | 0.000000e+00 | 3.687000e+03 |    Inf 
366.60/366.60	c   347s|410000 |254977 |  1122k|   2.7 | 441M| 675 |   0 |1800 |4779 |1800 | 234 | 121k| 224k|3108 | 0.000000e+00 | 3.687000e+03 |    Inf 
375.50/375.59	o 3653
375.50/375.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
375.50/375.59	c * 355s|419602 |260056 |  1151k|   2.7 | 449M| 675 |   - |1800 |4906 |1800 | 262 | 125k| 228k|3148 | 0.000000e+00 | 3.653000e+03 |    Inf 
375.60/375.61	o 3557
375.60/375.61	c * 355s|419603 |251843 |  1151k|   2.7 | 433M| 675 |   - |1800 |4906 |1800 | 262 | 125k| 228k|3148 | 0.000000e+00 | 3.557000e+03 |    Inf 
375.90/375.98	c   356s|420000 |252173 |  1153k|   2.7 | 434M| 675 |   0 |1800 |4963 |1800 | 230 | 125k| 228k|3148 | 0.000000e+00 | 3.557000e+03 |    Inf 
385.01/385.02	c   364s|430000 |260028 |  1176k|   2.7 | 449M| 675 |   0 |1800 |5069 |1800 | 231 | 128k| 234k|3182 | 0.000000e+00 | 3.557000e+03 |    Inf 
394.40/394.49	c   373s|440000 |267975 |  1201k|   2.7 | 463M| 675 |   0 |1800 |5460 |1800 | 225 | 131k| 239k|3229 | 0.000000e+00 | 3.557000e+03 |    Inf 
403.90/403.94	c   382s|450000 |275909 |  1230k|   2.7 | 478M| 675 |   0 |1800 |4685 |1800 | 226 | 135k| 244k|3287 | 0.000000e+00 | 3.557000e+03 |    Inf 
405.00/405.00	o 3408
405.00/405.00	c * 383s|451318 |261945 |  1232k|   2.7 | 446M| 675 |   - |1800 |4814 |1800 | 229 | 135k| 245k|3287 | 0.000000e+00 | 3.408000e+03 |    Inf 
405.00/405.02	o 3365
405.00/405.02	c * 383s|451319 |257336 |  1232k|   2.7 | 436M| 675 |   - |1800 |4814 |1800 | 229 | 135k| 245k|3287 | 0.000000e+00 | 3.365000e+03 |    Inf 
408.21/408.29	o 3353
408.21/408.29	c * 386s|454716 |258642 |  1241k|   2.7 | 438M| 675 |   - |1800 |4701 |1800 | 228 | 137k| 246k|3311 | 0.000000e+00 | 3.353000e+03 |    Inf 
408.60/408.63	o 3343
408.60/408.63	c * 386s|455058 |257832 |  1241k|   2.7 | 437M| 675 |   - |1800 |4765 |1800 | 240 | 137k| 247k|3311 | 0.000000e+00 | 3.343000e+03 |    Inf 
409.10/409.13	o 3338
409.10/409.13	c * 387s|455519 |257663 |  1242k|   2.7 | 436M| 675 |   - |1800 |4947 |1800 | 246 | 137k| 247k|3311 | 0.000000e+00 | 3.338000e+03 |    Inf 
409.31/409.31	o 3327
409.31/409.31	c * 387s|455687 |256620 |  1243k|   2.7 | 434M| 675 |   - |1800 |4974 |1800 | 239 | 137k| 247k|3311 | 0.000000e+00 | 3.327000e+03 |    Inf 
409.61/409.62	o 3263
409.61/409.62	c * 387s|455996 |250136 |  1243k|   2.7 | 419M| 675 |   - |1800 |4973 |1800 | 236 | 137k| 247k|3311 | 0.000000e+00 | 3.263000e+03 |    Inf 
410.00/410.04	o 3185
410.00/410.04	c * 388s|456431 |242280 |  1244k|   2.7 | 400M| 675 |   - |1800 |4991 |1800 | 238 | 137k| 247k|3311 | 0.000000e+00 | 3.185000e+03 |    Inf 
410.00/410.09	o 3075
410.00/410.09	c * 388s|456443 |230677 |  1244k|   2.7 | 370M| 675 |   - |1800 |4990 |1800 | 241 | 137k| 247k|3311 | 0.000000e+00 | 3.075000e+03 |    Inf 
413.41/413.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
413.41/413.45	c   391s|460000 |233427 |  1254k|   2.7 | 376M| 675 |   0 |1800 |4563 |1800 | 225 | 138k| 249k|3319 | 0.000000e+00 | 3.075000e+03 |    Inf 
423.21/423.21	c   400s|470000 |240706 |  1283k|   2.7 | 390M| 675 |   0 |1800 |4857 |1800 | 240 | 142k| 255k|3366 | 0.000000e+00 | 3.075000e+03 |    Inf 
433.51/433.52	c   410s|480000 |247681 |  1320k|   2.8 | 407M| 675 |   0 |1800 |4754 |1800 | 238 | 147k| 262k|3432 | 0.000000e+00 | 3.075000e+03 |    Inf 
437.50/437.54	o 2996
437.50/437.54	c * 414s|483862 |241576 |  1334k|   2.8 | 390M| 675 |   - |1800 |4574 |1800 | 251 | 148k| 264k|3436 | 0.000000e+00 | 2.996000e+03 |    Inf 
443.31/443.40	o 2977
443.31/443.40	c * 419s|489808 |243741 |  1354k|   2.8 | 394M| 675 |   - |1800 |4232 |1800 | 243 | 151k| 267k|3477 | 0.000000e+00 | 2.977000e+03 |    Inf 
443.60/443.60	c   420s|490000 |243886 |  1355k|   2.8 | 394M| 675 |   0 |1800 |4186 |1800 | 231 | 151k| 267k|3478 | 0.000000e+00 | 2.977000e+03 |    Inf 
454.10/454.19	c   430s|500000 |251084 |  1399k|   2.8 | 411M| 675 |   0 |1800 |4628 |1800 | 238 | 155k| 274k|3546 | 0.000000e+00 | 2.977000e+03 |    Inf 
464.41/464.42	c   439s|510000 |258488 |  1438k|   2.8 | 427M| 675 |   0 |1800 |4504 |1800 | 252 | 159k| 280k|3594 | 0.000000e+00 | 2.977000e+03 |    Inf 
474.40/474.42	c   449s|520000 |266035 |  1475k|   2.8 | 442M| 675 |   - |1800 |4119 |   0 |   0 | 164k| 285k|3639 | 0.000000e+00 | 2.977000e+03 |    Inf 
484.60/484.60	c   458s|530000 |273467 |  1515k|   2.9 | 458M| 675 |   0 |1800 |4607 |1800 | 225 | 168k| 291k|3689 | 0.000000e+00 | 2.977000e+03 |    Inf 
491.71/491.72	o 2929
491.71/491.72	c * 465s|536876 |272493 |  1540k|   2.9 | 455M| 675 |   - |1800 |5991 |1800 | 241 | 171k| 296k|3716 | 0.000000e+00 | 2.929000e+03 |    Inf 
491.71/491.73	o 2917
491.71/491.73	c * 465s|536877 |271039 |  1540k|   2.9 | 451M| 675 |   - |1800 |5991 |1800 | 241 | 171k| 296k|3716 | 0.000000e+00 | 2.917000e+03 |    Inf 
495.01/495.07	c   468s|540000 |273294 |  1549k|   2.9 | 456M| 675 |   0 |1800 |5100 |1800 | 235 | 173k| 298k|3738 | 0.000000e+00 | 2.917000e+03 |    Inf 
499.21/499.25	o 2903
499.21/499.25	c * 472s|544094 |274351 |  1568k|   2.9 | 458M| 675 |   - |1800 |4662 |1800 | 232 | 174k| 300k|3761 | 0.000000e+00 | 2.903000e+03 |    Inf 
500.21/500.20	o 2869
500.21/500.20	c * 473s|545062 |270857 |  1572k|   2.9 | 449M| 675 |   - |1800 |4815 |1800 | 248 | 175k| 301k|3761 | 0.000000e+00 | 2.869000e+03 |    Inf 
500.21/500.20	o 2868
500.21/500.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
500.21/500.20	c * 473s|545063 |270726 |  1572k|   2.9 | 449M| 675 |   - |1800 |4815 |1800 | 248 | 175k| 301k|3761 | 0.000000e+00 | 2.868000e+03 |    Inf 
504.81/504.86	c   478s|550000 |274474 |  1584k|   2.9 | 456M| 675 |   - |1800 |5110 |   0 |   0 | 177k| 303k|3785 | 0.000000e+00 | 2.868000e+03 |    Inf 
509.31/509.39	o 2838
509.31/509.39	c * 482s|554157 |273556 |  1604k|   2.9 | 454M| 675 |   - |1800 |5069 |1800 | 231 | 179k| 307k|3806 | 0.000000e+00 | 2.838000e+03 |    Inf 
511.10/511.13	o 2826
511.10/511.13	c * 484s|555716 |273082 |  1612k|   2.9 | 453M| 675 |   - |1800 |5110 |1800 | 248 | 180k| 308k|3827 | 0.000000e+00 | 2.826000e+03 |    Inf 
515.51/515.52	c   488s|560000 |276111 |  1625k|   2.9 | 460M| 675 |   0 |1800 |5110 |1800 | 233 | 181k| 310k|3831 | 0.000000e+00 | 2.826000e+03 |    Inf 
526.30/526.36	c   498s|570000 |283272 |  1667k|   2.9 | 477M| 675 |   - |1800 |6874 |   0 |   0 | 186k| 318k|3891 | 0.000000e+00 | 2.826000e+03 |    Inf 
536.60/536.67	c   508s|580000 |290431 |  1705k|   2.9 | 493M| 675 |   - |1800 |5036 |   0 |   0 | 190k| 324k|3950 | 0.000000e+00 | 2.826000e+03 |    Inf 
544.91/544.93	o 2718
544.91/544.93	c * 516s|587634 |281266 |  1735k|   3.0 | 474M| 675 |   - |1800 |5642 |1800 | 236 | 194k| 330k|3993 | 0.000000e+00 | 2.718000e+03 |    Inf 
544.91/544.96	o 2663
544.91/544.96	c * 516s|587638 |273675 |  1735k|   3.0 | 458M| 675 |   - |1800 |5642 |1800 | 238 | 194k| 330k|3993 | 0.000000e+00 | 2.663000e+03 |    Inf 
545.01/545.04	o 2459
545.01/545.04	c * 516s|587639 |246138 |  1735k|   3.0 | 400M| 675 |   - |1800 |5642 |1800 | 238 | 194k| 330k|3993 | 0.000000e+00 | 2.459000e+03 |    Inf 
546.11/546.14	o 2258
546.11/546.14	c * 517s|588527 |221832 |  1739k|   3.0 | 352M| 675 |   - |1800 |5294 |1800 | 241 | 194k| 331k|3994 | 0.000000e+00 | 2.258000e+03 |    Inf 
547.81/547.84	c   518s|590000 |222756 |  1747k|   3.0 | 355M| 675 |   0 |1800 |5140 |1800 | 241 | 195k| 332k|4002 | 0.000000e+00 | 2.258000e+03 |    Inf 
558.60/558.62	c   529s|600000 |229630 |  1786k|   3.0 | 372M| 675 |   0 |1800 |5569 |1800 | 246 | 199k| 339k|4056 | 0.000000e+00 | 2.258000e+03 |    Inf 
562.01/562.05	o 2185
562.01/562.05	c * 532s|603268 |222811 |  1798k|   3.0 | 359M| 675 |   - |1800 |4815 |1800 | 246 | 201k| 341k|4074 | 0.000000e+00 | 2.185000e+03 |    Inf 
562.01/562.09	o 2089
562.01/562.09	c * 532s|603274 |210821 |  1798k|   3.0 | 334M| 675 |   - |1800 |4815 |1800 | 246 | 201k| 341k|4074 | 0.000000e+00 | 2.089000e+03 |    Inf 
562.11/562.15	o 1920
562.11/562.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
562.11/562.15	c * 532s|603275 |189625 |  1798k|   3.0 | 288M| 675 |   - |1800 |4815 |1800 | 246 | 201k| 341k|4074 | 0.000000e+00 | 1.920000e+03 |    Inf 
563.00/563.01	o 1833
563.00/563.01	c * 533s|604009 |178462 |  1800k|   3.0 | 264M| 675 |   - |1800 |5086 |1800 | 242 | 201k| 341k|4077 | 0.000000e+00 | 1.833000e+03 |    Inf 
570.80/570.84	c   540s|610000 |181825 |  1846k|   3.0 | 275M| 675 |   0 |1800 |4344 |1800 | 230 | 205k| 347k|4117 | 0.000000e+00 | 1.833000e+03 |    Inf 
583.11/583.15	c   552s|620000 |187550 |  1907k|   3.1 | 296M| 675 |   0 |1800 |4128 |1800 | 222 | 211k| 354k|4190 | 0.000000e+00 | 1.833000e+03 |    Inf 
595.11/595.16	c   563s|630000 |193563 |  1962k|   3.1 | 314M| 675 |   0 |1800 |4122 |1800 | 234 | 216k| 361k|4249 | 0.000000e+00 | 1.833000e+03 |    Inf 
607.61/607.63	c   575s|640000 |199475 |  2027k|   3.2 | 333M| 675 |   0 |1800 |5095 |1800 | 225 | 222k| 368k|4320 | 0.000000e+00 | 1.833000e+03 |    Inf 
619.80/619.84	c   587s|650000 |205358 |  2089k|   3.2 | 353M| 675 |   - |1800 |4847 |   0 |   0 | 229k| 376k|4392 | 0.000000e+00 | 1.833000e+03 |    Inf 
631.71/631.76	c   598s|660000 |211068 |  2137k|   3.2 | 372M| 675 |   0 |1800 |4678 |1800 | 228 | 234k| 384k|4451 | 0.000000e+00 | 1.833000e+03 |    Inf 
644.31/644.36	c   610s|670000 |216442 |  2200k|   3.3 | 392M| 675 |   - |1800 |4304 |   0 |   0 | 240k| 392k|4507 | 0.000000e+00 | 1.833000e+03 |    Inf 
656.82/656.82	c   622s|680000 |221940 |  2251k|   3.3 | 411M| 675 |   0 |1800 |5137 |1800 | 225 | 246k| 400k|4571 | 0.000000e+00 | 1.833000e+03 |    Inf 
668.61/668.68	c   633s|690000 |227704 |  2303k|   3.3 | 429M| 675 |   - |1800 |4306 |   0 |   0 | 252k| 407k|4624 | 0.000000e+00 | 1.833000e+03 |    Inf 
671.12/671.19	o 1824
671.12/671.19	c * 635s|692059 |227789 |  2315k|   3.3 | 431M| 675 |   - |1800 |4509 |1800 | 253 | 253k| 408k|4626 | 0.000000e+00 | 1.824000e+03 |    Inf 
671.21/671.21	o 1791
671.21/671.21	c * 635s|692063 |222622 |  2315k|   3.3 | 421M| 675 |   - |1800 |4509 |1800 | 252 | 253k| 408k|4626 | 0.000000e+00 | 1.791000e+03 |    Inf 
671.21/671.25	o 1729
671.21/671.25	c * 635s|692067 |213321 |  2315k|   3.3 | 404M| 675 |   - |1800 |4509 |1800 | 252 | 253k| 408k|4626 | 0.000000e+00 | 1.729000e+03 |    Inf 
671.21/671.27	o 1686
671.21/671.27	c * 635s|692068 |206958 |  2315k|   3.3 | 393M| 675 |   - |1800 |4509 |1800 | 252 | 253k| 408k|4626 | 0.000000e+00 | 1.686000e+03 |    Inf 
671.41/671.40	o 1586
671.41/671.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
671.41/671.40	c * 635s|692155 |192478 |  2316k|   3.3 | 368M| 675 |   - |1800 |4487 |1800 | 254 | 254k| 408k|4626 | 0.000000e+00 | 1.586000e+03 |    Inf 
681.61/681.64	c   645s|700000 |196434 |  2367k|   3.4 | 384M| 675 |   0 |1800 |3733 |1800 | 216 | 258k| 415k|4685 | 0.000000e+00 | 1.586000e+03 |    Inf 
694.91/694.97	c   658s|710000 |201522 |  2433k|   3.4 | 405M| 675 |   0 |1800 |4833 |1800 | 233 | 266k| 423k|4751 | 0.000000e+00 | 1.586000e+03 |    Inf 
708.31/708.34	c   670s|720000 |206743 |  2504k|   3.5 | 427M| 675 |   - |1800 |4156 |1800 | 257 | 272k| 431k|4804 | 0.000000e+00 | 1.586000e+03 |    Inf 
721.91/721.91	c   683s|730000 |211933 |  2579k|   3.5 | 450M| 675 |   0 |1800 |4825 |1800 | 219 | 280k| 439k|4881 | 0.000000e+00 | 1.586000e+03 |    Inf 
735.81/735.85	c   697s|740000 |216676 |  2659k|   3.6 | 474M| 675 |   - |1800 |4743 |   0 |   0 | 288k| 449k|4961 | 0.000000e+00 | 1.586000e+03 |    Inf 
737.41/737.47	o 1518
737.41/737.47	c * 698s|741287 |206426 |  2666k|   3.6 | 460M| 675 |   - |1800 |5051 |1800 | 260 | 289k| 450k|4962 | 0.000000e+00 | 1.518000e+03 |    Inf 
737.51/737.53	o 1357
737.51/737.53	c * 698s|741288 |182886 |  2666k|   3.6 | 423M| 675 |   - |1800 |5051 |1800 | 260 | 289k| 450k|4962 | 0.000000e+00 | 1.357000e+03 |    Inf 
749.81/749.80	c   710s|750000 |186787 |  2728k|   3.6 | 443M| 675 |   - |1800 |4814 |   0 |   0 | 295k| 458k|5028 | 0.000000e+00 | 1.357000e+03 |    Inf 
764.31/764.38	c   724s|760000 |191191 |  2814k|   3.7 | 467M| 675 |   - |1800 |4230 |   0 |   0 | 304k| 467k|5094 | 0.000000e+00 | 1.357000e+03 |    Inf 
779.51/779.52	c   738s|770000 |195098 |  2906k|   3.8 | 493M| 675 |   0 |1800 |4538 |1800 | 242 | 313k| 476k|5182 | 0.000000e+00 | 1.357000e+03 |    Inf 
785.11/785.18	o 1294
785.11/785.18	c * 743s|773918 |188201 |  2936k|   3.8 | 488M| 675 |   - |1800 |4702 |1800 | 255 | 316k| 480k|5218 | 0.000000e+00 | 1.294000e+03 |    Inf 
794.71/794.70	c   752s|780000 |190470 |  2995k|   3.8 | 503M| 675 |   - |1800 |4620 |   0 |   0 | 322k| 486k|5261 | 0.000000e+00 | 1.294000e+03 |    Inf 
810.61/810.68	c   768s|790000 |194207 |  3104k|   3.9 | 527M| 675 |   - |1800 |4494 |   0 |   0 | 332k| 496k|5354 | 0.000000e+00 | 1.294000e+03 |    Inf 
825.72/825.75	c   782s|800000 |197718 |  3184k|   4.0 | 552M| 675 |   6 |1800 |4896 |1800 | 225 | 341k| 507k|5433 | 0.000000e+00 | 1.294000e+03 |    Inf 
839.61/839.68	o 1273
839.61/839.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
839.61/839.68	c * 795s|808859 |197753 |  3267k|   4.0 | 569M| 675 |   - |1800 |5776 |1800 | 240 | 349k| 516k|5507 | 0.000000e+00 | 1.273000e+03 |    Inf 
841.42/841.44	c   797s|810000 |198108 |  3276k|   4.0 | 572M| 675 |   - |1800 |5770 |   0 |   0 | 350k| 517k|5510 | 0.000000e+00 | 1.273000e+03 |    Inf 
856.72/856.70	c   811s|820000 |202233 |  3361k|   4.1 | 596M| 675 |   - |1800 |5214 |   0 |   0 | 359k| 526k|5595 | 0.000000e+00 | 1.273000e+03 |    Inf 
872.22/872.23	c   826s|830000 |206611 |  3452k|   4.2 | 622M| 675 |   0 |1800 |6189 |1800 | 228 | 369k| 536k|5675 | 0.000000e+00 | 1.273000e+03 |    Inf 
877.01/877.09	o 1252
877.01/877.09	c * 830s|833121 |204654 |  3478k|   4.2 | 624M| 675 |   - |1800 |6611 |1800 | 260 | 372k| 539k|5682 | 0.000000e+00 | 1.252000e+03 |    Inf 
877.12/877.10	o 1240
877.12/877.10	c * 830s|833122 |202622 |  3478k|   4.2 | 621M| 675 |   - |1800 |6611 |1800 | 260 | 372k| 539k|5682 | 0.000000e+00 | 1.240000e+03 |    Inf 
888.12/888.14	c   841s|840000 |204756 |  3539k|   4.2 | 638M| 675 |   0 |1800 |5451 |1800 | 231 | 377k| 546k|5738 | 0.000000e+00 | 1.240000e+03 |    Inf 
893.32/893.36	o 1175
893.32/893.36	c * 846s|843537 |195856 |  3567k|   4.2 | 628M| 675 |   - |1800 |5602 |1800 | 250 | 380k| 549k|5752 | 0.000000e+00 | 1.175000e+03 |    Inf 
893.41/893.47	o 1094
893.41/893.47	c * 846s|843613 |182867 |  3568k|   4.2 | 601M| 675 |   - |1800 |5609 |1800 | 238 | 380k| 549k|5752 | 0.000000e+00 | 1.094000e+03 |    Inf 
905.22/905.26	c   857s|850000 |184067 |  3642k|   4.3 | 620M| 675 |   - |1800 |5349 |   0 |   0 | 387k| 558k|5820 | 0.000000e+00 | 1.094000e+03 |    Inf 
918.32/918.39	o 1093
918.32/918.39	c * 870s|857523 |185975 |  3719k|   4.3 | 639M| 675 |   - |1800 |5979 |1800 | 258 | 395k| 566k|5858 | 0.000000e+00 | 1.093000e+03 |    Inf 
918.42/918.41	o 1062
918.42/918.41	c * 870s|857524 |181524 |  3719k|   4.3 | 629M| 675 |   - |1800 |5979 |1800 | 258 | 395k| 566k|5858 | 0.000000e+00 | 1.062000e+03 |    Inf 
918.71/918.72	o 1035
918.71/918.72	c * 870s|857689 |175858 |  3721k|   4.3 | 619M| 675 |   - |1800 |6031 |1800 | 256 | 395k| 566k|5859 | 0.000000e+00 | 1.035000e+03 |    Inf 
918.71/918.74	o 1004
918.71/918.74	c * 870s|857690 |171415 |  3721k|   4.3 | 609M| 675 |   - |1800 |6031 |1800 | 256 | 395k| 566k|5859 | 0.000000e+00 | 1.004000e+03 |    Inf 
922.62/922.63	c   874s|860000 |172258 |  3745k|   4.4 | 615M| 675 |   - |1800 |6500 |1800 | 231 | 398k| 569k|5888 | 0.000000e+00 | 1.004000e+03 |    Inf 
941.72/941.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
941.72/941.75	c   892s|870000 |174124 |  3869k|   4.4 | 649M| 675 |   0 |1800 |5137 |1800 | 246 | 410k| 582k|5980 | 0.000000e+00 | 1.004000e+03 |    Inf 
947.71/947.70	o 913
947.71/947.70	c * 897s|873017 |150489 |  3913k|   4.5 | 605M| 675 |   - |1800 |4674 |1800 | 228 | 414k| 585k|6011 | 0.000000e+00 | 9.130000e+02 |    Inf 
947.71/947.71	o 901
947.71/947.71	c * 897s|873018 |147451 |  3913k|   4.5 | 598M| 675 |   - |1800 |4674 |1800 | 228 | 414k| 585k|6011 | 0.000000e+00 | 9.010000e+02 |    Inf 
952.52/952.51	o 845
952.52/952.51	c * 902s|875120 |134898 |  3947k|   4.5 | 574M| 675 |   - |1800 |3545 |1800 | 236 | 418k| 588k|6043 | 0.000000e+00 | 8.450000e+02 |    Inf 
952.62/952.60	o 714
952.62/952.60	c * 902s|875121 |106723 |  3947k|   4.5 | 495M| 675 |   - |1800 |3545 |1800 | 236 | 418k| 588k|6043 | 0.000000e+00 | 7.140000e+02 |    Inf 
963.42/963.41	c   912s|880000 |106199 |  4037k|   4.6 | 509M| 675 |   - |1800 |4113 |   0 |   0 | 427k| 595k|6105 | 0.000000e+00 | 7.140000e+02 |    Inf 
965.82/965.85	o 669
965.82/965.85	c * 914s|881148 | 98623 |  4057k|   4.6 | 486M| 675 |   - |1800 |4298 |1800 | 262 | 429k| 596k|6105 | 0.000000e+00 | 6.690000e+02 |    Inf 
980.82/980.89	o 609
980.82/980.89	c * 928s|886695 | 70527 |  4179k|   4.7 | 433M| 675 |   - |1800 |3525 |1800 | 245 | 440k| 608k|6185 | 0.000000e+00 | 6.090000e+02 |    Inf 
985.82/985.84	o 554
985.82/985.84	c * 933s|888396 | 47907 |  4221k|   4.8 | 363M| 675 |   - |1800 |2910 |1800 | 232 | 444k| 612k|6203 | 2.300000e+01 | 5.540000e+02 |2308.70%
988.72/988.71	o 462
988.72/988.71	c * 936s|889252 | 14319 |  4238k|   4.8 | 183M| 675 |   - |1800 |2540 |1800 | 236 | 445k| 614k|6215 | 9.100000e+01 | 4.620000e+02 | 407.69%
989.71/989.72	c 
989.71/989.72	c SCIP Status        : problem is solved [optimal solution found]
989.71/989.72	c Solving Time (sec) : 936.71
989.71/989.72	c Solving Nodes      : 889414
989.71/989.72	c Primal Bound       : +4.62000000000000e+02 (221 solutions)
989.71/989.72	c Dual Bound         : +4.62000000000000e+02
989.71/989.72	c Gap                : 0.00 %
989.71/989.72	s OPTIMUM FOUND
989.71/989.72	v x200 -x199 x198 -x197 x196 -x195 -x194 x193 -x192 x191 x190 -x189 x188 -x187 x186 -x185 -x184 x183 -x182 x181 x180 -x179 -x178 
989.71/989.72	v x177 x176 -x175 x174 -x173 x172 -x171 -x170 x169 -x168 x167 -x166 x165 -x164 x163 x162 -x161 x160 -x159 x158 -x157 x156 -x155 
989.71/989.72	v -x154 x153 x152 -x151 -x150 x149 -x148 x147 -x146 x145 -x144 x143 x142 -x141 -x140 x139 -x138 x137 x136 -x135 -x134 x133 -x132 
989.71/989.72	v x131 x130 -x129 x128 -x127 -x126 x125 -x124 x123 -x122 x121 x120 -x119 -x118 x117 -x116 x115 x114 -x113 -x112 x111 -x110 x109 
989.71/989.72	v -x108 x107 x106 -x105 -x104 x103 -x102 x101 -x100 x99 -x98 x97 -x96 x95 -x94 x93 x92 -x91 -x90 x89 x88 -x87 -x86 x85 x84 
989.71/989.72	v -x83 -x82 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 
989.71/989.72	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 -x30 x29 -x28 
989.71/989.72	v x27 x26 -x25 -x24 x23 x22 -x21 -x20 x19 -x18 x17 -x16 x15 -x14 x13 -x12 x11 -x10 x9 -x8 x7 -x6 x5 x4 -x3 -x2 x1 
989.71/989.72	c SCIP Status        : problem is solved [optimal solution found]
989.71/989.72	c Solving Time       :     936.71
989.71/989.72	c Original Problem   :
989.71/989.72	c   Problem name     : HOME/instance-2700345-1278534874.wbo
989.71/989.72	c   Variables        : 1900 (1050 binary, 0 integer, 0 implicit integer, 850 continuous)
989.71/989.72	c   Constraints      : 1801 initial, 1801 maximal
989.71/989.72	c Presolved Problem  :
989.71/989.72	c   Problem name     : t_HOME/instance-2700345-1278534874.wbo
989.71/989.72	c   Variables        : 1800 (950 binary, 0 integer, 0 implicit integer, 850 continuous)
989.71/989.72	c   Constraints      : 1700 initial, 7598 maximal
989.71/989.72	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
989.71/989.72	c   trivial          :       0.00          0          0          0          0          0          0          0          0
989.71/989.72	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
989.71/989.72	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
989.71/989.72	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
989.71/989.72	c   implics          :       0.00          0          0          0          0          0          0          0          0
989.71/989.72	c   probing          :       0.02          0          0          0          0          0          0          0          0
989.71/989.72	c   indicator        :       0.00          0          0          0          0          0          0          0          0
989.71/989.72	c   linear           :       0.01          0        100          0        850          0        101          0          0
989.71/989.72	c   logicor          :       0.00          0          0          0          0          0          0          0          0
989.71/989.72	c   root node        :          -        451          -          -        900          -          -          -          -
989.71/989.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
989.71/989.72	c   integral         :          0          0          0     912542          0          0         33          0          0      59388
989.71/989.72	c   indicator        :        850          0    2496819     882815          0       2938   32210988          0          0          0
989.71/989.72	c   linear           :        850          6    2493586     882724          0      30731    2422120     445939          0          0
989.71/989.72	c   logicor          :          0+         0    1601334          0          0       8657    1245205          0          0          0
989.71/989.72	c   countsols        :          0          0          0     742547          0          0          0          0          0          0
989.71/989.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
989.71/989.72	c   integral         :       5.66       0.00       0.00       5.66       0.00
989.71/989.72	c   indicator        :      92.99       0.00      45.96      47.03       0.00
989.71/989.72	c   linear           :      77.76       0.00      48.09      29.67       0.00
989.71/989.72	c   logicor          :      34.06       0.00      34.06       0.00       0.00
989.71/989.72	c   countsols        :       0.00       0.00       0.00       0.00       0.00
989.71/989.72	c Propagators        :       Time      Calls    Cutoffs    DomReds
989.71/989.72	c   vbounds          :       0.00          2          0          0
989.71/989.72	c   rootredcost      :       0.01         93          0        449
989.71/989.72	c   pseudoobj        :      66.88    2618546     121925   27985442
989.71/989.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
989.71/989.72	c   propagation      :       7.31     161313     160742     453619       18.8     251747        3.7          -
989.71/989.72	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
989.71/989.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
989.71/989.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
989.71/989.72	c   pseudo solution  :       0.03        337        337       1347       16.9        965        4.0          -
989.71/989.72	c   applied globally :          -          -          -     615168       11.8          -          -          -
989.71/989.72	c   applied locally  :          -          -          -          0        0.0          -          -          -
989.71/989.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
989.71/989.72	c   cut pool         :       0.00          3          -          -         15          -    (maximal pool size: 84)
989.71/989.72	c   redcost          :      35.69     949883          0    3674695          0          0
989.71/989.72	c   impliedbounds    :       0.00          4          0          0          0          0
989.71/989.72	c   intobj           :       0.00          0          0          0          0          0
989.71/989.72	c   cgmip            :       0.00          0          0          0          0          0
989.71/989.72	c   gomory           :       0.00          4          0          0         85          0
989.71/989.72	c   strongcg         :       0.01          4          0          0          0          0
989.71/989.72	c   cmir             :       0.01          4          0          0          1          0
989.71/989.72	c   flowcover        :       0.03          4          0          0          2          0
989.71/989.72	c   clique           :       0.00          1          0          0          0          0
989.71/989.72	c   zerohalf         :       0.00          0          0          0          0          0
989.71/989.72	c   mcf              :       0.00          1          0          0          0          0
989.71/989.72	c   rapidlearning    :       0.00          0          0          0          0          0
989.71/989.72	c Pricers            :       Time      Calls       Vars
989.71/989.72	c   problem variables:       0.00          0          0
989.71/989.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
989.71/989.72	c   relpscost        :       5.64      29725          0         33          0          0      59388
989.71/989.72	c   pscost           :       0.00          0          0          0          0          0          0
989.71/989.72	c   inference        :      56.50     742454          0          0          0          0    1484908
989.71/989.72	c   mostinf          :       0.00          0          0          0          0          0          0
989.71/989.72	c   leastinf         :       0.00          0          0          0          0          0          0
989.71/989.72	c   fullstrong       :       0.00          0          0          0          0          0          0
989.71/989.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
989.71/989.72	c   random           :       0.00          0          0          0          0          0          0
989.71/989.72	c Primal Heuristics  :       Time      Calls      Found
989.71/989.72	c   LP solutions     :       1.60          -         93
989.71/989.72	c   pseudo solutions :       0.00          -          0
989.71/989.72	c   feaspump         :       0.00          0          0
989.71/989.72	c   oneopt           :       0.19         68          0
989.71/989.72	c   crossover        :       1.86        141          5
989.71/989.72	c   coefdiving       :       0.22        487          0
989.71/989.72	c   guideddiving     :       0.27        487          0
989.71/989.72	c   fracdiving       :       0.26        487          0
989.71/989.72	c   veclendiving     :       0.25        487          0
989.71/989.72	c   linesearchdiving :       0.22        487          0
989.71/989.72	c   pscostdiving     :       0.18        487          0
989.71/989.72	c   objpscostdiving  :       0.22        487          0
989.71/989.72	c   rootsoldiving    :       0.28        487          0
989.71/989.72	c   trivial          :       0.00          2          1
989.71/989.72	c   simplerounding   :       0.25      34877          0
989.71/989.72	c   zirounding       :       0.01       1000          0
989.71/989.72	c   rounding         :       0.14       2600          0
989.71/989.72	c   shifting         :       0.47        789          0
989.71/989.72	c   intshifting      :       0.01          1          0
989.71/989.72	c   twoopt           :       0.00          0          0
989.71/989.72	c   fixandinfer      :       0.00          0          0
989.71/989.72	c   intdiving        :       0.00          0          0
989.71/989.72	c   actconsdiving    :       0.00          0          0
989.71/989.72	c   octane           :       0.00          0          0
989.71/989.72	c   rens             :       0.01          1          0
989.71/989.72	c   rins             :       0.00          0          0
989.71/989.72	c   localbranching   :       0.00          0          0
989.71/989.72	c   mutation         :       0.00          0          0
989.71/989.72	c   dins             :       0.00          0          0
989.71/989.72	c   undercover       :       0.00          0          0
989.71/989.72	c   nlp              :       0.00          0          0
989.71/989.72	c   trysol           :       0.14       1692        122
989.71/989.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
989.71/989.72	c   primal LP        :       0.00          0          0       0.00          -
989.71/989.72	c   dual LP          :     360.11     350380    4237508      12.09   11767.26
989.71/989.72	c   lex dual LP      :       0.00          0          0       0.00          -
989.71/989.72	c   barrier LP       :       0.00          0          0       0.00          -
989.71/989.72	c   diving/probing LP:       0.13         69       5354      77.59   41184.62
989.71/989.72	c   strong branching :       5.39       6215     101320      16.30   18797.77
989.71/989.72	c     (at root node) :          -         33       5734     173.76          -
989.71/989.72	c   conflict analysis:       0.00          0          0       0.00          -
989.71/989.72	c B&B Tree           :
989.71/989.72	c   number of runs   :          1
989.71/989.72	c   nodes            :     889414
989.71/989.72	c   nodes (total)    :     889414
989.71/989.72	c   nodes left       :          0
989.71/989.72	c   max depth        :        675
989.71/989.72	c   max depth (total):        675
989.71/989.72	c   backtracks       :      64612 (7.3%)
989.71/989.72	c   delayed cutoffs  :     112819
989.71/989.72	c   repropagations   :     353058 (18881001 domain reductions, 47415 cutoffs)
989.71/989.72	c   avg switch length:       5.22
989.71/989.72	c   switching time   :      81.40
989.71/989.72	c Solution           :
989.71/989.72	c   Solutions found  :        221 (94 improvements)
989.71/989.72	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
989.71/989.72	c   Primal Bound     : +4.62000000000000e+02   (in run 1, after 889252 nodes, 935.69 seconds, depth 48, found by <relaxation>)
989.71/989.72	c   Dual Bound       : +4.62000000000000e+02
989.71/989.72	c   Gap              :       0.00 %
989.71/989.72	c   Root Dual Bound  : +0.00000000000000e+00
989.71/989.72	c   Root Iterations  :        446
989.71/989.76	c Time complete: 989.79.

Verifier Data

OK	462

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700345-1278534874/watcher-2700345-1278534874 -o /tmp/evaluation-result-2700345-1278534874/solver-2700345-1278534874 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700345-1278534874.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.06 1.94 1.32 3/178 18462
/proc/meminfo: memFree=28464112/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=10840 CPUtime=0
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 1665 0 0 0 0 0 0 0 22 0 1 0 21702123 11100160 1585 4089446400 4194304 9819077 140735991459296 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18462/statm: 2710 1585 392 1374 0 1331 0

[startup+0.106245 s]
/proc/loadavg: 2.06 1.94 1.32 3/178 18462
/proc/meminfo: memFree=28464112/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=27280 CPUtime=0.09
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 6652 0 0 0 9 0 0 0 22 0 1 0 21702123 27934720 5374 4089446400 4194304 9819077 140735991459296 18446744073709551615 5727796 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 6820 5374 674 1374 0 5441 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27280

[startup+0.200229 s]
/proc/loadavg: 2.06 1.94 1.32 3/178 18462
/proc/meminfo: memFree=28464112/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=28820 CPUtime=0.19
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 10539 0 0 0 18 1 0 0 22 0 1 0 21702123 29511680 5514 4089446400 4194304 9819077 140735991459296 18446744073709551615 7298818 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 7159 5499 695 1374 0 5780 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28820

[startup+0.300208 s]
/proc/loadavg: 2.06 1.94 1.32 3/178 18462
/proc/meminfo: memFree=28464112/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=28820 CPUtime=0.29
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 11807 0 0 0 28 1 0 0 22 0 1 0 21702123 29511680 5505 4089446400 4194304 9819077 140735991459296 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 7205 5505 695 1374 0 5826 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28820

[startup+0.701144 s]
/proc/loadavg: 2.06 1.94 1.32 3/178 18462
/proc/meminfo: memFree=28464112/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=29180 CPUtime=0.69
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 17590 0 0 0 66 3 0 0 24 0 1 0 21702123 29880320 5579 4089446400 4194304 9819077 140735991459296 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 7295 5580 702 1374 0 5916 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29180

[startup+1.501 s]
/proc/loadavg: 2.05 1.94 1.32 3/179 18463
/proc/meminfo: memFree=28442156/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=29800 CPUtime=1.49
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 35382 0 0 0 140 9 0 0 25 0 1 0 21702123 30515200 5757 4089446400 4194304 9819077 140735991459296 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 7450 5757 703 1374 0 6071 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29800

[startup+3.10071 s]
/proc/loadavg: 2.05 1.94 1.32 3/179 18464
/proc/meminfo: memFree=28438560/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=32584 CPUtime=3.09
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 51117 0 0 0 290 19 0 0 25 0 1 0 21702123 33366016 6718 4089446400 4194304 9819077 140735991459296 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 8146 6718 707 1374 0 6767 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32584

[startup+6.30114 s]
/proc/loadavg: 2.05 1.94 1.33 3/179 18464
/proc/meminfo: memFree=28429892/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=37712 CPUtime=6.3
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 77655 0 0 0 591 39 0 0 25 0 1 0 21702123 38617088 8007 4089446400 4194304 9819077 140735991459296 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 9428 8007 707 1374 0 8049 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 37712

[startup+12.701 s]
/proc/loadavg: 2.04 1.94 1.33 3/179 18464
/proc/meminfo: memFree=28409548/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=51976 CPUtime=12.69
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 113902 0 0 0 1196 73 0 0 25 0 1 0 21702123 53223424 11473 4089446400 4194304 9819077 140735991459296 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 12994 11473 707 1374 0 11615 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51976

[startup+25.5007 s]
/proc/loadavg: 2.03 1.94 1.34 3/179 18464
/proc/meminfo: memFree=28370868/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=75016 CPUtime=25.5
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 169679 0 0 0 2410 140 0 0 25 0 1 0 21702123 76816384 17134 4089446400 4194304 9819077 140735991459296 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 18754 17134 707 1374 0 17375 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 75016

[startup+51.1011 s]
/proc/loadavg: 2.02 1.95 1.36 3/179 18465
/proc/meminfo: memFree=28296124/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=118888 CPUtime=51.09
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 273013 0 0 0 4823 286 0 0 25 0 1 0 21702123 121741312 27882 4089446400 4194304 9819077 140735991459296 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 29722 27882 707 1374 0 28343 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 118888

[startup+102.301 s]
/proc/loadavg: 2.01 1.95 1.39 3/179 18466
/proc/meminfo: memFree=28159164/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=198676 CPUtime=102.3
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 526836 0 0 0 9650 580 0 0 25 0 1 0 21702123 203444224 46728 4089446400 4194304 9819077 140735991459296 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 49669 46728 707 1374 0 48290 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 198676

[startup+162.301 s]
/proc/loadavg: 2.00 1.96 1.42 3/179 18468
/proc/meminfo: memFree=28050996/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=241716 CPUtime=162.3
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 765395 0 0 0 15328 902 0 0 25 0 1 0 21702123 247517184 56659 4089446400 4194304 9819077 140735991459296 18446744073709551615 6590489 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 60429 56659 707 1374 0 59050 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 241716

[startup+222.306 s]
/proc/loadavg: 2.00 1.96 1.46 3/179 18469
/proc/meminfo: memFree=27895956/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=327612 CPUtime=222.3
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 1007595 0 0 0 21006 1224 0 0 25 0 1 0 21702123 335474688 76624 4089446400 4194304 9819077 140735991459296 18446744073709551615 7816148 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 81903 76624 707 1374 0 80524 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 327612

[startup+282.301 s]
/proc/loadavg: 2.05 1.98 1.49 3/179 18471
/proc/meminfo: memFree=27742132/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=427768 CPUtime=282.3
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 1245328 0 0 0 26682 1548 0 0 25 0 1 0 21702123 438034432 97952 4089446400 4194304 9819077 140735991459296 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 106942 97952 707 1374 0 105563 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 427768

[startup+342.301 s]
/proc/loadavg: 2.02 1.98 1.52 3/179 18473
/proc/meminfo: memFree=27583852/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=523700 CPUtime=342.3
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 1499993 0 0 0 32364 1866 0 0 25 0 1 0 21702123 536268800 119032 4089446400 4194304 9819077 140735991459296 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 130925 119032 707 1374 0 129546 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 523700

[startup+402.301 s]
/proc/loadavg: 2.00 1.98 1.55 3/179 18474
/proc/meminfo: memFree=27446040/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=601032 CPUtime=402.31
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 1740928 0 0 0 38051 2180 0 0 25 0 1 0 21702123 615456768 136476 4089446400 4194304 9819077 140735991459296 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 150258 136476 707 1374 0 148879 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 601032

[startup+462.301 s]
/proc/loadavg: 2.00 1.98 1.57 3/179 18476
/proc/meminfo: memFree=27358448/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=615968 CPUtime=462.3
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 2017903 0 0 0 43724 2506 0 0 25 0 1 0 21702123 630751232 139879 4089446400 4194304 9819077 140735991459296 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 153992 139879 707 1374 0 152613 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 615968

[startup+522.3 s]
/proc/loadavg: 2.00 1.98 1.60 3/179 18477
/proc/meminfo: memFree=27265268/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=646096 CPUtime=522.31
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 2225039 0 0 0 49420 2811 0 0 25 0 1 0 21702123 661602304 146142 4089446400 4194304 9819077 140735991459296 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 161524 146142 707 1374 0 160145 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 646096

[startup+582.301 s]
/proc/loadavg: 2.00 1.98 1.62 3/179 18479
/proc/meminfo: memFree=27162044/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=675768 CPUtime=582.31
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 2481900 0 0 0 55109 3122 0 0 25 0 1 0 21702123 691986432 152463 4089446400 4194304 9819077 140735991459296 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 168942 152463 707 1374 0 167563 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 675768

[startup+642.301 s]
/proc/loadavg: 2.00 1.98 1.64 3/179 18481
/proc/meminfo: memFree=27083884/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=687696 CPUtime=642.31
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 2746719 0 0 0 60795 3436 0 0 25 0 1 0 21702123 704200704 154671 4089446400 4194304 9819077 140735991459296 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 171924 154671 707 1374 0 170545 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 687696

[startup+702.301 s]
/proc/loadavg: 2.00 1.98 1.66 3/179 18482
/proc/meminfo: memFree=26995312/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=708920 CPUtime=702.31
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 3018885 0 0 0 66476 3755 0 0 25 0 1 0 21702123 725934080 159171 4089446400 4194304 9819077 140735991459296 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 177230 159171 707 1374 0 175851 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 708920

[startup+762.301 s]
/proc/loadavg: 2.00 1.98 1.68 3/179 18484
/proc/meminfo: memFree=26886276/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=754332 CPUtime=762.32
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 3304818 0 0 0 72164 4068 0 0 25 0 1 0 21702123 772435968 168296 4089446400 4194304 9819077 140735991459296 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 188583 168296 707 1374 0 187204 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 754332

[startup+822.3 s]
/proc/loadavg: 2.07 2.00 1.70 3/179 18485
/proc/meminfo: memFree=26755152/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=829100 CPUtime=822.31
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 3603346 0 0 0 77861 4370 0 0 25 0 1 0 21702123 848998400 183049 4089446400 4194304 9819077 140735991459296 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 207275 183049 707 1374 0 205896 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 829100

[startup+882.307 s]
/proc/loadavg: 2.02 2.00 1.72 3/179 18487
/proc/meminfo: memFree=26610004/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=922324 CPUtime=882.32
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 3906776 0 0 0 83545 4687 0 0 25 0 1 0 21702123 944459776 200831 4089446400 4194304 9819077 140735991459296 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 230626 200832 707 1374 0 229247 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 922324

[startup+942.301 s]
/proc/loadavg: 2.11 2.03 1.74 3/179 18682
/proc/meminfo: memFree=28574496/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=993272 CPUtime=942.31
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 4206842 0 0 0 89229 5002 0 0 25 0 1 0 21702123 1017110528 215086 4089446400 4194304 9819077 140735991459296 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 248318 215086 707 1374 0 246939 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 993272

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

[startup+947.207 s]
/proc/loadavg: 2.10 2.03 1.75 3/179 18682
/proc/meminfo: memFree=28559248/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=1002840 CPUtime=947.23
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 4231534 0 0 0 89694 5029 0 0 25 0 1 0 21702123 1026908160 217045 4089446400 4194304 9819077 140735991459296 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 250710 217045 707 1374 0 249331 0
Current children cumulated CPU time (s) 947.23
Current children cumulated vsize (KiB) 1002840

[startup+972.8 s]
/proc/loadavg: 2.06 2.03 1.75 3/179 18682
/proc/meminfo: memFree=28509288/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=1008988 CPUtime=972.81
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 4385325 0 0 0 92089 5192 0 0 25 0 1 0 21702123 1033203712 218491 4089446400 4194304 9819077 140735991459296 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 252247 218491 708 1374 0 250868 0
Current children cumulated CPU time (s) 972.81
Current children cumulated vsize (KiB) 1008988

[startup+979.201 s]
/proc/loadavg: 2.06 2.02 1.75 3/179 18683
/proc/meminfo: memFree=28495868/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=1009848 CPUtime=979.22
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 4419950 0 0 0 92689 5233 0 0 25 0 1 0 21702123 1034084352 218708 4089446400 4194304 9819077 140735991459296 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 252462 218708 708 1374 0 251083 0
Current children cumulated CPU time (s) 979.22
Current children cumulated vsize (KiB) 1009848

[startup+985.601 s]
/proc/loadavg: 2.05 2.02 1.75 4/179 18683
/proc/meminfo: memFree=28482980/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=1011012 CPUtime=985.63
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 4459896 0 0 0 93289 5274 0 0 25 0 1 0 21702123 1035276288 218883 4089446400 4194304 9819077 140735991459296 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 252753 218883 708 1374 0 251374 0
Current children cumulated CPU time (s) 985.63
Current children cumulated vsize (KiB) 1011012

[startup+987.201 s]
/proc/loadavg: 2.05 2.02 1.75 3/179 18683
/proc/meminfo: memFree=28480988/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=1011296 CPUtime=987.21
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 4468573 0 0 0 93437 5284 0 0 25 0 1 0 21702123 1035567104 218915 4089446400 4194304 9819077 140735991459296 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 252824 218915 708 1374 0 251445 0
Current children cumulated CPU time (s) 987.21
Current children cumulated vsize (KiB) 1011296

[startup+988.8 s]
/proc/loadavg: 2.05 2.02 1.75 3/179 18683
/proc/meminfo: memFree=28478880/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=1011244 CPUtime=988.82
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 4476472 0 0 0 93587 5295 0 0 25 0 1 0 21702123 1035513856 218919 4089446400 4194304 9819077 140735991459296 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 252811 218919 708 1374 0 251432 0
Current children cumulated CPU time (s) 988.82
Current children cumulated vsize (KiB) 1011244

[startup+989.2 s]
/proc/loadavg: 2.05 2.02 1.75 3/179 18683
/proc/meminfo: memFree=28475160/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=1011292 CPUtime=989.22
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 4477410 0 0 0 93624 5298 0 0 25 0 1 0 21702123 1035563008 218922 4089446400 4194304 9819077 140735991459296 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 252823 218922 708 1374 0 251444 0
Current children cumulated CPU time (s) 989.22
Current children cumulated vsize (KiB) 1011292

[startup+989.6 s]
/proc/loadavg: 2.05 2.02 1.75 3/179 18683
/proc/meminfo: memFree=28475160/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=1007196 CPUtime=989.62
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 4478683 0 0 0 93661 5301 0 0 25 0 1 0 21702123 1031368704 217898 4089446400 4194304 9819077 140735991459296 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 251799 217898 708 1374 0 250420 0
Current children cumulated CPU time (s) 989.62
Current children cumulated vsize (KiB) 1007196

[startup+989.7 s]
/proc/loadavg: 2.05 2.02 1.75 3/179 18683
/proc/meminfo: memFree=28475160/32950928 swapFree=67111528/67111528
[pid=18462] ppid=18460 vsize=983128 CPUtime=989.71
/proc/18462/stat : 18462 (pbscip.linux.x8) R 18460 18462 17870 0 -1 4202496 4478683 0 0 0 93670 5301 0 0 25 0 1 0 21702123 1006723072 211881 4089446400 4194304 9819077 140735991459296 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18462/statm: 245782 211881 708 1374 0 244403 0
Current children cumulated CPU time (s) 989.71
Current children cumulated vsize (KiB) 983128

Child status: 0
Real time (s): 989.77
CPU time (s): 989.798
CPU user time (s): 936.744
CPU system time (s): 53.0539
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1015868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 936.744
system time used= 53.0539
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4478690
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= 1
involuntary context switches= 10611

runsolver used 1.37679 second user time and 3.19351 second system time

The end

Launcher Data

Begin job on node112 at 2010-07-07 22:34:34
IDJOB=2700345
IDBENCH=79420
IDSOLVER=1205
FILE ID=node112/2700345-1278534874
PBS_JOBID= 11239253
Free space on /tmp= 73448 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh08_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2700345-1278534874/watcher-2700345-1278534874 -o /tmp/evaluation-result-2700345-1278534874/solver-2700345-1278534874 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700345-1278534874.wbo -t 1800 -m 3800

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

MD5SUM BENCH= f8c09bda9afe7c43c5a568001f4bbb58
RANDOM SEED=1292945687

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28464640 kB
Buffers:        131748 kB
Cached:        3108992 kB
SwapCached:          0 kB
Active:        2279144 kB
Inactive:      2054424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28464640 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6248 kB
Writeback:           0 kB
AnonPages:     1092252 kB
Mapped:          16864 kB
Slab:            86480 kB
PageTables:       6956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1253552 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= 73440 MiB
End job on node112 at 2010-07-07 22:51:04