Trace number 3447943

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 NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4OPTIMUM 1188.23 1188.2

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh218_wcsp.wbo
MD5SUMe9977e481ed86e7573c7f989943259e1
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.052991
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints900
Number of soft constraints800
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.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-3447943-1307902331.wbo>
0.00/0.01	c original problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 901 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.05	c    (0.1s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1000 implications, 0 cliques
0.00/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.00/0.05	c     800 constraints of type <linear>
0.00/0.05	c     800 constraints of type <indicator>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.0.1.4
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1800
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	o 394238
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c t 0.1s|     1 |     0 |     0 |     - |4702k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |   151 |     - |5769k|   0 |  59 |1700 |2400 |1700 | 800 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   900 |     - |8031k|   0 |  55 |1700 |2400 |1700 | 847 |  47 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |  1221 |     - |8264k|   0 |  75 |1700 |2400 |1700 | 914 | 114 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.39/0.46	c   0.5s|     1 |     0 |  1303 |     - |9911k|   0 |  85 |1700 |2400 |1700 | 943 | 143 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.59/0.60	c   0.6s|     1 |     0 |  1388 |     - |  10M|   0 |  86 |1700 |2400 |1700 | 951 | 151 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.69/0.73	c   0.7s|     1 |     0 |  1492 |     - |  10M|   0 |  86 |1700 |2400 |1700 | 953 | 153 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.89/0.90	c   0.9s|     1 |     0 |  1528 |     - |  11M|   0 |  85 |1700 |2400 |1700 | 958 | 158 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
1.59/1.66	c   1.7s|     1 |     2 |  1528 |     - |  11M|   0 |  85 |1700 |2400 |1700 | 958 | 158 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
8.99/9.09	o 11149
8.99/9.09	c * 9.1s|   425 |   424 | 17571 |  37.8 |  14M|  61 |   - |1700 |2400 |1700 |1010 | 455 |   0 |1106 | 0.000000e+00 | 1.114900e+04 |    Inf 
11.49/11.58	o 4136
11.49/11.58	c *11.6s|   989 |   939 | 33922 |  32.8 |  15M|  61 |   - |1700 |2400 |1700 | 979 |1280 |   0 |1372 | 0.000000e+00 | 4.136000e+03 |    Inf 
46.69/46.79	o 4074
46.69/46.79	c *46.8s|  8178 |  7773 |323311 |  39.4 |  24M|  61 |   - |1700 |2539 |1700 | 964 |  15k| 139 |2382 | 0.000000e+00 | 4.074000e+03 |    Inf 
53.49/53.59	o 4025
53.49/53.59	c *53.6s|  9508 |  9029 |378089 |  39.6 |  25M|  61 |   - |1700 |2579 |1700 | 979 |  18k| 179 |2484 | 0.000000e+00 | 4.025000e+03 |    Inf 
53.60/53.69	o 3814
53.60/53.69	c *53.7s|  9515 |  9017 |378775 |  39.7 |  25M|  61 |   - |1700 |2580 |1700 | 983 |  18k| 180 |2488 | 0.000000e+00 | 3.814000e+03 |    Inf 
56.39/56.48	c  56.5s| 10000 |  9390 |399475 |  39.8 |  26M|  61 |  17 |1700 |2613 |1700 | 930 |  19k| 215 |2534 | 0.000000e+00 | 3.814000e+03 |    Inf 
100.69/100.78	o 3379
100.69/100.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
100.69/100.78	c * 101s| 18563 | 16850 |749924 |  40.3 |  34M|  61 |   - |1700 |2870 |1700 | 982 |  38k| 561 |3880 | 0.000000e+00 | 3.379000e+03 |    Inf 
107.00/107.02	o 2883
107.00/107.02	c * 107s| 19705 | 17313 |798518 |  40.4 |  34M|  61 |   - |1700 |2921 |1700 | 976 |  41k| 665 |4078 | 0.000000e+00 | 2.883000e+03 |    Inf 
108.69/108.71	c   109s| 20000 | 17520 |811802 |  40.5 |  35M|  61 |   - |1700 |2944 |1700 | 965 |  42k| 699 |4108 | 0.000000e+00 | 2.883000e+03 |    Inf 
110.29/110.31	o 2765
110.29/110.31	c * 110s| 20307 | 17518 |824351 |  40.5 |  35M|  61 |   - |1700 |2957 |1700 | 966 |  42k| 732 |4132 | 0.000000e+00 | 2.765000e+03 |    Inf 
116.90/116.94	o 2638
116.90/116.94	c * 117s| 21623 | 18183 |875695 |  40.4 |  36M|  61 |   - |1700 |3038 |1700 | 974 |  45k| 880 |4308 | 0.000000e+00 | 2.638000e+03 |    Inf 
161.60/161.69	c   162s| 30000 | 23717 |  1221k|  40.7 |  43M|  61 |   3 |1700 |3182 |1700 | 936 |  64k|2068 |5383 | 0.000000e+00 | 2.638000e+03 |    Inf 
186.50/186.54	o 2405
186.50/186.54	c * 187s| 34704 | 26100 |  1405k|  40.5 |  46M|  61 |   - |1700 |2933 |1700 | 975 |  75k|2758 |6029 | 0.000000e+00 | 2.405000e+03 |    Inf 
214.50/214.56	c   215s| 40000 | 29158 |  1620k|  40.5 |  51M|  61 |   3 |1700 |2651 |1700 | 930 |  86k|3645 |6562 | 0.000000e+00 | 2.405000e+03 |    Inf 
269.10/269.17	c   269s| 50000 | 34479 |  2027k|  40.5 |  59M|  61 |   8 |1700 |2694 |1700 | 957 | 111k|5473 |7693 | 0.000000e+00 | 2.405000e+03 |    Inf 
326.50/326.54	c   327s| 60000 | 39829 |  2453k|  40.9 |  67M|  61 |  29 |1700 |2670 |1700 | 948 | 138k|7191 |8791 | 0.000000e+00 | 2.405000e+03 |    Inf 
373.40/373.43	o 2228
373.40/373.43	c * 373s| 68273 | 43323 |  2790k|  40.9 |  72M|  61 |   - |1700 |2742 |1700 | 957 | 161k|8736 |9591 | 0.000000e+00 | 2.228000e+03 |    Inf 
380.40/380.43	o 2056
380.40/380.43	c * 380s| 69568 | 43321 |  2839k|  40.8 |  72M|  61 |   - |1700 |2738 |1700 | 967 | 164k|8968 |9728 | 0.000000e+00 | 2.056000e+03 |    Inf 
383.10/383.14	c   383s| 70000 | 43539 |  2861k|  40.9 |  73M|  61 |  13 |1700 |2788 |1700 | 941 | 165k|9049 |9752 | 0.000000e+00 | 2.056000e+03 |    Inf 
388.31/388.31	o 2032
388.31/388.31	c * 388s| 70908 | 44004 |  2902k|  40.9 |  74M|  61 |   - |1700 |2822 |1700 | 963 | 167k|9213 |9786 | 0.000000e+00 | 2.032000e+03 |    Inf 
388.31/388.36	o 1655
388.31/388.36	c * 388s| 70912 | 41464 |  2902k|  40.9 |  67M|  61 |   - |1700 |2820 |1700 | 956 | 167k|9213 |9788 | 0.000000e+00 | 1.655000e+03 |    Inf 
388.60/388.67	o 1647
388.60/388.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
388.60/388.67	c * 389s| 70959 | 41385 |  2904k|  40.9 |  67M|  61 |   - |1700 |2832 |1700 | 963 | 167k|9228 |9797 | 0.000000e+00 | 1.647000e+03 |    Inf 
394.30/394.31	o 1575
394.30/394.31	c * 394s| 71904 | 41019 |  2949k|  41.0 |  66M|  61 |   - |1700 |2847 |1700 | 962 | 169k|9483 |9849 | 0.000000e+00 | 1.575000e+03 |    Inf 
398.30/398.39	o 1513
398.30/398.39	c * 398s| 72618 | 40470 |  2979k|  41.0 |  66M|  61 |   - |1700 |2864 |1700 | 956 | 170k|9712 |9894 | 0.000000e+00 | 1.513000e+03 |    Inf 
399.50/399.50	o 1504
399.50/399.50	c * 400s| 72815 | 40442 |  2989k|  41.0 |  66M|  61 |   - |1700 |2854 |1700 | 951 | 171k|9751 |9901 | 0.000000e+00 | 1.504000e+03 |    Inf 
419.30/419.39	o 1416
419.30/419.39	c * 419s| 76310 | 40199 |  3139k|  41.1 |  67M|  61 |   - |1700 |2891 |1700 | 953 | 177k|  10k|  10k| 0.000000e+00 | 1.416000e+03 |    Inf 
439.20/439.27	c   439s| 80000 | 41201 |  3283k|  41.0 |  69M|  61 |  10 |1700 |2887 |1700 | 940 | 185k|  12k|  10k| 0.000000e+00 | 1.416000e+03 |    Inf 
484.30/484.38	o 1359
484.30/484.38	c * 484s| 88374 | 42412 |  3614k|  40.9 |  74M|  61 |   - |1700 |3025 |1700 | 957 | 201k|  15k|  10k| 0.000000e+00 | 1.359000e+03 |    Inf 
493.41/493.44	c   493s| 90000 | 42800 |  3675k|  40.8 |  75M|  61 |  17 |1700 |3108 |1700 | 943 | 204k|  15k|  10k| 0.000000e+00 | 1.359000e+03 |    Inf 
548.61/548.69	c   549s|100000 | 45181 |  4080k|  40.8 |  83M|  61 |   - |1700 |2961 |1700 | 935 | 224k|  19k|  11k| 0.000000e+00 | 1.359000e+03 |    Inf 
602.72/602.73	c   603s|110000 | 47430 |  4469k|  40.6 |  89M|  61 |   - |1700 |2966 |1700 | 941 | 244k|  23k|  12k| 0.000000e+00 | 1.359000e+03 |    Inf 
610.70/610.74	o 1345
610.70/610.74	c * 611s|111364 | 47357 |  4523k|  40.6 |  89M|  61 |   - |1700 |2981 |1700 | 960 | 247k|  23k|  12k| 0.000000e+00 | 1.345000e+03 |    Inf 
611.00/611.04	o 1298
611.00/611.04	c * 611s|111425 | 46226 |  4525k|  40.6 |  88M|  61 |   - |1700 |2988 |1700 | 953 | 247k|  23k|  12k| 0.000000e+00 | 1.298000e+03 |    Inf 
656.91/656.97	c   657s|120000 | 47862 |  4853k|  40.4 |  93M|  61 |   3 |1700 |2965 |1700 | 949 | 264k|  27k|  12k| 0.000000e+00 | 1.298000e+03 |    Inf 
711.91/711.90	c   712s|130000 | 49717 |  5253k|  40.4 |  99M|  61 |   - |1700 |3073 |1700 | 945 | 284k|  31k|  13k| 0.000000e+00 | 1.298000e+03 |    Inf 
764.91/764.97	c   765s|140000 | 51955 |  5632k|  40.2 | 107M|  61 |   - |1700 |3211 |1700 | 938 | 302k|  35k|  13k| 0.000000e+00 | 1.298000e+03 |    Inf 
792.81/792.81	o 1161
792.81/792.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
792.81/792.81	c * 793s|145109 | 49472 |  5826k|  40.1 | 106M|  61 |   - |1700 |3226 |1700 | 939 | 313k|  37k|  14k| 0.000000e+00 | 1.161000e+03 |    Inf 
817.22/817.22	c   817s|150000 | 50365 |  5998k|  40.0 | 111M|  61 |  16 |1700 |3512 |1700 | 938 | 320k|  40k|  14k| 0.000000e+00 | 1.161000e+03 |    Inf 
822.41/822.44	o 1159
822.41/822.44	c * 822s|150986 | 50437 |  6035k|  40.0 | 111M|  61 |   - |1700 |3562 |1700 | 959 | 321k|  40k|  14k| 0.000000e+00 | 1.159000e+03 |    Inf 
869.82/869.80	c   870s|160000 | 51636 |  6361k|  39.8 | 117M|  61 |   - |1700 |3440 |1700 | 946 | 336k|  45k|  14k| 0.000000e+00 | 1.159000e+03 |    Inf 
921.72/921.76	c   922s|170000 | 53402 |  6735k|  39.6 | 126M|  61 |   8 |1700 |3215 |1700 | 933 | 350k|  51k|  15k| 0.000000e+00 | 1.159000e+03 |    Inf 
964.31/964.32	o 1070
964.31/964.32	c * 964s|178104 | 52497 |  7029k|  39.5 | 130M|  61 |   - |1700 |3376 |1700 | 933 | 363k|  55k|  15k| 0.000000e+00 | 1.070000e+03 |    Inf 
973.92/973.91	c   974s|180000 | 52690 |  7096k|  39.4 | 131M|  61 |   - |1700 |3338 |1700 | 940 | 366k|  56k|  15k| 0.000000e+00 | 1.070000e+03 |    Inf 
983.32/983.31	o 949
983.32/983.31	c * 983s|181749 | 49641 |  7161k|  39.4 | 128M|  61 |   - |1700 |3324 |1700 | 947 | 369k|  56k|  15k| 0.000000e+00 | 9.490000e+02 |    Inf 
1026.52/1026.53	c  1027s|190000 | 50442 |  7478k|  39.4 | 135M|  61 |   2 |1700 |3038 |1700 | 937 | 377k|  61k|  15k| 0.000000e+00 | 9.490000e+02 |    Inf 
1079.42/1079.43	c  1079s|200000 | 50960 |  7858k|  39.3 | 144M|  61 |   - |1700 |3130 |1700 | 934 | 389k|  68k|  16k| 0.000000e+00 | 9.490000e+02 |    Inf 
1087.62/1087.66	o 846
1087.62/1087.66	c *1088s|201456 | 46755 |  7917k|  39.3 | 139M|  61 |   - |1700 |2929 |1700 | 933 | 390k|  69k|  16k| 0.000000e+00 | 8.460000e+02 |    Inf 
1133.22/1133.29	c  1133s|210000 | 46983 |  8257k|  39.3 | 146M|  61 |   6 |1700 |3164 |1700 | 943 | 399k|  74k|  16k| 0.000000e+00 | 8.460000e+02 |    Inf 
1181.82/1181.84	o 832
1181.82/1181.84	c *1182s|219538 | 46615 |  8596k|  39.1 | 153M|  61 |   - |1700 |3154 |1700 | 950 | 408k|  81k|  17k| 0.000000e+00 | 8.320000e+02 |    Inf 
1181.92/1181.92	o 693
1181.92/1181.92	c *1182s|219546 | 42251 |  8596k|  39.1 | 142M|  61 |   - |1700 |3117 |1700 | 953 | 408k|  81k|  17k| 0.000000e+00 | 6.930000e+02 |    Inf 
1181.92/1181.95	o 461
1181.92/1181.95	c *1182s|219547 | 33237 |  8596k|  39.1 | 113M|  61 |   - |1700 |3115 |1700 | 953 | 408k|  81k|  17k| 0.000000e+00 | 4.610000e+02 |    Inf 
1184.12/1184.18	o 424
1184.12/1184.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1184.12/1184.18	c *1184s|219850 | 27849 |  8611k|  39.2 | 103M|  61 |   - |1700 |2147 |1700 | 933 | 408k|  82k|  17k| 0.000000e+00 | 4.240000e+02 |    Inf 
1185.42/1185.40	c  1185s|220000 | 22975 |  8620k|  39.2 |  93M|  61 |   - |1700 |2020 |   0 |   0 | 408k|  82k|  17k| 0.000000e+00 | 4.240000e+02 |    Inf 
1186.72/1186.72	o 349
1186.72/1186.72	c *1187s|220250 | 15922 |  8631k|  39.2 |  74M|  61 |   - |1700 |2226 |1700 | 939 | 409k|  83k|  17k| 0.000000e+00 | 3.490000e+02 |    Inf 
1186.93/1186.97	o 294
1186.93/1186.97	c *1187s|220300 | 13015 |  8632k|  39.2 |  65M|  61 |   - |1700 |2036 |1700 | 930 | 409k|  83k|  17k| 0.000000e+00 | 2.940000e+02 |    Inf 
1187.02/1187.09	o 288
1187.02/1187.09	c *1187s|220322 | 12779 |  8633k|  39.2 |  64M|  61 |   - |1700 |1896 |1700 | 931 | 409k|  83k|  17k| 0.000000e+00 | 2.880000e+02 |    Inf 
1187.32/1187.37	o 272
1187.32/1187.37	c *1187s|220362 | 11091 |  8635k|  39.2 |  59M|  61 |   - |1700 |1839 |1700 | 937 | 409k|  83k|  17k| 0.000000e+00 | 2.720000e+02 |    Inf 
1187.32/1187.38	o 235
1187.32/1187.38	c *1187s|220363 | 10075 |  8635k|  39.2 |  55M|  61 |   - |1700 |1838 |1700 | 937 | 409k|  83k|  17k| 0.000000e+00 | 2.350000e+02 |    Inf 
1187.82/1187.80	o 229
1187.82/1187.80	c *1188s|220449 |  6775 |  8638k|  39.2 |  45M|  61 |   - |1700 |1694 |1700 | 930 | 409k|  83k|  17k| 0.000000e+00 | 2.290000e+02 |    Inf 
1187.82/1187.87	o 180
1187.82/1187.87	c *1188s|220459 |  4943 |  8638k|  39.2 |  38M|  61 |   - |1700 |1676 |1700 | 931 | 409k|  83k|  17k| 0.000000e+00 | 1.800000e+02 |    Inf 
1188.03/1188.09	o 130
1188.03/1188.09	c *1188s|220517 |  1819 |  8640k|  39.2 |  26M|  61 |   - |1700 |1475 |1700 | 932 | 409k|  83k|  17k| 0.000000e+00 | 1.300000e+02 |    Inf 
1188.12/1188.10	o 87
1188.12/1188.10	c *1188s|220518 |  1492 |  8640k|  39.2 |  24M|  61 |   - |1700 |1475 |1700 | 932 | 409k|  83k|  17k| 0.000000e+00 | 8.700000e+01 |    Inf 
1188.12/1188.11	o 59
1188.12/1188.11	c *1188s|220519 |  1355 |  8640k|  39.2 |  23M|  61 |   - |1700 |1220 |1700 | 930 | 409k|  83k|  17k| 0.000000e+00 | 5.900000e+01 |    Inf 
1188.12/1188.13	o 16
1188.12/1188.13	c *1188s|220528 |   589 |  8640k|  39.2 |  19M|  61 |   - |1700 |1117 |1700 | 937 | 409k|  83k|  17k| 0.000000e+00 | 1.600000e+01 |    Inf 
1188.12/1188.17	o 0
1188.12/1188.17	c *1188s|220538 |     0 |  8640k|  39.2 |  15M|  61 |   - |1700 |1045 |1700 | 937 | 409k|  83k|  17k| 0.000000e+00 | 0.000000e+00 |   0.00%
1188.12/1188.17	c 
1188.12/1188.17	c SCIP Status        : problem is solved [optimal solution found]
1188.12/1188.17	c Solving Time (sec) : 1188.17
1188.12/1188.17	c Solving Nodes      : 220538
1188.12/1188.17	c Primal Bound       : +0.00000000000000e+00 (302 solutions)
1188.12/1188.17	c Dual Bound         : +0.00000000000000e+00
1188.12/1188.17	c Gap                : 0.00 %
1188.12/1188.17	s OPTIMUM FOUND
1188.12/1188.17	v -x200 x199 x198 -x197 x196 -x195 x194 -x193 -x192 x191 x190 -x189 x188 -x187 x186 -x185 x184 -x183 x182 -x181 -x180 x179 x178 -x177 
1188.12/1188.17	v x176 -x175 x174 -x173 x172 -x171 -x170 x169 x168 -x167 x166 -x165 x164 -x163 -x162 x161 x160 -x159 x158 -x157 x156 -x155 
1188.12/1188.17	v x154 -x153 -x152 x151 -x150 x149 x148 -x147 -x146 x145 -x144 x143 x142 -x141 x140 -x139 -x138 x137 x136 -x135 -x134 x133 x132 
1188.12/1188.17	v -x131 x130 -x129 x128 -x127 -x126 x125 x124 -x123 x122 -x121 -x120 x119 x118 -x117 x116 -x115 x114 -x113 x112 -x111 x110 -x109 
1188.12/1188.17	v -x108 x107 -x106 x105 -x104 x103 x102 -x101 -x100 x99 x98 -x97 x96 -x95 -x94 x93 x92 -x91 x90 -x89 x88 -x87 -x86 x85 x84 
1188.12/1188.17	v -x83 -x82 x81 -x80 x79 x78 -x77 x76 -x75 x74 -x73 x72 -x71 x70 -x69 -x68 x67 -x66 x65 -x64 x63 x62 -x61 x60 -x59 x58 -x57 -x56 
1188.12/1188.17	v x55 x54 -x53 -x52 x51 -x50 x49 -x48 x47 -x46 x45 x44 -x43 x42 -x41 x40 -x39 x38 -x37 -x36 x35 -x34 x33 -x32 x31 -x30 x29 -x28 
1188.12/1188.17	v x27 -x26 x25 -x24 x23 x22 -x21 -x20 x19 x18 -x17 x16 -x15 -x14 x13 x12 -x11 -x10 x9 -x8 x7 x6 -x5 x4 -x3 x2 -x1 
1188.12/1188.17	c SCIP Status        : problem is solved [optimal solution found]
1188.12/1188.17	c Total Time         :    1188.17
1188.12/1188.17	c   solving          :    1188.17
1188.12/1188.17	c   presolving       :       0.04 (included in solving)
1188.12/1188.17	c   reading          :       0.01 (included in solving)
1188.12/1188.17	c Original Problem   :
1188.12/1188.17	c   Problem name     : HOME/instance-3447943-1307902331.wbo
1188.12/1188.17	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1188.12/1188.17	c   Constraints      : 901 initial, 901 maximal
1188.12/1188.17	c Presolved Problem  :
1188.12/1188.17	c   Problem name     : t_HOME/instance-3447943-1307902331.wbo
1188.12/1188.17	c   Variables        : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
1188.12/1188.17	c   Constraints      : 1600 initial, 3638 maximal
1188.12/1188.17	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1188.12/1188.17	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1188.12/1188.17	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1188.12/1188.17	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1188.12/1188.17	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1188.12/1188.17	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1188.12/1188.17	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1188.12/1188.17	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1188.12/1188.17	c   linear           :       0.02          0        100          0        800          0        101          0          0          0
1188.12/1188.17	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1188.12/1188.17	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1188.12/1188.17	c   root node        :          -       1591          -          -       1591          -          -          -          -          -
1188.12/1188.17	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1188.12/1188.17	c   integral         :          0          0          0     557545          0       7961          0        279        769          0          0     295408
1188.12/1188.17	c   varbound         :          0+         6     803222     408992          0          0      85549         16    4971485     409098          0          0
1188.12/1188.17	c   linear           :        800          6     803403         41          0       7958     366862      26401    1173068          0          0          0
1188.12/1188.17	c   indicator        :        800          0     777006     408992          0       7950      94782          0     129962          0          0          0
1188.12/1188.17	c   logicor          :          0+         0     415408          0          0          0     101324      12633     179431          0          0          0
1188.12/1188.17	c   countsols        :          0          0          0         43          0        261          0          0          0          0          0          0
1188.12/1188.17	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1188.12/1188.17	c   integral         :      36.31       0.00       0.00      36.30       0.00       0.01       0.00
1188.12/1188.17	c   varbound         :      18.78       0.00      13.84       4.91       0.00       0.00       0.03
1188.12/1188.17	c   linear           :      14.04       0.00      13.31       0.00       0.00       0.48       0.25
1188.12/1188.17	c   indicator        :      35.89       0.01      11.84      20.22       0.00       3.81       0.03
1188.12/1188.17	c   logicor          :       4.34       0.00       4.24       0.00       0.00       0.00       0.10
1188.12/1188.17	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1188.12/1188.17	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1188.12/1188.17	c   vbounds          :     403595     181684         31   19076650
1188.12/1188.17	c   rootredcost      :         42          0          0        790
1188.12/1188.17	c   pseudoobj        :     825838     110745      22615    4970734
1188.12/1188.17	c Propagator Timings :  TotalTime  Propagate    Resprop
1188.12/1188.17	c   vbounds          :      42.11      42.05       0.05
1188.12/1188.17	c   rootredcost      :       0.18       0.18       0.00
1188.12/1188.17	c   pseudoobj        :      15.82      14.95       0.88
1188.12/1188.17	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1188.12/1188.17	c   propagation      :       1.86      61696      57181      94719       19.1       1566        9.0          -
1188.12/1188.17	c   infeasible LP    :       0.00          5          5         15       16.1          1        6.0          0
1188.12/1188.17	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1188.12/1188.17	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1188.12/1188.17	c   pseudo solution  :       0.00          1          1          1        2.0          1        5.0          -
1188.12/1188.17	c   applied globally :          -          -          -      83666       17.7          -          -          -
1188.12/1188.17	c   applied locally  :          -          -          -          0        0.0          -          -          -
1188.12/1188.17	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1188.12/1188.17	c   cut pool         :       0.00          5          -          -         10          -    (maximal pool size: 1417)
1188.12/1188.17	c   redcost          :      29.99     446719          0   19033371          0          0
1188.12/1188.17	c   impliedbounds    :       0.00          6          0          0          0          0
1188.12/1188.17	c   intobj           :       0.00          0          0          0          0          0
1188.12/1188.17	c   gomory           :       0.27          6          0          0       1268          0
1188.12/1188.17	c   cgmip            :       0.00          0          0          0          0          0
1188.12/1188.17	c   closecuts        :       0.00          0          0          0          0          0
1188.12/1188.17	c   strongcg         :       0.24          6          0          0       1800          0
1188.12/1188.17	c   cmir             :       0.09          6          0          0          0          0
1188.12/1188.17	c   flowcover        :       0.05          6          0          0          0          0
1188.12/1188.17	c   clique           :       0.00          1          0          0          0          0
1188.12/1188.17	c   zerohalf         :       0.00          0          0          0          0          0
1188.12/1188.17	c   mcf              :       0.00          1          0          0          0          0
1188.12/1188.17	c   oddcycle         :       0.00          0          0          0          0          0
1188.12/1188.17	c   rapidlearning    :       0.06          1          0          0          0          0
1188.12/1188.17	c Pricers            :       Time      Calls       Vars
1188.12/1188.17	c   problem variables:       0.00          0          0
1188.12/1188.17	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1188.12/1188.17	c   relpscost        :      36.10     148553        279        769          0          0     295408
1188.12/1188.17	c   pscost           :       0.00          0          0          0          0          0          0
1188.12/1188.17	c   inference        :       0.00          0          0          0          0          0          0
1188.12/1188.17	c   mostinf          :       0.00          0          0          0          0          0          0
1188.12/1188.17	c   leastinf         :       0.00          0          0          0          0          0          0
1188.12/1188.17	c   fullstrong       :       0.00          0          0          0          0          0          0
1188.12/1188.17	c   allfullstrong    :       0.00          0          0          0          0          0          0
1188.12/1188.17	c   random           :       0.00          0          0          0          0          0          0
1188.12/1188.17	c Primal Heuristics  :       Time      Calls      Found
1188.12/1188.17	c   LP solutions     :       0.13          -         43
1188.12/1188.17	c   pseudo solutions :       0.00          -          0
1188.12/1188.17	c   feaspump         :       0.01          0          0
1188.12/1188.17	c   intshifting      :       0.00          0          0
1188.12/1188.17	c   oneopt           :       0.25         39          0
1188.12/1188.17	c   crossover        :       1.36         51          0
1188.12/1188.17	c   objpscostdiving  :       6.81        350          0
1188.12/1188.17	c   linesearchdiving :       5.63        874          0
1188.12/1188.17	c   guideddiving     :       4.85        874          0
1188.12/1188.17	c   coefdiving       :       5.36        874          0
1188.12/1188.17	c   fracdiving       :       5.03        874          0
1188.12/1188.17	c   veclendiving     :       4.65        874          0
1188.12/1188.17	c   pscostdiving     :       4.96        875          0
1188.12/1188.17	c   rootsoldiving    :       5.36        438          0
1188.12/1188.17	c   trivial          :       0.00          2          1
1188.12/1188.17	c   shiftandpropagate:       0.00          0          0
1188.12/1188.17	c   simplerounding   :       0.41     180131          0
1188.12/1188.17	c   zirounding       :       0.09       1000          0
1188.12/1188.17	c   rounding         :       0.49       5958          0
1188.12/1188.17	c   shifting         :       1.29       1869          0
1188.12/1188.17	c   twoopt           :       0.00          0          0
1188.12/1188.17	c   fixandinfer      :       0.00          0          0
1188.12/1188.17	c   clique           :       0.00          0          0
1188.12/1188.17	c   intdiving        :       0.00          0          0
1188.12/1188.17	c   actconsdiving    :       0.00          0          0
1188.12/1188.17	c   octane           :       0.00          0          0
1188.12/1188.17	c   rens             :       0.02          1          0
1188.12/1188.17	c   rins             :       0.00          0          0
1188.12/1188.17	c   localbranching   :       0.00          0          0
1188.12/1188.17	c   mutation         :       0.00          0          0
1188.12/1188.17	c   dins             :       0.00          0          0
1188.12/1188.17	c   vbounds          :       0.00          0          0
1188.12/1188.17	c   undercover       :       0.00          0          0
1188.12/1188.17	c   subnlp           :       0.03          0          0
1188.12/1188.17	c   trysol           :       0.30       7686        258
1188.12/1188.17	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1188.12/1188.17	c   primal LP        :       2.56          0          0       0.00       0.00
1188.12/1188.17	c   dual LP          :     762.67     658227    8305141      12.62   10889.50
1188.12/1188.17	c   lex dual LP      :       0.00          0          0       0.00          -
1188.12/1188.17	c   barrier LP       :       0.00          0          0       0.00          -
1188.12/1188.17	c   diving/probing LP:      31.17      24097     335812      13.94   10772.43
1188.12/1188.17	c   strong branching :      34.19      17237     344610      19.99   10079.48
1188.12/1188.17	c     (at root node) :          -         33       9744     295.27          -
1188.12/1188.17	c   conflict analysis:       0.00          0          0       0.00          -
1188.12/1188.17	c B&B Tree           :
1188.12/1188.17	c   number of runs   :          1
1188.12/1188.17	c   nodes            :     220538
1188.12/1188.17	c   nodes (total)    :     220538
1188.12/1188.17	c   nodes left       :          0
1188.12/1188.17	c   max depth        :         61
1188.12/1188.17	c   max depth (total):         61
1188.12/1188.17	c   backtracks       :      40740 (18.5%)
1188.12/1188.17	c   delayed cutoffs  :      23756
1188.12/1188.17	c   repropagations   :      68936 (818744 domain reductions, 2098 cutoffs)
1188.12/1188.17	c   avg switch length:       5.65
1188.12/1188.17	c   switching time   :      40.73
1188.12/1188.17	c Solution           :
1188.12/1188.17	c   Solutions found  :        302 (44 improvements)
1188.12/1188.17	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.05 seconds, depth 0, found by <trivial>)
1188.12/1188.17	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 220538 nodes, 1188.17 seconds, depth 10, found by <relaxation>)
1188.12/1188.17	c   Dual Bound       : +0.00000000000000e+00
1188.12/1188.17	c   Gap              :       0.00 %
1188.12/1188.17	c   Root Dual Bound  : +0.00000000000000e+00
1188.12/1188.17	c   Root Iterations  :       1528
1188.12/1188.19	c Time complete: 1188.21.

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3447943-1307902331/watcher-3447943-1307902331 -o /var/tmp/evaluation-result-3447943-1307902331/solver-3447943-1307902331 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447943-1307902331.wbo -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.00 2.00 1.93 2/177 15522
/proc/meminfo: memFree=1549364/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=10332 CPUtime=0 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 1563 0 0 0 0 0 0 0 25 0 1 0 882648390 10579968 1516 33554432000 4194304 9128323 140736084079152 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15522/statm: 2583 1520 399 1205 0 1374 0

