Trace number 2693861

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 solverMSAT (TO) 1800.26 1800.22

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213670--soft-66-100-0.wbo
MD5SUM5705deccd297dab8064630be22206ee7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1239
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-2693861-1277896036.wbo>
0.00/0.00	c original problem has 225 variables (197 bin, 0 int, 0 impl, 28 cont) and 130 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	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, 32 impls, 49 clqs
0.00/0.00	c (round 2) 0 del vars, 17 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 32 impls, 49 clqs
0.00/0.01	c (round 3) 1 del vars, 18 del conss, 27 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 32 impls, 49 clqs
0.00/0.01	c (round 4) 2 del vars, 18 del conss, 27 chg bounds, 1 chg sides, 0 chg coeffs, 58 upgd conss, 32 impls, 49 clqs
0.00/0.02	c    (0.0s) probing: 101/196 (51.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (5 rounds):
0.00/0.02	c  2 deleted vars, 18 deleted constraints, 27 tightened bounds, 0 added holes, 1 changed sides, 0 changed coefficients
0.00/0.02	c  32 implications, 49 cliques
0.00/0.02	c presolved problem has 223 variables (196 bin, 0 int, 0 impl, 27 cont) and 112 constraints
0.00/0.02	c      27 constraints of type <indicator>
0.00/0.02	c      49 constraints of type <setppc>
0.00/0.02	c      27 constraints of type <linear>
0.00/0.02	c       9 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	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.02	c   0.0s|     1 |     2 |     0 |     - | 730k|   0 |   - | 223 | 112 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.13	o 87
0.09/0.13	c * 0.1s|  1843 |  1508 |     0 |   0.0 |1739k| 116 |   - | 223 | 533 |   0 |   0 |   0 | 557 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
0.99/1.01	c   0.9s| 10000 |  6916 |     0 |   0.0 |6230k| 116 |   - | 223 |3018 |   0 |   0 |   0 |5693 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1.79/1.82	o 81
1.79/1.82	c * 1.7s| 14280 |  8900 |     0 |   0.0 |8940k| 116 |   - | 223 |5214 |   0 |   0 |   0 |9870 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
2.69/2.76	c   2.6s| 20000 | 12567 |     0 |   0.0 |  10M| 116 |   - | 223 |3978 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
4.89/4.98	c   4.7s| 30000 | 17489 |     0 |   0.0 |  15M| 116 |   - | 223 |6098 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
8.09/8.19	c   7.8s| 40000 | 20431 |     0 |   0.0 |  20M| 116 |   - | 223 |8903 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
12.19/12.21	c  11.7s| 50000 | 22335 |     0 |   0.0 |  25M| 116 |   - | 223 |  14k|   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
14.49/14.50	c  13.9s| 60000 | 28296 |     0 |   0.0 |  25M| 116 |   - | 223 |1823 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
17.09/17.18	c  16.5s| 70000 | 30641 |     0 |   0.0 |  29M| 116 |   - | 223 |3843 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
20.79/20.83	c  20.0s| 80000 | 31546 |     0 |   0.0 |  33M| 116 |   - | 223 |5564 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
24.99/25.02	c  24.1s| 90000 | 31518 |     0 |   0.0 |  35M| 116 |   - | 223 |7469 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
29.48/29.58	c  28.5s|100000 | 30962 |     0 |   0.0 |  37M| 116 |   - | 223 |9625 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
34.59/34.66	c  33.5s|110000 | 30014 |     0 |   0.0 |  38M| 116 |   - | 223 |  12k|   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
37.98/38.02	c  36.7s|120000 | 34257 |     0 |   0.0 |  39M| 116 |   - | 223 |4400 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
39.89/39.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.89/39.95	c  38.5s|130000 | 40447 |     0 |   0.0 |  42M| 116 |   - | 223 |5006 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
42.18/42.29	c  40.8s|140000 | 45672 |     0 |   0.0 |  47M| 116 |   - | 223 |6288 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
45.79/45.81	c  44.2s|150000 | 48464 |     0 |   0.0 |  51M| 116 |   - | 223 |8236 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
51.60/51.69	c  49.9s|160000 | 46242 |     0 |   0.0 |  51M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
60.39/60.47	c  58.4s|170000 | 41097 |     0 |   0.0 |  49M| 116 |   - | 223 |  16k|   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
71.09/71.11	c  68.6s|180000 | 34545 |     0 |   0.0 |  43M| 116 |   - | 223 |  24k|   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
76.69/76.77	c  74.0s|190000 | 38523 |     0 |   0.0 |  42M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
80.90/80.99	c  77.9s|200000 | 41612 |     0 |   0.0 |  45M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
85.19/85.27	c  81.9s|210000 | 44272 |     0 |   0.0 |  48M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
89.79/89.81	c  86.1s|220000 | 46669 |     0 |   0.0 |  51M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
94.69/94.72	c  90.7s|230000 | 48615 |     0 |   0.0 |  53M| 116 |   - | 223 |  12k|   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
99.89/99.98	c  95.7s|240000 | 49959 |     0 |   0.0 |  56M| 116 |   - | 223 |  13k|   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
105.99/106.03	c   101s|250000 | 50399 |     0 |   0.0 |  57M| 116 |   - | 223 |  14k|   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
113.49/113.57	c   109s|260000 | 48982 |     0 |   0.0 |  58M| 116 |   - | 223 |  16k|   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
123.79/123.82	c   118s|270000 | 45340 |     0 |   0.0 |  51M| 116 |   - | 223 |  16k|   0 |   0 |   0 | 278k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
134.20/134.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
134.20/134.25	c   129s|280000 | 43723 |     0 |   0.0 |  53M| 116 |   - | 223 |  18k|   0 |   0 |   0 | 291k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
146.39/146.47	c   140s|290000 | 41621 |     0 |   0.0 |  54M| 116 |   - | 223 |  20k|   0 |   0 |   0 | 305k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
159.60/159.66	c   153s|300000 | 39195 |     0 |   0.0 |  54M| 116 |   - | 223 |  23k|   0 |   0 |   0 | 318k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
175.39/175.40	c   169s|310000 | 35925 |     0 |   0.0 |  55M| 116 |   - | 223 |  26k|   0 |   0 |   0 | 331k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
193.69/193.70	c   186s|320000 | 31423 |     0 |   0.0 |  53M| 116 |   - | 223 |  29k|   0 |   0 |   0 | 345k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
217.99/218.02	c   210s|330000 | 23981 |     0 |   0.0 |  44M| 116 |   - | 223 |  26k|   0 |   0 |   0 | 362k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
239.70/239.72	c   232s|340000 | 17948 |     0 |   0.0 |  30M| 116 |   - | 223 |  20k|   0 |   0 |   0 | 377k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
241.90/241.92	c   234s|350000 | 25643 |     0 |   0.0 |  30M| 116 |   - | 223 |6732 |   0 |   0 |   0 | 380k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
244.79/244.82	c   236s|360000 | 29829 |     0 |   0.0 |  32M| 116 |   - | 223 |5987 |   0 |   0 |   0 | 388k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
249.70/249.73	c   241s|370000 | 29883 |     0 |   0.0 |  34M| 116 |   - | 223 |9763 |   0 |   0 |   0 | 398k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
256.50/256.55	c   247s|380000 | 28588 |     0 |   0.0 |  33M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 410k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
258.80/258.85	c   249s|390000 | 35339 |     0 |   0.0 |  36M| 116 |   - | 223 |5690 |   0 |   0 |   0 | 414k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
261.09/261.16	c   252s|400000 | 41175 |     0 |   0.0 |  40M| 116 |   - | 223 |7625 |   0 |   0 |   0 | 419k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
263.80/263.84	c   254s|410000 | 46709 |     0 |   0.0 |  45M| 116 |   - | 223 |9243 |   0 |   0 |   0 | 424k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
267.09/267.15	c   257s|420000 | 51497 |     0 |   0.0 |  49M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 431k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
271.40/271.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
271.40/271.45	c   261s|430000 | 54451 |     0 |   0.0 |  53M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 439k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
276.70/276.71	c   266s|440000 | 55199 |     0 |   0.0 |  56M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 450k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
282.29/282.36	c   271s|450000 | 54996 |     0 |   0.0 |  56M| 116 |   - | 223 |8067 |   0 |   0 |   0 | 462k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
287.79/287.83	c   276s|460000 | 55210 |     0 |   0.0 |  56M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 472k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
291.09/291.11	c   279s|470000 | 60612 |     0 |   0.0 |  59M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 479k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
294.49/294.51	c   283s|480000 | 65346 |     0 |   0.0 |  63M| 116 |   - | 223 |9503 |   0 |   0 |   0 | 486k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
298.30/298.31	c   286s|490000 | 69346 |     0 |   0.0 |  67M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 495k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
302.60/302.63	c   290s|500000 | 72712 |     0 |   0.0 |  70M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 505k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
308.50/308.53	c   296s|510000 | 74344 |     0 |   0.0 |  74M| 116 |   - | 223 |  14k|   0 |   0 |   0 | 516k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
315.50/315.52	c   302s|520000 | 75623 |     0 |   0.0 |  78M| 116 |   - | 223 |  16k|   0 |   0 |   0 | 527k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
323.99/324.01	c   311s|530000 | 76145 |     0 |   0.0 |  82M| 116 |   - | 223 |  19k|   0 |   0 |   0 | 538k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
333.59/333.63	c   320s|540000 | 76182 |     0 |   0.0 |  84M| 116 |   - | 223 |  20k|   0 |   0 |   0 | 549k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
344.30/344.33	c   330s|550000 | 75373 |     0 |   0.0 |  86M| 116 |   - | 223 |  21k|   0 |   0 |   0 | 561k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
356.20/356.25	c   342s|560000 | 73756 |     0 |   0.0 |  87M| 116 |   - | 223 |  22k|   0 |   0 |   0 | 574k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
371.60/371.65	c   357s|570000 | 69931 |     0 |   0.0 |  83M| 116 |   - | 223 |  18k|   0 |   0 |   0 | 590k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
380.40/380.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
380.40/380.40	c   365s|580000 | 69669 |     0 |   0.0 |  83M| 116 |   - | 223 |  14k|   0 |   0 |   0 | 601k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
388.70/388.78	c   373s|590000 | 70715 |     0 |   0.0 |  86M| 116 |   - | 223 |  15k|   0 |   0 |   0 | 611k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
399.20/399.27	c   384s|600000 | 70094 |     0 |   0.0 |  88M| 116 |   - | 223 |  16k|   0 |   0 |   0 | 623k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
410.69/410.70	c   395s|610000 | 68592 |     0 |   0.0 |  90M| 116 |   - | 223 |  16k|   0 |   0 |   0 | 636k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
423.20/423.23	c   407s|620000 | 66140 |     0 |   0.0 |  91M| 116 |   - | 223 |  18k|   0 |   0 |   0 | 650k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
436.90/436.90	c   420s|630000 | 63372 |     0 |   0.0 |  91M| 116 |   - | 223 |  20k|   0 |   0 |   0 | 664k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
452.60/452.65	c   436s|640000 | 60063 |     0 |   0.0 |  90M| 116 |   - | 223 |  23k|   0 |   0 |   0 | 679k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
471.40/471.49	c   454s|650000 | 55584 |     0 |   0.0 |  88M| 116 |   - | 223 |  25k|   0 |   0 |   0 | 695k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
493.20/493.28	c   475s|660000 | 49924 |     0 |   0.0 |  84M| 116 |   - | 223 |  29k|   0 |   0 |   0 | 711k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
520.10/520.13	c   502s|670000 | 41411 |     0 |   0.0 |  73M| 116 |   - | 223 |  25k|   0 |   0 |   0 | 730k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
547.00/547.03	c   528s|680000 | 32934 |     0 |   0.0 |  63M| 116 |   - | 223 |  24k|   0 |   0 |   0 | 748k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
579.80/579.85	c   561s|690000 | 20179 |     0 |   0.0 |  43M| 116 |   - | 223 |  30k|   0 |   0 |   0 | 768k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
595.70/595.78	c   576s|700000 | 19809 |     0 |   0.0 |  37M| 116 |   - | 223 |  18k|   0 |   0 |   0 | 779k|   0 | 1.200000e+01 | 8.100000e+01 | 575.00%
608.50/608.56	c   589s|710000 | 17699 |     0 |   0.0 |  36M| 116 |   - | 223 |  17k|   0 |   0 |   0 | 791k|   0 | 1.200000e+01 | 8.100000e+01 | 575.00%
619.80/619.82	c   600s|720000 | 14961 |     0 |   0.0 |  32M| 116 |   - | 223 |  14k|   0 |   0 |   0 | 803k|   0 | 1.200000e+01 | 8.100000e+01 | 575.00%
622.61/622.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
622.61/622.62	c   602s|730000 | 21043 |     0 |   0.0 |  33M| 116 |   - | 223 |9143 |   0 |   0 |   0 | 807k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
624.40/624.48	c   604s|740000 | 28238 |     0 |   0.0 |  36M| 116 |   - | 223 |7362 |   0 |   0 |   0 | 811k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
626.81/626.86	c   606s|750000 | 33660 |     0 |   0.0 |  41M| 116 |   - | 223 |8574 |   0 |   0 |   0 | 816k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
630.60/630.61	c   609s|760000 | 36499 |     0 |   0.0 |  46M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 825k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
634.00/634.01	c   613s|770000 | 41446 |     0 |   0.0 |  49M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 830k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
637.10/637.11	c   615s|780000 | 46910 |     0 |   0.0 |  53M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 834k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
640.30/640.38	c   618s|790000 | 51443 |     0 |   0.0 |  57M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 839k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
644.30/644.34	c   622s|800000 | 54705 |     0 |   0.0 |  61M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 845k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
649.41/649.48	c   627s|810000 | 56606 |     0 |   0.0 |  65M| 116 |   - | 223 |  12k|   0 |   0 |   0 | 852k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
655.90/655.90	c   633s|820000 | 56909 |     0 |   0.0 |  68M| 116 |   - | 223 |  14k|   0 |   0 |   0 | 861k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
664.41/664.42	c   641s|830000 | 55016 |     0 |   0.0 |  70M| 116 |   - | 223 |  18k|   0 |   0 |   0 | 873k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
671.10/671.10	c   648s|840000 | 58266 |     0 |   0.0 |  73M| 116 |   - | 223 |  16k|   0 |   0 |   0 | 879k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
678.61/678.67	c   655s|850000 | 59958 |     0 |   0.0 |  76M| 116 |   - | 223 |  15k|   0 |   0 |   0 | 887k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
687.10/687.10	c   663s|860000 | 59672 |     0 |   0.0 |  78M| 116 |   - | 223 |  15k|   0 |   0 |   0 | 896k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
696.71/696.71	c   672s|870000 | 58287 |     0 |   0.0 |  80M| 116 |   - | 223 |  17k|   0 |   0 |   0 | 905k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
707.70/707.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
707.70/707.78	c   683s|880000 | 56168 |     0 |   0.0 |  81M| 116 |   - | 223 |  18k|   0 |   0 |   0 | 915k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
721.30/721.35	c   696s|890000 | 51830 |     0 |   0.0 |  78M| 116 |   - | 223 |  21k|   0 |   0 |   0 | 926k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
733.00/733.01	c   707s|900000 | 50327 |     0 |   0.0 |  77M| 116 |   - | 223 |  18k|   0 |   0 |   0 | 935k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
748.31/748.39	c   722s|910000 | 43451 |     0 |   0.0 |  71M| 116 |   - | 223 |  19k|   0 |   0 |   0 | 948k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
756.31/756.39	c   730s|920000 | 45062 |     0 |   0.0 |  67M| 116 |   - | 223 |  14k|   0 |   0 |   0 | 955k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
765.61/765.66	c   739s|930000 | 41208 |     0 |   0.0 |  60M| 116 |   - | 223 |  13k|   0 |   0 |   0 | 966k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
768.41/768.41	c   741s|940000 | 47859 |     0 |   0.0 |  63M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 970k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
771.50/771.51	c   744s|950000 | 53414 |     0 |   0.0 |  67M| 116 |   - | 223 |  12k|   0 |   0 |   0 | 975k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
776.51/776.57	c   749s|960000 | 56283 |     0 |   0.0 |  71M| 116 |   - | 223 |  15k|   0 |   0 |   0 | 983k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
784.51/784.53	c   757s|970000 | 56505 |     0 |   0.0 |  70M| 116 |   - | 223 |9257 |   0 |   0 |   0 | 992k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
788.71/788.73	c   761s|980000 | 59423 |     0 |   0.0 |  73M| 116 |   - | 223 |8717 |   0 |   0 |   0 |1001k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
791.91/791.91	c   763s|990000 | 64628 |     0 |   0.0 |  77M| 116 |   - | 223 |  10k|   0 |   0 |   0 |1008k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
796.21/796.20	c   767s|  1000k| 68825 |     0 |   0.0 |  81M| 116 |   - | 223 |  13k|   0 |   0 |   0 |1017k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
802.21/802.26	c   773s|  1010k| 71260 |     0 |   0.0 |  85M| 116 |   - | 223 |  15k|   0 |   0 |   0 |1026k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
810.01/810.06	c   781s|  1020k| 72615 |     0 |   0.0 |  89M| 116 |   - | 223 |  18k|   0 |   0 |   0 |1037k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
820.11/820.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
820.11/820.13	c   790s|  1030k| 72538 |     0 |   0.0 |  92M| 116 |   - | 223 |  21k|   0 |   0 |   0 |1049k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
833.20/833.20	c   803s|  1040k| 70869 |     0 |   0.0 |  94M| 116 |   - | 223 |  24k|   0 |   0 |   0 |1062k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
847.21/847.28	c   817s|  1050k| 69092 |     0 |   0.0 |  90M| 116 |   - | 223 |  12k|   0 |   0 |   0 |1072k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
853.61/853.63	c   823s|  1060k| 70435 |     0 |   0.0 |  92M| 116 |   - | 223 |  13k|   0 |   0 |   0 |1083k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
863.52/863.55	c   833s|  1070k| 69994 |     0 |   0.0 |  96M| 116 |   - | 223 |  17k|   0 |   0 |   0 |1095k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
876.91/876.92	c   846s|  1080k| 68316 |     0 |   0.0 |  99M| 116 |   - | 223 |  22k|   0 |   0 |   0 |1109k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
895.21/895.25	c   864s|  1090k| 65306 |     0 |   0.0 | 100M| 116 |   - | 223 |  26k|   0 |   0 |   0 |1124k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
918.61/918.67	c   887s|  1100k| 61118 |     0 |   0.0 | 100M| 116 |   - | 223 |  30k|   0 |   0 |   0 |1140k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
948.11/948.20	c   916s|  1110k| 54664 |     0 |   0.0 |  95M| 116 |   - | 223 |  35k|   0 |   0 |   0 |1157k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
967.11/967.10	c   934s|  1120k| 54480 |     0 |   0.0 |  87M| 116 |   - | 223 |  16k|   0 |   0 |   0 |1167k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
981.61/981.60	c   948s|  1130k| 49844 |     0 |   0.0 |  84M| 116 |   - | 223 |  21k|   0 |   0 |   0 |1183k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1005.12/1005.12	c   972s|  1140k| 43471 |     0 |   0.0 |  71M| 116 |   - | 223 |  21k|   0 |   0 |   0 |1199k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1011.72/1011.71	c   978s|  1150k| 48236 |     0 |   0.0 |  74M| 116 |   - | 223 |  19k|   0 |   0 |   0 |1207k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1020.91/1020.94	c   987s|  1160k| 50035 |     0 |   0.0 |  77M| 116 |   - | 223 |  22k|   0 |   0 |   0 |1217k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1032.82/1032.87	c   998s|  1170k| 51223 |     0 |   0.0 |  77M| 116 |   - | 223 |  24k|   0 |   0 |   0 |1229k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1046.31/1046.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1046.31/1046.31	c  1012s|  1180k| 52284 |     0 |   0.0 |  80M| 116 |   - | 223 |  26k|   0 |   0 |   0 |1242k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1063.51/1063.57	c  1028s|  1190k| 51051 |     0 |   0.0 |  83M| 116 |   - | 223 |  31k|   0 |   0 |   0 |1256k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1084.42/1084.49	c  1049s|  1200k| 48497 |     0 |   0.0 |  83M| 116 |   - | 223 |  35k|   0 |   0 |   0 |1270k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1103.91/1103.92	c  1068s|  1210k| 47208 |     0 |   0.0 |  77M| 116 |   - | 223 |  23k|   0 |   0 |   0 |1282k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1124.62/1124.64	c  1088s|  1220k| 43997 |     0 |   0.0 |  78M| 116 |   - | 223 |  28k|   0 |   0 |   0 |1299k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1153.31/1153.34	c  1117s|  1230k| 37313 |     0 |   0.0 |  71M| 116 |   - | 223 |  36k|   0 |   0 |   0 |1317k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1175.21/1175.28	c  1138s|  1240k| 34550 |     0 |   0.0 |  63M| 116 |   - | 223 |  19k|   0 |   0 |   0 |1330k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1186.41/1186.41	c  1149s|  1250k| 34091 |     0 |   0.0 |  54M| 116 |   - | 223 |  14k|   0 |   0 |   0 |1341k|   0 | 2.300000e+01 | 8.100000e+01 | 252.17%
1190.71/1190.76	c  1153s|  1260k| 38734 |     0 |   0.0 |  56M| 116 |   - | 223 |  11k|   0 |   0 |   0 |1348k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1192.62/1192.67	c  1155s|  1270k| 46213 |     0 |   0.0 |  60M| 116 |   - | 223 |  11k|   0 |   0 |   0 |1351k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1194.92/1194.95	c  1157s|  1280k| 52929 |     0 |   0.0 |  64M| 116 |   - | 223 |  12k|   0 |   0 |   0 |1355k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1197.92/1197.92	c  1160s|  1290k| 58708 |     0 |   0.0 |  68M| 116 |   - | 223 |  14k|   0 |   0 |   0 |1360k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1204.32/1204.36	c  1166s|  1300k| 59918 |     0 |   0.0 |  73M| 116 |   - | 223 |  17k|   0 |   0 |   0 |1371k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1209.82/1209.89	c  1171s|  1310k| 63610 |     0 |   0.0 |  75M| 116 |   - | 223 |  16k|   0 |   0 |   0 |1379k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1213.92/1213.92	c  1175s|  1320k| 69370 |     0 |   0.0 |  78M| 116 |   - | 223 |  15k|   0 |   0 |   0 |1384k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1218.51/1218.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1218.51/1218.54	c  1179s|  1330k| 74110 |     0 |   0.0 |  83M| 116 |   - | 223 |  16k|   0 |   0 |   0 |1391k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1224.02/1224.00	c  1184s|  1340k| 78186 |     0 |   0.0 |  87M| 116 |   - | 223 |  18k|   0 |   0 |   0 |1399k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1230.62/1230.63	c  1191s|  1350k| 81395 |     0 |   0.0 |  91M| 116 |   - | 223 |  19k|   0 |   0 |   0 |1407k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1238.52/1238.52	c  1198s|  1360k| 83822 |     0 |   0.0 |  95M| 116 |   - | 223 |  21k|   0 |   0 |   0 |1417k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1247.92/1247.90	c  1207s|  1370k| 85297 |     0 |   0.0 |  99M| 116 |   - | 223 |  23k|   0 |   0 |   0 |1427k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1258.52/1258.56	c  1218s|  1380k| 86244 |     0 |   0.0 | 103M| 116 |   - | 223 |  25k|   0 |   0 |   0 |1438k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1270.92/1270.92	c  1230s|  1390k| 86373 |     0 |   0.0 | 106M| 116 |   - | 223 |  27k|   0 |   0 |   0 |1449k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1286.62/1286.65	c  1245s|  1400k| 84405 |     0 |   0.0 | 107M| 116 |   - | 223 |  30k|   0 |   0 |   0 |1463k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1301.61/1301.69	c  1260s|  1410k| 84839 |     0 |   0.0 | 107M| 116 |   - | 223 |  26k|   0 |   0 |   0 |1474k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1314.62/1314.69	c  1272s|  1420k| 86211 |     0 |   0.0 | 110M| 116 |   - | 223 |  25k|   0 |   0 |   0 |1484k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1330.32/1330.39	c  1288s|  1430k| 85656 |     0 |   0.0 | 113M| 116 |   - | 223 |  28k|   0 |   0 |   0 |1496k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1349.82/1349.83	c  1307s|  1440k| 83611 |     0 |   0.0 | 115M| 116 |   - | 223 |  30k|   0 |   0 |   0 |1510k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1372.62/1372.60	c  1329s|  1450k| 80191 |     0 |   0.0 | 116M| 116 |   - | 223 |  33k|   0 |   0 |   0 |1525k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1400.72/1400.79	c  1357s|  1460k| 74903 |     0 |   0.0 | 115M| 116 |   - | 223 |  37k|   0 |   0 |   0 |1541k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1435.52/1435.54	c  1391s|  1470k| 67166 |     0 |   0.0 | 109M| 116 |   - | 223 |  42k|   0 |   0 |   0 |1559k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1480.42/1480.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1480.42/1480.50	c  1436s|  1480k| 58088 |     0 |   0.0 |  99M| 116 |   - | 223 |  39k|   0 |   0 |   0 |1577k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1526.52/1526.56	c  1481s|  1490k| 46275 |     0 |   0.0 |  77M| 116 |   - | 223 |  34k|   0 |   0 |   0 |1596k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1543.63/1543.61	c  1498s|  1500k| 47308 |     0 |   0.0 |  73M| 116 |   - | 223 |  17k|   0 |   0 |   0 |1605k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1555.73/1555.77	c  1510s|  1510k| 47086 |     0 |   0.0 |  74M| 116 |   - | 223 |  15k|   0 |   0 |   0 |1616k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1568.92/1568.92	c  1523s|  1520k| 45185 |     0 |   0.0 |  73M| 116 |   - | 223 |  17k|   0 |   0 |   0 |1628k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1583.23/1583.21	c  1537s|  1530k| 42100 |     0 |   0.0 |  71M| 116 |   - | 223 |  19k|   0 |   0 |   0 |1641k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1596.03/1596.10	c  1549s|  1540k| 41712 |     0 |   0.0 |  70M| 116 |   - | 223 |  17k|   0 |   0 |   0 |1651k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1608.03/1608.03	c  1561s|  1550k| 40932 |     0 |   0.0 |  67M| 116 |   - | 223 |  19k|   0 |   0 |   0 |1662k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1618.13/1618.17	c  1571s|  1560k| 42205 |     0 |   0.0 |  67M| 116 |   - | 223 |  21k|   0 |   0 |   0 |1671k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1627.73/1627.72	c  1580s|  1570k| 45292 |     0 |   0.0 |  68M| 116 |   - | 223 |  21k|   0 |   0 |   0 |1679k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1635.92/1635.90	c  1588s|  1580k| 48768 |     0 |   0.0 |  72M| 116 |   - | 223 |  24k|   0 |   0 |   0 |1687k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1646.63/1646.64	c  1598s|  1590k| 50122 |     0 |   0.0 |  76M| 116 |   - | 223 |  29k|   0 |   0 |   0 |1698k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1656.32/1656.37	c  1608s|  1600k| 53196 |     0 |   0.0 |  77M| 116 |   - | 223 |  25k|   0 |   0 |   0 |1706k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1664.42/1664.44	c  1616s|  1610k| 57912 |     0 |   0.0 |  81M| 116 |   - | 223 |  27k|   0 |   0 |   0 |1713k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1674.73/1674.72	c  1626s|  1620k| 61442 |     0 |   0.0 |  86M| 116 |   - | 223 |  31k|   0 |   0 |   0 |1722k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1689.33/1689.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1689.33/1689.37	c  1640s|  1630k| 63110 |     0 |   0.0 |  91M| 116 |   - | 223 |  36k|   0 |   0 |   0 |1733k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1710.13/1710.14	c  1660s|  1640k| 62611 |     0 |   0.0 |  95M| 116 |   - | 223 |  40k|   0 |   0 |   0 |1745k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1739.22/1739.29	c  1689s|  1650k| 59142 |     0 |   0.0 |  96M| 116 |   - | 223 |  45k|   0 |   0 |   0 |1760k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1752.63/1752.60	c  1702s|  1660k| 62969 |     0 |   0.0 |  91M| 116 |   - | 223 |  22k|   0 |   0 |   0 |1767k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1763.82/1763.83	c  1713s|  1670k| 64342 |     0 |   0.0 |  95M| 116 |   - | 223 |  27k|   0 |   0 |   0 |1779k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1781.23/1781.22	c  1730s|  1680k| 64235 |     0 |   0.0 |  99M| 116 |   - | 223 |  32k|   0 |   0 |   0 |1793k|   0 | 3.000000e+01 | 8.100000e+01 | 170.00%
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1748.65
1800.03/1800.00	c Solving Nodes      : 1687930
1800.03/1800.00	c Primal Bound       : +8.10000000000000e+01 (2 solutions)
1800.03/1800.00	c Dual Bound         : +3.00000000000000e+01
1800.03/1800.00	c Gap                : 170.00 %
1800.03/1800.00	s SATISFIABLE
1800.03/1800.00	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 x149 -x148 
1800.03/1800.00	v -x147 -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
1800.03/1800.00	v x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
1800.03/1800.00	v x105 x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 x85 -x84 -x83 -x82 
1800.03/1800.00	v -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 x67 -x66 -x65 -x64 x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 
1800.03/1800.00	v -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 x36 -x35 -x34 -x33 -x32 -x31 
1800.03/1800.00	v -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 
1800.03/1800.00	v -x4 x3 -x2 -x1 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time       :    1748.65
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-2693861-1277896036.wbo
1800.03/1800.00	c   Variables        : 225 (197 binary, 0 integer, 0 implicit integer, 28 continuous)
1800.03/1800.00	c   Constraints      : 130 initial, 130 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-2693861-1277896036.wbo
1800.03/1800.00	c   Variables        : 223 (196 binary, 0 integer, 0 implicit integer, 27 continuous)
1800.03/1800.00	c   Constraints      : 112 initial, 47356 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :       0.00          0          0          0          0          0          1          0          0
1800.03/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.00          0          0          0         27          0         17          1          0
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          5          -          -         10          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :         27          0    4802157          0     992672        132     155852          0          0          0
1800.03/1800.00	c   setppc           :         49          0    5239256          0    1074340     138544   10637134          0          0          0
1800.03/1800.00	c   linear           :         27          0    5100712          0    1074337     396353   21120812          0          0          0
1800.03/1800.00	c   logicor          :          9+         0    2793884          0    1074331     360935    1554493          0          0          0
1800.03/1800.00	c   bounddisjunction :          0+         0     212115          0          0          2       3142          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0    1074339          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c   indicator        :       0.83       0.00       0.31       0.00       0.52
1800.03/1800.00	c   setppc           :      29.68       0.00      24.12       0.00       5.56
1800.03/1800.00	c   linear           :      81.58       0.00      81.18       0.00       0.40
1800.03/1800.00	c   logicor          :     861.25       0.00     860.40       0.00       0.85
1800.03/1800.00	c   bounddisjunction :       0.29       0.00       0.29       0.00       0.00
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :       0.06          2          0          0
1800.03/1800.00	c   rootredcost      :       0.09          0          0          0
1800.03/1800.00	c   pseudoobj        :       4.52    5239250         59      89767
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :      36.64     895893     895795    4497292       20.2     200989       14.7          -
1800.03/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00         11         11         28       12.2          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -    1795591       16.1          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -       9024       34.5          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       7.39    1074337          0          0          0          0    2148674
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          0
1800.03/1800.00	c   pseudo solutions :       0.00          -          2
1800.03/1800.00	c   oneopt           :       0.15          0          0
1800.03/1800.00	c   trivial          :       0.00          2          0
1800.03/1800.00	c   simplerounding   :       0.00          0          0
1800.03/1800.00	c   zirounding       :       0.00          0          0
1800.03/1800.00	c   rounding         :       0.00          0          0
1800.03/1800.00	c   shifting         :       0.00          0          0
1800.03/1800.00	c   intshifting      :       0.00          0          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   feaspump         :       0.00          0          0
1800.03/1800.00	c   coefdiving       :       0.00          0          0
1800.03/1800.00	c   pscostdiving     :       0.00          0          0
1800.03/1800.00	c   fracdiving       :       0.00          0          0
1800.03/1800.00	c   veclendiving     :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   objpscostdiving  :       0.00          0          0
1800.03/1800.00	c   rootsoldiving    :       0.00          0          0
1800.03/1800.00	c   linesearchdiving :       0.00          0          0
1800.03/1800.00	c   guideddiving     :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.00          0          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   crossover        :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   nlp              :       0.02          0          0
1800.03/1800.00	c   trysol           :       0.02          1          0
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :    1687930
1800.03/1800.00	c   nodes (total)    :    1687930
1800.03/1800.00	c   nodes left       :      62833
1800.03/1800.00	c   max depth        :        116
1800.03/1800.00	c   max depth (total):        116
1800.03/1800.00	c   backtracks       :     649751 (38.5%)
1800.03/1800.00	c   delayed cutoffs  :     397871
1800.03/1800.00	c   repropagations   :    2011469 (9279431 domain reductions, 282445 cutoffs)
1800.03/1800.00	c   avg switch length:      18.64
1800.03/1800.00	c   switching time   :     569.52
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :          2 (2 improvements)
1800.03/1800.00	c   First Solution   : +8.70000000000000e+01   (in run 1, after 1843 nodes, 0.10 seconds, depth 81, found by <relaxation>)
1800.03/1800.00	c   Primal Bound     : +8.10000000000000e+01   (in run 1, after 14280 nodes, 1.68 seconds, depth 62, found by <relaxation>)
1800.03/1800.00	c   Dual Bound       : +3.00000000000000e+01
1800.03/1800.00	c   Gap              :     170.00 %
1800.03/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.00	c   Root Iterations  :          0
1800.23/1800.22	c Time complete: 1800.25.

Verifier Data

OK	80

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693861-1277896036/watcher-2693861-1277896036 -o /tmp/evaluation-result-2693861-1277896036/solver-2693861-1277896036 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693861-1277896036.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.08 2.00 2.00 3/176 11600
/proc/meminfo: memFree=27620924/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=8140 CPUtime=0
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 1518 0 0 0 0 0 0 0 24 0 1 0 130900225 8335360 1441 4089446400 4194304 7136930 140735208814752 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11600/statm: 2035 1441 275 719 0 1314 0

[startup+0.063794 s]
/proc/loadavg: 2.08 2.00 2.00 3/176 11600
/proc/meminfo: memFree=27620924/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=12364 CPUtime=0.05
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 4601 0 0 0 3 2 0 0 24 0 1 0 130900225 12660736 2372 4089446400 4194304 7136930 140735208814752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11600/statm: 3091 2372 395 719 0 2370 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12364

[startup+0.100783 s]
/proc/loadavg: 2.08 2.00 2.00 3/176 11600
/proc/meminfo: memFree=27620924/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=12636 CPUtime=0.09
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 4669 0 0 0 7 2 0 0 24 0 1 0 130900225 12939264 2440 4089446400 4194304 7136930 140735208814752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11600/statm: 3159 2440 395 719 0 2438 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12636

[startup+0.300757 s]
/proc/loadavg: 2.08 2.00 2.00 3/176 11600
/proc/meminfo: memFree=27620924/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=14632 CPUtime=0.29
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 5179 0 0 0 24 5 0 0 25 0 1 0 130900225 14983168 2950 4089446400 4194304 7136930 140735208814752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11600/statm: 3658 2950 395 719 0 2937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14632

[startup+0.700688 s]
/proc/loadavg: 2.08 2.00 2.00 3/176 11600
/proc/meminfo: memFree=27620924/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=17776 CPUtime=0.69
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 5989 0 0 0 62 7 0 0 25 0 1 0 130900225 18202624 3760 4089446400 4194304 7136930 140735208814752 18446744073709551615 5000126 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11600/statm: 4444 3760 395 719 0 3723 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17776

[startup+1.5005 s]
/proc/loadavg: 2.08 2.00 2.00 3/177 11601
/proc/meminfo: memFree=27604708/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=22020 CPUtime=1.49
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 7049 0 0 0 137 12 0 0 25 0 1 0 130900225 22548480 4820 4089446400 4194304 7136930 140735208814752 18446744073709551615 4349947 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11600/statm: 5505 4820 395 719 0 4784 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22020

[startup+3.10024 s]
/proc/loadavg: 2.08 2.00 2.00 3/177 11601
/proc/meminfo: memFree=27598012/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=26876 CPUtime=3.09
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 8282 0 0 0 289 20 0 0 25 0 1 0 130900225 27521024 6053 4089446400 4194304 7136930 140735208814752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11600/statm: 6719 6053 397 719 0 5998 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26876

[startup+6.3007 s]
/proc/loadavg: 2.07 2.00 2.00 3/177 11601
/proc/meminfo: memFree=27584008/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=33804 CPUtime=6.29
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 9999 0 0 0 598 31 0 0 25 0 1 0 130900225 34615296 7770 4089446400 4194304 7136930 140735208814752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11600/statm: 8451 7770 397 719 0 7730 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33804

[startup+12.7006 s]
/proc/loadavg: 2.07 2.00 2.00 3/177 11601
/proc/meminfo: memFree=27557084/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=44004 CPUtime=12.69
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 12584 0 0 0 1222 47 0 0 25 0 1 0 130900225 45060096 10355 4089446400 4194304 7136930 140735208814752 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11600/statm: 11001 10355 397 719 0 10280 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44004

[startup+25.5004 s]
/proc/loadavg: 2.05 2.00 2.00 3/177 11601
/proc/meminfo: memFree=27515472/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=59036 CPUtime=25.49
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 16314 0 0 0 2454 95 0 0 25 0 1 0 130900225 60452864 14085 4089446400 4194304 7136930 140735208814752 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11600/statm: 14759 14085 398 719 0 14038 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59036

[startup+51.1009 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 11629
/proc/meminfo: memFree=31321844/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=79972 CPUtime=51.09
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 21623 0 0 0 4934 175 0 0 25 0 1 0 130900225 81891328 19394 4089446400 4194304 7136930 140735208814752 18446744073709551615 5000293 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 19993 19394 398 719 0 19272 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 79972

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 11631
/proc/meminfo: memFree=31275588/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=86720 CPUtime=102.3
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 23227 0 0 0 9783 447 0 0 25 0 1 0 130900225 88801280 20998 4089446400 4194304 7136930 140735208814752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 21680 20998 398 719 0 20959 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 86720

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 11633
/proc/meminfo: memFree=31236120/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=91792 CPUtime=162.3
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 24346 0 0 0 15574 656 0 0 25 0 1 0 130900225 93995008 22117 4089446400 4194304 7136930 140735208814752 18446744073709551615 4999792 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 22948 22117 398 719 0 22227 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 91792

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 11635
/proc/meminfo: memFree=31224424/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=94336 CPUtime=222.3
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 24912 0 0 0 21462 768 0 0 25 0 1 0 130900225 96600064 22683 4089446400 4194304 7136930 140735208814752 18446744073709551615 5000163 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 23584 22683 398 719 0 22863 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 94336

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 11635
/proc/meminfo: memFree=31208508/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=97044 CPUtime=282.29
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 25574 0 0 0 27121 1108 0 0 25 0 1 0 130900225 99373056 23345 4089446400 4194304 7136930 140735208814752 18446744073709551615 4208902 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 24261 23345 398 719 0 23540 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 97044

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 11637
/proc/meminfo: memFree=31171892/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=124900 CPUtime=342.3
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 32033 0 0 0 32828 1402 0 0 25 0 1 0 130900225 127897600 29804 4089446400 4194304 7136930 140735208814752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 31225 29804 398 719 0 30504 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 124900

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 11639
/proc/meminfo: memFree=31157716/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=131040 CPUtime=402.3
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 33589 0 0 0 38651 1579 0 0 25 0 1 0 130900225 134184960 31360 4089446400 4194304 7136930 140735208814752 18446744073709551615 5955631 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 32760 31360 398 719 0 32039 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 131040

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 11641
/proc/meminfo: memFree=31146768/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=135300 CPUtime=462.3
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 34670 0 0 0 44496 1734 0 0 25 0 1 0 130900225 138547200 32441 4089446400 4194304 7136930 140735208814752 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 33825 32441 398 719 0 33104 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 135300

[startup+522.301 s]
/proc/loadavg: 2.04 2.00 2.00 3/177 11643
/proc/meminfo: memFree=31139172/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=137040 CPUtime=522.3
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 35053 0 0 0 50402 1828 0 0 25 0 1 0 130900225 140328960 32824 4089446400 4194304 7136930 140735208814752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 34260 32824 398 719 0 33539 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 137040

[startup+582.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 11643
/proc/meminfo: memFree=31136908/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=137040 CPUtime=582.3
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 35063 0 0 0 56316 1914 0 0 25 0 1 0 130900225 140328960 32834 4089446400 4194304 7136930 140735208814752 18446744073709551615 4999847 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 34260 32834 398 719 0 33539 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 137040

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11645
/proc/meminfo: memFree=31135504/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=137784 CPUtime=642.31
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 35230 0 0 0 62025 2206 0 0 25 0 1 0 130900225 141090816 33001 4089446400 4194304 7136930 140735208814752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 34446 33001 398 719 0 33725 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 137784

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11651
/proc/meminfo: memFree=31123432/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=146652 CPUtime=882.31
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 37477 0 0 0 85084 3147 0 0 25 0 1 0 130900225 150171648 35248 4089446400 4194304 7136930 140735208814752 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 36663 35248 398 719 0 35942 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 146652

[startup+942.301 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 11653
/proc/meminfo: memFree=31116212/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=150328 CPUtime=942.31
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 38405 0 0 0 90989 3242 0 0 25 0 1 0 130900225 153935872 36176 4089446400 4194304 7136930 140735208814752 18446744073709551615 4999782 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 37582 36176 398 719 0 36861 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 150328

[startup+1002.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 11655
/proc/meminfo: memFree=31115684/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=150572 CPUtime=1002.31
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 38482 0 0 0 96882 3349 0 0 25 0 1 0 130900225 154185728 36253 4089446400 4194304 7136930 140735208814752 18446744073709551615 4677406 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 37643 36253 398 719 0 36922 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 150572

[startup+1062.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 11657
/proc/meminfo: memFree=31102996/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=150972 CPUtime=1062.31
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 38523 0 0 0 102715 3516 0 0 25 0 1 0 130900225 154595328 36294 4089446400 4194304 7136930 140735208814752 18446744073709551615 4223163 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 37743 36294 398 719 0 37022 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 150972

[startup+1122.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 11659
/proc/meminfo: memFree=31075300/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=151032 CPUtime=1122.31
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 38544 0 0 0 108612 3619 0 0 25 0 1 0 130900225 154656768 36315 4089446400 4194304 7136930 140735208814752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 37758 36315 398 719 0 37037 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 151032

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11659
/proc/meminfo: memFree=31058036/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=151704 CPUtime=1182.31
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 38631 0 0 0 114510 3721 0 0 25 0 1 0 130900225 155344896 36402 4089446400 4194304 7136930 140735208814752 18446744073709551615 4409177 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 37926 36402 398 719 0 37205 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 151704

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11661
/proc/meminfo: memFree=31029840/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=155436 CPUtime=1242.32
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 39623 0 0 0 120177 4055 0 0 25 0 1 0 130900225 159166464 37394 4089446400 4194304 7136930 140735208814752 18446744073709551615 4999916 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 38859 37394 398 719 0 38138 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 155436

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11663
/proc/meminfo: memFree=31013320/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=162016 CPUtime=1302.32
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 41157 0 0 0 126024 4208 0 0 25 0 1 0 130900225 165904384 38928 4089446400 4194304 7136930 140735208814752 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 40504 38928 398 719 0 39783 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 162016

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11665
/proc/meminfo: memFree=30997280/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=169600 CPUtime=1362.32
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 43000 0 0 0 131905 4327 0 0 25 0 1 0 130900225 173670400 40771 4089446400 4194304 7136930 140735208814752 18446744073709551615 4408910 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 42400 40771 398 719 0 41679 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 169600

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11667
/proc/meminfo: memFree=30992024/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=170920 CPUtime=1422.33
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 43399 0 0 0 137823 4410 0 0 25 0 1 0 130900225 175022080 41170 4089446400 4194304 7136930 140735208814752 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 42730 41170 398 719 0 42009 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 170920

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11667
/proc/meminfo: memFree=30990756/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=172116 CPUtime=1482.32
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 43659 0 0 0 143757 4475 0 0 25 0 1 0 130900225 176246784 41430 4089446400 4194304 7136930 140735208814752 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 43029 41430 398 719 0 42308 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 172116

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11672
/proc/meminfo: memFree=30986992/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=172532 CPUtime=1542.32
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 43768 0 0 0 149679 4553 0 0 25 0 1 0 130900225 176672768 41539 4089446400 4194304 7136930 140735208814752 18446744073709551615 4210060 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 43133 41539 398 719 0 42412 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 172532

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11674
/proc/meminfo: memFree=30974812/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=172532 CPUtime=1602.32
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 43768 0 0 0 155521 4711 0 0 25 0 1 0 130900225 176672768 41539 4089446400 4194304 7136930 140735208814752 18446744073709551615 4209110 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 43133 41539 398 719 0 42412 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 172532

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11676
/proc/meminfo: memFree=30972780/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=172532 CPUtime=1662.32
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 43781 0 0 0 161343 4889 0 0 25 0 1 0 130900225 176672768 41552 4089446400 4194304 7136930 140735208814752 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 43133 41552 398 719 0 42412 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 172532

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11678
/proc/meminfo: memFree=30971500/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=172532 CPUtime=1722.33
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 43781 0 0 0 167229 5004 0 0 25 0 1 0 130900225 176672768 41552 4089446400 4194304 7136930 140735208814752 18446744073709551615 5000327 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 43133 41552 398 719 0 42412 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 172532

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11678
/proc/meminfo: memFree=30970100/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=173416 CPUtime=1782.33
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 43932 0 0 0 173120 5113 0 0 25 0 1 0 130900225 177577984 41703 4089446400 4194304 7136930 140735208814752 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 43354 41703 398 719 0 42633 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 173416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11680
/proc/meminfo: memFree=30970092/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=173416 CPUtime=1800.03
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 43937 0 0 0 174864 5139 0 0 25 0 1 0 130900225 177577984 41708 4089446400 4194304 7136930 140735208814752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11600/statm: 43354 41708 398 719 0 42633 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 173416

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11680
/proc/meminfo: memFree=30970092/32951132 swapFree=67111528/67111528
[pid=11600] ppid=11598 vsize=169788 CPUtime=1800.23
/proc/11600/stat : 11600 (pbscip.linux.x8) R 11598 11600 9715 0 -1 4202496 43943 0 0 0 174884 5139 0 0 18 0 1 0 130900225 173862912 40807 4089446400 4194304 7136930 140735208814752 18446744073709551615 6166347 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11600/statm: 42447 40807 403 719 0 41726 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 169788

Child status: 0
Real time (s): 1800.22
CPU time (s): 1800.26
CPU user time (s): 1748.86
CPU system time (s): 51.4002
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 173416

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

runsolver used 2.6526 second user time and 5.68413 second system time

The end

Launcher Data

Begin job on node131 at 2010-06-30 13:07:16
IDJOB=2693861
IDBENCH=78770
IDSOLVER=1206
FILE ID=node131/2693861-1277896036
PBS_JOBID= 11197092
Free space on /tmp= 74136 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111213670--soft-66-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-2693861-1277896036/watcher-2693861-1277896036 -o /tmp/evaluation-result-2693861-1277896036/solver-2693861-1277896036 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693861-1277896036.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 5705deccd297dab8064630be22206ee7
RANDOM SEED=468312808

node131.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.836
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.67
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.836
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.836
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.82
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.836
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.82
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.836
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.76
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.836
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.836
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.836
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      27621460 kB
Buffers:        181732 kB
Cached:        1136292 kB
SwapCached:          0 kB
Active:        4379532 kB
Inactive:       799288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      27621460 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3572 kB
Writeback:           0 kB
AnonPages:     3861348 kB
Mapped:          15384 kB
Slab:            80188 kB
PageTables:      12644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  4004984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74132 MiB
End job on node131 at 2010-06-30 13:37:18