Trace number 2694203

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) 166.673 166.669

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968561--soft-0-100-0.wbo
MD5SUM8d3a0dfad59028a8b475e3430d41a204
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.163974
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 1247
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-2694203-1277924739.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.01
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.64	c   1.6s| 10000 |  6554 |     0 |   0.0 |8198k| 171 |   - | 371 |5764 |   0 |   0 |   0 |9600 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
2.90/2.97	c   2.9s| 20000 | 14324 |     0 |   0.0 |  12M| 181 |   - | 371 |5402 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
5.59/5.65	c   5.5s| 30000 | 18793 |     0 |   0.0 |  18M| 181 |   - | 371 |9297 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
9.29/9.39	c   9.1s| 40000 | 21613 |     0 |   0.0 |  22M| 181 |   - | 371 |  10k|   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
11.59/11.69	c  11.4s| 50000 | 27705 |     0 |   0.0 |  23M| 189 |   - | 371 |2952 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
11.69/11.72	o 926
11.69/11.72	c *11.4s| 50599 | 28277 |     0 |   0.0 |  23M| 189 |   - | 371 |2477 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
12.10/12.16	c  11.8s| 60000 | 37662 |     0 |   0.0 |  25M| 189 |   - | 371 | 761 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
12.60/12.61	c  12.2s| 70000 | 47636 |     0 |   0.0 |  28M| 189 |   - | 371 | 673 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
12.99/13.07	c  12.6s| 80000 | 57586 |     0 |   0.0 |  31M| 189 |   - | 371 | 745 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
13.49/13.52	c  13.0s| 90000 | 67554 |     0 |   0.0 |  34M| 189 |   - | 371 | 676 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
13.89/13.97	c  13.4s|100000 | 77532 |     0 |   0.0 |  37M| 189 |   - | 371 | 702 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
14.39/14.42	c  13.8s|110000 | 87493 |     0 |   0.0 |  40M| 189 |   - | 371 | 742 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
14.79/14.87	c  14.2s|120000 | 97473 |     0 |   0.0 |  43M| 189 |   - | 371 | 732 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
15.30/15.32	c  14.6s|130000 |107442 |     0 |   0.0 |  46M| 189 |   - | 371 | 795 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
15.69/15.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.69/15.77	c  15.0s|140000 |117400 |     0 |   0.0 |  49M| 189 |   - | 371 | 874 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
16.19/16.21	c  15.4s|150000 |127387 |     0 |   0.0 |  52M| 192 |   - | 371 | 653 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
19.49/19.59	c  18.7s|160000 |129745 |     0 |   0.0 |  59M| 192 |   - | 371 |  12k|   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
25.30/25.31	c  24.3s|170000 |130976 |     0 |   0.0 |  65M| 192 |   - | 371 |  18k|   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
32.69/32.73	c  31.6s|180000 |131681 |     0 |   0.0 |  69M| 192 |   - | 371 |  22k|   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
41.70/41.72	c  40.5s|190000 |131280 |     0 |   0.0 |  72M| 192 |   - | 371 |  24k|   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
46.49/46.51	c  45.2s|200000 |136154 |     0 |   0.0 |  67M| 192 |   - | 371 |6126 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
46.99/47.01	c  45.7s|210000 |146137 |     0 |   0.0 |  69M| 192 |   - | 371 |1072 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
47.39/47.48	c  46.1s|220000 |156104 |     0 |   0.0 |  71M| 192 |   - | 371 | 961 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
47.89/47.94	c  46.5s|230000 |166073 |     0 |   0.0 |  74M| 192 |   - | 371 | 852 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
48.30/48.40	c  47.0s|240000 |176047 |     0 |   0.0 |  77M| 192 |   - | 371 | 822 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
48.79/48.85	c  47.4s|250000 |186012 |     0 |   0.0 |  80M| 192 |   - | 371 | 834 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
49.29/49.31	c  47.8s|260000 |195981 |     0 |   0.0 |  83M| 192 |   - | 371 | 820 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
49.69/49.76	c  48.2s|270000 |205955 |     0 |   0.0 |  86M| 192 |   - | 371 | 821 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
50.19/50.22	c  48.6s|280000 |215929 |     0 |   0.0 |  88M| 192 |   - | 371 | 846 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
50.60/50.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.60/50.68	c  49.0s|290000 |225892 |     0 |   0.0 |  91M| 192 |   - | 371 | 852 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
51.09/51.14	c  49.4s|300000 |235866 |     0 |   0.0 |  94M| 192 |   - | 371 | 814 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
51.49/51.59	c  49.8s|310000 |245850 |     0 |   0.0 |  97M| 192 |   - | 371 | 805 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
51.99/52.04	c  50.2s|320000 |255831 |     0 |   0.0 | 100M| 192 |   - | 371 | 815 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
52.40/52.49	c  50.6s|330000 |265796 |     0 |   0.0 | 103M| 192 |   - | 371 | 849 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
52.89/52.94	c  51.0s|340000 |275776 |     0 |   0.0 | 106M| 192 |   - | 371 | 817 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
53.29/53.39	c  51.4s|350000 |285766 |     0 |   0.0 | 109M| 192 |   - | 371 | 786 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
53.80/53.84	c  51.8s|360000 |295729 |     0 |   0.0 | 112M| 192 |   - | 371 | 827 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
54.29/54.30	c  52.2s|370000 |305689 |     0 |   0.0 | 115M| 192 |   - | 371 | 844 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
54.69/54.75	c  52.6s|380000 |315667 |     0 |   0.0 | 117M| 192 |   - | 371 | 834 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
55.09/55.20	c  53.0s|390000 |325643 |     0 |   0.0 | 120M| 192 |   - | 371 | 817 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
55.59/55.65	c  53.4s|400000 |335617 |     0 |   0.0 | 123M| 192 |   - | 371 | 790 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
56.00/56.10	c  53.8s|410000 |345584 |     0 |   0.0 | 126M| 192 |   - | 371 | 811 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
56.50/56.55	c  54.2s|420000 |355553 |     0 |   0.0 | 129M| 192 |   - | 371 | 837 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
56.99/57.00	c  54.6s|430000 |365537 |     0 |   0.0 | 132M| 192 |   - | 371 | 821 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
57.39/57.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.39/57.45	c  55.0s|440000 |375520 |     0 |   0.0 | 135M| 192 |   - | 371 | 794 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
57.89/57.90	c  55.4s|450000 |385477 |     0 |   0.0 | 138M| 192 |   - | 371 | 829 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
58.29/58.35	c  55.8s|460000 |395446 |     0 |   0.0 | 141M| 192 |   - | 371 | 832 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
58.80/58.80	c  56.2s|470000 |405432 |     0 |   0.0 | 144M| 192 |   - | 371 | 844 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
59.19/59.25	c  56.6s|480000 |415408 |     0 |   0.0 | 147M| 192 |   - | 371 | 874 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
59.69/59.70	c  57.0s|490000 |425386 |     0 |   0.0 | 150M| 192 |   - | 371 | 872 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
60.09/60.15	c  57.4s|500000 |435357 |     0 |   0.0 | 153M| 192 |   - | 371 | 894 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
60.59/60.60	c  57.8s|510000 |445340 |     0 |   0.0 | 156M| 192 |   - | 371 | 883 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
61.00/61.05	c  58.2s|520000 |455309 |     0 |   0.0 | 159M| 192 |   - | 371 | 898 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
61.49/61.52	c  58.6s|530000 |465275 |     0 |   0.0 | 162M| 192 |   - | 371 | 893 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
61.89/61.97	c  59.0s|540000 |475241 |     0 |   0.0 | 165M| 192 |   - | 371 | 930 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
62.39/62.43	c  59.4s|550000 |485212 |     0 |   0.0 | 168M| 192 |   - | 371 | 946 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
62.80/62.88	c  59.8s|560000 |495171 |     0 |   0.0 | 170M| 192 |   - | 371 | 952 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
63.29/63.33	c  60.2s|570000 |505136 |     0 |   0.0 | 173M| 192 |   - | 371 | 978 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
63.70/63.78	c  60.7s|580000 |515105 |     0 |   0.0 | 176M| 192 |   - | 371 | 978 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
64.19/64.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.19/64.24	c  61.1s|590000 |525074 |     0 |   0.0 | 179M| 192 |   - | 371 |1013 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
64.59/64.69	c  61.5s|600000 |535046 |     0 |   0.0 | 182M| 192 |   - | 371 |1029 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
65.09/65.14	c  61.9s|610000 |545013 |     0 |   0.0 | 185M| 192 |   - | 371 |1030 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
65.59/65.60	c  62.3s|620000 |554975 |     0 |   0.0 | 188M| 192 |   - | 371 |1050 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
66.00/66.05	c  62.7s|630000 |564953 |     0 |   0.0 | 191M| 192 |   - | 371 |1032 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
66.49/66.51	c  63.1s|640000 |574916 |     0 |   0.0 | 194M| 192 |   - | 371 |1079 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
66.89/66.97	c  63.5s|650000 |584896 |     0 |   0.0 | 197M| 192 |   - | 371 |1045 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
67.39/67.43	c  63.9s|660000 |594853 |     0 |   0.0 | 200M| 192 |   - | 371 |1095 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
67.80/67.88	c  64.3s|670000 |604825 |     0 |   0.0 | 203M| 192 |   - | 371 |1082 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
68.29/68.34	c  64.7s|680000 |614791 |     0 |   0.0 | 206M| 192 |   - | 371 |1089 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
68.70/68.79	c  65.1s|690000 |624763 |     0 |   0.0 | 209M| 192 |   - | 371 |1089 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
69.20/69.25	c  65.5s|700000 |634734 |     0 |   0.0 | 212M| 192 |   - | 371 |1082 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
69.69/69.70	c  65.9s|710000 |644708 |     0 |   0.0 | 215M| 192 |   - | 371 |1102 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
70.09/70.17	c  66.3s|720000 |654669 |     0 |   0.0 | 218M| 192 |   - | 371 |1102 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
70.59/70.63	c  66.7s|730000 |664639 |     0 |   0.0 | 221M| 192 |   - | 371 |1117 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
70.99/71.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.99/71.08	c  67.2s|740000 |674623 |     0 |   0.0 | 224M| 192 |   - | 371 |1122 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
71.49/71.54	c  67.5s|750000 |684579 |     0 |   0.0 | 227M| 192 |   - | 371 |1170 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
72.00/72.00	c  68.0s|760000 |694562 |     0 |   0.0 | 230M| 192 |   - | 371 |1171 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
72.39/72.45	c  68.3s|770000 |704536 |     0 |   0.0 | 233M| 192 |   - | 371 |1208 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
72.90/72.91	c  68.7s|780000 |714491 |     0 |   0.0 | 236M| 192 |   - | 371 |1248 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
73.29/73.37	c  69.1s|790000 |724465 |     0 |   0.0 | 239M| 192 |   - | 371 |1263 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
73.79/73.83	c  69.5s|800000 |734413 |     0 |   0.0 | 242M| 192 |   - | 371 |1346 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
74.20/74.29	c  69.9s|810000 |744380 |     0 |   0.0 | 245M| 192 |   - | 371 |1355 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
74.69/74.74	c  70.3s|820000 |754350 |     0 |   0.0 | 248M| 192 |   - | 371 |1340 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
75.20/75.20	c  70.8s|830000 |764302 |     0 |   0.0 | 251M| 192 |   - | 371 |1374 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
75.59/75.67	c  71.2s|840000 |774264 |     0 |   0.0 | 254M| 192 |   - | 371 |1379 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
76.09/76.12	c  71.6s|850000 |784251 |     0 |   0.0 | 257M| 192 |   - | 371 |1362 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
76.49/76.57	c  72.0s|860000 |794217 |     0 |   0.0 | 260M| 192 |   - | 371 |1386 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
77.00/77.02	c  72.4s|870000 |804188 |     0 |   0.0 | 263M| 192 |   - | 371 |1390 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
77.39/77.48	c  72.8s|880000 |814148 |     0 |   0.0 | 266M| 192 |   - | 371 |1401 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
77.89/77.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.89/77.93	c  73.2s|890000 |824120 |     0 |   0.0 | 269M| 192 |   - | 371 |1416 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
78.29/78.39	c  73.6s|900000 |834093 |     0 |   0.0 | 272M| 192 |   - | 371 |1399 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
78.79/78.84	c  74.0s|910000 |844059 |     0 |   0.0 | 275M| 192 |   - | 371 |1425 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
79.29/79.30	c  74.4s|920000 |854034 |     0 |   0.0 | 278M| 192 |   - | 371 |1427 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
79.69/79.76	c  74.8s|930000 |864005 |     0 |   0.0 | 281M| 192 |   - | 371 |1452 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
80.20/80.22	c  75.2s|940000 |873960 |     0 |   0.0 | 284M| 192 |   - | 371 |1485 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
80.59/80.68	c  75.6s|950000 |883929 |     0 |   0.0 | 287M| 192 |   - | 371 |1470 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
81.10/81.14	c  76.0s|960000 |893905 |     0 |   0.0 | 290M| 192 |   - | 371 |1478 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
81.49/81.60	c  76.4s|970000 |903862 |     0 |   0.0 | 293M| 192 |   - | 371 |1523 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
81.99/82.06	c  76.8s|980000 |913825 |     0 |   0.0 | 296M| 192 |   - | 371 |1557 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
82.50/82.52	c  77.3s|990000 |923792 |     0 |   0.0 | 299M| 192 |   - | 371 |1565 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
82.89/82.98	c  77.7s|  1000k|933762 |     0 |   0.0 | 302M| 192 |   - | 371 |1592 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
83.39/83.45	c  78.1s|  1010k|943716 |     0 |   0.0 | 305M| 192 |   - | 371 |1614 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
83.89/83.91	c  78.5s|  1020k|953687 |     0 |   0.0 | 308M| 192 |   - | 371 |1648 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
84.29/84.37	c  78.9s|  1030k|963649 |     0 |   0.0 | 311M| 192 |   - | 371 |1660 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
84.79/84.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
84.79/84.84	c  79.3s|  1040k|973625 |     0 |   0.0 | 314M| 192 |   - | 371 |1652 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
85.19/85.29	c  79.7s|  1050k|983597 |     0 |   0.0 | 317M| 192 |   - | 371 |1673 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
85.70/85.75	c  80.1s|  1060k|993564 |     0 |   0.0 | 320M| 192 |   - | 371 |1721 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
86.20/86.21	c  80.5s|  1070k|  1003k|     0 |   0.0 | 323M| 192 |   - | 371 |1720 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
86.59/86.68	c  81.0s|  1080k|  1013k|     0 |   0.0 | 326M| 192 |   - | 371 |1804 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
87.09/87.15	c  81.4s|  1090k|  1023k|     0 |   0.0 | 329M| 192 |   - | 371 |1756 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
87.59/87.60	c  81.8s|  1100k|  1033k|     0 |   0.0 | 332M| 192 |   - | 371 |1762 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
88.00/88.05	c  82.2s|  1110k|  1043k|     0 |   0.0 | 335M| 192 |   - | 371 |1786 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
88.50/88.52	c  82.6s|  1120k|  1053k|     0 |   0.0 | 338M| 192 |   - | 371 |1813 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
88.90/88.98	c  83.0s|  1130k|  1063k|     0 |   0.0 | 341M| 192 |   - | 371 |1833 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
89.39/89.45	c  83.4s|  1140k|  1073k|     0 |   0.0 | 344M| 192 |   - | 371 |1809 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
89.89/89.91	c  83.8s|  1150k|  1083k|     0 |   0.0 | 347M| 192 |   - | 371 |1804 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
90.29/90.39	c  84.3s|  1160k|  1093k|     0 |   0.0 | 350M| 192 |   - | 371 |1864 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
90.79/90.86	c  84.7s|  1170k|  1103k|     0 |   0.0 | 353M| 192 |   - | 371 |1872 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
91.30/91.32	c  85.1s|  1180k|  1113k|     0 |   0.0 | 356M| 192 |   - | 371 |1894 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
91.69/91.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
91.69/91.78	c  85.5s|  1190k|  1123k|     0 |   0.0 | 359M| 192 |   - | 371 |1917 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
92.19/92.23	c  85.9s|  1200k|  1133k|     0 |   0.0 | 362M| 192 |   - | 371 |1926 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
92.69/92.70	c  86.3s|  1210k|  1143k|     0 |   0.0 | 365M| 192 |   - | 371 |1967 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
93.09/93.16	c  86.7s|  1220k|  1153k|     0 |   0.0 | 368M| 192 |   - | 371 |1960 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
93.59/93.62	c  87.1s|  1230k|  1162k|     0 |   0.0 | 371M| 192 |   - | 371 |2008 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
94.00/94.07	c  87.5s|  1240k|  1172k|     0 |   0.0 | 374M| 192 |   - | 371 |2011 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
94.50/94.53	c  87.9s|  1250k|  1182k|     0 |   0.0 | 377M| 192 |   - | 371 |2027 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
94.90/94.98	c  88.3s|  1260k|  1192k|     0 |   0.0 | 380M| 192 |   - | 371 |2006 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
95.39/95.45	c  88.7s|  1270k|  1202k|     0 |   0.0 | 383M| 192 |   - | 371 |2055 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
95.89/95.90	c  89.1s|  1280k|  1212k|     0 |   0.0 | 386M| 192 |   - | 371 |2036 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
96.29/96.36	c  89.5s|  1290k|  1222k|     0 |   0.0 | 389M| 192 |   - | 371 |2059 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
96.80/96.83	c  90.0s|  1300k|  1232k|     0 |   0.0 | 392M| 192 |   - | 371 |2093 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
97.19/97.29	c  90.4s|  1310k|  1242k|     0 |   0.0 | 395M| 192 |   - | 371 |2088 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
97.69/97.75	c  90.8s|  1320k|  1252k|     0 |   0.0 | 398M| 192 |   - | 371 |2125 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
98.20/98.21	c  91.2s|  1330k|  1262k|     0 |   0.0 | 401M| 192 |   - | 371 |2151 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
98.60/98.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
98.60/98.67	c  91.6s|  1340k|  1272k|     0 |   0.0 | 404M| 192 |   - | 371 |2171 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
99.10/99.14	c  92.0s|  1350k|  1282k|     0 |   0.0 | 407M| 192 |   - | 371 |2204 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
99.59/99.60	c  92.4s|  1360k|  1292k|     0 |   0.0 | 410M| 192 |   - | 371 |2208 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
100.00/100.06	c  92.8s|  1370k|  1302k|     0 |   0.0 | 413M| 192 |   - | 371 |2236 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
100.50/100.52	c  93.2s|  1380k|  1312k|     0 |   0.0 | 416M| 192 |   - | 371 |2270 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
100.89/100.98	c  93.6s|  1390k|  1322k|     0 |   0.0 | 419M| 192 |   - | 371 |2331 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
101.39/101.44	c  94.0s|  1400k|  1332k|     0 |   0.0 | 422M| 192 |   - | 371 |2383 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
101.90/101.91	c  94.5s|  1410k|  1342k|     0 |   0.0 | 425M| 192 |   - | 371 |2408 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
102.30/102.37	c  94.9s|  1420k|  1352k|     0 |   0.0 | 428M| 192 |   - | 371 |2454 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
102.79/102.84	c  95.3s|  1430k|  1362k|     0 |   0.0 | 431M| 192 |   - | 371 |2495 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
103.19/103.30	c  95.7s|  1440k|  1372k|     0 |   0.0 | 434M| 192 |   - | 371 |2509 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
103.69/103.76	c  96.1s|  1450k|  1382k|     0 |   0.0 | 437M| 192 |   - | 371 |2593 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
104.19/104.23	c  96.5s|  1460k|  1392k|     0 |   0.0 | 440M| 195 |   - | 371 |2621 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
104.69/104.70	c  97.0s|  1470k|  1402k|     0 |   0.0 | 443M| 195 |   - | 371 |2681 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
105.09/105.17	c  97.4s|  1480k|  1412k|     0 |   0.0 | 446M| 195 |   - | 371 |2741 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
105.60/105.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.60/105.64	c  97.8s|  1490k|  1422k|     0 |   0.0 | 449M| 195 |   - | 371 |2782 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
106.09/106.12	c  98.2s|  1500k|  1432k|     0 |   0.0 | 452M| 195 |   - | 371 |2822 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
106.49/106.59	c  98.6s|  1510k|  1441k|     0 |   0.0 | 455M| 195 |   - | 371 |2879 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
106.99/107.05	c  99.0s|  1520k|  1451k|     0 |   0.0 | 458M| 195 |   - | 371 |2921 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
107.49/107.51	c  99.4s|  1530k|  1461k|     0 |   0.0 | 461M| 195 |   - | 371 |2983 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
107.90/107.98	c  99.8s|  1540k|  1471k|     0 |   0.0 | 464M| 195 |   - | 371 |3021 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
108.39/108.46	c   100s|  1550k|  1481k|     0 |   0.0 | 467M| 195 |   - | 371 |3089 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
108.89/108.93	c   101s|  1560k|  1491k|     0 |   0.0 | 470M| 195 |   - | 371 |3144 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
109.40/109.41	c   101s|  1570k|  1501k|     0 |   0.0 | 473M| 195 |   - | 371 |2330 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
109.79/109.85	c   102s|  1580k|  1511k|     0 |   0.0 | 476M| 195 |   - | 371 | 514 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
110.20/110.27	c   102s|  1590k|  1521k|     0 |   0.0 | 479M| 195 |   - | 371 | 517 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
110.69/110.70	c   102s|  1600k|  1531k|     0 |   0.0 | 482M| 195 |   - | 371 | 517 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
111.10/111.12	c   103s|  1610k|  1541k|     0 |   0.0 | 485M| 195 |   - | 371 | 516 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
111.49/111.54	c   103s|  1620k|  1551k|     0 |   0.0 | 488M| 195 |   - | 371 | 568 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
111.89/111.97	c   103s|  1630k|  1561k|     0 |   0.0 | 491M| 195 |   - | 371 | 641 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
112.40/112.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.40/112.40	c   104s|  1640k|  1571k|     0 |   0.0 | 494M| 195 |   - | 371 | 656 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
112.80/112.83	c   104s|  1650k|  1581k|     0 |   0.0 | 497M| 195 |   - | 371 | 690 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
113.20/113.26	c   105s|  1660k|  1591k|     0 |   0.0 | 500M| 195 |   - | 371 | 752 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
113.69/113.70	c   105s|  1670k|  1601k|     0 |   0.0 | 503M| 195 |   - | 371 | 777 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
114.10/114.15	c   105s|  1680k|  1611k|     0 |   0.0 | 506M| 195 |   - | 371 | 621 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
117.89/117.95	c   109s|  1690k|  1613k|     0 |   0.0 | 511M| 198 |   - | 371 |  12k|   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
128.19/128.22	c   119s|  1700k|  1610k|     0 |   0.0 | 513M| 198 |   - | 371 |  24k|   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
142.09/142.16	c   133s|  1710k|  1606k|     0 |   0.0 | 510M| 198 |   - | 371 |  29k|   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
143.00/143.08	c   134s|  1720k|  1616k|     0 |   0.0 | 505M| 198 |   - | 371 |4065 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
143.50/143.58	c   134s|  1730k|  1626k|     0 |   0.0 | 507M| 198 |   - | 371 |1256 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
144.00/144.04	c   135s|  1740k|  1636k|     0 |   0.0 | 510M| 198 |   - | 371 |1013 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
144.50/144.50	c   135s|  1750k|  1646k|     0 |   0.0 | 512M| 198 |   - | 371 | 910 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
144.89/144.96	c   136s|  1760k|  1656k|     0 |   0.0 | 515M| 198 |   - | 371 | 875 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
145.39/145.43	c   136s|  1770k|  1666k|     0 |   0.0 | 518M| 198 |   - | 371 | 866 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
145.79/145.88	c   136s|  1780k|  1676k|     0 |   0.0 | 521M| 198 |   - | 371 | 798 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
146.30/146.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
146.30/146.34	c   137s|  1790k|  1686k|     0 |   0.0 | 524M| 198 |   - | 371 | 750 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
146.70/146.79	c   137s|  1800k|  1696k|     0 |   0.0 | 527M| 198 |   - | 371 | 762 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
147.19/147.25	c   138s|  1810k|  1706k|     0 |   0.0 | 529M| 198 |   - | 371 | 741 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
147.69/147.70	c   138s|  1820k|  1716k|     0 |   0.0 | 532M| 198 |   - | 371 | 728 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
148.09/148.16	c   138s|  1830k|  1726k|     0 |   0.0 | 535M| 198 |   - | 371 | 737 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
148.59/148.61	c   139s|  1840k|  1736k|     0 |   0.0 | 538M| 198 |   - | 371 | 723 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
148.99/149.06	c   139s|  1850k|  1746k|     0 |   0.0 | 541M| 198 |   - | 371 | 717 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
149.50/149.52	c   140s|  1860k|  1756k|     0 |   0.0 | 544M| 198 |   - | 371 | 688 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
149.90/149.98	c   140s|  1870k|  1766k|     0 |   0.0 | 547M| 198 |   - | 371 | 739 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
150.40/150.44	c   141s|  1880k|  1776k|     0 |   0.0 | 550M| 198 |   - | 371 | 729 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
150.79/150.89	c   141s|  1890k|  1785k|     0 |   0.0 | 553M| 198 |   - | 371 | 712 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
151.29/151.35	c   141s|  1900k|  1795k|     0 |   0.0 | 555M| 198 |   - | 371 | 711 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
151.70/151.80	c   142s|  1910k|  1805k|     0 |   0.0 | 558M| 198 |   - | 371 | 728 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
152.20/152.25	c   142s|  1920k|  1815k|     0 |   0.0 | 561M| 198 |   - | 371 | 719 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
152.70/152.72	c   143s|  1930k|  1825k|     0 |   0.0 | 564M| 198 |   - | 371 | 726 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
153.09/153.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
153.09/153.16	c   143s|  1940k|  1835k|     0 |   0.0 | 567M| 198 |   - | 371 | 723 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
153.59/153.62	c   143s|  1950k|  1845k|     0 |   0.0 | 570M| 198 |   - | 371 | 731 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
154.00/154.08	c   144s|  1960k|  1855k|     0 |   0.0 | 573M| 198 |   - | 371 | 731 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
154.50/154.53	c   144s|  1970k|  1865k|     0 |   0.0 | 576M| 198 |   - | 371 | 717 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
154.89/154.99	c   145s|  1980k|  1875k|     0 |   0.0 | 578M| 198 |   - | 371 | 714 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
155.39/155.45	c   145s|  1990k|  1885k|     0 |   0.0 | 581M| 198 |   - | 371 | 741 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
155.90/155.91	c   145s|  2000k|  1895k|     0 |   0.0 | 584M| 198 |   - | 371 | 743 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
156.29/156.37	c   146s|  2010k|  1905k|     0 |   0.0 | 587M| 198 |   - | 371 | 699 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 9.260000e+02 |    Inf 
156.69/156.74	o 262
156.69/156.74	c * 146s|  2016k|  1848k|     0 |   0.0 | 568M| 198 |   - | 371 | 699 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 2.620000e+02 |    Inf 
156.90/156.94	c   146s|  2020k|  1851k|     0 |   0.0 | 569M| 198 |   - | 371 | 687 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 2.620000e+02 |    Inf 
156.99/157.09	o 261
156.99/157.09	c * 146s|  2022k|  1853k|     0 |   0.0 | 569M| 198 |   - | 371 | 681 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 2.610000e+02 |    Inf 
157.49/157.52	c   147s|  2030k|  1860k|     0 |   0.0 | 572M| 198 |   - | 371 | 948 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 2.610000e+02 |    Inf 
158.09/158.13	c   147s|  2040k|  1870k|     0 |   0.0 | 575M| 198 |   - | 371 | 937 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 2.610000e+02 |    Inf 
158.69/158.75	c   148s|  2050k|  1879k|     0 |   0.0 | 578M| 198 |   - | 371 | 921 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 2.610000e+02 |    Inf 
159.40/159.42	c   149s|  2060k|  1889k|     0 |   0.0 | 582M| 198 |   - | 371 | 974 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 2.610000e+02 |    Inf 
159.79/159.80	o 259
159.79/159.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
159.79/159.80	c * 149s|  2065k|  1890k|     0 |   0.0 | 582M| 198 |   - | 371 |1023 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
160.10/160.16	c   149s|  2070k|  1895k|     0 |   0.0 | 584M| 198 |   - | 371 |1021 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
160.79/160.81	c   150s|  2080k|  1905k|     0 |   0.0 | 588M| 198 |   - | 371 |1040 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
161.50/161.57	c   151s|  2090k|  1914k|     0 |   0.0 | 591M| 198 |   - | 371 |1119 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
161.99/162.07	o 247
161.99/162.07	c * 151s|  2096k|  1901k|     0 |   0.0 | 587M| 198 |   - | 371 |1078 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 2.470000e+02 |    Inf 
162.30/162.33	c   151s|  2100k|  1903k|     0 |   0.0 | 589M| 198 |   - | 371 |1185 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 2.470000e+02 |    Inf 
162.99/163.06	c   152s|  2110k|  1913k|     0 |   0.0 | 592M| 198 |   - | 371 |1136 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 2.470000e+02 |    Inf 
163.69/163.73	c   153s|  2120k|  1923k|     0 |   0.0 | 596M| 198 |   - | 371 |1026 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 2.470000e+02 |    Inf 
164.40/164.41	c   153s|  2130k|  1932k|     0 |   0.0 | 599M| 198 |   - | 371 |1120 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 2.470000e+02 |    Inf 
164.49/164.55	o 235
164.49/164.55	c * 153s|  2131k|  1914k|     0 |   0.0 | 593M| 198 |   - | 371 |1120 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 2.350000e+02 |    Inf 
166.39/166.41	o 51
166.39/166.41	c * 155s|  2135k|556147 |     0 |   0.0 | 187M| 198 |   - | 371 |1168 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 5.100000e+01 |    Inf 
166.60/166.61	o 49
166.60/166.61	c * 155s|  2136k|515810 |     0 |   0.0 | 175M| 198 |   - | 371 |1551 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 4.900000e+01 |    Inf 
166.60/166.64	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
166.60/166.64	c [src/scip/lp.c:5323] ERROR: Error <-11> in function call
166.60/166.64	c [src/scip/lp.c:5811] ERROR: Error <-11> in function call
166.60/166.64	c [src/scip/lp.c:11214] ERROR: Error <-11> in function call
166.60/166.64	c [src/scip/solve.c:807] ERROR: Error <-11> in function call
166.60/166.64	c [src/scip/solve.c:1863] ERROR: Error <-11> in function call
166.60/166.64	c [src/scip/solve.c:2577] ERROR: Error <-11> in function call
166.60/166.64	c [src/scip/solve.c:3189] ERROR: Error <-11> in function call
166.60/166.64	c [src/scip/scip.c:6167] ERROR: Error <-11> in function call
166.60/166.64	c [src/cmain.c:657] ERROR: Error <-11> in function call
166.60/166.64	c [src/cmain.c:832] ERROR: Error <-11> in function call
166.60/166.64	c [src/cmain.c:908] ERROR: Error <-11> in function call
166.60/166.64	c SCIP Error (-11): c a required plugin was not foundc 
166.60/166.64	c Time complete: 166.64.

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-2694203-1277924739/watcher-2694203-1277924739 -o /tmp/evaluation-result-2694203-1277924739/solver-2694203-1277924739 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694203-1277924739.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.49 2.16 2.05 4/196 27504
/proc/meminfo: memFree=31361072/32951124 swapFree=67111528/67111528
[pid=27504] ppid=27502 vsize=8252 CPUtime=0
/proc/27504/stat : 27504 (pbscip.linux.x8) R 27502 27504 25351 0 -1 4202496 1555 0 0 0 0 0 0 0 25 0 1 0 166113439 8450048 1477 4089446400 4194304 7136930 140736688610400 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27504/statm: 2109 1481 275 719 0 1388 0

