Trace number 3447946

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 1218.4 1218.4

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh219_wcsp.wbo
MD5SUM0a308225f12d2c01751496daa1233c60
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark82
Best CPU time to get the best result obtained on this benchmark0.012998
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-3447946-1307902391.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.03/0.05	c    (0.1s) probing: 101/900 (11.2%) - 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  100 deleted vars, 101 deleted constraints, 0 added constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.05	c  1000 implications, 0 cliques
0.03/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.03/0.05	c     800 constraints of type <linear>
0.03/0.05	c     800 constraints of type <indicator>
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.4
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 = 1800
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.03/0.05	o 394238
0.03/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.03/0.05	c t 0.1s|     1 |     0 |     0 |     - |4702k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.03/0.06	c   0.1s|     1 |     0 |   117 |     - |5771k|   0 |  70 |1700 |2400 |1700 | 800 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |   451 |     - |8786k|   0 |  71 |1700 |2400 |1700 | 818 |  18 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   671 |     - |9004k|   0 |  72 |1700 |2400 |1700 | 850 |  50 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   760 |     - |9817k|   0 |  77 |1700 |2400 |1700 | 873 |  73 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.49/0.56	c   0.6s|     1 |     0 |   817 |     - |  10M|   0 |  78 |1700 |2400 |1700 | 882 |  82 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.69/0.71	c   0.7s|     1 |     0 |   944 |     - |  11M|   0 |  79 |1700 |2400 |1700 | 891 |  91 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.78/0.84	c   0.8s|     1 |     0 |  1001 |     - |  12M|   0 |  81 |1700 |2400 |1700 | 900 | 100 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
1.69/1.71	c   1.7s|     1 |     2 |  1001 |     - |  12M|   0 |  81 |1700 |2400 |1700 | 900 | 100 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
9.39/9.46	o 8235
9.39/9.46	c * 9.5s|   788 |   784 | 27387 |  33.5 |  16M|  58 |   - |1700 |2400 |1700 | 984 | 445 |   0 | 902 | 0.000000e+00 | 8.235000e+03 |    Inf 
9.69/9.71	o 5872
9.69/9.71	c * 9.7s|   822 |   765 | 28895 |  34.0 |  16M|  58 |   - |1700 |2400 |1700 | 990 | 577 |   0 | 934 | 0.000000e+00 | 5.872000e+03 |    Inf 
12.29/12.32	o 5694
12.29/12.32	c *12.3s|  1160 |  1016 | 42343 |  35.7 |  17M|  58 |   - |1700 |2418 |1700 | 976 |1869 |  18 |1254 | 0.000000e+00 | 5.694000e+03 |    Inf 
30.79/30.86	o 4709
30.79/30.86	c *30.9s|  4938 |  4655 |179184 |  36.1 |  21M|  58 |   - |1700 |2497 |1700 | 962 |  10k|  97 |1581 | 0.000000e+00 | 4.709000e+03 |    Inf 
32.59/32.64	o 4636
32.59/32.64	c *32.6s|  5216 |  4860 |191364 |  36.5 |  22M|  58 |   - |1700 |2509 |1700 | 948 |  11k| 109 |1596 | 0.000000e+00 | 4.636000e+03 |    Inf 
57.09/57.14	o 4530
57.09/57.14	c *57.1s|  9288 |  8538 |358243 |  38.5 |  26M|  58 |   - |1700 |2669 |1700 | 950 |  25k| 278 |2072 | 0.000000e+00 | 4.530000e+03 |    Inf 
61.18/61.26	o 3056
61.18/61.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.18/61.26	c *61.3s|  9798 |  8205 |382001 |  38.9 |  25M|  58 |   - |1700 |2696 |1700 | 968 |  28k| 305 |2163 | 0.000000e+00 | 3.056000e+03 |    Inf 
62.88/62.98	c  63.0s| 10000 |  8311 |392819 |  39.2 |  25M|  58 |   3 |1700 |2720 |1700 | 929 |  30k| 329 |2184 | 0.000000e+00 | 3.056000e+03 |    Inf 
92.68/92.73	o 2565
92.68/92.73	c *92.7s| 13987 | 10378 |570966 |  40.8 |  28M|  58 |   - |1700 |3051 |1700 | 933 |  49k| 803 |2982 | 0.000000e+00 | 2.565000e+03 |    Inf 
92.68/92.79	o 2415
92.68/92.79	c *92.8s| 13994 | 10176 |571293 |  40.8 |  28M|  58 |   - |1700 |3053 |1700 | 916 |  49k| 805 |2988 | 0.000000e+00 | 2.415000e+03 |    Inf 
94.98/95.00	o 2366
94.98/95.00	c *95.0s| 14275 | 10240 |584677 |  40.9 |  28M|  58 |   - |1700 |3079 |1700 | 913 |  51k| 855 |3018 | 0.000000e+00 | 2.366000e+03 |    Inf 
95.69/95.76	o 2339
95.69/95.76	c *95.8s| 14387 | 10233 |588968 |  40.9 |  28M|  58 |   - |1700 |3078 |1700 | 934 |  51k| 875 |3044 | 0.000000e+00 | 2.339000e+03 |    Inf 
134.19/134.22	c   134s| 20000 | 12998 |836053 |  41.8 |  32M|  58 |   - |1700 |3037 |1700 | 915 |  73k|2092 |3932 | 0.000000e+00 | 2.339000e+03 |    Inf 
203.19/203.24	c   203s| 30000 | 17793 |  1273k|  42.4 |  39M|  58 |   - |1700 |2769 |1700 | 912 | 114k|4226 |5312 | 0.000000e+00 | 2.339000e+03 |    Inf 
250.39/250.48	o 2171
250.39/250.48	c * 250s| 37879 | 21413 |  1565k|  41.3 |  44M|  58 |   - |1700 |2804 |1700 | 946 | 142k|5742 |6030 | 0.000000e+00 | 2.171000e+03 |    Inf 
263.28/263.37	c   263s| 40000 | 22222 |  1639k|  41.0 |  45M|  58 |  41 |1700 |2744 |1700 | 866 | 151k|6294 |6213 | 0.000000e+00 | 2.171000e+03 |    Inf 
330.89/330.91	c   331s| 50000 | 25968 |  2041k|  40.8 |  50M|  58 |   3 |1700 |2725 |1700 | 907 | 194k|8741 |7436 | 0.000000e+00 | 2.171000e+03 |    Inf 
354.38/354.47	o 2098
354.38/354.47	c * 354s| 53557 | 27362 |  2187k|  40.8 |  53M|  58 |   - |1700 |2760 |1700 | 938 | 208k|9693 |7851 | 0.000000e+00 | 2.098000e+03 |    Inf 
395.59/395.61	c   396s| 60000 | 29922 |  2429k|  40.5 |  57M|  58 |   4 |1700 |2850 |1700 | 913 | 234k|  11k|8415 | 0.000000e+00 | 2.098000e+03 |    Inf 
407.19/407.27	o 2087
407.19/407.27	c * 407s| 61843 | 30487 |  2495k|  40.3 |  58M|  58 |   - |1700 |2751 |1700 | 936 | 241k|  11k|8580 | 0.000000e+00 | 2.087000e+03 |    Inf 
451.88/451.97	o 2024
451.88/451.97	c * 452s| 68485 | 32617 |  2756k|  40.2 |  61M|  58 |   - |1700 |2786 |1700 | 934 | 269k|  13k|9239 | 0.000000e+00 | 2.024000e+03 |    Inf 
451.88/451.98	o 1835
451.88/451.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
451.88/451.98	c * 452s| 68486 | 31941 |  2756k|  40.2 |  60M|  58 |   - |1700 |2786 |1700 | 938 | 269k|  13k|9239 | 0.000000e+00 | 1.835000e+03 |    Inf 
461.99/462.06	c   462s| 70000 | 32446 |  2812k|  40.2 |  61M|  58 |   3 |1700 |2809 |1700 | 921 | 276k|  14k|9392 | 0.000000e+00 | 1.835000e+03 |    Inf 
510.09/510.15	o 1646
510.09/510.15	c * 510s| 77824 | 34232 |  3101k|  39.8 |  64M|  58 |   - |1700 |2864 |1700 | 905 | 305k|  16k|  10k| 0.000000e+00 | 1.646000e+03 |    Inf 
510.40/510.45	o 1593
510.40/510.45	c * 510s| 77864 | 33959 |  3102k|  39.8 |  63M|  58 |   - |1700 |2874 |1700 | 920 | 305k|  16k|  10k| 0.000000e+00 | 1.593000e+03 |    Inf 
510.69/510.70	o 1561
510.69/510.70	c * 511s| 77901 | 33826 |  3104k|  39.8 |  63M|  58 |   - |1700 |2882 |1700 | 900 | 305k|  16k|  10k| 0.000000e+00 | 1.561000e+03 |    Inf 
510.69/510.78	o 1440
510.69/510.78	c * 511s| 77905 | 33049 |  3104k|  39.8 |  61M|  58 |   - |1700 |2880 |1700 | 917 | 305k|  16k|  10k| 0.000000e+00 | 1.440000e+03 |    Inf 
521.59/521.60	o 1361
521.59/521.60	c * 522s| 79773 | 32870 |  3169k|  39.7 |  61M|  58 |   - |1700 |2872 |1700 | 916 | 311k|  17k|  10k| 0.000000e+00 | 1.361000e+03 |    Inf 
522.89/522.94	c   523s| 80000 | 32924 |  3177k|  39.7 |  61M|  58 |   - |1700 |2898 |   0 |   0 | 312k|  17k|  10k| 0.000000e+00 | 1.361000e+03 |    Inf 
576.89/576.96	c   577s| 90000 | 34520 |  3463k|  38.5 |  68M|  58 |   - |1700 |3107 |1700 | 905 | 344k|  21k|  10k| 0.000000e+00 | 1.361000e+03 |    Inf 
633.89/633.92	c   634s|100000 | 36267 |  3798k|  38.0 |  77M|  58 |   - |1700 |3109 |1700 | 915 | 374k|  25k|  11k| 0.000000e+00 | 1.361000e+03 |    Inf 
691.59/691.69	c   692s|110000 | 38050 |  4136k|  37.6 |  84M|  58 |   5 |1700 |3180 |1700 | 910 | 406k|  29k|  11k| 0.000000e+00 | 1.361000e+03 |    Inf 
748.59/748.65	c   749s|120000 | 39829 |  4469k|  37.2 |  91M|  58 |   9 |1700 |3289 |1700 | 904 | 436k|  33k|  12k| 0.000000e+00 | 1.361000e+03 |    Inf 
798.39/798.49	o 1117
798.39/798.49	c * 798s|129019 | 37539 |  4766k|  36.9 |  90M|  58 |   - |1700 |3283 |1700 | 914 | 463k|  37k|  12k| 0.000000e+00 | 1.117000e+03 |    Inf 
804.30/804.30	c   804s|130000 | 37679 |  4802k|  36.9 |  91M|  58 |   - |1700 |3152 |1700 | 910 | 465k|  37k|  12k| 0.000000e+00 | 1.117000e+03 |    Inf 
859.19/859.21	c   859s|140000 | 38661 |  5110k|  36.5 |  99M|  58 |   7 |1700 |3632 |1700 | 902 | 494k|  42k|  12k| 0.000000e+00 | 1.117000e+03 |    Inf 
912.29/912.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
912.29/912.32	c   912s|150000 | 39584 |  5396k|  36.0 | 106M|  58 |   - |1700 |3613 |1700 | 915 | 521k|  48k|  13k| 0.000000e+00 | 1.117000e+03 |    Inf 
922.99/923.01	o 1067
922.99/923.01	c * 923s|151839 | 38511 |  5453k|  35.9 | 106M|  58 |   - |1700 |3556 |1700 | 914 | 527k|  48k|  13k| 0.000000e+00 | 1.067000e+03 |    Inf 
966.80/966.86	c   967s|160000 | 38995 |  5681k|  35.5 | 112M|  58 |   - |1700 |3536 |   0 |   0 | 549k|  53k|  13k| 0.000000e+00 | 1.067000e+03 |    Inf 
986.19/986.20	o 958
986.19/986.20	c * 986s|163715 | 36259 |  5776k|  35.3 | 110M|  58 |   - |1700 |3792 |1700 | 907 | 560k|  56k|  13k| 0.000000e+00 | 9.580000e+02 |    Inf 
1005.40/1005.42	o 932
1005.40/1005.42	c *1005s|167037 | 35457 |  5877k|  35.2 | 114M|  58 |   - |1700 |3340 |1700 | 899 | 569k|  58k|  13k| 0.000000e+00 | 9.320000e+02 |    Inf 
1022.30/1022.32	c  1022s|170000 | 35474 |  5963k|  35.1 | 118M|  58 |   8 |1700 |3726 |1700 | 869 | 576k|  61k|  14k| 0.000000e+00 | 9.320000e+02 |    Inf 
1037.09/1037.16	o 871
1037.09/1037.16	c *1037s|172940 | 33755 |  6039k|  34.9 | 117M|  58 |   - |1700 |4100 |1700 | 890 | 583k|  64k|  14k| 0.000000e+00 | 8.710000e+02 |    Inf 
1057.59/1057.62	o 865
1057.59/1057.62	c *1058s|177571 | 33351 |  6145k|  34.6 | 120M|  58 |   - |1700 |3360 |1700 | 912 | 591k|  69k|  14k| 0.000000e+00 | 8.650000e+02 |    Inf 
1069.69/1069.78	c  1070s|180000 | 33292 |  6209k|  34.5 | 121M|  58 |   - |1700 |3446 |   0 |   0 | 595k|  71k|  14k| 0.000000e+00 | 8.650000e+02 |    Inf 
1119.70/1119.78	c  1120s|190000 | 31858 |  6471k|  34.1 | 127M|  58 |   - |1700 |3757 |   0 |   0 | 617k|  80k|  15k| 0.000000e+00 | 8.650000e+02 |    Inf 
1152.80/1152.84	o 823
1152.80/1152.84	c *1153s|196335 | 29748 |  6646k|  33.8 | 128M|  58 |   - |1700 |3760 |1700 | 892 | 631k|  87k|  15k| 0.000000e+00 | 8.230000e+02 |    Inf 
1169.49/1169.53	c  1170s|200000 | 29570 |  6735k|  33.7 | 130M|  58 |   - |1700 |3583 |   0 |   0 | 637k|  91k|  15k| 0.000000e+00 | 8.230000e+02 |    Inf 
1180.09/1180.11	o 717
1180.09/1180.11	c *1180s|202284 | 25677 |  6787k|  33.6 | 121M|  58 |   - |1700 |3908 |1700 | 897 | 641k|  93k|  15k| 0.000000e+00 | 7.170000e+02 |    Inf 
1200.89/1200.92	o 700
1200.89/1200.92	c *1201s|206708 | 22140 |  6895k|  33.4 | 116M|  58 |   - |1700 |3625 |1700 | 873 | 648k|  98k|  15k| 0.000000e+00 | 7.000000e+02 |    Inf 
1204.69/1204.77	o 651
1204.69/1204.77	c *1205s|207600 | 19378 |  6914k|  33.3 | 108M|  58 |   - |1700 |3289 |1700 | 888 | 649k|  99k|  15k| 0.000000e+00 | 6.510000e+02 |    Inf 
1205.29/1205.30	o 549
1205.29/1205.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1205.29/1205.30	c *1205s|207693 | 15544 |  6916k|  33.3 |  96M|  58 |   - |1700 |3265 |1700 | 903 | 649k|  99k|  15k| 0.000000e+00 | 5.490000e+02 |    Inf 
1206.60/1206.67	o 535
1206.60/1206.67	c *1207s|208002 | 13877 |  6923k|  33.3 |  90M|  58 |   - |1700 |2578 |1700 | 889 | 650k| 100k|  15k| 0.000000e+00 | 5.350000e+02 |    Inf 
1206.60/1206.70	o 527
1206.60/1206.70	c *1207s|208003 | 13643 |  6923k|  33.3 |  89M|  58 |   - |1700 |2578 |1700 | 895 | 650k| 100k|  15k| 0.000000e+00 | 5.270000e+02 |    Inf 
1206.89/1206.95	o 493
1206.89/1206.95	c *1207s|208028 | 12403 |  6924k|  33.3 |  84M|  58 |   - |1700 |2518 |1700 | 896 | 650k| 100k|  15k| 0.000000e+00 | 4.930000e+02 |    Inf 
1212.10/1212.19	o 448
1212.10/1212.19	c *1212s|209242 |  6144 |  6956k|  33.2 |  58M|  58 |   - |1700 |2992 |1700 | 869 | 651k| 102k|  15k| 0.000000e+00 | 4.480000e+02 |    Inf 
1212.80/1212.80	o 439
1212.80/1212.80	c *1213s|209381 |  6001 |  6959k|  33.2 |  57M|  58 |   - |1700 |2917 |1700 | 880 | 651k| 102k|  15k| 0.000000e+00 | 4.390000e+02 |    Inf 
1212.80/1212.87	o 407
1212.80/1212.87	c *1213s|209388 |  5532 |  6959k|  33.2 |  53M|  58 |   - |1700 |2891 |1700 | 881 | 651k| 102k|  15k| 0.000000e+00 | 4.070000e+02 |    Inf 
1213.99/1214.09	o 322
1213.99/1214.09	c *1214s|209685 |  3347 |  6967k|  33.2 |  42M|  58 |   - |1700 |2412 |1700 | 906 | 651k| 103k|  15k| 0.000000e+00 | 3.220000e+02 |    Inf 
1215.39/1215.50	c  1216s|210000 |  2491 |  6979k|  33.2 |  36M|  58 |  52 |1700 |2097 |1700 | 865 | 651k| 103k|  15k| 0.000000e+00 | 3.220000e+02 |    Inf 
1217.79/1217.87	o 259
1217.79/1217.87	c *1218s|210584 |  1013 |  6999k|  33.2 |  25M|  58 |   - |1700 |2416 |1700 | 901 | 651k| 104k|  15k| 0.000000e+00 | 2.590000e+02 |    Inf 
1217.79/1217.87	o 214
1217.79/1217.87	c *1218s|210585 |   960 |  6999k|  33.2 |  24M|  58 |   - |1700 |2416 |1700 | 900 | 651k| 104k|  15k| 0.000000e+00 | 2.140000e+02 |    Inf 
1218.10/1218.12	o 82
1218.10/1218.12	c *1218s|210640 |   753 |  7002k|  33.2 |  22M|  58 |   - |1700 |2049 |1700 | 902 | 651k| 104k|  15k| 0.000000e+00 | 8.200000e+01 |    Inf 
1218.29/1218.37	c 
1218.29/1218.37	c SCIP Status        : problem is solved [optimal solution found]
1218.29/1218.37	c Solving Time (sec) : 1218.37
1218.29/1218.37	c Solving Nodes      : 210714
1218.29/1218.37	c Primal Bound       : +8.20000000000000e+01 (534 solutions)
1218.29/1218.37	c Dual Bound         : +8.20000000000000e+01
1218.29/1218.37	c Gap                : 0.00 %
1218.29/1218.37	s OPTIMUM FOUND
1218.29/1218.37	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 
1218.29/1218.37	v x176 -x175 -x174 x173 -x172 x171 x170 -x169 -x168 x167 x166 -x165 x164 -x163 -x162 x161 -x160 x159 x158 -x157 -x156 x155 
1218.29/1218.37	v -x154 x153 -x152 x151 x150 -x149 -x148 x147 x146 -x145 -x144 x143 -x142 x141 -x140 x139 -x138 x137 -x136 x135 -x134 x133 -x132 
1218.29/1218.37	v x131 -x130 x129 x128 -x127 -x126 x125 -x124 x123 -x122 x121 -x120 x119 x118 -x117 -x116 x115 x114 -x113 x112 -x111 x110 -x109 
1218.29/1218.37	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 
1218.29/1218.37	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 
1218.29/1218.37	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 
1218.29/1218.37	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 
1218.29/1218.37	c SCIP Status        : problem is solved [optimal solution found]
1218.29/1218.37	c Total Time         :    1218.37
1218.29/1218.37	c   solving          :    1218.37
1218.29/1218.37	c   presolving       :       0.04 (included in solving)
1218.29/1218.37	c   reading          :       0.01 (included in solving)
1218.29/1218.37	c Original Problem   :
1218.29/1218.37	c   Problem name     : HOME/instance-3447946-1307902391.wbo
1218.29/1218.37	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1218.29/1218.37	c   Constraints      : 901 initial, 901 maximal
1218.29/1218.37	c Presolved Problem  :
1218.29/1218.37	c   Problem name     : t_HOME/instance-3447946-1307902391.wbo
1218.29/1218.37	c   Variables        : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
1218.29/1218.37	c   Constraints      : 1600 initial, 4136 maximal
1218.29/1218.37	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1218.29/1218.37	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1218.29/1218.37	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1218.29/1218.37	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1218.29/1218.37	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1218.29/1218.37	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1218.29/1218.37	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1218.29/1218.37	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1218.29/1218.37	c   linear           :       0.02          0        100          0        800          0        101          0          0          0
1218.29/1218.37	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1218.29/1218.37	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1218.29/1218.37	c   root node        :          -       1489          -          -       1489          -          -          -          -          -
1218.29/1218.37	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1218.29/1218.37	c   integral         :          0          0          0     786814          0       7449          0        290        860          0          0     268326
1218.29/1218.37	c   varbound         :          0+         6     803791     651764          0          0      80263         40    5066848     651810          0          0
1218.29/1218.37	c   linear           :        800          6     803942         38          0       7446     396271      26378    1131509          0          0          0
1218.29/1218.37	c   indicator        :        800          0     777574     651764          0       7437     114659          0     127962          0          0          0
1218.29/1218.37	c   logicor          :          0+         0     416797          0          0          0     173054      10087     219629          0          0          0
1218.29/1218.37	c   countsols        :          0          0          0         42          0        494          0          0          0          0          0          0
1218.29/1218.37	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1218.29/1218.37	c   integral         :      29.23       0.00       0.00      29.22       0.00       0.02       0.00
1218.29/1218.37	c   varbound         :      22.49       0.00      13.62       8.85       0.00       0.00       0.02
1218.29/1218.37	c   linear           :      12.80       0.00      12.03       0.00       0.00       0.51       0.26
1218.29/1218.37	c   indicator        :      46.81       0.01      11.61      31.66       0.00       3.49       0.03
1218.29/1218.37	c   logicor          :       5.15       0.00       4.98       0.00       0.00       0.00       0.17
1218.29/1218.37	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1218.29/1218.37	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1218.29/1218.37	c   vbounds          :     404319     152463         41   17273196
1218.29/1218.37	c   rootredcost      :         42          0          0        743
1218.29/1218.37	c   pseudoobj        :     832081     105591      28289    5068106
1218.29/1218.37	c Propagator Timings :  TotalTime  Propagate    Resprop
1218.29/1218.37	c   vbounds          :      40.80      40.75       0.04
1218.29/1218.37	c   rootredcost      :       0.18       0.18       0.00
1218.29/1218.37	c   pseudoobj        :      16.33      15.48       0.85
1218.29/1218.37	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1218.29/1218.37	c   propagation      :       2.01      64835      61933     142479       21.2       2507       10.9          -
1218.29/1218.37	c   infeasible LP    :       0.00          1          1          3       10.3          0        0.0          0
1218.29/1218.37	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1218.29/1218.37	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1218.29/1218.37	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
1218.29/1218.37	c   applied globally :          -          -          -     104863       18.2          -          -          -
1218.29/1218.37	c   applied locally  :          -          -          -          0        0.0          -          -          -
1218.29/1218.37	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1218.29/1218.37	c   cut pool         :       0.00          5          -          -         13          -    (maximal pool size: 1668)
1218.29/1218.37	c   redcost          :      27.74     429838          0   17216900          0          0
1218.29/1218.37	c   impliedbounds    :       0.00          6          0          0          0          0
1218.29/1218.37	c   intobj           :       0.00          0          0          0          0          0
1218.29/1218.37	c   gomory           :       0.26          6          0          0        556          0
1218.29/1218.37	c   cgmip            :       0.00          0          0          0          0          0
1218.29/1218.37	c   closecuts        :       0.00          0          0          0          0          0
1218.29/1218.37	c   strongcg         :       0.24          6          0          0       1429          0
1218.29/1218.37	c   cmir             :       0.09          6          0          0          0          0
1218.29/1218.37	c   flowcover        :       0.04          6          0          0          0          0
1218.29/1218.37	c   clique           :       0.00          1          0          0          0          0
1218.29/1218.37	c   zerohalf         :       0.00          0          0          0          0          0
1218.29/1218.37	c   mcf              :       0.00          1          0          0          0          0
1218.29/1218.37	c   oddcycle         :       0.00          0          0          0          0          0
1218.29/1218.37	c   rapidlearning    :       0.06          1          0          0          0          0
1218.29/1218.37	c Pricers            :       Time      Calls       Vars
1218.29/1218.37	c   problem variables:       0.00          0          0
1218.29/1218.37	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1218.29/1218.37	c   relpscost        :      28.96     135050        290        860          0          0     268326
1218.29/1218.37	c   pscost           :       0.00          0          0          0          0          0          0
1218.29/1218.37	c   inference        :       0.00          0          0          0          0          0          0
1218.29/1218.37	c   mostinf          :       0.00          0          0          0          0          0          0
1218.29/1218.37	c   leastinf         :       0.00          0          0          0          0          0          0
1218.29/1218.37	c   fullstrong       :       0.00          0          0          0          0          0          0
1218.29/1218.37	c   allfullstrong    :       0.00          0          0          0          0          0          0
1218.29/1218.37	c   random           :       0.00          0          0          0          0          0          0
1218.29/1218.37	c Primal Heuristics  :       Time      Calls      Found
1218.29/1218.37	c   LP solutions     :       0.09          -         42
1218.29/1218.37	c   pseudo solutions :       0.00          -          0
1218.29/1218.37	c   feaspump         :       0.01          0          0
1218.29/1218.37	c   intshifting      :       0.00          0          0
1218.29/1218.37	c   oneopt           :       0.23         40          0
1218.29/1218.37	c   objpscostdiving  :       5.33        402          0
1218.29/1218.37	c   linesearchdiving :       6.02        804          0
1218.29/1218.37	c   guideddiving     :       5.70        804          0
1218.29/1218.37	c   coefdiving       :       6.28        804          0
1218.29/1218.37	c   pscostdiving     :       6.21        804          0
1218.29/1218.37	c   veclendiving     :       6.21        804          0
1218.29/1218.37	c   fracdiving       :       5.84        804          0
1218.29/1218.37	c   rootsoldiving    :       4.23        403          0
1218.29/1218.37	c   trivial          :       0.00          2          1
1218.29/1218.37	c   shiftandpropagate:       0.00          0          0
1218.29/1218.37	c   simplerounding   :       0.48     157925          0
1218.29/1218.37	c   zirounding       :       0.09       1000          0
1218.29/1218.37	c   rounding         :       0.51       5553          0
1218.29/1218.37	c   shifting         :       1.24       1725          0
1218.29/1218.37	c   twoopt           :       0.00          0          0
1218.29/1218.37	c   fixandinfer      :       0.00          0          0
1218.29/1218.37	c   clique           :       0.00          0          0
1218.29/1218.37	c   intdiving        :       0.00          0          0
1218.29/1218.37	c   actconsdiving    :       0.00          0          0
1218.29/1218.37	c   octane           :       0.00          0          0
1218.29/1218.37	c   rens             :       0.02          1          0
1218.29/1218.37	c   rins             :       0.00          0          0
1218.29/1218.37	c   localbranching   :       0.00          0          0
1218.29/1218.37	c   mutation         :       0.00          0          0
1218.29/1218.37	c   crossover        :       1.44         53          0
1218.29/1218.37	c   dins             :       0.00          0          0
1218.29/1218.37	c   vbounds          :       0.00          0          0
1218.29/1218.37	c   undercover       :       0.00          0          0
1218.29/1218.37	c   subnlp           :       0.03          0          0
1218.29/1218.37	c   trysol           :       0.46       6939        491
1218.29/1218.37	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1218.29/1218.37	c   primal LP        :       2.99          0          0       0.00       0.00
1218.29/1218.37	c   dual LP          :     752.13     874775    6652295       7.60    8844.57
1218.29/1218.37	c   lex dual LP      :       0.00          0          0       0.00          -
1218.29/1218.37	c   barrier LP       :       0.00          0          0       0.00          -
1218.29/1218.37	c   diving/probing LP:      32.31      30351     351665      11.59   10882.94
1218.29/1218.37	c   strong branching :      27.39      15755     241889      15.35    8830.55
1218.29/1218.37	c     (at root node) :          -         33      11018     333.88          -
1218.29/1218.37	c   conflict analysis:       0.00          0          0       0.00          -
1218.29/1218.37	c B&B Tree           :
1218.29/1218.37	c   number of runs   :          1
1218.29/1218.37	c   nodes            :     210714
1218.29/1218.37	c   nodes (total)    :     210714
1218.29/1218.37	c   nodes left       :          0
1218.29/1218.37	c   max depth        :         58
1218.29/1218.37	c   max depth (total):         58
1218.29/1218.37	c   backtracks       :      44609 (21.2%)
1218.29/1218.37	c   delayed cutoffs  :      24980
1218.29/1218.37	c   repropagations   :      93699 (1509695 domain reductions, 4221 cutoffs)
1218.29/1218.37	c   avg switch length:       5.81
1218.29/1218.37	c   switching time   :      38.44
1218.29/1218.37	c Solution           :
1218.29/1218.37	c   Solutions found  :        534 (43 improvements)
1218.29/1218.37	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.05 seconds, depth 0, found by <trivial>)
1218.29/1218.37	c   Primal Bound     : +8.20000000000000e+01   (in run 1, after 210640 nodes, 1218.12 seconds, depth 20, found by <relaxation>)
1218.29/1218.37	c   Dual Bound       : +8.20000000000000e+01
1218.29/1218.37	c   Gap              :       0.00 %
1218.29/1218.37	c   Root Dual Bound  : +0.00000000000000e+00
1218.29/1218.37	c   Root Iterations  :       1001
1218.29/1218.39	c Time complete: 1218.39.

