Trace number 2694088

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) 155.14 155.137

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969860--soft-0-100-0.wbo
MD5SUM1b4d108d74bb6ee9510c6f55f0fde657
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.138978
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 1147
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-2694088-1277922843.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.69/1.71	c   1.5s| 10000 |  6199 |     0 |   0.0 |8088k| 171 |   - | 371 |4909 |   0 |   0 |   0 |9797 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
2.69/2.79	c   2.4s| 20000 | 14400 |     0 |   0.0 |  11M| 195 |   - | 371 |4637 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
5.29/5.35	c   4.7s| 30000 | 18999 |     0 |   0.0 |  18M| 195 |   - | 371 |9799 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
9.20/9.22	c   8.3s| 40000 | 21756 |     0 |   0.0 |  24M| 195 |   - | 371 |  13k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
11.69/11.79	c  10.6s| 50000 | 27549 |     0 |   0.0 |  24M| 225 |   - | 371 |4035 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
11.89/11.95	o 795
11.89/11.95	c *10.7s| 53365 | 30867 |     0 |   0.0 |  24M| 225 |   - | 371 |1395 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.950000e+02 |    Inf 
12.19/12.25	c  10.9s| 60000 | 37486 |     0 |   0.0 |  26M| 225 |   - | 371 | 889 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.950000e+02 |    Inf 
12.70/12.71	c  11.1s| 70000 | 47467 |     0 |   0.0 |  29M| 225 |   - | 371 | 748 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.950000e+02 |    Inf 
13.09/13.16	c  11.4s| 80000 | 57428 |     0 |   0.0 |  32M| 225 |   - | 371 | 780 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.950000e+02 |    Inf 
13.59/13.62	c  11.6s| 90000 | 67394 |     0 |   0.0 |  35M| 225 |   - | 371 | 791 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.950000e+02 |    Inf 
13.99/14.07	c  11.9s|100000 | 77363 |     0 |   0.0 |  37M| 225 |   - | 371 | 806 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.950000e+02 |    Inf 
14.50/14.51	c  12.2s|110000 | 87335 |     0 |   0.0 |  40M| 225 |   - | 371 | 828 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.950000e+02 |    Inf 
14.89/14.96	c  12.4s|120000 | 97300 |     0 |   0.0 |  43M| 225 |   - | 371 | 851 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.950000e+02 |    Inf 
15.40/15.41	c  12.7s|130000 |107262 |     0 |   0.0 |  46M| 225 |   - | 371 | 908 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.950000e+02 |    Inf 
15.79/15.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.79/15.86	c  12.9s|140000 |117219 |     0 |   0.0 |  49M| 225 |   - | 371 | 958 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.950000e+02 |    Inf 
16.29/16.31	c  13.2s|150000 |127171 |     0 |   0.0 |  52M| 225 |   - | 371 |1005 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.950000e+02 |    Inf 
16.69/16.76	c  13.5s|160000 |137140 |     0 |   0.0 |  55M| 225 |   - | 371 |1036 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.950000e+02 |    Inf 
16.99/17.07	o 581
16.99/17.07	c *13.7s|166641 |143187 |     0 |   0.0 |  57M| 225 |   - | 371 |1067 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
17.20/17.24	c  13.8s|170000 |146504 |     0 |   0.0 |  58M| 225 |   - | 371 |1165 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
18.80/18.89	c  15.2s|180000 |152856 |     0 |   0.0 |  64M| 225 |   - | 371 |7239 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
23.19/23.20	c  19.2s|190000 |155229 |     0 |   0.0 |  69M| 225 |   - | 371 |  12k|   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
28.89/28.96	c  24.7s|200000 |156327 |     0 |   0.0 |  74M| 225 |   - | 371 |  17k|   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
35.99/36.00	c  31.4s|210000 |156588 |     0 |   0.0 |  77M| 225 |   - | 371 |  20k|   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
44.39/44.48	c  39.6s|220000 |155802 |     0 |   0.0 |  79M| 225 |   - | 371 |  22k|   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
45.20/45.21	c  40.2s|230000 |165770 |     0 |   0.0 |  75M| 225 |   - | 371 |1438 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
45.59/45.68	c  40.5s|240000 |175742 |     0 |   0.0 |  77M| 225 |   - | 371 | 740 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
46.09/46.15	c  40.8s|250000 |185702 |     0 |   0.0 |  80M| 225 |   - | 371 | 616 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
46.60/46.62	c  41.1s|260000 |195666 |     0 |   0.0 |  83M| 225 |   - | 371 | 583 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
46.99/47.08	c  41.4s|270000 |205626 |     0 |   0.0 |  86M| 225 |   - | 371 | 590 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
47.49/47.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.49/47.55	c  41.7s|280000 |215583 |     0 |   0.0 |  89M| 225 |   - | 371 | 611 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
47.99/48.01	c  42.0s|290000 |225547 |     0 |   0.0 |  91M| 225 |   - | 371 | 602 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
48.40/48.47	c  42.3s|300000 |235524 |     0 |   0.0 |  94M| 225 |   - | 371 | 594 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
48.89/48.94	c  42.6s|310000 |245484 |     0 |   0.0 |  97M| 225 |   - | 371 | 628 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
49.40/49.40	c  42.9s|320000 |255457 |     0 |   0.0 | 100M| 225 |   - | 371 | 595 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
49.79/49.87	c  43.2s|330000 |265405 |     0 |   0.0 | 103M| 225 |   - | 371 | 621 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
50.29/50.34	c  43.5s|340000 |275378 |     0 |   0.0 | 106M| 225 |   - | 371 | 574 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
50.79/50.82	c  43.8s|350000 |285341 |     0 |   0.0 | 109M| 225 |   - | 371 | 603 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
51.19/51.28	c  44.0s|360000 |295305 |     0 |   0.0 | 112M| 225 |   - | 371 | 593 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
51.70/51.74	c  44.3s|370000 |305282 |     0 |   0.0 | 114M| 225 |   - | 371 | 595 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
52.09/52.19	c  44.6s|380000 |315246 |     0 |   0.0 | 117M| 225 |   - | 371 | 640 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
52.59/52.65	c  44.9s|390000 |325226 |     0 |   0.0 | 120M| 225 |   - | 371 | 611 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
53.09/53.11	c  45.2s|400000 |335204 |     0 |   0.0 | 123M| 225 |   - | 371 | 633 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
53.50/53.58	c  45.5s|410000 |345162 |     0 |   0.0 | 126M| 225 |   - | 371 | 669 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
53.99/54.05	c  45.8s|420000 |355122 |     0 |   0.0 | 129M| 225 |   - | 371 | 688 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
54.49/54.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.49/54.52	c  46.1s|430000 |365094 |     0 |   0.0 | 132M| 225 |   - | 371 | 666 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
54.90/54.98	c  46.4s|440000 |375062 |     0 |   0.0 | 135M| 225 |   - | 371 | 655 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
55.39/55.45	c  46.7s|450000 |385035 |     0 |   0.0 | 138M| 225 |   - | 371 | 654 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
55.90/55.91	c  47.0s|460000 |395007 |     0 |   0.0 | 141M| 225 |   - | 371 | 672 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
56.30/56.37	c  47.3s|470000 |404970 |     0 |   0.0 | 143M| 225 |   - | 371 | 680 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
56.79/56.83	c  47.6s|480000 |414927 |     0 |   0.0 | 146M| 225 |   - | 371 | 728 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
57.20/57.30	c  47.9s|490000 |424882 |     0 |   0.0 | 149M| 225 |   - | 371 | 728 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
57.69/57.75	c  48.2s|500000 |434849 |     0 |   0.0 | 152M| 225 |   - | 371 | 724 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
58.20/58.21	c  48.4s|510000 |444812 |     0 |   0.0 | 155M| 225 |   - | 371 | 758 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
58.60/58.68	c  48.7s|520000 |454773 |     0 |   0.0 | 158M| 225 |   - | 371 | 768 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
59.09/59.14	c  49.0s|530000 |464740 |     0 |   0.0 | 161M| 225 |   - | 371 | 766 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
59.49/59.59	c  49.3s|540000 |474717 |     0 |   0.0 | 164M| 225 |   - | 371 | 763 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
60.00/60.05	c  49.6s|550000 |484696 |     0 |   0.0 | 167M| 225 |   - | 371 | 742 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
60.49/60.51	c  49.8s|560000 |494683 |     0 |   0.0 | 170M| 225 |   - | 371 | 730 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
60.90/60.96	c  50.1s|570000 |504644 |     0 |   0.0 | 173M| 225 |   - | 371 | 769 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
61.39/61.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.39/61.42	c  50.4s|580000 |514605 |     0 |   0.0 | 175M| 225 |   - | 371 | 764 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
61.80/61.87	c  50.7s|590000 |524585 |     0 |   0.0 | 178M| 225 |   - | 371 | 744 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
62.29/62.33	c  51.0s|600000 |534557 |     0 |   0.0 | 181M| 225 |   - | 371 | 754 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
62.70/62.79	c  51.2s|610000 |544525 |     0 |   0.0 | 184M| 225 |   - | 371 | 761 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
63.19/63.25	c  51.6s|620000 |554479 |     0 |   0.0 | 187M| 225 |   - | 371 | 787 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
63.70/63.72	c  51.9s|630000 |564428 |     0 |   0.0 | 190M| 225 |   - | 371 | 803 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
64.09/64.18	c  52.2s|640000 |574388 |     0 |   0.0 | 193M| 225 |   - | 371 | 817 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
64.59/64.65	c  52.5s|650000 |584352 |     0 |   0.0 | 196M| 225 |   - | 371 | 789 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
65.09/65.12	c  52.8s|660000 |594303 |     0 |   0.0 | 199M| 225 |   - | 371 | 857 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
65.50/65.59	c  53.0s|670000 |604269 |     0 |   0.0 | 202M| 225 |   - | 371 | 855 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
66.00/66.05	c  53.3s|680000 |614239 |     0 |   0.0 | 205M| 225 |   - | 371 | 850 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
66.49/66.52	c  53.6s|690000 |624189 |     0 |   0.0 | 208M| 225 |   - | 371 | 860 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
66.90/66.98	c  53.9s|700000 |634148 |     0 |   0.0 | 211M| 225 |   - | 371 | 901 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
67.39/67.44	c  54.2s|710000 |644115 |     0 |   0.0 | 214M| 225 |   - | 371 | 892 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
67.80/67.89	c  54.5s|720000 |654086 |     0 |   0.0 | 217M| 225 |   - | 371 | 912 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
68.29/68.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.29/68.35	c  54.8s|730000 |664057 |     0 |   0.0 | 219M| 225 |   - | 371 | 920 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
68.79/68.80	c  55.1s|740000 |674031 |     0 |   0.0 | 222M| 225 |   - | 371 | 938 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
69.20/69.25	c  55.4s|750000 |684006 |     0 |   0.0 | 225M| 225 |   - | 371 | 950 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
69.70/69.71	c  55.7s|760000 |693969 |     0 |   0.0 | 228M| 225 |   - | 371 | 966 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
70.09/70.19	c  56.0s|770000 |703915 |     0 |   0.0 | 231M| 225 |   - | 371 |1001 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
70.59/70.65	c  56.3s|780000 |713872 |     0 |   0.0 | 234M| 225 |   - | 371 |1054 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.810000e+02 |    Inf 
70.79/70.85	o 531
70.79/70.85	c *56.4s|783986 |717705 |     0 |   0.0 | 235M| 225 |   - | 371 |1052 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
71.09/71.14	c  56.5s|790000 |723700 |     0 |   0.0 | 237M| 225 |   - | 371 |1038 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
71.59/71.62	c  56.8s|800000 |733660 |     0 |   0.0 | 240M| 225 |   - | 371 |1037 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
71.99/72.09	c  57.1s|810000 |743618 |     0 |   0.0 | 243M| 225 |   - | 371 |1078 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
72.50/72.57	c  57.4s|820000 |753589 |     0 |   0.0 | 246M| 225 |   - | 371 |1089 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
72.99/73.07	c  57.8s|830000 |763532 |     0 |   0.0 | 249M| 225 |   - | 371 |1150 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
73.49/73.57	c  58.1s|840000 |773477 |     0 |   0.0 | 252M| 225 |   - | 371 |1207 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
73.99/74.06	c  58.4s|850000 |783436 |     0 |   0.0 | 255M| 225 |   - | 371 |1218 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
74.49/74.55	c  58.8s|860000 |793370 |     0 |   0.0 | 258M| 225 |   - | 371 |1263 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
74.99/75.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.99/75.04	c  59.1s|870000 |803324 |     0 |   0.0 | 261M| 225 |   - | 371 |1305 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
75.49/75.52	c  59.4s|880000 |813291 |     0 |   0.0 | 264M| 225 |   - | 371 |1310 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
76.00/76.01	c  59.7s|890000 |823242 |     0 |   0.0 | 267M| 225 |   - | 371 |1324 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
76.39/76.49	c  60.0s|900000 |833202 |     0 |   0.0 | 270M| 225 |   - | 371 |1330 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
76.90/76.96	c  60.3s|910000 |843163 |     0 |   0.0 | 273M| 225 |   - | 371 |1359 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
77.40/77.43	c  60.6s|920000 |853144 |     0 |   0.0 | 276M| 225 |   - | 371 |1343 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
77.90/77.91	c  60.9s|930000 |863089 |     0 |   0.0 | 279M| 225 |   - | 371 |1383 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
78.30/78.37	c  61.2s|940000 |873070 |     0 |   0.0 | 282M| 225 |   - | 371 |1377 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
78.80/78.86	c  61.5s|950000 |883010 |     0 |   0.0 | 285M| 225 |   - | 371 |1402 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
79.29/79.34	c  61.8s|960000 |892976 |     0 |   0.0 | 288M| 225 |   - | 371 |1423 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
79.79/79.83	c  62.1s|970000 |902915 |     0 |   0.0 | 291M| 225 |   - | 371 |1475 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
80.30/80.33	c  62.4s|980000 |912856 |     0 |   0.0 | 294M| 225 |   - | 371 |1521 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
80.79/80.83	c  62.7s|990000 |922800 |     0 |   0.0 | 297M| 225 |   - | 371 |1555 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
81.30/81.33	c  63.1s|  1000k|932738 |     0 |   0.0 | 300M| 225 |   - | 371 |1628 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
81.80/81.80	c  63.4s|  1010k|942706 |     0 |   0.0 | 303M| 225 |   - | 371 |1612 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
82.29/82.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.29/82.30	c  63.7s|  1020k|952660 |     0 |   0.0 | 306M| 225 |   - | 371 |1603 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
82.70/82.79	c  64.1s|  1030k|962587 |     0 |   0.0 | 309M| 225 |   - | 371 |1688 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
83.19/83.29	c  64.4s|  1040k|972540 |     0 |   0.0 | 312M| 225 |   - | 371 |1727 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
83.70/83.78	c  64.7s|  1050k|982492 |     0 |   0.0 | 315M| 225 |   - | 371 |1708 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
84.20/84.29	c  65.1s|  1060k|992412 |     0 |   0.0 | 318M| 225 |   - | 371 |1783 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
84.70/84.79	c  65.4s|  1070k|  1002k|     0 |   0.0 | 321M| 225 |   - | 371 |1822 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
85.19/85.29	c  65.8s|  1080k|  1012k|     0 |   0.0 | 324M| 225 |   - | 371 |1854 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
85.70/85.80	c  66.1s|  1090k|  1022k|     0 |   0.0 | 327M| 225 |   - | 371 |1906 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
86.20/86.29	c  66.4s|  1100k|  1032k|     0 |   0.0 | 330M| 225 |   - | 371 |1964 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
86.69/86.80	c  66.7s|  1110k|  1042k|     0 |   0.0 | 333M| 225 |   - | 371 |1976 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
87.29/87.30	c  67.1s|  1120k|  1052k|     0 |   0.0 | 336M| 225 |   - | 371 |2012 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
87.80/87.81	c  67.4s|  1130k|  1061k|     0 |   0.0 | 339M| 225 |   - | 371 |2068 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
88.20/88.29	c  67.8s|  1140k|  1071k|     0 |   0.0 | 342M| 225 |   - | 371 |2074 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
88.69/88.79	c  68.1s|  1150k|  1081k|     0 |   0.0 | 345M| 225 |   - | 371 |2102 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
89.19/89.28	c  68.5s|  1160k|  1091k|     0 |   0.0 | 348M| 225 |   - | 371 |2107 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
89.69/89.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.69/89.78	c  68.8s|  1170k|  1101k|     0 |   0.0 | 350M| 225 |   - | 371 |2142 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
90.20/90.27	c  69.1s|  1180k|  1111k|     0 |   0.0 | 353M| 225 |   - | 371 |2185 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
90.69/90.76	c  69.5s|  1190k|  1121k|     0 |   0.0 | 356M| 225 |   - | 371 |2200 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
91.20/91.28	c  69.8s|  1200k|  1131k|     0 |   0.0 | 359M| 225 |   - | 371 |2244 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
91.69/91.79	c  70.2s|  1210k|  1141k|     0 |   0.0 | 362M| 225 |   - | 371 |2265 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
92.30/92.30	c  70.5s|  1220k|  1151k|     0 |   0.0 | 365M| 225 |   - | 371 |2309 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
92.79/92.82	c  70.8s|  1230k|  1161k|     0 |   0.0 | 368M| 225 |   - | 371 |2299 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
93.29/93.36	c  71.2s|  1240k|  1171k|     0 |   0.0 | 371M| 225 |   - | 371 |2365 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
93.80/93.86	c  71.5s|  1250k|  1181k|     0 |   0.0 | 374M| 225 |   - | 371 |2408 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
94.29/94.36	c  71.8s|  1260k|  1191k|     0 |   0.0 | 377M| 225 |   - | 371 |2441 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
94.80/94.87	c  72.2s|  1270k|  1201k|     0 |   0.0 | 380M| 225 |   - | 371 |2523 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
95.39/95.40	c  72.5s|  1280k|  1211k|     0 |   0.0 | 383M| 225 |   - | 371 |2554 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
95.90/95.90	c  72.9s|  1290k|  1220k|     0 |   0.0 | 386M| 225 |   - | 371 |2554 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
96.40/96.41	c  73.3s|  1300k|  1230k|     0 |   0.0 | 389M| 225 |   - | 371 |2559 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
96.89/96.93	c  73.7s|  1310k|  1240k|     0 |   0.0 | 393M| 225 |   - | 371 |2624 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
97.39/97.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.39/97.42	c  74.0s|  1320k|  1250k|     0 |   0.0 | 395M| 225 |   - | 371 |2649 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
97.90/97.93	c  74.3s|  1330k|  1260k|     0 |   0.0 | 399M| 225 |   - | 371 |2670 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
98.40/98.42	c  74.7s|  1340k|  1270k|     0 |   0.0 | 402M| 225 |   - | 371 |2709 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
98.90/98.94	c  75.0s|  1350k|  1280k|     0 |   0.0 | 404M| 225 |   - | 371 |2732 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
99.39/99.45	c  75.4s|  1360k|  1290k|     0 |   0.0 | 407M| 225 |   - | 371 |2756 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
99.89/99.97	c  75.7s|  1370k|  1300k|     0 |   0.0 | 410M| 225 |   - | 371 |2826 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
100.39/100.49	c  76.0s|  1380k|  1310k|     0 |   0.0 | 414M| 225 |   - | 371 |2912 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
100.99/101.01	c  76.4s|  1390k|  1320k|     0 |   0.0 | 417M| 225 |   - | 371 |2982 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
101.49/101.54	c  76.8s|  1400k|  1330k|     0 |   0.0 | 420M| 225 |   - | 371 |2998 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
102.00/102.06	c  77.1s|  1410k|  1340k|     0 |   0.0 | 423M| 225 |   - | 371 |3081 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
102.49/102.57	c  77.4s|  1420k|  1350k|     0 |   0.0 | 426M| 225 |   - | 371 |3149 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
103.10/103.10	c  77.7s|  1430k|  1360k|     0 |   0.0 | 429M| 225 |   - | 371 |3190 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
103.59/103.62	c  78.1s|  1440k|  1369k|     0 |   0.0 | 432M| 225 |   - | 371 |3221 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
104.09/104.17	c  78.4s|  1450k|  1379k|     0 |   0.0 | 435M| 225 |   - | 371 |3327 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
104.70/104.70	c  78.8s|  1460k|  1389k|     0 |   0.0 | 438M| 225 |   - | 371 |3336 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
105.20/105.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.20/105.25	c  79.1s|  1470k|  1399k|     0 |   0.0 | 441M| 225 |   - | 371 |3468 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
105.69/105.78	c  79.5s|  1480k|  1409k|     0 |   0.0 | 444M| 225 |   - | 371 |3458 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
106.29/106.32	c  79.8s|  1490k|  1419k|     0 |   0.0 | 447M| 225 |   - | 371 |3508 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
106.79/106.84	c  80.2s|  1500k|  1429k|     0 |   0.0 | 450M| 225 |   - | 371 |3629 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
107.29/107.38	c  80.6s|  1510k|  1439k|     0 |   0.0 | 453M| 225 |   - | 371 |3727 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
107.80/107.89	c  80.9s|  1520k|  1449k|     0 |   0.0 | 456M| 225 |   - | 371 |3764 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
108.40/108.42	c  81.3s|  1530k|  1459k|     0 |   0.0 | 459M| 225 |   - | 371 |3829 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
108.90/108.92	c  81.7s|  1540k|  1469k|     0 |   0.0 | 462M| 225 |   - | 371 |3900 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
109.39/109.44	c  82.0s|  1550k|  1479k|     0 |   0.0 | 465M| 225 |   - | 371 |3953 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
109.90/109.94	c  82.3s|  1560k|  1489k|     0 |   0.0 | 468M| 225 |   - | 371 |3944 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
110.39/110.44	c  82.6s|  1570k|  1499k|     0 |   0.0 | 471M| 225 |   - | 371 |4017 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
110.89/110.93	c  82.9s|  1580k|  1509k|     0 |   0.0 | 475M| 225 |   - | 371 |4039 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
111.40/111.43	c  83.2s|  1590k|  1519k|     0 |   0.0 | 478M| 225 |   - | 371 |4083 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
111.89/111.93	c  83.5s|  1600k|  1528k|     0 |   0.0 | 481M| 225 |   - | 371 |4142 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
112.39/112.43	c  83.9s|  1610k|  1538k|     0 |   0.0 | 484M| 225 |   - | 371 |4226 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
112.89/112.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.89/112.92	c  84.2s|  1620k|  1548k|     0 |   0.0 | 487M| 225 |   - | 371 |4252 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
113.30/113.39	c  84.5s|  1630k|  1558k|     0 |   0.0 | 490M| 225 |   - | 371 |4257 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
113.80/113.87	c  84.8s|  1640k|  1568k|     0 |   0.0 | 493M| 225 |   - | 371 |4296 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
114.30/114.40	c  85.2s|  1650k|  1578k|     0 |   0.0 | 496M| 225 |   - | 371 |4384 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
114.40/114.48	o 461
114.40/114.48	c *85.2s|  1651k|  1579k|     0 |   0.0 | 496M| 225 |   - | 371 |4213 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 4.610000e+02 |    Inf 
114.49/114.53	o 460
114.49/114.53	c *85.3s|  1651k|  1580k|     0 |   0.0 | 497M| 225 |   - | 371 |4126 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 4.600000e+02 |    Inf 
114.90/114.97	c  85.6s|  1660k|  1588k|     0 |   0.0 | 498M| 225 |   - | 371 | 807 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 4.600000e+02 |    Inf 
115.40/115.44	c  85.9s|  1670k|  1598k|     0 |   0.0 | 501M| 225 |   - | 371 | 716 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 4.600000e+02 |    Inf 
115.89/115.90	c  86.2s|  1680k|  1608k|     0 |   0.0 | 504M| 225 |   - | 371 | 700 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 4.600000e+02 |    Inf 
116.30/116.36	c  86.5s|  1690k|  1618k|     0 |   0.0 | 507M| 225 |   - | 371 | 736 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.600000e+02 |    Inf 
116.79/116.83	c  86.7s|  1700k|  1628k|     0 |   0.0 | 510M| 225 |   - | 371 | 781 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.600000e+02 |    Inf 
117.19/117.29	c  87.0s|  1710k|  1638k|     0 |   0.0 | 513M| 225 |   - | 371 | 855 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.600000e+02 |    Inf 
117.70/117.75	c  87.3s|  1720k|  1648k|     0 |   0.0 | 516M| 225 |   - | 371 | 888 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.600000e+02 |    Inf 
118.19/118.23	c  87.6s|  1730k|  1658k|     0 |   0.0 | 519M| 225 |   - | 371 |1065 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.600000e+02 |    Inf 
118.70/118.71	c  87.9s|  1740k|  1667k|     0 |   0.0 | 522M| 225 |   - | 371 |1091 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.600000e+02 |    Inf 
119.09/119.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.09/119.19	c  88.2s|  1750k|  1677k|     0 |   0.0 | 525M| 225 |   - | 371 | 862 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.600000e+02 |    Inf 
123.89/123.99	c  92.7s|  1760k|  1678k|     0 |   0.0 | 530M| 225 |   - | 371 |  12k|   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 4.600000e+02 |    Inf 
135.20/135.22	c   104s|  1770k|  1673k|     0 |   0.0 | 530M| 225 |   - | 371 |  20k|   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 4.600000e+02 |    Inf 
148.00/148.07	c   116s|  1780k|  1670k|     0 |   0.0 | 525M| 225 |   - | 371 |  22k|   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 4.600000e+02 |    Inf 
148.29/148.34	o 438
148.29/148.34	c * 116s|  1782k|  1671k|     0 |   0.0 | 523M| 225 |   - | 371 |  16k|   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 4.380000e+02 |    Inf 
148.50/148.51	o 388
148.50/148.51	c * 116s|  1783k|  1672k|     0 |   0.0 | 521M| 225 |   - | 371 |9425 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
148.90/148.97	c   117s|  1790k|  1679k|     0 |   0.0 | 520M| 225 |   - | 371 |1127 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
149.50/149.50	c   117s|  1800k|  1689k|     0 |   0.0 | 523M| 225 |   - | 371 | 639 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
150.00/150.02	c   118s|  1810k|  1699k|     0 |   0.0 | 526M| 225 |   - | 371 | 589 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
150.50/150.53	c   118s|  1820k|  1709k|     0 |   0.0 | 528M| 225 |   - | 371 | 550 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
151.00/151.02	c   118s|  1830k|  1719k|     0 |   0.0 | 531M| 225 |   - | 371 | 548 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
151.49/151.53	c   118s|  1840k|  1729k|     0 |   0.0 | 534M| 225 |   - | 371 | 557 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
151.99/152.02	c   119s|  1850k|  1739k|     0 |   0.0 | 537M| 225 |   - | 371 | 532 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
152.49/152.51	c   119s|  1860k|  1749k|     0 |   0.0 | 540M| 225 |   - | 371 | 529 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
152.99/153.01	c   119s|  1870k|  1759k|     0 |   0.0 | 543M| 225 |   - | 371 | 527 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
153.50/153.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
153.50/153.50	c   120s|  1880k|  1769k|     0 |   0.0 | 546M| 225 |   - | 371 | 520 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
153.90/153.97	c   120s|  1890k|  1779k|     0 |   0.0 | 548M| 225 |   - | 371 | 507 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
154.39/154.46	c   120s|  1900k|  1789k|     0 |   0.0 | 551M| 225 |   - | 371 | 548 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 3.880000e+02 |    Inf 
155.00/155.07	o 186
155.00/155.07	c * 121s|  1908k|  1698k|     0 |   0.0 | 524M| 225 |   - | 371 | 646 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 1.860000e+02 |    Inf 
155.10/155.11	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
155.10/155.11	c [src/scip/lp.c:5323] ERROR: Error <-11> in function call
155.10/155.11	c [src/scip/lp.c:5811] ERROR: Error <-11> in function call
155.10/155.11	c [src/scip/lp.c:11214] ERROR: Error <-11> in function call
155.10/155.11	c [src/scip/solve.c:807] ERROR: Error <-11> in function call
155.10/155.11	c [src/scip/solve.c:1863] ERROR: Error <-11> in function call
155.10/155.11	c [src/scip/solve.c:2577] ERROR: Error <-11> in function call
155.10/155.11	c [src/scip/solve.c:3189] ERROR: Error <-11> in function call
155.10/155.11	c [src/scip/scip.c:6167] ERROR: Error <-11> in function call
155.10/155.11	c [src/cmain.c:657] ERROR: Error <-11> in function call
155.10/155.11	c [src/cmain.c:832] ERROR: Error <-11> in function call
155.10/155.11	c [src/cmain.c:908] ERROR: Error <-11> in function call
155.10/155.11	c SCIP Error (-11): c a required plugin was not foundc 
155.10/155.11	c Time complete: 155.11.

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-2694088-1277922843/watcher-2694088-1277922843 -o /tmp/evaluation-result-2694088-1277922843/solver-2694088-1277922843 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694088-1277922843.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: 1.93 1.98 1.99 4/178 16490
/proc/meminfo: memFree=31135756/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=8440 CPUtime=0
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 1585 0 0 0 0 0 0 0 23 0 1 0 133580263 8642560 1507 4089446400 4194304 7136930 140733587998544 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16490/statm: 2110 1507 275 719 0 1389 0

