Trace number 2694152

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.79 1800.75

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218024--soft-0-100-0.wbo
MD5SUMf742a865179589dbb1861a007b830f45
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.144977
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
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-2694152-1277924037.wbo>
0.00/0.00	c original problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 203 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.00	o 5033
0.00/0.00	c feasible solution found by trivial heuristic, objective value  5.033000e+03
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  101 implications, 0 cliques
0.00/0.01	c presolved problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <indicator>
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c t 0.0s|     1 |     2 |     0 |     - |1124k|   0 |   - | 371 | 202 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.69/1.73	c   1.6s| 10000 |  6359 |     0 |   0.0 |8175k| 171 |   - | 371 |5061 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.69/1.76	o 1034
1.69/1.76	c * 1.7s| 10690 |  7047 |     0 |   0.0 |8377k| 185 |   - | 371 |4988 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 1.034000e+03 |    Inf 
2.59/2.63	c   2.5s| 20000 | 15036 |     0 |   0.0 |  11M| 221 |   - | 371 |4079 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 1.034000e+03 |    Inf 
4.99/5.05	c   4.8s| 30000 | 19775 |     0 |   0.0 |  17M| 221 |   - | 371 |8929 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 1.034000e+03 |    Inf 
8.48/8.52	c   8.2s| 40000 | 23125 |     0 |   0.0 |  23M| 221 |   - | 371 |  12k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 1.034000e+03 |    Inf 
11.29/11.33	c  10.9s| 50000 | 28389 |     0 |   0.0 |  24M| 221 |   - | 371 |5822 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.034000e+03 |    Inf 
11.79/11.82	c  11.3s| 60000 | 38345 |     0 |   0.0 |  26M| 221 |   - | 371 | 937 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.034000e+03 |    Inf 
12.19/12.27	c  11.7s| 70000 | 48313 |     0 |   0.0 |  29M| 221 |   - | 371 | 742 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.034000e+03 |    Inf 
12.69/12.72	c  12.1s| 80000 | 58278 |     0 |   0.0 |  32M| 221 |   - | 371 | 735 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.034000e+03 |    Inf 
13.09/13.16	c  12.5s| 90000 | 68265 |     0 |   0.0 |  35M| 221 |   - | 371 | 725 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.034000e+03 |    Inf 
13.59/13.60	c  12.9s|100000 | 78245 |     0 |   0.0 |  38M| 221 |   - | 371 | 743 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.034000e+03 |    Inf 
13.99/14.04	c  13.3s|110000 | 88200 |     0 |   0.0 |  41M| 221 |   - | 371 | 820 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.034000e+03 |    Inf 
14.49/14.50	c  13.7s|120000 | 98130 |     0 |   0.0 |  44M| 221 |   - | 371 | 902 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.034000e+03 |    Inf 
14.89/14.95	c  14.1s|130000 |108094 |     0 |   0.0 |  47M| 221 |   - | 371 | 906 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.034000e+03 |    Inf 
15.39/15.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.39/15.40	c  14.5s|140000 |118069 |     0 |   0.0 |  50M| 221 |   - | 371 | 914 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.034000e+03 |    Inf 
15.79/15.86	c  14.9s|150000 |128026 |     0 |   0.0 |  53M| 221 |   - | 371 | 999 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.034000e+03 |    Inf 
16.29/16.31	c  15.3s|160000 |137988 |     0 |   0.0 |  57M| 221 |   - | 371 |1021 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.034000e+03 |    Inf 
16.69/16.76	c  15.7s|170000 |147969 |     0 |   0.0 |  60M| 221 |   - | 371 |1026 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.034000e+03 |    Inf 
16.89/16.93	o 249
16.89/16.93	c *15.8s|173659 |137470 |     0 |   0.0 |  56M| 221 |   - | 371 |1024 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
17.39/17.47	c  16.3s|180000 |142995 |     0 |   0.0 |  60M| 221 |   - | 371 |1880 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
17.89/17.96	o 64
17.89/17.96	c *16.7s|186527 | 66931 |     0 |   0.0 |  35M| 221 |   - | 371 | 869 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 6.400000e+01 |    Inf 
17.89/17.97	o 51
17.89/17.97	c *16.7s|186528 | 58726 |     0 |   0.0 |  32M| 221 |   - | 371 | 869 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 5.100000e+01 |    Inf 
17.99/18.04	o 47
17.99/18.04	c *16.8s|187376 | 59248 |     0 |   0.0 |  33M| 221 |   - | 371 | 978 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 4.700000e+01 |    Inf 
17.99/18.07	o 32
17.99/18.07	c *16.8s|187581 | 54581 |     0 |   0.0 |  32M| 221 |   - | 371 |1049 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 3.200000e+01 |    Inf 
18.09/18.16	o 12
18.09/18.16	c *16.9s|188435 | 52655 |     0 |   0.0 |  31M| 221 |   - | 371 |1246 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
18.39/18.45	c  17.2s|190000 | 53333 |     0 |   0.0 |  33M| 221 |   - | 371 |2976 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
21.69/21.79	c  20.4s|200000 | 56384 |     0 |   0.0 |  39M| 221 |   - | 371 |  12k|   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
27.10/27.15	c  25.7s|210000 | 58568 |     0 |   0.0 |  45M| 221 |   - | 371 |  18k|   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
34.10/34.12	c  32.6s|220000 | 59880 |     0 |   0.0 |  50M| 221 |   - | 371 |  23k|   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
42.80/42.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.80/42.86	c  41.2s|230000 | 60524 |     0 |   0.0 |  54M| 221 |   - | 371 |  29k|   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
50.59/50.68	o 11
50.59/50.68	c *48.9s|237291 | 60247 |     0 |   0.0 |  53M| 221 |   - | 371 |  24k|   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
51.99/52.01	c  50.2s|240000 | 62128 |     0 |   0.0 |  50M| 221 |   - | 371 |  10k|   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
54.59/54.65	c  52.8s|250000 | 68081 |     0 |   0.0 |  54M| 221 |   - | 371 |7144 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
58.29/58.32	c  56.4s|260000 | 72326 |     0 |   0.0 |  60M| 221 |   - | 371 |9260 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
63.59/63.69	c  61.6s|270000 | 74512 |     0 |   0.0 |  67M| 221 |   - | 371 |  12k|   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
71.59/71.61	c  69.4s|280000 | 73313 |     0 |   0.0 |  73M| 221 |   - | 371 |  15k|   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
80.89/80.93	c  78.5s|290000 | 61657 |     0 |   0.0 |  69M| 221 |   - | 371 |5095 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
82.89/82.98	c  80.5s|300000 | 68292 |     0 |   0.0 |  74M| 221 |   - | 371 |3908 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
84.99/85.00	c  82.4s|310000 | 74740 |     0 |   0.0 |  80M| 221 |   - | 371 |4008 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
87.19/87.20	c  84.5s|320000 | 80904 |     0 |   0.0 |  86M| 221 |   - | 371 |5405 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
89.99/90.05	c  87.3s|330000 | 85786 |     0 |   0.0 |  91M| 221 |   - | 371 |6610 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
96.49/96.51	c  93.6s|340000 | 85163 |     0 |   0.0 |  97M| 221 |   - | 371 |  18k|   0 |   0 |   0 | 305k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
108.29/108.36	c   105s|350000 | 83247 |     0 |   0.0 | 101M| 221 |   - | 371 |  27k|   0 |   0 |   0 | 331k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
124.69/124.78	c   122s|360000 | 80965 |     0 |   0.0 | 103M| 221 |   - | 371 |  34k|   0 |   0 |   0 | 356k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
145.90/145.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.90/145.90	c   143s|370000 | 77285 |     0 |   0.0 | 102M| 221 |   - | 371 |  41k|   0 |   0 |   0 | 383k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
155.39/155.43	c   152s|380000 | 81995 |     0 |   0.0 |  98M| 221 |   - | 371 |  20k|   0 |   0 |   0 | 397k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
161.39/161.47	c   158s|390000 | 86765 |     0 |   0.0 | 101M| 221 |   - | 371 |  18k|   0 |   0 |   0 | 412k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
167.60/167.68	c   164s|400000 | 91330 |     0 |   0.0 | 105M| 221 |   - | 371 |  20k|   0 |   0 |   0 | 427k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
174.80/174.88	c   171s|410000 | 95454 |     0 |   0.0 | 110M| 221 |   - | 371 |  23k|   0 |   0 |   0 | 444k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
183.99/184.01	c   180s|420000 | 98660 |     0 |   0.0 | 115M| 221 |   - | 371 |  27k|   0 |   0 |   0 | 462k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
194.79/194.81	c   191s|430000 |101379 |     0 |   0.0 | 119M| 221 |   - | 371 |  30k|   0 |   0 |   0 | 481k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
206.59/206.61	c   203s|440000 |103641 |     0 |   0.0 | 123M| 221 |   - | 371 |  33k|   0 |   0 |   0 | 500k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
219.09/219.16	c   215s|450000 |105833 |     0 |   0.0 | 127M| 221 |   - | 371 |  37k|   0 |   0 |   0 | 519k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
234.69/234.74	c   230s|460000 |106497 |     0 |   0.0 | 130M| 221 |   - | 371 |  42k|   0 |   0 |   0 | 540k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
249.50/249.50	c   245s|470000 |108986 |     0 |   0.0 | 124M| 221 |   - | 371 |  21k|   0 |   0 |   0 | 556k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
253.60/253.65	c   249s|480000 |115430 |     0 |   0.0 | 125M| 221 |   - | 371 |  10k|   0 |   0 |   0 | 566k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
257.40/257.47	c   253s|490000 |120775 |     0 |   0.0 | 129M| 221 |   - | 371 |  10k|   0 |   0 |   0 | 579k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
262.00/262.03	c   257s|500000 |125185 |     0 |   0.0 | 134M| 221 |   - | 371 |  11k|   0 |   0 |   0 | 593k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
266.20/266.29	c   261s|510000 |129890 |     0 |   0.0 | 137M| 221 |   - | 371 |8938 |   0 |   0 |   0 | 606k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
269.59/269.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
269.59/269.69	c   265s|520000 |135167 |     0 |   0.0 | 142M| 221 |   - | 371 |8198 |   0 |   0 |   0 | 618k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
272.81/272.84	c   268s|530000 |140866 |     0 |   0.0 | 146M| 221 |   - | 371 |7929 |   0 |   0 |   0 | 629k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
276.00/276.09	c   271s|540000 |146267 |     0 |   0.0 | 151M| 221 |   - | 371 |7796 |   0 |   0 |   0 | 641k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
279.30/279.32	c   274s|550000 |151697 |     0 |   0.0 | 155M| 221 |   - | 371 |8403 |   0 |   0 |   0 | 653k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
282.89/282.92	c   278s|560000 |156723 |     0 |   0.0 | 160M| 221 |   - | 371 |9120 |   0 |   0 |   0 | 665k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
286.80/286.86	c   281s|570000 |161382 |     0 |   0.0 | 165M| 221 |   - | 371 |  10k|   0 |   0 |   0 | 679k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
291.10/291.10	c   286s|580000 |166027 |     0 |   0.0 | 169M| 221 |   - | 371 |  12k|   0 |   0 |   0 | 692k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
296.50/296.54	c   291s|590000 |169605 |     0 |   0.0 | 174M| 221 |   - | 371 |  14k|   0 |   0 |   0 | 708k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
302.30/302.31	c   297s|600000 |173072 |     0 |   0.0 | 178M| 221 |   - | 371 |  14k|   0 |   0 |   0 | 724k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
308.00/308.08	c   302s|610000 |176737 |     0 |   0.0 | 182M| 221 |   - | 371 |  15k|   0 |   0 |   0 | 739k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
313.99/314.06	c   308s|620000 |180522 |     0 |   0.0 | 186M| 221 |   - | 371 |  15k|   0 |   0 |   0 | 755k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
320.59/320.63	c   314s|630000 |183457 |     0 |   0.0 | 190M| 221 |   - | 371 |  16k|   0 |   0 |   0 | 772k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
327.80/327.89	c   322s|640000 |185386 |     0 |   0.0 | 192M| 221 |   - | 371 |  12k|   0 |   0 |   0 | 791k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
334.00/334.06	c   328s|650000 |187921 |     0 |   0.0 | 194M| 221 |   - | 371 |  14k|   0 |   0 |   0 | 810k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
347.99/348.02	c   341s|660000 |182835 |     0 |   0.0 | 183M| 221 |   - | 371 |  18k|   0 |   0 |   0 | 836k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
356.49/356.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
356.49/356.53	c   350s|670000 |185160 |     0 |   0.0 | 184M| 221 |   - | 371 |  18k|   0 |   0 |   0 | 856k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
367.60/367.61	c   361s|680000 |186256 |     0 |   0.0 | 188M| 221 |   - | 371 |  22k|   0 |   0 |   0 | 877k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
379.60/379.69	c   373s|690000 |187790 |     0 |   0.0 | 192M| 221 |   - | 371 |  26k|   0 |   0 |   0 | 897k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
393.70/393.71	c   387s|700000 |188919 |     0 |   0.0 | 196M| 221 |   - | 371 |  29k|   0 |   0 |   0 | 918k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
409.49/409.57	c   402s|710000 |189805 |     0 |   0.0 | 200M| 221 |   - | 371 |  34k|   0 |   0 |   0 | 939k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
427.81/427.86	c   420s|720000 |190529 |     0 |   0.0 | 204M| 221 |   - | 371 |  39k|   0 |   0 |   0 | 961k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
450.70/450.76	c   443s|730000 |190083 |     0 |   0.0 | 208M| 221 |   - | 371 |  45k|   0 |   0 |   0 | 983k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
475.90/475.96	c   468s|740000 |189406 |     0 |   0.0 | 211M| 221 |   - | 371 |  49k|   0 |   0 |   0 |1007k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
502.10/502.12	c   494s|750000 |189230 |     0 |   0.0 | 213M| 221 |   - | 371 |  54k|   0 |   0 |   0 |1028k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
532.50/532.57	c   525s|760000 |187991 |     0 |   0.0 | 215M| 221 |   - | 371 |  58k|   0 |   0 |   0 |1052k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
568.00/568.02	c   560s|770000 |186056 |     0 |   0.0 | 212M| 221 |   - | 371 |  50k|   0 |   0 |   0 |1075k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
582.50/582.53	c   574s|780000 |190376 |     0 |   0.0 | 207M| 221 |   - | 371 |  24k|   0 |   0 |   0 |1091k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
591.10/591.10	c   583s|790000 |194445 |     0 |   0.0 | 210M| 221 |   - | 371 |  20k|   0 |   0 |   0 |1106k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
599.10/599.18	c   591s|800000 |198549 |     0 |   0.0 | 214M| 221 |   - | 371 |  20k|   0 |   0 |   0 |1121k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
607.20/607.29	c   599s|810000 |202200 |     0 |   0.0 | 217M| 221 |   - | 371 |  18k|   0 |   0 |   0 |1137k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
615.50/615.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
615.50/615.58	c   607s|820000 |205276 |     0 |   0.0 | 221M| 221 |   - | 371 |  18k|   0 |   0 |   0 |1154k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
624.00/624.08	c   615s|830000 |207878 |     0 |   0.0 | 225M| 221 |   - | 371 |  18k|   0 |   0 |   0 |1171k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
633.31/633.31	c   624s|840000 |210035 |     0 |   0.0 | 228M| 221 |   - | 371 |  19k|   0 |   0 |   0 |1190k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
642.80/642.85	c   634s|850000 |211996 |     0 |   0.0 | 231M| 221 |   - | 371 |  20k|   0 |   0 |   0 |1209k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
651.50/651.52	c   642s|860000 |214874 |     0 |   0.0 | 234M| 221 |   - | 371 |  19k|   0 |   0 |   0 |1226k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
658.81/658.87	c   650s|870000 |218731 |     0 |   0.0 | 238M| 221 |   - | 371 |  17k|   0 |   0 |   0 |1241k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
665.71/665.75	c   656s|880000 |222800 |     0 |   0.0 | 241M| 221 |   - | 371 |  16k|   0 |   0 |   0 |1255k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
672.40/672.49	c   663s|890000 |226596 |     0 |   0.0 | 245M| 221 |   - | 371 |  15k|   0 |   0 |   0 |1271k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
679.31/679.36	c   670s|900000 |230095 |     0 |   0.0 | 249M| 221 |   - | 371 |  14k|   0 |   0 |   0 |1287k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
685.90/685.90	c   676s|910000 |233669 |     0 |   0.0 | 252M| 221 |   - | 371 |  13k|   0 |   0 |   0 |1303k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
692.50/692.54	c   683s|920000 |236859 |     0 |   0.0 | 256M| 221 |   - | 371 |  13k|   0 |   0 |   0 |1319k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
698.80/698.87	c   689s|930000 |240193 |     0 |   0.0 | 260M| 221 |   - | 371 |  13k|   0 |   0 |   0 |1335k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
705.50/705.52	c   696s|940000 |243165 |     0 |   0.0 | 263M| 221 |   - | 371 |  13k|   0 |   0 |   0 |1352k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
712.11/712.18	c   702s|950000 |246044 |     0 |   0.0 | 267M| 221 |   - | 371 |  14k|   0 |   0 |   0 |1368k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
719.51/719.50	c   709s|960000 |248588 |     0 |   0.0 | 271M| 221 |   - | 371 |  15k|   0 |   0 |   0 |1386k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
727.30/727.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
727.30/727.32	c   717s|970000 |250923 |     0 |   0.0 | 274M| 221 |   - | 371 |  17k|   0 |   0 |   0 |1404k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
735.50/735.53	c   725s|980000 |253236 |     0 |   0.0 | 278M| 221 |   - | 371 |  19k|   0 |   0 |   0 |1423k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
744.01/744.02	c   734s|990000 |255617 |     0 |   0.0 | 282M| 221 |   - | 371 |  21k|   0 |   0 |   0 |1440k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
753.60/753.68	c   743s|  1000k|257522 |     0 |   0.0 | 286M| 221 |   - | 371 |  22k|   0 |   0 |   0 |1459k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
764.42/764.46	c   754s|  1010k|258950 |     0 |   0.0 | 290M| 221 |   - | 371 |  24k|   0 |   0 |   0 |1479k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
776.41/776.42	c   766s|  1020k|259927 |     0 |   0.0 | 293M| 221 |   - | 371 |  25k|   0 |   0 |   0 |1499k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
788.81/788.80	c   778s|  1030k|261039 |     0 |   0.0 | 296M| 221 |   - | 371 |  25k|   0 |   0 |   0 |1519k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
801.11/801.19	c   790s|  1040k|262512 |     0 |   0.0 | 300M| 221 |   - | 371 |  27k|   0 |   0 |   0 |1538k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
814.21/814.29	c   803s|  1050k|263951 |     0 |   0.0 | 303M| 221 |   - | 371 |  28k|   0 |   0 |   0 |1558k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
827.21/827.20	c   816s|  1060k|265624 |     0 |   0.0 | 307M| 221 |   - | 371 |  29k|   0 |   0 |   0 |1578k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
841.11/841.10	c   830s|  1070k|266969 |     0 |   0.0 | 311M| 221 |   - | 371 |  33k|   0 |   0 |   0 |1598k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
857.30/857.37	c   846s|  1080k|267222 |     0 |   0.0 | 314M| 221 |   - | 371 |  35k|   0 |   0 |   0 |1620k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
876.11/876.17	c   865s|  1090k|266348 |     0 |   0.0 | 315M| 221 |   - | 371 |  36k|   0 |   0 |   0 |1645k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
887.01/887.07	c   875s|  1100k|270325 |     0 |   0.0 | 310M| 221 |   - | 371 |  13k|   0 |   0 |   0 |1659k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
896.11/896.14	c   884s|  1110k|271335 |     0 |   0.0 | 314M| 221 |   - | 371 |  20k|   0 |   0 |   0 |1682k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
911.71/911.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
911.71/911.70	c   900s|  1120k|270567 |     0 |   0.0 | 316M| 221 |   - | 371 |  23k|   0 |   0 |   0 |1706k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
921.91/921.90	c   910s|  1130k|272294 |     0 |   0.0 | 315M| 221 |   - | 371 |  21k|   0 |   0 |   0 |1726k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
930.21/930.23	c   918s|  1140k|275167 |     0 |   0.0 | 314M| 221 |   - | 371 |  15k|   0 |   0 |   0 |1744k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
942.61/942.62	c   930s|  1150k|273956 |     0 |   0.0 | 317M| 221 |   - | 371 |  21k|   0 |   0 |   0 |1767k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
965.82/965.84	c   953s|  1160k|269236 |     0 |   0.0 | 316M| 221 |   - | 371 |  28k|   0 |   0 |   0 |1794k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
995.42/995.40	c   983s|  1170k|263419 |     0 |   0.0 | 312M| 221 |   - | 371 |  33k|   0 |   0 |   0 |1823k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1032.71/1032.76	c  1020s|  1180k|256503 |     0 |   0.0 | 307M| 221 |   - | 371 |  45k|   0 |   0 |   0 |1853k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1056.61/1056.66	c  1044s|  1190k|256419 |     0 |   0.0 | 299M| 221 |   - | 371 |  23k|   0 |   0 |   0 |1875k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1070.71/1070.79	c  1058s|  1200k|257278 |     0 |   0.0 | 302M| 221 |   - | 371 |  24k|   0 |   0 |   0 |1897k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1085.72/1085.74	c  1073s|  1210k|258102 |     0 |   0.0 | 305M| 221 |   - | 371 |  27k|   0 |   0 |   0 |1917k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1101.32/1101.32	c  1088s|  1220k|259400 |     0 |   0.0 | 308M| 221 |   - | 371 |  31k|   0 |   0 |   0 |1937k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1118.22/1118.22	c  1105s|  1230k|260547 |     0 |   0.0 | 310M| 221 |   - | 371 |  30k|   0 |   0 |   0 |1957k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1136.12/1136.15	c  1123s|  1240k|260664 |     0 |   0.0 | 311M| 221 |   - | 371 |  31k|   0 |   0 |   0 |1979k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1153.71/1153.79	c  1140s|  1250k|260917 |     0 |   0.0 | 313M| 221 |   - | 371 |  31k|   0 |   0 |   0 |2000k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1172.62/1172.64	c  1159s|  1260k|260315 |     0 |   0.0 | 314M| 221 |   - | 371 |  32k|   0 |   0 |   0 |2022k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1192.11/1192.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1192.11/1192.19	c  1178s|  1270k|259686 |     0 |   0.0 | 315M| 221 |   - | 371 |  34k|   0 |   0 |   0 |2046k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1211.42/1211.42	c  1198s|  1280k|259591 |     0 |   0.0 | 316M| 221 |   - | 371 |  34k|   0 |   0 |   0 |2067k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1229.52/1229.50	c  1215s|  1290k|260153 |     0 |   0.0 | 317M| 221 |   - | 371 |  32k|   0 |   0 |   0 |2088k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1246.72/1246.78	c  1233s|  1300k|261151 |     0 |   0.0 | 319M| 221 |   - | 371 |  31k|   0 |   0 |   0 |2108k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1265.62/1265.63	c  1251s|  1310k|261214 |     0 |   0.0 | 321M| 221 |   - | 371 |  31k|   0 |   0 |   0 |2130k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1283.73/1283.73	c  1269s|  1320k|261462 |     0 |   0.0 | 324M| 221 |   - | 371 |  31k|   0 |   0 |   0 |2151k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1302.62/1302.64	c  1288s|  1330k|261338 |     0 |   0.0 | 326M| 221 |   - | 371 |  32k|   0 |   0 |   0 |2173k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1321.62/1321.63	c  1307s|  1340k|260883 |     0 |   0.0 | 327M| 221 |   - | 371 |  32k|   0 |   0 |   0 |2195k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1340.92/1340.98	c  1326s|  1350k|260383 |     0 |   0.0 | 329M| 221 |   - | 371 |  32k|   0 |   0 |   0 |2216k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1360.42/1360.47	c  1346s|  1360k|259777 |     0 |   0.0 | 331M| 221 |   - | 371 |  34k|   0 |   0 |   0 |2239k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1380.22/1380.20	c  1365s|  1370k|259326 |     0 |   0.0 | 334M| 221 |   - | 371 |  35k|   0 |   0 |   0 |2261k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1400.32/1400.31	c  1385s|  1380k|259160 |     0 |   0.0 | 338M| 221 |   - | 371 |  38k|   0 |   0 |   0 |2282k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1423.52/1423.51	c  1408s|  1390k|257968 |     0 |   0.0 | 340M| 221 |   - | 371 |  40k|   0 |   0 |   0 |2305k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1446.72/1446.74	c  1431s|  1400k|257169 |     0 |   0.0 | 343M| 221 |   - | 371 |  42k|   0 |   0 |   0 |2328k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1471.62/1471.62	c  1456s|  1410k|256337 |     0 |   0.0 | 346M| 221 |   - | 371 |  45k|   0 |   0 |   0 |2350k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1497.93/1497.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1497.93/1497.90	c  1482s|  1420k|255477 |     0 |   0.0 | 349M| 221 |   - | 371 |  47k|   0 |   0 |   0 |2373k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1526.43/1526.42	c  1511s|  1430k|253871 |     0 |   0.0 | 350M| 221 |   - | 371 |  49k|   0 |   0 |   0 |2396k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1556.33/1556.33	c  1540s|  1440k|252346 |     0 |   0.0 | 352M| 221 |   - | 371 |  52k|   0 |   0 |   0 |2419k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1588.62/1588.69	c  1573s|  1450k|250475 |     0 |   0.0 | 354M| 221 |   - | 371 |  54k|   0 |   0 |   0 |2443k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1623.73/1623.74	c  1607s|  1460k|248491 |     0 |   0.0 | 355M| 221 |   - | 371 |  56k|   0 |   0 |   0 |2466k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1659.12/1659.12	c  1643s|  1470k|246869 |     0 |   0.0 | 356M| 221 |   - | 371 |  59k|   0 |   0 |   0 |2490k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1697.93/1697.90	c  1681s|  1480k|244854 |     0 |   0.0 | 358M| 221 |   - | 371 |  61k|   0 |   0 |   0 |2514k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1738.33/1738.33	c  1722s|  1490k|242793 |     0 |   0.0 | 359M| 221 |   - | 371 |  64k|   0 |   0 |   0 |2538k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1780.84/1780.88	c  1764s|  1500k|240099 |     0 |   0.0 | 360M| 221 |   - | 371 |  66k|   0 |   0 |   0 |2564k|   0 | 2.000000e+00 | 1.100000e+01 | 450.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) : 1783.07
1800.03/1800.00	c Solving Nodes      : 1504100
1800.03/1800.00	c Primal Bound       : +1.10000000000000e+01 (11 solutions)
1800.03/1800.00	c Dual Bound         : +2.00000000000000e+00
1800.03/1800.00	c Gap                : 450.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       :    1783.07
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-2694152-1277924037.wbo
1800.03/1800.00	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1800.03/1800.00	c   Constraints      : 203 initial, 203 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-2694152-1277924037.wbo
1800.03/1800.00	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1800.03/1800.00	c   Constraints      : 202 initial, 67643 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          0          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          0          0          0
1800.03/1800.00	c   linear           :       0.00          0          0          0        101          0          1          0          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        :          -          0          -          -          0          -          -          -          -
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        :        101          0    3705024          0     975819       4120     600572          0          0          0
1800.03/1800.00	c   linear           :        101          0    4170726          0    1068326     569748   22267176          0          0          0
1800.03/1800.00	c   logicor          :          0+         0    2070492          0          0      71198    1391304          0          0          0
1800.03/1800.00	c   bounddisjunction :          0+         0      93159          0          0          0         11          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0    1068334          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        :       2.93       0.00       1.93       0.00       1.00
1800.03/1800.00	c   linear           :     138.82       0.00     138.26       0.00       0.56
1800.03/1800.00	c   logicor          :     830.46       0.00     830.46       0.00       0.00
1800.03/1800.00	c   bounddisjunction :       0.13       0.00       0.13       0.00       0.00
1800.03/1800.00	c   countsols        :       0.30       0.00       0.00       0.00       0.30
1800.03/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :       1.38          2          0          0
1800.03/1800.00	c   rootredcost      :       1.07          0          0          0
1800.03/1800.00	c   pseudoobj        :      11.90    4176333       1678     513140
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :      44.67     642623     642618    3399369       29.9     543486       14.1          -
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         18         18        106       25.5         20       14.0          -
1800.03/1800.00	c   applied globally :          -          -          -    2497185       18.4          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -      78625       38.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.61    1068326          0          0          0          0    2136652
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.10          -          8
1800.03/1800.00	c   oneopt           :       0.56          0          0
1800.03/1800.00	c   trivial          :       0.00          2          2
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.53          0          0
1800.03/1800.00	c   trysol           :       0.58          1          1
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            :    1504100
1800.03/1800.00	c   nodes (total)    :    1504100
1800.03/1800.00	c   nodes left       :     238503
1800.03/1800.00	c   max depth        :        221
1800.03/1800.00	c   max depth (total):        221
1800.03/1800.00	c   backtracks       :     437710 (29.1%)
1800.03/1800.00	c   delayed cutoffs  :     281433
1800.03/1800.00	c   repropagations   :    1360220 (6820009 domain reductions, 210996 cutoffs)
1800.03/1800.00	c   avg switch length:      20.59
1800.03/1800.00	c   switching time   :     566.08
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :         11 (9 improvements)
1800.03/1800.00	c   First Solution   : +5.03300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.03/1800.00	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 237291 nodes, 48.93 seconds, depth 61, found by <relaxation>)
1800.03/1800.00	c   Dual Bound       : +2.00000000000000e+00
1800.03/1800.00	c   Gap              :     450.00 %
1800.03/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.00	c   Root Iterations  :          0
1800.73/1800.75	c Time complete: 1800.78.