[startup+0.00724208 s]
/proc/loadavg: 2.49 2.16 2.05 4/196 27504
/proc/meminfo: memFree=31361072/32951124 swapFree=67111528/67111528
[pid=27504] ppid=27502 vsize=9076 CPUtime=0
/proc/27504/stat : 27504 (pbscip.linux.x8) R 27502 27504 25351 0 -1 4202496 2023 0 0 0 0 0 0 0 25 0 1 0 166113439 9293824 1593 4089446400 4194304 7136930 140736688610400 18446744073709551615 6346856 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27504/statm: 2269 1618 282 719 0 1548 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9076

[startup+0.100231 s]
/proc/loadavg: 2.49 2.16 2.05 4/196 27504
/proc/meminfo: memFree=31361072/32951124 swapFree=67111528/67111528
[pid=27504] ppid=27502 vsize=13700 CPUtime=0.09
/proc/27504/stat : 27504 (pbscip.linux.x8) R 27502 27504 25351 0 -1 4202496 3409 0 0 0 9 0 0 0 25 0 1 0 166113439 14028800 2721 4089446400 4194304 7136930 140736688610400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27504/statm: 3425 2721 390 719 0 2704 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13700

[startup+0.300184 s]
/proc/loadavg: 2.49 2.16 2.05 4/196 27504
/proc/meminfo: memFree=31361072/32951124 swapFree=67111528/67111528
[pid=27504] ppid=27502 vsize=16484 CPUtime=0.29
/proc/27504/stat : 27504 (pbscip.linux.x8) R 27502 27504 25351 0 -1 4202496 4098 0 0 0 28 1 0 0 25 0 1 0 166113439 16879616 3410 4089446400 4194304 7136930 140736688610400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27504/statm: 4121 3410 390 719 0 3400 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16484