[startup+0.00954505 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 15522
/proc/meminfo: memFree=1549364/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=10768 CPUtime=0 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 1697 0 0 0 0 0 0 0 25 0 1 0 882648390 11026432 1650 33554432000 4194304 9128323 140736084079152 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15522/statm: 2692 1650 399 1205 0 1483 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10768

[startup+0.100486 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 15522
/proc/meminfo: memFree=1549364/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=28116 CPUtime=0.09 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 6270 0 0 0 9 0 0 0 25 0 1 0 882648390 28790784 5938 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 7029 5938 655 1205 0 5820 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28116

[startup+0.300454 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 15522
/proc/meminfo: memFree=1549364/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=44996 CPUtime=0.29 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 11559 0 0 0 28 1 0 0 25 0 1 0 882648390 46075904 10170 33554432000 4194304 9128323 140736084079152 18446744073709551615 6286129 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 11249 10170 712 1205 0 10040 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44996

[startup+0.70038 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 15522
/proc/meminfo: memFree=1549364/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=45108 CPUtime=0.69 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 11675 0 0 0 67 2 0 0 25 0 1 0 882648390 46190592 10286 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 11277 10286 712 1205 0 10068 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45108

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15523
/proc/meminfo: memFree=1506360/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=50224 CPUtime=1.49 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 14847 0 0 0 142 7 0 0 25 0 1 0 882648390 51429376 11411 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 12556 11411 719 1205 0 11347 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50224

[startup+3.10095 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15523
/proc/meminfo: memFree=1505288/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=50288 CPUtime=3.09 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 14854 0 0 0 294 15 0 0 25 0 1 0 882648390 51494912 11418 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 12572 11418 719 1205 0 11363 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50288

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15523
/proc/meminfo: memFree=1505296/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=50288 CPUtime=6.3 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 14856 0 0 0 597 33 0 0 25 0 1 0 882648390 51494912 11420 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 12572 11420 719 1205 0 11363 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 50288

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15524
/proc/meminfo: memFree=1505392/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=51672 CPUtime=12.69 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 18849 0 0 0 1207 62 0 0 25 0 1 0 882648390 52912128 11734 33554432000 4194304 9128323 140736084079152 18446744073709551615 6712802 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 12918 11734 728 1205 0 11709 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51672

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 15524
/proc/meminfo: memFree=1500816/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=55832 CPUtime=25.49 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 29675 0 0 0 2433 116 0 0 25 0 1 0 882648390 57171968 12797 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 13958 12797 727 1205 0 12749 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55832

[startup+51.1005 s]
/proc/loadavg: 2.08 2.02 1.94 3/178 15524
/proc/meminfo: memFree=1492984/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=61584 CPUtime=51.09 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 44029 0 0 0 4882 227 0 0 25 0 1 0 882648390 63062016 14256 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 15396 14256 727 1205 0 14187 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 61584

[startup+102.306 s]
/proc/loadavg: 2.03 2.01 1.94 3/178 15526
/proc/meminfo: memFree=1479828/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=72376 CPUtime=102.3 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 64031 0 0 0 9775 455 0 0 25 0 1 0 882648390 74113024 16967 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 18094 16967 727 1205 0 16885 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 72376

[startup+162.301 s]
/proc/loadavg: 2.07 2.02 1.94 3/178 15527
/proc/meminfo: memFree=1469840/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=81592 CPUtime=162.3 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 94412 0 0 0 15528 702 0 0 25 0 1 0 882648390 83550208 19303 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 20398 19303 727 1205 0 19189 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 81592

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/178 15529
/proc/meminfo: memFree=1455660/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=92508 CPUtime=222.29 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 114474 0 0 0 21291 938 0 0 25 0 1 0 882648390 94728192 22078 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 23127 22078 727 1205 0 21918 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 92508

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 15570
/proc/meminfo: memFree=1588544/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=101144 CPUtime=282.3 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 119867 0 0 0 27058 1172 0 0 25 0 1 0 882648390 103571456 24254 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 25286 24254 727 1205 0 24077 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 101144

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 15571
/proc/meminfo: memFree=1568228/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=111780 CPUtime=342.3 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 123687 0 0 0 32830 1400 0 0 25 0 1 0 882648390 114462720 26943 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 27945 26943 727 1205 0 26736 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 111780

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15573
/proc/meminfo: memFree=1547092/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=122924 CPUtime=402.3 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 146565 0 0 0 38604 1626 0 0 25 0 1 0 882648390 125874176 29739 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 30731 29739 727 1205 0 29522 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 122924

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15575
/proc/meminfo: memFree=1533256/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=126312 CPUtime=462.3 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 159674 0 0 0 44373 1857 0 0 25 0 1 0 882648390 129343488 30608 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 31578 30608 727 1205 0 30369 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 126312

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15576
/proc/meminfo: memFree=1513500/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=134728 CPUtime=522.31 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 175045 0 0 0 50159 2072 0 0 25 0 1 0 882648390 137961472 32701 33554432000 4194304 9128323 140736084079152 18446744073709551615 5605637 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 33682 32701 727 1205 0 32473 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 134728

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15578
/proc/meminfo: memFree=1492728/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=142304 CPUtime=582.31 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 178004 0 0 0 55943 2288 0 0 25 0 1 0 882648390 145719296 34602 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 35576 34602 727 1205 0 34367 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 142304

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15579
/proc/meminfo: memFree=1471844/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=150968 CPUtime=642.32 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 188212 0 0 0 61727 2505 0 0 25 0 1 0 882648390 154591232 36747 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 37742 36747 727 1205 0 36533 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 150968

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15581
/proc/meminfo: memFree=1450412/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=160300 CPUtime=702.3 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 194600 0 0 0 67507 2723 0 0 25 0 1 0 882648390 164147200 39100 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 40075 39100 727 1205 0 38866 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 160300

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 15583
/proc/meminfo: memFree=1432112/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=169976 CPUtime=762.31 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 199566 0 0 0 73298 2933 0 0 25 0 1 0 882648390 174055424 41487 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 42494 41487 727 1205 0 41285 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 169976

[startup+822.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/178 15587
/proc/meminfo: memFree=1418312/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=178284 CPUtime=822.31 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 209582 0 0 0 79088 3143 0 0 25 0 1 0 882648390 182562816 43607 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 44571 43607 727 1205 0 43362 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 178284

[startup+882.301 s]
/proc/loadavg: 1.73 1.94 1.93 2/172 15613
/proc/meminfo: memFree=1564528/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=187596 CPUtime=882.32 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 222650 0 0 0 84858 3374 0 0 25 0 1 0 882648390 192098304 45853 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 46899 45853 727 1205 0 45690 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 187596

[startup+942.301 s]
/proc/loadavg: 1.29 1.78 1.87 2/172 15614
/proc/meminfo: memFree=1552572/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=199548 CPUtime=942.31 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 226759 0 0 0 90576 3655 0 0 25 0 1 0 882648390 204337152 48868 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 49887 48868 727 1205 0 48678 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 199548

[startup+1002.3 s]
/proc/loadavg: 1.10 1.64 1.81 2/172 15616
/proc/meminfo: memFree=1537636/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=214620 CPUtime=1002.31 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 241778 0 0 0 96300 3931 0 0 25 0 1 0 882648390 219770880 52601 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 53655 52601 727 1205 0 52446 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 214620

[startup+1062.3 s]
/proc/loadavg: 1.04 1.52 1.76 2/172 15617
/proc/meminfo: memFree=1527172/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=224756 CPUtime=1062.32 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 246519 0 0 0 102016 4216 0 0 25 0 1 0 882648390 230150144 55205 33554432000 4194304 9128323 140736084079152 18446744073709551615 5094169 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 56189 55205 727 1205 0 54980 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 224756

[startup+1122.3 s]
/proc/loadavg: 1.01 1.42 1.71 2/172 15619
/proc/meminfo: memFree=1515712/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=236492 CPUtime=1122.32 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 257893 0 0 0 107729 4503 0 0 25 0 1 0 882648390 242167808 57988 33554432000 4194304 9128323 140736084079152 18446744073709551615 7192179 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 59123 57988 727 1205 0 57914 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 236492

[startup+1182.3 s]
/proc/loadavg: 1.00 1.34 1.66 2/172 15621
/proc/meminfo: memFree=1506600/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=245956 CPUtime=1182.32 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 262778 0 0 0 113451 4781 0 0 25 0 1 0 882648390 251858944 60351 33554432000 4194304 9128323 140736084079152 18446744073709551615 4905392 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 61489 60351 731 1205 0 60280 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 245956

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

[startup+1183.9 s]
/proc/loadavg: 1.00 1.34 1.66 2/172 15621
/proc/meminfo: memFree=1505608/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=246368 CPUtime=1183.92 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 263923 0 0 0 113602 4790 0 0 25 0 1 0 882648390 252280832 60454 33554432000 4194304 9128323 140736084079152 18446744073709551615 7205328 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 61592 60454 731 1205 0 60383 0
Current children cumulated CPU time (s) 1183.92
Current children cumulated vsize (KiB) 246368

[startup+1185.5 s]
/proc/loadavg: 1.00 1.34 1.66 2/172 15621
/proc/meminfo: memFree=1505360/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=246368 CPUtime=1185.53 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 263940 0 0 0 113757 4796 0 0 25 0 1 0 882648390 252280832 60471 33554432000 4194304 9128323 140736084079152 18446744073709551615 4786868 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 61592 60471 731 1205 0 60383 0
Current children cumulated CPU time (s) 1185.53
Current children cumulated vsize (KiB) 246368

[startup+1187.1 s]
/proc/loadavg: 1.00 1.34 1.66 2/172 15621
/proc/meminfo: memFree=1505352/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=246416 CPUtime=1187.12 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 264986 0 0 0 113910 4802 0 0 25 0 1 0 882648390 252329984 60502 33554432000 4194304 9128323 140736084079152 18446744073709551615 4692896 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 61604 60502 731 1205 0 60395 0
Current children cumulated CPU time (s) 1187.12
Current children cumulated vsize (KiB) 246416

[startup+1187.9 s]
/proc/loadavg: 1.00 1.33 1.65 2/172 15621
/proc/meminfo: memFree=1505352/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=246416 CPUtime=1187.92 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 264990 0 0 0 113986 4806 0 0 25 0 1 0 882648390 252329984 60506 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 61604 60506 731 1205 0 60395 0
Current children cumulated CPU time (s) 1187.92
Current children cumulated vsize (KiB) 246416

[startup+1188.1 s]
/proc/loadavg: 1.00 1.33 1.65 2/172 15621
/proc/meminfo: memFree=1505352/32951124 swapFree=67057920/67111528
[pid=15522] ppid=15520 vsize=246416 CPUtime=1188.12 cores=1,3,5,7
/proc/15522/stat : 15522 (scip-2.0.1.4.li) R 15520 15522 14185 0 -1 4202496 264990 0 0 0 114005 4807 0 0 25 0 1 0 882648390 252329984 60506 33554432000 4194304 9128323 140736084079152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15522/statm: 61604 60506 731 1205 0 60395 0
Current children cumulated CPU time (s) 1188.12
Current children cumulated vsize (KiB) 246416

Child status: 0
Real time (s): 1188.2
CPU time (s): 1188.23
CPU user time (s): 1140.14
CPU system time (s): 48.0897
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 248888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1140.14
system time used= 48.0897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264995
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 903

runsolver used 1.53477 second user time and 3.88241 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-12 20:12:11
IDJOB=3447943
IDBENCH=79399
IDSOLVER=1944
FILE ID=node140/3447943-1307902331
RUNJOBID= node140-1307897193-14878
PBS_JOBID= 13559568
Free space on /var/tmp= 2900 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh218_wcsp.wbo
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 /var/tmp/evaluation-result-3447943-1307902331/watcher-3447943-1307902331 -o /var/tmp/evaluation-result-3447943-1307902331/solver-3447943-1307902331 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447943-1307902331.wbo -t 1800 -m 15500

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

MD5SUM BENCH= e9977e481ed86e7573c7f989943259e1
RANDOM SEED=926634954

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1549924 kB
Buffers:         54904 kB
Cached:       30193720 kB
SwapCached:       7412 kB
Active:       16061952 kB
Inactive:     14389912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1549924 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:           12172 kB
Writeback:          12 kB
AnonPages:      200804 kB
Mapped:          16248 kB
Slab:           885516 kB
PageTables:       5024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   395248 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 /var/tmp at the end= 2900 MiB
End job on node140 at 2011-06-12 20:31:59