Verifier Data

OK	10

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.99 4/178 15903
/proc/meminfo: memFree=28353728/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=8248 CPUtime=0
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 1553 0 0 0 0 0 0 0 25 0 1 0 133700035 8445952 1475 4089446400 4194304 7136930 140736993070736 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15903/statm: 2062 1475 275 719 0 1341 0

[startup+0.0748261 s]
/proc/loadavg: 1.93 1.98 1.99 4/178 15903
/proc/meminfo: memFree=28353728/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=13596 CPUtime=0.06
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 3362 0 0 0 6 0 0 0 25 0 1 0 133700035 13922304 2674 4089446400 4194304 7136930 140736993070736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15903/statm: 3399 2674 390 719 0 2678 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13596

[startup+0.100822 s]
/proc/loadavg: 1.93 1.98 1.99 4/178 15903
/proc/meminfo: memFree=28353728/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=13728 CPUtime=0.09
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 3417 0 0 0 9 0 0 0 25 0 1 0 133700035 14057472 2729 4089446400 4194304 7136930 140736993070736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15903/statm: 3432 2729 390 719 0 2711 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13728

[startup+0.300787 s]
/proc/loadavg: 1.93 1.98 1.99 4/178 15903
/proc/meminfo: memFree=28353728/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=16780 CPUtime=0.29
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 4159 0 0 0 27 2 0 0 25 0 1 0 133700035 17182720 3471 4089446400 4194304 7136930 140736993070736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15903/statm: 4195 3471 390 719 0 3474 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16780

