Trace number 2694140

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (exit code) 180.883 180.889

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218308--soft-0-100-0.wbo
MD5SUM603b2ea4eb6e4b400f8febe44a5c96d8
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.620904
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1154
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2694140-1277923856.wbo>
0.00/0.00	c original problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 203 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.00	o 4943
0.00/0.00	c feasible solution found by trivial heuristic, objective value  4.943000e+03
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  101 implications, 0 cliques
0.00/0.01	c presolved problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <indicator>
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	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.01	c t 0.0s|     1 |     2 |     0 |     - |1124k|   0 |   - | 371 | 202 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
1.59/1.62	c   1.4s| 10000 |  6584 |     0 |   0.0 |8350k| 171 |   - | 371 |5436 |   0 |   0 |   0 |9920 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
2.69/2.75	c   2.4s| 20000 | 14707 |     0 |   0.0 |  11M| 183 |   - | 371 |4387 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
4.89/4.94	c   4.3s| 30000 | 20035 |     0 |   0.0 |  17M| 183 |   - | 371 |8797 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
7.70/7.78	c   6.9s| 40000 | 24757 |     0 |   0.0 |  23M| 183 |   - | 371 |  11k|   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
12.00/12.03	c  10.9s| 50000 | 26938 |     0 |   0.0 |  28M| 183 |   - | 371 |  15k|   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
12.99/13.02	o 727
12.99/13.02	c *11.8s| 55597 | 31081 |     0 |   0.0 |  27M| 197 |   - | 371 |8613 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
13.20/13.26	c  11.9s| 60000 | 35478 |     0 |   0.0 |  26M| 197 |   - | 371 |1439 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
13.69/13.74	c  12.2s| 70000 | 45453 |     0 |   0.0 |  29M| 197 |   - | 371 | 960 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
14.09/14.19	c  12.5s| 80000 | 55434 |     0 |   0.0 |  32M| 197 |   - | 371 | 905 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
14.59/14.65	c  12.8s| 90000 | 65404 |     0 |   0.0 |  35M| 197 |   - | 371 | 909 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
15.09/15.10	c  13.1s|100000 | 75386 |     0 |   0.0 |  38M| 197 |   - | 371 | 868 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
15.49/15.56	c  13.4s|110000 | 85348 |     0 |   0.0 |  41M| 197 |   - | 371 | 900 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
15.99/16.03	c  13.7s|120000 | 95314 |     0 |   0.0 |  44M| 197 |   - | 371 | 906 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
16.39/16.50	c  14.0s|130000 |105260 |     0 |   0.0 |  47M| 197 |   - | 371 | 979 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
16.89/16.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.89/16.96	c  14.3s|140000 |115232 |     0 |   0.0 |  50M| 197 |   - | 371 | 989 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
18.79/18.83	c  15.9s|150000 |120951 |     0 |   0.0 |  56M| 197 |   - | 371 |8802 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
24.20/24.22	c  21.0s|160000 |121702 |     0 |   0.0 |  62M| 197 |   - | 371 |  15k|   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
31.29/31.31	c  27.8s|170000 |121480 |     0 |   0.0 |  67M| 197 |   - | 371 |  21k|   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
39.69/39.74	c  35.9s|180000 |121174 |     0 |   0.0 |  71M| 197 |   - | 371 |  26k|   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
49.80/49.83	c  45.7s|190000 |120591 |     0 |   0.0 |  76M| 197 |   - | 371 |  31k|   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
60.49/60.56	c  56.2s|200000 |120534 |     0 |   0.0 |  80M| 197 |   - | 371 |  36k|   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
63.39/63.44	c  58.8s|210000 |128687 |     0 |   0.0 |  71M| 197 |   - | 371 |2341 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
63.89/63.93	c  59.2s|220000 |138667 |     0 |   0.0 |  73M| 197 |   - | 371 |1417 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
64.39/64.42	c  59.5s|230000 |148634 |     0 |   0.0 |  76M| 197 |   - | 371 |1012 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
64.80/64.90	c  59.8s|240000 |158612 |     0 |   0.0 |  79M| 197 |   - | 371 | 912 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
65.29/65.37	c  60.1s|250000 |168577 |     0 |   0.0 |  82M| 197 |   - | 371 | 872 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
65.79/65.84	c  60.4s|260000 |178553 |     0 |   0.0 |  85M| 197 |   - | 371 | 838 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
66.29/66.30	c  60.6s|270000 |188523 |     0 |   0.0 |  87M| 197 |   - | 371 | 839 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
66.68/66.78	c  61.0s|280000 |198479 |     0 |   0.0 |  90M| 197 |   - | 371 | 849 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
67.19/67.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.19/67.25	c  61.3s|290000 |208447 |     0 |   0.0 |  93M| 197 |   - | 371 | 797 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
67.69/67.72	c  61.6s|300000 |218420 |     0 |   0.0 |  96M| 197 |   - | 371 | 805 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
68.10/68.18	c  61.9s|310000 |228391 |     0 |   0.0 |  99M| 197 |   - | 371 | 787 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
68.59/68.66	c  62.2s|320000 |238348 |     0 |   0.0 | 102M| 197 |   - | 371 | 828 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
69.08/69.12	c  62.5s|330000 |248324 |     0 |   0.0 | 105M| 197 |   - | 371 | 840 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
69.49/69.59	c  62.8s|340000 |258306 |     0 |   0.0 | 108M| 197 |   - | 371 | 834 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
69.99/70.06	c  63.1s|350000 |268270 |     0 |   0.0 | 111M| 197 |   - | 371 | 849 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
70.49/70.52	c  63.4s|360000 |278248 |     0 |   0.0 | 113M| 197 |   - | 371 | 840 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
70.88/70.98	c  63.7s|370000 |288228 |     0 |   0.0 | 116M| 197 |   - | 371 | 842 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
71.39/71.45	c  63.9s|380000 |298201 |     0 |   0.0 | 119M| 197 |   - | 371 | 849 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
71.89/71.90	c  64.2s|390000 |308175 |     0 |   0.0 | 122M| 197 |   - | 371 | 842 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
72.28/72.38	c  64.5s|400000 |318121 |     0 |   0.0 | 125M| 197 |   - | 371 | 892 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
72.79/72.84	c  64.8s|410000 |328086 |     0 |   0.0 | 128M| 197 |   - | 371 | 900 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
73.29/73.31	c  65.1s|420000 |338044 |     0 |   0.0 | 131M| 197 |   - | 371 | 911 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
73.69/73.77	c  65.4s|430000 |348006 |     0 |   0.0 | 134M| 197 |   - | 371 | 937 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
74.19/74.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.19/74.25	c  65.7s|440000 |357957 |     0 |   0.0 | 137M| 197 |   - | 371 | 959 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
74.70/74.71	c  66.0s|450000 |367923 |     0 |   0.0 | 140M| 197 |   - | 371 | 959 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
75.08/75.17	c  66.3s|460000 |377893 |     0 |   0.0 | 143M| 197 |   - | 371 | 955 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
75.59/75.64	c  66.6s|470000 |387842 |     0 |   0.0 | 146M| 197 |   - | 371 | 953 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
76.08/76.10	c  66.8s|480000 |397803 |     0 |   0.0 | 149M| 197 |   - | 371 | 974 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
76.49/76.56	c  67.1s|490000 |407770 |     0 |   0.0 | 152M| 197 |   - | 371 |1010 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
77.00/77.01	c  67.4s|500000 |417752 |     0 |   0.0 | 155M| 197 |   - | 371 | 994 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
77.39/77.47	c  67.7s|510000 |427722 |     0 |   0.0 | 158M| 197 |   - | 371 | 996 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
77.89/77.94	c  68.0s|520000 |437683 |     0 |   0.0 | 160M| 197 |   - | 371 |1007 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
78.29/78.40	c  68.3s|530000 |447655 |     0 |   0.0 | 163M| 197 |   - | 371 |1002 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
78.79/78.86	c  68.6s|540000 |457618 |     0 |   0.0 | 166M| 197 |   - | 371 |1036 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
79.29/79.32	c  68.8s|550000 |467584 |     0 |   0.0 | 169M| 197 |   - | 371 |1075 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
79.69/79.78	c  69.1s|560000 |477568 |     0 |   0.0 | 172M| 197 |   - | 371 |1046 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
80.19/80.24	c  69.4s|570000 |487529 |     0 |   0.0 | 175M| 197 |   - | 371 |1064 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
80.69/80.72	c  69.7s|580000 |497476 |     0 |   0.0 | 178M| 197 |   - | 371 |1092 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
81.19/81.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.19/81.20	c  70.1s|590000 |507436 |     0 |   0.0 | 181M| 197 |   - | 371 |1120 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
81.59/81.66	c  70.3s|600000 |517410 |     0 |   0.0 | 184M| 197 |   - | 371 |1088 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
82.09/82.14	c  70.6s|610000 |527373 |     0 |   0.0 | 187M| 197 |   - | 371 |1106 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
82.59/82.60	c  70.9s|620000 |537336 |     0 |   0.0 | 190M| 197 |   - | 371 |1098 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
82.99/83.07	c  71.2s|630000 |547281 |     0 |   0.0 | 193M| 197 |   - | 371 |1108 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
83.49/83.54	c  71.5s|640000 |557246 |     0 |   0.0 | 196M| 197 |   - | 371 |1110 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
83.99/84.01	c  71.8s|650000 |567205 |     0 |   0.0 | 199M| 197 |   - | 371 |1135 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
84.39/84.47	c  72.1s|660000 |577178 |     0 |   0.0 | 202M| 197 |   - | 371 |1171 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
84.89/84.94	c  72.4s|670000 |587127 |     0 |   0.0 | 205M| 197 |   - | 371 |1217 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
85.39/85.41	c  72.7s|680000 |597086 |     0 |   0.0 | 208M| 197 |   - | 371 |1231 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
85.79/85.88	c  73.0s|690000 |607039 |     0 |   0.0 | 211M| 197 |   - | 371 |1287 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
86.29/86.35	c  73.3s|700000 |616990 |     0 |   0.0 | 214M| 197 |   - | 371 |1282 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
86.79/86.82	c  73.6s|710000 |626960 |     0 |   0.0 | 217M| 197 |   - | 371 |1276 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
87.19/87.29	c  73.9s|720000 |636924 |     0 |   0.0 | 220M| 197 |   - | 371 |1285 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
87.69/87.75	c  74.2s|730000 |646877 |     0 |   0.0 | 222M| 197 |   - | 371 |1347 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
88.19/88.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
88.19/88.23	c  74.5s|740000 |656835 |     0 |   0.0 | 225M| 197 |   - | 371 |1377 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
88.69/88.70	c  74.8s|750000 |666789 |     0 |   0.0 | 228M| 197 |   - | 371 |1406 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
89.10/89.17	c  75.1s|760000 |676753 |     0 |   0.0 | 231M| 197 |   - | 371 |1389 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
89.59/89.64	c  75.4s|770000 |686715 |     0 |   0.0 | 234M| 197 |   - | 371 |1399 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
90.09/90.10	c  75.7s|780000 |696694 |     0 |   0.0 | 237M| 197 |   - | 371 |1386 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
90.49/90.57	c  76.0s|790000 |706672 |     0 |   0.0 | 240M| 197 |   - | 371 |1357 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
90.99/91.03	c  76.3s|800000 |716637 |     0 |   0.0 | 243M| 197 |   - | 371 |1372 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
91.49/91.50	c  76.6s|810000 |726580 |     0 |   0.0 | 246M| 197 |   - | 371 |1393 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
91.89/91.97	c  76.9s|820000 |736540 |     0 |   0.0 | 249M| 197 |   - | 371 |1425 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
92.39/92.44	c  77.2s|830000 |746504 |     0 |   0.0 | 252M| 197 |   - | 371 |1443 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 7.270000e+02 |    Inf 
92.49/92.53	o 356
92.49/92.53	c *77.2s|831661 |747193 |     0 |   0.0 | 252M| 197 |   - | 371 |1438 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
92.89/92.94	c  77.5s|840000 |755500 |     0 |   0.0 | 255M| 197 |   - | 371 |1458 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
93.39/93.43	c  77.8s|850000 |765452 |     0 |   0.0 | 258M| 197 |   - | 371 |1513 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
93.89/93.93	c  78.1s|860000 |775399 |     0 |   0.0 | 261M| 197 |   - | 371 |1503 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
94.39/94.43	c  78.5s|870000 |785358 |     0 |   0.0 | 263M| 197 |   - | 371 |1508 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
94.89/94.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
94.89/94.92	c  78.8s|880000 |795311 |     0 |   0.0 | 266M| 197 |   - | 371 |1542 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
95.38/95.41	c  79.1s|890000 |805288 |     0 |   0.0 | 269M| 197 |   - | 371 |1535 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
95.79/95.89	c  79.4s|900000 |815255 |     0 |   0.0 | 272M| 197 |   - | 371 |1557 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
96.28/96.39	c  79.8s|910000 |825202 |     0 |   0.0 | 275M| 197 |   - | 371 |1597 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
96.79/96.88	c  80.1s|920000 |835152 |     0 |   0.0 | 278M| 197 |   - | 371 |1630 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
97.28/97.36	c  80.4s|930000 |845111 |     0 |   0.0 | 281M| 197 |   - | 371 |1638 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
97.80/97.85	c  80.7s|940000 |855075 |     0 |   0.0 | 284M| 197 |   - | 371 |1675 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
98.28/98.36	c  81.0s|950000 |865013 |     0 |   0.0 | 287M| 197 |   - | 371 |1739 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
98.79/98.85	c  81.3s|960000 |874983 |     0 |   0.0 | 290M| 197 |   - | 371 |1763 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
99.29/99.35	c  81.7s|970000 |884922 |     0 |   0.0 | 293M| 197 |   - | 371 |1779 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
99.79/99.86	c  82.0s|980000 |894864 |     0 |   0.0 | 296M| 197 |   - | 371 |1824 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
100.29/100.38	c  82.4s|990000 |904798 |     0 |   0.0 | 299M| 197 |   - | 371 |1837 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
100.88/100.90	c  82.7s|  1000k|914742 |     0 |   0.0 | 302M| 197 |   - | 371 |1859 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
101.39/101.41	c  83.1s|  1010k|924699 |     0 |   0.0 | 305M| 197 |   - | 371 |1880 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
101.89/101.93	c  83.4s|  1020k|934636 |     0 |   0.0 | 308M| 197 |   - | 371 |1962 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
102.38/102.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.38/102.45	c  83.8s|  1030k|944581 |     0 |   0.0 | 311M| 197 |   - | 371 |2028 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
102.88/102.95	c  84.1s|  1040k|954541 |     0 |   0.0 | 314M| 197 |   - | 371 |2064 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
103.39/103.44	c  84.4s|  1050k|964513 |     0 |   0.0 | 317M| 197 |   - | 371 |2093 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
103.89/103.94	c  84.8s|  1060k|974493 |     0 |   0.0 | 320M| 197 |   - | 371 |2087 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
104.39/104.45	c  85.1s|  1070k|984445 |     0 |   0.0 | 323M| 197 |   - | 371 |2121 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
104.89/104.98	c  85.4s|  1080k|994405 |     0 |   0.0 | 326M| 197 |   - | 371 |2173 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
105.49/105.53	c  85.8s|  1090k|  1004k|     0 |   0.0 | 329M| 197 |   - | 371 |2239 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
105.99/106.07	c  86.1s|  1100k|  1014k|     0 |   0.0 | 332M| 197 |   - | 371 |2279 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
106.59/106.62	c  86.5s|  1110k|  1024k|     0 |   0.0 | 335M| 197 |   - | 371 |2389 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
107.09/107.18	c  86.9s|  1120k|  1034k|     0 |   0.0 | 338M| 197 |   - | 371 |2454 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
107.69/107.72	c  87.3s|  1130k|  1044k|     0 |   0.0 | 341M| 197 |   - | 371 |2482 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
108.18/108.26	c  87.7s|  1140k|  1053k|     0 |   0.0 | 344M| 197 |   - | 371 |2531 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
108.68/108.78	c  88.0s|  1150k|  1063k|     0 |   0.0 | 347M| 197 |   - | 371 |2528 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
109.29/109.32	c  88.3s|  1160k|  1073k|     0 |   0.0 | 350M| 197 |   - | 371 |2587 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
109.78/109.87	c  88.7s|  1170k|  1083k|     0 |   0.0 | 353M| 197 |   - | 371 |2686 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
110.29/110.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
110.29/110.39	c  89.0s|  1180k|  1093k|     0 |   0.0 | 356M| 197 |   - | 371 |2676 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
110.89/110.90	c  89.4s|  1190k|  1103k|     0 |   0.0 | 359M| 197 |   - | 371 |2709 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
111.38/111.41	c  89.7s|  1200k|  1113k|     0 |   0.0 | 362M| 197 |   - | 371 |2705 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
111.89/111.91	c  90.0s|  1210k|  1123k|     0 |   0.0 | 365M| 197 |   - | 371 |2727 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
112.39/112.41	c  90.3s|  1220k|  1133k|     0 |   0.0 | 368M| 197 |   - | 371 |2778 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
112.89/112.92	c  90.7s|  1230k|  1143k|     0 |   0.0 | 371M| 197 |   - | 371 |2798 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
113.38/113.44	c  91.0s|  1240k|  1153k|     0 |   0.0 | 374M| 197 |   - | 371 |2865 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
113.89/113.95	c  91.4s|  1250k|  1163k|     0 |   0.0 | 377M| 197 |   - | 371 |2910 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
114.39/114.48	c  91.8s|  1260k|  1173k|     0 |   0.0 | 380M| 197 |   - | 371 |2985 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
114.98/115.02	c  92.1s|  1270k|  1183k|     0 |   0.0 | 383M| 197 |   - | 371 |3058 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
115.49/115.57	c  92.5s|  1280k|  1193k|     0 |   0.0 | 386M| 197 |   - | 371 |3142 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
115.99/116.09	c  92.8s|  1290k|  1203k|     0 |   0.0 | 389M| 197 |   - | 371 |3181 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
116.59/116.61	c  93.2s|  1300k|  1213k|     0 |   0.0 | 392M| 197 |   - | 371 |3245 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
117.09/117.16	c  93.5s|  1310k|  1223k|     0 |   0.0 | 395M| 197 |   - | 371 |3304 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
117.59/117.68	c  93.9s|  1320k|  1232k|     0 |   0.0 | 398M| 197 |   - | 371 |3362 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
118.19/118.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.19/118.22	c  94.2s|  1330k|  1242k|     0 |   0.0 | 402M| 197 |   - | 371 |3390 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
118.69/118.77	c  94.6s|  1340k|  1252k|     0 |   0.0 | 405M| 197 |   - | 371 |3527 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
119.29/119.39	c  95.0s|  1350k|  1262k|     0 |   0.0 | 408M| 197 |   - | 371 |3720 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
119.99/120.08	c  95.5s|  1360k|  1272k|     0 |   0.0 | 412M| 197 |   - | 371 |3889 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
120.69/120.71	c  96.0s|  1370k|  1282k|     0 |   0.0 | 415M| 197 |   - | 371 |4005 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
121.39/121.41	c  96.5s|  1380k|  1291k|     0 |   0.0 | 419M| 197 |   - | 371 |4170 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
122.10/122.15	c  97.1s|  1390k|  1301k|     0 |   0.0 | 423M| 197 |   - | 371 |4226 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
122.79/122.87	c  97.6s|  1400k|  1310k|     0 |   0.0 | 426M| 197 |   - | 371 |3831 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
123.38/123.41	c  98.0s|  1410k|  1320k|     0 |   0.0 | 428M| 197 |   - | 371 | 581 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 3.560000e+02 |    Inf 
123.49/123.58	o 354
123.49/123.58	c *98.1s|  1413k|  1324k|     0 |   0.0 | 429M| 197 |   - | 371 | 597 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 3.540000e+02 |    Inf 
123.89/123.94	c  98.3s|  1420k|  1330k|     0 |   0.0 | 432M| 197 |   - | 371 | 632 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 3.540000e+02 |    Inf 
124.19/124.27	o 328
124.19/124.27	c *98.5s|  1426k|  1335k|     0 |   0.0 | 433M| 197 |   - | 371 | 613 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 3.280000e+02 |    Inf 
124.39/124.45	c  98.6s|  1430k|  1339k|     0 |   0.0 | 434M| 197 |   - | 371 | 649 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 3.280000e+02 |    Inf 
124.89/124.97	c  99.0s|  1440k|  1349k|     0 |   0.0 | 438M| 197 |   - | 371 | 703 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 3.280000e+02 |    Inf 
125.49/125.51	c  99.3s|  1450k|  1359k|     0 |   0.0 | 441M| 197 |   - | 371 | 825 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 3.280000e+02 |    Inf 
125.78/125.87	o 318
125.78/125.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
125.78/125.87	c *99.6s|  1456k|  1364k|     0 |   0.0 | 443M| 197 |   - | 371 | 920 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 3.180000e+02 |    Inf 
126.09/126.10	c  99.7s|  1460k|  1368k|     0 |   0.0 | 445M| 197 |   - | 371 | 972 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 3.180000e+02 |    Inf 
126.69/126.70	c   100s|  1470k|  1377k|     0 |   0.0 | 449M| 197 |   - | 371 |1027 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 3.180000e+02 |    Inf 
127.28/127.32	c   101s|  1480k|  1387k|     0 |   0.0 | 452M| 197 |   - | 371 | 724 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 3.180000e+02 |    Inf 
132.08/132.10	c   105s|  1490k|  1387k|     0 |   0.0 | 457M| 197 |   - | 371 |  14k|   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 3.180000e+02 |    Inf 
142.69/142.76	c   115s|  1500k|  1384k|     0 |   0.0 | 458M| 197 |   - | 371 |  26k|   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 3.180000e+02 |    Inf 
157.29/157.33	c   130s|  1510k|  1381k|     0 |   0.0 | 457M| 197 |   - | 371 |  35k|   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 3.180000e+02 |    Inf 
161.88/161.95	c   134s|  1520k|  1388k|     0 |   0.0 | 447M| 197 |   - | 371 |2631 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 3.180000e+02 |    Inf 
162.49/162.55	c   134s|  1530k|  1397k|     0 |   0.0 | 449M| 197 |   - | 371 | 913 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 3.180000e+02 |    Inf 
163.09/163.12	c   135s|  1540k|  1407k|     0 |   0.0 | 452M| 197 |   - | 371 | 859 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 3.180000e+02 |    Inf 
163.58/163.66	c   135s|  1550k|  1417k|     0 |   0.0 | 455M| 197 |   - | 371 | 793 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 3.180000e+02 |    Inf 
164.18/164.20	c   136s|  1560k|  1427k|     0 |   0.0 | 458M| 197 |   - | 371 | 795 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 3.180000e+02 |    Inf 
164.69/164.73	c   136s|  1570k|  1437k|     0 |   0.0 | 461M| 197 |   - | 371 | 778 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 3.180000e+02 |    Inf 
165.18/165.24	c   136s|  1580k|  1447k|     0 |   0.0 | 463M| 197 |   - | 371 | 804 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 3.180000e+02 |    Inf 
165.69/165.78	c   137s|  1590k|  1457k|     0 |   0.0 | 466M| 197 |   - | 371 | 876 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 3.180000e+02 |    Inf 
166.29/166.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
166.29/166.32	c   137s|  1600k|  1467k|     0 |   0.0 | 470M| 197 |   - | 371 | 844 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 3.180000e+02 |    Inf 
166.89/166.94	c   137s|  1610k|  1477k|     0 |   0.0 | 473M| 197 |   - | 371 | 885 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 3.180000e+02 |    Inf 
167.48/167.50	c   138s|  1620k|  1487k|     0 |   0.0 | 476M| 197 |   - | 371 | 845 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 3.180000e+02 |    Inf 
167.98/168.07	c   138s|  1630k|  1496k|     0 |   0.0 | 479M| 197 |   - | 371 | 876 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 3.180000e+02 |    Inf 
168.19/168.28	o 312
168.19/168.28	c * 138s|  1633k|  1499k|     0 |   0.0 | 480M| 197 |   - | 371 | 868 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 3.120000e+02 |    Inf 
168.58/168.65	c   139s|  1640k|  1506k|     0 |   0.0 | 482M| 197 |   - | 371 | 855 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 3.120000e+02 |    Inf 
169.09/169.13	o 296
169.09/169.13	c * 139s|  1648k|  1511k|     0 |   0.0 | 483M| 197 |   - | 371 | 881 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
169.18/169.25	c   139s|  1650k|  1513k|     0 |   0.0 | 484M| 197 |   - | 371 | 897 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
169.79/169.85	c   139s|  1660k|  1523k|     0 |   0.0 | 487M| 197 |   - | 371 |1023 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
170.39/170.48	c   140s|  1670k|  1533k|     0 |   0.0 | 490M| 197 |   - | 371 | 920 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
170.98/171.06	c   140s|  1680k|  1542k|     0 |   0.0 | 494M| 197 |   - | 371 | 901 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
171.59/171.66	c   141s|  1690k|  1552k|     0 |   0.0 | 497M| 197 |   - | 371 |1024 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
172.18/172.26	c   141s|  1700k|  1562k|     0 |   0.0 | 500M| 197 |   - | 371 |1000 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
172.78/172.88	c   142s|  1710k|  1572k|     0 |   0.0 | 503M| 197 |   - | 371 |1199 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
173.39/173.50	c   142s|  1720k|  1582k|     0 |   0.0 | 506M| 197 |   - | 371 |1171 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
173.99/174.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
173.99/174.06	c   143s|  1730k|  1591k|     0 |   0.0 | 509M| 197 |   - | 371 |1146 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
174.59/174.68	c   143s|  1740k|  1601k|     0 |   0.0 | 513M| 197 |   - | 371 |1271 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
175.28/175.32	c   143s|  1750k|  1611k|     0 |   0.0 | 516M| 197 |   - | 371 |1259 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
175.59/175.69	o 286
175.59/175.69	c * 144s|  1755k|  1614k|     0 |   0.0 | 517M| 197 |   - | 371 |1209 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
175.99/176.00	c   144s|  1760k|  1619k|     0 |   0.0 | 518M| 197 |   - | 371 |1255 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
176.59/176.65	c   144s|  1770k|  1629k|     0 |   0.0 | 522M| 197 |   - | 371 |1231 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
177.19/177.27	c   145s|  1780k|  1638k|     0 |   0.0 | 525M| 197 |   - | 371 |1234 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 2.860000e+02 |    Inf 
177.29/177.30	o 283
177.29/177.30	c * 145s|  1780k|  1638k|     0 |   0.0 | 525M| 197 |   - | 371 |1231 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 2.830000e+02 |    Inf 
177.68/177.76	o 271
177.68/177.76	c * 145s|  1786k|  1641k|     0 |   0.0 | 525M| 197 |   - | 371 |1279 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 2.710000e+02 |    Inf 
177.98/178.00	c   145s|  1790k|  1644k|     0 |   0.0 | 527M| 197 |   - | 371 |1212 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 2.710000e+02 |    Inf 
178.28/178.36	o 150
178.28/178.36	c * 146s|  1790k|  1346k|     0 |   0.0 | 432M| 197 |   - | 371 |1198 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 1.500000e+02 |    Inf 
179.09/179.11	o 148
179.09/179.11	c * 146s|  1797k|  1343k|     0 |   0.0 | 433M| 197 |   - | 371 |2107 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
179.30/179.33	c   146s|  1800k|  1345k|     0 |   0.0 | 434M| 197 |   - | 371 |2169 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
180.19/180.27	c   147s|  1810k|  1354k|     0 |   0.0 | 439M| 197 |   - | 371 |2529 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
180.79/180.86	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
180.79/180.86	c [src/scip/lp.c:5323] ERROR: Error <-11> in function call
180.79/180.86	c [src/scip/lp.c:5811] ERROR: Error <-11> in function call
180.79/180.86	c [src/scip/lp.c:11214] ERROR: Error <-11> in function call
180.79/180.86	c [src/scip/solve.c:807] ERROR: Error <-11> in function call
180.79/180.86	c [src/scip/solve.c:1863] ERROR: Error <-11> in function call
180.79/180.86	c [src/scip/solve.c:2577] ERROR: Error <-11> in function call
180.79/180.86	c [src/scip/solve.c:3189] ERROR: Error <-11> in function call
180.79/180.86	c [src/scip/scip.c:6167] ERROR: Error <-11> in function call
180.79/180.86	c [src/cmain.c:657] ERROR: Error <-11> in function call
180.79/180.86	c [src/cmain.c:832] ERROR: Error <-11> in function call
180.79/180.86	c [src/cmain.c:908] ERROR: Error <-11> in function call
180.79/180.86	c SCIP Error (-11): c a required plugin was not foundc 
180.79/180.86	c Time complete: 180.85.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694140-1277923856/watcher-2694140-1277923856 -o /tmp/evaluation-result-2694140-1277923856/solver-2694140-1277923856 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694140-1277923856.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 18097
/proc/meminfo: memFree=30963732/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=8252 CPUtime=0
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 1553 0 0 0 0 0 0 0 21 0 1 0 133680069 8450048 1476 4089446400 4194304 7136930 140735357031424 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/18097/statm: 2063 1476 275 719 0 1342 0