[startup+0.700127 s]
/proc/loadavg: 2.49 2.16 2.05 4/196 27504
/proc/meminfo: memFree=31361072/32951124 swapFree=67111528/67111528
[pid=27504] ppid=27502 vsize=19180 CPUtime=0.69
/proc/27504/stat : 27504 (pbscip.linux.x8) R 27502 27504 25351 0 -1 4202496 4779 0 0 0 66 3 0 0 25 0 1 0 166113439 19640320 4091 4089446400 4194304 7136930 140736688610400 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27504/statm: 4795 4091 390 719 0 4074 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19180

[startup+1.50099 s]
/proc/loadavg: 2.49 2.16 2.05 3/197 27505
/proc/meminfo: memFree=31344820/32951124 swapFree=67111528/67111528
[pid=27504] ppid=27502 vsize=21716 CPUtime=1.49
/proc/27504/stat : 27504 (pbscip.linux.x8) R 27502 27504 25351 0 -1 4202496 5410 0 0 0 144 5 0 0 25 0 1 0 166113439 22237184 4722 4089446400 4194304 7136930 140736688610400 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27504/statm: 5429 4722 390 719 0 4708 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21716

[startup+3.1007 s]
/proc/loadavg: 2.49 2.16 2.05 3/197 27505
/proc/meminfo: memFree=31339612/32951124 swapFree=67111528/67111528
[pid=27504] ppid=27502 vsize=27992 CPUtime=3.09
/proc/27504/stat : 27504 (pbscip.linux.x8) R 27502 27504 25351 0 -1 4202496 6984 0 0 0 297 12 0 0 25 0 1 0 166113439 28663808 6297 4089446400 4194304 7136930 140736688610400 18446744073709551615 6164672 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27504/statm: 6998 6314 390 719 0 6277 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27992

