Trace number 3447968

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 569.307 569.297

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh205_wcsp.wbo
MD5SUMdcd6541236cc8e3c8ecb4a3e0452a499
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.004999
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-3447968-1307902656.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.01/0.02	c presolving:
0.01/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.01/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.01/0.05	c    (0.1s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.05	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.01/0.05	c presolving (3 rounds):
0.01/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.01/0.05	c  1000 implications, 0 cliques
0.01/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.01/0.05	c     800 constraints of type <linear>
0.01/0.05	c     800 constraints of type <indicator>
0.01/0.05	c transformed objective value is always integral (scale: 1)
0.01/0.05	c Presolving Time: 0.04
0.01/0.05	c - non default parameters ----------------------------------------------------------------------
0.01/0.05	c # SCIP version 2.0.1.4
0.01/0.05	c 
0.01/0.05	c # frequency for displaying node information lines
0.01/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.05	c display/freq = 10000
0.01/0.05	c 
0.01/0.05	c # maximal time in seconds to run
0.01/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.05	c limits/time = 1800
0.01/0.05	c 
0.01/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.05	c limits/memory = 13950
0.01/0.05	c 
0.01/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.05	c # [type: int, range: [1,2], default: 1]
0.01/0.05	c timing/clocktype = 2
0.01/0.05	c 
0.01/0.05	c # belongs reading time to solving time?
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c timing/reading = TRUE
0.01/0.05	c 
0.01/0.05	c # should presolving try to simplify inequalities
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c constraints/linear/simplifyinequalities = TRUE
0.01/0.05	c 
0.01/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c constraints/indicator/addCouplingCons = TRUE
0.01/0.05	c 
0.01/0.05	c # should presolving try to simplify knapsacks
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.05	c 
0.01/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.05	c separating/rapidlearning/freq = 0
0.01/0.05	c 
0.01/0.05	c -----------------------------------------------------------------------------------------------
0.01/0.05	c start solving
0.01/0.05	c 
0.01/0.05	o 394238
0.01/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.01/0.05	c t 0.1s|     1 |     0 |     0 |     - |4703k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.01/0.06	c   0.1s|     1 |     0 |   143 |     - |5770k|   0 |  60 |1700 |2400 |1700 | 800 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |   451 |     - |6647k|   0 |  71 |1700 |2400 |1700 | 839 |  39 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |   723 |     - |8138k|   0 |  58 |1700 |2400 |1700 | 874 |  74 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   889 |     - |8305k|   0 |  76 |1700 |2400 |1700 | 899 |  99 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |   931 |     - |8370k|   0 |  87 |1700 |2400 |1700 | 911 | 111 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.49/0.59	c   0.6s|     1 |     0 |   955 |     - |  10M|   0 |  88 |1700 |2400 |1700 | 916 | 116 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.69/0.71	c   0.7s|     1 |     0 |   977 |     - |  12M|   0 |  84 |1700 |2400 |1700 | 920 | 120 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.79/0.85	c   0.8s|     1 |     0 |  1003 |     - |  15M|   0 |  87 |1700 |2400 |1700 | 921 | 121 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
1.29/1.37	c   1.4s|     1 |     2 |  1003 |     - |  15M|   0 |  87 |1700 |2400 |1700 | 921 | 121 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
7.29/7.37	o 5933
7.29/7.37	c * 7.4s|   528 |   527 | 16682 |  29.8 |  18M|  57 |   - |1700 |2400 |1700 | 949 | 266 |   0 | 861 | 0.000000e+00 | 5.933000e+03 |    Inf 
7.49/7.51	o 4664
7.49/7.51	c * 7.5s|   541 |   530 | 17115 |  29.8 |  19M|  59 |   - |1700 |2400 |1700 | 942 | 323 |   0 | 898 | 0.000000e+00 | 4.664000e+03 |    Inf 
7.60/7.61	o 4541
7.60/7.61	c * 7.6s|   549 |   534 | 17413 |  29.9 |  19M|  59 |   - |1700 |2400 |1700 | 927 | 362 |   0 | 926 | 0.000000e+00 | 4.541000e+03 |    Inf 
7.60/7.62	o 4441
7.60/7.62	c * 7.6s|   550 |   532 | 17419 |  29.9 |  19M|  59 |   - |1700 |2400 |1700 | 925 | 362 |   0 | 926 | 0.000000e+00 | 4.441000e+03 |    Inf 
8.19/8.21	o 4165
8.19/8.21	c * 8.2s|   668 |   628 | 21292 |  30.4 |  19M|  62 |   - |1700 |2405 |1700 | 921 | 577 |   5 | 987 | 0.000000e+00 | 4.165000e+03 |    Inf 
8.19/8.22	o 3972
8.19/8.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.19/8.22	c * 8.2s|   669 |   624 | 21308 |  30.4 |  19M|  62 |   - |1700 |2405 |1700 | 917 | 577 |   5 | 987 | 0.000000e+00 | 3.972000e+03 |    Inf 
8.99/9.07	o 3767
8.99/9.07	c * 9.1s|   847 |   745 | 25983 |  29.5 |  19M|  62 |   - |1700 |2421 |1700 | 944 |1053 |  21 |1032 | 0.000000e+00 | 3.767000e+03 |    Inf 
13.09/13.13	o 3718
13.09/13.13	c *13.1s|  1968 |  1790 | 55430 |  27.7 |  21M|  62 |   - |1700 |2453 |1700 | 932 |2664 |  53 |1214 | 0.000000e+00 | 3.718000e+03 |    Inf 
13.09/13.14	o 3310
13.09/13.14	c *13.1s|  1969 |  1764 | 55443 |  27.7 |  21M|  62 |   - |1700 |2453 |1700 | 937 |2669 |  53 |1214 | 0.000000e+00 | 3.310000e+03 |    Inf 
14.29/14.33	o 2822
14.29/14.33	c *14.3s|  2152 |  1826 | 61501 |  28.1 |  21M|  62 |   - |1700 |2476 |1700 | 909 |3233 |  76 |1291 | 0.000000e+00 | 2.822000e+03 |    Inf 
15.40/15.47	o 2756
15.40/15.47	c *15.5s|  2456 |  2070 | 68778 |  27.6 |  21M|  62 |   - |1700 |2506 |1700 | 924 |3600 | 106 |1315 | 0.000000e+00 | 2.756000e+03 |    Inf 
16.89/16.94	o 2407
16.89/16.94	c *16.9s|  2762 |  2186 | 76183 |  27.2 |  21M|  62 |   - |1700 |2552 |1700 | 935 |4426 | 152 |1355 | 0.000000e+00 | 2.407000e+03 |    Inf 
16.89/16.95	o 2112
16.89/16.95	c *17.0s|  2763 |  2088 | 76224 |  27.2 |  21M|  62 |   - |1700 |2552 |1700 | 927 |4429 | 152 |1355 | 0.000000e+00 | 2.112000e+03 |    Inf 
16.99/17.04	o 2009
16.99/17.04	c *17.0s|  2775 |  2080 | 76592 |  27.2 |  21M|  62 |   - |1700 |2555 |1700 | 920 |4472 | 155 |1358 | 0.000000e+00 | 2.009000e+03 |    Inf 
53.48/53.50	c  53.5s| 10000 |  5872 |281967 |  28.1 |  26M|  62 |  14 |1700 |3165 |1700 | 893 |  24k|1655 |1786 | 0.000000e+00 | 2.009000e+03 |    Inf 
83.79/83.80	o 2006
83.79/83.80	c *83.8s| 15814 |  8263 |455129 |  28.7 |  30M|  62 |   - |1700 |2803 |1700 | 902 |  39k|3186 |2398 | 0.000000e+00 | 2.006000e+03 |    Inf 
83.79/83.81	o 1829
83.79/83.81	c *83.8s| 15815 |  8167 |455162 |  28.7 |  30M|  62 |   - |1700 |2800 |1700 | 903 |  39k|3186 |2398 | 0.000000e+00 | 1.829000e+03 |    Inf 
106.89/106.93	c   107s| 20000 |  9834 |587560 |  29.3 |  32M|  62 |   6 |1700 |2791 |1700 | 887 |  50k|4377 |2887 | 0.000000e+00 | 1.829000e+03 |    Inf 
115.89/115.90	o 1750
115.89/115.90	c * 116s| 21743 | 10496 |640862 |  29.4 |  34M|  62 |   - |1700 |2782 |1700 | 953 |  54k|4877 |3050 | 0.000000e+00 | 1.750000e+03 |    Inf 
155.60/155.64	c   156s| 30000 | 14020 |888000 |  29.6 |  40M|  62 |   - |1700 |2878 |   0 |   0 |  71k|7217 |3748 | 0.000000e+00 | 1.750000e+03 |    Inf 
207.00/207.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.00/207.02	c   207s| 40000 | 17839 |  1183k|  29.6 |  47M|  62 |   - |1700 |3030 |1700 | 900 |  94k|  10k|4727 | 0.000000e+00 | 1.750000e+03 |    Inf 
221.80/221.85	o 1631
221.80/221.85	c * 222s| 42616 | 18588 |  1261k|  29.6 |  48M|  62 |   - |1700 |3012 |1700 | 894 | 102k|  11k|4980 | 0.000000e+00 | 1.631000e+03 |    Inf 
264.40/264.46	c   264s| 50000 | 20696 |  1497k|  29.9 |  52M|  62 |   - |1700 |3039 |1700 | 906 | 124k|  13k|5573 | 0.000000e+00 | 1.631000e+03 |    Inf 
315.90/315.93	o 1470
315.90/315.93	c * 316s| 59407 | 23128 |  1783k|  30.0 |  57M|  62 |   - |1700 |2922 |1700 | 910 | 149k|  17k|6295 | 0.000000e+00 | 1.470000e+03 |    Inf 
318.70/318.71	c   319s| 60000 | 23327 |  1800k|  30.0 |  57M|  62 |  13 |1700 |2895 |1700 | 888 | 150k|  17k|6325 | 0.000000e+00 | 1.470000e+03 |    Inf 
370.71/370.79	c   371s| 70000 | 26119 |  2098k|  30.0 |  63M|  62 |  12 |1700 |2999 |1700 | 903 | 174k|  21k|6918 | 0.000000e+00 | 1.470000e+03 |    Inf 
427.00/427.10	c   427s| 80000 | 28410 |  2416k|  30.2 |  69M|  62 |   - |1700 |2972 |1700 | 904 | 200k|  25k|7562 | 0.000000e+00 | 1.470000e+03 |    Inf 
480.71/480.78	c   481s| 90000 | 30539 |  2708k|  30.1 |  74M|  62 |   5 |1700 |2984 |1700 | 899 | 226k|  29k|8198 | 0.000000e+00 | 1.470000e+03 |    Inf 
522.61/522.69	o 1427
522.61/522.69	c * 523s| 97717 | 32281 |  2942k|  30.1 |  78M|  62 |   - |1700 |2992 |1700 | 904 | 246k|  32k|8637 | 0.000000e+00 | 1.427000e+03 |    Inf 
534.70/534.72	c   535s|100000 | 32867 |  2998k|  30.0 |  79M|  62 |  13 |1700 |3090 |1700 | 890 | 252k|  33k|8792 | 0.000000e+00 | 1.427000e+03 |    Inf 
542.00/542.01	o 1411
542.00/542.01	c * 542s|101460 | 33242 |  3038k|  29.9 |  80M|  62 |   - |1700 |3027 |1700 | 914 | 255k|  33k|8857 | 0.000000e+00 | 1.411000e+03 |    Inf 
545.80/545.88	o 1154
545.80/545.88	c * 546s|102225 | 32655 |  3057k|  29.9 |  78M|  62 |   - |1700 |3047 |1700 | 898 | 257k|  34k|8882 | 0.000000e+00 | 1.154000e+03 |    Inf 
548.81/548.87	o 1028
548.81/548.87	c * 549s|102848 | 32119 |  3069k|  29.8 |  75M|  62 |   - |1700 |3169 |1700 | 918 | 258k|  34k|8916 | 0.000000e+00 | 1.028000e+03 |    Inf 
552.90/552.99	o 916
552.90/552.99	c * 553s|103674 | 30894 |  3092k|  29.8 |  71M|  62 |   - |1700 |2980 |1700 | 900 | 259k|  35k|8944 | 0.000000e+00 | 9.160000e+02 |    Inf 
555.90/555.96	o 907
555.90/555.96	c * 556s|104254 | 30750 |  3110k|  29.8 |  73M|  62 |   - |1700 |2705 |1700 | 953 | 260k|  35k|8999 | 0.000000e+00 | 9.070000e+02 |    Inf 
557.31/557.35	o 825
557.31/557.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
557.31/557.35	c * 557s|104525 | 29505 |  3118k|  29.8 |  70M|  62 |   - |1700 |2643 |1700 | 954 | 260k|  35k|9001 | 0.000000e+00 | 8.250000e+02 |    Inf 
557.41/557.47	o 580
557.41/557.47	c * 557s|104532 | 23815 |  3119k|  29.8 |  59M|  62 |   - |1700 |2511 |1700 | 956 | 260k|  35k|9003 | 0.000000e+00 | 5.800000e+02 |    Inf 
560.40/560.46	o 504
560.40/560.46	c * 560s|104993 | 17830 |  3139k|  29.9 |  54M|  62 |   - |1700 |2176 |1700 | 888 | 260k|  36k|9046 | 0.000000e+00 | 5.040000e+02 |    Inf 
561.70/561.73	o 434
561.70/561.73	c * 562s|105231 | 14981 |  3148k|  29.9 |  50M|  62 |   - |1700 |2109 |1700 | 888 | 260k|  36k|9057 | 0.000000e+00 | 4.340000e+02 |    Inf 
566.20/566.21	o 380
566.20/566.21	c * 566s|106177 | 10746 |  3176k|  29.9 |  45M|  62 |   - |1700 |2272 |1700 | 891 | 261k|  37k|9111 | 0.000000e+00 | 3.800000e+02 |    Inf 
567.20/567.20	o 378
567.20/567.20	c * 567s|106359 |  8424 |  3182k|  29.9 |  42M|  62 |   - |1700 |1944 |1700 | 894 | 261k|  37k|9123 | 0.000000e+00 | 3.780000e+02 |    Inf 
567.61/567.66	o 365
567.61/567.66	c * 568s|106428 |  7024 |  3185k|  29.9 |  40M|  62 |   - |1700 |1905 |1700 | 887 | 261k|  37k|9128 | 0.000000e+00 | 3.650000e+02 |    Inf 
568.01/568.03	o 360
568.01/568.03	c * 568s|106523 |  5975 |  3188k|  29.9 |  38M|  62 |   - |1700 |1873 |1700 | 894 | 261k|  37k|9131 | 0.000000e+00 | 3.600000e+02 |    Inf 
568.01/568.07	o 180
568.01/568.07	c * 568s|106526 |  2473 |  3188k|  29.9 |  29M|  62 |   - |1700 |1856 |1700 | 895 | 261k|  37k|9131 | 0.000000e+00 | 1.800000e+02 |    Inf 
568.01/568.09	o 164
568.01/568.09	c * 568s|106532 |  2341 |  3188k|  29.9 |  29M|  62 |   - |1700 |1361 |1700 | 887 | 261k|  37k|9132 | 0.000000e+00 | 1.640000e+02 |    Inf 
568.71/568.78	o 163
568.71/568.78	c * 569s|106664 |   923 |  3193k|  29.9 |  24M|  62 |   - |1700 |1418 |1700 | 887 | 261k|  38k|9139 | 0.000000e+00 | 1.630000e+02 |    Inf 
569.20/569.20	o 117
569.20/569.20	c * 569s|106775 |   199 |  3196k|  29.9 |  20M|  62 |   - |1700 |1480 |1700 | 890 | 261k|  38k|9141 | 0.000000e+00 | 1.170000e+02 |    Inf 
569.20/569.27	o 0
569.20/569.27	c * 569s|106797 |     0 |  3197k|  29.9 |  18M|  62 |   - |1700 |1396 |1700 | 889 | 261k|  38k|9144 | 0.000000e+00 | 0.000000e+00 |   0.00%
569.20/569.27	c 
569.20/569.27	c SCIP Status        : problem is solved [optimal solution found]
569.20/569.27	c Solving Time (sec) : 569.27
569.20/569.27	c Solving Nodes      : 106797
569.20/569.27	c Primal Bound       : +0.00000000000000e+00 (175 solutions)
569.20/569.27	c Dual Bound         : +0.00000000000000e+00
569.20/569.27	c Gap                : 0.00 %
569.20/569.27	s OPTIMUM FOUND
569.20/569.27	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 
569.20/569.27	v -x176 x175 x174 -x173 -x172 x171 x170 -x169 -x168 x167 x166 -x165 x164 -x163 x162 -x161 -x160 x159 x158 -x157 x156 -x155 
569.20/569.27	v x154 -x153 x152 -x151 x150 -x149 x148 -x147 x146 -x145 -x144 x143 x142 -x141 -x140 x139 x138 -x137 -x136 x135 -x134 x133 x132 
569.20/569.27	v -x131 x130 -x129 x128 -x127 x126 -x125 -x124 x123 -x122 x121 x120 -x119 -x118 x117 x116 -x115 -x114 x113 -x112 x111 x110 -x109 
569.20/569.27	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 
569.20/569.27	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 
569.20/569.27	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 
569.20/569.27	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 
569.20/569.27	c SCIP Status        : problem is solved [optimal solution found]
569.20/569.27	c Total Time         :     569.27
569.20/569.27	c   solving          :     569.27
569.20/569.27	c   presolving       :       0.04 (included in solving)
569.20/569.27	c   reading          :       0.01 (included in solving)
569.20/569.27	c Original Problem   :
569.20/569.27	c   Problem name     : HOME/instance-3447968-1307902656.wbo
569.20/569.27	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
569.20/569.27	c   Constraints      : 901 initial, 901 maximal
569.20/569.27	c Presolved Problem  :
569.20/569.27	c   Problem name     : t_HOME/instance-3447968-1307902656.wbo
569.20/569.27	c   Variables        : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
569.20/569.27	c   Constraints      : 1600 initial, 3277 maximal
569.20/569.27	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
569.20/569.27	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
569.20/569.27	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
569.20/569.27	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
569.20/569.27	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
569.20/569.27	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
569.20/569.27	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
569.20/569.27	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
569.20/569.27	c   linear           :       0.02          0        100          0        800          0        101          0          0          0
569.20/569.27	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
569.20/569.27	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
569.20/569.27	c   root node        :          -       1417          -          -       1417          -          -          -          -          -
569.20/569.27	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
569.20/569.27	c   integral         :          0          0          0     332953          0       3835          0        108        442          0          0     142330
569.20/569.27	c   varbound         :          0+         7     338832     261414          0          0      38647          5    2240894     261486          0          0
569.20/569.27	c   linear           :        800          7     339062         35          0       3832     163419      13033     529837          0          0          0
569.20/569.27	c   indicator        :        800          0     325998     261414          0       3826      57763          0      69976          0          0          0
569.20/569.27	c   logicor          :          0+         0     182562          0          0          0      43392       4140      77309          0          0          0
569.20/569.27	c   countsols        :          0          0          0         38          0        139          0          0          0          0          0          0
569.20/569.27	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
569.20/569.27	c   integral         :      19.05       0.00       0.00      19.05       0.00       0.01       0.00
569.20/569.27	c   varbound         :      11.84       0.00       7.09       4.74       0.00       0.00       0.01
569.20/569.27	c   linear           :       6.44       0.00       5.97       0.00       0.00       0.34       0.13
569.20/569.27	c   indicator        :      23.00       0.00       5.99      15.00       0.00       1.99       0.02
569.20/569.27	c   logicor          :       1.96       0.00       1.91       0.00       0.00       0.00       0.05
569.20/569.27	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
569.20/569.27	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
569.20/569.27	c   vbounds          :     165099      66244          2    8327573
569.20/569.27	c   rootredcost      :         37          0          0        705
569.20/569.27	c   pseudoobj        :     351020      50316      12139    2240051
569.20/569.27	c Propagator Timings :  TotalTime  Propagate    Resprop
569.20/569.27	c   vbounds          :      19.00      18.98       0.02
569.20/569.27	c   rootredcost      :       0.09       0.09       0.00
569.20/569.27	c   pseudoobj        :       7.51       7.07       0.44
569.20/569.27	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
569.20/569.27	c   propagation      :       0.93      29319      27721      42232       17.4        594        9.7          -
569.20/569.27	c   infeasible LP    :       0.00          6          6         28       19.0          0        0.0          0
569.20/569.27	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
569.20/569.27	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
569.20/569.27	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
569.20/569.27	c   applied globally :          -          -          -      38384       16.4          -          -          -
569.20/569.27	c   applied locally  :          -          -          -          0        0.0          -          -          -
569.20/569.27	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
569.20/569.27	c   cut pool         :       0.00          6          -          -        220          -    (maximal pool size: 2212)
569.20/569.27	c   redcost          :      14.95     215086          0    8313554          0          0
569.20/569.27	c   impliedbounds    :       0.00          7          0          0          0          0
569.20/569.27	c   intobj           :       0.00          0          0          0          0          0
569.20/569.27	c   gomory           :       0.28          7          0          0       1652          0
569.20/569.27	c   cgmip            :       0.00          0          0          0          0          0
569.20/569.27	c   closecuts        :       0.00          0          0          0          0          0
569.20/569.27	c   strongcg         :       0.24          7          0          0       3432          0
569.20/569.27	c   cmir             :       0.06          7          0          0          0          0
569.20/569.27	c   flowcover        :       0.04          7          0          0          0          0
569.20/569.27	c   clique           :       0.00          1          0          0          0          0
569.20/569.27	c   zerohalf         :       0.00          0          0          0          0          0
569.20/569.27	c   mcf              :       0.00          1          0          0          0          0
569.20/569.27	c   oddcycle         :       0.00          0          0          0          0          0
569.20/569.27	c   rapidlearning    :       0.06          1          0          0          0          0
569.20/569.27	c Pricers            :       Time      Calls       Vars
569.20/569.27	c   problem variables:       0.00          0          0
569.20/569.27	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
569.20/569.27	c   relpscost        :      18.93      71538        108        442          0          0     142330
569.20/569.27	c   pscost           :       0.00          0          0          0          0          0          0
569.20/569.27	c   inference        :       0.00          0          0          0          0          0          0
569.20/569.27	c   mostinf          :       0.00          0          0          0          0          0          0
569.20/569.27	c   leastinf         :       0.00          0          0          0          0          0          0
569.20/569.27	c   fullstrong       :       0.00          0          0          0          0          0          0
569.20/569.27	c   allfullstrong    :       0.00          0          0          0          0          0          0
569.20/569.27	c   random           :       0.00          0          0          0          0          0          0
569.20/569.27	c Primal Heuristics  :       Time      Calls      Found
569.20/569.27	c   LP solutions     :       0.08          -         38
569.20/569.27	c   pseudo solutions :       0.00          -          0
569.20/569.27	c   intshifting      :       0.00          0          0
569.20/569.27	c   oneopt           :       0.18         33          0
569.20/569.27	c   crossover        :       0.71         22          0
569.20/569.27	c   fracdiving       :       2.14        352          0
569.20/569.27	c   pscostdiving     :       2.01        352          0
569.20/569.27	c   veclendiving     :       2.24        352          0
569.20/569.27	c   linesearchdiving :       2.43        352          0
569.20/569.27	c   guideddiving     :       2.20        352          0
569.20/569.27	c   coefdiving       :       2.14        353          0
569.20/569.27	c   objpscostdiving  :       1.63        177          0
569.20/569.27	c   rootsoldiving    :       1.87        177          0
569.20/569.27	c   trivial          :       0.00          2          1
569.20/569.27	c   shiftandpropagate:       0.00          0          0
569.20/569.27	c   simplerounding   :       0.26      82106          0
569.20/569.27	c   zirounding       :       0.07       1000          0
569.20/569.27	c   rounding         :       0.38       4050          0
569.20/569.27	c   shifting         :       0.97       1224          0
569.20/569.27	c   twoopt           :       0.00          0          0
569.20/569.27	c   fixandinfer      :       0.00          0          0
569.20/569.27	c   feaspump         :       0.00          0          0
569.20/569.27	c   clique           :       0.00          0          0
569.20/569.27	c   intdiving        :       0.00          0          0
569.20/569.27	c   actconsdiving    :       0.00          0          0
569.20/569.27	c   octane           :       0.00          0          0
569.20/569.27	c   rens             :       0.02          1          0
569.20/569.27	c   rins             :       0.00          0          0
569.20/569.27	c   localbranching   :       0.00          0          0
569.20/569.27	c   mutation         :       0.00          0          0
569.20/569.27	c   dins             :       0.00          0          0
569.20/569.27	c   vbounds          :       0.00          0          0
569.20/569.27	c   undercover       :       0.00          0          0
569.20/569.27	c   subnlp           :       0.02          0          0
569.20/569.27	c   trysol           :       0.16       3681        136
569.20/569.27	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
569.20/569.27	c   primal LP        :       1.40          0          0       0.00       0.00
569.20/569.27	c   dual LP          :     347.51     373689    3091440       8.27    8896.03
569.20/569.27	c   lex dual LP      :       0.00          0          0       0.00          -
569.20/569.27	c   barrier LP       :       0.00          0          0       0.00          -
569.20/569.27	c   diving/probing LP:      11.16      10084     105579      10.47    9456.39
569.20/569.27	c   strong branching :      18.06       9144     156459      17.11    8663.85
569.20/569.27	c     (at root node) :          -         33       5918     179.33          -
569.20/569.27	c   conflict analysis:       0.00          0          0       0.00          -
569.20/569.27	c B&B Tree           :
569.20/569.27	c   number of runs   :          1
569.20/569.27	c   nodes            :     106797
569.20/569.27	c   nodes (total)    :     106797
569.20/569.27	c   nodes left       :          0
569.20/569.27	c   max depth        :         62
569.20/569.27	c   max depth (total):         62
569.20/569.27	c   backtracks       :      18202 (17.0%)
569.20/569.27	c   delayed cutoffs  :      13195
569.20/569.27	c   repropagations   :      30543 (324100 domain reductions, 957 cutoffs)
569.20/569.27	c   avg switch length:       6.11
569.20/569.27	c   switching time   :      19.25
569.20/569.27	c Solution           :
569.20/569.27	c   Solutions found  :        175 (39 improvements)
569.20/569.27	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.05 seconds, depth 0, found by <trivial>)
569.20/569.27	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 106797 nodes, 569.27 seconds, depth 10, found by <relaxation>)
569.20/569.27	c   Dual Bound       : +0.00000000000000e+00
569.20/569.27	c   Gap              :       0.00 %
569.20/569.27	c   Root Dual Bound  : +0.00000000000000e+00
569.20/569.27	c   Root Iterations  :       1003
569.20/569.29	c Time complete: 569.3.

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-3447968-1307902656/watcher-3447968-1307902656 -o /var/tmp/evaluation-result-3447968-1307902656/solver-3447968-1307902656 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447968-1307902656.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.07 2.02 1.96 3/177 4084
/proc/meminfo: memFree=988708/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=10340 CPUtime=0 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 1568 0 0 0 0 0 0 0 25 0 1 0 634456913 10588160 1521 33554432000 4194304 9128323 140736470844912 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4084/statm: 2585 1521 399 1205 0 1376 0

