Trace number 3447759

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 1382.57 1382.57

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900579996--soft-33-100-0.wbo
MD5SUM469cd609ab798a94b23843d73b73e9c6
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 benchmark169.293
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 constraints1837
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 93832
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 93831
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 677
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-3447759-1307897649.wbo>
0.00/0.02	c original problem has 2068 variables (2068 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.05	c presolving:
0.00/0.05	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 130 impls, 5 clqs
0.06/0.08	c (round 2) 0 del vars, 106 del conss, 0 add conss, 1837 chg bounds, 45 chg sides, 0 chg coeffs, 0 upgd conss, 130 impls, 5 clqs
0.06/0.09	c (round 3) 90 del vars, 173 del conss, 0 add conss, 1862 chg bounds, 87 chg sides, 0 chg coeffs, 0 upgd conss, 130 impls, 5 clqs
0.09/0.10	c (round 4) 140 del vars, 173 del conss, 0 add conss, 1862 chg bounds, 87 chg sides, 0 chg coeffs, 838 upgd conss, 130 impls, 5 clqs
0.09/0.11	c (round 5) 140 del vars, 182 del conss, 0 add conss, 1862 chg bounds, 87 chg sides, 0 chg coeffs, 838 upgd conss, 130 impls, 5 clqs
0.09/0.16	c    (0.2s) probing: 101/1998 (5.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.16	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.16	c presolving (6 rounds):
0.09/0.16	c  140 deleted vars, 182 deleted constraints, 0 added constraints, 1862 tightened bounds, 0 added holes, 87 changed sides, 0 changed coefficients
0.09/0.16	c  1897 implications, 5 cliques
0.09/0.16	c presolved problem has 3765 variables (1998 bin, 0 int, 1767 impl, 0 cont) and 4363 constraints
0.09/0.16	c      44 constraints of type <setppc>
0.09/0.16	c    1767 constraints of type <linear>
0.09/0.16	c    1767 constraints of type <indicator>
0.09/0.16	c     785 constraints of type <logicor>
0.09/0.16	c transformed objective value is always integral (scale: 1)
0.09/0.16	c Presolving Time: 0.13
0.09/0.16	c - non default parameters ----------------------------------------------------------------------
0.09/0.16	c # SCIP version 2.0.1.4
0.09/0.16	c 
0.09/0.16	c # frequency for displaying node information lines
0.09/0.16	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.16	c display/freq = 10000
0.09/0.16	c 
0.09/0.16	c # maximal time in seconds to run
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/time = 1800
0.09/0.16	c 
0.09/0.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/memory = 13950
0.09/0.16	c 
0.09/0.16	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.16	c # [type: int, range: [1,2], default: 1]
0.09/0.16	c timing/clocktype = 2
0.09/0.16	c 
0.09/0.16	c # belongs reading time to solving time?
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c timing/reading = TRUE
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify inequalities
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/linear/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/indicator/addCouplingCons = TRUE
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify knapsacks
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.16	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.16	c separating/rapidlearning/freq = 0
0.09/0.16	c 
0.09/0.16	c -----------------------------------------------------------------------------------------------
0.09/0.16	c start solving
0.09/0.16	c 
0.59/0.61	o 163
0.59/0.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.61	c T 0.6s|     1 |     0 |     0 |     - |  14M|   0 |   - |3765 |6130 |3765 |2596 |   0 |   0 |   0 |      --      | 1.630000e+02 |    Inf 
0.59/0.63	c   0.6s|     1 |     0 |    89 |     - |  13M|   0 |  43 |3765 |6130 |3765 |2596 |   0 |   0 |   0 | 0.000000e+00 | 1.630000e+02 |    Inf 
0.89/0.98	c   1.0s|     1 |     0 |   205 |     - |  14M|   0 |  48 |3765 |6173 |3765 |2605 |   9 |   0 |   0 | 0.000000e+00 | 1.630000e+02 |    Inf 
1.19/1.23	c   1.2s|     1 |     0 |   263 |     - |  15M|   0 |  43 |3765 |6173 |3765 |2610 |  14 |   0 |   0 | 0.000000e+00 | 1.630000e+02 |    Inf 
1.39/1.46	c   1.5s|     1 |     0 |   280 |     - |  15M|   0 |  40 |3765 |6173 |3765 |2614 |  18 |   0 |   0 | 0.000000e+00 | 1.630000e+02 |    Inf 
1.69/1.71	c   1.7s|     1 |     0 |   294 |     - |  16M|   0 |  44 |3765 |6173 |3765 |2617 |  21 |   0 |   0 | 0.000000e+00 | 1.630000e+02 |    Inf 
1.89/1.97	c   2.0s|     1 |     0 |   321 |     - |  17M|   0 |  44 |3765 |6173 |3765 |2620 |  24 |   0 |   0 | 0.000000e+00 | 1.630000e+02 |    Inf 
2.19/2.25	c   2.2s|     1 |     0 |   350 |     - |  17M|   0 |  46 |3765 |6173 |3765 |2624 |  28 |   0 |   0 | 0.000000e+00 | 1.630000e+02 |    Inf 
2.49/2.54	c   2.5s|     1 |     0 |   379 |     - |  17M|   0 |  43 |3765 |6173 |3765 |2626 |  30 |   0 |   0 | 0.000000e+00 | 1.630000e+02 |    Inf 
2.79/2.83	c   2.8s|     1 |     2 |   379 |     - |  17M|   0 |  43 |3765 |6173 |3765 |2626 |  30 |   0 |   9 | 0.000000e+00 | 1.630000e+02 |    Inf 
13.29/13.35	o 126
13.29/13.35	c *13.3s|   196 |   140 | 15913 |  79.7 |  20M|  23 |   - |3765 |6258 |3765 |2708 | 494 |  85 |1138 | 0.000000e+00 | 1.260000e+02 |    Inf 
14.89/14.96	o 122
14.89/14.96	c *15.0s|   258 |   165 | 19976 |  76.3 |  22M|  25 |   - |3765 |6305 |3765 |2698 | 646 | 132 |1239 | 0.000000e+00 | 1.220000e+02 |    Inf 
14.99/15.08	o 102
14.99/15.08	c *15.1s|   260 |   164 | 20120 |  76.2 |  22M|  25 |   - |3765 |6305 |3765 |2701 | 649 | 132 |1248 | 0.000000e+00 | 1.020000e+02 |    Inf 
15.09/15.12	o 82
15.09/15.12	c *15.1s|   261 |   163 | 20152 |  76.0 |  22M|  25 |   - |3765 |6305 |3765 |2700 | 649 | 132 |1256 | 0.000000e+00 | 8.200000e+01 |    Inf 
15.99/16.06	o 76
15.99/16.06	c *16.1s|   275 |   169 | 22239 |  79.8 |  22M|  25 |   - |3765 |5639 |3765 |2651 | 660 | 142 |1321 | 0.000000e+00 | 7.600000e+01 |    Inf 
16.29/16.39	o 72
16.29/16.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.29/16.39	c *16.4s|   290 |   166 | 23560 |  80.2 |  23M|  25 |   - |3765 |5425 |3765 |2644 | 664 | 159 |1336 | 0.000000e+00 | 7.200000e+01 |    Inf 
16.59/16.66	o 62
16.59/16.66	c *16.7s|   308 |   156 | 23899 |  76.6 |  23M|  25 |   - |3765 |5262 |3765 |2621 | 679 | 173 |1353 | 0.000000e+00 | 6.200000e+01 |    Inf 
16.89/16.90	o 12
16.89/16.90	c *16.9s|   320 |    93 | 24493 |  75.6 |  23M|  25 |   - |3765 |4882 |3765 |2621 | 688 | 179 |1368 | 0.000000e+00 | 1.200000e+01 |    Inf 
16.99/17.04	o 8
16.99/17.04	c *17.0s|   328 |    49 | 24755 |  74.5 |  22M|  25 |   - |3765 |3156 |3765 |2612 | 688 | 179 |1385 | 0.000000e+00 | 8.000000e+00 |    Inf 
37.39/37.46	o 6
37.39/37.46	c *37.5s|  4203 |   209 |101107 |  24.0 |  25M|  38 |   - |3765 |5970 |3765 |2614 | 696 |4267 |1809 | 0.000000e+00 | 6.000000e+00 |    Inf 
39.79/39.89	o 2
39.79/39.89	c *39.9s|  4803 |   270 |111678 |  23.2 |  24M|  38 |   - |3765 |6082 |3765 |2612 | 699 |4919 |1813 | 0.000000e+00 | 2.000000e+00 |    Inf 
60.08/60.18	c  60.2s| 10000 |   433 |203146 |  20.3 |  26M|  43 |   - |3765 |7874 |3765 |2612 | 699 |  11k|1813 | 0.000000e+00 | 2.000000e+00 |    Inf 
101.49/101.59	c   102s| 20000 |   452 |374471 |  18.7 |  29M|  46 |  30 |3765 |  12k|3765 |2612 | 699 |  24k|2133 | 0.000000e+00 | 2.000000e+00 |    Inf 
145.19/145.26	c   145s| 30000 |   443 |550262 |  18.3 |  30M|  52 |   - |3765 |  13k|   0 |   0 | 699 |  37k|2770 | 0.000000e+00 | 2.000000e+00 |    Inf 
189.18/189.22	o 1
189.18/189.22	c * 189s| 39320 |   457 |732005 |  18.6 |  31M|  60 |   - |3765 |  14k|3765 |2612 | 699 |  49k|3251 | 0.000000e+00 | 1.000000e+00 |    Inf 
192.49/192.51	c   193s| 40000 |   446 |744489 |  18.6 |  30M|  60 |   - |3765 |  11k|3765 |2612 | 699 |  50k|3297 | 0.000000e+00 | 1.000000e+00 |    Inf 
241.99/242.03	c   242s| 50000 |   519 |953783 |  19.1 |  31M|  60 |   - |3765 |  12k|3765 |2640 | 699 |  63k|3738 | 0.000000e+00 | 1.000000e+00 |    Inf 
292.37/292.49	c   292s| 60000 |   415 |  1162k|  19.4 |  31M|  60 |   - |3765 |  14k|3765 |2612 | 699 |  76k|4189 | 0.000000e+00 | 1.000000e+00 |    Inf 
337.78/337.82	c   338s| 70000 |   453 |  1350k|  19.3 |  32M|  60 |   - |3765 |  15k|3765 |2612 | 699 |  89k|4596 | 0.000000e+00 | 1.000000e+00 |    Inf 
379.18/379.27	c   379s| 80000 |   325 |  1537k|  19.2 |  32M|  60 |   - |3765 |  16k|3765 |2612 | 699 | 102k|5037 | 0.000000e+00 | 1.000000e+00 |    Inf 
421.08/421.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
421.08/421.14	c   421s| 90000 |   372 |  1733k|  19.3 |  33M|  60 |   - |3765 |  17k|   0 |   0 | 699 | 115k|5357 | 0.000000e+00 | 1.000000e+00 |    Inf 
462.47/462.59	c   463s|100000 |   381 |  1922k|  19.2 |  34M|  60 |   - |3765 |  19k|3765 |2612 | 699 | 128k|5726 | 0.000000e+00 | 1.000000e+00 |    Inf 
503.48/503.55	c   504s|110000 |   340 |  2107k|  19.2 |  35M|  60 |  21 |3765 |  22k|3765 |2612 | 699 | 141k|5995 | 0.000000e+00 | 1.000000e+00 |    Inf 
544.98/545.03	c   545s|120000 |   457 |  2292k|  19.1 |  36M|  60 |   - |3765 |  21k|3765 |2612 | 699 | 154k|6282 | 0.000000e+00 | 1.000000e+00 |    Inf 
587.58/587.61	c   588s|130000 |   665 |  2488k|  19.1 |  39M|  60 |   - |3765 |  26k|3765 |2612 | 699 | 167k|6603 | 0.000000e+00 | 1.000000e+00 |    Inf 
628.09/628.18	c   628s|140000 |   823 |  2672k|  19.1 |  40M|  60 |   - |3765 |  25k|3765 |2612 | 699 | 180k|6821 | 0.000000e+00 | 1.000000e+00 |    Inf 
670.08/670.15	c   670s|150000 |   894 |  2868k|  19.1 |  42M|  60 |  32 |3765 |  27k|3765 |2612 | 699 | 193k|7012 | 0.000000e+00 | 1.000000e+00 |    Inf 
714.99/715.03	c   715s|160000 |  1000 |  3079k|  19.2 |  45M|  63 |   - |3765 |  31k|3765 |2612 | 699 | 207k|7347 | 0.000000e+00 | 1.000000e+00 |    Inf 
757.58/757.67	c   758s|170000 |   890 |  3273k|  19.3 |  44M|  63 |  34 |3765 |  29k|3765 |2612 | 699 | 220k|7605 | 0.000000e+00 | 1.000000e+00 |    Inf 
800.38/800.42	c   800s|180000 |   824 |  3465k|  19.3 |  43M|  63 |   - |3765 |  27k|3765 |2612 | 699 | 234k|7864 | 0.000000e+00 | 1.000000e+00 |    Inf 
843.78/843.89	c   844s|190000 |   735 |  3665k|  19.3 |  42M|  63 |   - |3765 |  28k|3765 |2612 | 699 | 247k|8071 | 0.000000e+00 | 1.000000e+00 |    Inf 
886.98/887.09	c   887s|200000 |   616 |  3864k|  19.3 |  41M|  63 |   - |3765 |  28k|   0 |   0 | 699 | 260k|8281 | 0.000000e+00 | 1.000000e+00 |    Inf 
928.89/928.99	c   929s|210000 |   593 |  4055k|  19.3 |  42M|  63 |  24 |3765 |  30k|3765 |2612 | 699 | 274k|8466 | 0.000000e+00 | 1.000000e+00 |    Inf 
972.98/973.03	c   973s|220000 |   495 |  4257k|  19.4 |  41M|  63 |   - |3765 |  29k|3765 |2612 | 699 | 287k|8640 | 0.000000e+00 | 1.000000e+00 |    Inf 
1016.18/1016.27	c  1016s|230000 |   510 |  4448k|  19.3 |  43M|  63 |   - |3765 |  32k|3765 |2612 | 699 | 300k|8891 | 0.000000e+00 | 1.000000e+00 |    Inf 
1058.48/1058.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1058.48/1058.59	c  1059s|240000 |   410 |  4638k|  19.3 |  42M|  63 |  24 |3765 |  32k|3765 |2612 | 699 | 313k|9109 | 0.000000e+00 | 1.000000e+00 |    Inf 
1101.29/1101.36	c  1101s|250000 |   224 |  4826k|  19.3 |  34M|  63 |   - |3765 |  17k|3765 |2612 | 699 | 326k|9321 | 0.000000e+00 | 1.000000e+00 |    Inf 
1142.49/1142.59	c  1143s|260000 |   124 |  5019k|  19.3 |  31M|  63 |  36 |3765 |  11k|3765 |2612 | 699 | 339k|9536 | 0.000000e+00 | 1.000000e+00 |    Inf 
1185.89/1185.95	c  1186s|270000 |   155 |  5235k|  19.4 |  32M|  63 |  34 |3765 |  12k|3765 |2612 | 699 | 351k|9690 | 0.000000e+00 | 1.000000e+00 |    Inf 
1232.19/1232.25	c  1232s|280000 |   177 |  5465k|  19.5 |  33M|  63 |  34 |3765 |  16k|3765 |2612 | 699 | 364k|9872 | 0.000000e+00 | 1.000000e+00 |    Inf 
1276.48/1276.53	c  1277s|290000 |   202 |  5687k|  19.6 |  35M|  63 |   - |3765 |  19k|3765 |2612 | 699 | 377k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1321.59/1321.69	c  1322s|300000 |    40 |  5905k|  19.7 |  33M|  63 |   - |3765 |  17k|   0 |   0 | 699 | 390k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1365.10/1365.16	c  1365s|310000 |    33 |  6109k|  19.7 |  34M|  63 |  34 |3765 |  21k|3765 |2612 | 699 | 402k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1382.49/1382.53	c 
1382.49/1382.53	c SCIP Status        : problem is solved [optimal solution found]
1382.49/1382.53	c Solving Time (sec) : 1382.53
1382.49/1382.53	c Solving Nodes      : 313935
1382.49/1382.53	c Primal Bound       : +1.00000000000000e+00 (82 solutions)
1382.49/1382.53	c Dual Bound         : +1.00000000000000e+00
1382.49/1382.53	c Gap                : 0.00 %
1382.49/1382.53	s OPTIMUM FOUND
1382.49/1382.53	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1382.49/1382.53	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1382.49/1382.53	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1382.49/1382.53	v -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
1382.49/1382.53	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1382.49/1382.53	v -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 
1382.49/1382.53	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 
1382.49/1382.53	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 
1382.49/1382.53	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 
1382.49/1382.53	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 
1382.49/1382.53	v -x1 
1382.49/1382.53	c SCIP Status        : problem is solved [optimal solution found]
1382.49/1382.53	c Total Time         :    1382.53
1382.49/1382.53	c   solving          :    1382.53
1382.49/1382.53	c   presolving       :       0.13 (included in solving)
1382.49/1382.53	c   reading          :       0.02 (included in solving)
1382.49/1382.53	c Original Problem   :
1382.49/1382.53	c   Problem name     : HOME/instance-3447759-1307897649.wbo
1382.49/1382.53	c   Variables        : 2068 (2068 binary, 0 integer, 0 implicit integer, 0 continuous)
1382.49/1382.53	c   Constraints      : 2708 initial, 2708 maximal
1382.49/1382.53	c Presolved Problem  :
1382.49/1382.53	c   Problem name     : t_HOME/instance-3447759-1307897649.wbo
1382.49/1382.53	c   Variables        : 3765 (1998 binary, 0 integer, 1767 implicit integer, 0 continuous)
1382.49/1382.53	c   Constraints      : 4363 initial, 33508 maximal
1382.49/1382.53	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1382.49/1382.53	c   trivial          :       0.00         70          0          0          0          0          0          0          0          0
1382.49/1382.53	c   dualfix          :       0.00         70          0          0          0          0          0          0          0          0
1382.49/1382.53	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1382.49/1382.53	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1382.49/1382.53	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1382.49/1382.53	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1382.49/1382.53	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1382.49/1382.53	c   setppc           :       0.00          0          0          0          0          0          9          0          0          0
1382.49/1382.53	c   linear           :       0.06          0          0          0       1862          0        103          0         87          0
1382.49/1382.53	c   indicator        :       0.00          0          0          0          0          0         70          0          0          0
1382.49/1382.53	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1382.49/1382.53	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1382.49/1382.53	c   root node        :          -       3535          -          -       3535          -          -          -          -          -
1382.49/1382.53	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1382.49/1382.53	c   integral         :          0          0          0     162462          0        202          0        421       3825          0          0     317646
1382.49/1382.53	c   varbound         :          0+         7     174244        680          0          0        400          0      34137        686          0          0
1382.49/1382.53	c   setppc           :         44          7    1349163          3          0        199     784805        832     398220          0          0          0
1382.49/1382.53	c   linear           :       1767+         8    1348682         10          0        195    4225934      12994    3741870          0          0          0
1382.49/1382.53	c   indicator        :       1767          0     171645        680          0        195        366          0        579          0          0          0
1382.49/1382.53	c   logicor          :        785+         7     591377         12          0         70    1225095       6829     969152          0          0          0
1382.49/1382.53	c   bounddisjunction :          0+         0      74353          0          0          0          0          0          5          0          0          0
1382.49/1382.53	c   countsols        :          0          0          0         12          0         72          0          0          0          0          0          0
1382.49/1382.53	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1382.49/1382.53	c   integral         :      67.80       0.00       0.00      67.79       0.00       0.01       0.00
1382.49/1382.53	c   varbound         :       0.28       0.00       0.24       0.04       0.00       0.00       0.00
1382.49/1382.53	c   setppc           :       4.26       0.00       4.02       0.00       0.00       0.00       0.25
1382.49/1382.53	c   linear           :      40.91       0.00      38.48       0.00       0.00       0.05       2.37
1382.49/1382.53	c   indicator        :       0.61       0.00       0.32       0.10       0.00       0.19       0.00
1382.49/1382.53	c   logicor          :      67.78       0.00      66.35       0.00       0.00       0.01       1.43
1382.49/1382.53	c   bounddisjunction :       0.10       0.00       0.10       0.00       0.00       0.00       0.00
1382.49/1382.53	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1382.49/1382.53	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1382.49/1382.53	c   vbounds          :       4886        103          1      10166
1382.49/1382.53	c   rootredcost      :         12          0          0       1767
1382.49/1382.53	c   pseudoobj        :    1352914        425         74      30984
1382.49/1382.53	c Propagator Timings :  TotalTime  Propagate    Resprop
1382.49/1382.53	c   vbounds          :       1.10       1.10       0.00
1382.49/1382.53	c   rootredcost      :       0.25       0.25       0.00
1382.49/1382.53	c   pseudoobj        :      33.62      33.61       0.01
1382.49/1382.53	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1382.49/1382.53	c   propagation      :       1.23      20730      20670     118798       27.9        361       19.8          -
1382.49/1382.53	c   infeasible LP    :      38.56     138158     138150     916956       39.1       1378       15.0          0
1382.49/1382.53	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1382.49/1382.53	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1382.49/1382.53	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1382.49/1382.53	c   applied globally :          -          -          -     407673       34.5          -          -          -
1382.49/1382.53	c   applied locally  :          -          -          -          0        0.0          -          -          -
1382.49/1382.53	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1382.49/1382.53	c   cut pool         :       0.00          6          -          -        117          -    (maximal pool size: 526)
1382.49/1382.53	c   redcost          :      10.42     162116          0      12280          0          0
1382.49/1382.53	c   impliedbounds    :       0.00          7          0          0          0          0
1382.49/1382.53	c   intobj           :       0.00          0          0          0          0          0
1382.49/1382.53	c   gomory           :       0.76          7          0          0       1043          0
1382.49/1382.53	c   cgmip            :       0.00          0          0          0          0          0
1382.49/1382.53	c   closecuts        :       0.00          0          0          0          0          0
1382.49/1382.53	c   strongcg         :       0.59          7          0          0       3097          0
1382.49/1382.53	c   cmir             :       0.12          7          0          0          0          0
1382.49/1382.53	c   flowcover        :       0.11          7          0          0          0          0
1382.49/1382.53	c   clique           :       0.00          7          0          0          0          0
1382.49/1382.53	c   zerohalf         :       0.00          0          0          0          0          0
1382.49/1382.53	c   mcf              :       0.00          1          0          0          0          0
1382.49/1382.53	c   oddcycle         :       0.00          0          0          0          0          0
1382.49/1382.53	c   rapidlearning    :       0.24          1          0          0          0         43
1382.49/1382.53	c Pricers            :       Time      Calls       Vars
1382.49/1382.53	c   problem variables:       0.00          0          0
1382.49/1382.53	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1382.49/1382.53	c   relpscost        :      67.64     161781        421       3825          0          0     317646
1382.49/1382.53	c   pscost           :       0.00          0          0          0          0          0          0
1382.49/1382.53	c   inference        :       0.00          0          0          0          0          0          0
1382.49/1382.53	c   mostinf          :       0.00          0          0          0          0          0          0
1382.49/1382.53	c   leastinf         :       0.00          0          0          0          0          0          0
1382.49/1382.53	c   fullstrong       :       0.00          0          0          0          0          0          0
1382.49/1382.53	c   allfullstrong    :       0.00          0          0          0          0          0          0
1382.49/1382.53	c   random           :       0.00          0          0          0          0          0          0
1382.49/1382.53	c Primal Heuristics  :       Time      Calls      Found
1382.49/1382.53	c   LP solutions     :       0.01          -         12
1382.49/1382.53	c   pseudo solutions :       0.00          -          0
1382.49/1382.53	c   feaspump         :       0.01          0          0
1382.49/1382.53	c   oneopt           :       0.20         12          0
1382.49/1382.53	c   crossover        :       0.39          3          0
1382.49/1382.53	c   fracdiving       :       2.45         63          0
1382.49/1382.53	c   veclendiving     :       1.80         63          0
1382.49/1382.53	c   linesearchdiving :       0.87         63          0
1382.49/1382.53	c   guideddiving     :       1.80         63          0
1382.49/1382.53	c   pscostdiving     :       2.29         63          0
1382.49/1382.53	c   objpscostdiving  :       0.50         32          0
1382.49/1382.53	c   rootsoldiving    :       1.05         32          0
1382.49/1382.53	c   coefdiving       :       2.23         64          0
1382.49/1382.53	c   trivial          :       0.00          2          0
1382.49/1382.53	c   shiftandpropagate:       0.45          1          1
1382.49/1382.53	c   simplerounding   :       0.37     161835          0
1382.49/1382.53	c   zirounding       :       2.16       1000          0
1382.49/1382.53	c   rounding         :       0.73       5734          0
1382.49/1382.53	c   shifting         :       0.75       1753          0
1382.49/1382.53	c   intshifting      :       0.01          0          0
1382.49/1382.53	c   twoopt           :       0.00          0          0
1382.49/1382.53	c   fixandinfer      :       0.00          0          0
1382.49/1382.53	c   clique           :       0.00          0          0
1382.49/1382.53	c   intdiving        :       0.00          0          0
1382.49/1382.53	c   actconsdiving    :       0.00          0          0
1382.49/1382.53	c   octane           :       0.00          0          0
1382.49/1382.53	c   rens             :       0.05          1          0
1382.49/1382.53	c   rins             :       0.00          0          0
1382.49/1382.53	c   localbranching   :       0.00          0          0
1382.49/1382.53	c   mutation         :       0.00          0          0
1382.49/1382.53	c   dins             :       0.00          0          0
1382.49/1382.53	c   vbounds          :       0.00          0          0
1382.49/1382.53	c   undercover       :       0.00          0          0
1382.49/1382.53	c   subnlp           :       0.05          0          0
1382.49/1382.53	c   trysol           :       0.18         99         69
1382.49/1382.53	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1382.49/1382.53	c   primal LP        :       0.01          0          0       0.00       0.00
1382.49/1382.53	c   dual LP          :     919.60     299499    6150038      20.53    6687.74
1382.49/1382.53	c   lex dual LP      :       0.00          0          0       0.00          -
1382.49/1382.53	c   barrier LP       :       0.00          0          0       0.00          -
1382.49/1382.53	c   diving/probing LP:       9.34       6812      44432       6.52    4755.33
1382.49/1382.53	c   strong branching :      64.69      10519     399547      37.98    6176.56
1382.49/1382.53	c     (at root node) :          -          9       1954     217.11          -
1382.49/1382.53	c   conflict analysis:       0.00          0          0       0.00          -
1382.49/1382.53	c B&B Tree           :
1382.49/1382.53	c   number of runs   :          1
1382.49/1382.53	c   nodes            :     313935
1382.49/1382.53	c   nodes (total)    :     313935
1382.49/1382.53	c   nodes left       :          0
1382.49/1382.53	c   max depth        :         63
1382.49/1382.53	c   max depth (total):         63
1382.49/1382.53	c   backtracks       :      40730 (13.0%)
1382.49/1382.53	c   delayed cutoffs  :       3529
1382.49/1382.53	c   repropagations   :     514457 (858241 domain reductions, 3435 cutoffs)
1382.49/1382.53	c   avg switch length:       4.93
1382.49/1382.53	c   switching time   :      80.06
1382.49/1382.53	c Solution           :
1382.49/1382.53	c   Solutions found  :         82 (13 improvements)
1382.49/1382.53	c   First Solution   : +1.63000000000000e+02   (in run 1, after 1 nodes, 0.61 seconds, depth 1919, found by <shiftandpropagate>)
1382.49/1382.53	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 39320 nodes, 189.22 seconds, depth 40, found by <relaxation>)
1382.49/1382.53	c   Dual Bound       : +1.00000000000000e+00
1382.49/1382.53	c   Gap              :       0.00 %
1382.49/1382.53	c   Root Dual Bound  : +0.00000000000000e+00
1382.49/1382.53	c   Root Iterations  :        379
1382.49/1382.57	c Time complete: 1382.56.

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 /tmp/evaluation-result-3447759-1307897649/watcher-3447759-1307897649 -o /tmp/evaluation-result-3447759-1307897649/solver-3447759-1307897649 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447759-1307897649.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: 1.92 1.99 2.15 3/174 18434
/proc/meminfo: memFree=8055596/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=10124 CPUtime=0 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 1519 0 0 0 0 0 0 0 24 0 1 0 979995588 10366976 1473 33554432000 4194304 9128323 140736891435968 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18434/statm: 2531 1488 399 1205 0 1322 0

[startup+0.067387 s]
/proc/loadavg: 1.92 1.99 2.15 3/174 18434
/proc/meminfo: memFree=8055596/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=31736 CPUtime=0.06 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 6886 0 0 0 6 0 0 0 24 0 1 0 979995588 32497664 6581 33554432000 4194304 9128323 140736891435968 18446744073709551615 5266662 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18434/statm: 7934 6581 514 1205 0 6725 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 31736

[startup+0.100395 s]
/proc/loadavg: 1.92 1.99 2.15 3/174 18434
/proc/meminfo: memFree=8055596/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=31736 CPUtime=0.09 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 6906 0 0 0 9 0 0 0 24 0 1 0 979995588 32497664 6601 33554432000 4194304 9128323 140736891435968 18446744073709551615 5267767 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18434/statm: 7934 6601 522 1205 0 6725 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31736

[startup+0.300376 s]
/proc/loadavg: 1.92 1.99 2.15 3/174 18434
/proc/meminfo: memFree=8055596/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=38348 CPUtime=0.29 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 8712 0 0 0 29 0 0 0 25 0 1 0 979995588 39268352 8395 33554432000 4194304 9128323 140736891435968 18446744073709551615 5992644 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18434/statm: 9587 8395 617 1205 0 8378 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38348

[startup+0.70032 s]
/proc/loadavg: 1.92 1.99 2.15 3/174 18434
/proc/meminfo: memFree=8055596/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=42716 CPUtime=0.69 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 10104 0 0 0 68 1 0 0 25 0 1 0 979995588 43741184 9641 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18434/statm: 10679 9641 665 1205 0 9470 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42716

[startup+1.50018 s]
/proc/loadavg: 1.93 1.99 2.15 3/178 18440
/proc/meminfo: memFree=7949096/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=49620 CPUtime=1.49 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 18588 0 0 0 147 2 0 0 25 0 1 0 979995588 50810880 11379 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18434/statm: 12405 11379 725 1205 0 11196 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49620

[startup+3.1009 s]
/proc/loadavg: 1.93 1.99 2.15 3/178 18440
/proc/meminfo: memFree=7943148/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=57724 CPUtime=3.09 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 25406 0 0 0 305 4 0 0 25 0 1 0 979995588 59109376 13233 33554432000 4194304 9128323 140736891435968 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18434/statm: 14431 13233 738 1205 0 13222 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57724

[startup+6.30038 s]
/proc/loadavg: 2.09 2.02 2.16 3/178 18440
/proc/meminfo: memFree=7931672/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=57904 CPUtime=6.29 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 25491 0 0 0 623 6 0 0 25 0 1 0 979995588 59293696 13317 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18434/statm: 14476 13317 737 1205 0 13267 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57904

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.16 3/178 18440
/proc/meminfo: memFree=7928936/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=61236 CPUtime=12.69 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 26215 0 0 0 1258 11 0 0 25 0 1 0 979995588 62705664 14005 33554432000 4194304 9128323 140736891435968 18446744073709551615 7342771 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18434/statm: 15309 14005 741 1205 0 14100 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61236

[startup+25.5012 s]
/proc/loadavg: 2.07 2.02 2.16 3/178 18442
/proc/meminfo: memFree=7912324/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=67264 CPUtime=25.49 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 38146 0 0 0 2527 22 0 0 25 0 1 0 979995588 68878336 15520 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18434/statm: 16816 15520 742 1205 0 15607 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67264

[startup+51.1009 s]
/proc/loadavg: 2.04 2.02 2.15 3/178 18442
/proc/meminfo: memFree=7908044/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=71252 CPUtime=51.09 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 50765 0 0 0 5068 41 0 0 25 0 1 0 979995588 72962048 16544 33554432000 4194304 9128323 140736891435968 18446744073709551615 4776400 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18434/statm: 17813 16544 742 1205 0 16604 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71252

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.14 3/178 18444
/proc/meminfo: memFree=7901552/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=76860 CPUtime=102.29 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 58156 0 0 0 10155 74 0 0 25 0 1 0 979995588 78704640 17945 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18434/statm: 19215 17945 742 1205 0 18006 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 76860

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/178 18444
/proc/meminfo: memFree=7896164/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=80688 CPUtime=162.28 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 60866 0 0 0 16113 115 0 0 25 0 1 0 979995588 82624512 18924 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18434/statm: 20172 18924 742 1205 0 18963 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 80688

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/178 18446
/proc/meminfo: memFree=7896236/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=81208 CPUtime=222.28 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 73753 0 0 0 22074 154 0 0 25 0 1 0 979995588 83156992 19028 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18434/statm: 20302 19028 742 1205 0 19093 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 81208

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/178 18448
/proc/meminfo: memFree=7895816/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=82548 CPUtime=282.27 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 76092 0 0 0 28034 193 0 0 25 0 1 0 979995588 84529152 19357 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18434/statm: 20637 19357 742 1205 0 19428 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 82548

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/178 18450
/proc/meminfo: memFree=7892636/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=83844 CPUtime=342.28 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 78189 0 0 0 33996 232 0 0 25 0 1 0 979995588 85856256 19721 33554432000 4194304 9128323 140736891435968 18446744073709551615 7192200 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 20961 19721 742 1205 0 19752 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 83844

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/178 18452
/proc/meminfo: memFree=7890608/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=84008 CPUtime=402.27 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 78229 0 0 0 39955 272 0 0 25 0 1 0 979995588 86024192 19761 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 21002 19761 742 1205 0 19793 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 84008

[startup+462.3 s]
/proc/loadavg: 2.03 2.01 2.09 3/178 18461
/proc/meminfo: memFree=7888504/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=84900 CPUtime=462.28 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 80338 0 0 0 45914 314 0 0 25 0 1 0 979995588 86937600 19950 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 21225 19950 742 1205 0 20016 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 84900

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 2.08 3/178 18463
/proc/meminfo: memFree=7885476/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=86804 CPUtime=522.28 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 80835 0 0 0 51873 355 0 0 25 0 1 0 979995588 88887296 20447 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 21701 20447 742 1205 0 20492 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 86804

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/178 18465
/proc/meminfo: memFree=7882448/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=89512 CPUtime=582.28 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 81506 0 0 0 57832 396 0 0 25 0 1 0 979995588 91660288 21118 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 22378 21118 742 1205 0 21169 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 89512

[startup+642.301 s]

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

/proc/meminfo: memFree=7875756/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=95680 CPUtime=702.28 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 85206 0 0 0 69747 481 0 0 25 0 1 0 979995588 97976320 22661 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 23920 22661 742 1205 0 22711 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 95680

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.06 3/178 18469
/proc/meminfo: memFree=7873344/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=97144 CPUtime=762.29 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 85536 0 0 0 75708 521 0 0 25 0 1 0 979995588 99475456 22991 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 24286 22991 742 1205 0 23077 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 97144

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.05 3/178 18471
/proc/meminfo: memFree=7871308/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=97468 CPUtime=822.28 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 85599 0 0 0 81671 557 0 0 25 0 1 0 979995588 99807232 23054 33554432000 4194304 9128323 140736891435968 18446744073709551615 7366216 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 24367 23054 742 1205 0 23158 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 97468

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.05 3/178 18473
/proc/meminfo: memFree=7870736/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=98084 CPUtime=882.29 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 85727 0 0 0 87629 600 0 0 25 0 1 0 979995588 100438016 23182 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 24521 23182 742 1205 0 23312 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 98084

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.04 3/178 18475
/proc/meminfo: memFree=7870068/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=98424 CPUtime=942.29 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 85852 0 0 0 93586 643 0 0 25 0 1 0 979995588 100786176 23307 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 24606 23307 742 1205 0 23397 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 98424

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/178 18477
/proc/meminfo: memFree=7869768/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=98700 CPUtime=1002.28 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 85926 0 0 0 99545 683 0 0 25 0 1 0 979995588 101068800 23381 33554432000 4194304 9128323 140736891435968 18446744073709551615 6505887 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 24675 23381 742 1205 0 23466 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 98700

[startup+1062.3 s]
/proc/loadavg: 2.09 2.03 2.04 3/178 18477
/proc/meminfo: memFree=7868492/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=99824 CPUtime=1062.29 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 86185 0 0 0 105504 725 0 0 25 0 1 0 979995588 102219776 23640 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 24956 23640 742 1205 0 23747 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 99824

[startup+1122.3 s]
/proc/loadavg: 2.03 2.02 2.03 3/178 18479
/proc/meminfo: memFree=7867700/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=100040 CPUtime=1122.29 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 88335 0 0 0 111462 767 0 0 25 0 1 0 979995588 102440960 23699 33554432000 4194304 9128323 140736891435968 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 25010 23699 742 1205 0 23801 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 100040

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.03 3/178 18481
/proc/meminfo: memFree=7867292/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=100040 CPUtime=1182.29 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 88335 0 0 0 117422 807 0 0 25 0 1 0 979995588 102440960 23699 33554432000 4194304 9128323 140736891435968 18446744073709551615 4557536 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 25010 23699 742 1205 0 23801 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 100040

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/178 18483
/proc/meminfo: memFree=7866728/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=100040 CPUtime=1242.29 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 88335 0 0 0 123379 850 0 0 25 0 1 0 979995588 102440960 23699 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 25010 23699 742 1205 0 23801 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 100040

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/178 18485
/proc/meminfo: memFree=7864080/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=100040 CPUtime=1302.3 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 88335 0 0 0 129337 893 0 0 25 0 1 0 979995588 102440960 23699 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 25010 23699 742 1205 0 23801 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 100040

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/178 18485
/proc/meminfo: memFree=7864148/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=100040 CPUtime=1362.29 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 88335 0 0 0 135294 935 0 0 25 0 1 0 979995588 102440960 23699 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 25010 23699 742 1205 0 23801 0
Current children cumulated CPU time (s) 1362.29
Current children cumulated vsize (KiB) 100040

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

[startup+1369.51 s]
/proc/loadavg: 2.00 2.00 2.01 3/178 18487
/proc/meminfo: memFree=7864140/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=100040 CPUtime=1369.5 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 88335 0 0 0 136010 940 0 0 25 0 1 0 979995588 102440960 23699 33554432000 4194304 9128323 140736891435968 18446744073709551615 5984604 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 25010 23699 742 1205 0 23801 0
Current children cumulated CPU time (s) 1369.5
Current children cumulated vsize (KiB) 100040

[startup+1375.9 s]
/proc/loadavg: 2.00 2.00 2.01 3/178 18487
/proc/meminfo: memFree=7864132/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=100040 CPUtime=1375.89 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 88335 0 0 0 136646 943 0 0 25 0 1 0 979995588 102440960 23699 33554432000 4194304 9128323 140736891435968 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 25010 23699 742 1205 0 23801 0
Current children cumulated CPU time (s) 1375.89
Current children cumulated vsize (KiB) 100040

[startup+1379.1 s]
/proc/loadavg: 2.00 2.00 2.01 3/178 18487
/proc/meminfo: memFree=7864124/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=100040 CPUtime=1379.09 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 88335 0 0 0 136964 945 0 0 25 0 1 0 979995588 102440960 23699 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 25010 23699 742 1205 0 23801 0
Current children cumulated CPU time (s) 1379.09
Current children cumulated vsize (KiB) 100040

[startup+1380.7 s]
/proc/loadavg: 2.00 2.00 2.01 3/178 18487
/proc/meminfo: memFree=7864124/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=100040 CPUtime=1380.69 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 88335 0 0 0 137123 946 0 0 25 0 1 0 979995588 102440960 23699 33554432000 4194304 9128323 140736891435968 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 25010 23699 742 1205 0 23801 0
Current children cumulated CPU time (s) 1380.69
Current children cumulated vsize (KiB) 100040

[startup+1381.5 s]
/proc/loadavg: 2.00 2.00 2.01 3/178 18487
/proc/meminfo: memFree=7864000/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=100040 CPUtime=1381.5 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 88335 0 0 0 137203 947 0 0 25 0 1 0 979995588 102440960 23699 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 25010 23699 742 1205 0 23801 0
Current children cumulated CPU time (s) 1381.5
Current children cumulated vsize (KiB) 100040

[startup+1382.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/178 18487
/proc/meminfo: memFree=7864000/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=100040 CPUtime=1382.29 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 88335 0 0 0 137282 947 0 0 25 0 1 0 979995588 102440960 23699 33554432000 4194304 9128323 140736891435968 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 25010 23699 742 1205 0 23801 0
Current children cumulated CPU time (s) 1382.29
Current children cumulated vsize (KiB) 100040

[startup+1382.5 s]
/proc/loadavg: 2.00 2.00 2.01 3/178 18487
/proc/meminfo: memFree=7864000/32951124 swapFree=67049472/67111528
[pid=18434] ppid=18432 vsize=100040 CPUtime=1382.49 cores=0,2,4,6
/proc/18434/stat : 18434 (scip-2.0.1.4.li) R 18432 18434 18184 0 -1 4202496 88335 0 0 0 137302 947 0 0 25 0 1 0 979995588 102440960 23699 33554432000 4194304 9128323 140736891435968 18446744073709551615 4219770 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18434/statm: 25010 23699 742 1205 0 23801 0
Current children cumulated CPU time (s) 1382.49
Current children cumulated vsize (KiB) 100040

Child status: 0
Real time (s): 1382.57
CPU time (s): 1382.57
CPU user time (s): 1373.09
CPU system time (s): 9.48156
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 100040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1373.09
system time used= 9.48156
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88339
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= 8
involuntary context switches= 1984

runsolver used 2.43063 second user time and 5.10922 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-12 18:54:09
IDJOB=3447759
IDBENCH=78918
IDSOLVER=1944
FILE ID=node118/3447759-1307897649
RUNJOBID= node118-1307897649-18411
PBS_JOBID= 13559604
Free space on /tmp= 18216 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.1900579996--soft-33-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 /tmp/evaluation-result-3447759-1307897649/watcher-3447759-1307897649 -o /tmp/evaluation-result-3447759-1307897649/solver-3447759-1307897649 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447759-1307897649.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 469cd609ab798a94b23843d73b73e9c6
RANDOM SEED=1465936741

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.842
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.68
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.842
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.842
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.842
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.75
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8056196 kB
Buffers:         53868 kB
Cached:       24030744 kB
SwapCached:      14016 kB
Active:        8897896 kB
Inactive:     15204472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8056196 kB
SwapTotal:    67111528 kB
SwapFree:     67049472 kB
Dirty:           24772 kB
Writeback:           0 kB
AnonPages:       16424 kB
Mapped:           8596 kB
Slab:           727588 kB
PageTables:       4460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191668 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= 18192 MiB
End job on node118 at 2011-06-12 19:17:12