[startup+6.30015 s]
/proc/loadavg: 2.45 2.16 2.05 3/197 27505
/proc/meminfo: memFree=31329876/32951124 swapFree=67111528/67111528
[pid=27504] ppid=27502 vsize=36012 CPUtime=6.29
/proc/27504/stat : 27504 (pbscip.linux.x8) R 27502 27504 25351 0 -1 4202496 9012 0 0 0 609 20 0 0 25 0 1 0 166113439 36876288 8324 4089446400 4194304 7136930 140736688610400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27504/statm: 9003 8324 390 719 0 8282 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36012

[startup+12.701 s]
/proc/loadavg: 2.41 2.15 2.05 3/197 27506
/proc/meminfo: memFree=31318852/32951124 swapFree=67111528/67111528
[pid=27504] ppid=27502 vsize=50688 CPUtime=12.69
/proc/27504/stat : 27504 (pbscip.linux.x8) R 27502 27504 25351 0 -1 4202496 12822 0 0 0 1227 42 0 0 25 0 1 0 166113439 51904512 12134 4089446400 4194304 7136930 140736688610400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27504/statm: 12672 12134 390 719 0 11951 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50688

[startup+25.5008 s]
/proc/loadavg: 2.32 2.14 2.05 3/197 27506
/proc/meminfo: memFree=31276404/32951124 swapFree=67111528/67111528
[pid=27504] ppid=27502 vsize=88920 CPUtime=25.5
/proc/27504/stat : 27504 (pbscip.linux.x8) R 27502 27504 25351 0 -1 4202496 22115 0 0 0 2451 99 0 0 25 0 1 0 166113439 91054080 21427 4089446400 4194304 7136930 140736688610400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27504/statm: 22230 21427 390 719 0 21509 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 88920

