Trace number 2693955

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.25 1800.2

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111219348--soft-66-100-0.wbo
MD5SUM7d1a0d5c8a3f394cf884d27f593f1e02
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.395939
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 1212
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-2693955-1277898422.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.01	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 
1.00/1.03	c   0.8s| 10000 |  6915 |     0 |   0.0 |6414k| 113 |   - | 223 |3501 |   0 |   0 |   0 |5864 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.58	o 170
1.49/1.58	c * 1.2s| 13094 |  8225 |     0 |   0.0 |8430k| 113 |   - | 223 |5573 |   0 |   0 |   0 |8991 |   0 | 0.000000e+00 | 1.700000e+02 |    Inf 
1.59/1.67	o 111
1.59/1.67	c * 1.3s| 13995 |  9016 |     0 |   0.0 |8608k| 113 |   - | 223 |4643 |   0 |   0 |   0 |9124 |   0 | 0.000000e+00 | 1.110000e+02 |    Inf 
1.59/1.67	o 98
1.59/1.67	c * 1.3s| 13997 |  9008 |     0 |   0.0 |8606k| 113 |   - | 223 |4643 |   0 |   0 |   0 |9124 |   0 | 0.000000e+00 | 9.800000e+01 |    Inf 
1.59/1.69	o 81
1.59/1.69	c * 1.3s| 14148 |  8981 |     0 |   0.0 |8638k| 113 |   - | 223 |4678 |   0 |   0 |   0 |9230 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
2.58/2.70	c   2.2s| 20000 | 12313 |     0 |   0.0 |  11M| 113 |   - | 223 |5077 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
4.99/5.08	c   4.3s| 30000 | 16573 |     0 |   0.0 |  15M| 113 |   - | 223 |7361 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
8.08/8.18	c   7.1s| 40000 | 19389 |     0 |   0.0 |  20M| 113 |   - | 223 |  10k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
11.79/11.85	c  10.4s| 50000 | 21763 |     0 |   0.0 |  23M| 113 |   - | 223 |  10k|   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
13.39/13.41	c  11.7s| 60000 | 27778 |     0 |   0.0 |  25M| 113 |   - | 223 |2807 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
16.28/16.34	c  14.3s| 70000 | 29417 |     0 |   0.0 |  29M| 113 |   - | 223 |6801 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
20.09/20.19	c  17.9s| 80000 | 29941 |     0 |   0.0 |  33M| 113 |   - | 223 |9106 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
24.38/24.48	c  21.8s| 90000 | 29908 |     0 |   0.0 |  35M| 113 |   - | 223 |9540 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
28.89/28.98	c  26.0s|100000 | 29236 |     0 |   0.0 |  37M| 113 |   - | 223 |  11k|   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
33.69/33.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.69/33.78	c  30.4s|110000 | 29548 |     0 |   0.0 |  36M| 113 |   - | 223 |6687 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
35.58/35.65	c  32.0s|120000 | 35630 |     0 |   0.0 |  40M| 113 |   - | 223 |5084 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
37.68/37.73	c  33.8s|130000 | 40929 |     0 |   0.0 |  44M| 113 |   - | 223 |6620 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
40.70/40.74	c  36.5s|140000 | 44303 |     0 |   0.0 |  48M| 113 |   - | 223 |9072 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
45.59/45.62	c  41.0s|150000 | 44070 |     0 |   0.0 |  51M| 113 |   - | 223 |  12k|   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
52.70/52.72	c  47.7s|160000 | 41497 |     0 |   0.0 |  51M| 113 |   - | 223 |  18k|   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
63.70/63.72	c  58.3s|170000 | 35996 |     0 |   0.0 |  47M| 113 |   - | 223 |  24k|   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
73.09/73.13	c  67.3s|180000 | 35168 |     0 |   0.0 |  42M| 113 |   - | 223 |  11k|   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
77.89/77.99	c  71.8s|190000 | 37058 |     0 |   0.0 |  44M| 113 |   - | 223 |  11k|   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
83.19/83.23	c  76.7s|200000 | 38362 |     0 |   0.0 |  47M| 113 |   - | 223 |  13k|   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
89.19/89.28	c  82.4s|210000 | 39202 |     0 |   0.0 |  50M| 113 |   - | 223 |  16k|   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
96.59/96.64	c  89.4s|220000 | 39438 |     0 |   0.0 |  53M| 113 |   - | 223 |  19k|   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
105.30/105.31	c  97.7s|230000 | 39055 |     0 |   0.0 |  55M| 113 |   - | 223 |  23k|   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
116.69/116.72	c   109s|240000 | 36481 |     0 |   0.0 |  54M| 113 |   - | 223 |  26k|   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
131.69/131.75	c   123s|250000 | 32004 |     0 |   0.0 |  45M| 113 |   - | 223 |  21k|   0 |   0 |   0 | 268k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
143.19/143.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.19/143.28	c   135s|260000 | 29918 |     0 |   0.0 |  46M| 113 |   - | 223 |  22k|   0 |   0 |   0 | 283k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
156.69/156.72	c   148s|270000 | 26864 |     0 |   0.0 |  47M| 113 |   - | 223 |  28k|   0 |   0 |   0 | 297k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
172.69/172.75	c   163s|280000 | 23338 |     0 |   0.0 |  47M| 113 |   - | 223 |  34k|   0 |   0 |   0 | 311k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
192.29/192.35	c   182s|290000 | 19206 |     0 |   0.0 |  46M| 113 |   - | 223 |  40k|   0 |   0 |   0 | 325k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
220.99/221.03	c   211s|300000 | 12242 |     0 |   0.0 |  39M| 113 |   - | 223 |  40k|   0 |   0 |   0 | 343k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
242.78/242.84	c   232s|310000 |  8480 |     0 |   0.0 |  21M| 113 |   - | 223 |  22k|   0 |   0 |   0 | 356k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
245.09/245.17	c   234s|320000 | 16212 |     0 |   0.0 |  21M| 113 |   - | 223 |8860 |   0 |   0 |   0 | 359k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
247.89/247.90	c   236s|330000 | 20955 |     0 |   0.0 |  25M| 113 |   - | 223 |  10k|   0 |   0 |   0 | 367k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
251.59/251.60	c   240s|340000 | 24962 |     0 |   0.0 |  27M| 113 |   - | 223 |7616 |   0 |   0 |   0 | 374k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
253.69/253.77	c   242s|350000 | 31409 |     0 |   0.0 |  30M| 113 |   - | 223 |6974 |   0 |   0 |   0 | 380k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
256.19/256.25	c   244s|360000 | 37133 |     0 |   0.0 |  35M| 113 |   - | 223 |8807 |   0 |   0 |   0 | 386k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
259.19/259.28	c   247s|370000 | 42103 |     0 |   0.0 |  40M| 113 |   - | 223 |  10k|   0 |   0 |   0 | 393k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
262.79/262.88	c   250s|380000 | 46558 |     0 |   0.0 |  44M| 113 |   - | 223 |  12k|   0 |   0 |   0 | 401k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
267.29/267.38	c   254s|390000 | 49960 |     0 |   0.0 |  49M| 113 |   - | 223 |  14k|   0 |   0 |   0 | 410k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
272.59/272.63	c   259s|400000 | 52410 |     0 |   0.0 |  53M| 113 |   - | 223 |  15k|   0 |   0 |   0 | 420k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
278.48/278.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
278.48/278.51	c   265s|410000 | 53652 |     0 |   0.0 |  56M| 113 |   - | 223 |  15k|   0 |   0 |   0 | 431k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
286.09/286.12	c   272s|420000 | 52734 |     0 |   0.0 |  57M| 113 |   - | 223 |  16k|   0 |   0 |   0 | 443k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
289.99/290.06	c   275s|430000 | 58380 |     0 |   0.0 |  61M| 113 |   - | 223 |  14k|   0 |   0 |   0 | 448k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
294.49/294.55	c   280s|440000 | 62771 |     0 |   0.0 |  64M| 113 |   - | 223 |  15k|   0 |   0 |   0 | 456k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
299.69/299.71	c   284s|450000 | 66508 |     0 |   0.0 |  68M| 113 |   - | 223 |  16k|   0 |   0 |   0 | 464k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
305.49/305.55	c   290s|460000 | 69721 |     0 |   0.0 |  72M| 113 |   - | 223 |  17k|   0 |   0 |   0 | 472k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
312.19/312.23	c   296s|470000 | 72221 |     0 |   0.0 |  76M| 113 |   - | 223 |  18k|   0 |   0 |   0 | 482k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
319.89/319.99	c   304s|480000 | 73945 |     0 |   0.0 |  80M| 113 |   - | 223 |  20k|   0 |   0 |   0 | 492k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
328.69/328.77	c   312s|490000 | 75058 |     0 |   0.0 |  84M| 113 |   - | 223 |  22k|   0 |   0 |   0 | 503k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
339.19/339.27	c   322s|500000 | 75193 |     0 |   0.0 |  87M| 113 |   - | 223 |  24k|   0 |   0 |   0 | 516k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
350.39/350.43	c   333s|510000 | 75012 |     0 |   0.0 |  90M| 113 |   - | 223 |  26k|   0 |   0 |   0 | 528k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
362.69/362.77	c   345s|520000 | 74230 |     0 |   0.0 |  92M| 113 |   - | 223 |  28k|   0 |   0 |   0 | 541k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
375.89/375.96	c   358s|530000 | 72935 |     0 |   0.0 |  94M| 113 |   - | 223 |  30k|   0 |   0 |   0 | 554k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
391.29/391.35	c   373s|540000 | 70484 |     0 |   0.0 |  95M| 113 |   - | 223 |  31k|   0 |   0 |   0 | 567k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
407.80/407.84	c   389s|550000 | 66808 |     0 |   0.0 |  93M| 113 |   - | 223 |  30k|   0 |   0 |   0 | 581k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
421.09/421.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
421.09/421.18	c   402s|560000 | 66272 |     0 |   0.0 |  91M| 113 |   - | 223 |  28k|   0 |   0 |   0 | 593k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
431.79/431.82	c   412s|570000 | 68478 |     0 |   0.0 |  94M| 113 |   - | 223 |  25k|   0 |   0 |   0 | 603k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
444.40/444.46	c   424s|580000 | 69014 |     0 |   0.0 |  96M| 113 |   - | 223 |  25k|   0 |   0 |   0 | 614k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
458.50/458.58	c   438s|590000 | 68567 |     0 |   0.0 |  99M| 113 |   - | 223 |  26k|   0 |   0 |   0 | 627k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
474.80/474.84	c   454s|600000 | 66863 |     0 |   0.0 | 101M| 113 |   - | 223 |  27k|   0 |   0 |   0 | 641k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
492.59/492.60	c   471s|610000 | 64400 |     0 |   0.0 | 102M| 113 |   - | 223 |  28k|   0 |   0 |   0 | 655k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
512.89/512.94	c   491s|620000 | 60414 |     0 |   0.0 | 101M| 113 |   - | 223 |  30k|   0 |   0 |   0 | 671k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
535.60/535.61	c   514s|630000 | 55553 |     0 |   0.0 |  98M| 113 |   - | 223 |  33k|   0 |   0 |   0 | 688k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
560.80/560.80	c   538s|640000 | 49437 |     0 |   0.0 |  94M| 113 |   - | 223 |  37k|   0 |   0 |   0 | 705k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
589.09/589.13	c   566s|650000 | 41565 |     0 |   0.0 |  85M| 113 |   - | 223 |  41k|   0 |   0 |   0 | 723k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
619.70/619.72	c   596s|660000 | 35075 |     0 |   0.0 |  76M| 113 |   - | 223 |  34k|   0 |   0 |   0 | 740k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
652.60/652.64	c   629s|670000 | 26507 |     0 |   0.0 |  67M| 113 |   - | 223 |  33k|   0 |   0 |   0 | 759k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
690.00/690.09	c   666s|680000 | 13322 |     0 |   0.0 |  43M| 113 |   - | 223 |  39k|   0 |   0 |   0 | 781k|   0 | 6.000000e+00 | 8.100000e+01 |1250.00%
713.10/713.13	c   688s|690000 |  9985 |     0 |   0.0 |  31M| 113 |   - | 223 |  29k|   0 |   0 |   0 | 795k|   0 | 1.200000e+01 | 8.100000e+01 | 575.00%
719.40/719.48	c   694s|700000 | 14297 |     0 |   0.0 |  26M| 113 |   - | 223 |9273 |   0 |   0 |   0 | 801k|   0 | 1.200000e+01 | 8.100000e+01 | 575.00%
721.70/721.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
721.70/721.71	c   696s|710000 | 21001 |     0 |   0.0 |  29M| 113 |   - | 223 |6936 |   0 |   0 |   0 | 804k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
723.50/723.51	c   698s|720000 | 27980 |     0 |   0.0 |  34M| 113 |   - | 223 |7449 |   0 |   0 |   0 | 807k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
725.81/725.83	c   700s|730000 | 33716 |     0 |   0.0 |  38M| 113 |   - | 223 |8419 |   0 |   0 |   0 | 811k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
729.50/729.55	c   703s|740000 | 36545 |     0 |   0.0 |  43M| 113 |   - | 223 |  11k|   0 |   0 |   0 | 819k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
733.10/733.12	c   707s|750000 | 40945 |     0 |   0.0 |  46M| 113 |   - | 223 |9934 |   0 |   0 |   0 | 825k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
736.10/736.11	c   709s|760000 | 46260 |     0 |   0.0 |  51M| 113 |   - | 223 |9914 |   0 |   0 |   0 | 831k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
739.40/739.40	c   712s|770000 | 50923 |     0 |   0.0 |  55M| 113 |   - | 223 |  10k|   0 |   0 |   0 | 836k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
743.30/743.38	c   716s|780000 | 54517 |     0 |   0.0 |  60M| 113 |   - | 223 |  12k|   0 |   0 |   0 | 843k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
748.00/748.07	c   720s|790000 | 57309 |     0 |   0.0 |  65M| 113 |   - | 223 |  13k|   0 |   0 |   0 | 850k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
753.31/753.37	c   725s|800000 | 59447 |     0 |   0.0 |  69M| 113 |   - | 223 |  14k|   0 |   0 |   0 | 858k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
759.20/759.25	c   731s|810000 | 60967 |     0 |   0.0 |  72M| 113 |   - | 223 |  15k|   0 |   0 |   0 | 867k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
766.50/766.50	c   738s|820000 | 60255 |     0 |   0.0 |  74M| 113 |   - | 223 |  17k|   0 |   0 |   0 | 877k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
773.00/773.06	c   744s|830000 | 62415 |     0 |   0.0 |  76M| 113 |   - | 223 |  13k|   0 |   0 |   0 | 884k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
779.00/779.09	c   749s|840000 | 64530 |     0 |   0.0 |  80M| 113 |   - | 223 |  14k|   0 |   0 |   0 | 891k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
785.81/785.86	c   756s|850000 | 66125 |     0 |   0.0 |  83M| 113 |   - | 223 |  16k|   0 |   0 |   0 | 899k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
793.71/793.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
793.71/793.77	c   763s|860000 | 67020 |     0 |   0.0 |  87M| 113 |   - | 223 |  18k|   0 |   0 |   0 | 908k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
802.60/802.65	c   772s|870000 | 67397 |     0 |   0.0 |  90M| 113 |   - | 223 |  20k|   0 |   0 |   0 | 917k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
812.40/812.46	c   781s|880000 | 67393 |     0 |   0.0 |  92M| 113 |   - | 223 |  22k|   0 |   0 |   0 | 926k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
823.81/823.88	c   792s|890000 | 66056 |     0 |   0.0 |  94M| 113 |   - | 223 |  24k|   0 |   0 |   0 | 936k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
836.41/836.45	c   805s|900000 | 63934 |     0 |   0.0 |  94M| 113 |   - | 223 |  25k|   0 |   0 |   0 | 947k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
849.60/849.68	c   817s|910000 | 61084 |     0 |   0.0 |  91M| 113 |   - | 223 |  24k|   0 |   0 |   0 | 959k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
863.10/863.13	c   830s|920000 | 58578 |     0 |   0.0 |  91M| 113 |   - | 223 |  21k|   0 |   0 |   0 | 969k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
878.21/878.23	c   845s|930000 | 54566 |     0 |   0.0 |  89M| 113 |   - | 223 |  25k|   0 |   0 |   0 | 980k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
896.31/896.31	c   863s|940000 | 49565 |     0 |   0.0 |  87M| 113 |   - | 223 |  28k|   0 |   0 |   0 | 992k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
918.41/918.46	c   884s|950000 | 41739 |     0 |   0.0 |  79M| 113 |   - | 223 |  32k|   0 |   0 |   0 |1006k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
924.60/924.68	c   890s|960000 | 47418 |     0 |   0.0 |  76M| 113 |   - | 223 |  15k|   0 |   0 |   0 |1010k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
933.50/933.50	c   899s|970000 | 45210 |     0 |   0.0 |  73M| 113 |   - | 223 |  15k|   0 |   0 |   0 |1022k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
945.01/945.02	c   910s|980000 | 40823 |     0 |   0.0 |  62M| 113 |   - | 223 |  15k|   0 |   0 |   0 |1032k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
948.12/948.12	c   913s|990000 | 47287 |     0 |   0.0 |  64M| 113 |   - | 223 |  11k|   0 |   0 |   0 |1036k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
951.00/951.08	c   915s|  1000k| 53310 |     0 |   0.0 |  68M| 113 |   - | 223 |  11k|   0 |   0 |   0 |1041k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
954.71/954.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
954.71/954.71	c   919s|  1010k| 58324 |     0 |   0.0 |  72M| 113 |   - | 223 |  13k|   0 |   0 |   0 |1047k|   0 | 1.300000e+01 | 8.100000e+01 | 523.08%
958.91/958.91	c   923s|  1020k| 62380 |     0 |   0.0 |  76M| 113 |   - | 223 |  15k|   0 |   0 |   0 |1054k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
964.71/964.77	c   928s|  1030k| 63820 |     0 |   0.0 |  80M| 113 |   - | 223 |  17k|   0 |   0 |   0 |1064k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
970.41/970.47	c   933s|  1040k| 66349 |     0 |   0.0 |  79M| 113 |   - | 223 |  12k|   0 |   0 |   0 |1072k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
974.40/974.46	c   937s|  1050k| 71422 |     0 |   0.0 |  83M| 113 |   - | 223 |  13k|   0 |   0 |   0 |1078k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
978.81/978.84	c   941s|  1060k| 76161 |     0 |   0.0 |  87M| 113 |   - | 223 |  15k|   0 |   0 |   0 |1084k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
984.52/984.54	c   947s|  1070k| 79734 |     0 |   0.0 |  91M| 113 |   - | 223 |  17k|   0 |   0 |   0 |1092k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
991.81/991.80	c   954s|  1080k| 82129 |     0 |   0.0 |  95M| 113 |   - | 223 |  19k|   0 |   0 |   0 |1102k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
999.61/999.63	c   961s|  1090k| 84343 |     0 |   0.0 |  99M| 113 |   - | 223 |  21k|   0 |   0 |   0 |1111k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1007.91/1007.91	c   969s|  1100k| 86466 |     0 |   0.0 | 103M| 113 |   - | 223 |  23k|   0 |   0 |   0 |1121k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1017.01/1017.06	c   978s|  1110k| 88167 |     0 |   0.0 | 107M| 113 |   - | 223 |  25k|   0 |   0 |   0 |1131k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1027.01/1027.06	c   987s|  1120k| 89206 |     0 |   0.0 | 111M| 113 |   - | 223 |  27k|   0 |   0 |   0 |1141k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1037.81/1037.89	c   998s|  1130k| 89664 |     0 |   0.0 | 114M| 113 |   - | 223 |  29k|   0 |   0 |   0 |1152k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1050.01/1050.05	c  1010s|  1140k| 88950 |     0 |   0.0 | 117M| 113 |   - | 223 |  31k|   0 |   0 |   0 |1163k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1064.41/1064.47	c  1024s|  1150k| 86236 |     0 |   0.0 | 117M| 113 |   - | 223 |  33k|   0 |   0 |   0 |1176k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1074.61/1074.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1074.61/1074.69	c  1034s|  1160k| 88101 |     0 |   0.0 | 114M| 113 |   - | 223 |  17k|   0 |   0 |   0 |1185k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1083.81/1083.83	c  1042s|  1170k| 89437 |     0 |   0.0 | 118M| 113 |   - | 223 |  19k|   0 |   0 |   0 |1196k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1095.11/1095.14	c  1053s|  1180k| 89808 |     0 |   0.0 | 122M| 113 |   - | 223 |  23k|   0 |   0 |   0 |1208k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1108.62/1108.64	c  1066s|  1190k| 89555 |     0 |   0.0 | 125M| 113 |   - | 223 |  26k|   0 |   0 |   0 |1220k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1124.52/1124.57	c  1082s|  1200k| 88482 |     0 |   0.0 | 128M| 113 |   - | 223 |  30k|   0 |   0 |   0 |1233k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1142.81/1142.86	c  1100s|  1210k| 86560 |     0 |   0.0 | 130M| 113 |   - | 223 |  33k|   0 |   0 |   0 |1246k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1162.62/1162.67	c  1119s|  1220k| 84141 |     0 |   0.0 | 132M| 113 |   - | 223 |  37k|   0 |   0 |   0 |1259k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1185.62/1185.65	c  1142s|  1230k| 80653 |     0 |   0.0 | 132M| 113 |   - | 223 |  40k|   0 |   0 |   0 |1273k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1209.82/1209.88	c  1166s|  1240k| 76708 |     0 |   0.0 | 131M| 113 |   - | 223 |  42k|   0 |   0 |   0 |1287k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1237.42/1237.48	c  1193s|  1250k| 70552 |     0 |   0.0 | 126M| 113 |   - | 223 |  45k|   0 |   0 |   0 |1302k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1262.92/1262.93	c  1218s|  1260k| 66695 |     0 |   0.0 | 114M| 113 |   - | 223 |  24k|   0 |   0 |   0 |1315k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1270.42/1270.50	c  1225s|  1270k| 69038 |     0 |   0.0 | 114M| 113 |   - | 223 |  19k|   0 |   0 |   0 |1324k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1291.52/1291.54	c  1246s|  1280k| 61207 |     0 |   0.0 | 107M| 113 |   - | 223 |  26k|   0 |   0 |   0 |1342k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1318.32/1318.33	c  1272s|  1290k| 50193 |     0 |   0.0 |  94M| 113 |   - | 223 |  36k|   0 |   0 |   0 |1360k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1330.62/1330.60	c  1284s|  1300k| 52840 |     0 |   0.0 |  85M| 113 |   - | 223 |  16k|   0 |   0 |   0 |1368k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1335.12/1335.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1335.12/1335.13	c  1288s|  1310k| 57768 |     0 |   0.0 |  88M| 113 |   - | 223 |  15k|   0 |   0 |   0 |1375k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1340.72/1340.74	c  1293s|  1320k| 60717 |     0 |   0.0 |  91M| 113 |   - | 223 |  18k|   0 |   0 |   0 |1384k|   0 | 1.700000e+01 | 8.100000e+01 | 376.47%
1349.52/1349.57	c  1302s|  1330k| 60672 |     0 |   0.0 |  89M| 113 |   - | 223 |  21k|   0 |   0 |   0 |1394k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1356.62/1356.62	c  1309s|  1340k| 65307 |     0 |   0.0 |  92M| 113 |   - | 223 |  19k|   0 |   0 |   0 |1403k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1363.62/1363.65	c  1315s|  1350k| 69071 |     0 |   0.0 |  96M| 113 |   - | 223 |  20k|   0 |   0 |   0 |1412k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1371.82/1371.85	c  1323s|  1360k| 71722 |     0 |   0.0 | 100M| 113 |   - | 223 |  21k|   0 |   0 |   0 |1422k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1382.22/1382.26	c  1333s|  1370k| 72610 |     0 |   0.0 | 104M| 113 |   - | 223 |  24k|   0 |   0 |   0 |1434k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1394.02/1394.08	c  1345s|  1380k| 72149 |     0 |   0.0 | 107M| 113 |   - | 223 |  28k|   0 |   0 |   0 |1447k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1408.12/1408.17	c  1358s|  1390k| 70056 |     0 |   0.0 | 108M| 113 |   - | 223 |  31k|   0 |   0 |   0 |1459k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1426.22/1426.27	c  1376s|  1400k| 67896 |     0 |   0.0 | 105M| 113 |   - | 223 |  24k|   0 |   0 |   0 |1473k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1439.93/1439.99	c  1390s|  1410k| 65475 |     0 |   0.0 |  99M| 113 |   - | 223 |  16k|   0 |   0 |   0 |1485k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1449.53/1449.58	c  1399s|  1420k| 63123 |     0 |   0.0 |  96M| 113 |   - | 223 |  18k|   0 |   0 |   0 |1498k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1460.42/1460.47	c  1409s|  1430k| 63274 |     0 |   0.0 |  99M| 113 |   - | 223 |  22k|   0 |   0 |   0 |1513k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1475.32/1475.34	c  1424s|  1440k| 61748 |     0 |   0.0 | 102M| 113 |   - | 223 |  26k|   0 |   0 |   0 |1529k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1493.63/1493.67	c  1442s|  1450k| 59096 |     0 |   0.0 | 103M| 113 |   - | 223 |  30k|   0 |   0 |   0 |1545k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1515.22/1515.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1515.22/1515.24	c  1463s|  1460k| 54905 |     0 |   0.0 | 102M| 113 |   - | 223 |  34k|   0 |   0 |   0 |1562k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1540.83/1540.85	c  1488s|  1470k| 47736 |     0 |   0.0 |  95M| 113 |   - | 223 |  40k|   0 |   0 |   0 |1579k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1562.72/1562.72	c  1509s|  1480k| 45732 |     0 |   0.0 |  88M| 113 |   - | 223 |  25k|   0 |   0 |   0 |1591k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1577.03/1577.06	c  1523s|  1490k| 42217 |     0 |   0.0 |  83M| 113 |   - | 223 |  19k|   0 |   0 |   0 |1607k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1601.54/1601.60	c  1547s|  1500k| 31367 |     0 |   0.0 |  66M| 113 |   - | 223 |  29k|   0 |   0 |   0 |1629k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1615.42/1615.42	c  1561s|  1510k| 30733 |     0 |   0.0 |  58M| 113 |   - | 223 |  14k|   0 |   0 |   0 |1640k|   0 | 2.000000e+01 | 8.100000e+01 | 305.00%
1620.43/1620.44	c  1566s|  1520k| 32725 |     0 |   0.0 |  55M| 113 |   - | 223 |  10k|   0 |   0 |   0 |1648k|   0 | 2.300000e+01 | 8.100000e+01 | 252.17%
1623.03/1623.07	c  1568s|  1530k| 39216 |     0 |   0.0 |  58M| 113 |   - | 223 |9960 |   0 |   0 |   0 |1653k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1626.43/1626.41	c  1571s|  1540k| 44268 |     0 |   0.0 |  63M| 113 |   - | 223 |  12k|   0 |   0 |   0 |1659k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1630.73/1630.74	c  1575s|  1550k| 47840 |     0 |   0.0 |  67M| 113 |   - | 223 |  14k|   0 |   0 |   0 |1667k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1635.13/1635.11	c  1579s|  1560k| 52046 |     0 |   0.0 |  70M| 113 |   - | 223 |  14k|   0 |   0 |   0 |1674k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1639.43/1639.40	c  1583s|  1570k| 56985 |     0 |   0.0 |  74M| 113 |   - | 223 |  14k|   0 |   0 |   0 |1681k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1644.83/1644.83	c  1588s|  1580k| 60477 |     0 |   0.0 |  78M| 113 |   - | 223 |  16k|   0 |   0 |   0 |1691k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1652.03/1652.06	c  1595s|  1590k| 62656 |     0 |   0.0 |  83M| 113 |   - | 223 |  20k|   0 |   0 |   0 |1701k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1660.94/1660.92	c  1604s|  1600k| 64109 |     0 |   0.0 |  87M| 113 |   - | 223 |  23k|   0 |   0 |   0 |1712k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1670.63/1670.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1670.63/1670.69	c  1613s|  1610k| 65231 |     0 |   0.0 |  91M| 113 |   - | 223 |  26k|   0 |   0 |   0 |1723k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1680.74/1680.80	c  1623s|  1620k| 65875 |     0 |   0.0 |  94M| 113 |   - | 223 |  28k|   0 |   0 |   0 |1733k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1691.63/1691.63	c  1633s|  1630k| 66188 |     0 |   0.0 |  96M| 113 |   - | 223 |  30k|   0 |   0 |   0 |1744k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1702.94/1702.91	c  1644s|  1640k| 68702 |     0 |   0.0 |  98M| 113 |   - | 223 |  26k|   0 |   0 |   0 |1754k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1715.03/1715.07	c  1656s|  1650k| 69505 |     0 |   0.0 | 101M| 113 |   - | 223 |  26k|   0 |   0 |   0 |1767k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1728.63/1728.64	c  1669s|  1660k| 69185 |     0 |   0.0 | 103M| 113 |   - | 223 |  28k|   0 |   0 |   0 |1780k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1745.03/1745.06	c  1685s|  1670k| 67845 |     0 |   0.0 | 106M| 113 |   - | 223 |  32k|   0 |   0 |   0 |1794k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1764.73/1764.70	c  1704s|  1680k| 65449 |     0 |   0.0 | 107M| 113 |   - | 223 |  36k|   0 |   0 |   0 |1809k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1786.03/1786.02	c  1725s|  1690k| 62627 |     0 |   0.0 | 107M| 113 |   - | 223 |  41k|   0 |   0 |   0 |1823k|   0 | 2.400000e+01 | 8.100000e+01 | 237.50%
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1738.95
1800.04/1800.00	c Solving Nodes      : 1696556
1800.04/1800.00	c Primal Bound       : +8.10000000000000e+01 (4 solutions)
1800.04/1800.00	c Dual Bound         : +2.40000000000000e+01
1800.04/1800.00	c Gap                : 237.50 %
1800.04/1800.00	s SATISFIABLE
1800.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/1800.00	v -x4 -x3 -x2 -x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time       :    1738.95
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-2693955-1277898422.wbo
1800.04/1800.00	c   Variables        : 225 (197 binary, 0 integer, 0 implicit integer, 28 continuous)
1800.04/1800.00	c   Constraints      : 130 initial, 130 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-2693955-1277898422.wbo
1800.04/1800.00	c   Variables        : 223 (196 binary, 0 integer, 0 implicit integer, 27 continuous)
1800.04/1800.00	c   Constraints      : 112 initial, 48434 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          1          0          0
1800.04/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.00          0          0          0         27          0         17          1          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          5          -          -         10          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :         27          0    4869083          0     999804        256     166228          0          0          0
1800.04/1800.00	c   setppc           :         49          0    5285465          0    1080053     147370   11114578          0          0          0
1800.04/1800.00	c   linear           :         27          0    5138094          0    1080051     341237   18458013          0          0          0
1800.04/1800.00	c   logicor          :          9+         0    2909817          0    1079822     416341    1797340          0          0          0
1800.04/1800.00	c   bounddisjunction :          0+         0     290087          0          0          1         62          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0    1080055          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c   indicator        :       0.63       0.00       0.22       0.00       0.41
1800.04/1800.00	c   setppc           :      31.01       0.00      25.95       0.00       5.06
1800.04/1800.00	c   linear           :      75.50       0.00      75.39       0.00       0.11
1800.04/1800.00	c   logicor          :     849.50       0.00     848.97       0.00       0.53
1800.04/1800.00	c   bounddisjunction :       0.41       0.00       0.41       0.00       0.00
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :       0.00          2          0          0
1800.04/1800.00	c   rootredcost      :       0.01          0          0          0
1800.04/1800.00	c   pseudoobj        :       3.66    5285641        116     109748
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :      37.55     905065     904989    4607846       22.0     167821       14.9          -
1800.04/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00         11         11         31        9.6          3       25.3          -
1800.04/1800.00	c   applied globally :          -          -          -    1818584       16.8          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -      13686       34.3          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       7.15    1080051          0          0          0          0    2160102
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.00          -          4
1800.04/1800.00	c   oneopt           :       0.03          0          0
1800.04/1800.00	c   trivial          :       0.00          2          0
1800.04/1800.00	c   simplerounding   :       0.00          0          0
1800.04/1800.00	c   zirounding       :       0.00          0          0
1800.04/1800.00	c   rounding         :       0.00          0          0
1800.04/1800.00	c   shifting         :       0.00          0          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.00          0          0
1800.04/1800.00	c   coefdiving       :       0.00          0          0
1800.04/1800.00	c   pscostdiving     :       0.00          0          0
1800.04/1800.00	c   fracdiving       :       0.00          0          0
1800.04/1800.00	c   veclendiving     :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :       0.00          0          0
1800.04/1800.00	c   rootsoldiving    :       0.00          0          0
1800.04/1800.00	c   linesearchdiving :       0.00          0          0
1800.04/1800.00	c   guideddiving     :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.00          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   crossover        :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   nlp              :       0.00          0          0
1800.04/1800.00	c   trysol           :       0.00          1          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :    1696556
1800.04/1800.00	c   nodes (total)    :    1696556
1800.04/1800.00	c   nodes left       :      60664
1800.04/1800.00	c   max depth        :        113
1800.04/1800.00	c   max depth (total):        113
1800.04/1800.00	c   backtracks       :     645279 (38.0%)
1800.04/1800.00	c   delayed cutoffs  :     402752
1800.04/1800.00	c   repropagations   :    1962767 (8757559 domain reductions, 288831 cutoffs)
1800.04/1800.00	c   avg switch length:      18.88
1800.04/1800.00	c   switching time   :     573.23
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          4 (4 improvements)
1800.04/1800.00	c   First Solution   : +1.70000000000000e+02   (in run 1, after 13094 nodes, 1.24 seconds, depth 73, found by <relaxation>)
1800.04/1800.00	c   Primal Bound     : +8.10000000000000e+01   (in run 1, after 14148 nodes, 1.32 seconds, depth 60, found by <relaxation>)
1800.04/1800.00	c   Dual Bound       : +2.40000000000000e+01
1800.04/1800.00	c   Gap              :     237.50 %
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :          0
1800.24/1800.20	c Time complete: 1800.24.

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-2693955-1277898422/watcher-2693955-1277898422 -o /tmp/evaluation-result-2693955-1277898422/solver-2693955-1277898422 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693955-1277898422.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.05 2.03 2.00 3/182 12803
/proc/meminfo: memFree=31294320/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=8144 CPUtime=0
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 1519 0 0 0 0 0 0 0 21 0 1 0 131138341 8339456 1441 4089446400 4194304 7136930 140733427353248 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12803/statm: 2036 1441 275 719 0 1315 0