[startup+0.016589 s]
/proc/loadavg: 2.07 2.02 1.96 3/177 4084
/proc/meminfo: memFree=988708/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=18800 CPUtime=0.01 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 3381 0 0 0 1 0 0 0 25 0 1 0 634456913 19251200 3334 33554432000 4194304 9128323 140736470844912 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4084/statm: 4700 3388 474 1205 0 3491 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18800

[startup+0.100599 s]
/proc/loadavg: 2.07 2.02 1.96 3/177 4084
/proc/meminfo: memFree=988708/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=27776 CPUtime=0.09 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 6187 0 0 0 9 0 0 0 25 0 1 0 634456913 28442624 5850 33554432000 4194304 9128323 140736470844912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4084/statm: 6944 5850 655 1205 0 5735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27776

[startup+0.300567 s]
/proc/loadavg: 2.07 2.02 1.96 3/177 4084
/proc/meminfo: memFree=988708/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=44596 CPUtime=0.29 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 11461 0 0 0 29 0 0 0 25 0 1 0 634456913 45666304 10067 33554432000 4194304 9128323 140736470844912 18446744073709551615 6678047 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4084/statm: 11149 10067 712 1205 0 9940 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44596

[startup+0.700495 s]
/proc/loadavg: 2.07 2.02 1.96 3/177 4084
/proc/meminfo: memFree=988708/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=44708 CPUtime=0.69 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 11580 0 0 0 68 1 0 0 25 0 1 0 634456913 45780992 10186 33554432000 4194304 9128323 140736470844912 18446744073709551615 6286183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4084/statm: 11177 10186 712 1205 0 9968 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44708