[startup+51.1003 s]
/proc/loadavg: 2.21 2.13 2.04 3/197 27506
/proc/meminfo: memFree=31239648/32951124 swapFree=67111528/67111528
[pid=27504] ppid=27502 vsize=131264 CPUtime=51.09
/proc/27504/stat : 27504 (pbscip.linux.x8) R 27502 27504 25351 0 -1 4202496 32030 0 0 0 4936 173 0 0 25 0 1 0 166113439 134414336 31342 4089446400 4194304 7136930 140736688610400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27504/statm: 32816 31342 390 719 0 32095 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 131264

[startup+102.306 s]
/proc/loadavg: 2.09 2.11 2.04 3/197 27508
/proc/meminfo: memFree=30871436/32951124 swapFree=67111528/67111528
[pid=27504] ppid=27502 vsize=489504 CPUtime=102.3
/proc/27504/stat : 27504 (pbscip.linux.x8) R 27502 27504 25351 0 -1 4202496 119809 0 0 0 9481 749 0 0 25 0 1 0 166113439 501252096 119121 4089446400 4194304 7136930 140736688610400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27504/statm: 122376 119121 390 719 0 121655 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 489504

[startup+162.301 s]
/proc/loadavg: 2.03 2.09 2.03 3/197 27510
/proc/meminfo: memFree=30663440/32951124 swapFree=67111528/67111528
[pid=27504] ppid=27502 vsize=667088 CPUtime=162.3
/proc/27504/stat : 27504 (pbscip.linux.x8) R 27502 27504 25351 0 -1 4202496 166285 0 0 0 15126 1104 0 0 25 0 1 0 166113439 683098112 165597 4089446400 4194304 7136930 140736688610400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27504/statm: 166772 165597 391 719 0 166051 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 667088

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

