Trace number 3447258

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
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4OPTIMUM 1405.73 1405.69

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900550720--soft-66-100-0.wbo
MD5SUMae69d101397f3698be33e129d2355418
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark60.7458
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints892
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 45060
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45059
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447258-1307898940.wbo>
0.00/0.02	c original problem has 1123 variables (1123 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 208 impls, 13 clqs
0.00/0.07	c (round 2) 0 del vars, 155 del conss, 0 add conss, 892 chg bounds, 48 chg sides, 0 chg coeffs, 0 upgd conss, 208 impls, 13 clqs
0.00/0.09	c (round 3) 96 del vars, 254 del conss, 0 add conss, 913 chg bounds, 126 chg sides, 0 chg coeffs, 0 upgd conss, 208 impls, 13 clqs
0.00/0.10	c (round 4) 138 del vars, 254 del conss, 0 add conss, 913 chg bounds, 126 chg sides, 0 chg coeffs, 1700 upgd conss, 208 impls, 13 clqs
0.09/0.10	c (round 5) 138 del vars, 255 del conss, 0 add conss, 913 chg bounds, 126 chg sides, 0 chg coeffs, 1700 upgd conss, 208 impls, 13 clqs
0.09/0.14	c    (0.1s) probing: 101/1054 (9.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (6 rounds):
0.09/0.14	c  138 deleted vars, 255 deleted constraints, 0 added constraints, 913 tightened bounds, 0 added holes, 126 changed sides, 0 changed coefficients
0.09/0.14	c  1031 implications, 13 cliques
0.09/0.14	c presolved problem has 1877 variables (1054 bin, 0 int, 823 impl, 0 cont) and 3345 constraints
0.09/0.14	c      59 constraints of type <setppc>
0.09/0.14	c     823 constraints of type <linear>
0.09/0.14	c     823 constraints of type <indicator>
0.09/0.14	c    1640 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.12
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 2.0.1.4
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1800
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 13950
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # belongs reading time to solving time?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c timing/reading = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.17	c   0.2s|     1 |     0 |    96 |     - |8105k|   0 |  37 |1877 |4183 |1877 |2522 |   0 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.25	o 41478
0.19/0.25	c y 0.3s|     1 |     0 |   805 |     - |8178k|   0 |  37 |1877 |4183 |1877 |2522 |   0 |  15 |   0 | 0.000000e+00 | 4.147800e+04 |    Inf 
0.29/0.38	c   0.4s|     1 |     0 |   822 |     - |8724k|   0 |  40 |1877 |4183 |1877 |2527 |   5 |  15 |   0 | 0.000000e+00 | 4.147800e+04 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   890 |     - |9261k|   0 |  45 |1877 |4183 |1877 |2531 |   9 |  15 |   0 | 0.000000e+00 | 4.147800e+04 |    Inf 
0.59/0.68	c   0.7s|     1 |     0 |   920 |     - |9404k|   0 |  46 |1877 |4183 |1877 |2541 |  19 |  15 |   0 | 0.000000e+00 | 4.147800e+04 |    Inf 
0.79/0.88	c   0.9s|     1 |     0 |   949 |     - |9495k|   0 |  48 |1877 |4183 |1877 |2546 |  24 |  15 |   0 | 0.000000e+00 | 4.147800e+04 |    Inf 
1.09/1.11	c   1.1s|     1 |     0 |   979 |     - |9574k|   0 |  45 |1877 |4183 |1877 |2549 |  27 |  15 |   0 | 0.000000e+00 | 4.147800e+04 |    Inf 
1.30/1.32	c   1.3s|     1 |     0 |   992 |     - |9575k|   0 |  48 |1877 |4183 |1877 |2551 |  29 |  15 |   0 | 0.000000e+00 | 4.147800e+04 |    Inf 
1.69/1.74	c   1.7s|     1 |     2 |   992 |     - |9576k|   0 |  48 |1877 |4183 |1877 |2551 |  29 |  15 |   9 | 0.000000e+00 | 4.147800e+04 |    Inf 
2.60/2.65	o 274
2.60/2.65	c * 2.7s|    14 |    13 |  2366 | 105.7 |9823k|  13 |   - |1877 |4183 |1877 |2601 |  69 |  15 | 101 | 0.000000e+00 | 2.740000e+02 |    Inf 
2.79/2.88	o 225
2.79/2.88	c * 2.9s|    21 |    14 |  2875 |  94.2 |  10M|  14 |   - |1877 |4190 |1877 |2603 | 111 |  22 | 122 | 0.000000e+00 | 2.250000e+02 |    Inf 
2.99/3.08	o 57
2.99/3.08	c * 3.1s|    31 |    14 |  3256 |  75.5 |  10M|  18 |   - |1877 |4197 |1877 |2591 | 141 |  29 | 157 | 0.000000e+00 | 5.700000e+01 |    Inf 
3.19/3.21	o 49
3.19/3.21	c * 3.2s|    33 |    12 |  3420 |  75.9 |  10M|  18 |   - |1877 |3459 |1877 |2564 | 144 |  29 | 193 | 0.000000e+00 | 4.900000e+01 |    Inf 
20.89/20.93	o 41
20.89/20.93	c *20.9s|  2003 |   227 | 40868 |  19.9 |  12M|  39 |   - |1877 |4469 |1877 |2539 | 175 |1993 |1786 | 0.000000e+00 | 4.100000e+01 |    Inf 
20.99/21.03	o 31
20.99/21.03	c *21.0s|  2019 |   220 | 41325 |  20.0 |  12M|  39 |   - |1877 |4332 |1877 |2542 | 179 |2003 |1786 | 0.000000e+00 | 3.100000e+01 |    Inf 
37.18/37.20	o 24
37.18/37.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.18/37.20	c *37.2s|  6008 |   360 |115328 |  19.0 |  15M|  44 |   - |1877 |5457 |1877 |2538 | 210 |6962 |1999 | 0.000000e+00 | 2.400000e+01 |    Inf 
40.19/40.20	o 14
40.19/40.20	c *40.2s|  6753 |   344 |130182 |  19.1 |  15M|  44 |   - |1877 |5463 |1877 |2540 | 212 |7850 |1999 | 0.000000e+00 | 1.400000e+01 |    Inf 
47.08/47.19	o 9
47.08/47.19	c *47.2s|  8976 |   305 |165861 |  18.4 |  15M|  44 |   - |1877 |5267 |1877 |2538 | 212 |  10k|2004 | 0.000000e+00 | 9.000000e+00 |    Inf 
47.79/47.86	o 7
47.79/47.86	c *47.9s|  9217 |   306 |169627 |  18.3 |  15M|  44 |   - |1877 |5091 |1877 |2538 | 212 |  11k|2004 | 0.000000e+00 | 7.000000e+00 |    Inf 
50.48/50.51	c  50.5s| 10000 |   316 |183613 |  18.3 |  15M|  44 |   - |1877 |4616 |   0 |   0 | 212 |  11k|2013 | 0.000000e+00 | 7.000000e+00 |    Inf 
52.98/53.04	o 5
52.98/53.04	c *53.0s| 10660 |   346 |197035 |  18.4 |  15M|  44 |   - |1877 |4952 |1877 |2562 | 213 |  12k|2035 | 0.000000e+00 | 5.000000e+00 |    Inf 
57.39/57.41	o 3
57.39/57.41	c *57.4s| 12221 |   366 |218880 |  17.8 |  15M|  46 |   - |1877 |6039 |1877 |2562 | 214 |  14k|2035 | 0.000000e+00 | 3.000000e+00 |    Inf 
79.99/80.01	c  80.0s| 20000 |   532 |344077 |  17.2 |  18M|  51 |  42 |1877 |9486 |1877 |2561 | 214 |  23k|2121 | 0.000000e+00 | 3.000000e+00 |    Inf 
110.58/110.67	c   111s| 30000 |   776 |493426 |  16.4 |  21M|  71 |   - |1877 |  13k|1877 |2561 | 214 |  37k|2688 | 0.000000e+00 | 3.000000e+00 |    Inf 
140.08/140.18	c   140s| 40000 |   657 |634303 |  15.8 |  21M|  71 |   - |1877 |  12k|1877 |2561 | 214 |  50k|3108 | 0.000000e+00 | 3.000000e+00 |    Inf 
172.58/172.66	c   173s| 50000 |   639 |800219 |  16.0 |  21M|  71 |  29 |1877 |  12k|1877 |2538 | 214 |  63k|3586 | 0.000000e+00 | 3.000000e+00 |    Inf 
204.39/204.44	c   204s| 60000 |   638 |969973 |  16.1 |  24M|  71 |   - |1877 |  16k|   0 |   0 | 214 |  76k|3969 | 0.000000e+00 | 3.000000e+00 |    Inf 
236.39/236.48	c   236s| 70000 |   563 |  1138k|  16.2 |  24M|  71 |   - |1877 |  16k|   0 |   0 | 214 |  89k|4340 | 0.000000e+00 | 3.000000e+00 |    Inf 
267.99/268.00	c   268s| 80000 |   350 |  1301k|  16.3 |  21M|  71 |  34 |1877 |  12k|1877 |2538 | 214 | 102k|4598 | 0.000000e+00 | 3.000000e+00 |    Inf 
301.09/301.11	c   301s| 90000 |   189 |  1472k|  16.4 |  20M|  71 |   - |1877 |  11k|1877 |2561 | 214 | 115k|5012 | 0.000000e+00 | 3.000000e+00 |    Inf 
330.79/330.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
330.79/330.85	c   331s|100000 |   248 |  1626k|  16.3 |  21M|  71 |   - |1877 |  15k|   0 |   0 | 214 | 128k|5336 | 0.000000e+00 | 3.000000e+00 |    Inf 
359.70/359.80	c   360s|110000 |   158 |  1777k|  16.2 |  22M|  71 |  37 |1877 |  16k|1877 |2538 | 214 | 141k|5528 | 0.000000e+00 | 3.000000e+00 |    Inf 
391.50/391.52	c   392s|120000 |   177 |  1941k|  16.2 |  23M|  71 |   - |1877 |  20k|1877 |2538 | 214 | 153k|5868 | 0.000000e+00 | 3.000000e+00 |    Inf 
425.30/425.32	c   425s|130000 |   166 |  2119k|  16.3 |  24M|  71 |   - |1877 |  20k|1877 |2538 | 214 | 165k|6176 | 0.000000e+00 | 3.000000e+00 |    Inf 
456.10/456.13	c   456s|140000 |   148 |  2272k|  16.2 |  24M|  71 |  31 |1877 |  22k|1877 |2538 | 214 | 178k|6419 | 0.000000e+00 | 3.000000e+00 |    Inf 
491.30/491.37	c   491s|150000 |   185 |  2459k|  16.4 |  26M|  71 |  33 |1877 |  26k|1877 |2538 | 214 | 190k|6633 | 0.000000e+00 | 3.000000e+00 |    Inf 
524.10/524.17	c   524s|160000 |   207 |  2619k|  16.4 |  27M|  71 |  28 |1877 |  29k|1877 |2538 | 214 | 203k|6882 | 0.000000e+00 | 3.000000e+00 |    Inf 
554.30/554.30	o 1
554.30/554.30	c * 554s|168816 |   152 |  2768k|  16.4 |  28M|  71 |   - |1877 |  30k|1877 |2539 | 215 | 214k|7088 | 0.000000e+00 | 1.000000e+00 |    Inf 
558.41/558.45	c   558s|170000 |   153 |  2788k|  16.4 |  28M|  71 |   - |1877 |  30k|1877 |2538 | 215 | 215k|7138 | 0.000000e+00 | 1.000000e+00 |    Inf 
592.20/592.25	c   592s|180000 |   199 |  2951k|  16.4 |  29M|  71 |  26 |1877 |  33k|1877 |2538 | 215 | 228k|7359 | 0.000000e+00 | 1.000000e+00 |    Inf 
625.41/625.47	c   625s|190000 |   246 |  3107k|  16.4 |  31M|  71 |  19 |1877 |  37k|1877 |2538 | 215 | 240k|7542 | 0.000000e+00 | 1.000000e+00 |    Inf 
659.61/659.60	c   660s|200000 |   185 |  3270k|  16.3 |  31M|  71 |  38 |1877 |  38k|1877 |2538 | 215 | 253k|7709 | 0.000000e+00 | 1.000000e+00 |    Inf 
694.31/694.34	c   694s|210000 |   151 |  3436k|  16.4 |  32M|  71 |   - |1877 |  41k|1877 |2538 | 215 | 266k|7899 | 0.000000e+00 | 1.000000e+00 |    Inf 
728.91/728.98	c   729s|220000 |   247 |  3603k|  16.4 |  35M|  71 |  40 |1877 |  44k|1877 |2538 | 215 | 278k|8046 | 0.000000e+00 | 1.000000e+00 |    Inf 
762.71/762.73	c   763s|230000 |   143 |  3754k|  16.3 |  34M|  71 |   - |1877 |  45k|1877 |2538 | 215 | 291k|8210 | 0.000000e+00 | 1.000000e+00 |    Inf 
801.71/801.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
801.71/801.79	c   802s|240000 |   180 |  3947k|  16.4 |  36M|  71 |   - |1877 |  48k|1877 |2538 | 215 | 303k|8347 | 0.000000e+00 | 1.000000e+00 |    Inf 
840.71/840.73	c   841s|250000 |   377 |  4126k|  16.5 |  37M|  71 |   - |1877 |  49k|1877 |2538 | 215 | 316k|8536 | 0.000000e+00 | 1.000000e+00 |    Inf 
878.02/878.00	c   878s|260000 |   421 |  4293k|  16.5 |  39M|  71 |  18 |1877 |  51k|1877 |2538 | 215 | 329k|8698 | 0.000000e+00 | 1.000000e+00 |    Inf 
915.11/915.14	c   915s|270000 |   523 |  4463k|  16.5 |  40M|  71 |   - |1877 |  52k|1877 |2538 | 215 | 342k|8849 | 0.000000e+00 | 1.000000e+00 |    Inf 
954.12/954.17	c   954s|280000 |   579 |  4649k|  16.6 |  41M|  71 |  24 |1877 |  53k|1877 |2538 | 215 | 355k|9031 | 0.000000e+00 | 1.000000e+00 |    Inf 
992.42/992.50	c   992s|290000 |   588 |  4830k|  16.7 |  41M|  71 |  37 |1877 |  53k|1877 |2538 | 215 | 368k|9191 | 0.000000e+00 | 1.000000e+00 |    Inf 
1029.92/1029.92	c  1030s|300000 |   609 |  5004k|  16.7 |  42M|  71 |   - |1877 |  53k|1877 |2538 | 215 | 380k|9339 | 0.000000e+00 | 1.000000e+00 |    Inf 
1070.33/1070.35	c  1070s|310000 |   794 |  5187k|  16.7 |  44M|  71 |  37 |1877 |  57k|1877 |2538 | 215 | 394k|9499 | 0.000000e+00 | 1.000000e+00 |    Inf 
1110.63/1110.63	c  1111s|320000 |   918 |  5376k|  16.8 |  47M|  71 |  40 |1877 |  59k|1877 |2538 | 215 | 408k|9662 | 0.000000e+00 | 1.000000e+00 |    Inf 
1149.64/1149.62	c  1150s|330000 |   788 |  5557k|  16.8 |  45M|  71 |   - |1877 |  57k|1877 |2538 | 215 | 422k|9803 | 0.000000e+00 | 1.000000e+00 |    Inf 
1189.53/1189.52	c  1190s|340000 |   670 |  5739k|  16.9 |  43M|  71 |  33 |1877 |  54k|1877 |2538 | 215 | 436k|9949 | 0.000000e+00 | 1.000000e+00 |    Inf 
1227.83/1227.87	c  1228s|350000 |   583 |  5919k|  16.9 |  42M|  71 |  32 |1877 |  53k|1877 |2538 | 215 | 448k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1268.03/1268.06	c  1268s|360000 |   557 |  6104k|  17.0 |  42M|  71 |   - |1877 |  53k|1877 |2538 | 215 | 461k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1305.74/1305.80	c  1306s|370000 |   439 |  6279k|  17.0 |  42M|  71 |  38 |1877 |  55k|1877 |2538 | 215 | 473k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1343.84/1343.88	c  1344s|380000 |   303 |  6449k|  17.0 |  40M|  71 |  37 |1877 |  53k|1877 |2538 | 215 | 486k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1383.54/1383.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1383.54/1383.55	c  1384s|390000 |   186 |  6632k|  17.0 |  40M|  71 |  28 |1877 |  53k|1877 |2538 | 215 | 499k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1405.63/1405.64	c 
1405.63/1405.64	c SCIP Status        : problem is solved [optimal solution found]
1405.63/1405.64	c Solving Time (sec) : 1405.64
1405.63/1405.64	c Solving Nodes      : 395530
1405.63/1405.64	c Primal Bound       : +1.00000000000000e+00 (74 solutions)
1405.63/1405.64	c Dual Bound         : +1.00000000000000e+00
1405.63/1405.64	c Gap                : 0.00 %
1405.63/1405.64	s OPTIMUM FOUND
1405.63/1405.64	v -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1405.63/1405.64	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
1405.63/1405.64	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 x171 -x170 -x169 -x168 
1405.63/1405.64	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 -x147 
1405.63/1405.64	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 
1405.63/1405.64	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1405.63/1405.64	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 x80 
1405.63/1405.64	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 x71 -x70 -x69 -x68 -x67 x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1405.63/1405.64	v -x53 x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1405.63/1405.64	v -x28 -x27 -x26 -x25 x24 -x23 -x22 -x21 -x20 -x19 x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1405.63/1405.64	v x1 
1405.63/1405.64	c SCIP Status        : problem is solved [optimal solution found]
1405.63/1405.64	c Total Time         :    1405.64
1405.63/1405.64	c   solving          :    1405.64
1405.63/1405.64	c   presolving       :       0.12 (included in solving)
1405.63/1405.64	c   reading          :       0.02 (included in solving)
1405.63/1405.64	c Original Problem   :
1405.63/1405.64	c   Problem name     : HOME/instance-3447258-1307898940.wbo
1405.63/1405.64	c   Variables        : 1123 (1123 binary, 0 integer, 0 implicit integer, 0 continuous)
1405.63/1405.64	c   Constraints      : 2708 initial, 2708 maximal
1405.63/1405.64	c Presolved Problem  :
1405.63/1405.64	c   Problem name     : t_HOME/instance-3447258-1307898940.wbo
1405.63/1405.64	c   Variables        : 1877 (1054 binary, 0 integer, 823 implicit integer, 0 continuous)
1405.63/1405.64	c   Constraints      : 3345 initial, 60152 maximal
1405.63/1405.64	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1405.63/1405.64	c   trivial          :       0.00         69          0          0          0          0          0          0          0          0
1405.63/1405.64	c   dualfix          :       0.00         69          0          0          0          0          0          0          0          0
1405.63/1405.64	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1405.63/1405.64	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1405.63/1405.64	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1405.63/1405.64	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1405.63/1405.64	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1405.63/1405.64	c   setppc           :       0.00          0          0          0          0          0          1          0          0          0
1405.63/1405.64	c   linear           :       0.06          0          0          0        913          0        185          0        126          0
1405.63/1405.64	c   indicator        :       0.00          0          0          0          0          0         69          0          0          0
1405.63/1405.64	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1405.63/1405.64	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1405.63/1405.64	c   root node        :          -       1646          -          -       1646          -          -          -          -          -
1405.63/1405.64	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1405.63/1405.64	c   integral         :          0          0          0     203649          0        273          0        420       3731          0          0     401434
1405.63/1405.64	c   varbound         :          0+         6     796588        199          0          0       2123          3     124178        196          0          0
1405.63/1405.64	c   setppc           :         59          6    1811270          8          0        270    2689678       8904    1316140          0          0          0
1405.63/1405.64	c   linear           :        823          6    1802432          8          0        263    2727920      17366    3274407          0          0          0
1405.63/1405.64	c   indicator        :        823          0     784414        199          0        263       1507          0       3086          0          0          0
1405.63/1405.64	c   logicor          :       1640+         6     833737         13          0         61    2432086      14238    2347398          0          0          0
1405.63/1405.64	c   bounddisjunction :          0+         0     181957          0          0          0        203         11        197          0          0          0
1405.63/1405.64	c   countsols        :          0          0          0         13          0         63          0          0          0          0          0          0
1405.63/1405.64	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1405.63/1405.64	c   integral         :      57.95       0.00       0.00      57.94       0.00       0.01       0.00
1405.63/1405.64	c   varbound         :       0.60       0.00       0.60       0.00       0.00       0.00       0.00
1405.63/1405.64	c   setppc           :      10.44       0.00       9.77       0.00       0.00       0.00       0.66
1405.63/1405.64	c   linear           :      25.18       0.00      23.36       0.00       0.00       0.02       1.80
1405.63/1405.64	c   indicator        :       0.74       0.00       0.66       0.01       0.00       0.07       0.00
1405.63/1405.64	c   logicor          :     136.68       0.00     134.60       0.00       0.00       0.01       2.07
1405.63/1405.64	c   bounddisjunction :       0.42       0.00       0.42       0.00       0.00       0.00       0.00
1405.63/1405.64	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1405.63/1405.64	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1405.63/1405.64	c   vbounds          :      10949        722          1      23759
1405.63/1405.64	c   rootredcost      :         14          0          0        823
1405.63/1405.64	c   pseudoobj        :    1811465       2335        281     122511
1405.63/1405.64	c Propagator Timings :  TotalTime  Propagate    Resprop
1405.63/1405.64	c   vbounds          :       1.21       1.21       0.00
1405.63/1405.64	c   rootredcost      :       0.30       0.30       0.00
1405.63/1405.64	c   pseudoobj        :      22.33      22.31       0.02
1405.63/1405.64	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1405.63/1405.64	c   propagation      :       2.32      40804      40676     234534       30.3        929       21.3          -
1405.63/1405.64	c   infeasible LP    :      27.95     159701     159677    1059123       40.7       2658       13.9          0
1405.63/1405.64	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1405.63/1405.64	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1405.63/1405.64	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1405.63/1405.64	c   applied globally :          -          -          -     506504       34.9          -          -          -
1405.63/1405.64	c   applied locally  :          -          -          -          0        0.0          -          -          -
1405.63/1405.64	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1405.63/1405.64	c   cut pool         :       0.00          5          -          -         13          -    (maximal pool size: 372)
1405.63/1405.64	c   redcost          :       6.53     204102          0      29250          0          0
1405.63/1405.64	c   impliedbounds    :       0.00          6          0          0          0          0
1405.63/1405.64	c   intobj           :       0.00          0          0          0          0          0
1405.63/1405.64	c   gomory           :       0.46          6          0          0       1089          0
1405.63/1405.64	c   cgmip            :       0.00          0          0          0          0          0
1405.63/1405.64	c   closecuts        :       0.00          0          0          0          0          0
1405.63/1405.64	c   strongcg         :       0.37          6          0          0       1259          0
1405.63/1405.64	c   cmir             :       0.06          6          0          0          5          0
1405.63/1405.64	c   flowcover        :       0.07          6          0          0          7          0
1405.63/1405.64	c   clique           :       0.00          6          0          0          0          0
1405.63/1405.64	c   zerohalf         :       0.00          0          0          0          0          0
1405.63/1405.64	c   mcf              :       0.00          1          0          0          0          0
1405.63/1405.64	c   oddcycle         :       0.00          0          0          0          0          0
1405.63/1405.64	c   rapidlearning    :       0.07          1          0          0          0          0
1405.63/1405.64	c Pricers            :       Time      Calls       Vars
1405.63/1405.64	c   problem variables:       0.00          0          0
1405.63/1405.64	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1405.63/1405.64	c   relpscost        :      57.77     203450        420       3731          0          0     401434
1405.63/1405.64	c   pscost           :       0.00          0          0          0          0          0          0
1405.63/1405.64	c   inference        :       0.00          0          0          0          0          0          0
1405.63/1405.64	c   mostinf          :       0.00          0          0          0          0          0          0
1405.63/1405.64	c   leastinf         :       0.00          0          0          0          0          0          0
1405.63/1405.64	c   fullstrong       :       0.00          0          0          0          0          0          0
1405.63/1405.64	c   allfullstrong    :       0.00          0          0          0          0          0          0
1405.63/1405.64	c   random           :       0.00          0          0          0          0          0          0
1405.63/1405.64	c Primal Heuristics  :       Time      Calls      Found
1405.63/1405.64	c   LP solutions     :       0.00          -         13
1405.63/1405.64	c   pseudo solutions :       0.00          -          0
1405.63/1405.64	c   oneopt           :       0.21         14          0
1405.63/1405.64	c   feaspump         :       0.10          1          0
1405.63/1405.64	c   crossover        :       0.70         17          0
1405.63/1405.64	c   pscostdiving     :       1.05         59          0
1405.63/1405.64	c   fracdiving       :       2.08         59          0
1405.63/1405.64	c   veclendiving     :       1.33         59          0
1405.63/1405.64	c   linesearchdiving :       0.82         59          0
1405.63/1405.64	c   guideddiving     :       1.64         59          0
1405.63/1405.64	c   objpscostdiving  :       0.55         30          0
1405.63/1405.64	c   rootsoldiving    :       0.60         30          0
1405.63/1405.64	c   coefdiving       :       1.78         60          0
1405.63/1405.64	c   trivial          :       0.00          2          0
1405.63/1405.64	c   shiftandpropagate:       0.01          1          0
1405.63/1405.64	c   simplerounding   :       0.33     203692          0
1405.63/1405.64	c   zirounding       :       5.11        232          0
1405.63/1405.64	c   rounding         :       0.75       6338          0
1405.63/1405.64	c   shifting         :       0.73       1978          0
1405.63/1405.64	c   intshifting      :       0.01          0          0
1405.63/1405.64	c   twoopt           :       0.00          0          0
1405.63/1405.64	c   fixandinfer      :       0.00          0          0
1405.63/1405.64	c   clique           :       0.00          0          0
1405.63/1405.64	c   intdiving        :       0.00          0          0
1405.63/1405.64	c   actconsdiving    :       0.00          0          0
1405.63/1405.64	c   octane           :       0.00          0          0
1405.63/1405.64	c   rens             :       0.03          1          0
1405.63/1405.64	c   rins             :       0.00          0          0
1405.63/1405.64	c   localbranching   :       0.00          0          0
1405.63/1405.64	c   mutation         :       0.00          0          0
1405.63/1405.64	c   dins             :       0.00          0          0
1405.63/1405.64	c   vbounds          :       0.00          0          0
1405.63/1405.64	c   undercover       :       0.00          0          0
1405.63/1405.64	c   subnlp           :       0.06          0          0
1405.63/1405.64	c   trysol           :       0.13        186         61
1405.63/1405.64	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1405.63/1405.64	c   primal LP        :       0.00          0          0       0.00          -
1405.63/1405.64	c   dual LP          :     884.20     362308    6689110      18.46    7565.13
1405.63/1405.64	c   lex dual LP      :       0.00          0          0       0.00          -
1405.63/1405.64	c   barrier LP       :       0.00          0          0       0.00          -
1405.63/1405.64	c   diving/probing LP:       7.36       6877      40663       5.91    5528.49
1405.63/1405.64	c   strong branching :      54.71      10710     390297      36.44    7134.19
1405.63/1405.64	c     (at root node) :          -          9       3773     419.22          -
1405.63/1405.64	c   conflict analysis:       0.00          0          0       0.00          -
1405.63/1405.64	c B&B Tree           :
1405.63/1405.64	c   number of runs   :          1
1405.63/1405.64	c   nodes            :     395530
1405.63/1405.64	c   nodes (total)    :     395530
1405.63/1405.64	c   nodes left       :          0
1405.63/1405.64	c   max depth        :         71
1405.63/1405.64	c   max depth (total):         71
1405.63/1405.64	c   backtracks       :      45097 (11.4%)
1405.63/1405.64	c   delayed cutoffs  :       5790
1405.63/1405.64	c   repropagations   :     771470 (1016261 domain reductions, 5461 cutoffs)
1405.63/1405.64	c   avg switch length:       5.53
1405.63/1405.64	c   switching time   :     109.73
1405.63/1405.64	c Solution           :
1405.63/1405.64	c   Solutions found  :         74 (14 improvements)
1405.63/1405.64	c   First Solution   : +4.14780000000000e+04   (in run 1, after 1 nodes, 0.25 seconds, depth 0, found by <trysol>)
1405.63/1405.64	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 168816 nodes, 554.30 seconds, depth 33, found by <relaxation>)
1405.63/1405.64	c   Dual Bound       : +1.00000000000000e+00
1405.63/1405.64	c   Gap              :       0.00 %
1405.63/1405.64	c   Root Dual Bound  : +0.00000000000000e+00
1405.63/1405.64	c   Root Iterations  :        992
1405.63/1405.68	c Time complete: 1405.72.

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447258-1307898940/watcher-3447258-1307898940 -o /var/tmp/evaluation-result-3447258-1307898940/solver-3447258-1307898940 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447258-1307898940.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.08 2/175 32351
/proc/meminfo: memFree=1221872/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=10336 CPUtime=0 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 1574 0 0 0 0 0 0 0 24 0 1 0 901493713 10584064 1527 33554432000 4194304 9128323 140736095808976 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32351/statm: 2584 1527 399 1205 0 1375 0

[startup+0.106463 s]
/proc/loadavg: 0.92 0.98 1.08 2/175 32351
/proc/meminfo: memFree=1221872/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=28300 CPUtime=0.09 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 6100 0 0 0 9 0 0 0 25 0 1 0 901493713 28979200 5794 33554432000 4194304 9128323 140736095808976 18446744073709551615 5326934 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 7075 5794 532 1205 0 5866 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28300

[startup+0.20044 s]
/proc/loadavg: 0.92 0.98 1.08 2/175 32351
/proc/meminfo: memFree=1221872/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=33928 CPUtime=0.19 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 7825 0 0 0 19 0 0 0 25 0 1 0 901493713 34742272 7428 33554432000 4194304 9128323 140736095808976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 8482 7428 668 1205 0 7273 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 33928

[startup+0.300427 s]
/proc/loadavg: 0.92 0.98 1.08 2/175 32351
/proc/meminfo: memFree=1221872/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=34436 CPUtime=0.29 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 8021 0 0 0 28 1 0 0 25 0 1 0 901493713 35262464 7624 33554432000 4194304 9128323 140736095808976 18446744073709551615 6286121 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 8609 7624 679 1205 0 7400 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34436

[startup+0.700355 s]
/proc/loadavg: 0.92 0.98 1.08 2/175 32351
/proc/meminfo: memFree=1221872/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=40740 CPUtime=0.69 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 14584 0 0 0 67 2 0 0 25 0 1 0 901493713 41717760 9206 33554432000 4194304 9128323 140736095808976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 10185 9206 735 1205 0 8976 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40740

[startup+1.50119 s]
/proc/loadavg: 0.92 0.98 1.08 3/178 32357
/proc/meminfo: memFree=1120364/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=43432 CPUtime=1.49 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 19198 0 0 0 146 3 0 0 25 0 1 0 901493713 44474368 9875 33554432000 4194304 9128323 140736095808976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 10858 9875 739 1205 0 9649 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43432

[startup+3.10077 s]
/proc/loadavg: 0.92 0.98 1.08 3/178 32357
/proc/meminfo: memFree=1115528/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=45520 CPUtime=3.09 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 19640 0 0 0 303 6 0 0 25 0 1 0 901493713 46612480 10317 33554432000 4194304 9128323 140736095808976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 11380 10317 743 1205 0 10171 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45520

[startup+6.30029 s]
/proc/loadavg: 1.01 1.00 1.08 3/178 32357
/proc/meminfo: memFree=1113304/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=46128 CPUtime=6.28 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 19813 0 0 0 619 9 0 0 25 0 1 0 901493713 47235072 10482 33554432000 4194304 9128323 140736095808976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32351/statm: 11532 10482 743 1205 0 10323 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 46128

[startup+12.7011 s]
/proc/loadavg: 1.09 1.02 1.09 3/178 32357
/proc/meminfo: memFree=1111484/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=46788 CPUtime=12.68 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 24188 0 0 0 1253 15 0 0 25 0 1 0 901493713 47910912 10679 33554432000 4194304 9128323 140736095808976 18446744073709551615 6712930 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32351/statm: 11697 10679 743 1205 0 10488 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 46788

[startup+25.5006 s]
/proc/loadavg: 1.29 1.06 1.10 3/178 32358
/proc/meminfo: memFree=1104556/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=51504 CPUtime=25.48 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 36130 0 0 0 2524 24 0 0 25 0 1 0 901493713 52740096 11867 33554432000 4194304 9128323 140736095808976 18446744073709551615 4208338 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32351/statm: 12876 11867 743 1205 0 11667 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 51504

[startup+51.1008 s]
/proc/loadavg: 1.53 1.14 1.12 3/178 32358
/proc/meminfo: memFree=1081416/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=55896 CPUtime=51.09 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 58900 0 0 0 5062 47 0 0 25 0 1 0 901493713 57237504 12972 33554432000 4194304 9128323 140736095808976 18446744073709551615 6713522 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32351/statm: 13974 12972 743 1205 0 12765 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55896

[startup+102.301 s]
/proc/loadavg: 1.79 1.27 1.17 3/178 32360
/proc/meminfo: memFree=1051656/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=63636 CPUtime=102.29 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 84689 0 0 0 10136 93 0 0 25 0 1 0 901493713 65163264 14941 33554432000 4194304 9128323 140736095808976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 15909 14941 743 1205 0 14700 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 63636

[startup+162.301 s]
/proc/loadavg: 1.92 1.40 1.22 3/178 32361
/proc/meminfo: memFree=1045800/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=65960 CPUtime=162.29 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 89496 0 0 0 16089 140 0 0 25 0 1 0 901493713 67543040 15517 33554432000 4194304 9128323 140736095808976 18446744073709551615 18446744073699066094 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 16490 15517 743 1205 0 15281 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 65960

[startup+222.306 s]
/proc/loadavg: 1.97 1.51 1.26 3/178 32363
/proc/meminfo: memFree=1041788/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=67480 CPUtime=222.29 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 91255 0 0 0 22038 191 0 0 25 0 1 0 901493713 69099520 15882 33554432000 4194304 9128323 140736095808976 18446744073709551615 4219723 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 16870 15882 743 1205 0 15661 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 67480

[startup+282.301 s]
/proc/loadavg: 2.05 1.61 1.31 3/178 32365
/proc/meminfo: memFree=1035424/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=70744 CPUtime=282.3 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 92056 0 0 0 27989 241 0 0 25 0 1 0 901493713 72441856 16683 33554432000 4194304 9128323 140736095808976 18446744073709551615 4219850 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 17686 16683 743 1205 0 16477 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 70744

[startup+342.301 s]
/proc/loadavg: 2.02 1.68 1.35 3/178 32366
/proc/meminfo: memFree=1033644/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=71448 CPUtime=342.29 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 92252 0 0 0 33938 291 0 0 25 0 1 0 901493713 73162752 16879 33554432000 4194304 9128323 140736095808976 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 17862 16879 743 1205 0 16653 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 71448

[startup+402.301 s]
/proc/loadavg: 2.00 1.73 1.39 3/178 32368
/proc/meminfo: memFree=1030244/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=73216 CPUtime=402.3 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 96658 0 0 0 39890 340 0 0 25 0 1 0 901493713 74973184 17327 33554432000 4194304 9128323 140736095808976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 18304 17327 743 1205 0 17095 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 73216

[startup+462.3 s]
/proc/loadavg: 2.00 1.78 1.43 3/178 32369
/proc/meminfo: memFree=1027224/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=74260 CPUtime=462.3 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 96887 0 0 0 45841 389 0 0 25 0 1 0 901493713 76042240 17556 33554432000 4194304 9128323 140736095808976 18446744073709551615 4207607 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 18565 17556 743 1205 0 17356 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 74260

[startup+522.301 s]
/proc/loadavg: 2.00 1.82 1.46 3/178 32371
/proc/meminfo: memFree=1019860/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=76988 CPUtime=522.3 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 97596 0 0 0 51797 433 0 0 25 0 1 0 901493713 78835712 18265 33554432000 4194304 9128323 140736095808976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 19247 18265 743 1205 0 18038 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 76988

[startup+582.3 s]
/proc/loadavg: 2.00 1.85 1.49 3/178 32373
/proc/meminfo: memFree=1017084/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=78904 CPUtime=582.3 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 112650 0 0 0 57748 482 0 0 25 0 1 0 901493713 80797696 18712 33554432000 4194304 9128323 140736095808976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 19726 18712 743 1205 0 18517 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 78904

[startup+642.301 s]

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

/proc/meminfo: memFree=1011788/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=83268 CPUtime=702.31 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 122108 0 0 0 69655 576 0 0 25 0 1 0 901493713 85266432 19816 33554432000 4194304 9128323 140736095808976 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 20817 19816 743 1205 0 19608 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 83268

[startup+762.301 s]
/proc/loadavg: 2.00 1.91 1.57 3/178 32377
/proc/meminfo: memFree=1009268/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=85500 CPUtime=762.32 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 124635 0 0 0 75614 618 0 0 25 0 1 0 901493713 87552000 20409 33554432000 4194304 9128323 140736095808976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 21375 20409 743 1205 0 20166 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 85500

[startup+822.301 s]
/proc/loadavg: 2.00 1.92 1.59 3/178 32379
/proc/meminfo: memFree=1007476/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=88336 CPUtime=822.31 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 125008 0 0 0 81568 663 0 0 25 0 1 0 901493713 90456064 20782 33554432000 4194304 9128323 140736095808976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 22084 20782 743 1205 0 20875 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 88336

[startup+882.306 s]
/proc/loadavg: 2.00 1.93 1.62 3/178 32381
/proc/meminfo: memFree=1004708/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=90404 CPUtime=882.32 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 125554 0 0 0 87526 706 0 0 25 0 1 0 901493713 92573696 21328 33554432000 4194304 9128323 140736095808976 18446744073709551615 5333608 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 22601 21328 743 1205 0 21392 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 90404

[startup+942.301 s]
/proc/loadavg: 2.00 1.94 1.64 3/178 32382
/proc/meminfo: memFree=1002444/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=92404 CPUtime=942.32 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 127912 0 0 0 93478 754 0 0 25 0 1 0 901493713 94621696 21782 33554432000 4194304 9128323 140736095808976 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 23101 21782 743 1205 0 21892 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 92404

[startup+1002.3 s]
/proc/loadavg: 2.00 1.95 1.66 3/178 32384
/proc/meminfo: memFree=999312/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=94716 CPUtime=1002.32 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 128423 0 0 0 99432 800 0 0 25 0 1 0 901493713 96989184 22293 33554432000 4194304 9128323 140736095808976 18446744073709551615 4208944 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 23679 22293 743 1205 0 22470 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 94716

[startup+1062.3 s]
/proc/loadavg: 2.00 1.96 1.68 3/178 32385
/proc/meminfo: memFree=996044/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=96224 CPUtime=1062.32 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 128788 0 0 0 105389 843 0 0 25 0 1 0 901493713 98533376 22658 33554432000 4194304 9128323 140736095808976 18446744073709551615 4911728 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 24056 22658 743 1205 0 22847 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 96224

[startup+1122.3 s]
/proc/loadavg: 2.00 1.96 1.69 3/178 32387
/proc/meminfo: memFree=991652/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=99172 CPUtime=1122.32 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 129548 0 0 0 111346 886 0 0 25 0 1 0 901493713 101552128 23418 33554432000 4194304 9128323 140736095808976 18446744073709551615 6416602 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 24793 23418 743 1205 0 23584 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 99172

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.71 3/178 32389
/proc/meminfo: memFree=991360/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=99324 CPUtime=1182.32 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 129588 0 0 0 117304 928 0 0 25 0 1 0 901493713 101707776 23458 33554432000 4194304 9128323 140736095808976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 24831 23458 743 1205 0 23622 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 99324

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.73 3/178 32390
/proc/meminfo: memFree=990712/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=99324 CPUtime=1242.33 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 129602 0 0 0 123262 971 0 0 25 0 1 0 901493713 101707776 23472 33554432000 4194304 9128323 140736095808976 18446744073709551615 7176963 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 24831 23472 743 1205 0 23622 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 99324

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.74 3/178 32392
/proc/meminfo: memFree=990060/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=99324 CPUtime=1302.34 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 129614 0 0 0 129221 1013 0 0 25 0 1 0 901493713 101707776 23484 33554432000 4194304 9128323 140736095808976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 24831 23484 743 1205 0 23622 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 99324

[startup+1362.3 s]
/proc/loadavg: 2.11 2.00 1.76 3/178 32393
/proc/meminfo: memFree=986792/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=100308 CPUtime=1362.34 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 131748 0 0 0 135183 1051 0 0 25 0 1 0 901493713 102715392 23634 33554432000 4194304 9128323 140736095808976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 25077 23634 743 1205 0 23868 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 100308

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

[startup+1382.4 s]
/proc/loadavg: 2.08 2.00 1.77 3/178 32394
/proc/meminfo: memFree=985536/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=100308 CPUtime=1382.44 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 131759 0 0 0 137177 1067 0 0 25 0 1 0 901493713 102715392 23645 33554432000 4194304 9128323 140736095808976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 25077 23645 743 1205 0 23868 0
Current children cumulated CPU time (s) 1382.44
Current children cumulated vsize (KiB) 100308

[startup+1395.2 s]
/proc/loadavg: 2.06 2.00 1.77 3/178 32394
/proc/meminfo: memFree=984660/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=100308 CPUtime=1395.24 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 131760 0 0 0 138449 1075 0 0 25 0 1 0 901493713 102715392 23646 33554432000 4194304 9128323 140736095808976 18446744073709551615 6581570 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 25077 23646 743 1205 0 23868 0
Current children cumulated CPU time (s) 1395.24
Current children cumulated vsize (KiB) 100308

[startup+1401.6 s]
/proc/loadavg: 2.06 2.00 1.77 3/178 32394
/proc/meminfo: memFree=981800/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=104436 CPUtime=1401.64 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 132514 0 0 0 139085 1079 0 0 25 0 1 0 901493713 106942464 24380 33554432000 4194304 9128323 140736095808976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 26109 24380 743 1205 0 24900 0
Current children cumulated CPU time (s) 1401.64
Current children cumulated vsize (KiB) 104436

[startup+1403.2 s]
/proc/loadavg: 2.06 2.00 1.77 3/178 32394
/proc/meminfo: memFree=981676/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=104620 CPUtime=1403.24 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 132533 0 0 0 139244 1080 0 0 25 0 1 0 901493713 107130880 24399 33554432000 4194304 9128323 140736095808976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 26155 24399 743 1205 0 24946 0
Current children cumulated CPU time (s) 1403.24
Current children cumulated vsize (KiB) 104620

[startup+1404.81 s]
/proc/loadavg: 2.05 2.00 1.77 3/178 32395
/proc/meminfo: memFree=981552/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=104620 CPUtime=1404.84 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 132536 0 0 0 139402 1082 0 0 25 0 1 0 901493713 107130880 24402 33554432000 4194304 9128323 140736095808976 18446744073709551615 6581536 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 26155 24402 743 1205 0 24946 0
Current children cumulated CPU time (s) 1404.84
Current children cumulated vsize (KiB) 104620

[startup+1405.2 s]
/proc/loadavg: 2.05 2.00 1.77 3/178 32395
/proc/meminfo: memFree=981552/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=104620 CPUtime=1405.24 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 132536 0 0 0 139442 1082 0 0 25 0 1 0 901493713 107130880 24402 33554432000 4194304 9128323 140736095808976 18446744073709551615 5239506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 26155 24402 743 1205 0 24946 0
Current children cumulated CPU time (s) 1405.24
Current children cumulated vsize (KiB) 104620

[startup+1405.6 s]
/proc/loadavg: 2.05 2.00 1.77 3/178 32395
/proc/meminfo: memFree=981552/32950928 swapFree=67055948/67111528
[pid=32351] ppid=32349 vsize=104620 CPUtime=1405.63 cores=0,2,4,6
/proc/32351/stat : 32351 (scip-2.0.1.4.li) R 32349 32351 30857 0 -1 4202496 132536 0 0 0 139481 1082 0 0 25 0 1 0 901493713 107130880 24402 33554432000 4194304 9128323 140736095808976 18446744073709551615 5333004 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32351/statm: 26155 24402 743 1205 0 24946 0
Current children cumulated CPU time (s) 1405.63
Current children cumulated vsize (KiB) 104620

Child status: 0
Real time (s): 1405.69
CPU time (s): 1405.73
CPU user time (s): 1394.9
CPU system time (s): 10.8344
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 104620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1394.9
system time used= 10.8344
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132540
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= 5
involuntary context switches= 2520

runsolver used 2.05569 second user time and 4.40033 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-12 19:15:40
IDJOB=3447258
IDBENCH=78989
IDSOLVER=1944
FILE ID=node127/3447258-1307898940
RUNJOBID= node127-1307898940-32328
PBS_JOBID= 13559579
Free space on /var/tmp= 2892 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900550720--soft-66-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447258-1307898940/watcher-3447258-1307898940 -o /var/tmp/evaluation-result-3447258-1307898940/solver-3447258-1307898940 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447258-1307898940.wbo -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ae69d101397f3698be33e129d2355418
RANDOM SEED=749857416

node127.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.823
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.64
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.823
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.83
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.823
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.823
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.86
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.823
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.823
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.75
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.823
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.60
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.823
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:       1223076 kB
Buffers:         51352 kB
Cached:       30699948 kB
SwapCached:       9120 kB
Active:       15435532 kB
Inactive:     15334820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1223076 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           24104 kB
Writeback:           0 kB
AnonPages:       16612 kB
Mapped:          12452 kB
Slab:           893424 kB
PageTables:       4828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187020 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 /var/tmp at the end= 2868 MiB
End job on node127 at 2011-06-12 19:39:06