[startup+1.50033 s]
/proc/loadavg: 2.07 2.02 1.96 3/178 4085
/proc/meminfo: memFree=947804/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=48244 CPUtime=1.49 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 15651 0 0 0 147 2 0 0 25 0 1 0 634456913 49401856 11028 33554432000 4194304 9128323 140736470844912 18446744073709551615 7162880 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4084/statm: 12061 11028 721 1205 0 10852 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48244

[startup+3.10107 s]
/proc/loadavg: 2.07 2.02 1.96 3/178 4085
/proc/meminfo: memFree=947680/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=48244 CPUtime=3.1 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 15665 0 0 0 306 4 0 0 25 0 1 0 634456913 49401856 11040 33554432000 4194304 9128323 140736470844912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4084/statm: 12061 11040 719 1205 0 10852 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 48244

[startup+6.3005 s]
/proc/loadavg: 2.06 2.02 1.96 3/178 4085
/proc/meminfo: memFree=947924/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=49472 CPUtime=6.29 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 15849 0 0 0 621 8 0 0 25 0 1 0 634456913 50659328 11224 33554432000 4194304 9128323 140736470844912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4084/statm: 12368 11224 720 1205 0 11159 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49472

[startup+12.7004 s]
/proc/loadavg: 2.06 2.01 1.96 3/178 4086
/proc/meminfo: memFree=940548/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=54548 CPUtime=12.69 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 24613 0 0 0 1254 15 0 0 25 0 1 0 634456913 55857152 12578 33554432000 4194304 9128323 140736470844912 18446744073709551615 6732472 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/4084/statm: 13637 12578 727 1205 0 12428 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54548