Verifier Data

OK	82

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 /tmp/evaluation-result-3447946-1307902391/watcher-3447946-1307902391 -o /tmp/evaluation-result-3447946-1307902391/solver-3447946-1307902391 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447946-1307902391.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.01 2.00 3/175 7949
/proc/meminfo: memFree=30977724/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=10120 CPUtime=0 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 1519 0 0 0 0 0 0 0 23 0 1 0 901837739 10362880 1472 33554432000 4194304 9128323 140733397953216 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7949/statm: 2530 1472 399 1205 0 1321 0

[startup+0.0404909 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 7949
/proc/meminfo: memFree=30977724/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=23148 CPUtime=0.03 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 4840 0 0 0 3 0 0 0 23 0 1 0 901837739 23703552 4535 33554432000 4194304 9128323 140733397953216 18446744073709551615 5973216 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7949/statm: 5787 4535 535 1205 0 4578 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23148

[startup+0.100473 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 7949
/proc/meminfo: memFree=30977724/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=27728 CPUtime=0.09 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 6196 0 0 0 9 0 0 0 23 0 1 0 901837739 28393472 5861 33554432000 4194304 9128323 140733397953216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7949/statm: 6932 5861 655 1205 0 5723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27728

[startup+0.300435 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 7949
/proc/meminfo: memFree=30977724/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=46652 CPUtime=0.29 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 11969 0 0 0 28 1 0 0 25 0 1 0 901837739 47771648 10585 33554432000 4194304 9128323 140733397953216 18446744073709551615 6311713 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7949/statm: 11663 10585 720 1205 0 10454 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46652

[startup+0.700367 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 7949
/proc/meminfo: memFree=30977724/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=46820 CPUtime=0.69 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 12026 0 0 0 67 2 0 0 25 0 1 0 901837739 47943680 10634 33554432000 4194304 9128323 140733397953216 18446744073709551615 6678047 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7949/statm: 11705 10634 712 1205 0 10496 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46820

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 7950
/proc/meminfo: memFree=30937092/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=46884 CPUtime=1.49 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 13657 0 0 0 142 7 0 0 25 0 1 0 901837739 48009216 10769 33554432000 4194304 9128323 140733397953216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7949/statm: 11721 10769 719 1205 0 10512 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46884

[startup+3.10096 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 7950
/proc/meminfo: memFree=30936720/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=46960 CPUtime=3.09 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 13664 0 0 0 293 16 0 0 25 0 1 0 901837739 48087040 10776 33554432000 4194304 9128323 140733397953216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7949/statm: 11740 10776 719 1205 0 10531 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46960

[startup+6.30041 s]
/proc/loadavg: 2.08 2.02 2.01 5/176 7950
/proc/meminfo: memFree=30936200/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=46960 CPUtime=6.29 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 13664 0 0 0 596 33 0 0 25 0 1 0 901837739 48087040 10776 33554432000 4194304 9128323 140733397953216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7949/statm: 11740 10776 719 1205 0 10531 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46960

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 7950
/proc/meminfo: memFree=30936092/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=46960 CPUtime=12.69 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 18179 0 0 0 1207 62 0 0 25 0 1 0 901837739 48087040 10788 33554432000 4194304 9128323 140733397953216 18446744073709551615 6505985 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7949/statm: 11740 10788 727 1205 0 10531 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46960

[startup+25.5011 s]
/proc/loadavg: 2.06 2.02 2.00 3/176 7950
/proc/meminfo: memFree=30934648/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=50420 CPUtime=25.49 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 28510 0 0 0 2428 121 0 0 25 0 1 0 901837739 51630080 11608 33554432000 4194304 9128323 140733397953216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 12605 11608 727 1205 0 11396 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50420

[startup+51.1007 s]
/proc/loadavg: 2.04 2.02 2.00 3/176 7951
/proc/meminfo: memFree=30928968/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=55560 CPUtime=51.08 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 43987 0 0 0 4882 226 0 0 25 0 1 0 901837739 56893440 12960 33554432000 4194304 9128323 140733397953216 18446744073709551615 7192183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 13890 12960 727 1205 0 12681 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 55560

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 7952
/proc/meminfo: memFree=30922880/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=61176 CPUtime=102.29 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 72179 0 0 0 9811 418 0 0 25 0 1 0 901837739 62644224 14355 33554432000 4194304 9128323 140733397953216 18446744073709551615 7342520 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 15294 14355 727 1205 0 14085 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 61176

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 7954
/proc/meminfo: memFree=30916040/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=68256 CPUtime=162.28 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 81457 0 0 0 15584 644 0 0 25 0 1 0 901837739 69894144 16145 33554432000 4194304 9128323 140733397953216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 17064 16145 727 1205 0 15855 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 68256

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7956
/proc/meminfo: memFree=30910064/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=74368 CPUtime=222.29 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 86201 0 0 0 21360 869 0 0 25 0 1 0 901837739 76152832 17676 33554432000 4194304 9128323 140733397953216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 18592 17676 727 1205 0 17383 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 74368

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7958
/proc/meminfo: memFree=30904480/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=79492 CPUtime=282.28 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 98210 0 0 0 27124 1104 0 0 25 0 1 0 901837739 81399808 18979 33554432000 4194304 9128323 140733397953216 18446744073709551615 18446744073699065918 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 19873 18979 727 1205 0 18664 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 79492

[startup+342.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 7958
/proc/meminfo: memFree=30894040/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=86324 CPUtime=342.29 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 106300 0 0 0 32880 1349 0 0 25 0 1 0 901837739 88395776 20698 33554432000 4194304 9128323 140733397953216 18446744073709551615 7077352 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 21581 20698 727 1205 0 20372 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 86324

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 7960
/proc/meminfo: memFree=30887336/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=92484 CPUtime=402.29 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 117623 0 0 0 38655 1574 0 0 25 0 1 0 901837739 94703616 22271 33554432000 4194304 9128323 140733397953216 18446744073709551615 7346483 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 23121 22271 727 1205 0 21912 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 92484

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7962
/proc/meminfo: memFree=30880992/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=98644 CPUtime=462.29 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 136086 0 0 0 44427 1802 0 0 25 0 1 0 901837739 101011456 23835 33554432000 4194304 9128323 140733397953216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 24661 23835 727 1205 0 23452 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 98644

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7964
/proc/meminfo: memFree=30875528/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=104668 CPUtime=522.29 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 146736 0 0 0 50209 2020 0 0 25 0 1 0 901837739 107180032 25324 33554432000 4194304 9128323 140733397953216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 26167 25324 727 1205 0 24958 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 104668

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7966
/proc/meminfo: memFree=30866080/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=114320 CPUtime=582.29 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 158790 0 0 0 56011 2218 0 0 25 0 1 0 901837739 117063680 27762 33554432000 4194304 9128323 140733397953216 18446744073709551615 7217893 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 28580 27762 727 1205 0 27371 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 114320

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7966
/proc/meminfo: memFree=30852556/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=127972 CPUtime=642.3 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 165218 0 0 0 61811 2419 0 0 25 0 1 0 901837739 131043328 31132 33554432000 4194304 9128323 140733397953216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 31993 31132 727 1205 0 30784 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 127972

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7968
/proc/meminfo: memFree=30842368/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=137924 CPUtime=702.29 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 170471 0 0 0 67596 2633 0 0 25 0 1 0 901837739 141234176 33660 33554432000 4194304 9128323 140733397953216 18446744073709551615 7217863 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 34481 33660 727 1205 0 33272 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 137924

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7970
/proc/meminfo: memFree=30832684/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=147708 CPUtime=762.3 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 172896 0 0 0 73379 2851 0 0 25 0 1 0 901837739 151252992 36061 33554432000 4194304 9128323 140733397953216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 36927 36061 727 1205 0 35718 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 147708

[startup+822.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 7972
/proc/meminfo: memFree=30825608/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=154556 CPUtime=822.29 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 180527 0 0 0 79170 3059 0 0 25 0 1 0 901837739 158265344 37777 33554432000 4194304 9128323 140733397953216 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 38639 37777 727 1205 0 37430 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 154556

[startup+882.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 7974
/proc/meminfo: memFree=30816296/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=164084 CPUtime=882.29 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 186875 0 0 0 84977 3252 0 0 25 0 1 0 901837739 168022016 40134 33554432000 4194304 9128323 140733397953216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 41021 40134 727 1205 0 39812 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 164084

[startup+942.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/176 7974
/proc/meminfo: memFree=30805380/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=174684 CPUtime=942.3 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 197525 0 0 0 90787 3443 0 0 25 0 1 0 901837739 178876416 42821 33554432000 4194304 9128323 140733397953216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 43671 42821 727 1205 0 42462 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 174684

[startup+1002.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 7976
/proc/meminfo: memFree=30792476/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=187904 CPUtime=1002.3 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 208743 0 0 0 96589 3641 0 0 25 0 1 0 901837739 192413696 46094 33554432000 4194304 9128323 140733397953216 18446744073709551615 6713334 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 46976 46094 727 1205 0 45767 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 187904

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 7978
/proc/meminfo: memFree=30779196/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=200856 CPUtime=1062.29 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 228369 0 0 0 102392 3837 0 0 25 0 1 0 901837739 205676544 49240 33554432000 4194304 9128323 140733397953216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 50214 49240 727 1205 0 49005 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 200856

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7980
/proc/meminfo: memFree=30768392/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=211472 CPUtime=1122.29 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 237177 0 0 0 108203 4026 0 0 25 0 1 0 901837739 216547328 51900 33554432000 4194304 9128323 140733397953216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 52868 51900 727 1205 0 51659 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 211472

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7982
/proc/meminfo: memFree=30746548/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=223728 CPUtime=1182.29 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 249021 0 0 0 114014 4215 0 0 25 0 1 0 901837739 229097472 55035 33554432000 4194304 9128323 140733397953216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 55932 55035 737 1205 0 54723 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 223728

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

[startup+1203.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7982
/proc/meminfo: memFree=30743192/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=228564 CPUtime=1203.09 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 258012 0 0 0 116034 4275 0 0 25 0 1 0 901837739 234049536 56107 33554432000 4194304 9128323 140733397953216 18446744073709551615 5992644 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 57141 56107 737 1205 0 55932 0
Current children cumulated CPU time (s) 1203.09
Current children cumulated vsize (KiB) 228564

[startup+1209.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7982
/proc/meminfo: memFree=30741204/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=230144 CPUtime=1209.49 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 261536 0 0 0 116655 4294 0 0 25 0 1 0 901837739 235667456 56489 33554432000 4194304 9128323 140733397953216 18446744073709551615 6856974 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 57536 56489 737 1205 0 56327 0
Current children cumulated CPU time (s) 1209.49
Current children cumulated vsize (KiB) 230144

[startup+1212.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7982
/proc/meminfo: memFree=30740832/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=230036 CPUtime=1212.69 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 262605 0 0 0 116965 4304 0 0 25 0 1 0 901837739 235556864 56482 33554432000 4194304 9128323 140733397953216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 57509 56482 737 1205 0 56300 0
Current children cumulated CPU time (s) 1212.69
Current children cumulated vsize (KiB) 230036

[startup+1215.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7982
/proc/meminfo: memFree=30740336/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=230524 CPUtime=1215.89 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 268509 0 0 0 117271 4318 0 0 25 0 1 0 901837739 236056576 56624 33554432000 4194304 9128323 140733397953216 18446744073709551615 5234110 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 57631 56624 737 1205 0 56422 0
Current children cumulated CPU time (s) 1215.89
Current children cumulated vsize (KiB) 230524

[startup+1217.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7982
/proc/meminfo: memFree=30740336/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=230680 CPUtime=1217.49 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 268510 0 0 0 117425 4324 0 0 25 0 1 0 901837739 236216320 56625 33554432000 4194304 9128323 140733397953216 18446744073709551615 6581557 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 57670 56625 737 1205 0 56461 0
Current children cumulated CPU time (s) 1217.49
Current children cumulated vsize (KiB) 230680

[startup+1217.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7982
/proc/meminfo: memFree=30740336/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=230680 CPUtime=1217.9 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 268510 0 0 0 117464 4326 0 0 25 0 1 0 901837739 236216320 56625 33554432000 4194304 9128323 140733397953216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 57670 56625 737 1205 0 56461 0
Current children cumulated CPU time (s) 1217.9
Current children cumulated vsize (KiB) 230680

[startup+1218.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7982
/proc/meminfo: memFree=30740336/32951132 swapFree=67052544/67111528
[pid=7949] ppid=7947 vsize=230680 CPUtime=1218.29 cores=1,3,5,7
/proc/7949/stat : 7949 (scip-2.0.1.4.li) R 7947 7949 6878 0 -1 4202496 268512 0 0 0 117502 4327 0 0 25 0 1 0 901837739 236216320 56627 33554432000 4194304 9128323 140733397953216 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7949/statm: 57670 56627 737 1205 0 56461 0
Current children cumulated CPU time (s) 1218.29
Current children cumulated vsize (KiB) 230680

Child status: 0
Real time (s): 1218.4
CPU time (s): 1218.4
CPU user time (s): 1175.11
CPU system time (s): 43.2884
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 236088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1175.11
system time used= 43.2884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268516
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= 5
involuntary context switches= 2935

runsolver used 1.54176 second user time and 4.01539 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-12 20:13:11
IDJOB=3447946
IDBENCH=79402
IDSOLVER=1944
FILE ID=node128/3447946-1307902391
RUNJOBID= node128-1307897308-7495
PBS_JOBID= 13559578
Free space on /tmp= 74068 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-jnh219_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 /tmp/evaluation-result-3447946-1307902391/watcher-3447946-1307902391 -o /tmp/evaluation-result-3447946-1307902391/solver-3447946-1307902391 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447946-1307902391.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 0a308225f12d2c01751496daa1233c60
RANDOM SEED=2041294100

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30978168 kB
Buffers:        311836 kB
Cached:        1083084 kB
SwapCached:      11368 kB
Active:         854708 kB
Inactive:       889100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30978168 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:           12056 kB
Writeback:           0 kB
AnonPages:      346216 kB
Mapped:          13380 kB
Slab:           164004 kB
PageTables:       5320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   547312 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74056 MiB
End job on node128 at 2011-06-12 20:33:29