Trace number 2694013

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.45 1800.44

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973163--soft-66-100-0.wbo
MD5SUMe7272fac9c266fd7ef88e48b4d5664ef
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark69
Best CPU time to get the best result obtained on this benchmark0.180971
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 constraints26
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 1243
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1242
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1215
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

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-2694013-1277899906.wbo>
0.00/0.00	c original problem has 221 variables (195 bin, 0 int, 0 impl, 26 cont) and 128 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, 34 impls, 49 clqs
0.00/0.01	c (round 2) 0 del vars, 17 del conss, 0 chg bounds, 2 chg sides, 0 chg coeffs, 0 upgd conss, 34 impls, 49 clqs
0.00/0.01	c (round 3) 2 del vars, 19 del conss, 24 chg bounds, 2 chg sides, 0 chg coeffs, 0 upgd conss, 34 impls, 49 clqs
0.00/0.01	c (round 4) 4 del vars, 19 del conss, 24 chg bounds, 2 chg sides, 0 chg coeffs, 61 upgd conss, 34 impls, 49 clqs
0.00/0.02	c    (0.0s) probing: 101/193 (52.3%) - 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  4 deleted vars, 19 deleted constraints, 24 tightened bounds, 0 added holes, 2 changed sides, 0 changed coefficients
0.00/0.02	c  34 implications, 49 cliques
0.00/0.02	c presolved problem has 217 variables (193 bin, 0 int, 0 impl, 24 cont) and 109 constraints
0.00/0.02	c      24 constraints of type <indicator>
0.00/0.02	c       1 constraints of type <knapsack>
0.00/0.02	c      49 constraints of type <setppc>
0.00/0.02	c      24 constraints of type <linear>
0.00/0.02	c      11 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 |     - | 851k|   0 |   - | 217 | 109 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.20	c   1.1s| 10000 |  7708 |     0 |   0.0 |5762k| 140 |   - | 217 |2323 |   0 |   0 |   0 |4138 |   0 | 0.000000e+00 |      --      |    Inf 
3.30/3.31	c   3.1s| 20000 | 13328 |     0 |   0.0 |  10M| 140 |   - | 217 |4071 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
5.19/5.28	c   5.0s| 30000 | 19681 |     0 |   0.0 |  15M| 140 |   - | 217 |4565 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
7.69/7.75	c   7.4s| 40000 | 25268 |     0 |   0.0 |  19M| 140 |   - | 217 |6540 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
10.90/10.92	c  10.5s| 50000 | 29839 |     0 |   0.0 |  24M| 140 |   - | 217 |7767 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
14.69/14.73	c  14.2s| 60000 | 33269 |     0 |   0.0 |  28M| 140 |   - | 217 |8161 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
19.09/19.13	c  18.5s| 70000 | 35377 |     0 |   0.0 |  32M| 140 |   - | 217 |  10k|   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
23.89/23.97	c  23.2s| 80000 | 37177 |     0 |   0.0 |  37M| 140 |   - | 217 |  14k|   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
25.49/25.56	c  24.7s| 90000 | 45399 |     0 |   0.0 |  38M| 140 |   - | 217 |4051 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
28.29/28.35	c  27.3s|100000 | 50132 |     0 |   0.0 |  42M| 140 |   - | 217 |5945 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
32.39/32.47	c  31.4s|110000 | 53118 |     0 |   0.0 |  47M| 140 |   - | 217 |8111 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
37.30/37.36	c  36.1s|120000 | 55478 |     0 |   0.0 |  51M| 140 |   - | 217 |  10k|   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
42.90/42.95	c  41.6s|130000 | 57366 |     0 |   0.0 |  55M| 140 |   - | 217 |  12k|   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
49.40/49.43	c  47.9s|140000 | 58406 |     0 |   0.0 |  58M| 140 |   - | 217 |  13k|   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
56.39/56.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.39/56.48	c  54.9s|150000 | 58949 |     0 |   0.0 |  61M| 140 |   - | 217 |  15k|   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
64.19/64.20	c  62.5s|160000 | 59306 |     0 |   0.0 |  65M| 140 |   - | 217 |  17k|   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
72.79/72.86	c  71.0s|170000 | 59187 |     0 |   0.0 |  67M| 140 |   - | 217 |  19k|   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
83.19/83.24	c  81.2s|180000 | 57630 |     0 |   0.0 |  69M| 140 |   - | 217 |  21k|   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
93.10/93.11	c  91.0s|190000 | 56637 |     0 |   0.0 |  71M| 140 |   - | 217 |  26k|   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
98.69/98.78	c  96.5s|200000 | 61812 |     0 |   0.0 |  67M| 140 |   - | 217 |6747 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
100.89/100.94	c  98.6s|210000 | 68613 |     0 |   0.0 |  71M| 140 |   - | 217 |5014 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
103.09/103.19	c   101s|220000 | 75118 |     0 |   0.0 |  75M| 140 |   - | 217 |5960 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
105.59/105.68	c   103s|230000 | 81211 |     0 |   0.0 |  79M| 140 |   - | 217 |6870 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
108.39/108.42	c   106s|240000 | 87012 |     0 |   0.0 |  83M| 140 |   - | 217 |7533 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
111.39/111.42	c   109s|250000 | 92372 |     0 |   0.0 |  87M| 140 |   - | 217 |8252 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
114.90/114.98	c   112s|260000 | 96852 |     0 |   0.0 |  91M| 140 |   - | 217 |9759 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
121.19/121.24	c   118s|270000 | 97442 |     0 |   0.0 |  94M| 140 |   - | 217 |  12k|   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
130.99/131.06	c   128s|280000 | 94387 |     0 |   0.0 |  94M| 140 |   - | 217 |  13k|   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
142.09/142.16	c   139s|290000 | 91190 |     0 |   0.0 |  95M| 140 |   - | 217 |  18k|   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
155.99/156.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
155.99/156.07	c   153s|300000 | 87178 |     0 |   0.0 |  93M| 140 |   - | 217 |  23k|   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
173.39/173.48	c   170s|310000 | 82052 |     0 |   0.0 |  90M| 140 |   - | 217 |  29k|   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
193.99/194.00	c   190s|320000 | 75739 |     0 |   0.0 |  84M| 140 |   - | 217 |  34k|   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
204.20/204.24	c   200s|330000 | 78473 |     0 |   0.0 |  78M| 140 |   - | 217 |  13k|   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
208.40/208.43	c   205s|340000 | 83623 |     0 |   0.0 |  80M| 140 |   - | 217 |9727 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
212.10/212.13	c   208s|350000 | 88621 |     0 |   0.0 |  83M| 140 |   - | 217 |9053 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
215.89/215.90	c   212s|360000 | 93320 |     0 |   0.0 |  87M| 140 |   - | 217 |9386 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
219.90/219.92	c   216s|370000 | 97738 |     0 |   0.0 |  90M| 140 |   - | 217 |  10k|   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
224.00/224.00	c   220s|380000 |102192 |     0 |   0.0 |  94M| 140 |   - | 217 |  10k|   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
228.39/228.43	c   224s|390000 |106162 |     0 |   0.0 |  97M| 140 |   - | 217 |  11k|   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
232.79/232.80	c   228s|400000 |110256 |     0 |   0.0 | 100M| 140 |   - | 217 |  11k|   0 |   0 |   0 | 392k|   0 | 0.000000e+00 |      --      |    Inf 
237.50/237.54	c   233s|410000 |113960 |     0 |   0.0 | 103M| 140 |   - | 217 |  12k|   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
242.70/242.73	c   238s|420000 |117241 |     0 |   0.0 | 106M| 140 |   - | 217 |  13k|   0 |   0 |   0 | 406k|   0 | 0.000000e+00 |      --      |    Inf 
248.20/248.25	c   243s|430000 |120219 |     0 |   0.0 | 109M| 140 |   - | 217 |  14k|   0 |   0 |   0 | 413k|   0 | 0.000000e+00 |      --      |    Inf 
254.30/254.31	c   249s|440000 |122765 |     0 |   0.0 | 112M| 140 |   - | 217 |  14k|   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
260.40/260.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
260.40/260.45	c   255s|450000 |125371 |     0 |   0.0 | 115M| 140 |   - | 217 |  15k|   0 |   0 |   0 | 428k|   0 | 0.000000e+00 |      --      |    Inf 
267.90/267.98	c   263s|460000 |126623 |     0 |   0.0 | 117M| 140 |   - | 217 |  17k|   0 |   0 |   0 | 436k|   0 | 0.000000e+00 |      --      |    Inf 
276.60/276.68	c   271s|470000 |127167 |     0 |   0.0 | 119M| 140 |   - | 217 |  20k|   0 |   0 |   0 | 446k|   0 | 0.000000e+00 |      --      |    Inf 
294.10/294.11	c   289s|480000 |119489 |     0 |   0.0 | 110M| 140 |   - | 217 |  22k|   0 |   0 |   0 | 466k|   0 | 0.000000e+00 |      --      |    Inf 
306.50/306.53	c   301s|490000 |118155 |     0 |   0.0 | 100M| 140 |   - | 217 |  14k|   0 |   0 |   0 | 478k|   0 | 0.000000e+00 |      --      |    Inf 
312.69/312.75	c   307s|500000 |121151 |     0 |   0.0 | 102M| 140 |   - | 217 |  14k|   0 |   0 |   0 | 486k|   0 | 0.000000e+00 |      --      |    Inf 
319.69/319.79	c   314s|510000 |123476 |     0 |   0.0 | 103M| 140 |   - | 217 |  15k|   0 |   0 |   0 | 493k|   0 | 0.000000e+00 |      --      |    Inf 
326.70/326.75	c   321s|520000 |125946 |     0 |   0.0 | 107M| 140 |   - | 217 |  17k|   0 |   0 |   0 | 500k|   0 | 1.000000e+00 |      --      |    Inf 
331.10/331.12	o 76
331.10/331.12	c * 325s|525789 |123008 |     0 |   0.0 | 106M| 140 |   - | 217 |  18k|   0 |   0 |   0 | 505k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
334.80/334.82	c   329s|530000 |123551 |     0 |   0.0 | 107M| 140 |   - | 217 |  18k|   0 |   0 |   0 | 508k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
343.20/343.27	c   337s|540000 |125519 |     0 |   0.0 | 111M| 140 |   - | 217 |  20k|   0 |   0 |   0 | 517k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
352.30/352.31	c   346s|550000 |127399 |     0 |   0.0 | 115M| 140 |   - | 217 |  22k|   0 |   0 |   0 | 525k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
363.19/363.22	c   357s|560000 |128148 |     0 |   0.0 | 118M| 140 |   - | 217 |  24k|   0 |   0 |   0 | 534k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
374.01/374.09	c   367s|570000 |129328 |     0 |   0.0 | 121M| 140 |   - | 217 |  25k|   0 |   0 |   0 | 543k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
386.00/386.07	c   379s|580000 |129739 |     0 |   0.0 | 124M| 140 |   - | 217 |  26k|   0 |   0 |   0 | 552k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
397.50/397.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
397.50/397.57	c   391s|590000 |130721 |     0 |   0.0 | 126M| 140 |   - | 217 |  27k|   0 |   0 |   0 | 561k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
410.21/410.25	c   403s|600000 |130778 |     0 |   0.0 | 129M| 140 |   - | 217 |  28k|   0 |   0 |   0 | 570k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
424.51/424.57	c   417s|610000 |130472 |     0 |   0.0 | 127M| 140 |   - | 217 |  13k|   0 |   0 |   0 | 580k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
432.40/432.47	c   425s|620000 |129688 |     0 |   0.0 | 128M| 140 |   - | 217 |  15k|   0 |   0 |   0 | 590k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
441.90/441.91	c   434s|630000 |128508 |     0 |   0.0 | 130M| 140 |   - | 217 |  18k|   0 |   0 |   0 | 601k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
453.40/453.44	c   446s|640000 |125813 |     0 |   0.0 | 130M| 140 |   - | 217 |  19k|   0 |   0 |   0 | 613k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
466.80/466.87	c   459s|650000 |121942 |     0 |   0.0 | 127M| 140 |   - | 217 |  15k|   0 |   0 |   0 | 627k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
476.60/476.65	c   469s|660000 |120941 |     0 |   0.0 | 129M| 140 |   - | 217 |  16k|   0 |   0 |   0 | 638k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
488.41/488.41	c   480s|670000 |118879 |     0 |   0.0 | 129M| 140 |   - | 217 |  19k|   0 |   0 |   0 | 650k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
502.40/502.48	c   494s|680000 |115886 |     0 |   0.0 | 129M| 140 |   - | 217 |  22k|   0 |   0 |   0 | 663k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
518.00/518.09	c   509s|690000 |113000 |     0 |   0.0 | 128M| 140 |   - | 217 |  27k|   0 |   0 |   0 | 675k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
537.81/537.85	c   529s|700000 |108928 |     0 |   0.0 | 127M| 140 |   - | 217 |  31k|   0 |   0 |   0 | 687k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
562.40/562.48	c   553s|710000 |102976 |     0 |   0.0 | 124M| 140 |   - | 217 |  36k|   0 |   0 |   0 | 702k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
593.20/593.30	c   584s|720000 | 94703 |     0 |   0.0 | 117M| 140 |   - | 217 |  39k|   0 |   0 |   0 | 717k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
631.80/631.86	c   622s|730000 | 84016 |     0 |   0.0 | 108M| 140 |   - | 217 |  45k|   0 |   0 |   0 | 734k|   0 | 1.000000e+00 | 7.600000e+01 |7500.00%
640.60/640.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
640.60/640.64	c   631s|740000 | 89876 |     0 |   0.0 | 103M| 140 |   - | 217 |  22k|   0 |   0 |   0 | 739k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
646.71/646.79	c   637s|750000 | 93631 |     0 |   0.0 | 101M| 140 |   - | 217 |5643 |   0 |   0 |   0 | 746k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
649.50/649.56	c   640s|760000 | 99153 |     0 |   0.0 | 104M| 140 |   - | 217 |5351 |   0 |   0 |   0 | 752k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
652.50/652.53	c   643s|770000 |105070 |     0 |   0.0 | 109M| 140 |   - | 217 |9037 |   0 |   0 |   0 | 758k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
657.00/657.02	c   647s|780000 |109634 |     0 |   0.0 | 114M| 140 |   - | 217 |  13k|   0 |   0 |   0 | 766k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
663.80/663.87	c   654s|790000 |112674 |     0 |   0.0 | 118M| 140 |   - | 217 |  17k|   0 |   0 |   0 | 776k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
671.80/671.83	c   662s|800000 |115348 |     0 |   0.0 | 121M| 140 |   - | 217 |  15k|   0 |   0 |   0 | 785k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
676.01/676.05	c   666s|810000 |120826 |     0 |   0.0 | 122M| 140 |   - | 217 |8031 |   0 |   0 |   0 | 789k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
681.51/681.52	c   671s|820000 |121262 |     0 |   0.0 | 122M| 140 |   - | 217 |4761 |   0 |   0 |   0 | 799k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
684.30/684.30	c   674s|830000 |127126 |     0 |   0.0 | 127M| 140 |   - | 217 |8622 |   0 |   0 |   0 | 806k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
688.80/688.83	c   678s|840000 |131764 |     0 |   0.0 | 132M| 140 |   - | 217 |  13k|   0 |   0 |   0 | 814k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
695.40/695.45	c   685s|850000 |135421 |     0 |   0.0 | 136M| 140 |   - | 217 |  17k|   0 |   0 |   0 | 823k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
704.01/704.04	c   693s|860000 |138210 |     0 |   0.0 | 141M| 140 |   - | 217 |  19k|   0 |   0 |   0 | 833k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
714.81/714.87	c   704s|870000 |139646 |     0 |   0.0 | 145M| 140 |   - | 217 |  23k|   0 |   0 |   0 | 845k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
727.61/727.66	c   716s|880000 |140183 |     0 |   0.0 | 149M| 140 |   - | 217 |  27k|   0 |   0 |   0 | 857k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
742.20/742.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
742.20/742.23	c   731s|890000 |139883 |     0 |   0.0 | 152M| 140 |   - | 217 |  32k|   0 |   0 |   0 | 870k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
760.20/760.29	c   749s|900000 |138356 |     0 |   0.0 | 155M| 140 |   - | 217 |  38k|   0 |   0 |   0 | 883k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
780.91/780.99	c   769s|910000 |137293 |     0 |   0.0 | 154M| 140 |   - | 217 |  33k|   0 |   0 |   0 | 895k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
787.80/787.80	c   776s|920000 |143705 |     0 |   0.0 | 152M| 140 |   - | 217 |  13k|   0 |   0 |   0 | 899k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
791.91/791.97	c   780s|930000 |149321 |     0 |   0.0 | 156M| 140 |   - | 217 |  10k|   0 |   0 |   0 | 904k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
796.60/796.61	c   785s|940000 |153716 |     0 |   0.0 | 160M| 140 |   - | 217 |  11k|   0 |   0 |   0 | 911k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
802.50/802.51	c   790s|950000 |156677 |     0 |   0.0 | 164M| 140 |   - | 217 |  13k|   0 |   0 |   0 | 920k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
810.00/810.00	c   798s|960000 |158754 |     0 |   0.0 | 166M| 140 |   - | 217 |  12k|   0 |   0 |   0 | 929k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
813.11/813.18	c   801s|970000 |164805 |     0 |   0.0 | 168M| 140 |   - | 217 |6570 |   0 |   0 |   0 | 934k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
817.91/817.95	c   806s|980000 |166907 |     0 |   0.0 | 171M| 140 |   - | 217 |8304 |   0 |   0 |   0 | 943k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
824.50/824.59	c   812s|990000 |168674 |     0 |   0.0 | 177M| 140 |   - | 217 |  15k|   0 |   0 |   0 | 955k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
835.40/835.48	c   823s|  1000k|168934 |     0 |   0.0 | 181M| 140 |   - | 217 |  21k|   0 |   0 |   0 | 969k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
849.91/849.93	c   837s|  1010k|168249 |     0 |   0.0 | 184M| 140 |   - | 217 |  25k|   0 |   0 |   0 | 984k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
869.10/869.17	c   856s|  1020k|165682 |     0 |   0.0 | 185M| 140 |   - | 217 |  29k|   0 |   0 |   0 |1000k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
894.41/894.48	c   881s|  1030k|161806 |     0 |   0.0 | 185M| 140 |   - | 217 |  34k|   0 |   0 |   0 |1016k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
925.70/925.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
925.70/925.77	c   912s|  1040k|156052 |     0 |   0.0 | 182M| 140 |   - | 217 |  43k|   0 |   0 |   0 |1034k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
960.10/960.14	c   946s|  1050k|151228 |     0 |   0.0 | 175M| 140 |   - | 217 |  40k|   0 |   0 |   0 |1049k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
974.51/974.52	c   960s|  1060k|155162 |     0 |   0.0 | 173M| 140 |   - | 217 |  20k|   0 |   0 |   0 |1056k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
982.60/982.68	c   968s|  1070k|158731 |     0 |   0.0 | 175M| 140 |   - | 217 |  16k|   0 |   0 |   0 |1064k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
990.10/990.13	c   975s|  1080k|161891 |     0 |   0.0 | 178M| 140 |   - | 217 |  16k|   0 |   0 |   0 |1072k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
997.91/997.96	c   983s|  1090k|164512 |     0 |   0.0 | 181M| 140 |   - | 217 |  16k|   0 |   0 |   0 |1081k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
1006.80/1006.86	c   991s|  1100k|166178 |     0 |   0.0 | 184M| 140 |   - | 217 |  17k|   0 |   0 |   0 |1090k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
1016.81/1016.88	c  1001s|  1110k|167253 |     0 |   0.0 | 187M| 140 |   - | 217 |  19k|   0 |   0 |   0 |1101k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
1028.51/1028.52	c  1012s|  1120k|167663 |     0 |   0.0 | 190M| 140 |   - | 217 |  22k|   0 |   0 |   0 |1112k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
1041.61/1041.67	c  1025s|  1130k|167598 |     0 |   0.0 | 192M| 140 |   - | 217 |  26k|   0 |   0 |   0 |1123k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
1054.61/1054.61	c  1037s|  1140k|169554 |     0 |   0.0 | 192M| 140 |   - | 217 |  24k|   0 |   0 |   0 |1132k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
1060.80/1060.87	c  1043s|  1150k|175601 |     0 |   0.0 | 194M| 140 |   - | 217 |  14k|   0 |   0 |   0 |1138k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
1065.61/1065.69	c  1048s|  1160k|180601 |     0 |   0.0 | 197M| 140 |   - | 217 |  11k|   0 |   0 |   0 |1145k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
1070.61/1070.67	c  1053s|  1170k|184488 |     0 |   0.0 | 201M| 140 |   - | 217 |  12k|   0 |   0 |   0 |1153k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
1076.51/1076.54	c  1058s|  1180k|187394 |     0 |   0.0 | 205M| 140 |   - | 217 |  13k|   0 |   0 |   0 |1161k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
1084.01/1084.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1084.01/1084.03	c  1065s|  1190k|188102 |     0 |   0.0 | 207M| 140 |   - | 217 |  15k|   0 |   0 |   0 |1171k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
1100.21/1100.25	c  1081s|  1200k|183485 |     0 |   0.0 | 207M| 140 |   - | 217 |  23k|   0 |   0 |   0 |1190k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
1128.61/1128.69	c  1109s|  1210k|175415 |     0 |   0.0 | 197M| 140 |   - | 217 |  31k|   0 |   0 |   0 |1209k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
1147.32/1147.38	c  1127s|  1220k|174731 |     0 |   0.0 | 194M| 140 |   - | 217 |  20k|   0 |   0 |   0 |1221k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
1162.61/1162.66	c  1142s|  1230k|173494 |     0 |   0.0 | 194M| 140 |   - | 217 |  21k|   0 |   0 |   0 |1233k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
1178.01/1178.05	c  1157s|  1240k|172539 |     0 |   0.0 | 195M| 140 |   - | 217 |  24k|   0 |   0 |   0 |1245k|   0 | 1.700000e+01 | 7.600000e+01 | 347.06%
1195.20/1195.21	c  1174s|  1250k|170973 |     0 |   0.0 | 195M| 140 |   - | 217 |  26k|   0 |   0 |   0 |1257k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1213.91/1213.95	c  1192s|  1260k|169209 |     0 |   0.0 | 197M| 140 |   - | 217 |  28k|   0 |   0 |   0 |1270k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1234.61/1234.64	c  1213s|  1270k|166901 |     0 |   0.0 | 197M| 140 |   - | 217 |  31k|   0 |   0 |   0 |1283k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1257.31/1257.34	c  1235s|  1280k|164218 |     0 |   0.0 | 198M| 140 |   - | 217 |  36k|   0 |   0 |   0 |1297k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1283.10/1283.18	c  1260s|  1290k|160609 |     0 |   0.0 | 196M| 140 |   - | 217 |  41k|   0 |   0 |   0 |1311k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1295.50/1295.54	c  1273s|  1300k|165387 |     0 |   0.0 | 197M| 140 |   - | 217 |  29k|   0 |   0 |   0 |1318k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1305.41/1305.47	c  1282s|  1310k|169308 |     0 |   0.0 | 199M| 140 |   - | 217 |  23k|   0 |   0 |   0 |1326k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1314.80/1314.85	c  1292s|  1320k|172621 |     0 |   0.0 | 203M| 140 |   - | 217 |  22k|   0 |   0 |   0 |1335k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1325.51/1325.54	c  1302s|  1330k|174774 |     0 |   0.0 | 206M| 140 |   - | 217 |  23k|   0 |   0 |   0 |1345k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1336.80/1336.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1336.80/1336.84	c  1313s|  1340k|176344 |     0 |   0.0 | 209M| 140 |   - | 217 |  23k|   0 |   0 |   0 |1355k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1348.20/1348.29	c  1325s|  1350k|177709 |     0 |   0.0 | 212M| 140 |   - | 217 |  23k|   0 |   0 |   0 |1366k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1360.61/1360.61	c  1337s|  1360k|177866 |     0 |   0.0 | 213M| 140 |   - | 217 |  23k|   0 |   0 |   0 |1378k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1373.81/1373.82	c  1350s|  1370k|176654 |     0 |   0.0 | 214M| 140 |   - | 217 |  23k|   0 |   0 |   0 |1390k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1389.21/1389.26	c  1365s|  1380k|173002 |     0 |   0.0 | 211M| 140 |   - | 217 |  21k|   0 |   0 |   0 |1403k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1407.11/1407.18	c  1383s|  1390k|167122 |     0 |   0.0 | 207M| 140 |   - | 217 |  24k|   0 |   0 |   0 |1418k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1430.41/1430.49	c  1406s|  1400k|159816 |     0 |   0.0 | 201M| 140 |   - | 217 |  33k|   0 |   0 |   0 |1435k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1447.71/1447.71	c  1423s|  1410k|160799 |     0 |   0.0 | 201M| 140 |   - | 217 |  31k|   0 |   0 |   0 |1446k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1463.21/1463.28	c  1439s|  1420k|162197 |     0 |   0.0 | 202M| 140 |   - | 217 |  29k|   0 |   0 |   0 |1457k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1480.20/1480.20	c  1456s|  1430k|162520 |     0 |   0.0 | 204M| 140 |   - | 217 |  30k|   0 |   0 |   0 |1469k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1499.90/1499.97	c  1475s|  1440k|161642 |     0 |   0.0 | 206M| 140 |   - | 217 |  32k|   0 |   0 |   0 |1483k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1521.61/1521.61	c  1497s|  1450k|160063 |     0 |   0.0 | 206M| 140 |   - | 217 |  34k|   0 |   0 |   0 |1496k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1544.61/1544.68	c  1520s|  1460k|157863 |     0 |   0.0 | 206M| 140 |   - | 217 |  37k|   0 |   0 |   0 |1511k|   0 | 1.800000e+01 | 7.600000e+01 | 322.22%
1571.31/1571.33	c  1546s|  1470k|153978 |     0 |   0.0 | 204M| 140 |   - | 217 |  41k|   0 |   0 |   0 |1526k|   0 | 1.900000e+01 | 7.600000e+01 | 300.00%
1605.01/1605.02	c  1579s|  1480k|147032 |     0 |   0.0 | 200M| 140 |   - | 217 |  47k|   0 |   0 |   0 |1544k|   0 | 1.900000e+01 | 7.600000e+01 | 300.00%
1642.81/1642.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1642.81/1642.86	c  1617s|  1490k|143261 |     0 |   0.0 | 197M| 140 |   - | 217 |  44k|   0 |   0 |   0 |1559k|   0 | 1.900000e+01 | 7.600000e+01 | 300.00%
1685.90/1685.95	c  1660s|  1500k|138993 |     0 |   0.0 | 196M| 140 |   - | 217 |  47k|   0 |   0 |   0 |1576k|   0 | 1.900000e+01 | 7.600000e+01 | 300.00%
1738.71/1738.77	c  1712s|  1510k|131383 |     0 |   0.0 | 190M| 140 |   - | 217 |  51k|   0 |   0 |   0 |1595k|   0 | 1.900000e+01 | 7.600000e+01 | 300.00%
1791.81/1791.87	c  1764s|  1520k|123055 |     0 |   0.0 | 176M| 140 |   - | 217 |  47k|   0 |   0 |   0 |1613k|   0 | 1.900000e+01 | 7.600000e+01 | 300.00%
1797.41/1797.45	c  1770s|  1530k|130881 |     0 |   0.0 | 171M| 140 |   - | 217 |  20k|   0 |   0 |   0 |1615k|   0 | 1.900000e+01 | 7.600000e+01 | 300.00%
1800.01/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.01/1800.00	c 
1800.01/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.00	c Solving Time (sec) : 1772.13
1800.01/1800.00	c Solving Nodes      : 1533700
1800.01/1800.00	c Primal Bound       : +7.60000000000000e+01 (1 solutions)
1800.01/1800.00	c Dual Bound         : +1.90000000000000e+01
1800.01/1800.00	c Gap                : 300.00 %
1800.01/1800.01	s SATISFIABLE
1800.01/1800.01	v -x169 -x168 -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 x148 
1800.01/1800.01	v -x147 -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 
1800.01/1800.01	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 
1800.01/1800.01	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.01/1800.01	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.01/1800.01	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.01/1800.01	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.01/1800.01	v -x4 -x3 -x2 -x1 
1800.01/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.01	c Solving Time       :    1772.13
1800.01/1800.01	c Original Problem   :
1800.01/1800.01	c   Problem name     : HOME/instance-2694013-1277899906.wbo
1800.01/1800.01	c   Variables        : 221 (195 binary, 0 integer, 0 implicit integer, 26 continuous)
1800.01/1800.01	c   Constraints      : 128 initial, 128 maximal
1800.01/1800.01	c Presolved Problem  :
1800.01/1800.01	c   Problem name     : t_HOME/instance-2694013-1277899906.wbo
1800.01/1800.01	c   Variables        : 217 (193 binary, 0 integer, 0 implicit integer, 24 continuous)
1800.01/1800.01	c   Constraints      : 109 initial, 55764 maximal
1800.01/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.01	c   dualfix          :       0.00          4          0          0          0          0          0          0          0
1800.01/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.01	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.01	c   indicator        :       0.00          0          0          0          0          0          2          0          0
1800.01/1800.01	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.01/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.01	c   linear           :       0.00          0          0          0         24          0         17          2          0
1800.01/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.01/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.01/1800.01	c   indicator        :         24          0    4104666          0     844425       1634     431624          0          0          0
1800.01/1800.01	c   knapsack         :          1          0    4884464          0     995138     118467   17161997          0          0          0
1800.01/1800.01	c   setppc           :         49          0    4765996          0     995138     514791    7225730          0          0          0
1800.01/1800.01	c   linear           :         24          0    4251206          0     995138      54417    1510935          0          0          0
1800.01/1800.01	c   logicor          :         11+         0    2229556          0     995134      72794    1147598          0          0          0
1800.01/1800.01	c   bounddisjunction :          0+         0      91324          0          0         11      14445          0          0          0
1800.01/1800.01	c   countsols        :          0          0          0          0     995139          0          0          0          0          0
1800.01/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.01	c   indicator        :       2.69       0.00       1.84       0.00       0.85
1800.01/1800.01	c   knapsack         :     171.01       0.00     168.37       0.00       2.64
1800.01/1800.01	c   setppc           :      36.10       0.00      30.80       0.00       5.30
1800.01/1800.01	c   linear           :      20.34       0.00      19.85       0.00       0.49
1800.01/1800.01	c   logicor          :     790.81       0.00     789.62       0.00       1.19
1800.01/1800.01	c   bounddisjunction :       0.13       0.00       0.13       0.00       0.00
1800.01/1800.01	c   countsols        :       0.20       0.00       0.00       0.00       0.20
1800.01/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.01	c   vbounds          :       1.00          2          0          0
1800.01/1800.01	c   rootredcost      :       0.94          0          0          0
1800.01/1800.01	c   pseudoobj        :       6.16    4886388        490     296499
1800.01/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.01	c   propagation      :      20.83     760970     760908    3921252       19.9      96758       14.9          -
1800.01/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.01	c   pseudo solution  :       0.00         15         15         43        7.8          0        0.0          -
1800.01/1800.01	c   applied globally :          -          -          -    1604849       15.7          -          -          -
1800.01/1800.01	c   applied locally  :          -          -          -      13294       35.5          -          -          -
1800.01/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.01/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.01/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.01/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.01/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.01/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.01/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.01/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.01/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.01/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.01/1800.01	c Pricers            :       Time      Calls       Vars
1800.01/1800.01	c   problem variables:       0.00          0          0
1800.01/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.01/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.01	c   inference        :       7.30     995138          0          0          0          0    1990276
1800.01/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.01	c   LP solutions     :       0.00          -          0
1800.01/1800.01	c   pseudo solutions :       0.00          -          1
1800.01/1800.01	c   oneopt           :       0.46          0          0
1800.01/1800.01	c   trivial          :       0.00          2          0
1800.01/1800.01	c   simplerounding   :       0.00          0          0
1800.01/1800.01	c   zirounding       :       0.00          0          0
1800.01/1800.01	c   rounding         :       0.00          0          0
1800.01/1800.01	c   shifting         :       0.00          0          0
1800.01/1800.01	c   intshifting      :       0.00          0          0
1800.01/1800.01	c   twoopt           :       0.00          0          0
1800.01/1800.01	c   fixandinfer      :       0.00          0          0
1800.01/1800.01	c   feaspump         :       0.00          0          0
1800.01/1800.01	c   coefdiving       :       0.00          0          0
1800.01/1800.01	c   pscostdiving     :       0.00          0          0
1800.01/1800.01	c   fracdiving       :       0.00          0          0
1800.01/1800.01	c   veclendiving     :       0.00          0          0
1800.01/1800.01	c   intdiving        :       0.00          0          0
1800.01/1800.01	c   actconsdiving    :       0.00          0          0
1800.01/1800.01	c   objpscostdiving  :       0.00          0          0
1800.01/1800.01	c   rootsoldiving    :       0.00          0          0
1800.01/1800.01	c   linesearchdiving :       0.00          0          0
1800.01/1800.01	c   guideddiving     :       0.00          0          0
1800.01/1800.01	c   octane           :       0.00          0          0
1800.01/1800.01	c   rens             :       0.00          0          0
1800.01/1800.01	c   rins             :       0.00          0          0
1800.01/1800.01	c   localbranching   :       0.00          0          0
1800.01/1800.01	c   mutation         :       0.00          0          0
1800.01/1800.01	c   crossover        :       0.00          0          0
1800.01/1800.01	c   dins             :       0.00          0          0
1800.01/1800.01	c   undercover       :       0.00          0          0
1800.01/1800.01	c   nlp              :       0.24          0          0
1800.01/1800.01	c   trysol           :       0.26          1          0
1800.01/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.01/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.01/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.01/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.01/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.01	c B&B Tree           :
1800.01/1800.01	c   number of runs   :          1
1800.01/1800.01	c   nodes            :    1533700
1800.01/1800.01	c   nodes (total)    :    1533700
1800.01/1800.01	c   nodes left       :     132322
1800.01/1800.01	c   max depth        :        140
1800.01/1800.01	c   max depth (total):        140
1800.01/1800.01	c   backtracks       :     547850 (35.7%)
1800.01/1800.01	c   delayed cutoffs  :     320084
1800.01/1800.01	c   repropagations   :    1823509 (7084959 domain reductions, 224058 cutoffs)
1800.01/1800.01	c   avg switch length:      19.39
1800.01/1800.01	c   switching time   :     534.49
1800.01/1800.01	c Solution           :
1800.01/1800.01	c   Solutions found  :          1 (1 improvements)
1800.01/1800.01	c   First Solution   : +7.60000000000000e+01   (in run 1, after 525789 nodes, 324.99 seconds, depth 42, found by <relaxation>)
1800.01/1800.01	c   Primal Bound     : +7.60000000000000e+01   (in run 1, after 525789 nodes, 324.99 seconds, depth 42, found by <relaxation>)
1800.01/1800.01	c   Dual Bound       : +1.90000000000000e+01
1800.01/1800.01	c   Gap              :     300.00 %
1800.01/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.01/1800.01	c   Root Iterations  :          0
1800.41/1800.43	c Time complete: 1800.44.