[startup+25.5011 s]
/proc/loadavg: 2.04 2.01 1.96 3/178 4086
/proc/meminfo: memFree=937032/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=58156 CPUtime=25.49 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 34898 0 0 0 2522 27 0 0 25 0 1 0 634456913 59551744 13489 33554432000 4194304 9128323 140736470844912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4084/statm: 14539 13489 727 1205 0 13330 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58156

[startup+51.1006 s]
/proc/loadavg: 2.03 2.01 1.96 3/178 4087
/proc/meminfo: memFree=932604/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=62168 CPUtime=51.09 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 40384 0 0 0 5059 50 0 0 25 0 1 0 634456913 63660032 14525 33554432000 4194304 9128323 140736470844912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4084/statm: 15542 14525 727 1205 0 14333 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 62168

[startup+102.307 s]
/proc/loadavg: 2.07 2.02 1.96 3/178 4088
/proc/meminfo: memFree=924632/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=69008 CPUtime=102.3 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 55641 0 0 0 10131 99 0 0 25 0 1 0 634456913 70664192 16255 33554432000 4194304 9128323 140736470844912 18446744073709551615 6856966 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4084/statm: 17252 16255 727 1205 0 16043 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 69008

[startup+162.301 s]
/proc/loadavg: 2.02 2.02 1.96 3/178 4090
/proc/meminfo: memFree=912420/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=81288 CPUtime=162.3 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 70245 0 0 0 16076 154 0 0 25 0 1 0 634456913 83238912 19297 33554432000 4194304 9128323 140736470844912 18446744073709551615 6712587 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4084/statm: 20322 19297 727 1205 0 19113 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 81288