[startup+163.101 s]
/proc/loadavg: 2.03 2.09 2.03 3/197 27510
/proc/meminfo: memFree=30660092/32951124 swapFree=67111528/67111528
[pid=27504] ppid=27502 vsize=668456 CPUtime=163.09
/proc/27504/stat : 27504 (pbscip.linux.x8) R 27502 27504 25351 0 -1 4202496 166653 0 0 0 15199 1110 0 0 25 0 1 0 166113439 684498944 165965 4089446400 4194304 7136930 140736688610400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27504/statm: 167114 165965 391 719 0 166393 0
Current children cumulated CPU time (s) 163.09
Current children cumulated vsize (KiB) 668456

[startup+164.7 s]
/proc/loadavg: 2.03 2.08 2.03 3/197 27510
/proc/meminfo: memFree=30656732/32951124 swapFree=67111528/67111528
[pid=27504] ppid=27502 vsize=674180 CPUtime=164.69
/proc/27504/stat : 27504 (pbscip.linux.x8) R 27502 27504 25351 0 -1 4202496 168124 0 0 0 15346 1123 0 0 25 0 1 0 166113439 690360320 167436 4089446400 4194304 7136930 140736688610400 18446744073709551615 4978973 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27504/statm: 168545 167436 391 719 0 167824 0
Current children cumulated CPU time (s) 164.69
Current children cumulated vsize (KiB) 674180