Verifier Data

OK	75

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694013-1277899906/watcher-2694013-1277899906 -o /tmp/evaluation-result-2694013-1277899906/solver-2694013-1277899906 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694013-1277899906.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.02 2.01 2.00 4/178 23292
/proc/meminfo: memFree=30601376/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=8152 CPUtime=0
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 1513 0 0 0 0 0 0 0 25 0 1 0 163630146 8347648 1435 4089446400 4194304 7136930 140735047608000 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23292/statm: 2038 1439 275 719 0 1317 0

[startup+0.042366 s]
/proc/loadavg: 2.02 2.01 2.00 4/178 23292
/proc/meminfo: memFree=30601376/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=12000 CPUtime=0.03
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 4772 0 0 0 3 0 0 0 25 0 1 0 163630146 12288000 2285 4089446400 4194304 7136930 140735047608000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 3000 2285 404 719 0 2279 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12000

[startup+0.100356 s]
/proc/loadavg: 2.02 2.01 2.00 4/178 23292
/proc/meminfo: memFree=30601376/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=12396 CPUtime=0.09
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 4895 0 0 0 8 1 0 0 25 0 1 0 163630146 12693504 2408 4089446400 4194304 7136930 140735047608000 18446744073709551615 4854266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 3099 2408 404 719 0 2378 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12396