[startup+222.3 s]
/proc/loadavg: 1.61 1.92 1.93 2/172 4116
/proc/meminfo: memFree=1093724/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=90048 CPUtime=222.29 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 73663 0 0 0 22025 204 0 0 25 0 1 0 634456913 92209152 21521 33554432000 4194304 9128323 140736470844912 18446744073709551615 7343020 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4084/statm: 22512 21521 727 1205 0 21303 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 90048

[startup+282.301 s]
/proc/loadavg: 1.22 1.75 1.87 2/172 4118
/proc/meminfo: memFree=1085852/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=98012 CPUtime=282.29 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 85456 0 0 0 27969 260 0 0 25 0 1 0 634456913 100364288 23508 33554432000 4194304 9128323 140736470844912 18446744073709551615 6713351 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4084/statm: 24503 23508 727 1205 0 23294 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 98012

[startup+342.3 s]
/proc/loadavg: 1.08 1.61 1.81 2/172 4119
/proc/meminfo: memFree=1077284/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=105780 CPUtime=342.3 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 97107 0 0 0 33910 320 0 0 25 0 1 0 634456913 108318720 25497 33554432000 4194304 9128323 140736470844912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4084/statm: 26445 25497 727 1205 0 25236 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 105780

[startup+402.301 s]
/proc/loadavg: 1.03 1.49 1.76 2/172 4121
/proc/meminfo: memFree=1069220/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=113488 CPUtime=402.3 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 103202 0 0 0 39860 370 0 0 25 0 1 0 634456913 116211712 27414 33554432000 4194304 9128323 140736470844912 18446744073709551615 6581538 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4084/statm: 28372 27414 727 1205 0 27163 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 113488