[startup+0.073234 s]
/proc/loadavg: 2.05 2.03 2.00 3/182 12803
/proc/meminfo: memFree=31294320/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=12512 CPUtime=0.06
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 4629 0 0 0 4 2 0 0 21 0 1 0 131138341 12812288 2399 4089446400 4194304 7136930 140733427353248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12803/statm: 3128 2399 395 719 0 2407 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12512

[startup+0.100229 s]
/proc/loadavg: 2.05 2.03 2.00 3/182 12803
/proc/meminfo: memFree=31294320/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=12644 CPUtime=0.09
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 4676 0 0 0 6 3 0 0 21 0 1 0 131138341 12947456 2446 4089446400 4194304 7136930 140733427353248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12803/statm: 3161 2447 395 719 0 2440 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12644

[startup+0.300204 s]
/proc/loadavg: 2.05 2.03 2.00 3/182 12803
/proc/meminfo: memFree=31294320/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=14560 CPUtime=0.29
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 5174 0 0 0 20 9 0 0 21 0 1 0 131138341 14909440 2944 4089446400 4194304 7136930 140733427353248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12803/statm: 3640 2944 395 719 0 2919 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14560

[startup+0.700122 s]
/proc/loadavg: 2.05 2.03 2.00 3/182 12803
/proc/meminfo: memFree=31294320/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=17968 CPUtime=0.69
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 6010 0 0 0 51 18 0 0 22 0 1 0 131138341 18399232 3780 4089446400 4194304 7136930 140733427353248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12803/statm: 4492 3780 395 719 0 3771 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17968

