Trace number 3488878

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)? 1797.71 1797.67

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g250.15.opb
MD5SUMf368868fda311e5aaeadb84d33b29291
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3750
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3750
Optimality of the best value was proved NO
Number of variables7500
Total number of constraints237715
Number of constraints which are clauses237715
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint15
Number of terms in the objective function 7500
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 7500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7500
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 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-3488878-1307765923.opb>
1.09/1.17	c original problem has 7500 variables (7500 bin, 0 int, 0 impl, 0 cont) and 237715 constraints
1.09/1.17	c problem read
1.09/1.17	c presolving settings loaded
1.39/1.44	c presolving:
2.39/2.43	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 233965 upgd conss, 477930 impls, 0 clqs
2.59/2.65	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 237715 upgd conss, 477930 impls, 0 clqs
45.09/45.11	c    (45.1s) probing: 1000/7500 (13.3%) - 0 fixings, 0 aggregations, 134067 implications, 0 bound changes
90.69/90.79	c    (90.8s) probing: 2000/7500 (26.7%) - 0 fixings, 0 aggregations, 259456 implications, 0 bound changes
90.79/90.84	c    (90.8s) probing: 2001/7500 (26.7%) - 0 fixings, 0 aggregations, 259580 implications, 0 bound changes
90.79/90.84	c    (90.8s) probing aborted: 2000/2000 successive useless probings
90.79/90.84	c presolving (3 rounds):
90.79/90.84	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
90.79/90.84	c  1372588 implications, 0 cliques
90.79/90.84	c presolved problem has 7500 variables (7500 bin, 0 int, 0 impl, 0 cont) and 237715 constraints
90.79/90.84	c  237465 constraints of type <setppc>
90.79/90.84	c     250 constraints of type <logicor>
90.79/90.84	c transformed objective value is always integral (scale: 1)
90.79/90.84	c Presolving Time: 89.46
90.79/90.84	c - non default parameters ----------------------------------------------------------------------
90.79/90.84	c # SCIP version 2.0.1.5
90.79/90.84	c 
90.79/90.84	c # frequency for displaying node information lines
90.79/90.84	c # [type: int, range: [-1,2147483647], default: 100]
90.79/90.84	c display/freq = 10000
90.79/90.84	c 
90.79/90.84	c # maximal time in seconds to run
90.79/90.84	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
90.79/90.84	c limits/time = 1797
90.79/90.84	c 
90.79/90.84	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
90.79/90.84	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
90.79/90.84	c limits/memory = 13950
90.79/90.84	c 
90.79/90.84	c # default clock type (1: CPU user seconds, 2: wall clock time)
90.79/90.84	c # [type: int, range: [1,2], default: 1]
90.79/90.84	c timing/clocktype = 2
90.79/90.84	c 
90.79/90.84	c # belongs reading time to solving time?
90.79/90.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
90.79/90.84	c timing/reading = TRUE
90.79/90.84	c 
90.79/90.84	c # should presolving try to simplify inequalities
90.79/90.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
90.79/90.84	c constraints/linear/simplifyinequalities = TRUE
90.79/90.84	c 
90.79/90.84	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
90.79/90.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
90.79/90.84	c constraints/indicator/addCouplingCons = TRUE
90.79/90.84	c 
90.79/90.84	c # should presolving try to simplify knapsacks
90.79/90.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
90.79/90.84	c constraints/knapsack/simplifyinequalities = TRUE
90.79/90.84	c 
90.79/90.84	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
90.79/90.84	c # [type: int, range: [-1,2147483647], default: -1]
90.79/90.84	c separating/rapidlearning/freq = 0
90.79/90.84	c 
90.79/90.84	c -----------------------------------------------------------------------------------------------
90.79/90.84	c start solving
90.79/90.85	c 
112.59/112.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.59/112.68	c   113s|     1 |     0 |  4979 |     - | 329M|   0 |4250 |7500 | 237k|7500 | 237k|   0 |  42 |   0 | 2.125000e+03 |      --      |    Inf 
129.89/129.98	c   130s|     1 |     0 |  6970 |     - | 330M|   0 |4196 |7500 | 237k|7500 | 237k|  31 |  42 |   0 | 2.152000e+03 |      --      |    Inf 
141.49/141.56	c   142s|     1 |     0 |  7685 |     - | 330M|   0 |4153 |7500 | 237k|7500 | 237k|  53 |  42 |   0 | 2.173500e+03 |      --      |    Inf 
156.38/156.46	c   156s|     1 |     0 |  8196 |     - | 330M|   0 |4088 |7500 | 237k|7500 | 237k| 105 |  42 |   0 | 2.206000e+03 |      --      |    Inf 
175.39/175.44	c   175s|     1 |     0 |  8633 |     - | 330M|   0 |4036 |7500 | 237k|7500 | 237k| 146 |  42 |   0 | 2.232500e+03 |      --      |    Inf 
196.79/196.88	c   197s|     1 |     0 |  9093 |     - | 330M|   0 |3997 |7500 | 237k|7500 | 237k| 181 |  42 |   0 | 2.252500e+03 |      --      |    Inf 
221.39/221.43	c   221s|     1 |     0 |  9621 |     - | 330M|   0 |3959 |7500 | 237k|7500 | 237k| 219 |  42 |   0 | 2.271500e+03 |      --      |    Inf 
247.09/247.14	c   247s|     1 |     0 | 10129 |     - | 330M|   0 |3921 |7500 | 237k|7500 | 237k| 248 |  42 |   0 | 2.291750e+03 |      --      |    Inf 
274.99/275.05	c   275s|     1 |     0 | 10741 |     - | 330M|   0 |3875 |7500 | 237k|7500 | 238k| 292 |  42 |   0 | 2.315167e+03 |      --      |    Inf 
304.98/305.05	c   305s|     1 |     0 | 11425 |     - | 330M|   0 |3838 |7500 | 237k|7500 | 238k| 335 |  42 |   0 | 2.335250e+03 |      --      |    Inf 
340.19/340.25	c   340s|     1 |     0 | 12245 |     - | 330M|   0 |3800 |7500 | 237k|7500 | 238k| 382 |  42 |   0 | 2.354500e+03 |      --      |    Inf 
349.29/349.32	c   349s|     1 |     0 | 13246 |     - | 331M|   0 |3772 |7500 | 237k|7500 | 238k| 428 |  42 |   0 | 2.371250e+03 |      --      |    Inf 
357.89/357.91	c   358s|     1 |     0 | 14411 |     - | 331M|   0 |3746 |7500 | 237k|7500 | 238k| 482 |  42 |   0 | 2.387333e+03 |      --      |    Inf 
366.89/366.99	c   367s|     1 |     0 | 15770 |     - | 331M|   0 |3723 |7500 | 237k|7500 | 238k| 546 |  42 |   0 | 2.405583e+03 |      --      |    Inf 
376.79/376.84	c   377s|     1 |     0 | 16963 |     - | 332M|   0 |3688 |7500 | 237k|7500 | 238k| 599 |  42 |   0 | 2.422524e+03 |      --      |    Inf 
389.19/389.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
389.19/389.29	c   389s|     1 |     0 | 18757 |     - | 332M|   0 |3644 |7500 | 237k|7500 | 238k| 656 |  42 |   0 | 2.440821e+03 |      --      |    Inf 
398.69/398.80	c   399s|     1 |     0 | 20244 |     - | 332M|   0 |3620 |7500 | 237k|7500 | 238k| 720 |  42 |   0 | 2.461911e+03 |      --      |    Inf 
417.39/417.49	c   417s|     1 |     0 | 24191 |     - | 333M|   0 |3579 |7500 | 237k|7500 | 238k| 792 |  42 |   0 | 2.481917e+03 |      --      |    Inf 
431.59/431.64	c   432s|     1 |     0 | 26693 |     - | 333M|   0 |3549 |7500 | 237k|7500 | 238k| 844 |  42 |   0 | 2.495750e+03 |      --      |    Inf 
443.39/443.48	c   443s|     1 |     0 | 28947 |     - | 333M|   0 |3537 |7500 | 237k|7500 | 238k| 903 |  42 |   0 | 2.509750e+03 |      --      |    Inf 
456.09/456.13	c   456s|     1 |     0 | 31178 |     - | 334M|   0 |3498 |7500 | 237k|7500 | 238k| 955 |  42 |   0 | 2.526000e+03 |      --      |    Inf 
473.00/473.08	c   473s|     1 |     0 | 35152 |     - | 334M|   0 |3450 |7500 | 237k|7500 | 238k|1018 |  42 |   0 | 2.538369e+03 |      --      |    Inf 
490.99/491.01	c   491s|     1 |     0 | 39387 |     - | 335M|   0 |3462 |7500 | 237k|7500 | 238k|1068 |  42 |   0 | 2.551542e+03 |      --      |    Inf 
504.39/504.47	c   504s|     1 |     0 | 42311 |     - | 335M|   0 |3419 |7500 | 237k|7500 | 238k|1131 |  42 |   0 | 2.566867e+03 |      --      |    Inf 
519.99/520.06	c   520s|     1 |     0 | 46019 |     - | 335M|   0 |3386 |7500 | 237k|7500 | 238k|1187 |  42 |   0 | 2.587991e+03 |      --      |    Inf 
528.29/528.38	c   528s|     1 |     0 | 47601 |     - | 335M|   0 |3350 |7500 | 237k|7500 | 238k|1238 |  42 |   0 | 2.601750e+03 |      --      |    Inf 
548.59/548.65	c   549s|     1 |     0 | 53119 |     - | 336M|   0 |3342 |7500 | 237k|7500 | 238k|1288 |  42 |   0 | 2.614884e+03 |      --      |    Inf 
565.31/565.40	c   565s|     1 |     0 | 56997 |     - | 336M|   0 |3319 |7500 | 237k|7500 | 238k|1349 |  42 |   0 | 2.631500e+03 |      --      |    Inf 
580.80/580.90	c   581s|     1 |     0 | 59843 |     - | 336M|   0 |3274 |7500 | 237k|7500 | 238k|1404 |  42 |   0 | 2.646750e+03 |      --      |    Inf 
594.70/594.71	c   595s|     1 |     0 | 62730 |     - | 337M|   0 |3249 |7500 | 237k|7500 | 238k|1464 |  42 |   0 | 2.658000e+03 |      --      |    Inf 
619.69/619.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
619.69/619.74	c   620s|     1 |     0 | 67541 |     - | 337M|   0 |3212 |7500 | 237k|7500 | 238k|1517 |  42 |   0 | 2.670333e+03 |      --      |    Inf 
641.39/641.48	c   641s|     1 |     0 | 72117 |     - | 337M|   0 |3204 |7500 | 237k|7500 | 238k|1570 |  42 |   0 | 2.676750e+03 |      --      |    Inf 
657.89/657.93	c   658s|     1 |     0 | 75664 |     - | 338M|   0 |3183 |7500 | 237k|7500 | 238k|1625 |  42 |   0 | 2.686093e+03 |      --      |    Inf 
681.60/681.65	c   682s|     1 |     0 | 80234 |     - | 338M|   0 |3186 |7500 | 237k|7500 | 238k|1673 |  42 |   0 | 2.693864e+03 |      --      |    Inf 
692.39/692.49	c   692s|     1 |     0 | 82721 |     - | 338M|   0 |3145 |7500 | 237k|7500 | 238k|1725 |  42 |   0 | 2.703614e+03 |      --      |    Inf 
707.60/707.65	c   708s|     1 |     0 | 85831 |     - | 339M|   0 |3119 |7500 | 237k|7500 | 238k|1775 |  42 |   0 | 2.711864e+03 |      --      |    Inf 
729.30/729.32	c   729s|     1 |     0 | 90137 |     - | 339M|   0 |3104 |7500 | 237k|7500 | 238k|1834 |  42 |   0 | 2.725306e+03 |      --      |    Inf 
749.40/749.44	c   749s|     1 |     0 | 94712 |     - | 339M|   0 |3111 |7500 | 237k|7500 | 239k|1887 |  42 |   0 | 2.736681e+03 |      --      |    Inf 
766.41/766.47	c   766s|     1 |     0 | 98466 |     - | 340M|   0 |3077 |7500 | 237k|7500 | 239k|1937 |  42 |   0 | 2.747250e+03 |      --      |    Inf 
799.51/799.51	c   800s|     1 |     0 |105727 |     - | 340M|   0 |3055 |7500 | 237k|7500 | 238k|1986 |  42 |   0 | 2.757750e+03 |      --      |    Inf 
823.81/823.82	c   824s|     1 |     0 |110902 |     - | 340M|   0 |2994 |7500 | 237k|7500 | 238k|2038 |  42 |   0 | 2.774292e+03 |      --      |    Inf 
846.80/846.81	c   847s|     1 |     0 |115647 |     - | 340M|   0 |3000 |7500 | 237k|7500 | 238k|2099 |  42 |   0 | 2.787750e+03 |      --      |    Inf 
876.91/876.95	c   877s|     1 |     0 |122654 |     - | 341M|   0 |2955 |7500 | 237k|7500 | 239k|2154 |  42 |   0 | 2.796750e+03 |      --      |    Inf 
908.00/908.00	c   908s|     1 |     0 |128537 |     - | 341M|   0 |2973 |7500 | 237k|7500 | 239k|2204 |  42 |   0 | 2.805000e+03 |      --      |    Inf 
926.21/926.30	c   926s|     1 |     0 |132013 |     - | 341M|   0 |2951 |7500 | 237k|7500 | 239k|2262 |  42 |   0 | 2.815625e+03 |      --      |    Inf 
974.41/974.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
974.41/974.44	c   974s|     1 |     0 |141261 |     - | 341M|   0 |2961 |7500 | 237k|7500 | 238k|2312 |  42 |   0 | 2.823417e+03 |      --      |    Inf 
994.11/994.10	c   994s|     1 |     0 |145555 |     - | 342M|   0 |2933 |7500 | 237k|7500 | 239k|2383 |  42 |   0 | 2.829250e+03 |      --      |    Inf 
1087.01/1087.05	c  1087s|     1 |     0 |158704 |     - | 342M|   0 |2923 |7500 | 237k|7500 | 239k|2455 |  42 |   0 | 2.836125e+03 |      --      |    Inf 
1115.32/1115.34	c  1115s|     1 |     0 |164905 |     - | 342M|   0 |2888 |7500 | 237k|7500 | 239k|2518 |  42 |   0 | 2.845975e+03 |      --      |    Inf 
1132.32/1132.31	c  1132s|     1 |     0 |168665 |     - | 343M|   0 |2894 |7500 | 237k|7500 | 239k|2593 |  42 |   0 | 2.855389e+03 |      --      |    Inf 
1165.11/1165.19	c  1165s|     1 |     0 |176010 |     - | 343M|   0 |2882 |7500 | 237k|7500 | 239k|2651 |  42 |   0 | 2.865188e+03 |      --      |    Inf 
1197.52/1197.51	c  1198s|     1 |     0 |182344 |     - | 343M|   0 |2860 |7500 | 237k|7500 | 239k|2703 |  42 |   0 | 2.873139e+03 |      --      |    Inf 
1253.32/1253.36	c  1253s|     1 |     0 |192980 |     - | 344M|   0 |2816 |7500 | 237k|7500 | 239k|2761 |  42 |   0 | 2.881417e+03 |      --      |    Inf 
1289.62/1289.67	c  1290s|     1 |     0 |200288 |     - | 344M|   0 |2799 |7500 | 237k|7500 | 239k|2819 |  42 |   0 | 2.885688e+03 |      --      |    Inf 
1311.32/1311.36	c  1311s|     1 |     0 |205437 |     - | 345M|   0 |2813 |7500 | 237k|7500 | 239k|2881 |  42 |   0 | 2.891833e+03 |      --      |    Inf 
1343.52/1343.51	c  1344s|     1 |     0 |212749 |     - | 345M|   0 |2860 |7500 | 237k|7500 | 239k|2949 |  42 |   0 | 2.902200e+03 |      --      |    Inf 
1376.92/1376.94	c  1377s|     1 |     0 |219192 |     - | 345M|   0 |2771 |7500 | 237k|7500 | 239k|3005 |  42 |   0 | 2.910750e+03 |      --      |    Inf 
1404.73/1404.73	c  1405s|     1 |     0 |225742 |     - | 346M|   0 |2813 |7500 | 237k|7500 | 239k|3059 |  42 |   0 | 2.916750e+03 |      --      |    Inf 
1446.13/1446.13	c  1446s|     1 |     0 |234450 |     - | 346M|   0 |2771 |7500 | 237k|7500 | 239k|3111 |  42 |   0 | 2.924667e+03 |      --      |    Inf 
1477.32/1477.36	c  1477s|     1 |     0 |241400 |     - | 346M|   0 |2774 |7500 | 237k|7500 | 239k|3176 |  42 |   0 | 2.930250e+03 |      --      |    Inf 
1538.62/1538.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1538.62/1538.65	c  1539s|     1 |     0 |252505 |     - | 347M|   0 |2738 |7500 | 237k|7500 | 239k|3237 |  42 |   0 | 2.937000e+03 |      --      |    Inf 
1617.63/1617.69	c  1618s|     1 |     0 |264278 |     - | 347M|   0 |2692 |7500 | 237k|7500 | 239k|3301 |  42 |   0 | 2.941250e+03 |      --      |    Inf 
1659.53/1659.57	c  1660s|     1 |     0 |272763 |     - | 348M|   0 |2676 |7500 | 237k|7500 | 239k|3361 |  42 |   0 | 2.946500e+03 |      --      |    Inf 
1701.43/1701.46	c  1701s|     1 |     0 |280922 |     - | 348M|   0 |2696 |7500 | 237k|7500 | 239k|3402 |  42 |   0 | 2.953500e+03 |      --      |    Inf 
1760.73/1760.71	c  1761s|     1 |     0 |291076 |     - | 348M|   0 |2723 |7500 | 237k|7500 | 239k|3452 |  42 |   0 | 2.958250e+03 |      --      |    Inf 
1797.03/1797.06	c  1797s|     1 |     0 |297076 |     - | 349M|   0 |   - |7500 | 237k|7500 | 239k|3518 |  42 |   0 | 2.958250e+03 |      --      |    Inf 
1797.13/1797.13	c  1797s|     1 |     2 |297076 |     - | 349M|   0 |   - |7500 | 237k|7500 | 239k|3518 |  42 |   0 | 2.958250e+03 |      --      |    Inf 
1797.13/1797.13	c 
1797.13/1797.13	c SCIP Status        : solving was interrupted [time limit reached]
1797.13/1797.13	c Solving Time (sec) : 1797.13
1797.13/1797.13	c Solving Nodes      : 1
1797.13/1797.13	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.13/1797.13	c Dual Bound         : +2.95825000000000e+03
1797.13/1797.13	c Gap                : infinite
1797.13/1797.13	s UNKNOWN
1797.13/1797.13	c SCIP Status        : solving was interrupted [time limit reached]
1797.13/1797.13	c Total Time         :    1797.13
1797.13/1797.13	c   solving          :    1797.13
1797.13/1797.13	c   presolving       :      89.46 (included in solving)
1797.13/1797.13	c   reading          :       1.17 (included in solving)
1797.13/1797.13	c Original Problem   :
1797.13/1797.13	c   Problem name     : HOME/instance-3488878-1307765923.opb
1797.13/1797.13	c   Variables        : 7500 (7500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.13/1797.13	c   Constraints      : 237715 initial, 237715 maximal
1797.13/1797.13	c Presolved Problem  :
1797.13/1797.13	c   Problem name     : t_HOME/instance-3488878-1307765923.opb
1797.13/1797.13	c   Variables        : 7500 (7500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.13/1797.13	c   Constraints      : 237715 initial, 237757 maximal
1797.13/1797.13	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.13/1797.13	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.13/1797.13	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.13/1797.13	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.13/1797.13	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.13/1797.13	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.13/1797.13	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.13/1797.13	c   probing          :      88.07          0          0          0          0          0          0          0          0          0
1797.13/1797.13	c   setppc           :       0.31          0          0          0          0          0          0          0          0          0
1797.13/1797.13	c   linear           :       0.86          0          0          0          0          0          0          0          0          0
1797.13/1797.13	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.13/1797.13	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.13/1797.13	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.13/1797.13	c   integral         :          0          0          0          0          0          4          0          0          0          0          0          0
1797.13/1797.13	c   setppc           :     237465         65       6624          0          1          3       1050          2          0          0          0          0
1797.13/1797.13	c   logicor          :        250+        65        936          0          1          0        303         13          0          0          0          0
1797.13/1797.13	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.13/1797.13	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.13/1797.13	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.13/1797.13	c   setppc           :      82.77       1.31      81.34       0.00       0.07       0.05       0.00
1797.13/1797.13	c   logicor          :       0.06       0.00       0.06       0.00       0.00       0.00       0.00
1797.13/1797.13	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.13/1797.13	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.13/1797.13	c   vbounds          :          0          0          0          0
1797.13/1797.13	c   rootredcost      :          0          0          0          0
1797.13/1797.13	c   pseudoobj        :        689          0          0          0
1797.13/1797.13	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.13/1797.13	c   vbounds          :       0.00       0.00       0.00
1797.13/1797.13	c   rootredcost      :       0.00       0.00       0.00
1797.13/1797.13	c   pseudoobj        :       0.01       0.01       0.00
1797.13/1797.13	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.13/1797.13	c   propagation      :       0.00         15         15         55       26.5          0        0.0          -
1797.13/1797.13	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.13/1797.13	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.13/1797.13	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.13/1797.13	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.13/1797.13	c   applied globally :          -          -          -         42       24.2          -          -          -
1797.13/1797.13	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.13/1797.13	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.13/1797.13	c   cut pool         :       0.11         64          -          -       1011          -    (maximal pool size: 6992)
1797.13/1797.13	c   redcost          :       0.01         65          0          0          0          0
1797.13/1797.13	c   impliedbounds    :       0.66         65          0          0          0          0
1797.13/1797.13	c   intobj           :       0.00          0          0          0          0          0
1797.13/1797.13	c   gomory           :      77.89         65          0          0      32500          0
1797.13/1797.13	c   cgmip            :       0.00          0          0          0          0          0
1797.13/1797.13	c   closecuts        :       0.00          0          0          0          0          0
1797.13/1797.13	c   strongcg         :      21.48         20          0          0      10000          0
1797.13/1797.13	c   cmir             :      68.61         10          0          0          0          0
1797.13/1797.13	c   flowcover        :      78.48         10          0          0          0          0
1797.13/1797.13	c   clique           :      17.61         65          0          0        630          0
1797.13/1797.13	c   zerohalf         :       0.00          0          0          0          0          0
1797.13/1797.13	c   mcf              :       0.47          1          0          0          0          0
1797.13/1797.13	c   oddcycle         :       0.00          0          0          0          0          0
1797.13/1797.13	c   rapidlearning    :       0.00          0          0          0          0          0
1797.13/1797.13	c Pricers            :       Time      Calls       Vars
1797.13/1797.13	c   problem variables:       0.00          0          0
1797.13/1797.13	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.13/1797.13	c   relpscost        :       0.00          0          0          0          0          0          0
1797.13/1797.13	c   pscost           :       0.00          0          0          0          0          0          0
1797.13/1797.13	c   inference        :       0.00          1          0          0          0          0          2
1797.13/1797.13	c   mostinf          :       0.00          0          0          0          0          0          0
1797.13/1797.13	c   leastinf         :       0.00          0          0          0          0          0          0
1797.13/1797.13	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.13/1797.13	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.13/1797.13	c   random           :       0.00          0          0          0          0          0          0
1797.13/1797.13	c Primal Heuristics  :       Time      Calls      Found
1797.13/1797.13	c   LP solutions     :       0.00          -          0
1797.13/1797.13	c   pseudo solutions :       0.00          -          0
1797.13/1797.13	c   oneopt           :       0.00          0          0
1797.13/1797.13	c   trivial          :       0.10          2          0
1797.13/1797.13	c   shiftandpropagate:       4.43          1          0
1797.13/1797.13	c   simplerounding   :       0.00          0          0
1797.13/1797.13	c   zirounding       :       0.00          0          0
1797.13/1797.13	c   rounding         :       1.76         65          0
1797.13/1797.13	c   shifting         :      44.58         65          0
1797.13/1797.13	c   intshifting      :       0.00          0          0
1797.13/1797.13	c   twoopt           :       0.00          0          0
1797.13/1797.13	c   fixandinfer      :       0.00          0          0
1797.13/1797.13	c   feaspump         :       7.12          1          0
1797.13/1797.13	c   clique           :       0.00          0          0
1797.13/1797.13	c   coefdiving       :       0.00          0          0
1797.13/1797.13	c   pscostdiving     :       0.00          0          0
1797.13/1797.13	c   fracdiving       :       0.00          0          0
1797.13/1797.13	c   veclendiving     :       0.00          0          0
1797.13/1797.13	c   intdiving        :       0.00          0          0
1797.13/1797.13	c   actconsdiving    :       0.00          0          0
1797.13/1797.13	c   objpscostdiving  :       0.00          0          0
1797.13/1797.13	c   rootsoldiving    :       0.00          0          0
1797.13/1797.13	c   linesearchdiving :       0.00          0          0
1797.13/1797.13	c   guideddiving     :       0.00          0          0
1797.13/1797.13	c   octane           :       0.00          0          0
1797.13/1797.13	c   rens             :       0.00          0          0
1797.13/1797.13	c   rins             :       0.00          0          0
1797.13/1797.13	c   localbranching   :       0.00          0          0
1797.13/1797.13	c   mutation         :       0.00          0          0
1797.13/1797.13	c   crossover        :       0.00          0          0
1797.13/1797.13	c   dins             :       0.00          0          0
1797.13/1797.13	c   vbounds          :       0.00          0          0
1797.13/1797.13	c   undercover       :       0.00          0          0
1797.13/1797.13	c   subnlp           :       0.00          0          0
1797.13/1797.13	c   trysol           :       0.00          0          0
1797.13/1797.13	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.13/1797.13	c   primal LP        :       0.82          0          0       0.00       0.00
1797.13/1797.13	c   dual LP          :    1378.54         66     295840    4482.42     214.60
1797.13/1797.13	c   lex dual LP      :       0.00          0          0       0.00          -
1797.13/1797.13	c   barrier LP       :       0.00          0          0       0.00          -
1797.13/1797.13	c   diving/probing LP:       5.78         74       1236      16.70     213.89
1797.13/1797.13	c   strong branching :       0.00          0          0       0.00          -
1797.13/1797.13	c     (at root node) :          -          0          0       0.00          -
1797.13/1797.13	c   conflict analysis:       0.00          0          0       0.00          -
1797.13/1797.13	c B&B Tree           :
1797.13/1797.13	c   number of runs   :          1
1797.13/1797.13	c   nodes            :          1
1797.13/1797.13	c   nodes (total)    :          1
1797.13/1797.13	c   nodes left       :          2
1797.13/1797.13	c   max depth        :          0
1797.13/1797.13	c   max depth (total):          0
1797.13/1797.13	c   backtracks       :          0 (0.0%)
1797.13/1797.13	c   delayed cutoffs  :          0
1797.13/1797.13	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.13/1797.13	c   avg switch length:       1.00
1797.13/1797.13	c   switching time   :       0.00
1797.13/1797.13	c Solution           :
1797.13/1797.13	c   Solutions found  :          0 (0 improvements)
1797.13/1797.13	c   Primal Bound     :          -
1797.13/1797.13	c   Dual Bound       : +2.95825000000000e+03
1797.13/1797.13	c   Gap              :   infinite
1797.13/1797.13	c   Root Dual Bound  : +2.95825000000000e+03
1797.13/1797.13	c   Root Iterations  :     297076
1797.63/1797.67	c Time complete: 1797.7.

Verifier Data

ERROR: no interpretation found !

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-3488878-1307765923/watcher-3488878-1307765923 -o /tmp/evaluation-result-3488878-1307765923/solver-3488878-1307765923 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488878-1307765923.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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.05 2.01 2.00 2/181 8712
/proc/meminfo: memFree=31327788/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=12696 CPUtime=0 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 2161 0 0 0 0 0 0 0 25 0 1 0 888190228 13000704 2115 33554432000 4194304 9016284 140736513954032 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8712/statm: 3174 2122 353 1178 0 1992 0

[startup+0.0105171 s]
/proc/loadavg: 2.05 2.01 2.00 2/181 8712
/proc/meminfo: memFree=31327788/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=17396 CPUtime=0 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 3240 0 0 0 0 0 0 0 25 0 1 0 888190228 17813504 3195 33554432000 4194304 9016284 140736513954032 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8712/statm: 4349 3222 353 1178 0 3167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 17396

[startup+0.100489 s]
/proc/loadavg: 2.05 2.01 2.00 2/181 8712
/proc/meminfo: memFree=31327788/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=27372 CPUtime=0.09 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 5874 0 0 0 9 0 0 0 25 0 1 0 888190228 28028928 5828 33554432000 4194304 9016284 140736513954032 18446744073709551615 7870478 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8712/statm: 6843 5828 360 1178 0 5661 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27372

[startup+0.300454 s]
/proc/loadavg: 2.05 2.01 2.00 2/181 8712
/proc/meminfo: memFree=31327788/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=41756 CPUtime=0.29 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 9459 0 0 0 29 0 0 0 25 0 1 0 888190228 42758144 9413 33554432000 4194304 9016284 140736513954032 18446744073709551615 7870448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8712/statm: 10439 9413 360 1178 0 9257 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41756

[startup+0.700381 s]
/proc/loadavg: 2.05 2.01 2.00 2/181 8712
/proc/meminfo: memFree=31327788/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=71580 CPUtime=0.69 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 16886 0 0 0 68 1 0 0 25 0 1 0 888190228 73297920 16840 33554432000 4194304 9016284 140736513954032 18446744073709551615 7748909 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8712/statm: 17895 16840 360 1178 0 16713 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71580

[startup+1.50024 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 8713
/proc/meminfo: memFree=31239660/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=263496 CPUtime=1.49 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 63916 0 0 0 142 7 0 0 25 0 1 0 888190228 269819904 63843 33554432000 4194304 9016284 140736513954032 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8712/statm: 65874 63843 474 1178 0 64692 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 263496

[startup+3.10095 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 8713
/proc/meminfo: memFree=31016336/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=326404 CPUtime=3.09 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 102411 0 0 0 298 11 0 0 25 0 1 0 888190228 334237696 79272 33554432000 4194304 9016284 140736513954032 18446744073709551615 5510784 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8712/statm: 81601 79272 512 1178 0 80419 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 326404

[startup+6.30037 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 8713
/proc/meminfo: memFree=31004696/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=326404 CPUtime=6.29 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 102413 0 0 0 618 11 0 0 25 0 1 0 888190228 334237696 79274 33554432000 4194304 9016284 140736513954032 18446744073709551615 5512294 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8712/statm: 81601 79274 512 1178 0 80419 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 326404

[startup+12.7002 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 8714
/proc/meminfo: memFree=30981680/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=326404 CPUtime=12.69 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 102415 0 0 0 1258 11 0 0 25 0 1 0 888190228 334237696 79276 33554432000 4194304 9016284 140736513954032 18446744073709551615 5510757 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8712/statm: 81601 79276 512 1178 0 80419 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 326404

[startup+25.5009 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 8714
/proc/meminfo: memFree=30954888/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=326404 CPUtime=25.49 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 102415 0 0 0 2538 11 0 0 25 0 1 0 888190228 334237696 79276 33554432000 4194304 9016284 140736513954032 18446744073709551615 5510757 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8712/statm: 81601 79276 512 1178 0 80419 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 326404

[startup+51.1002 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 8715
/proc/meminfo: memFree=30916024/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=326404 CPUtime=51.09 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 102422 0 0 0 5098 11 0 0 25 0 1 0 888190228 334237696 79283 33554432000 4194304 9016284 140736513954032 18446744073709551615 5510757 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8712/statm: 81601 79283 517 1178 0 80419 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 326404

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 8716
/proc/meminfo: memFree=30562604/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=671168 CPUtime=102.29 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 186190 0 0 0 10208 21 0 0 25 0 1 0 888190228 687276032 156819 33554432000 4194304 9016284 140736513954032 18446744073709551615 7178154 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/8712/statm: 167792 156819 938 1178 0 166610 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 671168

[startup+162.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 8718
/proc/meminfo: memFree=30464516/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=755804 CPUtime=162.28 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 232031 0 0 0 16199 29 0 0 25 0 1 0 888190228 773943296 179395 33554432000 4194304 9016284 140736513954032 18446744073709551615 6259830 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8712/statm: 188951 179395 1277 1178 0 187769 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 755804

[startup+222.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 8719
/proc/meminfo: memFree=30457376/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=755804 CPUtime=222.29 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 233596 0 0 0 22198 31 0 0 25 0 1 0 888190228 773943296 180699 33554432000 4194304 9016284 140736513954032 18446744073709551615 5878646 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 188951 180699 1017 1178 0 187769 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 755804

[startup+282.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/182 8721
/proc/meminfo: memFree=30497144/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=733808 CPUtime=282.28 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 239761 0 0 0 28196 32 0 0 25 0 1 0 888190228 751419392 170709 33554432000 4194304 9016284 140736513954032 18446744073709551615 6259830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 183452 170709 1016 1178 0 182270 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 733808

[startup+342.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/182 8722
/proc/meminfo: memFree=30477748/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=746784 CPUtime=342.29 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 244565 0 0 0 34195 34 0 0 25 0 1 0 888190228 764706816 175397 33554432000 4194304 9016284 140736513954032 18446744073709551615 7876104 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 186696 175397 901 1178 0 185514 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 746784

[startup+402.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/182 8724
/proc/meminfo: memFree=30447072/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=756652 CPUtime=402.29 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 252166 0 0 0 40188 41 0 0 25 0 1 0 888190228 774811648 182961 33554432000 4194304 9016284 140736513954032 18446744073709551615 6235114 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 189163 182961 867 1178 0 187981 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 756652

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 8726
/proc/meminfo: memFree=30413296/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=794140 CPUtime=462.29 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 281219 0 0 0 46176 53 0 0 25 0 1 0 888190228 813199360 191404 33554432000 4194304 9016284 140736513954032 18446744073709551615 7180528 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 198535 191404 866 1178 0 197353 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 794140

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 8727
/proc/meminfo: memFree=30391552/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=813292 CPUtime=522.3 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 286853 0 0 0 52169 61 0 0 25 0 1 0 888190228 832811008 197038 33554432000 4194304 9016284 140736513954032 18446744073709551615 7082202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 203323 197038 866 1178 0 202141 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 813292

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 8729
/proc/meminfo: memFree=30370316/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=832820 CPUtime=582.29 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 291993 0 0 0 58160 69 0 0 25 0 1 0 888190228 852807680 202177 33554432000 4194304 9016284 140736513954032 18446744073709551615 6578058 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 208205 202177 865 1178 0 207023 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 832820

[startup+642.301 s]

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

/proc/meminfo: memFree=30422284/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=791332 CPUtime=1122.31 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 358171 0 0 0 112088 143 0 0 25 0 1 0 888190228 810323968 188448 33554432000 4194304 9016284 140736513954032 18446744073709551615 7227411 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 197833 188448 866 1178 0 196651 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 791332

[startup+1182.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/182 8745
/proc/meminfo: memFree=30401900/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=799348 CPUtime=1182.32 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 363679 0 0 0 118081 151 0 0 25 0 1 0 888190228 818532352 193938 33554432000 4194304 9016284 140736513954032 18446744073709551615 6863408 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 199837 193938 1648 1178 0 198655 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 799348

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 8746
/proc/meminfo: memFree=30400124/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=799348 CPUtime=1242.32 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 363680 0 0 0 124074 158 0 0 25 0 1 0 888190228 818532352 193938 33554432000 4194304 9016284 140736513954032 18446744073709551615 7180679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 199837 193938 1647 1178 0 198655 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 799348

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 8748
/proc/meminfo: memFree=30400436/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=799348 CPUtime=1302.33 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 363680 0 0 0 130068 165 0 0 25 0 1 0 888190228 818532352 193938 33554432000 4194304 9016284 140736513954032 18446744073709551615 7178171 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 199837 193938 1647 1178 0 198655 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 799348

[startup+1362.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 8750
/proc/meminfo: memFree=30389352/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=808800 CPUtime=1362.32 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 366334 0 0 0 136059 173 0 0 25 0 1 0 888190228 828211200 196296 33554432000 4194304 9016284 140736513954032 18446744073709551615 6971607 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 202200 196296 1351 1178 0 201018 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 808800

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 8751
/proc/meminfo: memFree=30378760/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=818540 CPUtime=1422.33 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 368783 0 0 0 142054 179 0 0 25 0 1 0 888190228 838184960 198733 33554432000 4194304 9016284 140736513954032 18446744073709551615 7178154 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 204635 198733 1339 1178 0 203453 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 818540

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 8753
/proc/meminfo: memFree=30377708/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=818540 CPUtime=1482.32 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 368789 0 0 0 148044 188 0 0 25 0 1 0 888190228 838184960 198733 33554432000 4194304 9016284 140736513954032 18446744073709551615 7181054 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 204635 198733 1333 1178 0 203453 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 818540

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 8754
/proc/meminfo: memFree=30377304/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=818540 CPUtime=1542.32 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 368789 0 0 0 154039 193 0 0 25 0 1 0 888190228 838184960 198733 33554432000 4194304 9016284 140736513954032 18446744073709551615 6971833 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 204635 198733 1333 1178 0 203453 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 818540

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 8756
/proc/meminfo: memFree=30376148/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=818540 CPUtime=1602.33 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 368789 0 0 0 160034 199 0 0 25 0 1 0 888190228 838184960 198733 33554432000 4194304 9016284 140736513954032 18446744073709551615 7870548 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 204635 198733 1333 1178 0 203453 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 818540

[startup+1662.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/182 8758
/proc/meminfo: memFree=30420976/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=793112 CPUtime=1662.33 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 375526 0 0 0 166027 206 0 0 25 0 1 0 888190228 812146688 186567 33554432000 4194304 9016284 140736513954032 18446744073709551615 7180679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 198278 186567 864 1178 0 197096 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 793112

[startup+1722.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/182 8759
/proc/meminfo: memFree=30411756/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=804128 CPUtime=1722.33 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 377825 0 0 0 172019 214 0 0 25 0 1 0 888190228 823427072 188866 33554432000 4194304 9016284 140736513954032 18446744073709551615 7180596 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 201032 188866 864 1178 0 199850 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 804128

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 8761
/proc/meminfo: memFree=30403652/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=804128 CPUtime=1782.33 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 382270 0 0 0 178013 220 0 0 25 0 1 0 888190228 823427072 193304 33554432000 4194304 9016284 140736513954032 18446744073709551615 7227592 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 201032 193304 3650 1178 0 199850 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 804128

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

[startup+1785.5 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 8761
/proc/meminfo: memFree=30403772/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=804128 CPUtime=1785.53 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 382271 0 0 0 178333 220 0 0 25 0 1 0 888190228 823427072 193305 33554432000 4194304 9016284 140736513954032 18446744073709551615 7157120 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 201032 193305 3650 1178 0 199850 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 804128

[startup+1791.91 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 8799
/proc/meminfo: memFree=30621728/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=804128 CPUtime=1791.93 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 382274 0 0 0 178973 220 0 0 25 0 1 0 888190228 823427072 193305 33554432000 4194304 9016284 140736513954032 18446744073709551615 6863440 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 201032 193305 3647 1178 0 199850 0
Current children cumulated CPU time (s) 1791.93
Current children cumulated vsize (KiB) 804128

[startup+1795.1 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 8799
/proc/meminfo: memFree=30621044/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=804128 CPUtime=1795.14 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 382274 0 0 0 179293 221 0 0 25 0 1 0 888190228 823427072 193305 33554432000 4194304 9016284 140736513954032 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 201032 193305 3647 1178 0 199850 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 804128

[startup+1796.7 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 8837
/proc/meminfo: memFree=30639600/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=804128 CPUtime=1796.73 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 382274 0 0 0 179452 221 0 0 25 0 1 0 888190228 823427072 193305 33554432000 4194304 9016284 140736513954032 18446744073709551615 6971833 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 201032 193305 3647 1178 0 199850 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 804128

[startup+1797.1 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 8837
/proc/meminfo: memFree=30639600/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=804128 CPUtime=1797.13 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 382275 0 0 0 179492 221 0 0 25 0 1 0 888190228 823427072 193306 33554432000 4194304 9016284 140736513954032 18446744073709551615 4351211 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8712/statm: 201032 193306 3648 1178 0 199850 0
Current children cumulated CPU time (s) 1797.13
Current children cumulated vsize (KiB) 804128

[startup+1797.5 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 8837
/proc/meminfo: memFree=30563340/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=791192 CPUtime=1797.53 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 382283 0 0 0 179532 221 0 0 25 0 1 0 888190228 810180608 190080 33554432000 4194304 9016284 140736513954032 18446744073709551615 6817804 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8712/statm: 197798 190080 3656 1178 0 196616 0
Current children cumulated CPU time (s) 1797.53
Current children cumulated vsize (KiB) 791192

[startup+1797.6 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 8837
/proc/meminfo: memFree=30563340/32951124 swapFree=67054536/67111528
[pid=8712] ppid=8710 vsize=681996 CPUtime=1797.63 cores=1,3,5,7
/proc/8712/stat : 8712 (scip-2.0.1.4b_2) R 8710 8712 8117 0 -1 4202496 382283 0 0 0 179541 222 0 0 25 0 1 0 888190228 698363904 164982 33554432000 4194304 9016284 140736513954032 18446744073709551615 6812671 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8712/statm: 170499 164982 873 1178 0 169317 0
Current children cumulated CPU time (s) 1797.63
Current children cumulated vsize (KiB) 681996

Child status: 0
Real time (s): 1797.67
CPU time (s): 1797.71
CPU user time (s): 1795.47
CPU system time (s): 2.24566
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 832820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.47
system time used= 2.24566
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 382291
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 5121

runsolver used 2.88456 second user time and 6.78297 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-11 06:18:43
IDJOB=3488878
IDBENCH=2139
IDSOLVER=1979
FILE ID=node133/3488878-1307765923
RUNJOBID= node133-1307760519-8136
PBS_JOBID= 13550874
Free space on /tmp= 74064 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g250.15.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-3488878-1307765923/watcher-3488878-1307765923 -o /tmp/evaluation-result-3488878-1307765923/solver-3488878-1307765923 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488878-1307765923.opb -t 1800 -m 15500

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

MD5SUM BENCH= f368868fda311e5aaeadb84d33b29291
RANDOM SEED=1255769779

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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:     32951124 kB
MemFree:      31328472 kB
Buffers:        255004 kB
Cached:        1056196 kB
SwapCached:      10420 kB
Active:         677756 kB
Inactive:       743408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31328472 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:           39608 kB
Writeback:           0 kB
AnonPages:      107892 kB
Mapped:          15980 kB
Slab:           136868 kB
PageTables:       5056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   306416 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74044 MiB
End job on node133 at 2011-06-11 06:48:41