[startup+462.301 s]
/proc/loadavg: 1.01 1.40 1.71 2/172 4123
/proc/meminfo: memFree=1062188/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=120644 CPUtime=462.3 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 106016 0 0 0 45809 421 0 0 25 0 1 0 634456913 123539456 29183 33554432000 4194304 9128323 140736470844912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4084/statm: 30161 29183 727 1205 0 28952 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 120644

[startup+522.301 s]
/proc/loadavg: 1.00 1.33 1.66 2/172 4124
/proc/meminfo: memFree=1053940/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=129012 CPUtime=522.3 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 108125 0 0 0 51759 471 0 0 25 0 1 0 634456913 132108288 31285 33554432000 4194304 9128323 140736470844912 18446744073709551615 6732570 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4084/statm: 32253 31285 727 1205 0 31044 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 129012

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

[startup+537.501 s]
/proc/loadavg: 1.00 1.31 1.65 2/172 4125
/proc/meminfo: memFree=1051860/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=130968 CPUtime=537.5 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 115433 0 0 0 53264 486 0 0 25 0 1 0 634456913 134111232 31794 33554432000 4194304 9128323 140736470844912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4084/statm: 32742 31794 727 1205 0 31533 0
Current children cumulated CPU time (s) 537.5
Current children cumulated vsize (KiB) 130968