[startup+1.50098 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 12804
/proc/meminfo: memFree=31280184/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=22136 CPUtime=1.49
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 7077 0 0 0 117 32 0 0 25 0 1 0 131138341 22667264 4847 4089446400 4194304 7136930 140733427353248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12803/statm: 5534 4847 395 719 0 4813 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22136

[startup+3.1007 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 12804
/proc/meminfo: memFree=31274232/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=26336 CPUtime=3.09
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 8145 0 0 0 253 56 0 0 25 0 1 0 131138341 26968064 5915 4089446400 4194304 7136930 140733427353248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12803/statm: 6584 5915 397 719 0 5863 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26336

[startup+6.30011 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 12804
/proc/meminfo: memFree=31266956/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=34112 CPUtime=6.29
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 10071 0 0 0 538 91 0 0 25 0 1 0 131138341 34930688 7841 4089446400 4194304 7136930 140733427353248 18446744073709551615 4999661 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12803/statm: 8528 7841 397 719 0 7807 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34112

[startup+12.7009 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 12804
/proc/meminfo: memFree=31254688/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=46548 CPUtime=12.69
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 13210 0 0 0 1112 157 0 0 25 0 1 0 131138341 47665152 10980 4089446400 4194304 7136930 140733427353248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12803/statm: 11637 10980 398 719 0 10916 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46548

[startup+25.5006 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 12805
/proc/meminfo: memFree=31242208/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=57728 CPUtime=25.49
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 16005 0 0 0 2276 273 0 0 25 0 1 0 131138341 59113472 13775 4089446400 4194304 7136930 140733427353248 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12803/statm: 14432 13775 398 719 0 13711 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57728

[startup+51.101 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 12805
/proc/meminfo: memFree=31218808/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=80864 CPUtime=51.09
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 21774 0 0 0 4618 491 0 0 25 0 1 0 131138341 82804736 19544 4089446400 4194304 7136930 140733427353248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12803/statm: 20216 19544 398 719 0 19495 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80864

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 12835
/proc/meminfo: memFree=31270448/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=86460 CPUtime=102.3
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 23101 0 0 0 9479 751 0 0 25 0 1 0 131138341 88535040 20871 4089446400 4194304 7136930 140733427353248 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12803/statm: 21615 20871 398 719 0 20894 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 86460

[startup+162.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 12917
/proc/meminfo: memFree=31335580/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=89732 CPUtime=162.29
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 23753 0 0 0 15302 927 0 0 25 0 1 0 131138341 91885568 21523 4089446400 4194304 7136930 140733427353248 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12803/statm: 22433 21523 398 719 0 21712 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 89732

[startup+222.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 12918
/proc/meminfo: memFree=31278656/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=94948 CPUtime=222.29
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 24990 0 0 0 21186 1043 0 0 25 0 1 0 131138341 97226752 22760 4089446400 4194304 7136930 140733427353248 18446744073709551615 4223082 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 23737 22760 398 719 0 23016 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 94948

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 12920
/proc/meminfo: memFree=31269052/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=99588 CPUtime=282.29
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 26155 0 0 0 26810 1419 0 0 25 0 1 0 131138341 101978112 23925 4089446400 4194304 7136930 140733427353248 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 24897 23925 398 719 0 24176 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 99588

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 12922
/proc/meminfo: memFree=31234888/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=126752 CPUtime=342.29
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 32488 0 0 0 32520 1709 0 0 25 0 1 0 131138341 129794048 30258 4089446400 4194304 7136930 140733427353248 18446744073709551615 5955601 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 31688 30258 398 719 0 30967 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 126752

[startup+402.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 12924
/proc/meminfo: memFree=31223432/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=136852 CPUtime=402.29
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 35029 0 0 0 38352 1877 0 0 25 0 1 0 131138341 140136448 32799 4089446400 4194304 7136930 140733427353248 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 34213 32799 398 719 0 33492 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 136852

[startup+462.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 12925
/proc/meminfo: memFree=31219656/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=140524 CPUtime=462.29
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 35970 0 0 0 44185 2044 0 0 25 0 1 0 131138341 143896576 33740 4089446400 4194304 7136930 140733427353248 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 35131 33740 398 719 0 34410 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 140524

[startup+522.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/183 12926
/proc/meminfo: memFree=31212040/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=146844 CPUtime=522.29
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 37561 0 0 0 50053 2176 0 0 25 0 1 0 131138341 150368256 35331 4089446400 4194304 7136930 140733427353248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 36711 35331 398 719 0 35990 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 146844

[startup+582.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/183 12928
/proc/meminfo: memFree=31194756/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=148276 CPUtime=582.29
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 37920 0 0 0 55949 2280 0 0 25 0 1 0 131138341 151834624 35690 4089446400 4194304 7136930 140733427353248 18446744073709551615 5955597 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 37069 35690 398 719 0 36348 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 148276

[startup+642.3 s]
/proc/loadavg: 2.11 2.05 2.00 3/183 12930
/proc/meminfo: memFree=31186376/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=148672 CPUtime=642.3
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 37977 0 0 0 61857 2373 0 0 25 0 1 0 131138341 152240128 35747 4089446400 4194304 7136930 140733427353248 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 37168 35747 398 719 0 36447 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 148672

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 12945
/proc/meminfo: memFree=31165936/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=160620 CPUtime=882.3
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 41016 0 0 0 84895 3335 0 0 25 0 1 0 131138341 164474880 38530 4089446400 4194304 7136930 140733427353248 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 40155 38530 398 719 0 39434 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 160620

[startup+942.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 12947
/proc/meminfo: memFree=31164524/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=160620 CPUtime=942.31
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 41016 0 0 0 90713 3518 0 0 25 0 1 0 131138341 164474880 38530 4089446400 4194304 7136930 140733427353248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 40155 38530 398 719 0 39434 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 160620

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 12949
/proc/meminfo: memFree=31158396/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=163076 CPUtime=1002.31
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 41669 0 0 0 96355 3876 0 0 25 0 1 0 131138341 166989824 39183 4089446400 4194304 7136930 140733427353248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 40769 39183 398 719 0 40048 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 163076

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 12950
/proc/meminfo: memFree=31148060/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=171612 CPUtime=1062.32
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 43715 0 0 0 102158 4074 0 0 25 0 1 0 131138341 175730688 41229 4089446400 4194304 7136930 140733427353248 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 42903 41229 398 719 0 42182 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 171612

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 12951
/proc/meminfo: memFree=31138968/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=180432 CPUtime=1122.31
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 45927 0 0 0 107979 4252 0 0 25 0 1 0 131138341 184762368 43441 4089446400 4194304 7136930 140733427353248 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 45108 43441 398 719 0 44387 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 180432

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12953
/proc/meminfo: memFree=31132084/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=187416 CPUtime=1182.32
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 47601 0 0 0 113855 4377 0 0 25 0 1 0 131138341 191913984 45115 4089446400 4194304 7136930 140733427353248 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 46854 45115 398 719 0 46133 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 187416

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 12955
/proc/meminfo: memFree=31126460/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=190980 CPUtime=1242.32
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 48317 0 0 0 119752 4480 0 0 25 0 1 0 131138341 195563520 45831 4089446400 4194304 7136930 140733427353248 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 47745 45831 398 719 0 47024 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 190980

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 12957
/proc/meminfo: memFree=31126656/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=190980 CPUtime=1302.32
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 48322 0 0 0 125617 4615 0 0 25 0 1 0 131138341 195563520 45836 4089446400 4194304 7136930 140733427353248 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 47745 45836 398 719 0 47024 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 190980

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12958
/proc/meminfo: memFree=31125992/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=190980 CPUtime=1362.32
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 48330 0 0 0 131412 4820 0 0 25 0 1 0 131138341 195563520 45844 4089446400 4194304 7136930 140733427353248 18446744073709551615 4661065 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 47745 45844 398 719 0 47024 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 190980

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 12959
/proc/meminfo: memFree=31126188/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=191120 CPUtime=1422.33
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 48363 0 0 0 137228 5005 0 0 25 0 1 0 131138341 195706880 45877 4089446400 4194304 7136930 140733427353248 18446744073709551615 4219854 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 47780 45877 398 719 0 47059 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 191120

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 12961
/proc/meminfo: memFree=31125404/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=191120 CPUtime=1482.33
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 48405 0 0 0 143054 5179 0 0 25 0 1 0 131138341 195706880 45919 4089446400 4194304 7136930 140733427353248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 47780 45919 398 719 0 47059 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 191120

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12963
/proc/meminfo: memFree=31125240/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=191120 CPUtime=1542.33
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 48410 0 0 0 148944 5289 0 0 25 0 1 0 131138341 195706880 45924 4089446400 4194304 7136930 140733427353248 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 47780 45924 398 719 0 47059 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 191120

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12965
/proc/meminfo: memFree=31124812/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=191120 CPUtime=1602.32
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 48417 0 0 0 154810 5422 0 0 25 0 1 0 131138341 195706880 45931 4089446400 4194304 7136930 140733427353248 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 47780 45931 398 719 0 47059 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 191120

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12966
/proc/meminfo: memFree=31124272/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=191120 CPUtime=1662.33
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 48450 0 0 0 160491 5742 0 0 25 0 1 0 131138341 195706880 45964 4089446400 4194304 7136930 140733427353248 18446744073709551615 4221008 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 47780 45964 398 719 0 47059 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 191120

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12967
/proc/meminfo: memFree=31123364/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=191120 CPUtime=1722.33
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 48450 0 0 0 166290 5943 0 0 25 0 1 0 131138341 195706880 45964 4089446400 4194304 7136930 140733427353248 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 47780 45964 398 719 0 47059 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 191120

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12969
/proc/meminfo: memFree=31121964/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=191120 CPUtime=1782.33
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 48512 0 0 0 172156 6077 0 0 25 0 1 0 131138341 195706880 46026 4089446400 4194304 7136930 140733427353248 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 47780 46026 398 719 0 47059 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 191120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12970
/proc/meminfo: memFree=31121588/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=191120 CPUtime=1800.04
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 48562 0 0 0 173895 6109 0 0 25 0 1 0 131138341 195706880 46076 4089446400 4194304 7136930 140733427353248 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12803/statm: 47780 46076 398 719 0 47059 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 191120

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/183 12970
/proc/meminfo: memFree=31121588/32951124 swapFree=67111528/67111528
[pid=12803] ppid=12801 vsize=63720 CPUtime=1800.24
/proc/12803/stat : 12803 (pbscip.linux.x8) R 12801 12803 12532 0 -1 4202496 48567 0 0 0 173914 6110 0 0 25 0 1 0 131138341 65249280 14991 4089446400 4194304 7136930 140733427353248 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12803/statm: 15486 14804 403 719 0 14765 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 63720

Child status: 0
Real time (s): 1800.2
CPU time (s): 1800.25
CPU user time (s): 1739.14
CPU system time (s): 61.1037
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 191120

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

runsolver used 2.84457 second user time and 6.95794 second system time

The end

Launcher Data

Begin job on node134 at 2010-06-30 13:47:02
IDJOB=2693955
IDBENCH=78835
IDSOLVER=1206
FILE ID=node134/2693955-1277898422
PBS_JOBID= 11197195
Free space on /tmp= 74208 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.1111219348--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-2693955-1277898422/watcher-2693955-1277898422 -o /tmp/evaluation-result-2693955-1277898422/solver-2693955-1277898422 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693955-1277898422.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 7d1a0d5c8a3f394cf884d27f593f1e02
RANDOM SEED=1182613063

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31295220 kB
Buffers:        183696 kB
Cached:        1092708 kB
SwapCached:          0 kB
Active:         832108 kB
Inactive:       681944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31295220 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3168 kB
Writeback:           0 kB
AnonPages:      237844 kB
Mapped:          16476 kB
Slab:            78856 kB
PageTables:       5364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   384780 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node134 at 2010-06-30 14:17:04