[startup+165.5 s]
/proc/loadavg: 2.03 2.08 2.03 3/197 27510
/proc/meminfo: memFree=30653012/32951124 swapFree=67111528/67111528
[pid=27504] ppid=27502 vsize=674312 CPUtime=165.49
/proc/27504/stat : 27504 (pbscip.linux.x8) R 27502 27504 25351 0 -1 4202496 168140 0 0 0 15425 1124 0 0 25 0 1 0 166113439 690495488 167452 4089446400 4194304 7136930 140736688610400 18446744073709551615 6165759 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27504/statm: 168578 167452 391 719 0 167857 0
Current children cumulated CPU time (s) 165.49
Current children cumulated vsize (KiB) 674312

[startup+166.301 s]
/proc/loadavg: 2.03 2.08 2.03 3/197 27510
/proc/meminfo: memFree=30653012/32951124 swapFree=67111528/67111528
[pid=27504] ppid=27502 vsize=674312 CPUtime=166.29
/proc/27504/stat : 27504 (pbscip.linux.x8) R 27502 27504 25351 0 -1 4202496 168140 0 0 0 15505 1124 0 0 25 0 1 0 166113439 690495488 167452 4089446400 4194304 7136930 140736688610400 18446744073709551615 6165762 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27504/statm: 168578 167452 391 719 0 167857 0
Current children cumulated CPU time (s) 166.29
Current children cumulated vsize (KiB) 674312