[startup+550.301 s]
/proc/loadavg: 1.00 1.29 1.64 2/172 4125
/proc/meminfo: memFree=1049764/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=133288 CPUtime=550.31 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 120129 0 0 0 54532 499 0 0 25 0 1 0 634456913 136486912 32345 33554432000 4194304 9128323 140736470844912 18446744073709551615 7162943 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4084/statm: 33322 32345 727 1205 0 32113 0
Current children cumulated CPU time (s) 550.31
Current children cumulated vsize (KiB) 133288

[startup+556.701 s]
/proc/loadavg: 1.00 1.29 1.63 2/172 4125
/proc/meminfo: memFree=1047276/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=135476 CPUtime=556.7 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 125825 0 0 0 55166 504 0 0 25 0 1 0 634456913 138727424 32903 33554432000 4194304 9128323 140736470844912 18446744073709551615 6857436 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4084/statm: 33869 32903 727 1205 0 32660 0
Current children cumulated CPU time (s) 556.7
Current children cumulated vsize (KiB) 135476

[startup+563.1 s]
/proc/loadavg: 1.00 1.28 1.63 2/172 4125
/proc/meminfo: memFree=1044800/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=137416 CPUtime=563.1 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 130610 0 0 0 55801 509 0 0 25 0 1 0 634456913 140713984 33377 33554432000 4194304 9128323 140736470844912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4084/statm: 34354 33377 727 1205 0 33145 0
Current children cumulated CPU time (s) 563.1
Current children cumulated vsize (KiB) 137416