[startup+0.0895931 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 18097
/proc/meminfo: memFree=30963732/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=13628 CPUtime=0.08
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 3389 0 0 0 6 2 0 0 21 0 1 0 133680069 13955072 2702 4089446400 4194304 7136930 140735357031424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18097/statm: 3407 2702 390 719 0 2686 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13628

[startup+0.1006 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 18097
/proc/meminfo: memFree=30963732/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=13764 CPUtime=0.09
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 3418 0 0 0 7 2 0 0 21 0 1 0 133680069 14094336 2731 4089446400 4194304 7136930 140735357031424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18097/statm: 3441 2731 390 719 0 2720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13764

[startup+0.300555 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 18097
/proc/meminfo: memFree=30963732/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=16536 CPUtime=0.29
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 4104 0 0 0 23 6 0 0 21 0 1 0 133680069 16932864 3417 4089446400 4194304 7136930 140735357031424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18097/statm: 4134 3417 390 719 0 3413 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16536

[startup+0.700484 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 18097
/proc/meminfo: memFree=30963732/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=19124 CPUtime=0.69
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 4759 0 0 0 57 12 0 0 22 0 1 0 133680069 19582976 4072 4089446400 4194304 7136930 140735357031424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18097/statm: 4781 4072 390 719 0 4060 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19124

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18099
/proc/meminfo: memFree=30947852/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=21744 CPUtime=1.49
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 5439 0 0 0 130 19 0 0 25 0 1 0 133680069 22265856 4752 4089446400 4194304 7136930 140735357031424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18097/statm: 5436 4752 390 719 0 4715 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21744

[startup+3.10106 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18099
/proc/meminfo: memFree=30943436/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=28700 CPUtime=3.09
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 7198 0 0 0 266 43 0 0 25 0 1 0 133680069 29388800 6511 4089446400 4194304 7136930 140735357031424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18097/statm: 7175 6511 390 719 0 6454 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28700

[startup+6.3005 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18099
/proc/meminfo: memFree=30932648/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=38564 CPUtime=6.29
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 9661 0 0 0 554 75 0 0 25 0 1 0 133680069 39489536 8974 4089446400 4194304 7136930 140735357031424 18446744073709551615 5955642 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18097/statm: 9641 8974 390 719 0 8920 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38564

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18099
/proc/meminfo: memFree=30921788/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=48556 CPUtime=12.69
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 12142 0 0 0 1153 116 0 0 25 0 1 0 133680069 49721344 11455 4089446400 4194304 7136930 140735357031424 18446744073709551615 4676175 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18097/statm: 12139 11455 390 719 0 11418 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48556

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18099
/proc/meminfo: memFree=30882364/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=88640 CPUtime=25.49
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 21970 0 0 0 2224 325 0 0 25 0 1 0 133680069 90767360 21283 4089446400 4194304 7136930 140735357031424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18097/statm: 22160 21283 390 719 0 21439 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 88640

[startup+51.1006 s]
/proc/loadavg: 2.08 2.02 2.01 3/197 18099
/proc/meminfo: memFree=30862452/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=108684 CPUtime=51.1
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 26853 0 0 0 4698 412 0 0 25 0 1 0 133680069 111292416 26166 4089446400 4194304 7136930 140735357031424 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18097/statm: 27171 26166 390 719 0 26450 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 108684

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 18101
/proc/meminfo: memFree=30588240/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=363972 CPUtime=102.3
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 90778 0 0 0 8369 1861 0 0 25 0 1 0 133680069 372707328 90091 4089446400 4194304 7136930 140735357031424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18097/statm: 90993 90091 390 719 0 90272 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 363972

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 18103
/proc/meminfo: memFree=30422904/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=530628 CPUtime=162.29
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 129978 0 0 0 13427 2802 0 0 25 0 1 0 133680069 543363072 129291 4089446400 4194304 7136930 140735357031424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18097/statm: 132657 129291 391 719 0 131936 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 530628

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

[startup+166.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 18103
/proc/meminfo: memFree=30404428/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=548748 CPUtime=166.29
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 134817 0 0 0 13702 2927 0 0 25 0 1 0 133680069 561917952 134130 4089446400 4194304 7136930 140735357031424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18097/statm: 137187 134130 391 719 0 136466 0
Current children cumulated CPU time (s) 166.29
Current children cumulated vsize (KiB) 548748

[startup+172.706 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 18103
/proc/meminfo: memFree=30373788/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=577676 CPUtime=172.69
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 142420 0 0 0 14154 3115 0 0 25 0 1 0 133680069 591540224 141733 4089446400 4194304 7136930 140735357031424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18097/statm: 144419 141733 391 719 0 143698 0
Current children cumulated CPU time (s) 172.69
Current children cumulated vsize (KiB) 577676

[startup+175.901 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 18103
/proc/meminfo: memFree=30354564/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=595200 CPUtime=175.9
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 146987 0 0 0 14384 3206 0 0 25 0 1 0 133680069 609484800 146300 4089446400 4194304 7136930 140735357031424 18446744073709551615 4678784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18097/statm: 148800 146300 393 719 0 148079 0
Current children cumulated CPU time (s) 175.9
Current children cumulated vsize (KiB) 595200

[startup+179.101 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 18103
/proc/meminfo: memFree=30345884/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=603456 CPUtime=179.09
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 149222 0 0 0 14630 3279 0 0 25 0 1 0 133680069 617938944 148470 4089446400 4194304 7136930 140735357031424 18446744073709551615 6124701 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18097/statm: 150864 148470 393 719 0 150143 0
Current children cumulated CPU time (s) 179.09
Current children cumulated vsize (KiB) 603456

[startup+179.901 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 18103
/proc/meminfo: memFree=30345760/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=603904 CPUtime=179.89
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 149336 0 0 0 14696 3293 0 0 25 0 1 0 133680069 618397696 148584 4089446400 4194304 7136930 140735357031424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18097/statm: 150976 148584 393 719 0 150255 0
Current children cumulated CPU time (s) 179.89
Current children cumulated vsize (KiB) 603904

[startup+180.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 18103
/proc/meminfo: memFree=30344892/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=604364 CPUtime=180.29
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 149429 0 0 0 14728 3301 0 0 25 0 1 0 133680069 618868736 148677 4089446400 4194304 7136930 140735357031424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18097/statm: 151091 148677 393 719 0 150370 0
Current children cumulated CPU time (s) 180.29
Current children cumulated vsize (KiB) 604364

[startup+180.701 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 18103
/proc/meminfo: memFree=30344892/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=604844 CPUtime=180.69
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 149568 0 0 0 14759 3310 0 0 25 0 1 0 133680069 619360256 148816 4089446400 4194304 7136930 140735357031424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/18097/statm: 151211 148816 393 719 0 150490 0
Current children cumulated CPU time (s) 180.69
Current children cumulated vsize (KiB) 604844

[startup+180.801 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 18103
/proc/meminfo: memFree=30344892/32951124 swapFree=67111528/67111528
[pid=18097] ppid=18095 vsize=605012 CPUtime=180.79
/proc/18097/stat : 18097 (pbscip.linux.x8) R 18095 18097 16243 0 -1 4202496 149583 0 0 0 14767 3312 0 0 25 0 1 0 133680069 619532288 148831 4089446400 4194304 7136930 140735357031424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18097/statm: 151253 148831 393 719 0 150532 0
Current children cumulated CPU time (s) 180.79
Current children cumulated vsize (KiB) 605012

Child status: 255
Real time (s): 180.889
CPU time (s): 180.883
CPU user time (s): 147.73
CPU system time (s): 33.154
CPU usage (%): 99.9971
Max. virtual memory (cumulated for all children) (KiB): 605012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.73
system time used= 33.154
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149609
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 2590

runsolver used 0.297954 second user time and 0.612906 second system time

The end

Launcher Data

Begin job on node140 at 2010-06-30 20:50:56
IDJOB=2694140
IDBENCH=79218
IDSOLVER=1206
FILE ID=node140/2694140-1277923856
PBS_JOBID= 11197265
Free space on /tmp= 74200 MiB

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

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

MD5SUM BENCH= 603b2ea4eb6e4b400f8febe44a5c96d8
RANDOM SEED=29726636

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30963764 kB
Buffers:        205716 kB
Cached:        1280380 kB
SwapCached:          0 kB
Active:        1103336 kB
Inactive:       737932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30963764 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3312 kB
Writeback:           0 kB
AnonPages:      355528 kB
Mapped:          20440 kB
Slab:            81140 kB
PageTables:       5932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1658512 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= 74196 MiB
End job on node140 at 2010-06-30 20:53:57