[startup+0.092538 s]
/proc/loadavg: 1.93 1.98 1.99 4/178 16490
/proc/meminfo: memFree=31135756/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=13732 CPUtime=0.08
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 3412 0 0 0 6 2 0 0 23 0 1 0 133580263 14061568 2724 4089446400 4194304 7136930 140733587998544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16490/statm: 3433 2724 390 719 0 2712 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13732

[startup+0.100547 s]
/proc/loadavg: 1.93 1.98 1.99 4/178 16490
/proc/meminfo: memFree=31135756/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=13864 CPUtime=0.09
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 3421 0 0 0 6 3 0 0 23 0 1 0 133580263 14196736 2733 4089446400 4194304 7136930 140733587998544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16490/statm: 3466 2733 390 719 0 2745 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13864

[startup+0.300501 s]
/proc/loadavg: 1.93 1.98 1.99 4/178 16490
/proc/meminfo: memFree=31135756/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=16380 CPUtime=0.29
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 4061 0 0 0 23 6 0 0 23 0 1 0 133580263 16773120 3373 4089446400 4194304 7136930 140733587998544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16490/statm: 4095 3373 390 719 0 3374 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16380

[startup+0.700432 s]
/proc/loadavg: 1.93 1.98 1.99 4/178 16490
/proc/meminfo: memFree=31135756/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=19220 CPUtime=0.69
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 4789 0 0 0 58 11 0 0 25 0 1 0 133580263 19681280 4101 4089446400 4194304 7136930 140733587998544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16490/statm: 4805 4101 390 719 0 4084 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19220