[startup+566.301 s]
/proc/loadavg: 1.00 1.28 1.63 2/172 4125
/proc/meminfo: memFree=1044656/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=137672 CPUtime=566.3 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 133328 0 0 0 56117 513 0 0 25 0 1 0 634456913 140976128 33456 33554432000 4194304 9128323 140736470844912 18446744073709551615 6712703 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4084/statm: 34418 33456 727 1205 0 33209 0
Current children cumulated CPU time (s) 566.3
Current children cumulated vsize (KiB) 137672

[startup+567.901 s]
/proc/loadavg: 1.00 1.27 1.62 2/172 4125
/proc/meminfo: memFree=1044640/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=138100 CPUtime=567.91 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 133410 0 0 0 56276 515 0 0 25 0 1 0 634456913 141414400 33538 33554432000 4194304 9128323 140736470844912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4084/statm: 34525 33538 727 1205 0 33316 0
Current children cumulated CPU time (s) 567.91
Current children cumulated vsize (KiB) 138100

[startup+568.706 s]
/proc/loadavg: 1.00 1.27 1.62 2/172 4125
/proc/meminfo: memFree=1044640/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=138100 CPUtime=568.71 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 133413 0 0 0 56356 515 0 0 25 0 1 0 634456913 141414400 33541 33554432000 4194304 9128323 140736470844912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4084/statm: 34525 33541 727 1205 0 33316 0
Current children cumulated CPU time (s) 568.71
Current children cumulated vsize (KiB) 138100

[startup+569.1 s]
/proc/loadavg: 1.00 1.27 1.62 2/172 4125
/proc/meminfo: memFree=1044640/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=138100 CPUtime=569.1 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 133416 0 0 0 56395 515 0 0 25 0 1 0 634456913 141414400 33544 33554432000 4194304 9128323 140736470844912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4084/statm: 34525 33544 727 1205 0 33316 0
Current children cumulated CPU time (s) 569.1
Current children cumulated vsize (KiB) 138100

[startup+569.2 s]
/proc/loadavg: 1.00 1.27 1.62 2/172 4125
/proc/meminfo: memFree=1044640/32951124 swapFree=67055716/67111528
[pid=4084] ppid=4082 vsize=138100 CPUtime=569.2 cores=0,2,4,6
/proc/4084/stat : 4084 (scip-2.0.1.4.li) R 4082 4084 2916 0 -1 4202496 133416 0 0 0 56405 515 0 0 25 0 1 0 634456913 141414400 33544 33554432000 4194304 9128323 140736470844912 18446744073709551615 7216735 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4084/statm: 34525 33544 727 1205 0 33316 0
Current children cumulated CPU time (s) 569.2
Current children cumulated vsize (KiB) 138100

Child status: 0
Real time (s): 569.297
CPU time (s): 569.307
CPU user time (s): 564.14
CPU system time (s): 5.16721
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 142668

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

runsolver used 0.830873 second user time and 1.76773 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-12 20:17:36
IDJOB=3447968
IDBENCH=79424
IDSOLVER=1944
FILE ID=node107/3447968-1307902656
RUNJOBID= node107-1307897248-3618
PBS_JOBID= 13559596
Free space on /var/tmp= 2884 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-jnh205_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-3447968-1307902656/watcher-3447968-1307902656 -o /var/tmp/evaluation-result-3447968-1307902656/solver-3447968-1307902656 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447968-1307902656.wbo -t 1800 -m 15500

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

MD5SUM BENCH= dcd6541236cc8e3c8ecb4a3e0452a499
RANDOM SEED=1966301309

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:        989268 kB
Buffers:         53692 kB
Cached:       30743124 kB
SwapCached:      20072 kB
Active:       15818416 kB
Inactive:     15180720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:        989268 kB
SwapTotal:    67111528 kB
SwapFree:     67055716 kB
Dirty:           12080 kB
Writeback:           0 kB
AnonPages:      200088 kB
Mapped:          15900 kB
Slab:           896796 kB
PageTables:       5016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   386516 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= 2884 MiB
End job on node107 at 2011-06-12 20:27:06