[startup+166.501 s]
/proc/loadavg: 2.03 2.08 2.03 3/197 27510
/proc/meminfo: memFree=30653012/32951124 swapFree=67111528/67111528
[pid=27504] ppid=27502 vsize=674312 CPUtime=166.5
/proc/27504/stat : 27504 (pbscip.linux.x8) R 27502 27504 25351 0 -1 4202496 168151 0 0 0 15525 1125 0 0 25 0 1 0 166113439 690495488 167463 4089446400 4194304 7136930 140736688610400 18446744073709551615 4978312 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27504/statm: 168578 167463 391 719 0 167857 0
Current children cumulated CPU time (s) 166.5
Current children cumulated vsize (KiB) 674312

[startup+166.601 s]
/proc/loadavg: 2.03 2.08 2.03 3/197 27510
/proc/meminfo: memFree=30653012/32951124 swapFree=67111528/67111528
[pid=27504] ppid=27502 vsize=674312 CPUtime=166.6
/proc/27504/stat : 27504 (pbscip.linux.x8) R 27502 27504 25351 0 -1 4202496 168153 0 0 0 15535 1125 0 0 25 0 1 0 166113439 690495488 167465 4089446400 4194304 7136930 140736688610400 18446744073709551615 6165617 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27504/statm: 168578 167465 391 719 0 167857 0
Current children cumulated CPU time (s) 166.6
Current children cumulated vsize (KiB) 674312

Child status: 255
Real time (s): 166.669
CPU time (s): 166.673
CPU user time (s): 155.396
CPU system time (s): 11.2763
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 674312

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

runsolver used 0.277957 second user time and 0.517921 second system time

The end

Launcher Data

Begin job on node119 at 2010-06-30 21:05:39
IDJOB=2694203
IDBENCH=79249
IDSOLVER=1206
FILE ID=node119/2694203-1277924739
PBS_JOBID= 11197321
Free space on /tmp= 74212 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.1110968561--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-2694203-1277924739/watcher-2694203-1277924739 -o /tmp/evaluation-result-2694203-1277924739/solver-2694203-1277924739 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694203-1277924739.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 8d3a0dfad59028a8b475e3430d41a204
RANDOM SEED=1500419502

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.802
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.75
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.802
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.802
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.802
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.73
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.802
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.75
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.802
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.802
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:      31361476 kB
Buffers:        210012 kB
Cached:         954524 kB
SwapCached:          0 kB
Active:         797268 kB
Inactive:       649428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31361476 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3180 kB
Writeback:           0 kB
AnonPages:      282216 kB
Mapped:          20368 kB
Slab:            79864 kB
PageTables:       5788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1658156 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= 74208 MiB
End job on node119 at 2010-06-30 21:08:26