Trace number 3452618

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.71 1800.7

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.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3452618-1307083747.opb>
1.29/1.36	c original problem has 7500 variables (7500 bin, 0 int, 0 impl, 0 cont) and 237715 constraints
1.29/1.36	c problem read
1.29/1.36	c presolving settings loaded
1.89/1.97	c presolving:
2.99/3.01	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.20/3.23	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
47.17/47.25	c    (47.3s) probing: 1000/7500 (13.3%) - 0 fixings, 0 aggregations, 134067 implications, 0 bound changes
95.68/95.71	c    (95.7s) probing: 2000/7500 (26.7%) - 0 fixings, 0 aggregations, 259456 implications, 0 bound changes
95.68/95.77	c    (95.8s) probing: 2001/7500 (26.7%) - 0 fixings, 0 aggregations, 259580 implications, 0 bound changes
95.68/95.77	c    (95.8s) probing aborted: 2000/2000 successive useless probings
95.68/95.77	c presolving (3 rounds):
95.68/95.77	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
95.68/95.77	c  1372588 implications, 0 cliques
95.68/95.77	c presolved problem has 7500 variables (7500 bin, 0 int, 0 impl, 0 cont) and 237715 constraints
95.68/95.77	c  237465 constraints of type <setppc>
95.68/95.77	c     250 constraints of type <logicor>
95.68/95.77	c transformed objective value is always integral (scale: 1)
95.68/95.77	c Presolving Time: 94.26
95.68/95.77	c - non default parameters ----------------------------------------------------------------------
95.68/95.77	c # SCIP version 2.0.1.4
95.68/95.77	c 
95.68/95.77	c # frequency for displaying node information lines
95.68/95.77	c # [type: int, range: [-1,2147483647], default: 100]
95.68/95.77	c display/freq = 10000
95.68/95.77	c 
95.68/95.77	c # maximal time in seconds to run
95.68/95.77	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
95.68/95.77	c limits/time = 1800
95.68/95.77	c 
95.68/95.77	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
95.68/95.77	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
95.68/95.77	c limits/memory = 13950
95.68/95.77	c 
95.68/95.77	c # default clock type (1: CPU user seconds, 2: wall clock time)
95.68/95.77	c # [type: int, range: [1,2], default: 1]
95.68/95.77	c timing/clocktype = 2
95.68/95.77	c 
95.68/95.77	c # belongs reading time to solving time?
95.68/95.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
95.68/95.77	c timing/reading = TRUE
95.68/95.77	c 
95.68/95.77	c # should presolving try to simplify inequalities
95.68/95.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
95.68/95.77	c constraints/linear/simplifyinequalities = TRUE
95.68/95.77	c 
95.68/95.77	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
95.68/95.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
95.68/95.77	c constraints/indicator/addCouplingCons = TRUE
95.68/95.77	c 
95.68/95.77	c # should presolving try to simplify knapsacks
95.68/95.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
95.68/95.77	c constraints/knapsack/simplifyinequalities = TRUE
95.68/95.77	c 
95.68/95.77	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
95.68/95.77	c # [type: int, range: [-1,2147483647], default: -1]
95.68/95.77	c separating/rapidlearning/freq = 0
95.68/95.77	c 
95.68/95.77	c -----------------------------------------------------------------------------------------------
95.68/95.77	c start solving
95.68/95.77	c 
118.26/118.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.26/118.32	c   118s|     1 |     0 |  4979 |     - | 312M|   0 |4250 |7500 | 237k|7500 | 237k|   0 |  42 |   0 | 2.125000e+03 |      --      |    Inf 
136.96/137.09	c   137s|     1 |     0 |  6970 |     - | 312M|   0 |4196 |7500 | 237k|7500 | 237k|  31 |  42 |   0 | 2.152000e+03 |      --      |    Inf 
149.07/149.15	c   149s|     1 |     0 |  7685 |     - | 312M|   0 |4153 |7500 | 237k|7500 | 237k|  53 |  42 |   0 | 2.173500e+03 |      --      |    Inf 
164.57/164.65	c   165s|     1 |     0 |  8196 |     - | 313M|   0 |4088 |7500 | 237k|7500 | 237k| 105 |  42 |   0 | 2.206000e+03 |      --      |    Inf 
183.76/183.89	c   184s|     1 |     0 |  8633 |     - | 313M|   0 |4036 |7500 | 237k|7500 | 237k| 146 |  42 |   0 | 2.232500e+03 |      --      |    Inf 
205.37/205.41	c   205s|     1 |     0 |  9093 |     - | 313M|   0 |3997 |7500 | 237k|7500 | 237k| 181 |  42 |   0 | 2.252500e+03 |      --      |    Inf 
229.96/230.07	c   230s|     1 |     0 |  9621 |     - | 313M|   0 |3959 |7500 | 237k|7500 | 237k| 219 |  42 |   0 | 2.271500e+03 |      --      |    Inf 
255.77/255.87	c   256s|     1 |     0 | 10129 |     - | 313M|   0 |3921 |7500 | 237k|7500 | 237k| 248 |  42 |   0 | 2.291750e+03 |      --      |    Inf 
284.26/284.35	c   284s|     1 |     0 | 10741 |     - | 313M|   0 |3875 |7500 | 237k|7500 | 238k| 292 |  42 |   0 | 2.315167e+03 |      --      |    Inf 
314.16/314.26	c   314s|     1 |     0 | 11425 |     - | 313M|   0 |3838 |7500 | 237k|7500 | 238k| 335 |  42 |   0 | 2.335250e+03 |      --      |    Inf 
349.47/349.52	c   350s|     1 |     0 | 12245 |     - | 313M|   0 |3800 |7500 | 237k|7500 | 238k| 382 |  42 |   0 | 2.354500e+03 |      --      |    Inf 
358.97/359.02	c   359s|     1 |     0 | 13246 |     - | 314M|   0 |3772 |7500 | 237k|7500 | 238k| 428 |  42 |   0 | 2.371250e+03 |      --      |    Inf 
368.07/368.12	c   368s|     1 |     0 | 14411 |     - | 314M|   0 |3746 |7500 | 237k|7500 | 238k| 482 |  42 |   0 | 2.387333e+03 |      --      |    Inf 
377.67/377.75	c   378s|     1 |     0 | 15770 |     - | 314M|   0 |3723 |7500 | 237k|7500 | 238k| 546 |  42 |   0 | 2.405583e+03 |      --      |    Inf 
387.97/388.06	c   388s|     1 |     0 | 16963 |     - | 314M|   0 |3688 |7500 | 237k|7500 | 238k| 599 |  42 |   0 | 2.422524e+03 |      --      |    Inf 
401.07/401.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
401.07/401.19	c   401s|     1 |     0 | 18757 |     - | 315M|   0 |3644 |7500 | 237k|7500 | 238k| 656 |  42 |   0 | 2.440821e+03 |      --      |    Inf 
411.17/411.30	c   411s|     1 |     0 | 20244 |     - | 315M|   0 |3620 |7500 | 237k|7500 | 238k| 720 |  42 |   0 | 2.461911e+03 |      --      |    Inf 
431.47/431.50	c   432s|     1 |     0 | 24191 |     - | 316M|   0 |3579 |7500 | 237k|7500 | 238k| 792 |  42 |   0 | 2.481917e+03 |      --      |    Inf 
446.59/446.64	c   447s|     1 |     0 | 26693 |     - | 316M|   0 |3549 |7500 | 237k|7500 | 238k| 844 |  42 |   0 | 2.495750e+03 |      --      |    Inf 
459.27/459.38	c   459s|     1 |     0 | 28947 |     - | 316M|   0 |3537 |7500 | 237k|7500 | 238k| 903 |  42 |   0 | 2.509750e+03 |      --      |    Inf 
472.47/472.58	c   473s|     1 |     0 | 31178 |     - | 317M|   0 |3498 |7500 | 237k|7500 | 238k| 955 |  42 |   0 | 2.526000e+03 |      --      |    Inf 
490.48/490.58	c   491s|     1 |     0 | 35152 |     - | 317M|   0 |3450 |7500 | 237k|7500 | 238k|1018 |  42 |   0 | 2.538369e+03 |      --      |    Inf 
509.77/509.82	c   510s|     1 |     0 | 39387 |     - | 317M|   0 |3462 |7500 | 237k|7500 | 238k|1068 |  42 |   0 | 2.551542e+03 |      --      |    Inf 
523.87/523.99	c   524s|     1 |     0 | 42311 |     - | 318M|   0 |3419 |7500 | 237k|7500 | 238k|1131 |  42 |   0 | 2.566867e+03 |      --      |    Inf 
540.67/540.73	c   541s|     1 |     0 | 46019 |     - | 318M|   0 |3386 |7500 | 237k|7500 | 238k|1187 |  42 |   0 | 2.587991e+03 |      --      |    Inf 
549.48/549.52	c   550s|     1 |     0 | 47601 |     - | 318M|   0 |3350 |7500 | 237k|7500 | 238k|1238 |  42 |   0 | 2.601750e+03 |      --      |    Inf 
571.07/571.16	c   571s|     1 |     0 | 53119 |     - | 319M|   0 |3342 |7500 | 237k|7500 | 238k|1288 |  42 |   0 | 2.614884e+03 |      --      |    Inf 
588.88/588.97	c   589s|     1 |     0 | 56997 |     - | 319M|   0 |3319 |7500 | 237k|7500 | 238k|1349 |  42 |   0 | 2.631500e+03 |      --      |    Inf 
605.48/605.58	c   606s|     1 |     0 | 59843 |     - | 319M|   0 |3274 |7500 | 237k|7500 | 238k|1404 |  42 |   0 | 2.646750e+03 |      --      |    Inf 
620.08/620.13	c   620s|     1 |     0 | 62730 |     - | 320M|   0 |3249 |7500 | 237k|7500 | 238k|1464 |  42 |   0 | 2.658000e+03 |      --      |    Inf 
646.87/646.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
646.87/646.94	c   647s|     1 |     0 | 67541 |     - | 320M|   0 |3212 |7500 | 237k|7500 | 238k|1517 |  42 |   0 | 2.670333e+03 |      --      |    Inf 
669.97/670.06	c   670s|     1 |     0 | 72117 |     - | 320M|   0 |3204 |7500 | 237k|7500 | 238k|1570 |  42 |   0 | 2.676750e+03 |      --      |    Inf 
687.49/687.55	c   688s|     1 |     0 | 75664 |     - | 321M|   0 |3183 |7500 | 237k|7500 | 238k|1625 |  42 |   0 | 2.686093e+03 |      --      |    Inf 
712.58/712.70	c   713s|     1 |     0 | 80234 |     - | 321M|   0 |3186 |7500 | 237k|7500 | 238k|1673 |  42 |   0 | 2.693864e+03 |      --      |    Inf 
724.08/724.16	c   724s|     1 |     0 | 82721 |     - | 321M|   0 |3145 |7500 | 237k|7500 | 238k|1725 |  42 |   0 | 2.703614e+03 |      --      |    Inf 
740.38/740.41	c   740s|     1 |     0 | 85831 |     - | 322M|   0 |3119 |7500 | 237k|7500 | 238k|1775 |  42 |   0 | 2.711864e+03 |      --      |    Inf 
763.48/763.58	c   764s|     1 |     0 | 90137 |     - | 322M|   0 |3104 |7500 | 237k|7500 | 238k|1834 |  42 |   0 | 2.725306e+03 |      --      |    Inf 
784.87/784.92	c   785s|     1 |     0 | 94712 |     - | 322M|   0 |3111 |7500 | 237k|7500 | 239k|1887 |  42 |   0 | 2.736681e+03 |      --      |    Inf 
803.00/803.08	c   803s|     1 |     0 | 98466 |     - | 322M|   0 |3077 |7500 | 237k|7500 | 239k|1937 |  42 |   0 | 2.747250e+03 |      --      |    Inf 
838.09/838.20	c   838s|     1 |     0 |105727 |     - | 323M|   0 |3055 |7500 | 237k|7500 | 238k|1986 |  42 |   0 | 2.757750e+03 |      --      |    Inf 
863.98/864.01	c   864s|     1 |     0 |110902 |     - | 323M|   0 |2994 |7500 | 237k|7500 | 238k|2038 |  42 |   0 | 2.774292e+03 |      --      |    Inf 
888.48/888.50	c   889s|     1 |     0 |115647 |     - | 323M|   0 |3000 |7500 | 237k|7500 | 238k|2099 |  42 |   0 | 2.787750e+03 |      --      |    Inf 
920.59/920.64	c   921s|     1 |     0 |122654 |     - | 323M|   0 |2955 |7500 | 237k|7500 | 239k|2154 |  42 |   0 | 2.796750e+03 |      --      |    Inf 
953.59/953.67	c   954s|     1 |     0 |128537 |     - | 324M|   0 |2973 |7500 | 237k|7500 | 239k|2204 |  42 |   0 | 2.805000e+03 |      --      |    Inf 
973.18/973.25	c   973s|     1 |     0 |132013 |     - | 324M|   0 |2951 |7500 | 237k|7500 | 239k|2262 |  42 |   0 | 2.815625e+03 |      --      |    Inf 
1024.59/1024.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1024.59/1024.66	c  1025s|     1 |     0 |141261 |     - | 324M|   0 |2961 |7500 | 237k|7500 | 238k|2312 |  42 |   0 | 2.823417e+03 |      --      |    Inf 
1045.49/1045.54	c  1046s|     1 |     0 |145555 |     - | 325M|   0 |2933 |7500 | 237k|7500 | 239k|2383 |  42 |   0 | 2.829250e+03 |      --      |    Inf 
1143.29/1143.34	c  1143s|     1 |     0 |158704 |     - | 325M|   0 |2923 |7500 | 237k|7500 | 239k|2455 |  42 |   0 | 2.836125e+03 |      --      |    Inf 
1173.39/1173.50	c  1173s|     1 |     0 |164905 |     - | 325M|   0 |2888 |7500 | 237k|7500 | 239k|2518 |  42 |   0 | 2.845975e+03 |      --      |    Inf 
1191.79/1191.84	c  1192s|     1 |     0 |168665 |     - | 326M|   0 |2894 |7500 | 237k|7500 | 239k|2593 |  42 |   0 | 2.855389e+03 |      --      |    Inf 
1226.78/1226.86	c  1227s|     1 |     0 |176010 |     - | 326M|   0 |2882 |7500 | 237k|7500 | 239k|2651 |  42 |   0 | 2.865188e+03 |      --      |    Inf 
1261.19/1261.23	c  1261s|     1 |     0 |182344 |     - | 326M|   0 |2860 |7500 | 237k|7500 | 239k|2703 |  42 |   0 | 2.873139e+03 |      --      |    Inf 
1320.39/1320.40	c  1320s|     1 |     0 |192980 |     - | 327M|   0 |2816 |7500 | 237k|7500 | 239k|2761 |  42 |   0 | 2.881417e+03 |      --      |    Inf 
1358.89/1358.95	c  1359s|     1 |     0 |200288 |     - | 327M|   0 |2799 |7500 | 237k|7500 | 239k|2819 |  42 |   0 | 2.885688e+03 |      --      |    Inf 
1382.00/1382.07	c  1382s|     1 |     0 |205437 |     - | 327M|   0 |2813 |7500 | 237k|7500 | 239k|2881 |  42 |   0 | 2.891833e+03 |      --      |    Inf 
1416.29/1416.33	c  1416s|     1 |     0 |212749 |     - | 328M|   0 |2860 |7500 | 237k|7500 | 239k|2949 |  42 |   0 | 2.902200e+03 |      --      |    Inf 
1451.90/1451.95	c  1452s|     1 |     0 |219192 |     - | 328M|   0 |2771 |7500 | 237k|7500 | 239k|3005 |  42 |   0 | 2.910750e+03 |      --      |    Inf 
1481.40/1481.46	c  1481s|     1 |     0 |225742 |     - | 329M|   0 |2813 |7500 | 237k|7500 | 239k|3059 |  42 |   0 | 2.916750e+03 |      --      |    Inf 
1525.60/1525.63	c  1526s|     1 |     0 |234450 |     - | 329M|   0 |2771 |7500 | 237k|7500 | 239k|3111 |  42 |   0 | 2.924667e+03 |      --      |    Inf 
1558.89/1558.97	c  1559s|     1 |     0 |241400 |     - | 329M|   0 |2774 |7500 | 237k|7500 | 239k|3176 |  42 |   0 | 2.930250e+03 |      --      |    Inf 
1624.60/1624.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1624.60/1624.64	c  1625s|     1 |     0 |252505 |     - | 330M|   0 |2738 |7500 | 237k|7500 | 239k|3237 |  42 |   0 | 2.937000e+03 |      --      |    Inf 
1710.41/1710.49	c  1710s|     1 |     0 |264278 |     - | 330M|   0 |2692 |7500 | 237k|7500 | 239k|3301 |  42 |   0 | 2.941250e+03 |      --      |    Inf 
1756.00/1756.01	c  1756s|     1 |     0 |272763 |     - | 331M|   0 |2676 |7500 | 237k|7500 | 239k|3361 |  42 |   0 | 2.946500e+03 |      --      |    Inf 
1800.01/1800.06	c  1800s|     1 |     0 |280563 |     - | 331M|   0 |   - |7500 | 237k|7500 | 239k|3402 |  42 |   0 | 2.946500e+03 |      --      |    Inf 
1800.12/1800.13	c  1800s|     1 |     2 |280563 |     - | 331M|   0 |   - |7500 | 237k|7500 | 239k|3402 |  42 |   0 | 2.946500e+03 |      --      |    Inf 
1800.12/1800.13	c 
1800.12/1800.13	c SCIP Status        : solving was interrupted [user interrupt]
1800.12/1800.13	c Solving Time (sec) : 1800.13
1800.12/1800.13	c Solving Nodes      : 1
1800.12/1800.13	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.12/1800.13	c Dual Bound         : +2.94650000000000e+03
1800.12/1800.13	c Gap                : infinite
1800.12/1800.13	s UNKNOWN
1800.12/1800.13	c SCIP Status        : solving was interrupted [user interrupt]
1800.12/1800.13	c Total Time         :    1800.13
1800.12/1800.13	c   solving          :    1800.13
1800.12/1800.13	c   presolving       :      94.26 (included in solving)
1800.12/1800.13	c   reading          :       1.37 (included in solving)
1800.12/1800.13	c Original Problem   :
1800.12/1800.13	c   Problem name     : HOME/instance-3452618-1307083747.opb
1800.12/1800.13	c   Variables        : 7500 (7500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.12/1800.13	c   Constraints      : 237715 initial, 237715 maximal
1800.12/1800.13	c Presolved Problem  :
1800.12/1800.13	c   Problem name     : t_HOME/instance-3452618-1307083747.opb
1800.12/1800.13	c   Variables        : 7500 (7500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.12/1800.13	c   Constraints      : 237715 initial, 237757 maximal
1800.12/1800.13	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.12/1800.13	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.12/1800.13	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.12/1800.13	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.12/1800.13	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.12/1800.13	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.12/1800.13	c   probing          :      92.41          0          0          0          0          0          0          0          0          0
1800.12/1800.13	c   setppc           :       0.32          0          0          0          0          0          0          0          0          0
1800.12/1800.13	c   linear           :       0.90          0          0          0          0          0          0          0          0          0
1800.12/1800.13	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.12/1800.13	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.12/1800.13	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.12/1800.13	c   integral         :          0          0          0          0          0          4          0          0          0          0          0          0
1800.12/1800.13	c   setppc           :     237465         63       6624          0          1          3       1050          2          0          0          0          0
1800.12/1800.13	c   logicor          :        250+        63        936          0          1          0        303         13          0          0          0          0
1800.12/1800.13	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.12/1800.13	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.12/1800.13	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.12/1800.13	c   setppc           :      87.21       1.34      85.74       0.00       0.07       0.05       0.00
1800.12/1800.13	c   logicor          :       0.07       0.00       0.07       0.00       0.00       0.00       0.00
1800.12/1800.13	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.12/1800.13	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.12/1800.13	c   vbounds          :          0          0          0          0
1800.12/1800.13	c   rootredcost      :          0          0          0          0
1800.12/1800.13	c   pseudoobj        :        687          0          0          0
1800.12/1800.13	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.12/1800.13	c   vbounds          :       0.00       0.00       0.00
1800.12/1800.13	c   rootredcost      :       0.00       0.00       0.00
1800.12/1800.13	c   pseudoobj        :       0.01       0.01       0.00
1800.12/1800.13	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.12/1800.13	c   propagation      :       0.00         15         15         55       26.5          0        0.0          -
1800.12/1800.13	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.12/1800.13	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.12/1800.13	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.12/1800.13	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.12/1800.13	c   applied globally :          -          -          -         42       24.2          -          -          -
1800.12/1800.13	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.12/1800.13	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.12/1800.13	c   cut pool         :       0.11         62          -          -        947          -    (maximal pool size: 6773)
1800.12/1800.13	c   redcost          :       0.01         63          0          0          0          0
1800.12/1800.13	c   impliedbounds    :       0.84         63          0          0          0          0
1800.12/1800.13	c   intobj           :       0.00          0          0          0          0          0
1800.12/1800.13	c   gomory           :      79.20         63          0          0      31500          0
1800.12/1800.13	c   cgmip            :       0.00          0          0          0          0          0
1800.12/1800.13	c   closecuts        :       0.00          0          0          0          0          0
1800.12/1800.13	c   strongcg         :      22.60         20          0          0      10000          0
1800.12/1800.13	c   cmir             :      70.05         10          0          0          0          0
1800.12/1800.13	c   flowcover        :      74.32         10          0          0          0          0
1800.12/1800.13	c   clique           :      20.13         63          0          0        610          0
1800.12/1800.13	c   zerohalf         :       0.00          0          0          0          0          0
1800.12/1800.13	c   mcf              :       0.49          1          0          0          0          0
1800.12/1800.13	c   oddcycle         :       0.00          0          0          0          0          0
1800.12/1800.13	c   rapidlearning    :       0.00          0          0          0          0          0
1800.12/1800.13	c Pricers            :       Time      Calls       Vars
1800.12/1800.13	c   problem variables:       0.00          0          0
1800.12/1800.13	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.12/1800.13	c   relpscost        :       0.00          0          0          0          0          0          0
1800.12/1800.13	c   pscost           :       0.00          0          0          0          0          0          0
1800.12/1800.13	c   inference        :       0.00          1          0          0          0          0          2
1800.12/1800.13	c   mostinf          :       0.00          0          0          0          0          0          0
1800.12/1800.13	c   leastinf         :       0.00          0          0          0          0          0          0
1800.12/1800.13	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.12/1800.13	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.12/1800.13	c   random           :       0.00          0          0          0          0          0          0
1800.12/1800.13	c Primal Heuristics  :       Time      Calls      Found
1800.12/1800.13	c   LP solutions     :       0.00          -          0
1800.12/1800.13	c   pseudo solutions :       0.00          -          0
1800.12/1800.13	c   oneopt           :       0.00          0          0
1800.12/1800.13	c   trivial          :       0.11          2          0
1800.12/1800.13	c   shiftandpropagate:       5.01          1          0
1800.12/1800.13	c   simplerounding   :       0.00          0          0
1800.12/1800.13	c   zirounding       :       0.00          0          0
1800.12/1800.13	c   rounding         :       1.77         63          0
1800.12/1800.13	c   shifting         :      49.71         63          0
1800.12/1800.13	c   intshifting      :       0.00          0          0
1800.12/1800.13	c   twoopt           :       0.00          0          0
1800.12/1800.13	c   fixandinfer      :       0.00          0          0
1800.12/1800.13	c   feaspump         :       7.68          1          0
1800.12/1800.13	c   clique           :       0.00          0          0
1800.12/1800.13	c   coefdiving       :       0.00          0          0
1800.12/1800.13	c   pscostdiving     :       0.00          0          0
1800.12/1800.13	c   fracdiving       :       0.00          0          0
1800.12/1800.13	c   veclendiving     :       0.00          0          0
1800.12/1800.13	c   intdiving        :       0.00          0          0
1800.12/1800.13	c   actconsdiving    :       0.00          0          0
1800.12/1800.13	c   objpscostdiving  :       0.00          0          0
1800.12/1800.13	c   rootsoldiving    :       0.00          0          0
1800.12/1800.13	c   linesearchdiving :       0.00          0          0
1800.12/1800.13	c   guideddiving     :       0.00          0          0
1800.12/1800.13	c   octane           :       0.00          0          0
1800.12/1800.13	c   rens             :       0.00          0          0
1800.12/1800.13	c   rins             :       0.00          0          0
1800.12/1800.13	c   localbranching   :       0.00          0          0
1800.12/1800.13	c   mutation         :       0.00          0          0
1800.12/1800.13	c   crossover        :       0.00          0          0
1800.12/1800.13	c   dins             :       0.00          0          0
1800.12/1800.13	c   vbounds          :       0.00          0          0
1800.12/1800.13	c   undercover       :       0.00          0          0
1800.12/1800.13	c   subnlp           :       0.00          0          0
1800.12/1800.13	c   trysol           :       0.00          0          0
1800.12/1800.13	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.12/1800.13	c   primal LP        :       0.76          0          0       0.00       0.00
1800.12/1800.13	c   dual LP          :    1367.86         64     279327    4364.48     204.21
1800.12/1800.13	c   lex dual LP      :       0.00          0          0       0.00          -
1800.12/1800.13	c   barrier LP       :       0.00          0          0       0.00          -
1800.12/1800.13	c   diving/probing LP:       6.25         74       1236      16.70     197.74
1800.12/1800.13	c   strong branching :       0.00          0          0       0.00          -
1800.12/1800.13	c     (at root node) :          -          0          0       0.00          -
1800.12/1800.13	c   conflict analysis:       0.00          0          0       0.00          -
1800.12/1800.13	c B&B Tree           :
1800.12/1800.13	c   number of runs   :          1
1800.12/1800.13	c   nodes            :          1
1800.12/1800.13	c   nodes (total)    :          1
1800.12/1800.13	c   nodes left       :          2
1800.12/1800.13	c   max depth        :          0
1800.12/1800.13	c   max depth (total):          0
1800.12/1800.13	c   backtracks       :          0 (0.0%)
1800.12/1800.13	c   delayed cutoffs  :          0
1800.12/1800.13	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.12/1800.13	c   avg switch length:       1.00
1800.12/1800.13	c   switching time   :       0.00
1800.12/1800.13	c Solution           :
1800.12/1800.13	c   Solutions found  :          0 (0 improvements)
1800.12/1800.13	c   Primal Bound     :          -
1800.12/1800.13	c   Dual Bound       : +2.94650000000000e+03
1800.12/1800.13	c   Gap              :   infinite
1800.12/1800.13	c   Root Dual Bound  : +2.94650000000000e+03
1800.12/1800.13	c   Root Iterations  :     280563
1800.61/1800.69	c Time complete: 1800.7.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3452618-1307083747/watcher-3452618-1307083747 -o /tmp/evaluation-result-3452618-1307083747/solver-3452618-1307083747 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452618-1307083747.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.04 2.02 1.92 2/446 9265
/proc/meminfo: memFree=31274172/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=11236 CPUtime=0 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 1805 0 0 0 0 0 0 0 25 0 1 0 819973476 11505664 1757 33554432000 4194304 9128323 140736554779584 18446744073709551615 6193891 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9265/statm: 2809 1757 391 1205 0 1600 0

[startup+0.0896061 s]
/proc/loadavg: 2.04 2.02 1.92 2/446 9265
/proc/meminfo: memFree=31274172/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=21632 CPUtime=0.08 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 4432 0 0 0 8 0 0 0 25 0 1 0 819973476 22151168 4382 33554432000 4194304 9128323 140736554779584 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9265/statm: 5408 4382 400 1205 0 4199 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21632

[startup+0.100598 s]
/proc/loadavg: 2.04 2.02 1.92 2/446 9265
/proc/meminfo: memFree=31274172/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=21764 CPUtime=0.09 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 4469 0 0 0 9 0 0 0 25 0 1 0 819973476 22286336 4419 33554432000 4194304 9128323 140736554779584 18446744073709551615 8008920 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9265/statm: 5441 4419 400 1205 0 4232 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21764

[startup+0.300586 s]
/proc/loadavg: 2.04 2.02 1.92 2/446 9265
/proc/meminfo: memFree=31274172/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=31768 CPUtime=0.29 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 6994 0 0 0 28 1 0 0 25 0 1 0 819973476 32530432 6929 33554432000 4194304 9128323 140736554779584 18446744073709551615 8008895 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9265/statm: 7942 6929 400 1205 0 6733 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31768

[startup+0.700502 s]
/proc/loadavg: 2.04 2.02 1.92 2/446 9265
/proc/meminfo: memFree=31274172/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=51228 CPUtime=0.69 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 11848 0 0 0 67 2 0 0 25 0 1 0 819973476 52457472 11774 33554432000 4194304 9128323 140736554779584 18446744073709551615 8008900 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9265/statm: 12807 11774 400 1205 0 11598 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51228

[startup+1.50036 s]
/proc/loadavg: 2.04 2.02 1.92 3/447 9266
/proc/meminfo: memFree=31213896/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=163060 CPUtime=1.49 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 39544 0 0 0 144 5 0 0 25 0 1 0 819973476 166973440 39395 33554432000 4194304 9128323 140736554779584 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9265/statm: 40765 39395 435 1205 0 39556 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 163060

[startup+3.10097 s]
/proc/loadavg: 2.04 2.02 1.92 3/447 9266
/proc/meminfo: memFree=31007684/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=333428 CPUtime=3.09 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 113984 0 0 0 293 16 0 0 25 0 1 0 819973476 341430272 80333 33554432000 4194304 9128323 140736554779584 18446744073709551615 4337012 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9265/statm: 83357 80333 517 1205 0 82148 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 333428

[startup+6.30047 s]
/proc/loadavg: 2.04 2.02 1.92 3/447 9266
/proc/meminfo: memFree=30951616/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=333428 CPUtime=6.29 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 114100 0 0 0 613 16 0 0 25 0 1 0 819973476 341430272 80449 33554432000 4194304 9128323 140736554779584 18446744073709551615 5488368 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9265/statm: 83357 80449 536 1205 0 82148 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 333428

[startup+12.7003 s]
/proc/loadavg: 2.03 2.02 1.92 3/447 9266
/proc/meminfo: memFree=30951300/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=333428 CPUtime=12.69 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 114100 0 0 0 1253 16 0 0 25 0 1 0 819973476 341430272 80449 33554432000 4194304 9128323 140736554779584 18446744073709551615 5488720 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9265/statm: 83357 80449 536 1205 0 82148 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 333428

[startup+25.5011 s]
/proc/loadavg: 2.02 2.02 1.92 3/447 9267
/proc/meminfo: memFree=30951184/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=333428 CPUtime=25.46 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 114100 0 0 0 2530 16 0 0 25 0 1 0 819973476 341430272 80449 33554432000 4194304 9128323 140736554779584 18446744073709551615 5488335 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 83357 80449 536 1205 0 82148 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 333428

[startup+51.1005 s]
/proc/loadavg: 2.02 2.02 1.92 3/447 9267
/proc/meminfo: memFree=30950580/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=333428 CPUtime=51.06 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 114106 0 0 0 5090 16 0 0 25 0 1 0 819973476 341430272 80455 33554432000 4194304 9128323 140736554779584 18446744073709551615 5488335 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 83357 80455 540 1205 0 82148 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 333428

[startup+102.317 s]
/proc/loadavg: 2.00 2.01 1.92 3/447 9269
/proc/meminfo: memFree=30663932/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=651160 CPUtime=102.28 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 190820 0 0 0 10203 25 0 0 25 0 1 0 819973476 666787840 152538 33554432000 4194304 9128323 140736554779584 18446744073709551615 7077352 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 162790 152538 891 1205 0 161581 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 651160

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 1.92 3/447 9270
/proc/meminfo: memFree=30567416/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=745980 CPUtime=162.27 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 237567 0 0 0 16194 33 0 0 25 0 1 0 819973476 763883520 176106 33554432000 4194304 9128323 140736554779584 18446744073709551615 6239480 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 186495 176106 1093 1205 0 185286 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 745980

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/447 9272
/proc/meminfo: memFree=30542204/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=754468 CPUtime=222.26 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 243925 0 0 0 22192 34 0 0 25 0 1 0 819973476 772575232 182096 33554432000 4194304 9128323 140736554779584 18446744073709551615 6309892 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 188617 182096 726 1205 0 187408 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 754468

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/447 9273
/proc/meminfo: memFree=30532616/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=763752 CPUtime=282.27 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 246247 0 0 0 28192 35 0 0 25 0 1 0 819973476 782082048 184418 33554432000 4194304 9128323 140736554779584 18446744073709551615 7315234 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 190938 184418 726 1205 0 189729 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 763752

[startup+342.3 s]
/proc/loadavg: 2.06 2.03 1.93 3/447 9275
/proc/meminfo: memFree=30531468/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=763752 CPUtime=342.27 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 246372 0 0 0 34191 36 0 0 25 0 1 0 819973476 782082048 184524 33554432000 4194304 9128323 140736554779584 18446744073709551615 6309892 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 190938 184524 707 1205 0 189729 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 763752

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 1.93 3/447 9277
/proc/meminfo: memFree=30548900/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=771920 CPUtime=402.27 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 275413 0 0 0 40185 42 0 0 25 0 1 0 819973476 790446080 183552 33554432000 4194304 9128323 140736554779584 18446744073709551615 5874142 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 192980 183552 4269 1205 0 191771 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 771920

[startup+462.301 s]
/proc/loadavg: 2.12 2.05 1.94 3/447 9278
/proc/meminfo: memFree=30485988/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=804224 CPUtime=462.27 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 290079 0 0 0 46180 47 0 0 25 0 1 0 819973476 823525376 194654 33554432000 4194304 9128323 140736554779584 18446744073709551615 8009001 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 201056 194654 705 1205 0 199847 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 804224

[startup+522.301 s]
/proc/loadavg: 2.10 2.05 1.95 3/447 9280
/proc/meminfo: memFree=30504552/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=785600 CPUtime=522.27 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 300371 0 0 0 52173 54 0 0 25 0 1 0 819973476 804454400 189479 33554432000 4194304 9128323 140736554779584 18446744073709551615 7315149 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 196400 189479 705 1205 0 195191 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 785600

[startup+582.301 s]
/proc/loadavg: 2.03 2.04 1.95 3/447 9281
/proc/meminfo: memFree=30535252/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=767404 CPUtime=582.28 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 326051 0 0 0 58166 62 0 0 25 0 1 0 819973476 785821696 181612 33554432000 4194304 9128323 140736554779584 18446744073709551615 7315282 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 191851 181612 705 1205 0 190642 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 767404

[startup+642.3 s]

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

[startup+942.301 s]
/proc/loadavg: 2.06 2.03 1.96 3/447 9303
/proc/meminfo: memFree=30483796/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=800028 CPUtime=942.28 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 393393 0 0 0 94134 94 0 0 25 0 1 0 819973476 819228672 192359 33554432000 4194304 9128323 140736554779584 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 200007 192359 705 1205 0 198798 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 800028

[startup+1002.3 s]
/proc/loadavg: 2.18 2.06 1.97 3/447 9305
/proc/meminfo: memFree=30484868/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=819396 CPUtime=1002.28 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 411340 0 0 0 100128 100 0 0 25 0 1 0 819973476 839061504 191465 33554432000 4194304 9128323 140736554779584 18446744073709551615 7312746 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 204849 191465 705 1205 0 203640 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 819396

[startup+1062.3 s]
/proc/loadavg: 2.14 2.06 1.97 3/447 9306
/proc/meminfo: memFree=30490264/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=818672 CPUtime=1062.28 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 435774 0 0 0 106120 108 0 0 25 0 1 0 819973476 838320128 190189 33554432000 4194304 9128323 140736554779584 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 204668 190189 708 1205 0 203459 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 818672

[startup+1122.3 s]
/proc/loadavg: 2.05 2.05 1.97 3/447 9308
/proc/meminfo: memFree=30489232/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=818672 CPUtime=1122.28 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 435777 0 0 0 112115 113 0 0 25 0 1 0 819973476 838320128 190192 33554432000 4194304 9128323 140736554779584 18446744073709551615 7316510 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 204668 190192 711 1205 0 203459 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 818672

[startup+1182.3 s]
/proc/loadavg: 2.02 2.04 1.97 3/447 9309
/proc/meminfo: memFree=30488564/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=808024 CPUtime=1182.29 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 457438 0 0 0 118108 121 0 0 25 0 1 0 819973476 827416576 192349 33554432000 4194304 9128323 140736554779584 18446744073709551615 7077378 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 202006 192349 3242 1205 0 200797 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 808024

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 1.97 3/447 9311
/proc/meminfo: memFree=30442392/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=846596 CPUtime=1242.29 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 469399 0 0 0 124102 127 0 0 25 0 1 0 819973476 866914304 201284 33554432000 4194304 9128323 140736554779584 18446744073709551615 7312704 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 211649 201284 708 1205 0 210440 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 846596

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/447 9313
/proc/meminfo: memFree=30451908/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=845428 CPUtime=1302.3 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 483509 0 0 0 130098 132 0 0 25 0 1 0 819973476 865718272 199557 33554432000 4194304 9128323 140736554779584 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 211357 199557 727 1205 0 210148 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 845428

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/447 9314
/proc/meminfo: memFree=30510764/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=793384 CPUtime=1362.29 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 495285 0 0 0 136090 139 0 0 25 0 1 0 819973476 812425216 184399 33554432000 4194304 9128323 140736554779584 18446744073709551615 6941061 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 198346 184399 708 1205 0 197137 0
Current children cumulated CPU time (s) 1362.29
Current children cumulated vsize (KiB) 793384

[startup+1422.32 s]
/proc/loadavg: 2.06 2.03 1.98 3/447 9316
/proc/meminfo: memFree=30494728/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=805068 CPUtime=1422.31 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 516887 0 0 0 142086 145 0 0 25 0 1 0 819973476 824389632 187915 33554432000 4194304 9128323 140736554779584 18446744073709551615 7312704 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 201267 187915 710 1205 0 200058 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 805068

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 1.98 3/447 9317
/proc/meminfo: memFree=30474604/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=818528 CPUtime=1482.3 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 521677 0 0 0 148079 151 0 0 25 0 1 0 819973476 838172672 192704 33554432000 4194304 9128323 140736554779584 18446744073709551615 7021472 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 204632 192704 715 1205 0 203423 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 818528

[startup+1542.3 s]
/proc/loadavg: 2.08 2.04 1.99 3/447 9374
/proc/meminfo: memFree=30529932/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=826836 CPUtime=1542.3 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 526411 0 0 0 154074 156 0 0 25 0 1 0 819973476 846680064 197432 33554432000 4194304 9128323 140736554779584 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 206709 197432 709 1205 0 205500 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 826836

[startup+1602.3 s]
/proc/loadavg: 2.11 2.06 2.00 3/447 9376
/proc/meminfo: memFree=30507828/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=845984 CPUtime=1602.3 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 532500 0 0 0 160069 161 0 0 25 0 1 0 819973476 866287616 203521 33554432000 4194304 9128323 140736554779584 18446744073709551615 7315299 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 211496 203521 1671 1205 0 210287 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 845984

[startup+1662.3 s]
/proc/loadavg: 2.19 2.09 2.01 3/447 9377
/proc/meminfo: memFree=30556888/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=817768 CPUtime=1662.3 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 537566 0 0 0 166064 166 0 0 25 0 1 0 819973476 837394432 190011 33554432000 4194304 9128323 140736554779584 18446744073709551615 7077555 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 204442 190011 711 1205 0 203233 0
Current children cumulated CPU time (s) 1662.3
Current children cumulated vsize (KiB) 817768

[startup+1722.3 s]
/proc/loadavg: 2.12 2.09 2.01 3/447 9379
/proc/meminfo: memFree=30550616/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=817768 CPUtime=1722.3 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 539813 0 0 0 172060 170 0 0 25 0 1 0 819973476 837394432 192255 33554432000 4194304 9128323 140736554779584 18446744073709551615 7315702 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 204442 192255 708 1205 0 203233 0
Current children cumulated CPU time (s) 1722.3
Current children cumulated vsize (KiB) 817768

[startup+1782.3 s]
/proc/loadavg: 2.04 2.07 2.01 3/447 9380
/proc/meminfo: memFree=30501336/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=863484 CPUtime=1782.3 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 551744 0 0 0 178053 177 0 0 25 0 1 0 819973476 884207616 204186 33554432000 4194304 9128323 140736554779584 18446744073709551615 7077358 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 215871 204186 954 1205 0 214662 0
Current children cumulated CPU time (s) 1782.3
Current children cumulated vsize (KiB) 863484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.03 2.06 2.00 3/447 9381
/proc/meminfo: memFree=30500084/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=863484 CPUtime=1800.01 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 551744 0 0 0 179823 178 0 0 25 0 1 0 819973476 884207616 204186 33554432000 4194304 9128323 140736554779584 18446744073709551615 7343104 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9265/statm: 215871 204186 954 1205 0 214662 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 863484

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.2 s]
/proc/loadavg: 2.03 2.06 2.00 3/447 9381
/proc/meminfo: memFree=30500084/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=863484 CPUtime=1800.2 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 551754 0 0 0 179842 178 0 0 25 0 1 0 819973476 884207616 204196 33554432000 4194304 9128323 140736554779584 18446744073709551615 6681044 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9265/statm: 215871 204196 964 1205 0 214662 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 863484

[startup+1800.6 s]
/proc/loadavg: 2.03 2.06 2.00 3/448 9382
/proc/meminfo: memFree=30544396/32950928 swapFree=34365992/67111528
[pid=9265] ppid=9263 vsize=634584 CPUtime=1800.61 cores=0,2,4,6
/proc/9265/stat : 9265 (scip-2.0.1.4.li) R 9263 9265 6518 0 -1 4202496 551759 0 0 0 179882 179 0 0 25 0 1 0 819973476 649814016 155998 33554432000 4194304 9128323 140736554779584 18446744073709551615 4443793 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9265/statm: 158646 155998 723 1205 0 157437 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (KiB) 634584

Child status: 0
Real time (s): 1800.7
CPU time (s): 1800.71
CPU user time (s): 1798.88
CPU system time (s): 1.82672
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 863484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.88
system time used= 1.82672
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 551765
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= 5872

runsolver used 8.00078 second user time and 18.6432 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-03 08:49:07
IDJOB=3452618
IDBENCH=2139
IDSOLVER=1949
FILE ID=node120/3452618-1307083747
RUNJOBID= node120-1307081648-8890
PBS_JOBID= 13497866
Free space on /tmp= 73796 MiB

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

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

MD5SUM BENCH= f368868fda311e5aaeadb84d33b29291
RANDOM SEED=1050443085

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31274212 kB
Buffers:        246932 kB
Cached:         959292 kB
SwapCached:      12852 kB
Active:         466724 kB
Inactive:       917888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31274212 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:           17952 kB
Writeback:           0 kB
AnonPages:      176016 kB
Mapped:          12424 kB
Slab:           132308 kB
PageTables:      91936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105556056 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= 73784 MiB
End job on node120 at 2011-06-03 09:19:09