[startup+1.50029 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 16491
/proc/meminfo: memFree=31113588/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=22072 CPUtime=1.49
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 5490 0 0 0 130 19 0 0 25 0 1 0 133580263 22601728 4802 4089446400 4194304 7136930 140733587998544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16490/statm: 5518 4802 390 719 0 4797 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22072

[startup+3.10099 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 16491
/proc/meminfo: memFree=31113588/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=28528 CPUtime=3.09
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 7149 0 0 0 265 44 0 0 25 0 1 0 133580263 29212672 6461 4089446400 4194304 7136930 140733587998544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16490/statm: 7132 6461 390 719 0 6411 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28528

[startup+6.30047 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 16491
/proc/meminfo: memFree=31099208/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=38044 CPUtime=6.29
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 9524 0 0 0 558 71 0 0 25 0 1 0 133580263 38957056 8836 4089446400 4194304 7136930 140733587998544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16490/statm: 9511 8836 390 719 0 8790 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38044

[startup+12.7003 s]
/proc/loadavg: 1.86 1.97 1.99 2/198 16549
/proc/meminfo: memFree=31058024/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=52084 CPUtime=12.7
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 13142 0 0 0 1114 156 0 0 25 0 1 0 133580263 53334016 12454 4089446400 4194304 7136930 140733587998544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16490/statm: 13021 12454 390 719 0 12300 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 52084

[startup+25.5011 s]
/proc/loadavg: 1.89 1.97 1.99 4/200 16573
/proc/meminfo: memFree=30869588/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=95560 CPUtime=25.5
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 23889 0 0 0 2137 413 0 0 25 0 1 0 133580263 97853440 23201 4089446400 4194304 7136930 140733587998544 18446744073709551615 4210625 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16490/statm: 23890 23201 390 719 0 23169 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 95560

[startup+51.1006 s]
/proc/loadavg: 1.92 1.97 1.99 3/199 16581
/proc/meminfo: memFree=30814272/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=148092 CPUtime=51.09
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 36424 0 0 0 4393 716 0 0 25 0 1 0 133580263 151646208 35736 4089446400 4194304 7136930 140733587998544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16490/statm: 37023 35736 390 719 0 36302 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 148092

[startup+102.307 s]
/proc/loadavg: 2.36 2.08 2.02 2/198 16596
/proc/meminfo: memFree=30441972/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=487148 CPUtime=102.3
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 119158 0 0 0 7724 2506 0 0 25 0 1 0 133580263 498839552 118470 4089446400 4194304 7136930 140733587998544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16490/statm: 121787 118470 390 719 0 121066 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 487148

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

[startup+127.901 s]
/proc/loadavg: 2.24 2.07 2.02 3/197 16697
/proc/meminfo: memFree=30547320/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=590812 CPUtime=127.89
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 146361 0 0 0 9648 3141 0 0 25 0 1 0 133580263 604991488 145673 4089446400 4194304 7136930 140733587998544 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16490/statm: 147703 145673 391 719 0 146982 0
Current children cumulated CPU time (s) 127.89
Current children cumulated vsize (KiB) 590812

[startup+140.701 s]
/proc/loadavg: 2.20 2.07 2.02 3/197 16697
/proc/meminfo: memFree=30544548/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=592516 CPUtime=140.7
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 146776 0 0 0 10893 3177 0 0 25 0 1 0 133580263 606736384 146088 4089446400 4194304 7136930 140733587998544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16490/statm: 148129 146088 391 719 0 147408 0
Current children cumulated CPU time (s) 140.7
Current children cumulated vsize (KiB) 592516

[startup+147.101 s]
/proc/loadavg: 2.18 2.07 2.02 3/179 16725
/proc/meminfo: memFree=30565552/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=593136 CPUtime=147.1
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 146920 0 0 0 11516 3194 0 0 25 0 1 0 133580263 607371264 146232 4089446400 4194304 7136930 140733587998544 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16490/statm: 148284 146232 391 719 0 147563 0
Current children cumulated CPU time (s) 147.1
Current children cumulated vsize (KiB) 593136

[startup+150.301 s]
/proc/loadavg: 2.17 2.07 2.02 3/179 16725
/proc/meminfo: memFree=30564516/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=597792 CPUtime=150.3
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 148185 0 0 0 11770 3260 0 0 25 0 1 0 133580263 612139008 147497 4089446400 4194304 7136930 140733587998544 18446744073709551615 4225792 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16490/statm: 149448 147497 391 719 0 148727 0
Current children cumulated CPU time (s) 150.3
Current children cumulated vsize (KiB) 597792

[startup+153.501 s]
/proc/loadavg: 2.16 2.07 2.02 3/179 16725
/proc/meminfo: memFree=30545812/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=614888 CPUtime=153.5
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 152712 0 0 0 11977 3373 0 0 25 0 1 0 133580263 629645312 152024 4089446400 4194304 7136930 140733587998544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16490/statm: 153722 152024 391 719 0 153001 0
Current children cumulated CPU time (s) 153.5
Current children cumulated vsize (KiB) 614888

[startup+154.3 s]
/proc/loadavg: 2.16 2.07 2.02 3/179 16725
/proc/meminfo: memFree=30538868/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=620316 CPUtime=154.3
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 154133 0 0 0 12034 3396 0 0 25 0 1 0 133580263 635203584 153445 4089446400 4194304 7136930 140733587998544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16490/statm: 155079 153445 391 719 0 154358 0
Current children cumulated CPU time (s) 154.3
Current children cumulated vsize (KiB) 620316

[startup+154.7 s]
/proc/loadavg: 2.16 2.07 2.02 3/179 16725
/proc/meminfo: memFree=30538868/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=622388 CPUtime=154.69
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 154688 0 0 0 12060 3409 0 0 25 0 1 0 133580263 637325312 154000 4089446400 4194304 7136930 140733587998544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16490/statm: 155597 154000 391 719 0 154876 0
Current children cumulated CPU time (s) 154.69
Current children cumulated vsize (KiB) 622388

[startup+155.106 s]
/proc/loadavg: 2.16 2.07 2.02 3/179 16725
/proc/meminfo: memFree=30533040/32951124 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=623424 CPUtime=155.1
/proc/16490/stat : 16490 (pbscip.linux.x8) R 16488 16490 14469 0 -1 4202496 154964 0 0 0 12092 3418 0 0 25 0 1 0 133580263 638386176 154276 4089446400 4194304 7136930 140733587998544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16490/statm: 155856 154276 391 719 0 155135 0
Current children cumulated CPU time (s) 155.1
Current children cumulated vsize (KiB) 623424

Child status: 255
Real time (s): 155.137
CPU time (s): 155.14
CPU user time (s): 120.935
CPU system time (s): 34.2058
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 623424

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

runsolver used 0.285956 second user time and 0.532918 second system time

The end

Launcher Data

Begin job on node136 at 2010-06-30 20:34:03
IDJOB=2694088
IDBENCH=79192
IDSOLVER=1206
FILE ID=node136/2694088-1277922843
PBS_JOBID= 11197279
Free space on /tmp= 74132 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.1110969860--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-2694088-1277922843/watcher-2694088-1277922843 -o /tmp/evaluation-result-2694088-1277922843/solver-2694088-1277922843 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694088-1277922843.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 1b4d108d74bb6ee9510c6f55f0fde657
RANDOM SEED=918932372

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
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.840
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.83
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.840
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.74
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.840
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.840
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.840
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:      31136160 kB
Buffers:        206696 kB
Cached:        1381584 kB
SwapCached:          0 kB
Active:         746904 kB
Inactive:       920416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31136160 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9348 kB
Writeback:           0 kB
AnonPages:       78960 kB
Mapped:          17308 kB
Slab:            83532 kB
PageTables:       5288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   223856 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= 74136 MiB
End job on node136 at 2010-06-30 20:36:38