Trace number 3488670

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 NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)SAT-28 1797.66 1797.61

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_4.opb
MD5SUMedb32574ecafd14c2d1410b208d85a45
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28
Best CPU time to get the best result obtained on this benchmark1797.66
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2516
Sum of products size (including duplicates)5032
Number of different products1258
Sum of products size2516

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.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
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-3488670-1307786975.opb>
0.00/0.01	c original problem has 1458 variables (1458 bin, 0 int, 0 impl, 0 cont) and 1759 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	o 0
0.00/0.02	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.02	c presolving:
0.02/0.05	c (round 1) 0 del vars, 1658 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 100 upgd conss, 10264 impls, 199 clqs
0.02/0.05	c (round 2) 1258 del vars, 1658 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 10264 impls, 0 clqs
0.02/0.06	c    (0.1s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.02/0.06	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.02/0.06	c presolving (3 rounds):
0.02/0.06	c  1258 deleted vars, 1658 deleted constraints, 200 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.06	c  10264 implications, 0 cliques
0.02/0.06	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 301 constraints
0.02/0.06	c     200 constraints of type <knapsack>
0.02/0.06	c     100 constraints of type <setppc>
0.02/0.06	c       1 constraints of type <linear>
0.02/0.06	c transformed objective value is always integral (scale: 1)
0.02/0.06	c Presolving Time: 0.05
0.02/0.06	c - non default parameters ----------------------------------------------------------------------
0.02/0.06	c # SCIP version 2.0.1.5
0.02/0.06	c 
0.02/0.06	c # frequency for displaying node information lines
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.06	c display/freq = 10000
0.02/0.06	c 
0.02/0.06	c # maximal time in seconds to run
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/time = 1797
0.02/0.06	c 
0.02/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/memory = 13950
0.02/0.06	c 
0.02/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.06	c # [type: int, range: [1,2], default: 1]
0.02/0.06	c timing/clocktype = 2
0.02/0.06	c 
0.02/0.06	c # belongs reading time to solving time?
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c timing/reading = TRUE
0.02/0.06	c 
0.02/0.06	c # should presolving try to simplify inequalities
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/linear/simplifyinequalities = TRUE
0.02/0.06	c 
0.02/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/indicator/addCouplingCons = TRUE
0.02/0.06	c 
0.02/0.06	c # should presolving try to simplify knapsacks
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.06	c 
0.02/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06	c separating/rapidlearning/freq = 0
0.02/0.06	c 
0.02/0.06	c -----------------------------------------------------------------------------------------------
0.02/0.06	c start solving
0.02/0.06	c 
0.09/0.15	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.15	c t 0.1s|     1 |     0 |  1179 |     - |4159k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
0.09/0.15	o -1
0.09/0.15	c R 0.1s|     1 |     0 |  1179 |     - |4168k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 |-1.000000e+00 |  98.00%
0.18/0.21	o -22
0.18/0.21	c y 0.2s|     1 |     0 |  1179 |     - |4533k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 |-2.200000e+01 |  56.00%
0.18/0.23	c   0.2s|     1 |     0 |  1212 |     - |4539k|   0 | 200 | 200 | 301 | 200 | 333 |  32 |   0 |   0 |-5.000000e+01 |-2.200000e+01 |  56.00%
0.18/0.29	c   0.3s|     1 |     0 |  1221 |     - |5147k|   0 | 200 | 200 | 301 | 200 | 338 |  37 |   0 |   0 |-5.000000e+01 |-2.200000e+01 |  56.00%
0.29/0.36	c   0.4s|     1 |     0 |  1228 |     - |5424k|   0 | 200 | 200 | 301 | 200 | 342 |  41 |   0 |   0 |-5.000000e+01 |-2.200000e+01 |  56.00%
0.39/0.42	c   0.4s|     1 |     0 |  1237 |     - |5493k|   0 | 200 | 200 | 301 | 200 | 344 |  43 |   0 |   0 |-5.000000e+01 |-2.200000e+01 |  56.00%
0.39/0.48	c   0.5s|     1 |     0 |  1244 |     - |5550k|   0 | 200 | 200 | 301 | 200 | 347 |  46 |   0 |   0 |-5.000000e+01 |-2.200000e+01 |  56.00%
0.49/0.54	c   0.5s|     1 |     0 |  1249 |     - |5556k|   0 | 200 | 200 | 301 | 200 | 348 |  47 |   0 |   0 |-5.000000e+01 |-2.200000e+01 |  56.00%
1.19/1.26	c   1.3s|     1 |     2 |  1249 |     - |5556k|   0 | 200 | 200 | 301 | 200 | 348 |  47 |   0 |  12 |-5.000000e+01 |-2.200000e+01 |  56.00%
4.69/4.77	o -23
4.69/4.77	c p 4.8s|    26 |    27 |  3402 |  86.1 |5670k|  13 |   - | 200 | 301 | 200 | 330 |  47 |   1 | 363 |-4.983025e+01 |-2.300000e+01 |  53.84%
5.99/6.00	o -25
5.99/6.00	c f 6.0s|    38 |    39 |  4432 |  86.0 |5684k|  13 |   - | 200 | 301 | 200 | 330 |  47 |   1 | 515 |-4.983025e+01 |-2.500000e+01 |  49.83%
15.59/15.62	o -26
15.59/15.62	c f15.6s|   546 |   483 | 47435 |  84.7 |6508k|  26 |   - | 200 | 313 | 200 | 330 |  47 |  13 |1302 |-4.840248e+01 |-2.600000e+01 |  46.28%
17.89/17.90	o -27
17.89/17.90	c f17.9s|   637 |   551 | 66699 | 102.9 |6628k|  26 |   - | 200 | 320 | 200 | 330 |  47 |  21 |1302 |-4.767810e+01 |-2.700000e+01 |  43.37%
20.39/20.45	o -28
20.39/20.45	c l20.5s|   716 |   588 | 84799 | 116.9 |6700k|  26 |   - | 200 | 338 | 200 | 330 |  47 |  39 |1304 |-4.735115e+01 |-2.800000e+01 |  40.87%
76.49/76.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
76.49/76.52	c  76.5s| 10000 |  7756 |661532 |  66.0 |  13M|  97 |  60 | 200 | 527 | 200 | 330 |  47 | 265 |1308 |-4.383711e+01 |-2.800000e+01 |  36.13%
126.29/126.39	c   126s| 20000 | 17354 |  1311k|  65.5 |  20M|  97 | 102 | 200 | 564 | 200 | 330 |  47 | 418 |1381 |-4.334640e+01 |-2.800000e+01 |  35.40%
171.70/171.73	c   172s| 30000 | 26652 |  1924k|  64.1 |  28M|  97 |  68 | 200 | 524 | 200 | 330 |  47 | 538 |1535 |-4.298858e+01 |-2.800000e+01 |  34.87%
216.60/216.62	c   217s| 40000 | 35780 |  2534k|  63.3 |  36M|  97 |  84 | 200 | 518 | 200 | 330 |  47 | 672 |1693 |-4.278871e+01 |-2.800000e+01 |  34.56%
259.99/260.09	c   260s| 50000 | 44894 |  3139k|  62.8 |  44M|  97 |  75 | 200 | 474 | 200 | 330 |  47 | 764 |1844 |-4.263563e+01 |-2.800000e+01 |  34.33%
301.70/301.70	c   302s| 60000 | 54024 |  3717k|  61.9 |  52M|  97 |  75 | 200 | 463 | 200 | 330 |  47 | 865 |1954 |-4.251288e+01 |-2.800000e+01 |  34.14%
343.20/343.28	c   343s| 70000 | 63126 |  4304k|  61.5 |  60M|  97 |  89 | 200 | 472 | 200 | 330 |  47 | 965 |2065 |-4.237042e+01 |-2.800000e+01 |  33.92%
384.10/384.10	c   384s| 80000 | 72124 |  4879k|  61.0 |  68M|  97 |  96 | 200 | 483 | 200 | 330 |  47 |1057 |2189 |-4.225956e+01 |-2.800000e+01 |  33.74%
424.30/424.31	c   424s| 90000 | 80904 |  5458k|  60.6 |  75M|  97 |  80 | 200 | 476 | 200 | 330 |  47 |1149 |2280 |-4.215204e+01 |-2.800000e+01 |  33.57%
464.70/464.72	c   465s|100000 | 89704 |  6038k|  60.4 |  83M|  97 |  80 | 200 | 475 | 200 | 330 |  47 |1249 |2353 |-4.206014e+01 |-2.800000e+01 |  33.43%
504.40/504.40	c   504s|110000 | 98820 |  6599k|  60.0 |  91M|  97 |  78 | 200 | 451 | 200 | 330 |  47 |1308 |2435 |-4.200487e+01 |-2.800000e+01 |  33.34%
543.41/543.49	c   543s|120000 |107748 |  7159k|  59.7 |  99M|  97 |  73 | 200 | 470 | 200 | 330 |  47 |1416 |2506 |-4.191772e+01 |-2.800000e+01 |  33.20%
580.81/580.81	c   581s|130000 |116440 |  7699k|  59.2 | 107M|  97 |  83 | 200 | 471 | 200 | 330 |  47 |1487 |2569 |-4.183824e+01 |-2.800000e+01 |  33.08%
617.31/617.37	c   617s|140000 |125088 |  8227k|  58.8 | 114M|  97 |   - | 200 | 477 | 200 | 330 |  47 |1583 |2629 |-4.176580e+01 |-2.800000e+01 |  32.96%
655.41/655.49	c   655s|150000 |133812 |  8783k|  58.6 | 122M|  97 |   - | 200 | 437 | 200 | 330 |  47 |1657 |2686 |-4.170344e+01 |-2.800000e+01 |  32.86%
691.31/691.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
691.31/691.37	c   691s|160000 |142340 |  9311k|  58.2 | 130M|  97 |  63 | 200 | 451 | 200 | 330 |  47 |1742 |2745 |-4.166267e+01 |-2.800000e+01 |  32.79%
729.31/729.31	c   729s|170000 |150962 |  9866k|  58.0 | 137M|  97 |  78 | 200 | 490 | 200 | 330 |  47 |1863 |2805 |-4.159676e+01 |-2.800000e+01 |  32.69%
765.41/765.43	c   765s|180000 |159472 | 10403k|  57.8 | 145M|  97 | 130 | 200 | 461 | 200 | 330 |  47 |1940 |2861 |-4.156196e+01 |-2.800000e+01 |  32.63%
801.32/801.38	c   801s|190000 |168062 | 10927k|  57.5 | 153M|  97 |  97 | 200 | 499 | 200 | 330 |  47 |2067 |2927 |-4.151642e+01 |-2.800000e+01 |  32.56%
838.92/838.91	c   839s|200000 |176866 | 11473k|  57.4 | 160M|  97 |  84 | 200 | 508 | 200 | 330 |  47 |2158 |2990 |-4.147048e+01 |-2.800000e+01 |  32.48%
874.71/874.74	c   875s|210000 |185444 | 11997k|  57.1 | 168M|  97 |  61 | 200 | 519 | 200 | 330 |  47 |2260 |3029 |-4.142713e+01 |-2.800000e+01 |  32.41%
911.32/911.38	c   911s|220000 |194004 | 12547k|  57.0 | 176M|  97 |  90 | 200 | 497 | 200 | 330 |  47 |2332 |3085 |-4.138872e+01 |-2.800000e+01 |  32.35%
947.52/947.55	c   948s|230000 |202406 | 13082k|  56.9 | 183M|  97 |  77 | 200 | 476 | 200 | 330 |  47 |2414 |3126 |-4.134675e+01 |-2.800000e+01 |  32.28%
983.92/983.94	c   984s|240000 |210962 | 13622k|  56.8 | 191M|  97 |  64 | 200 | 461 | 200 | 330 |  47 |2490 |3175 |-4.129569e+01 |-2.800000e+01 |  32.20%
1017.02/1017.05	c  1017s|250000 |218988 | 14125k|  56.5 | 198M|  97 | 108 | 200 | 448 | 200 | 330 |  47 |2566 |3217 |-4.125827e+01 |-2.800000e+01 |  32.13%
1051.42/1051.41	c  1051s|260000 |227324 | 14647k|  56.3 | 206M|  97 | 109 | 200 | 461 | 200 | 330 |  47 |2637 |3253 |-4.122147e+01 |-2.800000e+01 |  32.07%
1086.92/1086.95	c  1087s|270000 |235772 | 15180k|  56.2 | 213M|  97 |  69 | 200 | 453 | 200 | 330 |  47 |2714 |3295 |-4.117734e+01 |-2.800000e+01 |  32.00%
1121.53/1121.51	c  1122s|280000 |244072 | 15697k|  56.1 | 221M|  97 |  67 | 200 | 452 | 200 | 330 |  47 |2784 |3332 |-4.114639e+01 |-2.800000e+01 |  31.95%
1157.03/1157.07	c  1157s|290000 |252660 | 16228k|  56.0 | 228M|  97 | 110 | 200 | 460 | 200 | 330 |  47 |2864 |3362 |-4.111868e+01 |-2.800000e+01 |  31.90%
1192.53/1192.54	c  1193s|300000 |261144 | 16760k|  55.9 | 236M|  97 |  78 | 200 | 460 | 200 | 330 |  47 |2940 |3398 |-4.108872e+01 |-2.800000e+01 |  31.85%
1226.63/1226.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1226.63/1226.69	c  1227s|310000 |269550 | 17271k|  55.7 | 244M|  97 |  62 | 200 | 479 | 200 | 330 |  47 |3036 |3442 |-4.106834e+01 |-2.800000e+01 |  31.82%
1259.73/1259.74	c  1260s|320000 |277916 | 17770k|  55.5 | 251M|  97 |  80 | 200 | 474 | 200 | 330 |  47 |3113 |3480 |-4.103735e+01 |-2.800000e+01 |  31.77%
1294.04/1294.04	c  1294s|330000 |286210 | 18290k|  55.4 | 258M|  97 |  55 | 200 | 452 | 200 | 330 |  47 |3176 |3503 |-4.100530e+01 |-2.800000e+01 |  31.72%
1327.74/1327.78	c  1328s|340000 |294616 | 18798k|  55.3 | 266M|  97 |  86 | 200 | 455 | 200 | 330 |  47 |3255 |3554 |-4.098190e+01 |-2.800000e+01 |  31.68%
1362.04/1362.02	c  1362s|350000 |303184 | 19312k|  55.2 | 274M|  97 |  85 | 200 | 452 | 200 | 330 |  47 |3326 |3594 |-4.095800e+01 |-2.800000e+01 |  31.64%
1395.04/1395.05	c  1395s|360000 |311606 | 19810k|  55.0 | 281M|  97 |  54 | 200 | 439 | 200 | 330 |  47 |3393 |3627 |-4.093483e+01 |-2.800000e+01 |  31.60%
1428.54/1428.59	c  1429s|370000 |319940 | 20325k|  54.9 | 288M|  97 | 117 | 200 | 441 | 200 | 330 |  47 |3471 |3656 |-4.090738e+01 |-2.800000e+01 |  31.55%
1462.44/1462.41	c  1462s|380000 |328464 | 20840k|  54.8 | 296M|  97 |   - | 200 | 436 | 200 | 330 |  47 |3526 |3684 |-4.088033e+01 |-2.800000e+01 |  31.51%
1495.54/1495.51	c  1496s|390000 |336912 | 21343k|  54.7 | 304M|  97 |  91 | 200 | 433 | 200 | 330 |  47 |3591 |3710 |-4.085475e+01 |-2.800000e+01 |  31.46%
1526.24/1526.25	c  1526s|400000 |344772 | 21823k|  54.6 | 311M|  97 |  61 | 200 | 454 | 200 | 330 |  47 |3666 |3747 |-4.082756e+01 |-2.800000e+01 |  31.42%
1557.25/1557.21	c  1557s|410000 |352572 | 22306k|  54.4 | 318M|  97 |  76 | 200 | 477 | 200 | 330 |  47 |3745 |3776 |-4.080557e+01 |-2.800000e+01 |  31.38%
1590.15/1590.13	c  1590s|420000 |360934 | 22808k|  54.3 | 325M|  97 |  86 | 200 | 467 | 200 | 330 |  47 |3823 |3810 |-4.078579e+01 |-2.800000e+01 |  31.35%
1622.34/1622.30	c  1622s|430000 |369088 | 23303k|  54.2 | 333M|  97 | 101 | 200 | 466 | 200 | 330 |  47 |3884 |3841 |-4.076624e+01 |-2.800000e+01 |  31.32%
1654.75/1654.71	c  1655s|440000 |377304 | 23803k|  54.1 | 340M|  97 | 113 | 200 | 471 | 200 | 330 |  47 |3961 |3869 |-4.074032e+01 |-2.800000e+01 |  31.27%
1687.25/1687.21	c  1687s|450000 |385616 | 24300k|  54.0 | 348M|  97 | 132 | 200 | 447 | 200 | 330 |  47 |4025 |3896 |-4.072374e+01 |-2.800000e+01 |  31.24%
1719.65/1719.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1719.65/1719.61	c  1720s|460000 |393770 | 24798k|  53.9 | 355M|  97 |  69 | 200 | 450 | 200 | 330 |  47 |4096 |3925 |-4.070231e+01 |-2.800000e+01 |  31.21%
1752.36/1752.39	c  1752s|470000 |402224 | 25301k|  53.8 | 363M|  97 |  63 | 200 | 449 | 200 | 330 |  47 |4159 |3952 |-4.068588e+01 |-2.800000e+01 |  31.18%
1783.95/1783.98	c  1784s|480000 |410286 | 25792k|  53.7 | 370M|  97 |  93 | 200 | 451 | 200 | 330 |  47 |4227 |3982 |-4.066978e+01 |-2.800000e+01 |  31.15%
1797.05/1797.01	c 
1797.05/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.01	c Solving Time (sec) : 1797.01
1797.05/1797.01	c Solving Nodes      : 483939
1797.05/1797.01	c Primal Bound       : -2.80000000000000e+01 (424 solutions)
1797.05/1797.01	c Dual Bound         : -4.06604380677396e+01
1797.05/1797.01	c Gap                : 31.14 %
1797.05/1797.01	s SATISFIABLE
1797.05/1797.01	v x128 -x141 x182 -x146 x136 -x166 -x181 -x185 -x156 x153 -x179 -x178 -x149 -x152 -x124 -x133 -x188 x189 -x147 x139 x197 -x191 x163 
1797.05/1797.01	v x130 x192 x194 -x106 -x170 x140 -x109 -x117 -x107 -x196 -x187 -x168 -x190 x148 -x171 -x161 -x160 -x158 -x154 -x151 -x114 -x173 
1797.05/1797.01	v x199 -x176 -x177 -x193 x172 -x143 -x135 -x162 -x125 x195 x120 -x200 -x157 x167 x134 -x113 x111 x131 -x121 -x183 -x123 x174 
1797.05/1797.01	v -x180 -x169 -x198 -x159 x137 -x132 -x122 -x119 -x112 -x105 -x118 x150 x142 -x103 -x104 -x165 -x115 -x155 -x101 -x144 -x116 
1797.05/1797.01	v x110 x108 -x145 x186 -x129 -x126 -x138 -x164 -x127 -x175 -x184 -x102 x100 -x99 x98 -x97 x96 -x95 -x94 x93 -x92 -x91 -x90 -x89 
1797.05/1797.01	v x88 -x87 -x86 -x85 x84 x83 -x82 x81 -x80 -x79 -x78 x77 x76 -x75 -x74 x73 -x72 x71 -x70 x69 -x68 -x67 -x66 x65 x64 -x63 -x62 
1797.05/1797.01	v -x61 -x60 -x59 -x58 x57 -x56 -x55 x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 x44 -x43 -x42 x41 -x40 -x39 -x38 -x37 -x36 
1797.05/1797.01	v -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 x27 x26 -x25 x24 x23 -x22 x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 x12 -x11 -x10 
1797.05/1797.01	v x9 -x8 -x7 -x6 x5 -x4 -x3 -x2 -x1 
1797.05/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.01	c Total Time         :    1797.01
1797.05/1797.01	c   solving          :    1797.01
1797.05/1797.01	c   presolving       :       0.05 (included in solving)
1797.05/1797.01	c   reading          :       0.01 (included in solving)
1797.05/1797.01	c Original Problem   :
1797.05/1797.01	c   Problem name     : HOME/instance-3488670-1307786975.opb
1797.05/1797.01	c   Variables        : 1458 (1458 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.01	c   Constraints      : 1759 initial, 1759 maximal
1797.05/1797.01	c Presolved Problem  :
1797.05/1797.01	c   Problem name     : t_HOME/instance-3488670-1307786975.opb
1797.05/1797.01	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.01	c   Constraints      : 301 initial, 592 maximal
1797.05/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.05/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.01	c   dualfix          :       0.00       1258          0          0          0          0          0          0          0          0
1797.05/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.01	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1797.05/1797.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.01	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.01	c   pseudoboolean    :       0.00          0          0          0          0          0       1658        200          0          0
1797.05/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.05/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.01	c   integral         :          0          0          0     448825          0        429          0          1         79          0          0     897502
1797.05/1797.01	c   knapsack         :        200          6    1631561          0          1        424      35657         75    2309605          0          0          0
1797.05/1797.01	c   setppc           :        100          6    1621290          0          1        423       4205          0     282263          0          0          0
1797.05/1797.01	c   linear           :          1          6    1631484          0          0        423          4        270          0          0          0          0
1797.05/1797.01	c   logicor          :          0+         0     390709          0          0          0          0          0         22          0          0          0
1797.05/1797.01	c   countsols        :          0          0          0          0          1        427          0          0          0          0          0          0
1797.05/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.05/1797.01	c   integral         :      32.98       0.00       0.00      32.98       0.00       0.00       0.00
1797.05/1797.01	c   knapsack         :       8.89       0.01       8.84       0.00       0.00       0.03       0.01
1797.05/1797.01	c   setppc           :       1.58       0.00       1.58       0.00       0.00       0.00       0.00
1797.05/1797.01	c   linear           :       1.33       0.01       1.32       0.00       0.00       0.00       0.00
1797.05/1797.01	c   logicor          :       0.78       0.00       0.78       0.00       0.00       0.00       0.00
1797.05/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.05/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.05/1797.01	c   vbounds          :          0          0          0          0
1797.05/1797.01	c   rootredcost      :          6          0          0          0
1797.05/1797.01	c   pseudoobj        :    1637899        171        201        576
1797.05/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.05/1797.01	c   vbounds          :       0.29       0.29       0.00
1797.05/1797.01	c   rootredcost      :       0.28       0.28       0.00
1797.05/1797.01	c   pseudoobj        :       5.20       5.20       0.00
1797.05/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.05/1797.01	c   propagation      :       0.01         75         75        682       58.9          0        0.0          -
1797.05/1797.01	c   infeasible LP    :       0.24       6122       5918      21368       33.5          0        0.0          0
1797.05/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.05/1797.01	c   applied globally :          -          -          -       4195        9.9          -          -          -
1797.05/1797.01	c   applied locally  :          -          -          -         72       46.1          -          -          -
1797.05/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.05/1797.01	c   cut pool         :       0.00          5          -          -         17          -    (maximal pool size: 284)
1797.05/1797.01	c   redcost          :       2.74     483981          0     175088          0          0
1797.05/1797.01	c   impliedbounds    :       0.00          6          0          0          0          0
1797.05/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.05/1797.01	c   gomory           :       0.12          6          0          0          0          0
1797.05/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.05/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.05/1797.01	c   strongcg         :       0.10          6          0          0        243          0
1797.05/1797.01	c   cmir             :       0.02          6          0          0         41          0
1797.05/1797.01	c   flowcover        :       0.04          6          0          0          0          0
1797.05/1797.01	c   clique           :       0.00          1          0          0          0          0
1797.05/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.05/1797.01	c   mcf              :       0.00          1          0          0          0          0
1797.05/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.05/1797.01	c   rapidlearning    :       0.03          1          0          0          0          0
1797.05/1797.01	c Pricers            :       Time      Calls       Vars
1797.05/1797.01	c   problem variables:       0.00          0          0
1797.05/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.01	c   relpscost        :      32.73     448825          1         79          0          0     897502
1797.05/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.05/1797.01	c   inference        :       0.00          1          0          0          0          0          2
1797.05/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.05/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.05/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.05/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.05/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.05/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.05/1797.01	c   LP solutions     :       0.00          -          0
1797.05/1797.01	c   pseudo solutions :       0.00          -          0
1797.05/1797.01	c   oneopt           :       0.11          6          0
1797.05/1797.01	c   crossover        :       0.24          5          0
1797.05/1797.01	c   guideddiving     :      35.60       4605          0
1797.05/1797.01	c   veclendiving     :      36.89       4605          0
1797.05/1797.01	c   fracdiving       :      38.53       4606          3
1797.05/1797.01	c   pscostdiving     :      37.77       4606          1
1797.05/1797.01	c   linesearchdiving :      37.25       4606          1
1797.05/1797.01	c   coefdiving       :      33.73       4606          0
1797.05/1797.01	c   trivial          :       0.00          2          1
1797.05/1797.01	c   shiftandpropagate:       0.00          0          0
1797.05/1797.01	c   simplerounding   :       0.11          0          0
1797.05/1797.01	c   zirounding       :      13.62          0          0
1797.05/1797.01	c   rounding         :      12.48      32845          1
1797.05/1797.01	c   shifting         :      34.94      40104        334
1797.05/1797.01	c   intshifting      :       0.01          0          0
1797.05/1797.01	c   twoopt           :       0.00          0          0
1797.05/1797.01	c   fixandinfer      :       0.00          0          0
1797.05/1797.01	c   feaspump         :       0.01          0          0
1797.05/1797.01	c   clique           :       0.00          0          0
1797.05/1797.01	c   intdiving        :       0.00          0          0
1797.05/1797.01	c   actconsdiving    :       0.00          0          0
1797.05/1797.01	c   objpscostdiving  :      18.31        449         46
1797.05/1797.01	c   rootsoldiving    :      13.89       1146         36
1797.05/1797.01	c   octane           :       0.00          0          0
1797.05/1797.01	c   rens             :       0.01          0          0
1797.05/1797.01	c   rins             :       0.00          0          0
1797.05/1797.01	c   localbranching   :       0.00          0          0
1797.05/1797.01	c   mutation         :       0.00          0          0
1797.05/1797.01	c   dins             :       0.00          0          0
1797.05/1797.01	c   vbounds          :       0.00          0          0
1797.05/1797.01	c   undercover       :       0.00          0          0
1797.05/1797.01	c   subnlp           :       0.07          0          0
1797.05/1797.01	c   trysol           :       0.12          0          0
1797.05/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.05/1797.01	c   primal LP        :       0.00          0          0       0.00          -
1797.05/1797.01	c   dual LP          :    1386.27     500965   22648300      45.21   16337.63
1797.05/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.05/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.05/1797.01	c   diving/probing LP:     211.56     583100    3346419       5.74   15817.60
1797.05/1797.01	c   strong branching :      22.49       3990     183421      45.97    8157.45
1797.05/1797.01	c     (at root node) :          -         12       4192     349.33          -
1797.05/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.05/1797.01	c B&B Tree           :
1797.05/1797.01	c   number of runs   :          1
1797.05/1797.01	c   nodes            :     483939
1797.05/1797.01	c   nodes (total)    :     483939
1797.05/1797.01	c   nodes left       :     413471
1797.05/1797.01	c   max depth        :         97
1797.05/1797.01	c   max depth (total):         97
1797.05/1797.01	c   backtracks       :      47126 (9.7%)
1797.05/1797.01	c   delayed cutoffs  :          0
1797.05/1797.01	c   repropagations   :        105 (22 domain reductions, 0 cutoffs)
1797.05/1797.01	c   avg switch length:       4.66
1797.05/1797.01	c   switching time   :      11.60
1797.05/1797.01	c Solution           :
1797.05/1797.01	c   Solutions found  :        424 (8 improvements)
1797.05/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1797.05/1797.01	c   Primal Bound     : -2.80000000000000e+01   (in run 1, after 716 nodes, 20.45 seconds, depth 94, found by <linesearchdiving>)
1797.05/1797.01	c   Dual Bound       : -4.06604380677396e+01
1797.05/1797.01	c   Gap              :      31.14 %
1797.05/1797.01	c   Root Dual Bound  : -4.99999999999998e+01
1797.05/1797.01	c   Root Iterations  :       1249
1797.65/1797.60	c Time complete: 1797.65.

Verifier Data

OK	-28

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3488670-1307786975/watcher-3488670-1307786975 -o /tmp/evaluation-result-3488670-1307786975/solver-3488670-1307786975 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488670-1307786975.opb -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: 2.00 2.00 1.97 2/177 9043
/proc/meminfo: memFree=31205916/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=10944 CPUtime=0 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 1828 0 0 0 0 0 0 0 25 0 1 0 968928149 11206656 1782 33554432000 4194304 9016284 140733236244016 18446744073709551615 7870589 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9043/statm: 2736 1796 340 1178 0 1554 0

[startup+0.0254381 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 9043
/proc/meminfo: memFree=31205916/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=22792 CPUtime=0.02 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 4714 0 0 0 2 0 0 0 25 0 1 0 968928149 23339008 4411 33554432000 4194304 9016284 140733236244016 18446744073709551615 4445232 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9043/statm: 5698 4411 484 1178 0 4516 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 22792

[startup+0.100423 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 9043
/proc/meminfo: memFree=31205916/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=24560 CPUtime=0.09 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 5358 0 0 0 9 0 0 0 18 0 1 0 968928149 25149440 5055 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9043/statm: 6140 5057 637 1178 0 4958 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24560

[startup+0.300387 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 9043
/proc/meminfo: memFree=31205916/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=29004 CPUtime=0.29 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 9113 0 0 0 28 1 0 0 18 0 1 0 968928149 29700096 6187 33554432000 4194304 9016284 140733236244016 18446744073709551615 4786416 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9043/statm: 7251 6187 719 1178 0 6069 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29004

[startup+0.700317 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 9043
/proc/meminfo: memFree=31205916/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=28964 CPUtime=0.69 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 10757 0 0 0 68 1 0 0 18 0 1 0 968928149 29659136 6185 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9043/statm: 7241 6185 705 1178 0 6059 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28964

[startup+1.50116 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9044
/proc/meminfo: memFree=31183860/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=28964 CPUtime=1.49 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 10759 0 0 0 148 1 0 0 19 0 1 0 968928149 29659136 6187 33554432000 4194304 9016284 140733236244016 18446744073709551615 7198978 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9043/statm: 7241 6187 707 1178 0 6059 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28964

[startup+3.10086 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9044
/proc/meminfo: memFree=31183364/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=28964 CPUtime=3.09 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 10760 0 0 0 307 2 0 0 25 0 1 0 968928149 29659136 6188 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9043/statm: 7241 6188 707 1178 0 6059 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28964

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9044
/proc/meminfo: memFree=31182124/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=28964 CPUtime=6.29 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 10762 0 0 0 625 4 0 0 25 0 1 0 968928149 29659136 6190 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9043/statm: 7241 6190 709 1178 0 6059 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28964

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9044
/proc/meminfo: memFree=31181264/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=28964 CPUtime=12.69 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 10763 0 0 0 1258 11 0 0 25 0 1 0 968928149 29659136 6191 33554432000 4194304 9016284 140733236244016 18446744073709551615 7205540 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9043/statm: 7241 6191 710 1178 0 6059 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28964

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9082
/proc/meminfo: memFree=31211824/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=30260 CPUtime=25.49 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 12695 0 0 0 2525 24 0 0 25 0 1 0 968928149 30986240 6493 33554432000 4194304 9016284 140733236244016 18446744073709551615 7219692 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9043/statm: 7565 6493 710 1178 0 6383 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30260

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9083
/proc/meminfo: memFree=31186120/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=33192 CPUtime=51.08 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 19491 0 0 0 5055 53 0 0 25 0 1 0 968928149 33988608 7242 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9043/statm: 8298 7242 716 1178 0 7116 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 33192

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9084
/proc/meminfo: memFree=31171684/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=42952 CPUtime=102.29 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 28915 0 0 0 10101 128 0 0 25 0 1 0 968928149 43982848 9720 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 10738 9720 716 1178 0 9556 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 42952

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9086
/proc/meminfo: memFree=31165412/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=55444 CPUtime=162.29 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 34705 0 0 0 16016 213 0 0 25 0 1 0 968928149 56774656 12881 33554432000 4194304 9016284 140733236244016 18446744073709551615 7214185 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 13861 12881 716 1178 0 12679 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 55444

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9088
/proc/meminfo: memFree=31149848/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=67768 CPUtime=222.29 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 37832 0 0 0 21930 299 0 0 25 0 1 0 968928149 69394432 16008 33554432000 4194304 9016284 140733236244016 18446744073709551615 7204769 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 16942 16008 716 1178 0 15760 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 67768

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9089
/proc/meminfo: memFree=31139288/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=77616 CPUtime=282.29 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 41167 0 0 0 27844 385 0 0 25 0 1 0 968928149 79478784 18511 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 19404 18511 716 1178 0 18222 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 77616

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9091
/proc/meminfo: memFree=31125732/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=91112 CPUtime=342.3 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 44578 0 0 0 33759 471 0 0 25 0 1 0 968928149 93298688 21922 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 22778 21922 716 1178 0 21596 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 91112

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9092
/proc/meminfo: memFree=31110816/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=107632 CPUtime=402.3 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 48286 0 0 0 39665 565 0 0 25 0 1 0 968928149 110215168 25630 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 26908 25630 716 1178 0 25726 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 107632

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9094
/proc/meminfo: memFree=31103592/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=118688 CPUtime=462.3 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 51110 0 0 0 45572 658 0 0 25 0 1 0 968928149 121536512 28454 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 29672 28454 716 1178 0 28490 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 118688

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9096
/proc/meminfo: memFree=31086064/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=132164 CPUtime=522.31 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 57149 0 0 0 51483 748 0 0 25 0 1 0 968928149 135335936 31877 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 33041 31877 716 1178 0 31859 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 132164

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 9097
/proc/meminfo: memFree=31074496/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=143468 CPUtime=582.31 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 59997 0 0 0 57389 842 0 0 25 0 1 0 968928149 146911232 34725 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 35867 34725 716 1178 0 34685 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 143468

[startup+642.301 s]

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

/proc/meminfo: memFree=30950876/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=264848 CPUtime=1122.33 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 91311 0 0 0 110545 1688 0 0 25 0 1 0 968928149 271204352 64571 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 66212 64571 716 1178 0 65030 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 264848

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/178 9113
/proc/meminfo: memFree=30938920/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=276784 CPUtime=1182.32 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 94325 0 0 0 116455 1777 0 0 25 0 1 0 968928149 283426816 67585 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 69196 67585 716 1178 0 68014 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 276784

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 9115
/proc/meminfo: memFree=30925856/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=289532 CPUtime=1242.33 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 97503 0 0 0 122364 1869 0 0 25 0 1 0 968928149 296480768 70763 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 72383 70763 716 1178 0 71201 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 289532

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 9116
/proc/meminfo: memFree=30905972/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=308828 CPUtime=1302.34 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 102439 0 0 0 128272 1962 0 0 25 0 1 0 968928149 316239872 75699 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 77207 75699 716 1178 0 76025 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 308828

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 9118
/proc/meminfo: memFree=30896772/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=319616 CPUtime=1362.34 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 105240 0 0 0 134173 2061 0 0 25 0 1 0 968928149 327286784 78499 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 79904 78499 716 1178 0 78722 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 319616

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 9120
/proc/meminfo: memFree=30881596/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=333976 CPUtime=1422.35 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 108871 0 0 0 140076 2159 0 0 25 0 1 0 968928149 341991424 82130 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 83494 82130 716 1178 0 82312 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 333976

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 9121
/proc/meminfo: memFree=30871736/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=343576 CPUtime=1482.34 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 111315 0 0 0 145983 2251 0 0 25 0 1 0 968928149 351821824 84574 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 85894 84574 716 1178 0 84712 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 343576

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 9123
/proc/meminfo: memFree=30857944/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=357032 CPUtime=1542.34 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 114744 0 0 0 151886 2348 0 0 25 0 1 0 968928149 365600768 88001 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 89258 88001 716 1178 0 88076 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 357032

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 9124
/proc/meminfo: memFree=30842772/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=371816 CPUtime=1602.35 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 119365 0 0 0 157791 2444 0 0 25 0 1 0 968928149 380739584 91789 33554432000 4194304 9016284 140733236244016 18446744073709551615 6523263 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 92954 91789 716 1178 0 91772 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 371816

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 9126
/proc/meminfo: memFree=30827616/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=386620 CPUtime=1662.34 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 123101 0 0 0 163694 2540 0 0 25 0 1 0 968928149 395898880 95525 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 96655 95525 716 1178 0 95473 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 386620

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 9128
/proc/meminfo: memFree=30814684/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=399544 CPUtime=1722.35 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 126358 0 0 0 169599 2636 0 0 25 0 1 0 968928149 409133056 98782 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 99886 98782 716 1178 0 98704 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 399544

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 1.99 3/178 9132
/proc/meminfo: memFree=30801604/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=412112 CPUtime=1782.35 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 129560 0 0 0 175500 2735 0 0 25 0 1 0 968928149 422002688 101984 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 103028 101984 716 1178 0 101846 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 412112

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

[startup+1785.5 s]
/proc/loadavg: 2.03 2.01 1.99 3/178 9132
/proc/meminfo: memFree=30800984/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=412268 CPUtime=1785.55 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 129616 0 0 0 175814 2741 0 0 25 0 1 0 968928149 422162432 102040 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 103067 102040 716 1178 0 101885 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 412268

[startup+1791.91 s]
/proc/loadavg: 2.03 2.01 1.99 3/178 9132
/proc/meminfo: memFree=30800300/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=413268 CPUtime=1791.96 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 129846 0 0 0 176445 2751 0 0 25 0 1 0 968928149 423186432 102270 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 103317 102270 716 1178 0 102135 0
Current children cumulated CPU time (s) 1791.96
Current children cumulated vsize (KiB) 413268

[startup+1795.1 s]
/proc/loadavg: 2.03 2.01 1.99 3/178 9133
/proc/meminfo: memFree=30799184/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=414096 CPUtime=1795.16 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 130054 0 0 0 176760 2756 0 0 25 0 1 0 968928149 424034304 102478 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 103524 102478 716 1178 0 102342 0
Current children cumulated CPU time (s) 1795.16
Current children cumulated vsize (KiB) 414096

[startup+1796.7 s]
/proc/loadavg: 2.03 2.01 1.99 3/178 9133
/proc/meminfo: memFree=30799184/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=414096 CPUtime=1796.75 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 130059 0 0 0 176917 2758 0 0 25 0 1 0 968928149 424034304 102483 33554432000 4194304 9016284 140733236244016 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9043/statm: 103524 102483 716 1178 0 102342 0
Current children cumulated CPU time (s) 1796.75
Current children cumulated vsize (KiB) 414096

[startup+1797.1 s]
/proc/loadavg: 2.03 2.01 1.99 3/178 9133
/proc/meminfo: memFree=30799184/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=414096 CPUtime=1797.15 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 130061 0 0 0 176956 2759 0 0 18 0 1 0 968928149 424034304 102485 33554432000 4194304 9016284 140733236244016 18446744073709551615 4897739 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9043/statm: 103524 102485 718 1178 0 102342 0
Current children cumulated CPU time (s) 1797.15
Current children cumulated vsize (KiB) 414096

[startup+1797.5 s]
/proc/loadavg: 2.03 2.01 1.99 3/178 9133
/proc/meminfo: memFree=30799184/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=414096 CPUtime=1797.55 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 130061 0 0 0 176996 2759 0 0 18 0 1 0 968928149 424034304 102485 33554432000 4194304 9016284 140733236244016 18446744073709551615 6812833 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9043/statm: 103524 102485 718 1178 0 102342 0
Current children cumulated CPU time (s) 1797.55
Current children cumulated vsize (KiB) 414096

[startup+1797.6 s]
/proc/loadavg: 2.03 2.01 1.99 3/178 9133
/proc/meminfo: memFree=30799184/32950928 swapFree=67054844/67111528
[pid=9043] ppid=9041 vsize=309864 CPUtime=1797.65 cores=0,2,4,6
/proc/9043/stat : 9043 (scip-2.0.1.4b_2) R 9041 9043 8698 0 -1 4202496 130061 0 0 0 177005 2760 0 0 18 0 1 0 968928149 317300736 21721 33554432000 4194304 9016284 140733236244016 18446744073709551615 8107690 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9043/statm: 77466 21488 718 1178 0 76284 0
Current children cumulated CPU time (s) 1797.65
Current children cumulated vsize (KiB) 309864

Child status: 0
Real time (s): 1797.61
CPU time (s): 1797.66
CPU user time (s): 1770.05
CPU system time (s): 27.6098
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 414096

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

runsolver used 2.70359 second user time and 5.47317 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-11 12:09:35
IDJOB=3488670
IDBENCH=48274
IDSOLVER=1979
FILE ID=node114/3488670-1307786975
RUNJOBID= node114-1307783374-8716
PBS_JOBID= 13550892
Free space on /tmp= 74096 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_10_4.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488670-1307786975/watcher-3488670-1307786975 -o /tmp/evaluation-result-3488670-1307786975/solver-3488670-1307786975 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488670-1307786975.opb -t 1800 -m 15500

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

MD5SUM BENCH= edb32574ecafd14c2d1410b208d85a45
RANDOM SEED=2096216902

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31206220 kB
Buffers:        276644 kB
Cached:        1130428 kB
SwapCached:      10540 kB
Active:         571432 kB
Inactive:       968916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31206220 kB
SwapTotal:    67111528 kB
SwapFree:     67054844 kB
Dirty:           16708 kB
Writeback:           0 kB
AnonPages:      130508 kB
Mapped:          15684 kB
Slab:           139668 kB
PageTables:       4888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   323856 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= 74080 MiB
End job on node114 at 2011-06-11 12:39:32