[startup+0.700718 s]
/proc/loadavg: 1.93 1.98 1.99 4/178 15903
/proc/meminfo: memFree=28353728/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=19368 CPUtime=0.69
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 4810 0 0 0 65 4 0 0 25 0 1 0 133700035 19832832 4122 4089446400 4194304 7136930 140736993070736 18446744073709551615 4223886 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15903/statm: 4842 4122 390 719 0 4121 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19368

[startup+1.50057 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 15904
/proc/meminfo: memFree=28337228/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=21952 CPUtime=1.49
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 5490 0 0 0 142 7 0 0 25 0 1 0 133700035 22478848 4802 4089446400 4194304 7136930 140736993070736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15903/statm: 5488 4802 390 719 0 4767 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21952

[startup+3.10029 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 15904
/proc/meminfo: memFree=28332588/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=28416 CPUtime=3.08
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 7139 0 0 0 293 15 0 0 25 0 1 0 133700035 29097984 6451 4089446400 4194304 7136930 140736993070736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15903/statm: 7104 6451 390 719 0 6383 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28416

[startup+6.30078 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 15904
/proc/meminfo: memFree=28322500/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=37832 CPUtime=6.29
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 9471 0 0 0 600 29 0 0 25 0 1 0 133700035 38739968 8783 4089446400 4194304 7136930 140736993070736 18446744073709551615 5000156 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15903/statm: 9458 8783 390 719 0 8737 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37832

[startup+12.7006 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 15905
/proc/meminfo: memFree=28307616/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=54088 CPUtime=12.69
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 13686 0 0 0 1209 60 0 0 25 0 1 0 133700035 55386112 12998 4089446400 4194304 7136930 140736993070736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15903/statm: 13522 12998 390 719 0 12801 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54088

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 15905
/proc/meminfo: memFree=28262412/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=95424 CPUtime=25.49
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 23823 0 0 0 2407 142 0 0 25 0 1 0 133700035 97714176 23135 4089446400 4194304 7136930 140736993070736 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15903/statm: 23856 23135 393 719 0 23135 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 95424

[startup+51.1008 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 15906
/proc/meminfo: memFree=28247104/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=109344 CPUtime=51.09
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 27189 0 0 0 4934 175 0 0 25 0 1 0 133700035 111968256 26501 4089446400 4194304 7136930 140736993070736 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15903/statm: 27336 26501 393 719 0 26615 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 109344

[startup+102.306 s]
/proc/loadavg: 2.05 2.00 2.00 3/179 15907
/proc/meminfo: memFree=28205656/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=151940 CPUtime=102.3
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 37472 0 0 0 9934 296 0 0 25 0 1 0 133700035 155586560 36784 4089446400 4194304 7136930 140736993070736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 37985 36784 393 719 0 37264 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 151940

[startup+162.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 15909
/proc/meminfo: memFree=28186876/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=161172 CPUtime=162.29
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 39642 0 0 0 15875 354 0 0 25 0 1 0 133700035 165040128 38954 4089446400 4194304 7136930 140736993070736 18446744073709551615 4210049 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 40293 38954 393 719 0 39572 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 161172

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15910
/proc/meminfo: memFree=28150492/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=184956 CPUtime=222.3
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 45429 0 0 0 21806 424 0 0 25 0 1 0 133700035 189394944 44741 4089446400 4194304 7136930 140736993070736 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 46239 44741 393 719 0 45518 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 184956

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15912
/proc/meminfo: memFree=28118816/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=216812 CPUtime=282.29
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 53326 0 0 0 27693 536 0 0 25 0 1 0 133700035 222015488 52638 4089446400 4194304 7136930 140736993070736 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 54203 52638 393 719 0 53482 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 216812

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15914
/proc/meminfo: memFree=28077720/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=257224 CPUtime=342.29
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 63541 0 0 0 33580 649 0 0 25 0 1 0 133700035 263397376 62853 4089446400 4194304 7136930 140736993070736 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 64306 62853 393 719 0 63585 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 257224

[startup+402.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 15943
/proc/meminfo: memFree=31117308/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=264400 CPUtime=402.29
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 65229 0 0 0 39514 715 0 0 25 0 1 0 133700035 270745600 64541 4089446400 4194304 7136930 140736993070736 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 66100 64541 393 719 0 65379 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 264400

[startup+462.301 s]
/proc/loadavg: 1.80 1.96 1.98 4/200 16034
/proc/meminfo: memFree=31017908/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=271644 CPUtime=462.3
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 67076 0 0 0 45468 762 0 0 25 0 1 0 133700035 278163456 66388 4089446400 4194304 7136930 140736993070736 18446744073709551615 4221551 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 67911 66388 393 719 0 67190 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 271644

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 16123
/proc/meminfo: memFree=31158700/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=280776 CPUtime=522.3
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 69327 0 0 0 51438 792 0 0 25 0 1 0 133700035 287514624 68639 4089446400 4194304 7136930 140736993070736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 70194 68639 393 719 0 69473 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 280776

[startup+582.301 s]
/proc/loadavg: 2.17 2.04 2.01 3/197 16197
/proc/meminfo: memFree=31130532/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=287036 CPUtime=582.3
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 70736 0 0 0 57406 824 0 0 25 0 1 0 133700035 293924864 70048 4089446400 4194304 7136930 140736993070736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 71759 70048 393 719 0 71038 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 287036

[startup+642.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/197 16272
/proc/meminfo: memFree=30926948/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=308304 CPUtime=642.31
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 75128 0 0 0 63334 897 0 0 25 0 1 0 133700035 315703296 74440 4089446400 4194304 7136930 140736993070736 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 77076 74440 393 719 0 76355 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 308304

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/197 16281
/proc/meminfo: memFree=30737616/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=394360 CPUtime=1002.31
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 96900 0 0 0 98967 1264 0 0 25 0 1 0 133700035 403824640 96212 4089446400 4194304 7136930 140736993070736 18446744073709551615 4999792 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 98590 96212 393 719 0 97869 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 394360

[startup+1062.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 16283
/proc/meminfo: memFree=30727164/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=397268 CPUtime=1062.31
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 97537 0 0 0 104936 1295 0 0 25 0 1 0 133700035 406802432 96849 4089446400 4194304 7136930 140736993070736 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 99317 96849 393 719 0 98596 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 397268

[startup+1122.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/197 16284
/proc/meminfo: memFree=30710388/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=397524 CPUtime=1122.31
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 97609 0 0 0 110891 1340 0 0 25 0 1 0 133700035 407064576 96921 4089446400 4194304 7136930 140736993070736 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 99381 96921 393 719 0 98660 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 397524

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/197 16286
/proc/meminfo: memFree=30695460/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=397524 CPUtime=1182.31
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 97609 0 0 0 116855 1376 0 0 25 0 1 0 133700035 407064576 96921 4089446400 4194304 7136930 140736993070736 18446744073709551615 4210294 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 99381 96921 393 719 0 98660 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 397524

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 16288
/proc/meminfo: memFree=30685376/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=399572 CPUtime=1242.32
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 98123 0 0 0 122818 1414 0 0 25 0 1 0 133700035 409161728 97435 4089446400 4194304 7136930 140736993070736 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 99893 97435 393 719 0 99172 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 399572

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16289
/proc/meminfo: memFree=30675052/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=405744 CPUtime=1302.32
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 99673 0 0 0 128780 1452 0 0 25 0 1 0 133700035 415481856 98985 4089446400 4194304 7136930 140736993070736 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 101436 98985 393 719 0 100715 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 405744

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16291
/proc/meminfo: memFree=30661748/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=412068 CPUtime=1362.32
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 101276 0 0 0 134739 1493 0 0 25 0 1 0 133700035 421957632 100588 4089446400 4194304 7136930 140736993070736 18446744073709551615 4221007 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 103017 100588 393 719 0 102296 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 412068

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16292
/proc/meminfo: memFree=30649308/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=419572 CPUtime=1422.33
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 103103 0 0 0 140702 1531 0 0 25 0 1 0 133700035 429641728 102415 4089446400 4194304 7136930 140736993070736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 104893 102415 393 719 0 104172 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 419572

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16294
/proc/meminfo: memFree=30636864/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=426852 CPUtime=1482.33
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 104947 0 0 0 146671 1562 0 0 25 0 1 0 133700035 437096448 104259 4089446400 4194304 7136930 140736993070736 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 106713 104259 393 719 0 105992 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 426852

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 16296
/proc/meminfo: memFree=30632736/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=430980 CPUtime=1542.33
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 105938 0 0 0 152641 1592 0 0 25 0 1 0 133700035 441323520 105250 4089446400 4194304 7136930 140736993070736 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 107745 105250 393 719 0 107024 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 430980

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 16297
/proc/meminfo: memFree=30627968/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=431984 CPUtime=1602.33
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 106254 0 0 0 158612 1621 0 0 25 0 1 0 133700035 442351616 105566 4089446400 4194304 7136930 140736993070736 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 107996 105566 393 719 0 107275 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 431984

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/197 16299
/proc/meminfo: memFree=30616900/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=440180 CPUtime=1662.33
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 108017 0 0 0 164589 1644 0 0 25 0 1 0 133700035 450744320 107329 4089446400 4194304 7136930 140736993070736 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 110045 107329 393 719 0 109324 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 440180

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/197 16300
/proc/meminfo: memFree=30608060/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=444364 CPUtime=1722.32
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 108987 0 0 0 170564 1668 0 0 25 0 1 0 133700035 455028736 108299 4089446400 4194304 7136930 140736993070736 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 111091 108299 393 719 0 110370 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 444364

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 16302
/proc/meminfo: memFree=30602692/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=445996 CPUtime=1782.33
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 109186 0 0 0 176543 1690 0 0 25 0 1 0 133700035 456699904 108498 4089446400 4194304 7136930 140736993070736 18446744073709551615 5000303 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 111499 108498 393 719 0 110778 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 445996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 16302
/proc/meminfo: memFree=30597340/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=446832 CPUtime=1800.03
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 109398 0 0 0 178307 1696 0 0 25 0 1 0 133700035 457555968 108710 4089446400 4194304 7136930 140736993070736 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15903/statm: 111708 108710 393 719 0 110987 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 446832

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.01 2.00 3/197 16302
/proc/meminfo: memFree=30597340/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=447200 CPUtime=1800.23
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 109476 0 0 0 178327 1696 0 0 25 0 1 0 133700035 457932800 108788 4089446400 4194304 7136930 140736993070736 18446744073709551615 4615481 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15903/statm: 111800 108788 399 719 0 111079 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 447200

[startup+1800.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/198 16303
/proc/meminfo: memFree=30599316/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=444128 CPUtime=1800.63
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 109476 0 0 0 178367 1696 0 0 25 0 1 0 133700035 454787072 108020 4089446400 4194304 7136930 140736993070736 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15903/statm: 111032 108020 399 719 0 110311 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (KiB) 444128

[startup+1800.71 s]
/proc/loadavg: 2.00 2.01 2.00 3/198 16303
/proc/meminfo: memFree=30599316/32950928 swapFree=4192956/4192956
[pid=15903] ppid=15901 vsize=421536 CPUtime=1800.73
/proc/15903/stat : 15903 (pbscip.linux.x8) R 15901 15903 14030 0 -1 4202496 109476 0 0 0 178377 1696 0 0 25 0 1 0 133700035 431652864 102372 4089446400 4194304 7136930 140736993070736 18446744073709551615 6165648 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15903/statm: 105384 102372 399 719 0 104663 0
Current children cumulated CPU time (s) 1800.73
Current children cumulated vsize (KiB) 421536

Child status: 0
Real time (s): 1800.75
CPU time (s): 1800.79
CPU user time (s): 1783.81
CPU system time (s): 16.9854
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 447200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.81
system time used= 16.9854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109483
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= 4
involuntary context switches= 3917

runsolver used 2.48862 second user time and 5.71613 second system time

The end

Launcher Data

Begin job on node124 at 2010-06-30 20:53:57
IDJOB=2694152
IDBENCH=79224
IDSOLVER=1206
FILE ID=node124/2694152-1277924037
PBS_JOBID= 11197317
Free space on /tmp= 130620 MiB

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

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

MD5SUM BENCH= f742a865179589dbb1861a007b830f45
RANDOM SEED=1877278718

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
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.77
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.833
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.75
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.833
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.82
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.833
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.833
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:     32950928 kB
MemFree:      28354256 kB
Buffers:        211564 kB
Cached:        1124436 kB
SwapCached:          0 kB
Active:        3633708 kB
Inactive:       843956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28354256 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3124 kB
Writeback:           0 kB
AnonPages:     3141496 kB
Mapped:          16076 kB
Slab:            81328 kB
PageTables:      10920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  20668420 kB
Committed_AS:  3412948 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    265212 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 130620 MiB
End job on node124 at 2010-06-30 21:23:59