Trace number 3488647

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)SAT-28 1797.57 1797.53

General information on the benchmark

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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3488647-1307786250.opb>
0.00/0.01	c original problem has 1448 variables (1448 bin, 0 int, 0 impl, 0 cont) and 1749 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	o 0
0.00/0.01	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.01	c presolving:
0.03/0.04	c (round 1) 0 del vars, 1648 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 100 upgd conss, 10184 impls, 199 clqs
0.03/0.05	c (round 2) 1248 del vars, 1648 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 10184 impls, 0 clqs
0.03/0.05	c    (0.1s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.03/0.05	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.03/0.05	c presolving (3 rounds):
0.03/0.05	c  1248 deleted vars, 1648 deleted constraints, 200 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.05	c  10184 implications, 0 cliques
0.03/0.05	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 301 constraints
0.03/0.05	c     200 constraints of type <knapsack>
0.03/0.05	c     100 constraints of type <setppc>
0.03/0.05	c       1 constraints of type <linear>
0.03/0.05	c transformed objective value is always integral (scale: 1)
0.03/0.05	c Presolving Time: 0.04
0.03/0.05	c - non default parameters ----------------------------------------------------------------------
0.03/0.05	c # SCIP version 2.0.1.5
0.03/0.05	c 
0.03/0.05	c # frequency for displaying node information lines
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.05	c display/freq = 10000
0.03/0.05	c 
0.03/0.05	c # maximal time in seconds to run
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.05	c limits/time = 1797
0.03/0.05	c 
0.03/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.05	c limits/memory = 13950
0.03/0.05	c 
0.03/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.03/0.05	c # [type: int, range: [1,2], default: 1]
0.03/0.05	c timing/clocktype = 2
0.03/0.05	c 
0.03/0.05	c # belongs reading time to solving time?
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c timing/reading = TRUE
0.03/0.05	c 
0.03/0.05	c # should presolving try to simplify inequalities
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/linear/simplifyinequalities = TRUE
0.03/0.05	c 
0.03/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/indicator/addCouplingCons = TRUE
0.03/0.05	c 
0.03/0.05	c # should presolving try to simplify knapsacks
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.05	c 
0.03/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.05	c separating/rapidlearning/freq = 0
0.03/0.05	c 
0.03/0.05	c -----------------------------------------------------------------------------------------------
0.03/0.05	c start solving
0.03/0.05	c 
0.09/0.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.13	c t 0.1s|     1 |     0 |  1206 |     - |4137k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
0.09/0.13	o -1
0.09/0.13	c R 0.1s|     1 |     0 |  1206 |     - |4149k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 |-1.000000e+00 |  98.00%
0.19/0.20	o -17
0.19/0.20	c y 0.2s|     1 |     0 |  1206 |     - |4474k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 |-1.700000e+01 |  66.00%
0.19/0.21	c   0.2s|     1 |     0 |  1231 |     - |4483k|   0 | 200 | 200 | 302 | 200 | 325 |  24 |   0 |   0 |-5.000000e+01 |-1.700000e+01 |  66.00%
0.19/0.26	c   0.3s|     1 |     0 |  1239 |     - |4694k|   0 | 200 | 200 | 302 | 200 | 327 |  26 |   0 |   0 |-5.000000e+01 |-1.700000e+01 |  66.00%
0.29/0.31	c   0.3s|     1 |     0 |  1248 |     - |4735k|   0 | 200 | 200 | 302 | 200 | 333 |  32 |   0 |   0 |-5.000000e+01 |-1.700000e+01 |  66.00%
0.29/0.37	c   0.4s|     1 |     0 |  1261 |     - |4748k|   0 | 200 | 200 | 302 | 200 | 339 |  38 |   0 |   0 |-5.000000e+01 |-1.700000e+01 |  66.00%
0.39/0.42	c   0.4s|     1 |     0 |  1267 |     - |4780k|   0 | 200 | 200 | 302 | 200 | 341 |  40 |   0 |   0 |-5.000000e+01 |-1.700000e+01 |  66.00%
0.39/0.48	c   0.5s|     1 |     0 |  1274 |     - |4785k|   0 | 200 | 200 | 302 | 200 | 342 |  41 |   0 |   0 |-5.000000e+01 |-1.700000e+01 |  66.00%
1.19/1.24	c   1.2s|     1 |     2 |  1274 |     - |4786k|   0 | 200 | 200 | 302 | 200 | 342 |  41 |   0 |  15 |-5.000000e+01 |-1.700000e+01 |  66.00%
3.99/4.08	o -23
3.99/4.08	c c 4.1s|    14 |    15 |  2508 |  94.9 |4901k|  13 |   - | 200 | 302 | 200 | 330 |  41 |   0 | 218 |-4.945825e+01 |-2.300000e+01 |  53.50%
5.79/5.84	o -24
5.79/5.84	c p 5.8s|    26 |    27 |  3459 |  87.4 |4911k|  14 |   - | 200 | 302 | 200 | 330 |  41 |   0 | 392 |-4.924978e+01 |-2.400000e+01 |  51.27%
7.09/7.14	o -26
7.09/7.14	c f 7.1s|    38 |    39 |  4486 |  86.8 |4927k|  14 |   - | 200 | 302 | 200 | 330 |  41 |   0 | 568 |-4.924978e+01 |-2.600000e+01 |  47.21%
16.09/16.13	o -28
16.09/16.13	c f16.1s|   623 |   536 | 55400 |  87.0 |5955k|  26 |   - | 200 | 327 | 200 | 330 |  41 |  27 |1240 |-4.795603e+01 |-2.800000e+01 |  41.61%
82.50/82.55	c  82.6s| 10000 |  8047 |721627 |  72.0 |  12M|  90 |  68 | 200 | 454 | 200 | 330 |  41 | 172 |1244 |-4.386310e+01 |-2.800000e+01 |  36.17%
138.60/138.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
138.60/138.67	c   139s| 20000 | 17649 |  1423k|  71.1 |  19M|  94 |  69 | 200 | 532 | 200 | 330 |  41 | 327 |1340 |-4.326422e+01 |-2.800000e+01 |  35.28%
191.10/191.15	c   191s| 30000 | 27301 |  2097k|  69.9 |  27M|  94 |  76 | 200 | 537 | 200 | 330 |  41 | 478 |1500 |-4.305849e+01 |-2.800000e+01 |  34.97%
240.70/240.73	c   241s| 40000 | 36813 |  2752k|  68.8 |  35M|  94 |   - | 200 | 516 | 200 | 330 |  41 | 578 |1617 |-4.294230e+01 |-2.800000e+01 |  34.80%
290.60/290.65	c   291s| 50000 | 46309 |  3412k|  68.2 |  43M|  94 | 121 | 200 | 523 | 200 | 330 |  41 | 724 |1746 |-4.278523e+01 |-2.800000e+01 |  34.56%
339.60/339.69	c   340s| 60000 | 55679 |  4067k|  67.8 |  50M|  94 |   - | 200 | 527 | 200 | 330 |  41 | 833 |1888 |-4.265721e+01 |-2.800000e+01 |  34.36%
386.89/386.90	c   387s| 70000 | 65017 |  4704k|  67.2 |  58M|  94 | 117 | 200 | 517 | 200 | 330 |  41 | 946 |1999 |-4.251923e+01 |-2.800000e+01 |  34.15%
432.30/432.37	c   432s| 80000 | 74173 |  5325k|  66.6 |  66M|  94 | 121 | 200 | 477 | 200 | 330 |  41 |1029 |2106 |-4.245240e+01 |-2.800000e+01 |  34.04%
479.80/479.88	c   480s| 90000 | 83523 |  5962k|  66.2 |  73M|  94 |   - | 200 | 452 | 200 | 330 |  41 |1118 |2211 |-4.233549e+01 |-2.800000e+01 |  33.86%
526.51/526.58	c   527s|100000 | 92721 |  6602k|  66.0 |  81M|  94 |  76 | 200 | 445 | 200 | 330 |  41 |1224 |2322 |-4.219945e+01 |-2.800000e+01 |  33.65%
571.00/571.06	c   571s|110000 |101799 |  7224k|  65.7 |  89M|  94 | 132 | 200 | 477 | 200 | 330 |  41 |1330 |2410 |-4.213491e+01 |-2.800000e+01 |  33.55%
615.21/615.22	c   615s|120000 |110787 |  7848k|  65.4 |  97M|  94 |  77 | 200 | 477 | 200 | 330 |  41 |1421 |2487 |-4.208121e+01 |-2.800000e+01 |  33.46%
658.51/658.57	c   659s|130000 |119853 |  8458k|  65.1 | 104M|  94 |  69 | 200 | 470 | 200 | 330 |  41 |1524 |2560 |-4.203657e+01 |-2.800000e+01 |  33.39%
702.60/702.64	c   703s|140000 |128873 |  9079k|  64.8 | 112M|  94 | 114 | 200 | 472 | 200 | 330 |  41 |1631 |2630 |-4.194843e+01 |-2.800000e+01 |  33.25%
745.31/745.32	c   745s|150000 |137805 |  9683k|  64.5 | 120M|  94 |  92 | 200 | 488 | 200 | 330 |  41 |1728 |2700 |-4.190561e+01 |-2.800000e+01 |  33.18%
788.30/788.32	c   788s|160000 |146805 | 10293k|  64.3 | 128M|  94 |  86 | 200 | 454 | 200 | 330 |  41 |1811 |2768 |-4.186119e+01 |-2.800000e+01 |  33.11%
830.41/830.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
830.41/830.43	c   830s|170000 |155653 | 10893k|  64.1 | 135M|  94 |  60 | 200 | 450 | 200 | 330 |  41 |1899 |2834 |-4.181864e+01 |-2.800000e+01 |  33.04%
873.11/873.14	c   873s|180000 |164573 | 11499k|  63.9 | 143M|  94 |  94 | 200 | 470 | 200 | 330 |  41 |2005 |2895 |-4.177410e+01 |-2.800000e+01 |  32.97%
914.51/914.52	c   915s|190000 |173351 | 12091k|  63.6 | 151M|  94 |  62 | 200 | 465 | 200 | 330 |  41 |2095 |2948 |-4.174314e+01 |-2.800000e+01 |  32.92%
955.71/955.71	c   956s|200000 |181941 | 12691k|  63.5 | 158M|  94 | 108 | 200 | 510 | 200 | 330 |  41 |2223 |2993 |-4.170913e+01 |-2.800000e+01 |  32.87%
995.71/995.77	c   996s|210000 |190575 | 13270k|  63.2 | 166M|  94 | 101 | 200 | 487 | 200 | 330 |  41 |2297 |3048 |-4.167925e+01 |-2.800000e+01 |  32.82%
1037.11/1037.18	c  1037s|220000 |199219 | 13866k|  63.0 | 173M|  94 |  77 | 200 | 429 | 200 | 330 |  41 |2372 |3106 |-4.163748e+01 |-2.800000e+01 |  32.75%
1076.72/1076.79	c  1077s|230000 |207701 | 14441k|  62.8 | 181M|  94 |  86 | 200 | 435 | 200 | 330 |  41 |2455 |3162 |-4.161026e+01 |-2.800000e+01 |  32.71%
1117.72/1117.74	c  1118s|240000 |216363 | 15030k|  62.6 | 189M|  94 | 123 | 200 | 456 | 200 | 330 |  41 |2544 |3215 |-4.157156e+01 |-2.800000e+01 |  32.65%
1157.22/1157.24	c  1157s|250000 |224865 | 15608k|  62.4 | 196M|  94 | 115 | 200 | 476 | 200 | 330 |  41 |2648 |3259 |-4.153961e+01 |-2.800000e+01 |  32.59%
1196.52/1196.58	c  1197s|260000 |233265 | 16192k|  62.3 | 204M|  94 |   - | 200 | 508 | 200 | 330 |  41 |2759 |3304 |-4.150395e+01 |-2.800000e+01 |  32.54%
1235.22/1235.29	c  1235s|270000 |241699 | 16768k|  62.1 | 212M|  94 | 116 | 200 | 526 | 200 | 330 |  41 |2867 |3352 |-4.148003e+01 |-2.800000e+01 |  32.50%
1273.62/1273.62	c  1274s|280000 |250063 | 17337k|  61.9 | 219M|  94 |  79 | 200 | 478 | 200 | 330 |  41 |2943 |3402 |-4.145406e+01 |-2.800000e+01 |  32.46%
1311.42/1311.48	c  1311s|290000 |258361 | 17905k|  61.7 | 227M|  94 | 128 | 200 | 448 | 200 | 330 |  41 |3016 |3457 |-4.142894e+01 |-2.800000e+01 |  32.41%
1349.62/1349.68	c  1350s|300000 |266769 | 18473k|  61.6 | 234M|  94 | 139 | 200 | 449 | 200 | 330 |  41 |3113 |3497 |-4.140034e+01 |-2.800000e+01 |  32.37%
1387.73/1387.76	c  1388s|310000 |275145 | 19044k|  61.4 | 242M|  94 | 107 | 200 | 476 | 200 | 330 |  41 |3229 |3534 |-4.138161e+01 |-2.800000e+01 |  32.34%
1425.22/1425.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1425.22/1425.24	c  1425s|320000 |283457 | 19609k|  61.3 | 249M|  94 |  85 | 200 | 515 | 200 | 330 |  41 |3346 |3571 |-4.135979e+01 |-2.800000e+01 |  32.30%
1463.32/1463.35	c  1463s|330000 |291845 | 20176k|  61.1 | 257M|  94 | 140 | 200 | 475 | 200 | 330 |  41 |3420 |3609 |-4.134098e+01 |-2.800000e+01 |  32.27%
1500.83/1500.81	c  1501s|340000 |300263 | 20727k|  61.0 | 265M|  94 | 116 | 200 | 434 | 200 | 330 |  41 |3490 |3646 |-4.131964e+01 |-2.800000e+01 |  32.24%
1537.84/1537.88	c  1538s|350000 |308619 | 21283k|  60.8 | 272M|  94 |  81 | 200 | 447 | 200 | 330 |  41 |3563 |3684 |-4.130136e+01 |-2.800000e+01 |  32.21%
1575.33/1575.30	c  1575s|360000 |317127 | 21837k|  60.7 | 280M|  94 | 106 | 200 | 474 | 200 | 330 |  41 |3649 |3725 |-4.127923e+01 |-2.800000e+01 |  32.17%
1612.43/1612.45	c  1612s|370000 |325319 | 22392k|  60.5 | 287M|  94 |  61 | 200 | 464 | 200 | 330 |  41 |3722 |3763 |-4.125460e+01 |-2.800000e+01 |  32.13%
1649.23/1649.28	c  1649s|380000 |333479 | 22945k|  60.4 | 295M|  94 |  95 | 200 | 476 | 200 | 330 |  41 |3815 |3794 |-4.123903e+01 |-2.800000e+01 |  32.10%
1686.43/1686.49	c  1686s|390000 |341775 | 23510k|  60.3 | 302M|  94 |  68 | 200 | 485 | 200 | 330 |  41 |3906 |3821 |-4.122110e+01 |-2.800000e+01 |  32.07%
1723.43/1723.47	c  1723s|400000 |350079 | 24067k|  60.2 | 310M|  94 |  71 | 200 | 504 | 200 | 330 |  41 |4021 |3855 |-4.121008e+01 |-2.800000e+01 |  32.06%
1760.63/1760.68	c  1761s|410000 |358341 | 24625k|  60.1 | 317M|  94 |  44 | 200 | 472 | 200 | 330 |  41 |4107 |3883 |-4.119254e+01 |-2.800000e+01 |  32.03%
1797.03/1797.00	c 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Solving Time (sec) : 1797.00
1797.03/1797.00	c Solving Nodes      : 419745
1797.03/1797.00	c Primal Bound       : -2.80000000000000e+01 (376 solutions)
1797.03/1797.00	c Dual Bound         : -4.11727677891482e+01
1797.03/1797.00	c Gap                : 31.99 %
1797.03/1797.00	s SATISFIABLE
1797.03/1797.00	v x162 -x134 -x175 -x180 -x186 -x172 x132 -x166 x142 -x153 -x118 -x129 -x113 x140 -x161 x133 x200 -x152 -x195 -x119 -x189 -x177 -x109 
1797.03/1797.00	v -x188 -x144 -x165 -x107 -x135 x196 -x106 x198 -x176 -x146 -x139 x182 -x197 -x105 -x158 -x147 x145 -x126 -x121 -x181 -x192 
1797.03/1797.00	v x114 -x171 x125 -x199 -x138 -x104 -x151 -x149 -x115 -x108 -x185 -x120 x174 -x143 -x157 -x103 x190 x155 -x154 -x148 x170 -x159 
1797.03/1797.00	v x123 x124 x183 -x130 -x168 x102 -x111 -x110 x169 x112 -x137 x173 -x141 x127 x164 -x191 -x128 -x101 -x179 -x167 -x160 x156 
1797.03/1797.00	v x131 -x117 x163 -x122 -x150 -x193 -x136 -x194 -x116 -x178 -x187 -x184 -x100 x99 -x98 -x97 -x96 -x95 x94 x93 x92 -x91 -x90 -x89 
1797.03/1797.00	v -x88 -x87 x86 x85 -x84 -x83 -x82 x81 -x80 x79 -x78 x77 x76 x75 -x74 -x73 -x72 -x71 -x70 -x69 x68 x67 -x66 x65 -x64 -x63 -x62 
1797.03/1797.00	v -x61 -x60 x59 x58 x57 -x56 -x55 x54 -x53 x52 -x51 -x50 x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 x39 -x38 -x37 x36 x35 
1797.03/1797.00	v -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 x19 -x18 -x17 x16 x15 -x14 -x13 -x12 -x11 -x10 -x9 
1797.03/1797.00	v x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Total Time         :    1797.00
1797.03/1797.00	c   solving          :    1797.00
1797.03/1797.00	c   presolving       :       0.04 (included in solving)
1797.03/1797.00	c   reading          :       0.01 (included in solving)
1797.03/1797.00	c Original Problem   :
1797.03/1797.00	c   Problem name     : HOME/instance-3488647-1307786250.opb
1797.03/1797.00	c   Variables        : 1448 (1448 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 1749 initial, 1749 maximal
1797.03/1797.00	c Presolved Problem  :
1797.03/1797.00	c   Problem name     : t_HOME/instance-3488647-1307786250.opb
1797.03/1797.00	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 301 initial, 568 maximal
1797.03/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   dualfix          :       0.00       1248          0          0          0          0          0          0          0          0
1797.03/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   pseudoboolean    :       0.00          0          0          0          0          0       1648        200          0          0
1797.03/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   integral         :          0          0          0     393180          0        381          0          3         68          0          0     786236
1797.03/1797.00	c   knapsack         :        200          6    1493144          0          1        376      33194         92    1924002          0          0          0
1797.03/1797.00	c   setppc           :        100          6    1480802          0          1        375       4205          0     283904          0          0          0
1797.03/1797.00	c   linear           :          1+         7    1493052          0          0        375          0        234          0          0          0          0
1797.03/1797.00	c   logicor          :          0+         0     352420          0          0          0          0          0          1          0          0          0
1797.03/1797.00	c   countsols        :          0          0          0          0          1        379          0          0          0          0          0          0
1797.03/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.00	c   integral         :      32.45       0.00       0.00      32.45       0.00       0.00       0.00
1797.03/1797.00	c   knapsack         :       8.09       0.01       8.06       0.00       0.00       0.02       0.01
1797.03/1797.00	c   setppc           :       1.51       0.00       1.51       0.00       0.00       0.00       0.00
1797.03/1797.00	c   linear           :       1.03       0.01       1.02       0.00       0.00       0.00       0.00
1797.03/1797.00	c   logicor          :       0.73       0.00       0.73       0.00       0.00       0.00       0.00
1797.03/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.00	c   vbounds          :          0          0          0          0
1797.03/1797.00	c   rootredcost      :          5          0          0          0
1797.03/1797.00	c   pseudoobj        :    1504562        184        110        164
1797.03/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.00	c   vbounds          :       0.27       0.27       0.00
1797.03/1797.00	c   rootredcost      :       0.26       0.26       0.00
1797.03/1797.00	c   pseudoobj        :       4.78       4.78       0.00
1797.03/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.00	c   propagation      :       0.01         92         92        927       54.7          0        0.0          -
1797.03/1797.00	c   infeasible LP    :       0.22       5896       5704      19797       33.0          0        0.0          0
1797.03/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.00	c   applied globally :          -          -          -       4141        9.4          -          -          -
1797.03/1797.00	c   applied locally  :          -          -          -         54       49.1          -          -          -
1797.03/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.00	c   cut pool         :       0.00          5          -          -          2          -    (maximal pool size: 139)
1797.03/1797.00	c   redcost          :       2.36     420047          0     143740          0          0
1797.03/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1797.03/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.00	c   gomory           :       0.10          6          0          0          0          0
1797.03/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.00	c   strongcg         :       0.08          6          0          0        104          0
1797.03/1797.00	c   cmir             :       0.02          6          0          0         35          0
1797.03/1797.00	c   flowcover        :       0.04          6          0          0          0          0
1797.03/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.03/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.00	c   rapidlearning    :       0.03          1          0          0          0          1
1797.03/1797.00	c Pricers            :       Time      Calls       Vars
1797.03/1797.00	c   problem variables:       0.00          0          0
1797.03/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   relpscost        :      32.23     393180          3         68          0          0     786236
1797.03/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.03/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.00	c   LP solutions     :       0.00          -          0
1797.03/1797.00	c   pseudo solutions :       0.00          -          0
1797.03/1797.00	c   feaspump         :       0.01          0          0
1797.03/1797.00	c   oneopt           :       0.10          5          0
1797.03/1797.00	c   crossover        :       0.20          5          1
1797.03/1797.00	c   objpscostdiving  :      21.93        481         72
1797.03/1797.00	c   coefdiving       :      36.79       4132          1
1797.03/1797.00	c   fracdiving       :      38.75       4132          2
1797.03/1797.00	c   pscostdiving     :      37.74       4132          1
1797.03/1797.00	c   linesearchdiving :      35.93       4132          0
1797.03/1797.00	c   guideddiving     :      35.99       4132          0
1797.03/1797.00	c   veclendiving     :      38.86       4132          0
1797.03/1797.00	c   trivial          :       0.00          2          1
1797.03/1797.00	c   shiftandpropagate:       0.00          0          0
1797.03/1797.00	c   simplerounding   :       0.09          0          0
1797.03/1797.00	c   zirounding       :      12.83          0          0
1797.03/1797.00	c   rounding         :      12.60      30586          1
1797.03/1797.00	c   shifting         :      29.71      32328        241
1797.03/1797.00	c   intshifting      :       0.01          0          0
1797.03/1797.00	c   twoopt           :       0.00          0          0
1797.03/1797.00	c   fixandinfer      :       0.00          0          0
1797.03/1797.00	c   clique           :       0.00          0          0
1797.03/1797.00	c   intdiving        :       0.00          0          0
1797.03/1797.00	c   actconsdiving    :       0.00          0          0
1797.03/1797.00	c   rootsoldiving    :      14.94       1117         55
1797.03/1797.00	c   octane           :       0.00          0          0
1797.03/1797.00	c   rens             :       0.01          0          0
1797.03/1797.00	c   rins             :       0.00          0          0
1797.03/1797.00	c   localbranching   :       0.00          0          0
1797.03/1797.00	c   mutation         :       0.00          0          0
1797.03/1797.00	c   dins             :       0.00          0          0
1797.03/1797.00	c   vbounds          :       0.00          0          0
1797.03/1797.00	c   undercover       :       0.00          0          0
1797.03/1797.00	c   subnlp           :       0.07          0          0
1797.03/1797.00	c   trysol           :       0.11          0          0
1797.03/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.03/1797.00	c   dual LP          :    1391.80     431996   21659665      50.14   15562.37
1797.03/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.00	c   diving/probing LP:     221.06     577459    3514788       6.09   15899.79
1797.03/1797.00	c   strong branching :      22.81       3909     181589      46.45    7960.90
1797.03/1797.00	c     (at root node) :          -         15       4768     317.87          -
1797.03/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.00	c B&B Tree           :
1797.03/1797.00	c   number of runs   :          1
1797.03/1797.00	c   nodes            :     419745
1797.03/1797.00	c   nodes (total)    :     419745
1797.03/1797.00	c   nodes left       :     366434
1797.03/1797.00	c   max depth        :         94
1797.03/1797.00	c   max depth (total):         94
1797.03/1797.00	c   backtracks       :      41309 (9.8%)
1797.03/1797.00	c   delayed cutoffs  :          0
1797.03/1797.00	c   repropagations   :          1 (1 domain reductions, 0 cutoffs)
1797.03/1797.00	c   avg switch length:       4.86
1797.03/1797.00	c   switching time   :      10.36
1797.03/1797.00	c Solution           :
1797.03/1797.00	c   Solutions found  :        376 (7 improvements)
1797.03/1797.00	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1797.03/1797.00	c   Primal Bound     : -2.80000000000000e+01   (in run 1, after 623 nodes, 16.13 seconds, depth 97, found by <fracdiving>)
1797.03/1797.00	c   Dual Bound       : -4.11727677891482e+01
1797.03/1797.00	c   Gap              :      31.99 %
1797.03/1797.00	c   Root Dual Bound  : -4.99999999999995e+01
1797.03/1797.00	c   Root Iterations  :       1274
1797.53/1797.52	c Time complete: 1797.56.

Verifier Data

OK	-28

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3488647-1307786250/watcher-3488647-1307786250 -o /tmp/evaluation-result-3488647-1307786250/solver-3488647-1307786250 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488647-1307786250.opb -t 1800 -m 15500 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.00 2.00 2/177 397
/proc/meminfo: memFree=31492608/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=6208 CPUtime=0 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 501 0 0 0 0 0 0 0 25 0 1 0 890224788 6356992 455 33554432000 4194304 9016284 140734725736576 18446744073709551615 4447263 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/397/statm: 1552 465 185 1178 0 370 0

[startup+0.0447459 s]
/proc/loadavg: 2.07 2.00 2.00 2/177 397
/proc/meminfo: memFree=31492608/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=22800 CPUtime=0.03 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 4739 0 0 0 3 0 0 0 25 0 1 0 890224788 23347200 4436 33554432000 4194304 9016284 140734725736576 18446744073709551615 6816840 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 5700 4436 506 1178 0 4518 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 22800

[startup+0.100734 s]
/proc/loadavg: 2.07 2.00 2.00 2/177 397
/proc/meminfo: memFree=31492608/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=24888 CPUtime=0.09 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 5392 0 0 0 8 1 0 0 25 0 1 0 890224788 25485312 5088 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 6222 5088 637 1178 0 5040 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24888

[startup+0.3007 s]
/proc/loadavg: 2.07 2.00 2.00 2/177 397
/proc/meminfo: memFree=31492608/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=35532 CPUtime=0.29 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 8582 0 0 0 28 1 0 0 25 0 1 0 890224788 36384768 7572 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 8883 7572 701 1178 0 7701 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35532

[startup+0.700627 s]
/proc/loadavg: 2.07 2.00 2.00 2/177 397
/proc/meminfo: memFree=31492608/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=35812 CPUtime=0.69 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 8738 0 0 0 67 2 0 0 25 0 1 0 890224788 36671488 7728 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 8953 7728 705 1178 0 7771 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35812

[startup+1.50049 s]
/proc/loadavg: 2.07 2.00 2.00 3/178 398
/proc/meminfo: memFree=31464476/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=35812 CPUtime=1.49 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 8740 0 0 0 146 3 0 0 25 0 1 0 890224788 36671488 7730 33554432000 4194304 9016284 140734725736576 18446744073709551615 7190391 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 8953 7730 707 1178 0 7771 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35812

[startup+3.1002 s]
/proc/loadavg: 2.07 2.00 2.00 3/178 398
/proc/meminfo: memFree=31463516/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=35812 CPUtime=3.09 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 8740 0 0 0 302 7 0 0 25 0 1 0 890224788 36671488 7730 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 8953 7730 707 1178 0 7771 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35812

[startup+6.30064 s]
/proc/loadavg: 2.06 2.00 2.00 3/178 398
/proc/meminfo: memFree=31462036/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=35812 CPUtime=6.29 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 8740 0 0 0 615 14 0 0 25 0 1 0 890224788 36671488 7730 33554432000 4194304 9016284 140734725736576 18446744073709551615 7201032 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 8953 7730 707 1178 0 7771 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35812

[startup+12.7005 s]
/proc/loadavg: 2.06 2.00 2.00 3/178 398
/proc/meminfo: memFree=31461540/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=35812 CPUtime=12.69 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 8743 0 0 0 1237 32 0 0 25 0 1 0 890224788 36671488 7733 33554432000 4194304 9016284 140734725736576 18446744073709551615 7219022 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 8953 7733 710 1178 0 7771 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35812

[startup+25.5002 s]
/proc/loadavg: 2.04 2.00 2.00 3/178 398
/proc/meminfo: memFree=31458752/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=36224 CPUtime=25.49 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 9102 0 0 0 2469 80 0 0 25 0 1 0 890224788 37093376 8092 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 9056 8092 710 1178 0 7874 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36224

[startup+51.1007 s]
/proc/loadavg: 2.03 2.00 2.00 3/178 399
/proc/meminfo: memFree=31451960/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=38572 CPUtime=51.09 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 12156 0 0 0 4947 162 0 0 25 0 1 0 890224788 39497728 8668 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 9643 8668 716 1178 0 8461 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38572

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 400
/proc/meminfo: memFree=31442164/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=39956 CPUtime=102.3 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 15195 0 0 0 9857 373 0 0 25 0 1 0 890224788 40914944 9043 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 9989 9043 717 1178 0 8807 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 39956

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 402
/proc/meminfo: memFree=31420532/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=51236 CPUtime=162.3 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 20671 0 0 0 15601 629 0 0 25 0 1 0 890224788 52465664 11910 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 12809 11910 717 1178 0 11627 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 51236

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 413
/proc/meminfo: memFree=31398372/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=61672 CPUtime=222.29 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 23280 0 0 0 21329 900 0 0 25 0 1 0 890224788 63152128 14519 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 15418 14519 717 1178 0 14236 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 61672

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 414
/proc/meminfo: memFree=31377652/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=71396 CPUtime=282.29 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 28332 0 0 0 27060 1169 0 0 25 0 1 0 890224788 73109504 17033 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 17849 17033 717 1178 0 16667 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 71396

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 416
/proc/meminfo: memFree=31358032/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=80316 CPUtime=342.3 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 30590 0 0 0 32784 1446 0 0 25 0 1 0 890224788 82243584 19291 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 20079 19291 717 1178 0 18897 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 80316

[startup+402.301 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 420
/proc/meminfo: memFree=31331700/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=94816 CPUtime=402.3 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 33767 0 0 0 38512 1718 0 0 25 0 1 0 890224788 97091584 22468 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 23704 22468 717 1178 0 22522 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 94816

[startup+462.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 422
/proc/meminfo: memFree=31310204/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=105584 CPUtime=462.3 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 36509 0 0 0 44233 1997 0 0 25 0 1 0 890224788 108118016 25210 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 26396 25210 717 1178 0 25214 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 105584

[startup+522.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 424
/proc/meminfo: memFree=31287584/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=114640 CPUtime=522.3 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 40268 0 0 0 49955 2275 0 0 25 0 1 0 890224788 117391360 27501 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 28660 27501 717 1178 0 27478 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 114640

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 425
/proc/meminfo: memFree=31267688/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=124504 CPUtime=582.31 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 42776 0 0 0 55683 2548 0 0 25 0 1 0 890224788 127492096 30009 33554432000 4194304 9016284 140734725736576 18446744073709551615 6523033 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 31126 30009 717 1178 0 29944 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 124504

[startup+642.3 s]

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

/proc/meminfo: memFree=31077144/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=220268 CPUtime=1062.32 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 67591 0 0 0 101420 4812 0 0 25 0 1 0 890224788 225554432 53316 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 55067 53316 717 1178 0 53885 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 220268

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 440
/proc/meminfo: memFree=31054908/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=230180 CPUtime=1122.32 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 70101 0 0 0 107126 5106 0 0 25 0 1 0 890224788 235704320 55826 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 57545 55826 717 1178 0 56363 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 230180

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 441
/proc/meminfo: memFree=31031072/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=241988 CPUtime=1182.32 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 73145 0 0 0 112835 5397 0 0 25 0 1 0 890224788 247795712 58870 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 60497 58870 717 1178 0 59315 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 241988

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 443
/proc/meminfo: memFree=31002760/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=256724 CPUtime=1242.32 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 76879 0 0 0 118539 5693 0 0 25 0 1 0 890224788 262885376 62604 33554432000 4194304 9016284 140734725736576 18446744073709551615 7178627 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 64181 62604 717 1178 0 62999 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 256724

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 444
/proc/meminfo: memFree=30980160/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=267760 CPUtime=1302.32 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 79675 0 0 0 124233 5999 0 0 25 0 1 0 890224788 274186240 65400 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 66940 65400 717 1178 0 65758 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 267760

[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 446
/proc/meminfo: memFree=30953456/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=278644 CPUtime=1362.32 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 82472 0 0 0 129936 6296 0 0 25 0 1 0 890224788 285331456 68197 33554432000 4194304 9016284 140734725736576 18446744073709551615 7199047 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 69661 68197 717 1178 0 68479 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 278644

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 448
/proc/meminfo: memFree=30928748/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=291280 CPUtime=1422.33 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 85662 0 0 0 135640 6593 0 0 25 0 1 0 890224788 298270720 71375 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 72820 71375 717 1178 0 71638 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 291280

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 449
/proc/meminfo: memFree=30901924/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=302656 CPUtime=1482.33 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 88560 0 0 0 141353 6880 0 0 25 0 1 0 890224788 309919744 74270 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 75664 74270 717 1178 0 74482 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 302656

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 451
/proc/meminfo: memFree=30882040/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=314260 CPUtime=1542.32 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 91510 0 0 0 147059 7173 0 0 25 0 1 0 890224788 321802240 77220 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 78565 77220 717 1178 0 77383 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 314260

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 500
/proc/meminfo: memFree=31046844/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=327288 CPUtime=1602.33 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 94812 0 0 0 152778 7455 0 0 25 0 1 0 890224788 335142912 80522 33554432000 4194304 9016284 140734725736576 18446744073709551615 7220356 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 81822 80522 717 1178 0 80640 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 327288

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 502
/proc/meminfo: memFree=31030040/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=340004 CPUtime=1662.33 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 98054 0 0 0 158498 7735 0 0 25 0 1 0 890224788 348164096 83763 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 85001 83763 717 1178 0 83819 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 340004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 504
/proc/meminfo: memFree=31015500/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=353864 CPUtime=1722.33 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 101543 0 0 0 164221 8012 0 0 25 0 1 0 890224788 362356736 87252 33554432000 4194304 9016284 140734725736576 18446744073709551615 7201306 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 88466 87252 717 1178 0 87284 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 353864

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 505
/proc/meminfo: memFree=31008776/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=365624 CPUtime=1782.33 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 105365 0 0 0 169950 8283 0 0 25 0 1 0 890224788 374398976 90242 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 91406 90242 717 1178 0 90224 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 365624

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 505
/proc/meminfo: memFree=31008032/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=366816 CPUtime=1785.53 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 105681 0 0 0 170254 8299 0 0 25 0 1 0 890224788 375619584 90558 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 91704 90558 717 1178 0 90522 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 366816

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 505
/proc/meminfo: memFree=31004300/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=369888 CPUtime=1791.94 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 106488 0 0 0 170868 8326 0 0 25 0 1 0 890224788 378765312 91365 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 92472 91365 717 1178 0 91290 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 369888

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 506
/proc/meminfo: memFree=31003060/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=370892 CPUtime=1795.14 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 106758 0 0 0 171176 8338 0 0 25 0 1 0 890224788 379793408 91635 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 92723 91635 717 1178 0 91541 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 370892

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 506
/proc/meminfo: memFree=31003180/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=371948 CPUtime=1796.73 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 107017 0 0 0 171329 8344 0 0 25 0 1 0 890224788 380874752 91894 33554432000 4194304 9016284 140734725736576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/397/statm: 92987 91894 717 1178 0 91805 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 371948

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 506
/proc/meminfo: memFree=31003180/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=372132 CPUtime=1797.13 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 107050 0 0 0 171367 8346 0 0 25 0 1 0 890224788 381063168 91927 33554432000 4194304 9016284 140734725736576 18446744073709551615 6817696 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/397/statm: 93033 91927 719 1178 0 91851 0
Current children cumulated CPU time (s) 1797.13
Current children cumulated vsize (KiB) 372132

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 506
/proc/meminfo: memFree=31002064/32950928 swapFree=67055156/67111528
[pid=397] ppid=395 vsize=372132 CPUtime=1797.53 cores=1,3,5,7
/proc/397/stat : 397 (scip-2.0.1.4b_2) R 395 397 30017 0 -1 4202496 107050 0 0 0 171407 8346 0 0 25 0 1 0 890224788 381063168 91927 33554432000 4194304 9016284 140734725736576 18446744073709551615 4897758 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/397/statm: 93033 91927 719 1178 0 91851 0
Current children cumulated CPU time (s) 1797.53
Current children cumulated vsize (KiB) 372132

Child status: 0
Real time (s): 1797.53
CPU time (s): 1797.57
CPU user time (s): 1714.09
CPU system time (s): 83.4803
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 372132

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

runsolver used 2.49262 second user time and 5.68614 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-11 11:57:30
IDJOB=3488647
IDBENCH=48251
IDSOLVER=1979
FILE ID=node123/3488647-1307786250
RUNJOBID= node123-1307786030-32747
PBS_JOBID= 13550870
Free space on /tmp= 74164 MiB

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

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

MD5SUM BENCH= 8c398fbb12ba7dbf676dd8375a76e0de
RANDOM SEED=1739761093

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.80
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.838
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.838
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:      31493292 kB
Buffers:        282860 kB
Cached:         907024 kB
SwapCached:      10356 kB
Active:         540620 kB
Inactive:       725644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31493292 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:           16604 kB
Writeback:           0 kB
AnonPages:       72972 kB
Mapped:          15908 kB
Slab:           127044 kB
PageTables:       4868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   266864 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= 74148 MiB
End job on node123 at 2011-06-11 12:27:28