Trace number 2700260

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh201_wcsp.wbo
MD5SUM915acd3dc0a570e5bdb7222960ad66b3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.164974
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 constraints900
Number of soft constraints800
Number of constraints which are clauses800
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 constraint14
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 27
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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2700260-1278534540.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 0 impl, 800 cont) and 1701 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, 1000 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.00/0.05	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1000 implications, 0 cliques
0.00/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 0 impl, 800 cont) and 1600 constraints
0.00/0.05	c     800 constraints of type <indicator>
0.00/0.05	c     800 constraints of type <linear>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.03
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 1.2.1.2
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1800
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 3420
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	o 394238
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c t 0.0s|     1 |     0 |     0 |     - |5818k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |     0 |     - |6191k|   0 |   0 |1700 |1600 |1700 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |    20 |     - |6213k|   0 |   0 |1700 |1600 |1700 |  35 |  35 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |    51 |     - |6245k|   0 |   0 |1700 |1600 |1700 |  48 |  48 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |    59 |     - |6254k|   0 |   0 |1700 |1600 |1700 |  63 |  63 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |    76 |     - |6262k|   0 |   6 |1700 |1600 |1700 |  79 |  79 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |    93 |     - |6302k|   0 |  49 |1700 |1600 |1700 |  91 |  91 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.08	c   0.1s|     1 |     0 |   106 |     - |6473k|   0 |  56 |1700 |1600 |1700 | 102 | 102 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.08/0.09	c   0.1s|     1 |     0 |   130 |     - |6662k|   0 |  58 |1700 |1600 |1700 | 108 | 108 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   138 |     - |6694k|   0 |  59 |1700 |1600 |1700 | 112 | 112 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     2 |   221 |     - |6746k|   0 |  59 |1700 |1600 |1700 | 112 | 112 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
10.09/10.10	c   9.9s| 10000 | 10001 | 36771 |   3.7 |  19M| 147 |   3 |1700 |1600 |1700 | 199 |  11k|   0 | 786 | 0.000000e+00 | 3.942380e+05 |    Inf 
17.79/17.89	c  17.5s| 20000 | 20001 | 53250 |   2.7 |  28M| 183 |   0 |1700 |1600 |1700 | 195 |  16k|   0 | 786 | 0.000000e+00 | 3.942380e+05 |    Inf 
25.49/25.58	c  25.0s| 30000 | 29999 | 68430 |   2.3 |  38M| 183 |   0 |1700 |1603 |1700 | 188 |  21k|   3 | 786 | 0.000000e+00 | 3.942380e+05 |    Inf 
33.09/33.12	c  32.4s| 40000 | 39999 | 83449 |   2.1 |  47M| 183 |   0 |1700 |1603 |1700 | 228 |  26k|   3 | 786 | 0.000000e+00 | 3.942380e+05 |    Inf 
40.29/40.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.29/40.35	c  39.5s| 50000 | 49999 | 91542 |   1.8 |  57M| 183 |   0 |1700 |1603 |1700 | 200 |  28k|   3 | 786 | 0.000000e+00 | 3.942380e+05 |    Inf 
47.89/47.91	c  47.0s| 60000 | 59999 |103922 |   1.7 |  66M| 183 |   0 |1700 |1603 |1700 | 208 |  32k|   3 | 795 | 0.000000e+00 | 3.942380e+05 |    Inf 
55.49/55.53	c  54.4s| 70000 | 69999 |119985 |   1.7 |  76M| 183 |  22 |1700 |1603 |1700 | 126 |  37k|   3 | 829 | 0.000000e+00 | 3.942380e+05 |    Inf 
63.39/63.41	c  62.2s| 80000 | 79999 |140107 |   1.7 |  85M| 183 |   0 |1700 |1603 |1700 | 178 |  44k|   3 | 897 | 0.000000e+00 | 3.942380e+05 |    Inf 
71.09/71.16	c  69.8s| 90000 | 89999 |156911 |   1.7 |  95M| 183 |   2 |1700 |1603 |1700 | 173 |  50k|   3 | 961 | 0.000000e+00 | 3.942380e+05 |    Inf 
78.69/78.74	c  77.2s|100000 | 99999 |172158 |   1.7 | 104M| 183 |   0 |1700 |1603 |1700 | 219 |  55k|   3 |1021 | 0.000000e+00 | 3.942380e+05 |    Inf 
86.40/86.48	c  84.8s|110000 |109999 |193131 |   1.8 | 114M| 183 |   0 |1700 |1603 |1700 | 227 |  62k|   3 |1093 | 0.000000e+00 | 3.942380e+05 |    Inf 
94.19/94.28	c  92.5s|120000 |119999 |212109 |   1.8 | 124M| 183 |   9 |1700 |1603 |1700 | 204 |  69k|   3 |1178 | 0.000000e+00 | 3.942380e+05 |    Inf 
101.99/102.07	c   100s|130000 |129999 |233016 |   1.8 | 133M| 183 |   0 |1700 |1603 |1700 | 206 |  76k|   3 |1263 | 0.000000e+00 | 3.942380e+05 |    Inf 
110.00/110.04	c   108s|140000 |139999 |258432 |   1.8 | 143M| 183 |   0 |1700 |1603 |1700 | 207 |  83k|   3 |1367 | 0.000000e+00 | 3.942380e+05 |    Inf 
117.60/117.68	c   115s|150000 |149999 |274604 |   1.8 | 152M| 183 |   0 |1700 |1603 |1700 | 206 |  89k|   3 |1436 | 0.000000e+00 | 3.942380e+05 |    Inf 
125.30/125.34	c   123s|160000 |159999 |293828 |   1.8 | 162M| 183 |   0 |1700 |1603 |1700 | 202 |  95k|   3 |1493 | 0.000000e+00 | 3.942380e+05 |    Inf 
133.10/133.18	c   131s|170000 |169999 |316230 |   1.9 | 171M| 191 |   0 |1700 |1603 |1700 | 217 | 101k|   3 |1585 | 0.000000e+00 | 3.942380e+05 |    Inf 
140.89/140.94	c   138s|180000 |179997 |333970 |   1.9 | 181M| 191 |   0 |1700 |1608 |1700 | 174 | 106k|   8 |1656 | 0.000000e+00 | 3.942380e+05 |    Inf 
148.59/148.63	c   146s|190000 |189997 |352031 |   1.9 | 190M| 191 |   0 |1700 |1608 |1700 | 202 | 112k|   8 |1722 | 0.000000e+00 | 3.942380e+05 |    Inf 
156.20/156.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
156.20/156.29	c   153s|200000 |199997 |369533 |   1.8 | 200M| 191 |   0 |1700 |1608 |1700 | 188 | 117k|   8 |1765 | 0.000000e+00 | 3.942380e+05 |    Inf 
163.80/163.87	c   161s|210000 |209997 |383647 |   1.8 | 209M| 191 |   0 |1700 |1608 |1700 | 175 | 122k|   8 |1826 | 0.000000e+00 | 3.942380e+05 |    Inf 
171.40/171.43	c   168s|220000 |219997 |400196 |   1.8 | 219M| 191 |   0 |1700 |1608 |1700 | 208 | 128k|   8 |1887 | 0.000000e+00 | 3.942380e+05 |    Inf 
178.99/179.04	c   176s|230000 |229997 |414964 |   1.8 | 229M| 191 |   0 |1700 |1608 |1700 | 200 | 133k|   8 |1927 | 0.000000e+00 | 3.942380e+05 |    Inf 
186.49/186.57	c   183s|240000 |239997 |428432 |   1.8 | 238M| 191 |   0 |1700 |1608 |1700 | 218 | 137k|   8 |1969 | 0.000000e+00 | 3.942380e+05 |    Inf 
194.09/194.17	c   190s|250000 |249995 |443999 |   1.8 | 248M| 191 |   0 |1700 |1611 |1700 | 218 | 143k|  11 |2022 | 0.000000e+00 | 3.942380e+05 |    Inf 
201.90/201.96	c   198s|260000 |259995 |465402 |   1.8 | 257M| 191 |   0 |1700 |1611 |1700 | 190 | 150k|  11 |2071 | 0.000000e+00 | 3.942380e+05 |    Inf 
209.60/209.60	c   206s|270000 |269995 |483354 |   1.8 | 267M| 191 |   0 |1700 |1611 |1700 | 203 | 156k|  11 |2132 | 0.000000e+00 | 3.942380e+05 |    Inf 
217.00/217.04	c   213s|280000 |279995 |496211 |   1.8 | 276M| 191 |   0 |1700 |1611 |1700 | 198 | 160k|  11 |2169 | 0.000000e+00 | 3.942380e+05 |    Inf 
224.50/224.53	c   220s|290000 |289995 |509473 |   1.8 | 286M| 191 |   0 |1700 |1611 |1700 | 213 | 165k|  11 |2212 | 0.000000e+00 | 3.942380e+05 |    Inf 
232.10/232.19	c   228s|300000 |299995 |525745 |   1.8 | 295M| 191 |   0 |1700 |1611 |1700 | 205 | 170k|  11 |2256 | 0.000000e+00 | 3.942380e+05 |    Inf 
239.60/239.70	c   235s|310000 |309995 |542023 |   1.7 | 305M| 207 |   0 |1700 |1611 |1700 | 188 | 176k|  11 |2296 | 0.000000e+00 | 3.942380e+05 |    Inf 
247.19/247.28	c   243s|320000 |319995 |558028 |   1.7 | 314M| 207 |   0 |1700 |1611 |1700 | 218 | 180k|  11 |2332 | 0.000000e+00 | 3.942380e+05 |    Inf 
254.80/254.80	c   250s|330000 |329995 |572547 |   1.7 | 324M| 207 |   0 |1700 |1611 |1700 | 191 | 185k|  11 |2375 | 0.000000e+00 | 3.942380e+05 |    Inf 
262.20/262.23	c   257s|340000 |339995 |586659 |   1.7 | 333M| 207 |   0 |1700 |1611 |1700 | 181 | 190k|  11 |2421 | 0.000000e+00 | 3.942380e+05 |    Inf 
269.59/269.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
269.59/269.67	c   265s|350000 |349995 |600646 |   1.7 | 343M| 207 |   0 |1700 |1611 |1700 | 251 | 195k|  11 |2461 | 0.000000e+00 | 3.942380e+05 |    Inf 
277.11/277.12	c   272s|360000 |359993 |614665 |   1.7 | 352M| 207 |   0 |1700 |1613 |1700 | 178 | 199k|  13 |2501 | 0.000000e+00 | 3.942380e+05 |    Inf 
284.60/284.65	c   279s|370000 |369993 |629910 |   1.7 | 362M| 207 |   0 |1700 |1613 |1700 | 178 | 205k|  13 |2536 | 0.000000e+00 | 3.942380e+05 |    Inf 
292.10/292.12	c   287s|380000 |379993 |644279 |   1.7 | 371M| 207 |   0 |1700 |1613 |1700 | 225 | 209k|  13 |2569 | 0.000000e+00 | 3.942380e+05 |    Inf 
299.60/299.66	c   294s|390000 |389993 |659367 |   1.7 | 381M| 207 |   0 |1700 |1613 |1700 | 199 | 215k|  13 |2602 | 0.000000e+00 | 3.942380e+05 |    Inf 
307.20/307.20	c   301s|400000 |399993 |674628 |   1.7 | 390M| 207 |   4 |1700 |1612 |1700 | 160 | 219k|  13 |2637 | 0.000000e+00 | 3.942380e+05 |    Inf 
314.80/314.84	c   309s|410000 |409993 |694012 |   1.7 | 400M| 207 |   0 |1700 |1612 |1700 | 236 | 224k|  13 |2675 | 0.000000e+00 | 3.942380e+05 |    Inf 
322.21/322.29	c   316s|420000 |419993 |708752 |   1.7 | 409M| 233 |   0 |1700 |1612 |1700 | 171 | 228k|  13 |2715 | 0.000000e+00 | 3.942380e+05 |    Inf 
329.70/329.70	c   324s|430000 |429993 |725086 |   1.7 | 419M| 233 |   5 |1700 |1612 |1700 | 149 | 233k|  13 |2759 | 0.000000e+00 | 3.942380e+05 |    Inf 
337.20/337.20	c   331s|440000 |439993 |742654 |   1.7 | 428M| 233 |   0 |1700 |1612 |1700 | 226 | 239k|  13 |2813 | 0.000000e+00 | 3.942380e+05 |    Inf 
344.50/344.53	c   338s|450000 |449993 |754717 |   1.7 | 438M| 233 |   0 |1700 |1612 |1700 | 214 | 243k|  13 |2831 | 0.000000e+00 | 3.942380e+05 |    Inf 
351.90/351.98	c   345s|460000 |459993 |769840 |   1.7 | 447M| 233 |   0 |1700 |1612 |1700 | 233 | 248k|  13 |2878 | 0.000000e+00 | 3.942380e+05 |    Inf 
359.50/359.54	c   353s|470000 |469993 |788002 |   1.7 | 457M| 233 |  15 |1700 |1612 |1700 | 195 | 254k|  13 |2913 | 0.000000e+00 | 3.942380e+05 |    Inf 
366.80/366.88	c   360s|480000 |479993 |800324 |   1.7 | 466M| 233 |   7 |1700 |1611 |1700 | 188 | 258k|  13 |2949 | 0.000000e+00 | 3.942380e+05 |    Inf 
374.10/374.16	c   367s|490000 |489993 |812761 |   1.7 | 476M| 233 |   0 |1700 |1611 |1700 | 211 | 262k|  13 |2975 | 0.000000e+00 | 3.942380e+05 |    Inf 
381.20/381.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
381.20/381.29	c   374s|500000 |499993 |822620 |   1.6 | 485M| 233 |   0 |1700 |1611 |1700 | 193 | 266k|  13 |2985 | 0.000000e+00 | 3.942380e+05 |    Inf 
388.60/388.63	c   381s|510000 |509993 |835690 |   1.6 | 495M| 233 |   0 |1700 |1611 |1700 | 220 | 270k|  13 |3020 | 0.000000e+00 | 3.942380e+05 |    Inf 
395.90/395.99	c   389s|520000 |519993 |847913 |   1.6 | 504M| 233 |   0 |1700 |1611 |1700 | 214 | 274k|  13 |3053 | 0.000000e+00 | 3.942380e+05 |    Inf 
403.20/403.29	c   396s|530000 |529993 |862040 |   1.6 | 513M| 233 |   0 |1700 |1611 |1700 | 175 | 280k|  13 |3079 | 0.000000e+00 | 3.942380e+05 |    Inf 
410.60/410.68	c   403s|540000 |539993 |875774 |   1.6 | 523M| 233 |  18 |1700 |1611 |1700 | 169 | 284k|  13 |3115 | 0.000000e+00 | 3.942380e+05 |    Inf 
418.10/418.12	c   410s|550000 |549993 |892485 |   1.6 | 532M| 233 |   0 |1700 |1611 |1700 | 199 | 288k|  13 |3146 | 0.000000e+00 | 3.942380e+05 |    Inf 
425.40/425.45	c   417s|560000 |559993 |906538 |   1.6 | 542M| 233 |   0 |1700 |1610 |1700 | 187 | 293k|  13 |3177 | 0.000000e+00 | 3.942380e+05 |    Inf 
432.70/432.73	c   425s|570000 |569993 |918709 |   1.6 | 551M| 233 |  15 |1700 |1609 |1700 | 179 | 298k|  13 |3198 | 0.000000e+00 | 3.942380e+05 |    Inf 
439.80/439.90	c   432s|580000 |579991 |932413 |   1.6 | 561M| 233 |   0 |1700 |1612 |1700 | 196 | 303k|  16 |3225 | 0.000000e+00 | 3.942380e+05 |    Inf 
446.91/446.95	c   439s|590000 |589991 |941399 |   1.6 | 570M| 233 |   0 |1700 |1612 |1700 | 243 | 306k|  16 |3238 | 0.000000e+00 | 3.942380e+05 |    Inf 
454.21/454.26	c   446s|600000 |599991 |953902 |   1.6 | 580M| 233 |   2 |1700 |1611 |1700 | 207 | 310k|  16 |3267 | 0.000000e+00 | 3.942380e+05 |    Inf 
461.60/461.60	c   453s|610000 |609991 |966300 |   1.6 | 589M| 233 |   0 |1700 |1611 |1700 | 170 | 315k|  16 |3295 | 0.000000e+00 | 3.942380e+05 |    Inf 
468.90/468.93	c   460s|620000 |619991 |980238 |   1.6 | 599M| 233 |   0 |1700 |1611 |1700 | 236 | 319k|  16 |3320 | 0.000000e+00 | 3.942380e+05 |    Inf 
476.30/476.36	c   467s|630000 |629991 |995465 |   1.6 | 608M| 233 |   0 |1700 |1611 |1700 | 154 | 324k|  16 |3344 | 0.000000e+00 | 3.942380e+05 |    Inf 
483.70/483.73	c   475s|640000 |639991 |  1010k|   1.6 | 617M| 233 |  11 |1700 |1611 |1700 | 167 | 329k|  16 |3373 | 0.000000e+00 | 3.942380e+05 |    Inf 
490.80/490.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
490.80/490.80	c   482s|650000 |649989 |  1020k|   1.6 | 627M| 279 |   0 |1700 |1614 |1700 | 183 | 332k|  19 |3392 | 0.000000e+00 | 3.942380e+05 |    Inf 
498.01/498.03	c   489s|660000 |659989 |  1034k|   1.6 | 636M| 279 |   0 |1700 |1614 |1700 | 230 | 337k|  19 |3417 | 0.000000e+00 | 3.942380e+05 |    Inf 
505.10/505.19	c   496s|670000 |669988 |  1045k|   1.6 | 646M| 279 |   2 |1700 |1614 |1700 | 183 | 341k|  19 |3452 | 0.000000e+00 | 3.942380e+05 |    Inf 
512.30/512.32	c   503s|680000 |679988 |  1056k|   1.6 | 655M| 279 |   0 |1700 |1614 |1700 | 218 | 345k|  19 |3455 | 0.000000e+00 | 3.942380e+05 |    Inf 
519.30/519.39	c   510s|690000 |689988 |  1065k|   1.5 | 665M| 279 |   0 |1700 |1613 |1700 | 217 | 348k|  19 |3486 | 0.000000e+00 | 3.942380e+05 |    Inf 
526.51/526.54	c   517s|700000 |699988 |  1075k|   1.5 | 674M| 279 |   0 |1700 |1613 |1700 | 187 | 351k|  19 |3497 | 0.000000e+00 | 3.942380e+05 |    Inf 
533.70/533.71	c   524s|710000 |709988 |  1088k|   1.5 | 684M| 279 |   0 |1700 |1613 |1700 | 207 | 355k|  19 |3516 | 0.000000e+00 | 3.942380e+05 |    Inf 
540.81/540.89	c   531s|720000 |719988 |  1099k|   1.5 | 693M| 279 |   0 |1700 |1613 |1700 | 225 | 359k|  19 |3549 | 0.000000e+00 | 3.942380e+05 |    Inf 
548.01/548.07	c   538s|730000 |729988 |  1110k|   1.5 | 702M| 279 |   0 |1700 |1612 |1700 | 212 | 363k|  19 |3576 | 0.000000e+00 | 3.942380e+05 |    Inf 
555.21/555.24	c   545s|740000 |739988 |  1121k|   1.5 | 712M| 279 |   0 |1700 |1612 |1700 | 213 | 367k|  19 |3580 | 0.000000e+00 | 3.942380e+05 |    Inf 
562.40/562.49	c   552s|750000 |749988 |  1135k|   1.5 | 721M| 279 |   0 |1700 |1611 |1700 | 206 | 372k|  19 |3610 | 0.000000e+00 | 3.942380e+05 |    Inf 
569.60/569.63	c   559s|760000 |759988 |  1145k|   1.5 | 731M| 279 |   0 |1700 |1611 |1700 | 214 | 376k|  19 |3639 | 0.000000e+00 | 3.942380e+05 |    Inf 
576.70/576.76	c   566s|770000 |769988 |  1154k|   1.5 | 740M| 279 |   0 |1700 |1611 |1700 | 222 | 379k|  19 |3646 | 0.000000e+00 | 3.942380e+05 |    Inf 
583.80/583.86	c   573s|780000 |779986 |  1165k|   1.5 | 750M| 279 |   0 |1700 |1615 |1700 | 198 | 383k|  23 |3674 | 0.000000e+00 | 3.942380e+05 |    Inf 
590.91/590.97	c   580s|790000 |789986 |  1177k|   1.5 | 759M| 279 |   0 |1700 |1615 |1700 | 189 | 387k|  23 |3699 | 0.000000e+00 | 3.942380e+05 |    Inf 
598.01/598.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
598.01/598.01	c   587s|800000 |799986 |  1187k|   1.5 | 769M| 279 |   4 |1700 |1613 |1700 | 164 | 390k|  23 |3705 | 0.000000e+00 | 3.942380e+05 |    Inf 
605.21/605.22	c   594s|810000 |809986 |  1197k|   1.5 | 778M| 279 |   0 |1700 |1613 |1700 | 207 | 394k|  23 |3737 | 0.000000e+00 | 3.942380e+05 |    Inf 
612.41/612.42	c   601s|820000 |819986 |  1208k|   1.5 | 787M| 279 |   0 |1700 |1612 |1700 | 216 | 397k|  23 |3759 | 0.000000e+00 | 3.942380e+05 |    Inf 
619.41/619.47	c   608s|830000 |829986 |  1215k|   1.5 | 797M| 279 |   0 |1700 |1612 |1700 | 181 | 400k|  23 |3766 | 0.000000e+00 | 3.942380e+05 |    Inf 
626.51/626.55	c   615s|840000 |839986 |  1224k|   1.5 | 806M| 281 |   0 |1700 |1612 |1700 | 221 | 403k|  23 |3792 | 0.000000e+00 | 3.942380e+05 |    Inf 
633.61/633.65	c   622s|850000 |849986 |  1234k|   1.5 | 816M| 281 |   0 |1700 |1611 |1700 | 219 | 406k|  23 |3793 | 0.000000e+00 | 3.942380e+05 |    Inf 
640.71/640.72	c   629s|860000 |859986 |  1242k|   1.4 | 825M| 281 |   0 |1700 |1611 |1700 | 213 | 409k|  23 |3818 | 0.000000e+00 | 3.942380e+05 |    Inf 
647.81/647.86	c   636s|870000 |869986 |  1254k|   1.4 | 834M| 281 |   0 |1700 |1611 |1700 | 219 | 413k|  23 |3828 | 0.000000e+00 | 3.942380e+05 |    Inf 
655.01/655.08	c   643s|880000 |879986 |  1265k|   1.4 | 844M| 281 |   0 |1700 |1611 |1700 | 189 | 417k|  23 |3848 | 0.000000e+00 | 3.942380e+05 |    Inf 
662.41/662.42	c   650s|890000 |889986 |  1276k|   1.4 | 853M| 281 |   0 |1700 |1611 |1700 | 152 | 421k|  23 |3875 | 0.000000e+00 | 3.942380e+05 |    Inf 
669.41/669.49	c   657s|900000 |899986 |  1285k|   1.4 | 863M| 281 |   0 |1700 |1611 |1700 | 243 | 423k|  23 |3877 | 0.000000e+00 | 3.942380e+05 |    Inf 
676.52/676.58	c   664s|910000 |909986 |  1296k|   1.4 | 872M| 281 |   0 |1700 |1610 |1700 | 142 | 427k|  23 |3908 | 0.000000e+00 | 3.942380e+05 |    Inf 
683.71/683.73	c   671s|920000 |919986 |  1305k|   1.4 | 882M| 281 |   0 |1700 |1610 |1700 | 233 | 430k|  23 |3910 | 0.000000e+00 | 3.942380e+05 |    Inf 
690.81/690.87	c   678s|930000 |929986 |  1314k|   1.4 | 891M| 281 |   0 |1700 |1609 |1700 | 178 | 433k|  23 |3936 | 0.000000e+00 | 3.942380e+05 |    Inf 
697.90/697.96	c   685s|940000 |939986 |  1324k|   1.4 | 900M| 281 |   0 |1700 |1609 |1700 | 197 | 436k|  23 |3945 | 0.000000e+00 | 3.942380e+05 |    Inf 
705.01/705.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
705.01/705.04	c   692s|950000 |949984 |  1332k|   1.4 | 910M| 281 |   0 |1700 |1612 |1700 | 208 | 439k|  26 |3964 | 0.000000e+00 | 3.942380e+05 |    Inf 
712.21/712.26	c   699s|960000 |959982 |  1345k|   1.4 | 919M| 281 |   0 |1700 |1614 |1700 | 179 | 442k|  29 |3985 | 0.000000e+00 | 3.942380e+05 |    Inf 
719.61/719.65	c   706s|970000 |969980 |  1363k|   1.4 | 929M| 281 |   0 |1700 |1620 |1700 | 190 | 444k|  35 |4012 | 0.000000e+00 | 3.942380e+05 |    Inf 
727.01/727.04	c   713s|980000 |979980 |  1383k|   1.4 | 938M| 281 |   0 |1700 |1619 |1700 | 213 | 447k|  35 |4038 | 0.000000e+00 | 3.942380e+05 |    Inf 
734.31/734.39	c   721s|990000 |989980 |  1400k|   1.4 | 947M| 281 |   0 |1700 |1619 |1700 | 140 | 451k|  35 |4067 | 0.000000e+00 | 3.942380e+05 |    Inf 
741.61/741.69	c   728s|  1000k|999980 |  1417k|   1.4 | 957M| 281 |   0 |1700 |1619 |1700 | 181 | 455k|  35 |4096 | 0.000000e+00 | 3.942380e+05 |    Inf 
748.81/748.88	c   735s|  1010k|  1009k|  1431k|   1.4 | 966M| 281 |   0 |1700 |1618 |1700 | 201 | 457k|  35 |4110 | 0.000000e+00 | 3.942380e+05 |    Inf 
755.91/755.96	c   742s|  1020k|  1019k|  1441k|   1.4 | 976M| 281 |   0 |1700 |1618 |1700 | 158 | 460k|  35 |4139 | 0.000000e+00 | 3.942380e+05 |    Inf 
763.11/763.10	c   749s|  1030k|  1029k|  1451k|   1.4 | 985M| 281 |   0 |1700 |1618 |1700 | 241 | 464k|  35 |4145 | 0.000000e+00 | 3.942380e+05 |    Inf 
770.11/770.18	c   756s|  1040k|  1039k|  1461k|   1.4 | 994M| 281 |   0 |1700 |1618 |1700 | 194 | 466k|  35 |4165 | 0.000000e+00 | 3.942380e+05 |    Inf 
777.31/777.37	c   763s|  1050k|  1049k|  1472k|   1.4 |1004M| 281 |   0 |1700 |1618 |1700 | 185 | 470k|  35 |4177 | 0.000000e+00 | 3.942380e+05 |    Inf 
784.51/784.56	c   770s|  1060k|  1059k|  1484k|   1.4 |1013M| 281 |   0 |1700 |1618 |1700 | 177 | 474k|  35 |4190 | 0.000000e+00 | 3.942380e+05 |    Inf 
791.61/791.69	c   777s|  1070k|  1069k|  1494k|   1.4 |1023M| 281 |  11 |1700 |1620 |1700 | 184 | 477k|  37 |4213 | 0.000000e+00 | 3.942380e+05 |    Inf 
798.81/798.81	c   784s|  1080k|  1079k|  1503k|   1.4 |1032M| 281 |   0 |1700 |1620 |1700 | 175 | 479k|  37 |4214 | 0.000000e+00 | 3.942380e+05 |    Inf 
806.11/806.14	c   791s|  1090k|  1089k|  1520k|   1.4 |1042M| 281 |   0 |1700 |1620 |1700 | 227 | 484k|  37 |4234 | 0.000000e+00 | 3.942380e+05 |    Inf 
813.31/813.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
813.31/813.30	c   798s|  1100k|  1099k|  1529k|   1.4 |1051M| 281 |   0 |1700 |1619 |1700 | 194 | 487k|  37 |4265 | 0.000000e+00 | 3.942380e+05 |    Inf 
820.31/820.31	c   805s|  1110k|  1109k|  1538k|   1.4 |1060M| 281 |   0 |1700 |1619 |1700 | 207 | 490k|  38 |4266 | 0.000000e+00 | 3.942380e+05 |    Inf 
827.22/827.25	c   812s|  1120k|  1119k|  1545k|   1.4 |1070M| 281 |   0 |1700 |1619 |1700 | 161 | 492k|  38 |4287 | 0.000000e+00 | 3.942380e+05 |    Inf 
834.31/834.33	c   819s|  1130k|  1129k|  1555k|   1.4 |1079M| 281 |   0 |1700 |1619 |1700 | 179 | 495k|  38 |4287 | 0.000000e+00 | 3.942380e+05 |    Inf 
841.31/841.40	c   826s|  1140k|  1139k|  1562k|   1.4 |1089M| 281 |   0 |1700 |1619 |1700 | 216 | 497k|  38 |4313 | 0.000000e+00 | 3.942380e+05 |    Inf 
848.41/848.47	c   832s|  1150k|  1149k|  1571k|   1.4 |1098M| 281 |   0 |1700 |1619 |1700 | 176 | 499k|  38 |4315 | 0.000000e+00 | 3.942380e+05 |    Inf 
855.62/855.65	c   840s|  1160k|  1159k|  1583k|   1.4 |1107M| 281 |   0 |1700 |1619 |1700 | 152 | 502k|  38 |4340 | 0.000000e+00 | 3.942380e+05 |    Inf 
862.81/862.89	c   847s|  1170k|  1169k|  1595k|   1.4 |1117M| 281 |   0 |1700 |1618 |1700 | 217 | 505k|  38 |4359 | 0.000000e+00 | 3.942380e+05 |    Inf 
869.91/869.96	c   854s|  1180k|  1179k|  1605k|   1.4 |1126M| 281 |   0 |1700 |1618 |1700 | 211 | 508k|  38 |4366 | 0.000000e+00 | 3.942380e+05 |    Inf 
877.02/877.04	c   860s|  1190k|  1189k|  1614k|   1.4 |1136M| 281 |   0 |1700 |1617 |1700 | 199 | 511k|  38 |4390 | 0.000000e+00 | 3.942380e+05 |    Inf 
883.92/883.95	c   867s|  1200k|  1199k|  1619k|   1.3 |1145M| 281 |   0 |1700 |1617 |1700 | 215 | 513k|  38 |4392 | 0.000000e+00 | 3.942380e+05 |    Inf 
891.02/891.02	c   874s|  1210k|  1209k|  1629k|   1.3 |1154M| 281 |   0 |1700 |1617 |1700 | 217 | 516k|  38 |4405 | 0.000000e+00 | 3.942380e+05 |    Inf 
898.02/898.03	c   881s|  1220k|  1219k|  1637k|   1.3 |1164M| 281 |   0 |1700 |1617 |1700 | 209 | 519k|  38 |4412 | 0.000000e+00 | 3.942380e+05 |    Inf 
905.01/905.01	c   888s|  1230k|  1229k|  1644k|   1.3 |1173M| 281 |   0 |1700 |1617 |1700 | 194 | 521k|  38 |4413 | 0.000000e+00 | 3.942380e+05 |    Inf 
912.02/912.07	c   895s|  1240k|  1239k|  1651k|   1.3 |1183M| 281 |   0 |1700 |1617 |1700 | 180 | 524k|  38 |4434 | 0.000000e+00 | 3.942380e+05 |    Inf 
919.11/919.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
919.11/919.15	c   902s|  1250k|  1249k|  1660k|   1.3 |1192M| 281 |   0 |1700 |1616 |1700 | 203 | 527k|  38 |4435 | 0.000000e+00 | 3.942380e+05 |    Inf 
926.41/926.40	c   909s|  1260k|  1259k|  1673k|   1.3 |1201M| 281 |   0 |1700 |1615 |1700 | 234 | 530k|  38 |4457 | 0.000000e+00 | 3.942380e+05 |    Inf 
933.61/933.66	c   916s|  1270k|  1269k|  1684k|   1.3 |1211M| 281 |   0 |1700 |1615 |1700 | 197 | 533k|  38 |4483 | 0.000000e+00 | 3.942380e+05 |    Inf 
940.71/940.71	c   923s|  1280k|  1279k|  1692k|   1.3 |1220M| 281 |   0 |1700 |1615 |1700 | 176 | 535k|  38 |4484 | 0.000000e+00 | 3.942380e+05 |    Inf 
947.81/947.81	c   930s|  1290k|  1289k|  1703k|   1.3 |1230M| 281 |   9 |1700 |1615 |1700 | 137 | 538k|  38 |4508 | 0.000000e+00 | 3.942380e+05 |    Inf 
954.82/954.89	c   937s|  1300k|  1299k|  1713k|   1.3 |1239M| 281 |   0 |1700 |1615 |1700 | 192 | 541k|  38 |4509 | 0.000000e+00 | 3.942380e+05 |    Inf 
961.91/961.91	c   944s|  1310k|  1309k|  1720k|   1.3 |1248M| 281 |   0 |1700 |1615 |1700 | 175 | 543k|  38 |4529 | 0.000000e+00 | 3.942380e+05 |    Inf 
968.91/968.92	c   951s|  1320k|  1319k|  1728k|   1.3 |1258M| 281 |   0 |1700 |1615 |1700 | 183 | 546k|  38 |4534 | 0.000000e+00 | 3.942380e+05 |    Inf 
975.92/975.99	c   958s|  1330k|  1329k|  1737k|   1.3 |1267M| 281 |   0 |1700 |1615 |1700 | 223 | 549k|  38 |4549 | 0.000000e+00 | 3.942380e+05 |    Inf 
983.02/983.01	c   964s|  1340k|  1339k|  1746k|   1.3 |1277M| 281 |   0 |1700 |1614 |1700 | 188 | 552k|  38 |4560 | 0.000000e+00 | 3.942380e+05 |    Inf 
990.02/990.01	c   971s|  1350k|  1349k|  1752k|   1.3 |1286M| 281 |   7 |1700 |1614 |1700 | 183 | 554k|  38 |4561 | 0.000000e+00 | 3.942380e+05 |    Inf 
997.02/997.09	c   978s|  1360k|  1359k|  1760k|   1.3 |1295M| 281 |   0 |1700 |1614 |1700 | 221 | 557k|  38 |4582 | 0.000000e+00 | 3.942380e+05 |    Inf 
1004.22/1004.20	c   985s|  1370k|  1369k|  1771k|   1.3 |1305M| 281 |   7 |1700 |1614 |1700 | 175 | 561k|  38 |4586 | 0.000000e+00 | 3.942380e+05 |    Inf 
1011.41/1011.47	c   992s|  1380k|  1379k|  1784k|   1.3 |1314M| 281 |   0 |1700 |1614 |1700 | 205 | 563k|  38 |4607 | 0.000000e+00 | 3.942380e+05 |    Inf 
1018.41/1018.46	c   999s|  1390k|  1389k|  1792k|   1.3 |1323M| 281 |   5 |1700 |1614 |1700 | 179 | 566k|  38 |4618 | 0.000000e+00 | 3.942380e+05 |    Inf 
1025.32/1025.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1025.32/1025.39	c  1006s|  1400k|  1399k|  1800k|   1.3 |1333M| 281 |   0 |1700 |1614 |1700 | 180 | 569k|  38 |4628 | 0.000000e+00 | 3.942380e+05 |    Inf 
1032.32/1032.32	c  1013s|  1410k|  1409k|  1806k|   1.3 |1342M| 281 |   0 |1700 |1614 |1700 | 195 | 572k|  38 |4628 | 0.000000e+00 | 3.942380e+05 |    Inf 
1039.42/1039.42	c  1020s|  1420k|  1419k|  1815k|   1.3 |1352M| 281 |   0 |1700 |1613 |1700 | 216 | 574k|  38 |4650 | 0.000000e+00 | 3.942380e+05 |    Inf 
1046.61/1046.62	c  1027s|  1430k|  1429k|  1827k|   1.3 |1361M| 281 |   0 |1700 |1613 |1700 | 176 | 577k|  38 |4655 | 0.000000e+00 | 3.942380e+05 |    Inf 
1053.52/1053.59	c  1034s|  1440k|  1439k|  1833k|   1.3 |1370M| 281 |   0 |1700 |1613 |1700 | 161 | 579k|  38 |4671 | 0.000000e+00 | 3.942380e+05 |    Inf 
1060.62/1060.67	c  1041s|  1450k|  1449k|  1842k|   1.3 |1380M| 281 |   0 |1700 |1613 |1700 | 190 | 581k|  38 |4672 | 0.000000e+00 | 3.942380e+05 |    Inf 
1067.61/1067.66	c  1047s|  1460k|  1459k|  1848k|   1.3 |1389M| 281 |   0 |1700 |1613 |1700 | 216 | 583k|  38 |4688 | 0.000000e+00 | 3.942380e+05 |    Inf 
1074.82/1074.87	c  1055s|  1470k|  1469k|  1859k|   1.3 |1399M| 281 |   0 |1700 |1613 |1700 | 185 | 586k|  38 |4692 | 0.000000e+00 | 3.942380e+05 |    Inf 
1081.92/1081.94	c  1061s|  1480k|  1479k|  1870k|   1.3 |1408M| 281 |   0 |1700 |1613 |1700 | 202 | 590k|  38 |4709 | 0.000000e+00 | 3.942380e+05 |    Inf 
1089.02/1089.09	c  1068s|  1490k|  1489k|  1882k|   1.3 |1417M| 281 |   0 |1700 |1613 |1700 | 170 | 593k|  38 |4718 | 0.000000e+00 | 3.942380e+05 |    Inf 
1096.12/1096.18	c  1075s|  1500k|  1499k|  1892k|   1.3 |1427M| 281 |   0 |1700 |1613 |1700 | 227 | 597k|  38 |4728 | 0.000000e+00 | 3.942380e+05 |    Inf 
1103.01/1103.06	c  1082s|  1510k|  1509k|  1899k|   1.3 |1436M| 281 |   0 |1700 |1613 |1700 | 204 | 599k|  38 |4738 | 0.000000e+00 | 3.942380e+05 |    Inf 
1110.11/1110.15	c  1089s|  1520k|  1519k|  1909k|   1.3 |1446M| 281 |   0 |1700 |1613 |1700 | 185 | 602k|  38 |4751 | 0.000000e+00 | 3.942380e+05 |    Inf 
1117.12/1117.11	c  1096s|  1530k|  1529k|  1916k|   1.3 |1455M| 281 |   0 |1700 |1613 |1700 | 196 | 605k|  38 |4755 | 0.000000e+00 | 3.942380e+05 |    Inf 
1124.23/1124.21	c  1103s|  1540k|  1539k|  1925k|   1.3 |1464M| 281 |   0 |1700 |1613 |1700 | 183 | 608k|  38 |4774 | 0.000000e+00 | 3.942380e+05 |    Inf 
1131.52/1131.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1131.52/1131.56	c  1110s|  1550k|  1549k|  1940k|   1.3 |1474M| 281 |   0 |1700 |1613 |1700 | 138 | 611k|  38 |4793 | 0.000000e+00 | 3.942380e+05 |    Inf 
1138.82/1138.84	c  1117s|  1560k|  1559k|  1954k|   1.3 |1483M| 281 |   0 |1700 |1613 |1700 | 193 | 614k|  38 |4802 | 0.000000e+00 | 3.942380e+05 |    Inf 
1145.82/1145.84	c  1124s|  1570k|  1569k|  1961k|   1.2 |1493M| 281 |   9 |1700 |1613 |1700 | 156 | 616k|  38 |4826 | 0.000000e+00 | 3.942380e+05 |    Inf 
1152.73/1152.79	c  1131s|  1580k|  1579k|  1967k|   1.2 |1502M| 281 |   0 |1700 |1613 |1700 | 179 | 618k|  38 |4828 | 0.000000e+00 | 3.942380e+05 |    Inf 
1159.62/1159.68	c  1138s|  1590k|  1589k|  1973k|   1.2 |1511M| 281 |   0 |1700 |1613 |1700 | 204 | 620k|  38 |4828 | 0.000000e+00 | 3.942380e+05 |    Inf 
1166.72/1166.75	c  1145s|  1600k|  1599k|  1981k|   1.2 |1521M| 281 |   0 |1700 |1613 |1700 | 138 | 623k|  38 |4848 | 0.000000e+00 | 3.942380e+05 |    Inf 
1173.82/1173.86	c  1152s|  1610k|  1609k|  1991k|   1.2 |1530M| 281 |   0 |1700 |1613 |1700 | 217 | 626k|  38 |4849 | 0.000000e+00 | 3.942380e+05 |    Inf 
1180.92/1180.91	c  1159s|  1620k|  1619k|  1999k|   1.2 |1540M| 281 |   0 |1700 |1613 |1700 | 208 | 629k|  38 |4875 | 0.000000e+00 | 3.942380e+05 |    Inf 
1187.32/1187.38	c  1165s|  1630k|  1629k|  2007k|   1.2 |1549M| 281 |   0 |1700 |1612 |1700 | 186 | 631k|  38 |4875 | 0.000000e+00 | 3.942380e+05 |    Inf 
1193.82/1193.82	c  1171s|  1640k|  1639k|  2014k|   1.2 |1558M| 281 |   0 |1700 |1612 |1700 | 186 | 633k|  38 |4889 | 0.000000e+00 | 3.942380e+05 |    Inf 
1200.32/1200.31	c  1178s|  1650k|  1649k|  2024k|   1.2 |1568M| 281 |   0 |1700 |1612 |1700 | 175 | 636k|  38 |4899 | 0.000000e+00 | 3.942380e+05 |    Inf 
1206.73/1206.76	c  1184s|  1660k|  1659k|  2033k|   1.2 |1577M| 281 |   0 |1700 |1612 |1700 | 183 | 639k|  38 |4905 | 0.000000e+00 | 3.942380e+05 |    Inf 
1213.32/1213.33	c  1190s|  1670k|  1669k|  2044k|   1.2 |1587M| 281 |   0 |1700 |1612 |1700 | 215 | 642k|  38 |4924 | 0.000000e+00 | 3.942380e+05 |    Inf 
1219.93/1219.92	c  1197s|  1680k|  1679k|  2056k|   1.2 |1596M| 281 |   0 |1700 |1615 |1700 | 142 | 646k|  41 |4943 | 0.000000e+00 | 3.942380e+05 |    Inf 
1226.43/1226.41	c  1203s|  1690k|  1689k|  2066k|   1.2 |1605M| 281 |   0 |1700 |1615 |1700 | 192 | 649k|  41 |4951 | 0.000000e+00 | 3.942380e+05 |    Inf 
1232.72/1232.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1232.72/1232.79	c  1209s|  1700k|  1699k|  2073k|   1.2 |1615M| 281 |   0 |1700 |1615 |1700 | 230 | 651k|  41 |4960 | 0.000000e+00 | 3.942380e+05 |    Inf 
1239.02/1239.06	c  1215s|  1710k|  1709k|  2077k|   1.2 |1624M| 281 |   0 |1700 |1615 |1700 | 214 | 652k|  41 |4974 | 0.000000e+00 | 3.942380e+05 |    Inf 
1245.62/1245.64	c  1222s|  1720k|  1719k|  2088k|   1.2 |1634M| 281 |   0 |1700 |1614 |1700 | 153 | 655k|  41 |4975 | 0.000000e+00 | 3.942380e+05 |    Inf 
1252.12/1252.14	c  1228s|  1730k|  1729k|  2097k|   1.2 |1643M| 281 |   0 |1700 |1614 |1700 | 222 | 658k|  41 |4998 | 0.000000e+00 | 3.942380e+05 |    Inf 
1258.63/1258.61	c  1234s|  1740k|  1739k|  2106k|   1.2 |1652M| 281 |   0 |1700 |1614 |1700 | 208 | 660k|  41 |4998 | 0.000000e+00 | 3.942380e+05 |    Inf 
1265.03/1265.06	c  1241s|  1750k|  1749k|  2115k|   1.2 |1662M| 281 |   0 |1700 |1614 |1700 | 190 | 664k|  41 |5019 | 0.000000e+00 | 3.942380e+05 |    Inf 
1271.53/1271.53	c  1247s|  1760k|  1759k|  2125k|   1.2 |1671M| 281 |   0 |1700 |1614 |1700 | 173 | 667k|  41 |5020 | 0.000000e+00 | 3.942380e+05 |    Inf 
1278.02/1278.09	c  1254s|  1770k|  1769k|  2136k|   1.2 |1680M| 281 |   0 |1700 |1614 |1700 | 226 | 670k|  41 |5044 | 0.000000e+00 | 3.942380e+05 |    Inf 
1284.52/1284.50	c  1260s|  1780k|  1779k|  2142k|   1.2 |1690M| 281 |   0 |1700 |1612 |1700 | 194 | 672k|  41 |5045 | 0.000000e+00 | 3.942380e+05 |    Inf 
1290.93/1290.98	c  1266s|  1790k|  1789k|  2152k|   1.2 |1699M| 281 |   0 |1700 |1612 |1700 | 173 | 675k|  41 |5065 | 0.000000e+00 | 3.942380e+05 |    Inf 
1297.42/1297.45	c  1272s|  1800k|  1799k|  2162k|   1.2 |1709M| 281 |   0 |1700 |1612 |1700 | 153 | 678k|  41 |5066 | 0.000000e+00 | 3.942380e+05 |    Inf 
1303.82/1303.87	c  1279s|  1810k|  1809k|  2171k|   1.2 |1718M| 281 |   0 |1700 |1614 |1700 | 221 | 681k|  43 |5084 | 0.000000e+00 | 3.942380e+05 |    Inf 
1310.32/1310.38	c  1285s|  1820k|  1819k|  2180k|   1.2 |1727M| 281 |   0 |1700 |1614 |1700 | 220 | 684k|  43 |5086 | 0.000000e+00 | 3.942380e+05 |    Inf 
1316.73/1316.79	c  1291s|  1830k|  1829k|  2188k|   1.2 |1737M| 281 |   0 |1700 |1614 |1700 | 179 | 686k|  43 |5097 | 0.000000e+00 | 3.942380e+05 |    Inf 
1323.23/1323.25	c  1298s|  1840k|  1839k|  2196k|   1.2 |1746M| 281 |   0 |1700 |1614 |1700 | 200 | 689k|  43 |5105 | 0.000000e+00 | 3.942380e+05 |    Inf 
1329.72/1329.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1329.72/1329.74	c  1304s|  1850k|  1849k|  2206k|   1.2 |1756M| 281 |   0 |1700 |1615 |1700 | 192 | 692k|  44 |5120 | 0.000000e+00 | 3.942380e+05 |    Inf 
1336.12/1336.19	c  1310s|  1860k|  1859k|  2215k|   1.2 |1765M| 281 |   0 |1700 |1615 |1700 | 198 | 695k|  44 |5126 | 0.000000e+00 | 3.942380e+05 |    Inf 
1342.72/1342.71	c  1317s|  1870k|  1869k|  2225k|   1.2 |1775M| 281 |   3 |1700 |1614 |1700 | 191 | 697k|  44 |5140 | 0.000000e+00 | 3.942380e+05 |    Inf 
1349.12/1349.19	c  1323s|  1880k|  1879k|  2235k|   1.2 |1784M| 281 |  10 |1700 |1614 |1700 | 189 | 700k|  44 |5147 | 0.000000e+00 | 3.942380e+05 |    Inf 
1355.72/1355.71	c  1329s|  1890k|  1889k|  2245k|   1.2 |1793M| 281 |   0 |1700 |1614 |1700 | 179 | 703k|  44 |5167 | 0.000000e+00 | 3.942380e+05 |    Inf 
1362.12/1362.13	c  1336s|  1900k|  1899k|  2255k|   1.2 |1803M| 281 |   0 |1700 |1614 |1700 | 194 | 705k|  44 |5172 | 0.000000e+00 | 3.942380e+05 |    Inf 
1368.52/1368.51	c  1342s|  1910k|  1909k|  2261k|   1.2 |1812M| 281 |   0 |1700 |1614 |1700 | 180 | 707k|  44 |5179 | 0.000000e+00 | 3.942380e+05 |    Inf 
1374.93/1375.00	c  1348s|  1920k|  1919k|  2271k|   1.2 |1821M| 281 |   0 |1700 |1614 |1700 | 159 | 710k|  44 |5194 | 0.000000e+00 | 3.942380e+05 |    Inf 
1381.42/1381.41	c  1354s|  1930k|  1929k|  2279k|   1.2 |1831M| 281 |   0 |1700 |1614 |1700 | 173 | 713k|  44 |5194 | 0.000000e+00 | 3.942380e+05 |    Inf 
1387.82/1387.82	c  1361s|  1940k|  1939k|  2288k|   1.2 |1840M| 281 |   0 |1700 |1614 |1700 | 231 | 715k|  44 |5216 | 0.000000e+00 | 3.942380e+05 |    Inf 
1394.12/1394.13	c  1367s|  1950k|  1949k|  2294k|   1.2 |1850M| 281 |   0 |1700 |1614 |1700 | 201 | 718k|  44 |5216 | 0.000000e+00 | 3.942380e+05 |    Inf 
1400.52/1400.55	c  1373s|  1960k|  1959k|  2302k|   1.2 |1859M| 281 |   0 |1700 |1614 |1700 | 206 | 720k|  44 |5224 | 0.000000e+00 | 3.942380e+05 |    Inf 
1406.93/1406.91	c  1379s|  1970k|  1969k|  2310k|   1.2 |1868M| 281 |   0 |1700 |1614 |1700 | 209 | 723k|  44 |5234 | 0.000000e+00 | 3.942380e+05 |    Inf 
1413.23/1413.27	c  1386s|  1980k|  1979k|  2316k|   1.2 |1878M| 281 |   0 |1700 |1614 |1700 | 191 | 725k|  44 |5236 | 0.000000e+00 | 3.942380e+05 |    Inf 
1419.62/1419.69	c  1392s|  1990k|  1989k|  2323k|   1.2 |1887M| 281 |   0 |1700 |1614 |1700 | 215 | 727k|  44 |5246 | 0.000000e+00 | 3.942380e+05 |    Inf 
1426.03/1426.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1426.03/1426.02	c  1398s|  2000k|  1999k|  2327k|   1.2 |1896M| 281 |   0 |1700 |1613 |1700 | 221 | 729k|  44 |5254 | 0.000000e+00 | 3.942380e+05 |    Inf 
1432.42/1432.41	c  1404s|  2010k|  2009k|  2335k|   1.2 |1906M| 281 |   0 |1700 |1613 |1700 | 208 | 731k|  44 |5256 | 0.000000e+00 | 3.942380e+05 |    Inf 
1438.74/1438.80	c  1410s|  2020k|  2019k|  2343k|   1.2 |1915M| 281 |   0 |1700 |1613 |1700 | 176 | 734k|  44 |5266 | 0.000000e+00 | 3.942380e+05 |    Inf 
1445.33/1445.35	c  1417s|  2030k|  2029k|  2353k|   1.2 |1925M| 281 |   0 |1700 |1613 |1700 | 209 | 737k|  44 |5273 | 0.000000e+00 | 3.942380e+05 |    Inf 
1451.73/1451.78	c  1423s|  2040k|  2039k|  2362k|   1.2 |1934M| 281 |   0 |1700 |1613 |1700 | 163 | 739k|  44 |5285 | 0.000000e+00 | 3.942380e+05 |    Inf 
1458.23/1458.22	c  1429s|  2050k|  2049k|  2371k|   1.2 |1943M| 281 |   0 |1700 |1613 |1700 | 206 | 741k|  44 |5291 | 0.000000e+00 | 3.942380e+05 |    Inf 
1464.73/1464.73	c  1436s|  2060k|  2059k|  2381k|   1.2 |1953M| 281 |   0 |1700 |1613 |1700 | 140 | 744k|  44 |5304 | 0.000000e+00 | 3.942380e+05 |    Inf 
1471.23/1471.25	c  1442s|  2070k|  2069k|  2392k|   1.2 |1962M| 281 |   0 |1700 |1613 |1700 | 219 | 747k|  44 |5316 | 0.000000e+00 | 3.942380e+05 |    Inf 
1477.63/1477.66	c  1448s|  2080k|  2079k|  2400k|   1.2 |1972M| 281 |   0 |1700 |1613 |1700 | 178 | 750k|  44 |5330 | 0.000000e+00 | 3.942380e+05 |    Inf 
1483.94/1483.98	c  1455s|  2090k|  2089k|  2405k|   1.2 |1981M| 281 |   0 |1700 |1613 |1700 | 227 | 751k|  44 |5330 | 0.000000e+00 | 3.942380e+05 |    Inf 
1490.62/1490.62	c  1461s|  2100k|  2099k|  2418k|   1.2 |1990M| 281 |   0 |1700 |1613 |1700 | 200 | 754k|  44 |5347 | 0.000000e+00 | 3.942380e+05 |    Inf 
1497.03/1497.07	c  1467s|  2110k|  2109k|  2427k|   1.2 |2000M| 281 |   0 |1700 |1613 |1700 | 161 | 757k|  44 |5357 | 0.000000e+00 | 3.942380e+05 |    Inf 
1503.43/1503.48	c  1474s|  2120k|  2119k|  2435k|   1.1 |2009M| 281 |   0 |1700 |1613 |1700 | 180 | 760k|  44 |5364 | 0.000000e+00 | 3.942380e+05 |    Inf 
1509.83/1509.85	c  1480s|  2130k|  2129k|  2442k|   1.1 |2019M| 281 |   0 |1700 |1613 |1700 | 167 | 762k|  44 |5364 | 0.000000e+00 | 3.942380e+05 |    Inf 
1516.33/1516.31	c  1486s|  2140k|  2139k|  2451k|   1.1 |2028M| 281 |   0 |1700 |1613 |1700 | 181 | 764k|  44 |5382 | 0.000000e+00 | 3.942380e+05 |    Inf 
1522.63/1522.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1522.63/1522.67	c  1492s|  2150k|  2149k|  2458k|   1.1 |2037M| 281 |   0 |1700 |1613 |1700 | 153 | 767k|  44 |5382 | 0.000000e+00 | 3.942380e+05 |    Inf 
1529.13/1529.19	c  1499s|  2160k|  2159k|  2469k|   1.1 |2047M| 281 |   0 |1700 |1615 |1700 | 206 | 770k|  46 |5399 | 0.000000e+00 | 3.942380e+05 |    Inf 
1535.64/1535.65	c  1505s|  2170k|  2169k|  2479k|   1.1 |2056M| 281 |   0 |1700 |1614 |1700 | 204 | 773k|  46 |5400 | 0.000000e+00 | 3.942380e+05 |    Inf 
1541.92/1541.96	c  1511s|  2180k|  2179k|  2484k|   1.1 |2065M| 281 |   0 |1700 |1616 |1700 | 164 | 775k|  48 |5402 | 0.000000e+00 | 3.942380e+05 |    Inf 
1548.43/1548.41	c  1518s|  2190k|  2189k|  2493k|   1.1 |2075M| 281 |   5 |1700 |1616 |1700 | 168 | 777k|  48 |5415 | 0.000000e+00 | 3.942380e+05 |    Inf 
1554.83/1554.81	c  1524s|  2200k|  2199k|  2502k|   1.1 |2084M| 281 |   3 |1700 |1616 |1700 | 160 | 780k|  48 |5415 | 0.000000e+00 | 3.942380e+05 |    Inf 
1561.13/1561.16	c  1530s|  2210k|  2209k|  2510k|   1.1 |2094M| 281 |   0 |1700 |1616 |1700 | 232 | 782k|  48 |5429 | 0.000000e+00 | 3.942380e+05 |    Inf 
1567.33/1567.38	c  1536s|  2220k|  2219k|  2513k|   1.1 |2103M| 281 |   0 |1700 |1616 |1700 | 230 | 783k|  48 |5430 | 0.000000e+00 | 3.942380e+05 |    Inf 
1573.73/1573.74	c  1542s|  2230k|  2229k|  2520k|   1.1 |2112M| 281 |   0 |1700 |1616 |1700 | 159 | 785k|  48 |5430 | 0.000000e+00 | 3.942380e+05 |    Inf 
1580.13/1580.13	c  1549s|  2240k|  2239k|  2528k|   1.1 |2122M| 281 |   0 |1700 |1616 |1700 | 210 | 788k|  48 |5448 | 0.000000e+00 | 3.942380e+05 |    Inf 
1586.53/1586.57	c  1555s|  2250k|  2249k|  2537k|   1.1 |2131M| 281 |   0 |1700 |1616 |1700 | 213 | 791k|  48 |5448 | 0.000000e+00 | 3.942380e+05 |    Inf 
1592.92/1592.90	c  1561s|  2260k|  2259k|  2543k|   1.1 |2140M| 281 |   0 |1700 |1616 |1700 | 183 | 793k|  48 |5451 | 0.000000e+00 | 3.942380e+05 |    Inf 
1599.34/1599.30	c  1567s|  2270k|  2269k|  2550k|   1.1 |2150M| 281 |   0 |1700 |1616 |1700 | 182 | 795k|  48 |5462 | 0.000000e+00 | 3.942380e+05 |    Inf 
1605.73/1605.79	c  1574s|  2280k|  2279k|  2560k|   1.1 |2159M| 281 |   0 |1700 |1616 |1700 | 203 | 798k|  48 |5464 | 0.000000e+00 | 3.942380e+05 |    Inf 
1612.23/1612.21	c  1580s|  2290k|  2289k|  2568k|   1.1 |2169M| 281 |   0 |1700 |1616 |1700 | 210 | 800k|  48 |5482 | 0.000000e+00 | 3.942380e+05 |    Inf 
1618.53/1618.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1618.53/1618.58	c  1586s|  2300k|  2299k|  2575k|   1.1 |2178M| 281 |   0 |1700 |1616 |1700 | 224 | 803k|  48 |5482 | 0.000000e+00 | 3.942380e+05 |    Inf 
1624.93/1624.99	c  1592s|  2310k|  2309k|  2583k|   1.1 |2187M| 281 |   0 |1700 |1616 |1700 | 233 | 806k|  48 |5495 | 0.000000e+00 | 3.942380e+05 |    Inf 
1631.33/1631.38	c  1599s|  2320k|  2319k|  2591k|   1.1 |2197M| 281 |   0 |1700 |1616 |1700 | 215 | 808k|  48 |5499 | 0.000000e+00 | 3.942380e+05 |    Inf 
1637.63/1637.66	c  1605s|  2330k|  2329k|  2596k|   1.1 |2206M| 281 |   0 |1700 |1615 |1700 | 196 | 810k|  48 |5499 | 0.000000e+00 | 3.942380e+05 |    Inf 
1643.93/1643.92	c  1611s|  2340k|  2339k|  2601k|   1.1 |2215M| 281 |   0 |1700 |1615 |1700 | 206 | 811k|  48 |5504 | 0.000000e+00 | 3.942380e+05 |    Inf 
1650.43/1650.45	c  1617s|  2350k|  2349k|  2610k|   1.1 |2225M| 281 |   0 |1700 |1615 |1700 | 149 | 813k|  48 |5512 | 0.000000e+00 | 3.942380e+05 |    Inf 
1657.03/1657.03	c  1624s|  2360k|  2359k|  2621k|   1.1 |2234M| 281 |   0 |1700 |1615 |1700 | 187 | 817k|  48 |5521 | 0.000000e+00 | 3.942380e+05 |    Inf 
1663.53/1663.54	c  1630s|  2370k|  2369k|  2630k|   1.1 |2243M| 281 |   0 |1700 |1615 |1700 | 189 | 819k|  48 |5534 | 0.000000e+00 | 3.942380e+05 |    Inf 
1669.93/1669.98	c  1636s|  2380k|  2379k|  2640k|   1.1 |2253M| 281 |   0 |1700 |1623 |1700 | 150 | 822k|  56 |5544 | 0.000000e+00 | 3.942380e+05 |    Inf 
1676.34/1676.36	c  1642s|  2390k|  2389k|  2646k|   1.1 |2262M| 281 |   0 |1700 |1622 |1700 | 218 | 823k|  56 |5553 | 0.000000e+00 | 3.942380e+05 |    Inf 
1682.53/1682.58	c  1649s|  2400k|  2399k|  2648k|   1.1 |2272M| 281 |   0 |1700 |1620 |1700 | 204 | 824k|  56 |5553 | 0.000000e+00 | 3.942380e+05 |    Inf 
1688.73/1688.75	c  1655s|  2410k|  2409k|  2648k|   1.1 |2281M| 281 |   0 |1700 |1616 |1700 | 204 | 824k|  56 |5553 | 0.000000e+00 | 3.942380e+05 |    Inf 
1694.93/1695.00	c  1661s|  2420k|  2419k|  2652k|   1.1 |2290M| 281 |   0 |1700 |1616 |1700 | 197 | 825k|  56 |5553 | 0.000000e+00 | 3.942380e+05 |    Inf 
1701.23/1701.23	c  1667s|  2430k|  2429k|  2655k|   1.1 |2300M| 281 |   0 |1700 |1616 |1700 | 212 | 826k|  56 |5553 | 0.000000e+00 | 3.942380e+05 |    Inf 
1707.43/1707.48	c  1673s|  2440k|  2439k|  2658k|   1.1 |2309M| 281 |   0 |1700 |1616 |1700 | 214 | 827k|  56 |5553 | 0.000000e+00 | 3.942380e+05 |    Inf 
1713.74/1713.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1713.74/1713.77	c  1679s|  2450k|  2449k|  2663k|   1.1 |2318M| 281 |   0 |1700 |1615 |1700 | 127 | 828k|  56 |5568 | 0.000000e+00 | 3.942380e+05 |    Inf 
1720.13/1720.19	c  1685s|  2460k|  2459k|  2673k|   1.1 |2328M| 281 |   0 |1700 |1614 |1700 | 179 | 831k|  56 |5569 | 0.000000e+00 | 3.942380e+05 |    Inf 
1726.63/1726.66	c  1692s|  2470k|  2469k|  2683k|   1.1 |2337M| 281 |   0 |1700 |1613 |1700 | 199 | 834k|  56 |5584 | 0.000000e+00 | 3.942380e+05 |    Inf 
1733.03/1733.03	c  1698s|  2480k|  2479k|  2692k|   1.1 |2346M| 281 |   0 |1700 |1613 |1700 | 192 | 836k|  56 |5584 | 0.000000e+00 | 3.942380e+05 |    Inf 
1739.33/1739.33	c  1704s|  2490k|  2489k|  2698k|   1.1 |2356M| 281 |   0 |1700 |1613 |1700 | 183 | 838k|  56 |5591 | 0.000000e+00 | 3.942380e+05 |    Inf 
1745.64/1745.66	c  1710s|  2500k|  2499k|  2704k|   1.1 |2365M| 281 |   0 |1700 |1612 |1700 | 168 | 839k|  56 |5600 | 0.000000e+00 | 3.942380e+05 |    Inf 
1751.94/1751.95	c  1716s|  2510k|  2509k|  2709k|   1.1 |2374M| 281 |   0 |1700 |1612 |1700 | 190 | 840k|  56 |5600 | 0.000000e+00 | 3.942380e+05 |    Inf 
1758.33/1758.38	c  1723s|  2520k|  2519k|  2718k|   1.1 |2384M| 281 |   0 |1700 |1612 |1700 | 178 | 843k|  56 |5608 | 0.000000e+00 | 3.942380e+05 |    Inf 
1764.73/1764.72	c  1729s|  2530k|  2529k|  2724k|   1.1 |2393M| 281 |   0 |1700 |1612 |1700 | 174 | 845k|  56 |5618 | 0.000000e+00 | 3.942380e+05 |    Inf 
1771.13/1771.10	c  1735s|  2540k|  2539k|  2733k|   1.1 |2402M| 281 |   0 |1700 |1612 |1700 | 172 | 847k|  56 |5619 | 0.000000e+00 | 3.942380e+05 |    Inf 
1777.43/1777.43	c  1741s|  2550k|  2549k|  2739k|   1.1 |2412M| 281 |   0 |1700 |1612 |1700 | 172 | 849k|  56 |5632 | 0.000000e+00 | 3.942380e+05 |    Inf 
1783.74/1783.76	c  1747s|  2560k|  2559k|  2746k|   1.1 |2421M| 281 |   0 |1700 |1612 |1700 | 166 | 850k|  56 |5638 | 0.000000e+00 | 3.942380e+05 |    Inf 
1790.13/1790.17	c  1754s|  2570k|  2569k|  2754k|   1.1 |2430M| 281 |   0 |1700 |1612 |1700 | 202 | 853k|  56 |5638 | 0.000000e+00 | 3.942380e+05 |    Inf 
1796.64/1796.63	c  1760s|  2580k|  2579k|  2762k|   1.1 |2440M| 281 |   0 |1700 |1612 |1700 | 235 | 855k|  56 |5656 | 0.000000e+00 | 3.942380e+05 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1763.26
1800.04/1800.00	c Solving Nodes      : 2585258
1800.04/1800.00	c Primal Bound       : +3.94238000000000e+05 (100 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.01	s SATISFIABLE
1800.04/1800.01	v x200 -x199 x198 -x197 x196 -x195 x194 -x193 x192 -x191 x190 -x189 x188 -x187 x186 -x185 x184 -x183 x182 -x181 x180 -x179 x178 -x177 
1800.04/1800.01	v x176 -x175 x174 -x173 x172 -x171 x170 -x169 x168 -x167 x166 -x165 x164 -x163 x162 -x161 x160 -x159 x158 -x157 x156 -x155 
1800.04/1800.01	v x154 -x153 x152 -x151 x150 -x149 x148 -x147 x146 -x145 x144 -x143 x142 -x141 x140 -x139 x138 -x137 x136 -x135 x134 -x133 x132 
1800.04/1800.01	v -x131 x130 -x129 x128 -x127 x126 -x125 x124 -x123 x122 -x121 x120 -x119 x118 -x117 x116 -x115 x114 -x113 x112 -x111 x110 -x109 
1800.04/1800.01	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 
1800.04/1800.01	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 
1800.04/1800.01	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 
1800.04/1800.01	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 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time       :    1763.26
1800.04/1800.01	c Original Problem   :
1800.04/1800.01	c   Problem name     : HOME/instance-2700260-1278534540.wbo
1800.04/1800.01	c   Variables        : 1800 (1000 binary, 0 integer, 0 implicit integer, 800 continuous)
1800.04/1800.01	c   Constraints      : 1701 initial, 1701 maximal
1800.04/1800.01	c Presolved Problem  :
1800.04/1800.01	c   Problem name     : t_HOME/instance-2700260-1278534540.wbo
1800.04/1800.01	c   Variables        : 1700 (900 binary, 0 integer, 0 implicit integer, 800 continuous)
1800.04/1800.01	c   Constraints      : 1600 initial, 1623 maximal
1800.04/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   linear           :       0.02          0        100          0        800          0        101          0          0
1800.04/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   integral         :          0          0          0    2810517          0          0          0          0          0     564194
1800.04/1800.01	c   indicator        :        800          0    3453961    2528420          0          0    2496943          0          0          0
1800.04/1800.01	c   linear           :        800          8    3453961    2528420          0         18     761746     857022          0          0
1800.04/1800.01	c   logicor          :          0+         0     159771          0          0          0      25402          0          0          0
1800.04/1800.01	c   countsols        :          0          0          0    2303143          0          0          0          0          0          0
1800.04/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.01	c   integral         :       6.99       0.00       0.00       6.99       0.00
1800.04/1800.01	c   indicator        :     163.53       0.07      33.97     129.49       0.00
1800.04/1800.01	c   linear           :      37.46       0.00      13.08      24.38       0.00
1800.04/1800.01	c   logicor          :       0.19       0.00       0.19       0.00       0.00
1800.04/1800.01	c   countsols        :       0.52       0.00       0.00       0.52       0.00
1800.04/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.01	c   vbounds          :       1.05          2          0          0
1800.04/1800.01	c   rootredcost      :       0.93          0          0          0
1800.04/1800.01	c   pseudoobj        :      55.86    3453761          0          0
1800.04/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.01	c   propagation      :       0.00         18         18         18        8.3         38        3.9          -
1800.04/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.01	c   applied globally :          -          -          -         56        5.3          -          -          -
1800.04/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.01	c   cut pool         :       0.00          3          -          -         37          -    (maximal pool size: 104)
1800.04/1800.01	c   redcost          :      98.07    2809816          0          0          0          0
1800.04/1800.01	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.01	c   gomory           :       0.02          4          0          0        106          0
1800.04/1800.01	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.01	c   cmir             :       0.00          4          0          0          0          0
1800.04/1800.01	c   flowcover        :       0.00          4          0          0          0          0
1800.04/1800.01	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.01	c Pricers            :       Time      Calls       Vars
1800.04/1800.01	c   problem variables:       0.00          0          0
1800.04/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   relpscost        :       6.04     282097          0          0          0          0     564194
1800.04/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   inference        :     150.77    2303143          0          0          0          0    4606286
1800.04/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.01	c   LP solutions     :       0.00          -          0
1800.04/1800.01	c   pseudo solutions :       0.00          -          0
1800.04/1800.01	c   feaspump         :       0.01          0          0
1800.04/1800.01	c   oneopt           :       1.69          1          0
1800.04/1800.01	c   intshifting      :       0.03         14          0
1800.04/1800.01	c   crossover        :       1.07         13          0
1800.04/1800.01	c   guideddiving     :      10.26      19627          0
1800.04/1800.01	c   coefdiving       :      10.55      19627          0
1800.04/1800.01	c   pscostdiving     :       9.87      19627          0
1800.04/1800.01	c   fracdiving       :      10.01      19627          0
1800.04/1800.01	c   veclendiving     :      10.24      19627          0
1800.04/1800.01	c   linesearchdiving :      10.69      19627          0
1800.04/1800.01	c   objpscostdiving  :      10.98      19616          0
1800.04/1800.01	c   rootsoldiving    :      10.40      19616          0
1800.04/1800.01	c   trivial          :       0.00          2          1
1800.04/1800.01	c   simplerounding   :       0.85     282043          0
1800.04/1800.01	c   zirounding       :       0.90       1000          0
1800.04/1800.01	c   rounding         :       1.42       7416          0
1800.04/1800.01	c   shifting         :       1.31       2322          0
1800.04/1800.01	c   twoopt           :       0.00          0          0
1800.04/1800.01	c   fixandinfer      :       0.00          0          0
1800.04/1800.01	c   intdiving        :       0.00          0          0
1800.04/1800.01	c   actconsdiving    :       0.00          0          0
1800.04/1800.01	c   octane           :       0.00          0          0
1800.04/1800.01	c   rens             :       0.01          1          0
1800.04/1800.01	c   rins             :       0.00          0          0
1800.04/1800.01	c   localbranching   :       0.00          0          0
1800.04/1800.01	c   mutation         :       0.00          0          0
1800.04/1800.01	c   dins             :       0.00          0          0
1800.04/1800.01	c   undercover       :       0.00          0          0
1800.04/1800.01	c   nlp              :       0.68          0          0
1800.04/1800.01	c   trysol           :       1.16      22975         99
1800.04/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.01	c   dual LP          :     681.72     622639    2766105       4.44    4057.54
1800.04/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.01	c   diving/probing LP:       0.06        220        844       3.84   14066.67
1800.04/1800.01	c   strong branching :       4.31       5656      53086       9.39   12316.94
1800.04/1800.01	c     (at root node) :          -         33       1981      60.03          -
1800.04/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.01	c B&B Tree           :
1800.04/1800.01	c   number of runs   :          1
1800.04/1800.01	c   nodes            :    2585258
1800.04/1800.01	c   nodes (total)    :    2585258
1800.04/1800.01	c   nodes left       :    2585222
1800.04/1800.01	c   max depth        :        281
1800.04/1800.01	c   max depth (total):        281
1800.04/1800.01	c   backtracks       :      19696 (0.8%)
1800.04/1800.01	c   delayed cutoffs  :          1
1800.04/1800.01	c   repropagations   :        248 (63 domain reductions, 0 cutoffs)
1800.04/1800.01	c   avg switch length:       2.24
1800.04/1800.01	c   switching time   :      75.20
1800.04/1800.01	c Solution           :
1800.04/1800.01	c   Solutions found  :        100 (1 improvements)
1800.04/1800.01	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
1800.04/1800.01	c   Primal Bound     : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
1800.04/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.01	c   Gap              :   infinite
1800.04/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.01	c   Root Iterations  :        138

Verifier Data

OK	29081

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700260-1278534540/watcher-2700260-1278534540 -o /tmp/evaluation-result-2700260-1278534540/solver-2700260-1278534540 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2700260-1278534540.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 1.99 1.29 4/178 19131
/proc/meminfo: memFree=29578128/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=9416 CPUtime=0
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 1648 0 0 0 0 0 0 0 25 0 1 0 21667487 9641984 1568 4089446400 4194304 8223781 140737030436704 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19131/statm: 2354 1575 369 984 0 1367 0

[startup+0.086332 s]
/proc/loadavg: 2.03 1.99 1.29 4/178 19131
/proc/meminfo: memFree=29578128/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=23352 CPUtime=0.08
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 6148 0 0 0 7 1 0 0 25 0 1 0 21667487 23912448 4923 4089446400 4194304 8223781 140737030436704 18446744073709551615 7238062 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 5838 4934 563 984 0 4851 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23352

[startup+0.100331 s]
/proc/loadavg: 2.03 1.99 1.29 4/178 19131
/proc/meminfo: memFree=29578128/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=24024 CPUtime=0.09
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 6301 0 0 0 8 1 0 0 25 0 1 0 21667487 24600576 5076 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 6006 5076 569 984 0 5019 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24024

[startup+0.300293 s]
/proc/loadavg: 2.03 1.99 1.29 4/178 19131
/proc/meminfo: memFree=29578128/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=24088 CPUtime=0.29
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 9114 0 0 0 28 1 0 0 25 0 1 0 21667487 24666112 5137 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 6022 5137 578 984 0 5035 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24088

[startup+0.700224 s]
/proc/loadavg: 2.03 1.99 1.29 4/178 19131
/proc/meminfo: memFree=29578128/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=24088 CPUtime=0.69
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 9114 0 0 0 68 1 0 0 25 0 1 0 21667487 24666112 5137 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 6022 5137 578 984 0 5035 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24088

[startup+1.50108 s]
/proc/loadavg: 2.03 1.99 1.29 3/179 19132
/proc/meminfo: memFree=29558776/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=25368 CPUtime=1.49
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 9354 0 0 0 146 3 0 0 25 0 1 0 21667487 25976832 5377 4089446400 4194304 8223781 140737030436704 18446744073709551615 6445658 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 6342 5377 583 984 0 5355 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25368

[startup+3.1008 s]
/proc/loadavg: 2.03 1.99 1.29 3/179 19132
/proc/meminfo: memFree=29556652/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=29044 CPUtime=3.09
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 18853 0 0 0 302 7 0 0 25 0 1 0 21667487 29741056 6292 4089446400 4194304 8223781 140737030436704 18446744073709551615 6089671 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 7261 6292 584 984 0 6274 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29044

[startup+6.30031 s]
/proc/loadavg: 2.03 1.99 1.29 3/179 19132
/proc/meminfo: memFree=29550320/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=33224 CPUtime=6.29
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 22768 0 0 0 615 14 0 0 25 0 1 0 21667487 34021376 7356 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 8306 7356 584 984 0 7319 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33224

[startup+12.7011 s]
/proc/loadavg: 2.02 1.99 1.30 3/179 19132
/proc/meminfo: memFree=29539444/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=41988 CPUtime=12.69
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 30741 0 0 0 1240 29 0 0 25 0 1 0 21667487 42995712 9597 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 10497 9597 584 984 0 9510 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41988

[startup+25.5008 s]
/proc/loadavg: 2.02 1.99 1.31 3/179 19132
/proc/meminfo: memFree=29520172/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=57696 CPUtime=25.49
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 37594 0 0 0 2496 53 0 0 25 0 1 0 21667487 59080704 13575 4089446400 4194304 8223781 140737030436704 18446744073709551615 6521233 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 14424 13575 588 984 0 13437 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57696

[startup+51.1004 s]
/proc/loadavg: 2.01 1.99 1.33 3/179 19133
/proc/meminfo: memFree=29470912/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=90236 CPUtime=51.09
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 48732 0 0 0 5008 101 0 0 25 0 1 0 21667487 92401664 21835 4089446400 4194304 8223781 140737030436704 18446744073709551615 6555176 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 22559 21835 588 984 0 21572 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 90236

[startup+102.306 s]
/proc/loadavg: 2.00 1.99 1.36 3/179 19134
/proc/meminfo: memFree=29383544/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=154372 CPUtime=102.3
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 67415 0 0 0 10033 197 0 0 25 0 1 0 21667487 158076928 37636 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 38593 37636 588 984 0 37606 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 154372

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.40 3/179 19136
/proc/meminfo: memFree=29280712/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=233648 CPUtime=162.29
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 89352 0 0 0 15919 310 0 0 25 0 1 0 21667487 239255552 56710 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 58412 56710 588 984 0 57425 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 233648

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.43 3/179 19138
/proc/meminfo: memFree=29172288/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=305964 CPUtime=222.3
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 107759 0 0 0 21808 422 0 0 25 0 1 0 21667487 313307136 75117 4089446400 4194304 8223781 140737030436704 18446744073709551615 4965891 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 76491 75117 588 984 0 75504 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 305964

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.46 3/179 19139
/proc/meminfo: memFree=29070044/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=382976 CPUtime=282.3
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 127323 0 0 0 27695 535 0 0 25 0 1 0 21667487 392167424 94681 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 95744 94681 588 984 0 94757 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 382976

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.50 3/179 19141
/proc/meminfo: memFree=28969920/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=456580 CPUtime=342.3
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 148907 0 0 0 33585 645 0 0 25 0 1 0 21667487 467537920 113402 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 114145 113402 588 984 0 113158 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 456580

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.52 3/179 19142
/proc/meminfo: memFree=28871908/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=541124 CPUtime=402.3
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 168298 0 0 0 39472 758 0 0 25 0 1 0 21667487 554110976 132793 4089446400 4194304 8223781 140737030436704 18446744073709551615 6162896 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 135281 132793 588 984 0 134294 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 541124

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.55 3/179 19144
/proc/meminfo: memFree=28760752/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=617464 CPUtime=462.31
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 187720 0 0 0 45360 871 0 0 25 0 1 0 21667487 632283136 152215 4089446400 4194304 8223781 140737030436704 18446744073709551615 4651565 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 154366 152215 588 984 0 153379 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 617464

[startup+522.301 s]
/proc/loadavg: 2.00 1.99 1.57 3/179 19146
/proc/meminfo: memFree=28657660/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=693908 CPUtime=522.3
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 207136 0 0 0 51249 981 0 0 25 0 1 0 21667487 710561792 171630 4089446400 4194304 8223781 140737030436704 18446744073709551615 6520513 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 173477 171630 588 984 0 172490 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 693908

[startup+582.3 s]
/proc/loadavg: 2.03 2.00 1.60 3/179 19147
/proc/meminfo: memFree=28556024/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=772536 CPUtime=582.3
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 227136 0 0 0 57135 1095 0 0 25 0 1 0 21667487 791076864 191630 4089446400 4194304 8223781 140737030436704 18446744073709551615 5892210 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 193134 191630 588 984 0 192147 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 772536

[startup+642.301 s]
/proc/loadavg: 2.01 2.00 1.63 3/179 19149
/proc/meminfo: memFree=28449072/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=850036 CPUtime=642.31
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 249698 0 0 0 63023 1208 0 0 25 0 1 0 21667487 870436864 211321 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 212509 211321 588 984 0 211522 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 850036

[startup+702.301 s]

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

/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 368688 0 0 0 98332 1900 0 0 25 0 1 0 21667487 1366536192 330311 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 333627 330311 588 984 0 332640 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1334508

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.75 3/179 19160
/proc/meminfo: memFree=27817524/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=1413144 CPUtime=1062.32
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 388676 0 0 0 104217 2015 0 0 25 0 1 0 21667487 1447059456 350299 4089446400 4194304 8223781 140737030436704 18446744073709551615 4827092 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 353286 350299 588 984 0 352299 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1413144

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 1.77 3/179 19162
/proc/meminfo: memFree=27712928/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=1490708 CPUtime=1122.32
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 408422 0 0 0 110109 2123 0 0 25 0 1 0 21667487 1526484992 370045 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 372677 370045 588 984 0 371690 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1490708

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.78 2/177 19164
/proc/meminfo: memFree=28324812/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=1568740 CPUtime=1182.32
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 428238 0 0 0 115995 2237 0 0 25 0 1 0 21667487 1606389760 389861 4089446400 4194304 8223781 140737030436704 18446744073709551615 6003239 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19131/statm: 392185 389861 588 984 0 391198 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1568740

[startup+1242.3 s]
/proc/loadavg: 1.97 1.99 1.78 3/179 19193
/proc/meminfo: memFree=28204048/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=1656652 CPUtime=1242.32
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 453436 0 0 0 121851 2381 0 0 25 0 1 0 21667487 1696411648 412192 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19131/statm: 414163 412192 588 984 0 413176 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1656652

[startup+1302.3 s]
/proc/loadavg: 1.99 1.99 1.80 3/179 19194
/proc/meminfo: memFree=28082336/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=1741476 CPUtime=1302.33
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 475028 0 0 0 127720 2513 0 0 25 0 1 0 21667487 1783271424 433784 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19131/statm: 435369 433784 588 984 0 434382 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1741476

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 1.81 3/179 19196
/proc/meminfo: memFree=27963964/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=1827684 CPUtime=1362.33
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 496920 0 0 0 133577 2656 0 0 25 0 1 0 21667487 1871548416 455676 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19131/statm: 456921 455676 588 984 0 455934 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1827684

[startup+1422.31 s]
/proc/loadavg: 2.09 2.02 1.83 3/179 19198
/proc/meminfo: memFree=27842608/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=1913060 CPUtime=1422.33
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 518632 0 0 0 139436 2797 0 0 25 0 1 0 21667487 1958973440 477388 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19131/statm: 478265 477388 588 984 0 477278 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1913060

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 1.83 3/179 19199
/proc/meminfo: memFree=27723480/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=2033100 CPUtime=1482.33
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 540820 0 0 0 145298 2935 0 0 25 0 1 0 21667487 2081894400 499576 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19131/statm: 508275 499576 588 984 0 507288 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 2033100

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 1.84 3/179 19201
/proc/meminfo: memFree=27604240/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=2118936 CPUtime=1542.33
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 562647 0 0 0 151155 3078 0 0 25 0 1 0 21667487 2169790464 521403 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19131/statm: 529734 521403 588 984 0 528747 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 2118936

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/179 19202
/proc/meminfo: memFree=27484640/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=2206108 CPUtime=1602.33
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 584816 0 0 0 157014 3219 0 0 25 0 1 0 21667487 2259054592 543572 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19131/statm: 551527 543572 588 984 0 550540 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 2206108

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/179 19204
/proc/meminfo: memFree=27365048/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=2291220 CPUtime=1662.33
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 606452 0 0 0 162875 3358 0 0 25 0 1 0 21667487 2346209280 565208 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19131/statm: 572805 565208 588 984 0 571818 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 2291220

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/179 19206
/proc/meminfo: memFree=27245828/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=2379620 CPUtime=1722.33
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 628927 0 0 0 168735 3498 0 0 25 0 1 0 21667487 2436730880 587683 4089446400 4194304 8223781 140737030436704 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19131/statm: 594905 587683 588 984 0 593918 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 2379620

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/179 19207
/proc/meminfo: memFree=27125360/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=2465744 CPUtime=1782.33
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 650830 0 0 0 174596 3637 0 0 25 0 1 0 21667487 2524921856 609586 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19131/statm: 616436 609586 588 984 0 615449 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 2465744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.86 3/179 19208
/proc/meminfo: memFree=27089384/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=2491688 CPUtime=1800.04
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 657429 0 0 0 176326 3678 0 0 25 0 1 0 21667487 2551488512 616185 4089446400 4194304 8223781 140737030436704 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19131/statm: 622922 616185 588 984 0 621935 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2491688

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -19131

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.86 3/180 19209
/proc/meminfo: memFree=27088880/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=2491688 CPUtime=1801.43
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 657431 0 0 0 176465 3678 0 0 25 0 1 0 21667487 2551488512 616187 4089446400 4194304 8223781 140737030436704 18446744073709551615 6206655 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19131/statm: 622922 616187 590 984 0 621935 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 2491688

[startup+1801.81 s]
/proc/loadavg: 2.08 2.02 1.87 3/180 19209
/proc/meminfo: memFree=27088136/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=2491688 CPUtime=1801.84
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 657431 0 0 0 176506 3678 0 0 25 0 1 0 21667487 2551488512 616187 4089446400 4194304 8223781 140737030436704 18446744073709551615 6206655 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19131/statm: 622922 616187 590 984 0 621935 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 2491688

[startup+1802 s]
/proc/loadavg: 2.08 2.02 1.87 3/180 19209
/proc/meminfo: memFree=27088136/32950928 swapFree=67111528/67111528
[pid=19131] ppid=19129 vsize=2491688 CPUtime=1802.03
/proc/19131/stat : 19131 (pbscip.linux.x8) R 19129 19131 17905 0 -1 4202496 657431 0 0 0 176525 3678 0 0 25 0 1 0 21667487 2551488512 616187 4089446400 4194304 8223781 140737030436704 18446744073709551615 6206655 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19131/statm: 622922 616187 590 984 0 621935 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 2491688

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.09
CPU time (s): 1802.13
CPU user time (s): 1765.26
CPU system time (s): 36.8674
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2491688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1765.26
system time used= 36.8674
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 657431
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 15034

runsolver used 2.67859 second user time and 5.8861 second system time

The end

Launcher Data

Begin job on node120 at 2010-07-07 22:29:00
IDJOB=2700260
IDBENCH=79413
IDSOLVER=1204
FILE ID=node120/2700260-1278534540
PBS_JOBID= 11239237
Free space on /tmp= 73460 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh201_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2700260-1278534540/watcher-2700260-1278534540 -o /tmp/evaluation-result-2700260-1278534540/solver-2700260-1278534540 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2700260-1278534540.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 915acd3dc0a570e5bdb7222960ad66b3
RANDOM SEED=1541052703

node120.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.813
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.62
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.813
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.82
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.813
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.813
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.813
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.78
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.813
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	: 5363.42
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.813
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.76
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.813
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:      29578656 kB
Buffers:        136368 kB
Cached:        2716124 kB
SwapCached:          0 kB
Active:        1875828 kB
Inactive:      1345776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29578656 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4700 kB
Writeback:           0 kB
AnonPages:      369196 kB
Mapped:          15128 kB
Slab:            86124 kB
PageTables:       5480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   511292 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= 73456 MiB
End job on node120 at 2010-07-07 22:59:02