[startup+0.300324 s]
/proc/loadavg: 2.02 2.01 2.00 4/178 23292
/proc/meminfo: memFree=30601376/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=13700 CPUtime=0.29
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 5230 0 0 0 27 2 0 0 25 0 1 0 163630146 14028800 2743 4089446400 4194304 7136930 140735047608000 18446744073709551615 4854288 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 3425 2743 404 719 0 2704 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13700

[startup+0.700257 s]
/proc/loadavg: 2.02 2.01 2.00 4/178 23292
/proc/meminfo: memFree=30601376/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=16580 CPUtime=0.69
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 5933 0 0 0 64 5 0 0 25 0 1 0 163630146 16977920 3446 4089446400 4194304 7136930 140735047608000 18446744073709551615 4661065 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 4145 3446 404 719 0 3424 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16580

[startup+1.50112 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23293
/proc/meminfo: memFree=30587852/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=19824 CPUtime=1.49
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 6776 0 0 0 140 9 0 0 25 0 1 0 163630146 20299776 4289 4089446400 4194304 7136930 140735047608000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 4956 4289 404 719 0 4235 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19824

[startup+3.10085 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23293
/proc/meminfo: memFree=30583512/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=24636 CPUtime=3.09
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 7984 0 0 0 292 17 0 0 25 0 1 0 163630146 25227264 5497 4089446400 4194304 7136930 140735047608000 18446744073709551615 5909102 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 6159 5497 404 719 0 5438 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24636

[startup+6.30032 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23293
/proc/meminfo: memFree=30575212/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=33980 CPUtime=6.3
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 10359 0 0 0 599 31 0 0 25 0 1 0 163630146 34795520 7872 4089446400 4194304 7136930 140735047608000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 8495 7872 404 719 0 7774 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 33980

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23293
/proc/meminfo: memFree=30562668/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=44428 CPUtime=12.69
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 12977 0 0 0 1218 51 0 0 25 0 1 0 163630146 45494272 10490 4089446400 4194304 7136930 140735047608000 18446744073709551615 5000303 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 11107 10490 404 719 0 10386 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44428

[startup+25.5011 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 23293
/proc/meminfo: memFree=30543996/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=61712 CPUtime=25.49
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 17349 0 0 0 2462 87 0 0 25 0 1 0 163630146 63193088 14862 4089446400 4194304 7136930 140735047608000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 15428 14862 404 719 0 14707 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61712

[startup+51.1008 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 23293
/proc/meminfo: memFree=30517120/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=88328 CPUtime=51.1
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 23995 0 0 0 4958 152 0 0 25 0 1 0 163630146 90447872 21508 4089446400 4194304 7136930 140735047608000 18446744073709551615 4608164 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 22082 21508 404 719 0 21361 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 88328

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23295
/proc/meminfo: memFree=30496620/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=110212 CPUtime=102.3
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 28939 0 0 0 9990 240 0 0 25 0 1 0 163630146 112857088 26452 4089446400 4194304 7136930 140735047608000 18446744073709551615 4854288 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 27553 26452 404 719 0 26832 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 110212

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23297
/proc/meminfo: memFree=30470532/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=135968 CPUtime=162.29
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 35435 0 0 0 15888 341 0 0 25 0 1 0 163630146 139231232 32948 4089446400 4194304 7136930 140735047608000 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 33992 32948 404 719 0 33271 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 135968

[startup+222.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 23297
/proc/meminfo: memFree=30465640/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=139928 CPUtime=222.3
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 36410 0 0 0 21801 429 0 0 25 0 1 0 163630146 143286272 33923 4089446400 4194304 7136930 140735047608000 18446744073709551615 4210534 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 34982 33923 404 719 0 34261 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 139928

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23299
/proc/meminfo: memFree=30442280/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=162524 CPUtime=282.3
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 42162 0 0 0 27681 549 0 0 25 0 1 0 163630146 166424576 39675 4089446400 4194304 7136930 140735047608000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 40631 39675 404 719 0 39910 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 162524

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 23301
/proc/meminfo: memFree=30438392/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=166168 CPUtime=342.29
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 43083 0 0 0 33599 630 0 0 25 0 1 0 163630146 170156032 40596 4089446400 4194304 7136930 140735047608000 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 41542 40596 407 719 0 40821 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 166168

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23303
/proc/meminfo: memFree=30427324/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=178084 CPUtime=402.29
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 45911 0 0 0 39528 701 0 0 25 0 1 0 163630146 182358016 43424 4089446400 4194304 7136930 140735047608000 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 44521 43424 407 719 0 43800 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 178084

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23305
/proc/meminfo: memFree=30423060/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=182488 CPUtime=462.3
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 46991 0 0 0 45438 792 0 0 25 0 1 0 163630146 186867712 44504 4089446400 4194304 7136930 140735047608000 18446744073709551615 4999782 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 45622 44504 407 719 0 44901 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 182488

[startup+522.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 23305
/proc/meminfo: memFree=30419928/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=184996 CPUtime=522.3
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 47597 0 0 0 51361 869 0 0 25 0 1 0 163630146 189435904 45110 4089446400 4194304 7136930 140735047608000 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 46249 45110 407 719 0 45528 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 184996

[startup+582.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23307
/proc/meminfo: memFree=30417012/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=188380 CPUtime=582.3
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 48390 0 0 0 57318 912 0 0 25 0 1 0 163630146 192901120 45903 4089446400 4194304 7136930 140735047608000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 47095 45903 407 719 0 46374 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 188380

[startup+642.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 23309
/proc/meminfo: memFree=30415224/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=189584 CPUtime=642.31
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 48656 0 0 0 63278 953 0 0 25 0 1 0 163630146 194134016 46169 4089446400 4194304 7136930 140735047608000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23292/statm: 47396 46169 407 719 0 46675 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 189584

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 1.97 1.98 1.99 3/197 23384
/proc/meminfo: memFree=30802836/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=239276 CPUtime=942.3
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 61115 0 0 0 92824 1406 0 0 25 0 1 0 163630146 245018624 58628 4089446400 4194304 7136930 140735047608000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23292/statm: 59819 58628 407 719 0 59098 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 239276

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 23386
/proc/meminfo: memFree=30771544/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=242592 CPUtime=1002.31
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 61914 0 0 0 98676 1555 0 0 25 0 1 0 163630146 248414208 59427 4089446400 4194304 7136930 140735047608000 18446744073709551615 4998381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23292/statm: 60648 59427 407 719 0 59927 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 242592

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 23388
/proc/meminfo: memFree=30747580/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=249212 CPUtime=1062.31
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 63568 0 0 0 104480 1751 0 0 25 0 1 0 163630146 255193088 61081 4089446400 4194304 7136930 140735047608000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23292/statm: 62303 61081 407 719 0 61582 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 249212

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 23388
/proc/meminfo: memFree=30704132/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=263932 CPUtime=1122.3
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 67301 0 0 0 110285 1945 0 0 25 0 1 0 163630146 270266368 64814 4089446400 4194304 7136930 140735047608000 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23292/statm: 65983 64814 407 719 0 65262 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 263932

[startup+1182.3 s]
/proc/loadavg: 2.26 2.09 2.03 3/197 23390
/proc/meminfo: memFree=30683248/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=264092 CPUtime=1182.3
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 67333 0 0 0 116141 2089 0 0 25 0 1 0 163630146 270430208 64846 4089446400 4194304 7136930 140735047608000 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23292/statm: 66023 64846 407 719 0 65302 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 264092

[startup+1242.3 s]
/proc/loadavg: 2.09 2.08 2.03 3/197 23392
/proc/meminfo: memFree=30662260/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=264092 CPUtime=1242.3
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 67403 0 0 0 122007 2223 0 0 25 0 1 0 163630146 270430208 64916 4089446400 4194304 7136930 140735047608000 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23292/statm: 66023 64916 407 719 0 65302 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 264092

[startup+1302.3 s]
/proc/loadavg: 2.03 2.06 2.02 3/197 23394
/proc/meminfo: memFree=30656748/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=264092 CPUtime=1302.31
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 67418 0 0 0 127919 2312 0 0 25 0 1 0 163630146 270430208 64931 4089446400 4194304 7136930 140735047608000 18446744073709551615 4999881 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23292/statm: 66023 64931 407 719 0 65302 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 264092

[startup+1362.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/197 23396
/proc/meminfo: memFree=30649148/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=271696 CPUtime=1362.3
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 69297 0 0 0 133853 2377 0 0 25 0 1 0 163630146 278216704 66810 4089446400 4194304 7136930 140735047608000 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23292/statm: 67924 66810 407 719 0 67203 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 271696

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.01 3/197 23396
/proc/meminfo: memFree=30616616/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=272720 CPUtime=1422.31
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 69553 0 0 0 139805 2426 0 0 25 0 1 0 163630146 279265280 67066 4089446400 4194304 7136930 140735047608000 18446744073709551615 4223215 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23292/statm: 68180 67066 407 719 0 67459 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 272720

[startup+1482.3 s]
/proc/loadavg: 1.96 2.01 2.00 3/197 23398
/proc/meminfo: memFree=30592152/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=272924 CPUtime=1482.3
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 69615 0 0 0 145759 2471 0 0 25 0 1 0 163630146 279474176 67128 4089446400 4194304 7136930 140735047608000 18446744073709551615 4209129 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23292/statm: 68231 67128 407 719 0 67510 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 272924

[startup+1542.3 s]
/proc/loadavg: 1.98 2.00 2.00 3/197 23400
/proc/meminfo: memFree=30565704/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=275452 CPUtime=1542.31
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 70071 0 0 0 151719 2512 0 0 25 0 1 0 163630146 282062848 67584 4089446400 4194304 7136930 140735047608000 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23292/statm: 68863 67584 407 719 0 68142 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 275452

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 23402
/proc/meminfo: memFree=30535916/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=278140 CPUtime=1602.31
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 70689 0 0 0 157679 2552 0 0 25 0 1 0 163630146 284815360 68202 4089446400 4194304 7136930 140735047608000 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23292/statm: 69535 68202 407 719 0 68814 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 278140

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 23404
/proc/meminfo: memFree=30519264/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=278452 CPUtime=1662.3
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 70769 0 0 0 163618 2612 0 0 25 0 1 0 163630146 285134848 68282 4089446400 4194304 7136930 140735047608000 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23292/statm: 69613 68282 407 719 0 68892 0
Current children cumulated CPU time (s) 1662.3
Current children cumulated vsize (KiB) 278452

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 23404
/proc/meminfo: memFree=30495792/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=281044 CPUtime=1722.31
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 71283 0 0 0 169558 2673 0 0 25 0 1 0 163630146 287789056 68796 4089446400 4194304 7136930 140735047608000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23292/statm: 70261 68796 407 719 0 69540 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 281044

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/197 23409
/proc/meminfo: memFree=30466820/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=282188 CPUtime=1782.31
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 71596 0 0 0 175490 2741 0 0 25 0 1 0 163630146 288960512 69109 4089446400 4194304 7136930 140735047608000 18446744073709551615 4659942 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23292/statm: 70547 69109 407 719 0 69826 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 282188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.05 2.02 2.00 3/197 23411
/proc/meminfo: memFree=30457936/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=282188 CPUtime=1800.01
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 71619 0 0 0 177212 2789 0 0 25 0 1 0 163630146 288960512 69132 4089446400 4194304 7136930 140735047608000 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23292/statm: 70547 69132 407 719 0 69826 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 282188

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.05 2.02 2.00 3/197 23411
/proc/meminfo: memFree=30457936/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=282188 CPUtime=1800.21
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 71624 0 0 0 177232 2789 0 0 18 0 1 0 163630146 288960512 69137 4089446400 4194304 7136930 140735047608000 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23292/statm: 70547 69137 412 719 0 69826 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 282188

[startup+1800.4 s]
/proc/loadavg: 2.05 2.02 2.00 3/197 23411
/proc/meminfo: memFree=30457936/32951124 swapFree=67111528/67111528
[pid=23292] ppid=23290 vsize=273924 CPUtime=1800.41
/proc/23292/stat : 23292 (pbscip.linux.x8) R 23290 23292 22591 0 -1 4202496 71624 0 0 0 177252 2789 0 0 18 0 1 0 163630146 280498176 67072 4089446400 4194304 7136930 140735047608000 18446744073709551615 4332879 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23292/statm: 68481 67072 412 719 0 67760 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 273924

Child status: 0
Real time (s): 1800.44
CPU time (s): 1800.45
CPU user time (s): 1772.54
CPU system time (s): 27.9088
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 282188

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

runsolver used 3.3105 second user time and 6.08308 second system time

The end

Launcher Data

Begin job on node118 at 2010-06-30 14:11:46
IDJOB=2694013
IDBENCH=78869
IDSOLVER=1206
FILE ID=node118/2694013-1277899906
PBS_JOBID= 11197185
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.1110973163--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-2694013-1277899906/watcher-2694013-1277899906 -o /tmp/evaluation-result-2694013-1277899906/solver-2694013-1277899906 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694013-1277899906.wbo -t 1800 -m 3800

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

MD5SUM BENCH= e7272fac9c266fd7ef88e48b4d5664ef
RANDOM SEED=1558734555

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
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.791
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
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	: 5448.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30601904 kB
Buffers:        183036 kB
Cached:        1298564 kB
SwapCached:          0 kB
Active:        1196876 kB
Inactive:      1010004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30601904 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3124 kB
Writeback:           0 kB
AnonPages:      725828 kB
Mapped:          16508 kB
Slab:            78220 kB
PageTables:       6156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   887276 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node118 at 2010-06-30 14:41:48