Trace number 3485436

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 2 2011-06-10 (fixed)? 1797.79 1797.76

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.4 [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-3485436-1307762872.opb>
1.19/1.27	c original problem has 7500 variables (7500 bin, 0 int, 0 impl, 0 cont) and 237715 constraints
1.19/1.27	c problem read
1.19/1.27	c presolving settings loaded
1.89/1.95	c presolving:
2.99/3.07	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
3.30/3.32	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
51.79/51.90	c    (51.9s) probing: 1000/7500 (13.3%) - 0 fixings, 0 aggregations, 134067 implications, 0 bound changes
104.19/104.29	c    (104.3s) probing: 2000/7500 (26.7%) - 0 fixings, 0 aggregations, 259456 implications, 0 bound changes
104.29/104.34	c    (104.3s) probing: 2001/7500 (26.7%) - 0 fixings, 0 aggregations, 259580 implications, 0 bound changes
104.29/104.34	c    (104.3s) probing aborted: 2000/2000 successive useless probings
104.29/104.34	c presolving (3 rounds):
104.29/104.34	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
104.29/104.34	c  1372588 implications, 0 cliques
104.29/104.34	c presolved problem has 7500 variables (7500 bin, 0 int, 0 impl, 0 cont) and 237715 constraints
104.29/104.34	c  237465 constraints of type <setppc>
104.29/104.34	c     250 constraints of type <logicor>
104.29/104.34	c transformed objective value is always integral (scale: 1)
104.29/104.34	c Presolving Time: 102.91
104.29/104.34	c - non default parameters ----------------------------------------------------------------------
104.29/104.34	c # SCIP version 2.0.1.4
104.29/104.34	c 
104.29/104.34	c # frequency for displaying node information lines
104.29/104.34	c # [type: int, range: [-1,2147483647], default: 100]
104.29/104.34	c display/freq = 10000
104.29/104.34	c 
104.29/104.34	c # maximal time in seconds to run
104.29/104.34	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
104.29/104.34	c limits/time = 1797
104.29/104.34	c 
104.29/104.34	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
104.29/104.34	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
104.29/104.34	c limits/memory = 13950
104.29/104.34	c 
104.29/104.34	c # default clock type (1: CPU user seconds, 2: wall clock time)
104.29/104.34	c # [type: int, range: [1,2], default: 1]
104.29/104.34	c timing/clocktype = 2
104.29/104.34	c 
104.29/104.34	c # belongs reading time to solving time?
104.29/104.34	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
104.29/104.34	c timing/reading = TRUE
104.29/104.34	c 
104.29/104.34	c # should presolving try to simplify inequalities
104.29/104.34	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
104.29/104.34	c constraints/linear/simplifyinequalities = TRUE
104.29/104.34	c 
104.29/104.34	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
104.29/104.34	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
104.29/104.34	c constraints/indicator/addCouplingCons = TRUE
104.29/104.34	c 
104.29/104.34	c # should presolving try to simplify knapsacks
104.29/104.34	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
104.29/104.34	c constraints/knapsack/simplifyinequalities = TRUE
104.29/104.34	c 
104.29/104.34	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
104.29/104.34	c # [type: int, range: [-1,2147483647], default: -1]
104.29/104.34	c separating/rapidlearning/freq = 0
104.29/104.34	c 
104.29/104.34	c -----------------------------------------------------------------------------------------------
104.29/104.34	c start solving
104.29/104.35	c 
128.09/128.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
128.09/128.11	c   128s|     1 |     0 |  4979 |     - | 312M|   0 |4250 |7500 | 237k|7500 | 237k|   0 |  42 |   0 | 2.125000e+03 |      --      |    Inf 
147.39/147.48	c   147s|     1 |     0 |  6970 |     - | 312M|   0 |4196 |7500 | 237k|7500 | 237k|  31 |  42 |   0 | 2.152000e+03 |      --      |    Inf 
160.50/160.50	c   161s|     1 |     0 |  7685 |     - | 312M|   0 |4153 |7500 | 237k|7500 | 237k|  53 |  42 |   0 | 2.173500e+03 |      --      |    Inf 
177.19/177.21	c   177s|     1 |     0 |  8196 |     - | 313M|   0 |4088 |7500 | 237k|7500 | 237k| 105 |  42 |   0 | 2.206000e+03 |      --      |    Inf 
198.50/198.53	c   199s|     1 |     0 |  8633 |     - | 313M|   0 |4036 |7500 | 237k|7500 | 237k| 146 |  42 |   0 | 2.232500e+03 |      --      |    Inf 
222.59/222.64	c   223s|     1 |     0 |  9093 |     - | 313M|   0 |3997 |7500 | 237k|7500 | 237k| 181 |  42 |   0 | 2.252500e+03 |      --      |    Inf 
250.30/250.30	c   250s|     1 |     0 |  9621 |     - | 313M|   0 |3959 |7500 | 237k|7500 | 237k| 219 |  42 |   0 | 2.271500e+03 |      --      |    Inf 
279.19/279.28	c   279s|     1 |     0 | 10129 |     - | 313M|   0 |3921 |7500 | 237k|7500 | 237k| 248 |  42 |   0 | 2.291750e+03 |      --      |    Inf 
310.69/310.73	c   311s|     1 |     0 | 10741 |     - | 313M|   0 |3875 |7500 | 237k|7500 | 238k| 292 |  42 |   0 | 2.315167e+03 |      --      |    Inf 
344.50/344.50	c   345s|     1 |     0 | 11425 |     - | 313M|   0 |3838 |7500 | 237k|7500 | 238k| 335 |  42 |   0 | 2.335250e+03 |      --      |    Inf 
384.30/384.30	c   384s|     1 |     0 | 12245 |     - | 313M|   0 |3800 |7500 | 237k|7500 | 238k| 382 |  42 |   0 | 2.354500e+03 |      --      |    Inf 
394.19/394.27	c   394s|     1 |     0 | 13246 |     - | 314M|   0 |3772 |7500 | 237k|7500 | 238k| 428 |  42 |   0 | 2.371250e+03 |      --      |    Inf 
403.80/403.87	c   404s|     1 |     0 | 14411 |     - | 314M|   0 |3746 |7500 | 237k|7500 | 238k| 482 |  42 |   0 | 2.387333e+03 |      --      |    Inf 
413.90/413.90	c   414s|     1 |     0 | 15770 |     - | 314M|   0 |3723 |7500 | 237k|7500 | 238k| 546 |  42 |   0 | 2.405583e+03 |      --      |    Inf 
424.70/424.75	c   425s|     1 |     0 | 16963 |     - | 314M|   0 |3688 |7500 | 237k|7500 | 238k| 599 |  42 |   0 | 2.422524e+03 |      --      |    Inf 
438.60/438.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
438.60/438.62	c   439s|     1 |     0 | 18757 |     - | 315M|   0 |3644 |7500 | 237k|7500 | 238k| 656 |  42 |   0 | 2.440821e+03 |      --      |    Inf 
449.20/449.29	c   449s|     1 |     0 | 20244 |     - | 315M|   0 |3620 |7500 | 237k|7500 | 238k| 720 |  42 |   0 | 2.461911e+03 |      --      |    Inf 
470.50/470.53	c   471s|     1 |     0 | 24191 |     - | 316M|   0 |3579 |7500 | 237k|7500 | 238k| 792 |  42 |   0 | 2.481917e+03 |      --      |    Inf 
486.40/486.49	c   486s|     1 |     0 | 26693 |     - | 316M|   0 |3549 |7500 | 237k|7500 | 238k| 844 |  42 |   0 | 2.495750e+03 |      --      |    Inf 
499.71/499.78	c   500s|     1 |     0 | 28947 |     - | 316M|   0 |3537 |7500 | 237k|7500 | 238k| 903 |  42 |   0 | 2.509750e+03 |      --      |    Inf 
513.80/513.86	c   514s|     1 |     0 | 31178 |     - | 317M|   0 |3498 |7500 | 237k|7500 | 238k| 955 |  42 |   0 | 2.526000e+03 |      --      |    Inf 
533.10/533.15	c   533s|     1 |     0 | 35152 |     - | 317M|   0 |3450 |7500 | 237k|7500 | 238k|1018 |  42 |   0 | 2.538369e+03 |      --      |    Inf 
553.41/553.48	c   553s|     1 |     0 | 39387 |     - | 317M|   0 |3462 |7500 | 237k|7500 | 238k|1068 |  42 |   0 | 2.551542e+03 |      --      |    Inf 
568.61/568.62	c   569s|     1 |     0 | 42311 |     - | 318M|   0 |3419 |7500 | 237k|7500 | 238k|1131 |  42 |   0 | 2.566867e+03 |      --      |    Inf 
586.31/586.30	c   586s|     1 |     0 | 46019 |     - | 318M|   0 |3386 |7500 | 237k|7500 | 238k|1187 |  42 |   0 | 2.587991e+03 |      --      |    Inf 
595.60/595.63	c   596s|     1 |     0 | 47601 |     - | 318M|   0 |3350 |7500 | 237k|7500 | 238k|1238 |  42 |   0 | 2.601750e+03 |      --      |    Inf 
618.70/618.77	c   619s|     1 |     0 | 53119 |     - | 319M|   0 |3342 |7500 | 237k|7500 | 238k|1288 |  42 |   0 | 2.614884e+03 |      --      |    Inf 
637.70/637.72	c   638s|     1 |     0 | 56997 |     - | 319M|   0 |3319 |7500 | 237k|7500 | 238k|1349 |  42 |   0 | 2.631500e+03 |      --      |    Inf 
655.21/655.26	c   655s|     1 |     0 | 59843 |     - | 319M|   0 |3274 |7500 | 237k|7500 | 238k|1404 |  42 |   0 | 2.646750e+03 |      --      |    Inf 
670.71/670.78	c   671s|     1 |     0 | 62730 |     - | 320M|   0 |3249 |7500 | 237k|7500 | 238k|1464 |  42 |   0 | 2.658000e+03 |      --      |    Inf 
699.20/699.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
699.20/699.20	c   699s|     1 |     0 | 67541 |     - | 320M|   0 |3212 |7500 | 237k|7500 | 238k|1517 |  42 |   0 | 2.670333e+03 |      --      |    Inf 
723.81/723.82	c   724s|     1 |     0 | 72117 |     - | 320M|   0 |3204 |7500 | 237k|7500 | 238k|1570 |  42 |   0 | 2.676750e+03 |      --      |    Inf 
742.51/742.51	c   743s|     1 |     0 | 75664 |     - | 321M|   0 |3183 |7500 | 237k|7500 | 238k|1625 |  42 |   0 | 2.686093e+03 |      --      |    Inf 
769.50/769.50	c   770s|     1 |     0 | 80234 |     - | 321M|   0 |3186 |7500 | 237k|7500 | 238k|1673 |  42 |   0 | 2.693864e+03 |      --      |    Inf 
781.70/781.73	c   782s|     1 |     0 | 82721 |     - | 321M|   0 |3145 |7500 | 237k|7500 | 238k|1725 |  42 |   0 | 2.703614e+03 |      --      |    Inf 
798.80/798.88	c   799s|     1 |     0 | 85831 |     - | 322M|   0 |3119 |7500 | 237k|7500 | 238k|1775 |  42 |   0 | 2.711864e+03 |      --      |    Inf 
823.30/823.32	c   823s|     1 |     0 | 90137 |     - | 322M|   0 |3104 |7500 | 237k|7500 | 238k|1834 |  42 |   0 | 2.725306e+03 |      --      |    Inf 
846.11/846.17	c   846s|     1 |     0 | 94712 |     - | 322M|   0 |3111 |7500 | 237k|7500 | 239k|1887 |  42 |   0 | 2.736681e+03 |      --      |    Inf 
865.51/865.50	c   866s|     1 |     0 | 98466 |     - | 322M|   0 |3077 |7500 | 237k|7500 | 239k|1937 |  42 |   0 | 2.747250e+03 |      --      |    Inf 
903.11/903.12	c   903s|     1 |     0 |105727 |     - | 323M|   0 |3055 |7500 | 237k|7500 | 238k|1986 |  42 |   0 | 2.757750e+03 |      --      |    Inf 
930.71/930.73	c   931s|     1 |     0 |110902 |     - | 323M|   0 |2994 |7500 | 237k|7500 | 238k|2038 |  42 |   0 | 2.774292e+03 |      --      |    Inf 
956.81/956.84	c   957s|     1 |     0 |115647 |     - | 323M|   0 |3000 |7500 | 237k|7500 | 238k|2099 |  42 |   0 | 2.787750e+03 |      --      |    Inf 
991.01/991.08	c   991s|     1 |     0 |122654 |     - | 323M|   0 |2955 |7500 | 237k|7500 | 239k|2154 |  42 |   0 | 2.796750e+03 |      --      |    Inf 
1026.32/1026.32	c  1026s|     1 |     0 |128537 |     - | 324M|   0 |2973 |7500 | 237k|7500 | 239k|2204 |  42 |   0 | 2.805000e+03 |      --      |    Inf 
1046.91/1046.93	c  1047s|     1 |     0 |132013 |     - | 324M|   0 |2951 |7500 | 237k|7500 | 239k|2262 |  42 |   0 | 2.815625e+03 |      --      |    Inf 
1101.52/1101.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1101.52/1101.56	c  1102s|     1 |     0 |141261 |     - | 324M|   0 |2961 |7500 | 237k|7500 | 238k|2312 |  42 |   0 | 2.823417e+03 |      --      |    Inf 
1123.91/1123.90	c  1124s|     1 |     0 |145555 |     - | 325M|   0 |2933 |7500 | 237k|7500 | 239k|2383 |  42 |   0 | 2.829250e+03 |      --      |    Inf 
1228.32/1228.39	c  1228s|     1 |     0 |158704 |     - | 325M|   0 |2923 |7500 | 237k|7500 | 239k|2455 |  42 |   0 | 2.836125e+03 |      --      |    Inf 
1260.62/1260.64	c  1261s|     1 |     0 |164905 |     - | 325M|   0 |2888 |7500 | 237k|7500 | 239k|2518 |  42 |   0 | 2.845975e+03 |      --      |    Inf 
1279.81/1279.89	c  1280s|     1 |     0 |168665 |     - | 326M|   0 |2894 |7500 | 237k|7500 | 239k|2593 |  42 |   0 | 2.855389e+03 |      --      |    Inf 
1317.22/1317.24	c  1317s|     1 |     0 |176010 |     - | 326M|   0 |2882 |7500 | 237k|7500 | 239k|2651 |  42 |   0 | 2.865188e+03 |      --      |    Inf 
1354.02/1354.02	c  1354s|     1 |     0 |182344 |     - | 326M|   0 |2860 |7500 | 237k|7500 | 239k|2703 |  42 |   0 | 2.873139e+03 |      --      |    Inf 
1417.32/1417.33	c  1417s|     1 |     0 |192980 |     - | 327M|   0 |2816 |7500 | 237k|7500 | 239k|2761 |  42 |   0 | 2.881417e+03 |      --      |    Inf 
1458.52/1458.52	c  1459s|     1 |     0 |200288 |     - | 327M|   0 |2799 |7500 | 237k|7500 | 239k|2819 |  42 |   0 | 2.885688e+03 |      --      |    Inf 
1483.11/1483.18	c  1483s|     1 |     0 |205437 |     - | 327M|   0 |2813 |7500 | 237k|7500 | 239k|2881 |  42 |   0 | 2.891833e+03 |      --      |    Inf 
1519.92/1519.91	c  1520s|     1 |     0 |212749 |     - | 328M|   0 |2860 |7500 | 237k|7500 | 239k|2949 |  42 |   0 | 2.902200e+03 |      --      |    Inf 
1557.72/1557.72	c  1558s|     1 |     0 |219192 |     - | 328M|   0 |2771 |7500 | 237k|7500 | 239k|3005 |  42 |   0 | 2.910750e+03 |      --      |    Inf 
1589.22/1589.24	c  1589s|     1 |     0 |225742 |     - | 329M|   0 |2813 |7500 | 237k|7500 | 239k|3059 |  42 |   0 | 2.916750e+03 |      --      |    Inf 
1636.22/1636.21	c  1636s|     1 |     0 |234450 |     - | 329M|   0 |2771 |7500 | 237k|7500 | 239k|3111 |  42 |   0 | 2.924667e+03 |      --      |    Inf 
1671.72/1671.70	c  1672s|     1 |     0 |241400 |     - | 329M|   0 |2774 |7500 | 237k|7500 | 239k|3176 |  42 |   0 | 2.930250e+03 |      --      |    Inf 
1740.92/1740.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1740.92/1740.97	c  1741s|     1 |     0 |252505 |     - | 330M|   0 |2738 |7500 | 237k|7500 | 239k|3237 |  42 |   0 | 2.937000e+03 |      --      |    Inf 
1797.02/1797.04	c  1797s|     1 |     0 |260217 |     - | 330M|   0 |   - |7500 | 237k|7500 | 239k|3301 |  42 |   0 | 2.937000e+03 |      --      |    Inf 
1797.12/1797.13	c  1797s|     1 |     2 |260217 |     - | 330M|   0 |   - |7500 | 237k|7500 | 239k|3301 |  42 |   0 | 2.937000e+03 |      --      |    Inf 
1797.12/1797.13	c 
1797.12/1797.13	c SCIP Status        : solving was interrupted [time limit reached]
1797.12/1797.13	c Solving Time (sec) : 1797.13
1797.12/1797.13	c Solving Nodes      : 1
1797.12/1797.13	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.12/1797.13	c Dual Bound         : +2.93700000000000e+03
1797.12/1797.13	c Gap                : infinite
1797.12/1797.13	s UNKNOWN
1797.12/1797.13	c SCIP Status        : solving was interrupted [time limit reached]
1797.12/1797.13	c Total Time         :    1797.13
1797.12/1797.13	c   solving          :    1797.13
1797.12/1797.13	c   presolving       :     102.91 (included in solving)
1797.12/1797.13	c   reading          :       1.27 (included in solving)
1797.12/1797.13	c Original Problem   :
1797.12/1797.13	c   Problem name     : HOME/instance-3485436-1307762872.opb
1797.12/1797.13	c   Variables        : 7500 (7500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.12/1797.13	c   Constraints      : 237715 initial, 237715 maximal
1797.12/1797.13	c Presolved Problem  :
1797.12/1797.13	c   Problem name     : t_HOME/instance-3485436-1307762872.opb
1797.12/1797.13	c   Variables        : 7500 (7500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.12/1797.13	c   Constraints      : 237715 initial, 237757 maximal
1797.12/1797.13	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.12/1797.13	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.12/1797.13	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.12/1797.13	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.12/1797.13	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.12/1797.13	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.12/1797.13	c   probing          :     100.88          0          0          0          0          0          0          0          0          0
1797.12/1797.13	c   setppc           :       0.37          0          0          0          0          0          0          0          0          0
1797.12/1797.13	c   linear           :       0.98          0          0          0          0          0          0          0          0          0
1797.12/1797.13	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.12/1797.13	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.12/1797.13	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.12/1797.13	c   integral         :          0          0          0          0          0          4          0          0          0          0          0          0
1797.12/1797.13	c   setppc           :     237465         61       6624          0          1          3       1050          2          0          0          0          0
1797.12/1797.13	c   logicor          :        250+        61        936          0          1          0        303         13          0          0          0          0
1797.12/1797.13	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.12/1797.13	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.12/1797.13	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.12/1797.13	c   setppc           :      94.82       1.43      93.24       0.00       0.08       0.06       0.00
1797.12/1797.13	c   logicor          :       0.07       0.00       0.07       0.00       0.00       0.00       0.00
1797.12/1797.13	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.12/1797.13	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.12/1797.13	c   vbounds          :          0          0          0          0
1797.12/1797.13	c   rootredcost      :          0          0          0          0
1797.12/1797.13	c   pseudoobj        :        685          0          0          0
1797.12/1797.13	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.12/1797.13	c   vbounds          :       0.00       0.00       0.00
1797.12/1797.13	c   rootredcost      :       0.00       0.00       0.00
1797.12/1797.13	c   pseudoobj        :       0.01       0.01       0.00
1797.12/1797.13	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.12/1797.13	c   propagation      :       0.00         15         15         55       26.5          0        0.0          -
1797.12/1797.13	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.12/1797.13	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.12/1797.13	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.12/1797.13	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.12/1797.13	c   applied globally :          -          -          -         42       24.2          -          -          -
1797.12/1797.13	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.12/1797.13	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.12/1797.13	c   cut pool         :       0.11         60          -          -        903          -    (maximal pool size: 6570)
1797.12/1797.13	c   redcost          :       0.02         61          0          0          0          0
1797.12/1797.13	c   impliedbounds    :       0.73         61          0          0          0          0
1797.12/1797.13	c   intobj           :       0.00          0          0          0          0          0
1797.12/1797.13	c   gomory           :      76.96         61          0          0      30500          0
1797.12/1797.13	c   cgmip            :       0.00          0          0          0          0          0
1797.12/1797.13	c   closecuts        :       0.00          0          0          0          0          0
1797.12/1797.13	c   strongcg         :      22.60         20          0          0      10000          0
1797.12/1797.13	c   cmir             :      77.72         10          0          0          0          0
1797.12/1797.13	c   flowcover        :      89.08         10          0          0          0          0
1797.12/1797.13	c   clique           :      19.41         61          0          0        590          0
1797.12/1797.13	c   zerohalf         :       0.00          0          0          0          0          0
1797.12/1797.13	c   mcf              :       0.52          1          0          0          0          0
1797.12/1797.13	c   oddcycle         :       0.00          0          0          0          0          0
1797.12/1797.13	c   rapidlearning    :       0.00          0          0          0          0          0
1797.12/1797.13	c Pricers            :       Time      Calls       Vars
1797.12/1797.13	c   problem variables:       0.00          0          0
1797.12/1797.13	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.12/1797.13	c   relpscost        :       0.00          0          0          0          0          0          0
1797.12/1797.13	c   pscost           :       0.00          0          0          0          0          0          0
1797.12/1797.13	c   inference        :       0.00          1          0          0          0          0          2
1797.12/1797.13	c   mostinf          :       0.00          0          0          0          0          0          0
1797.12/1797.13	c   leastinf         :       0.00          0          0          0          0          0          0
1797.12/1797.13	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.12/1797.13	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.12/1797.13	c   random           :       0.00          0          0          0          0          0          0
1797.12/1797.13	c Primal Heuristics  :       Time      Calls      Found
1797.12/1797.13	c   LP solutions     :       0.00          -          0
1797.12/1797.13	c   pseudo solutions :       0.00          -          0
1797.12/1797.13	c   oneopt           :       0.00          0          0
1797.12/1797.13	c   trivial          :       0.11          2          0
1797.12/1797.13	c   shiftandpropagate:       5.10          1          0
1797.12/1797.13	c   simplerounding   :       0.00          0          0
1797.12/1797.13	c   zirounding       :       0.00          0          0
1797.12/1797.13	c   rounding         :       1.82         61          0
1797.12/1797.13	c   shifting         :      51.87         61          0
1797.12/1797.13	c   intshifting      :       0.00          0          0
1797.12/1797.13	c   twoopt           :       0.00          0          0
1797.12/1797.13	c   fixandinfer      :       0.00          0          0
1797.12/1797.13	c   feaspump         :       7.89          1          0
1797.12/1797.13	c   clique           :       0.00          0          0
1797.12/1797.13	c   coefdiving       :       0.00          0          0
1797.12/1797.13	c   pscostdiving     :       0.00          0          0
1797.12/1797.13	c   fracdiving       :       0.00          0          0
1797.12/1797.13	c   veclendiving     :       0.00          0          0
1797.12/1797.13	c   intdiving        :       0.00          0          0
1797.12/1797.13	c   actconsdiving    :       0.00          0          0
1797.12/1797.13	c   objpscostdiving  :       0.00          0          0
1797.12/1797.13	c   rootsoldiving    :       0.00          0          0
1797.12/1797.13	c   linesearchdiving :       0.00          0          0
1797.12/1797.13	c   guideddiving     :       0.00          0          0
1797.12/1797.13	c   octane           :       0.00          0          0
1797.12/1797.13	c   rens             :       0.00          0          0
1797.12/1797.13	c   rins             :       0.00          0          0
1797.12/1797.13	c   localbranching   :       0.00          0          0
1797.12/1797.13	c   mutation         :       0.00          0          0
1797.12/1797.13	c   crossover        :       0.00          0          0
1797.12/1797.13	c   dins             :       0.00          0          0
1797.12/1797.13	c   vbounds          :       0.00          0          0
1797.12/1797.13	c   undercover       :       0.00          0          0
1797.12/1797.13	c   subnlp           :       0.00          0          0
1797.12/1797.13	c   trysol           :       0.00          0          0
1797.12/1797.13	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.12/1797.13	c   primal LP        :       0.80          0          0       0.00       0.00
1797.12/1797.13	c   dual LP          :    1334.15         62     258981    4177.11     194.12
1797.12/1797.13	c   lex dual LP      :       0.00          0          0       0.00          -
1797.12/1797.13	c   barrier LP       :       0.00          0          0       0.00          -
1797.12/1797.13	c   diving/probing LP:       6.39         74       1236      16.70     193.45
1797.12/1797.13	c   strong branching :       0.00          0          0       0.00          -
1797.12/1797.13	c     (at root node) :          -          0          0       0.00          -
1797.12/1797.13	c   conflict analysis:       0.00          0          0       0.00          -
1797.12/1797.13	c B&B Tree           :
1797.12/1797.13	c   number of runs   :          1
1797.12/1797.13	c   nodes            :          1
1797.12/1797.13	c   nodes (total)    :          1
1797.12/1797.13	c   nodes left       :          2
1797.12/1797.13	c   max depth        :          0
1797.12/1797.13	c   max depth (total):          0
1797.12/1797.13	c   backtracks       :          0 (0.0%)
1797.12/1797.13	c   delayed cutoffs  :          0
1797.12/1797.13	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.12/1797.13	c   avg switch length:       1.00
1797.12/1797.13	c   switching time   :       0.00
1797.12/1797.13	c Solution           :
1797.12/1797.13	c   Solutions found  :          0 (0 improvements)
1797.12/1797.13	c   Primal Bound     :          -
1797.12/1797.13	c   Dual Bound       : +2.93700000000000e+03
1797.12/1797.13	c   Gap              :   infinite
1797.12/1797.13	c   Root Dual Bound  : +2.93700000000000e+03
1797.12/1797.13	c   Root Iterations  :     260217
1797.73/1797.75	c Time complete: 1797.78.

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-3485436-1307762872/watcher-3485436-1307762872 -o /tmp/evaluation-result-3485436-1307762872/solver-3485436-1307762872 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485436-1307762872.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 2.00 3/177 19559
/proc/meminfo: memFree=31088740/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=10444 CPUtime=0 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 1596 0 0 0 0 0 0 0 25 0 1 0 343896675 10694656 1550 33554432000 4194304 8979876 140733756428240 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19559/statm: 2611 1550 358 1169 0 1438 0

[startup+0.083619 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19559
/proc/meminfo: memFree=31088740/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=21484 CPUtime=0.07 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 4397 0 0 0 7 0 0 0 25 0 1 0 343896675 21999616 4351 33554432000 4194304 8979876 140733756428240 18446744073709551615 7807869 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19559/statm: 5371 4351 366 1169 0 4198 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21484

[startup+0.100606 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19559
/proc/meminfo: memFree=31088740/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=21616 CPUtime=0.09 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 4437 0 0 0 9 0 0 0 25 0 1 0 343896675 22134784 4391 33554432000 4194304 8979876 140733756428240 18446744073709551615 7836093 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19559/statm: 5404 4391 366 1169 0 4231 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21616

[startup+0.300576 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19559
/proc/meminfo: memFree=31088740/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=32808 CPUtime=0.29 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 7237 0 0 0 29 0 0 0 25 0 1 0 343896675 33595392 7181 33554432000 4194304 8979876 140733756428240 18446744073709551615 7836083 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19559/statm: 8202 7181 366 1169 0 7029 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32808

[startup+0.700514 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19559
/proc/meminfo: memFree=31088740/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=53284 CPUtime=0.69 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 12367 0 0 0 68 1 0 0 25 0 1 0 343896675 54562816 12311 33554432000 4194304 8979876 140733756428240 18446744073709551615 7836063 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19559/statm: 13321 12311 366 1169 0 12148 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53284

[startup+1.50037 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19560
/proc/meminfo: memFree=31025024/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=195708 CPUtime=1.49 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 47032 0 0 0 144 5 0 0 25 0 1 0 343896675 200404992 46917 33554432000 4194304 8979876 140733756428240 18446744073709551615 7813282 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 48960 46935 450 1169 0 47787 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 195708

[startup+3.10109 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19560
/proc/meminfo: memFree=30821912/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=304392 CPUtime=3.09 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 106700 0 0 0 297 12 0 0 25 0 1 0 343896675 311697408 73095 33554432000 4194304 8979876 140733756428240 18446744073709551615 4905088 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 76098 73095 500 1169 0 74925 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 304392

[startup+6.30053 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19560
/proc/meminfo: memFree=30767624/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=333148 CPUtime=6.29 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 114006 0 0 0 616 13 0 0 25 0 1 0 343896675 341143552 80401 33554432000 4194304 8979876 140733756428240 18446744073709551615 5537629 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 83287 80401 519 1169 0 82114 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 333148

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19561
/proc/meminfo: memFree=30765880/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=333148 CPUtime=12.69 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 114006 0 0 0 1256 13 0 0 25 0 1 0 343896675 341143552 80401 33554432000 4194304 8979876 140733756428240 18446744073709551615 5537669 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 83287 80401 519 1169 0 82114 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 333148

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19561
/proc/meminfo: memFree=30764788/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=333148 CPUtime=25.49 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 114006 0 0 0 2536 13 0 0 25 0 1 0 343896675 341143552 80401 33554432000 4194304 8979876 140733756428240 18446744073709551615 5537669 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 83287 80401 519 1169 0 82114 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 333148

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19562
/proc/meminfo: memFree=30762996/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=333148 CPUtime=51.09 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 114008 0 0 0 5096 13 0 0 25 0 1 0 343896675 341143552 80403 33554432000 4194304 8979876 140733756428240 18446744073709551615 5537669 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 83287 80403 519 1169 0 82114 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 333148

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19563
/proc/meminfo: memFree=30756804/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=335288 CPUtime=102.3 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 114549 0 0 0 10217 13 0 0 25 0 1 0 343896675 343334912 80944 33554432000 4194304 8979876 140733756428240 18446744073709551615 4330016 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 83822 80944 524 1169 0 82649 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 335288

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19565
/proc/meminfo: memFree=30369952/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=745488 CPUtime=162.3 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 237490 0 0 0 16199 31 0 0 25 0 1 0 343896675 763379712 176012 33554432000 4194304 8979876 140733756428240 18446744073709551615 5905953 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 186372 176012 1058 1169 0 185199 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 745488

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19566
/proc/meminfo: memFree=30337792/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=753972 CPUtime=222.29 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 243839 0 0 0 22197 32 0 0 25 0 1 0 343896675 772067328 181999 33554432000 4194304 8979876 140733756428240 18446744073709551615 7179787 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 188493 181999 698 1169 0 187320 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 753972

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 19568
/proc/meminfo: memFree=30326324/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=763256 CPUtime=282.29 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 246161 0 0 0 28196 33 0 0 25 0 1 0 343896675 781574144 184321 33554432000 4194304 8979876 140733756428240 18446744073709551615 6601192 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 190814 184321 698 1169 0 189641 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 763256

[startup+342.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 19570
/proc/meminfo: memFree=30321200/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=763256 CPUtime=342.3 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 246161 0 0 0 34195 35 0 0 25 0 1 0 343896675 781574144 184321 33554432000 4194304 8979876 140733756428240 18446744073709551615 7164572 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 190814 184321 698 1169 0 189641 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 763256

[startup+402.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 19571
/proc/meminfo: memFree=30311080/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=767268 CPUtime=402.3 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 247278 0 0 0 40193 37 0 0 25 0 1 0 343896675 785682432 185434 33554432000 4194304 8979876 140733756428240 18446744073709551615 7143760 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 191817 185434 695 1169 0 190644 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 767268

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 19573
/proc/meminfo: memFree=30262540/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=811176 CPUtime=462.3 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 258268 0 0 0 46189 41 0 0 25 0 1 0 343896675 830644224 196424 33554432000 4194304 8979876 140733756428240 18446744073709551615 6820793 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 202794 196424 696 1169 0 201621 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 811176

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19574
/proc/meminfo: memFree=30246740/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=823904 CPUtime=522.3 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 260486 0 0 0 52185 45 0 0 25 0 1 0 343896675 843677696 198642 33554432000 4194304 8979876 140733756428240 18446744073709551615 7146136 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 205976 198642 696 1169 0 204803 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 823904

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19576
/proc/meminfo: memFree=30239360/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=823904 CPUtime=582.3 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 260931 0 0 0 58179 51 0 0 25 0 1 0 343896675 843677696 199087 33554432000 4194304 8979876 140733756428240 18446744073709551615 7145972 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 205976 199087 696 1169 0 204803 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 823904

[startup+642.301 s]

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

/proc/meminfo: memFree=30212572/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=837172 CPUtime=1062.31 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 277012 0 0 0 106139 92 0 0 25 0 1 0 343896675 857264128 199347 33554432000 4194304 8979876 140733756428240 18446744073709551615 7146192 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 209293 199347 695 1169 0 208120 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 837172

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 19590
/proc/meminfo: memFree=30210036/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=837172 CPUtime=1122.31 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 277012 0 0 0 112134 97 0 0 25 0 1 0 343896675 857264128 199347 33554432000 4194304 8979876 140733756428240 18446744073709551615 7145991 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 209293 199347 695 1169 0 208120 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 837172

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19592
/proc/meminfo: memFree=30209108/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=837172 CPUtime=1182.31 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 277012 0 0 0 118131 100 0 0 25 0 1 0 343896675 857264128 199347 33554432000 4194304 8979876 140733756428240 18446744073709551615 7146513 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 209293 199347 695 1169 0 208120 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 837172

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19594
/proc/meminfo: memFree=30189480/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=853768 CPUtime=1242.32 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 281642 0 0 0 124129 103 0 0 25 0 1 0 343896675 874258432 203977 33554432000 4194304 8979876 140733756428240 18446744073709551615 7179807 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 213442 203977 698 1169 0 212269 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 853768

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19595
/proc/meminfo: memFree=30186948/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=854768 CPUtime=1302.32 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 309222 0 0 0 130121 111 0 0 25 0 1 0 343896675 875282432 203819 33554432000 4194304 8979876 140733756428240 18446744073709551615 6829040 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 213692 203819 701 1169 0 212519 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 854768

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19597
/proc/meminfo: memFree=30211928/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=826940 CPUtime=1362.32 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 317767 0 0 0 136116 116 0 0 25 0 1 0 343896675 846786560 197158 33554432000 4194304 8979876 140733756428240 18446744073709551615 7170373 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 206735 197158 698 1169 0 205562 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 826940

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19598
/proc/meminfo: memFree=30207296/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=826940 CPUtime=1422.32 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 318498 0 0 0 142113 119 0 0 25 0 1 0 343896675 846786560 197889 33554432000 4194304 8979876 140733756428240 18446744073709551615 6937433 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 206735 197889 698 1169 0 205562 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 826940

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19600
/proc/meminfo: memFree=30188144/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=835636 CPUtime=1482.32 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 323156 0 0 0 148107 125 0 0 25 0 1 0 343896675 855691264 202547 33554432000 4194304 8979876 140733756428240 18446744073709551615 7143729 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 208909 202547 698 1169 0 207736 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 835636

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 19640
/proc/meminfo: memFree=30270352/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=835636 CPUtime=1542.32 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 323163 0 0 0 154101 131 0 0 25 0 1 0 343896675 855691264 202554 33554432000 4194304 8979876 140733756428240 18446744073709551615 7143767 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 208909 202554 698 1169 0 207736 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 835636

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 19641
/proc/meminfo: memFree=30258328/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=835636 CPUtime=1602.32 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 323164 0 0 0 160098 134 0 0 25 0 1 0 343896675 855691264 202555 33554432000 4194304 8979876 140733756428240 18446744073709551615 6829040 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 208909 202555 698 1169 0 207736 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 835636

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19643
/proc/meminfo: memFree=30257280/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=835636 CPUtime=1662.32 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 323164 0 0 0 166093 139 0 0 25 0 1 0 343896675 855691264 202555 33554432000 4194304 8979876 140733756428240 18446744073709551615 6829040 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 208909 202555 698 1169 0 207736 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 835636

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19644
/proc/meminfo: memFree=30256476/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=835636 CPUtime=1722.32 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 323164 0 0 0 172089 143 0 0 25 0 1 0 343896675 855691264 202555 33554432000 4194304 8979876 140733756428240 18446744073709551615 6829040 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 208909 202555 698 1169 0 207736 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 835636

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19646
/proc/meminfo: memFree=30252944/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=835636 CPUtime=1782.33 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 323164 0 0 0 178084 149 0 0 25 0 1 0 343896675 855691264 202555 33554432000 4194304 8979876 140733756428240 18446744073709551615 7146192 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 208909 202555 698 1169 0 207736 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 835636

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19646
/proc/meminfo: memFree=30252696/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=835636 CPUtime=1785.53 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 323164 0 0 0 178404 149 0 0 25 0 1 0 343896675 855691264 202555 33554432000 4194304 8979876 140733756428240 18446744073709551615 6937217 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 208909 202555 698 1169 0 207736 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 835636

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19646
/proc/meminfo: memFree=30252808/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=835636 CPUtime=1791.93 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 323164 0 0 0 179044 149 0 0 25 0 1 0 343896675 855691264 202555 33554432000 4194304 8979876 140733756428240 18446744073709551615 7146532 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 208909 202555 698 1169 0 207736 0
Current children cumulated CPU time (s) 1791.93
Current children cumulated vsize (KiB) 835636

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19646
/proc/meminfo: memFree=30252684/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=835636 CPUtime=1795.13 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 323164 0 0 0 179364 149 0 0 25 0 1 0 343896675 855691264 202555 33554432000 4194304 8979876 140733756428240 18446744073709551615 7170373 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 208909 202555 698 1169 0 207736 0
Current children cumulated CPU time (s) 1795.13
Current children cumulated vsize (KiB) 835636

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19646
/proc/meminfo: memFree=30252684/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=835636 CPUtime=1796.72 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 323164 0 0 0 179523 149 0 0 25 0 1 0 343896675 855691264 202555 33554432000 4194304 8979876 140733756428240 18446744073709551615 7146491 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19559/statm: 208909 202555 698 1169 0 207736 0
Current children cumulated CPU time (s) 1796.72
Current children cumulated vsize (KiB) 835636

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19646
/proc/meminfo: memFree=30253304/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=828732 CPUtime=1797.52 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 323177 0 0 0 179603 149 0 0 18 0 1 0 343896675 848621568 200842 33554432000 4194304 8979876 140733756428240 18446744073709551615 6492391 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19559/statm: 207183 200842 711 1169 0 206010 0
Current children cumulated CPU time (s) 1797.52
Current children cumulated vsize (KiB) 828732

[startup+1797.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19646
/proc/meminfo: memFree=30253304/32950928 swapFree=67054696/67111528
[pid=19559] ppid=19557 vsize=631684 CPUtime=1797.73 cores=0,2,4,6
/proc/19559/stat : 19559 (scip-2.0.1.4_2.) R 19557 19559 16493 0 -1 4202496 323177 0 0 0 179622 151 0 0 18 0 1 0 343896675 646844416 151948 33554432000 4194304 8979876 140733756428240 18446744073709551615 6778220 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19559/statm: 157921 151948 711 1169 0 156748 0
Current children cumulated CPU time (s) 1797.73
Current children cumulated vsize (KiB) 631684

Child status: 0
Real time (s): 1797.76
CPU time (s): 1797.79
CPU user time (s): 1796.25
CPU system time (s): 1.54077
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 856952

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

runsolver used 3.16752 second user time and 6.04108 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-11 05:27:53
IDJOB=3485436
IDBENCH=2139
IDSOLVER=1977
FILE ID=node112/3485436-1307762872
RUNJOBID= node112-1307750177-16511
PBS_JOBID= 13550850
Free space on /tmp= 74016 MiB

SOLVER NAME= SCIP spx 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.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485436-1307762872/watcher-3485436-1307762872 -o /tmp/evaluation-result-3485436-1307762872/solver-3485436-1307762872 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485436-1307762872.opb -t 1800 -m 15500

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

MD5SUM BENCH= f368868fda311e5aaeadb84d33b29291
RANDOM SEED=794309961

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31088920 kB
Buffers:        239692 kB
Cached:        1306184 kB
SwapCached:      10772 kB
Active:         547128 kB
Inactive:      1089976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31088920 kB
SwapTotal:    67111528 kB
SwapFree:     67054696 kB
Dirty:           22684 kB
Writeback:           0 kB
AnonPages:       88548 kB
Mapped:          12224 kB
Slab:           160496 kB
PageTables:       4704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   280016 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= 74000 MiB
End job on node112 at 2011-06-11 05:57:50