Trace number 3447945

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 706.981 706.973

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh15_wcsp.wbo
MD5SUM415715e3de5713a6aca23e12a1a413cb
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark206
Best CPU time to get the best result obtained on this benchmark0.430933
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 constraints950
Number of soft constraints850
Number of constraints which are clauses850
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 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
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-3447945-1307902365.wbo>
0.00/0.01	c original problem has 1050 variables (1050 bin, 0 int, 0 impl, 0 cont) and 951 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, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.05	c    (0.1s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1050 implications, 0 cliques
0.00/0.05	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.00/0.05	c     850 constraints of type <linear>
0.00/0.05	c     850 constraints of type <indicator>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.0.1.4
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1800
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.06	c 
0.00/0.06	o 420925
0.00/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.06	c t 0.1s|     1 |     0 |     0 |     - |4956k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.05/0.07	c   0.1s|     1 |     0 |   121 |     - |6094k|   0 |  76 |1800 |2550 |1800 | 850 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |   408 |     - |8744k|   0 |  86 |1800 |2550 |1800 | 872 |  22 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   518 |     - |  10M|   0 |  84 |1800 |2550 |1800 | 893 |  43 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |   608 |     - |  11M|   0 |  88 |1800 |2550 |1800 | 908 |  58 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.59/0.64	c   0.6s|     1 |     0 |   647 |     - |  12M|   0 |  86 |1800 |2550 |1800 | 920 |  70 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.69/0.79	c   0.8s|     1 |     0 |   682 |     - |  12M|   0 |  88 |1800 |2550 |1800 | 923 |  73 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.89/0.95	c   0.9s|     1 |     0 |   709 |     - |  12M|   0 |  90 |1800 |2550 |1800 | 927 |  77 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
1.99/2.08	c   2.1s|     1 |     2 |   709 |     - |  12M|   0 |  90 |1800 |2550 |1800 | 927 |  77 |   0 |  38 | 0.000000e+00 | 4.209250e+05 |    Inf 
7.19/7.22	o 12268
7.19/7.22	c * 7.2s|   146 |   145 |  5901 |  35.8 |  13M|  65 |   - |1800 |2550 |1800 | 983 | 199 |   0 | 811 | 0.000000e+00 | 1.226800e+04 |    Inf 
8.80/8.89	o 9340
8.80/8.89	c * 8.9s|   465 |   459 | 15750 |  32.4 |  15M|  65 |   - |1800 |2550 |1800 | 974 | 847 |   0 |1043 | 0.000000e+00 | 9.340000e+03 |    Inf 
8.99/9.04	o 8197
8.99/9.04	c * 9.0s|   479 |   468 | 16271 |  32.6 |  15M|  65 |   - |1800 |2550 |1800 | 975 | 917 |   0 |1073 | 0.000000e+00 | 8.197000e+03 |    Inf 
9.59/9.69	o 6432
9.59/9.69	c * 9.7s|   581 |   546 | 19250 |  32.0 |  16M|  65 |   - |1800 |2551 |1800 | 976 |1242 |   1 |1177 | 0.000000e+00 | 6.432000e+03 |    Inf 
9.69/9.70	o 6370
9.69/9.70	c * 9.7s|   582 |   545 | 19291 |  32.0 |  16M|  65 |   - |1800 |2551 |1800 | 976 |1250 |   1 |1177 | 0.000000e+00 | 6.370000e+03 |    Inf 
10.29/10.35	o 4153
10.29/10.35	c *10.3s|   694 |   586 | 22909 |  32.0 |  16M|  65 |   - |1800 |2551 |1800 |1024 |1512 |   1 |1251 | 0.000000e+00 | 4.153000e+03 |    Inf 
10.29/10.36	o 3945
10.29/10.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.29/10.36	c *10.4s|   695 |   564 | 22926 |  32.0 |  16M|  65 |   - |1800 |2551 |1800 |1017 |1513 |   1 |1251 | 0.000000e+00 | 3.945000e+03 |    Inf 
40.79/40.85	o 3082
40.79/40.85	c *40.8s|  6019 |  5414 |240497 |  39.8 |  22M|  65 |   - |1800 |2840 |1800 |1001 |  12k| 290 |1984 | 0.000000e+00 | 3.082000e+03 |    Inf 
40.79/40.87	o 2930
40.79/40.87	c *40.9s|  6020 |  5364 |240551 |  39.8 |  22M|  65 |   - |1800 |2840 |1800 |1004 |  12k| 290 |1984 | 0.000000e+00 | 2.930000e+03 |    Inf 
50.69/50.70	o 2863
50.69/50.70	c *50.7s|  7532 |  6464 |311190 |  41.2 |  23M|  65 |   - |1800 |3040 |1800 |1001 |  15k| 505 |2065 | 0.000000e+00 | 2.863000e+03 |    Inf 
65.89/65.93	c  65.9s| 10000 |  8215 |419122 |  41.8 |  26M|  65 |  20 |1800 |3283 |1800 | 993 |  20k| 904 |2180 | 0.000000e+00 | 2.863000e+03 |    Inf 
115.99/116.05	o 2785
115.99/116.05	c * 116s| 17629 | 12381 |769842 |  43.6 |  31M|  65 |   - |1800 |3062 |1800 |1004 |  43k|2277 |3410 | 0.000000e+00 | 2.785000e+03 |    Inf 
131.39/131.49	c   131s| 20000 | 13695 |881174 |  44.0 |  33M|  65 |   7 |1800 |2866 |1800 | 974 |  49k|2786 |3794 | 0.000000e+00 | 2.785000e+03 |    Inf 
147.19/147.22	o 1924
147.19/147.22	c * 147s| 22780 | 14289 |994907 |  43.6 |  33M|  65 |   - |1800 |2853 |1800 | 999 |  56k|3337 |4139 | 0.000000e+00 | 1.924000e+03 |    Inf 
147.69/147.78	o 1266
147.69/147.78	c * 148s| 22850 | 10236 |998561 |  43.7 |  28M|  65 |   - |1800 |2848 |1800 | 995 |  56k|3354 |4151 | 0.000000e+00 | 1.266000e+03 |    Inf 
150.49/150.52	o 1203
150.49/150.52	c * 151s| 23324 |  9966 |  1017k|  43.6 |  28M|  65 |   - |1800 |2852 |1800 | 969 |  57k|3558 |4170 | 0.000000e+00 | 1.203000e+03 |    Inf 
187.59/187.68	c   188s| 30000 | 11083 |  1274k|  42.5 |  33M|  65 |   - |1800 |3166 |1800 | 988 |  70k|6972 |4641 | 0.000000e+00 | 1.203000e+03 |    Inf 
196.30/196.32	o 1189
196.30/196.32	c * 196s| 31409 | 11171 |  1330k|  42.3 |  34M|  65 |   - |1800 |3116 |1800 | 984 |  73k|7659 |4766 | 0.000000e+00 | 1.189000e+03 |    Inf 
243.10/243.13	c   243s| 40000 | 12779 |  1641k|  41.0 |  42M|  65 |   - |1800 |3267 |1800 | 978 |  89k|  12k|5399 | 0.000000e+00 | 1.189000e+03 |    Inf 
244.40/244.44	o 1014
244.40/244.44	c * 244s| 40190 | 11702 |  1651k|  41.1 |  40M|  65 |   - |1800 |3221 |1800 | 977 |  90k|  12k|5412 | 0.000000e+00 | 1.014000e+03 |    Inf 
294.30/294.38	c   294s| 50000 | 12219 |  1983k|  39.7 |  51M|  65 |   5 |1800 |3503 |1800 | 968 | 104k|  19k|5908 | 0.000000e+00 | 1.014000e+03 |    Inf 
347.30/347.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
347.30/347.33	c   347s| 60000 | 13153 |  2319k|  38.6 |  60M|  65 |  12 |1800 |3494 |1800 | 905 | 121k|  27k|6549 | 0.000000e+00 | 1.014000e+03 |    Inf 
399.60/399.64	o 979
399.60/399.64	c * 400s| 69222 | 13740 |  2680k|  38.7 |  68M|  65 |   - |1800 |3354 |1800 | 981 | 136k|  34k|7115 | 0.000000e+00 | 9.790000e+02 |    Inf 
404.19/404.23	c   404s| 70000 | 13819 |  2714k|  38.8 |  68M|  65 |   - |1800 |3241 |1800 | 929 | 137k|  35k|7154 | 0.000000e+00 | 9.790000e+02 |    Inf 
469.60/469.62	c   470s| 80000 | 15709 |  3201k|  40.0 |  79M|  65 |   - |1800 |3350 |1800 | 920 | 150k|  41k|7841 | 0.000000e+00 | 9.790000e+02 |    Inf 
493.30/493.35	o 723
493.30/493.35	c * 493s| 83797 | 13834 |  3370k|  40.2 |  79M|  65 |   - |1800 |3448 |1800 | 974 | 155k|  43k|8073 | 0.000000e+00 | 7.230000e+02 |    Inf 
527.40/527.42	c   527s| 90000 | 10817 |  3605k|  40.1 |  78M|  65 |   7 |1800 |3127 |1800 | 901 | 161k|  50k|8385 | 0.000000e+00 | 7.230000e+02 |    Inf 
568.80/568.86	o 674
568.80/568.86	c * 569s| 97785 | 10106 |  3865k|  39.5 |  79M|  65 |   - |1800 |3506 |1800 | 932 | 170k|  58k|8884 | 0.000000e+00 | 6.740000e+02 |    Inf 
579.80/579.88	c   580s|100000 |  9369 |  3936k|  39.4 |  77M|  65 |   - |1800 |3234 |1800 | 968 | 172k|  61k|9007 | 0.000000e+00 | 6.740000e+02 |    Inf 
628.00/628.04	c   628s|110000 |  7351 |  4246k|  38.6 |  71M|  65 |   - |1800 |3644 |1800 | 905 | 181k|  72k|9417 | 0.000000e+00 | 6.740000e+02 |    Inf 
649.31/649.34	o 657
649.31/649.34	c * 649s|114641 |  7332 |  4381k|  38.2 |  72M|  65 |   - |1800 |4398 |1800 | 901 | 186k|  77k|9674 | 0.000000e+00 | 6.570000e+02 |    Inf 
650.11/650.14	o 647
650.11/650.14	c * 650s|114824 |  7268 |  4386k|  38.2 |  72M|  65 |   - |1800 |4199 |1800 | 901 | 187k|  77k|9680 | 0.000000e+00 | 6.470000e+02 |    Inf 
673.00/673.10	c   673s|120000 |  6917 |  4536k|  37.8 |  71M|  65 |   4 |1800 |3622 |1800 | 901 | 191k|  83k|9846 | 0.000000e+00 | 6.470000e+02 |    Inf 
686.81/686.86	o 593
686.81/686.86	c * 687s|123267 |  6609 |  4612k|  37.4 |  71M|  65 |   - |1800 |4957 |1800 | 909 | 195k|  87k|9917 | 0.000000e+00 | 5.930000e+02 |    Inf 
696.01/696.01	o 592
696.01/696.01	c * 696s|125536 |  6616 |  4661k|  37.1 |  71M|  65 |   - |1800 |4363 |1800 | 924 | 197k|  90k|9968 | 0.000000e+00 | 5.920000e+02 |    Inf 
701.40/701.47	o 510
701.40/701.47	c * 701s|126773 |  5773 |  4687k|  37.0 |  67M|  65 |   - |1800 |4328 |1800 | 906 | 199k|  91k|  10k| 0.000000e+00 | 5.100000e+02 |    Inf 
701.50/701.53	o 466
701.50/701.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
701.50/701.53	c * 702s|126779 |  5494 |  4688k|  37.0 |  65M|  65 |   - |1800 |4106 |1800 | 913 | 199k|  91k|  10k| 0.000000e+00 | 4.660000e+02 |    Inf 
703.10/703.18	o 452
703.10/703.18	c * 703s|127168 |  5222 |  4697k|  36.9 |  64M|  65 |   - |1800 |2821 |1800 | 919 | 199k|  92k|  10k| 0.000000e+00 | 4.520000e+02 |    Inf 
703.90/703.98	o 350
703.90/703.98	c * 704s|127319 |  4346 |  4701k|  36.9 |  56M|  65 |   - |1800 |2467 |1800 | 906 | 200k|  92k|  10k| 0.000000e+00 | 3.500000e+02 |    Inf 
706.31/706.37	o 329
706.31/706.37	c * 706s|127864 |  2798 |  4717k|  36.9 |  45M|  65 |   - |1800 |2551 |1800 | 967 | 200k|  93k|  10k| 0.000000e+00 | 3.290000e+02 |    Inf 
706.41/706.41	o 206
706.41/706.41	c * 706s|127879 |  2041 |  4717k|  36.9 |  36M|  65 |   - |1800 |2502 |1800 | 968 | 200k|  93k|  10k| 0.000000e+00 | 2.060000e+02 |    Inf 
706.90/706.94	c 
706.90/706.94	c SCIP Status        : problem is solved [optimal solution found]
706.90/706.94	c Solving Time (sec) : 706.95
706.90/706.94	c Solving Nodes      : 128028
706.90/706.94	c Primal Bound       : +2.06000000000000e+02 (491 solutions)
706.90/706.95	c Dual Bound         : +2.06000000000000e+02
706.90/706.95	c Gap                : 0.00 %
706.90/706.95	s OPTIMUM FOUND
706.90/706.95	v x200 -x199 x198 -x197 x196 -x195 -x194 x193 x192 -x191 -x190 x189 -x188 x187 -x186 x185 x184 -x183 x182 -x181 -x180 x179 -x178 
706.90/706.95	v x177 x176 -x175 x174 -x173 -x172 x171 x170 -x169 x168 -x167 x166 -x165 x164 -x163 x162 -x161 x160 -x159 x158 -x157 x156 -x155 
706.90/706.95	v x154 -x153 x152 -x151 -x150 x149 x148 -x147 x146 -x145 x144 -x143 x142 -x141 x140 -x139 -x138 x137 x136 -x135 x134 -x133 x132 
706.90/706.95	v -x131 x130 -x129 x128 -x127 x126 -x125 -x124 x123 x122 -x121 x120 -x119 x118 -x117 x116 -x115 -x114 x113 -x112 x111 x110 -x109 
706.90/706.95	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 
706.90/706.95	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 
706.90/706.95	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 
706.90/706.95	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 
706.90/706.95	c SCIP Status        : problem is solved [optimal solution found]
706.90/706.95	c Total Time         :     706.95
706.90/706.95	c   solving          :     706.95
706.90/706.95	c   presolving       :       0.04 (included in solving)
706.90/706.95	c   reading          :       0.01 (included in solving)
706.90/706.95	c Original Problem   :
706.90/706.95	c   Problem name     : HOME/instance-3447945-1307902365.wbo
706.90/706.95	c   Variables        : 1050 (1050 binary, 0 integer, 0 implicit integer, 0 continuous)
706.90/706.95	c   Constraints      : 951 initial, 951 maximal
706.90/706.95	c Presolved Problem  :
706.90/706.95	c   Problem name     : t_HOME/instance-3447945-1307902365.wbo
706.90/706.95	c   Variables        : 1800 (950 binary, 0 integer, 850 implicit integer, 0 continuous)
706.90/706.95	c   Constraints      : 1700 initial, 4964 maximal
706.90/706.95	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
706.90/706.95	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
706.90/706.95	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
706.90/706.95	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
706.90/706.95	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
706.90/706.95	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
706.90/706.95	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
706.90/706.95	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
706.90/706.95	c   linear           :       0.02          0        100          0        850          0        101          0          0          0
706.90/706.95	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
706.90/706.95	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
706.90/706.95	c   root node        :          -       1375          -          -       1375          -          -          -          -          -
706.90/706.95	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
706.90/706.95	c   integral         :          0          0          0     281010          0       4025          0        165        599          0          0     160292
706.90/706.95	c   varbound         :          0+         6     612711     200278          0          0      83706         42    4526740     200319          0          0
706.90/706.95	c   linear           :        850          6     612843         26          0       4022     450858      16917     885261          0          0          0
706.90/706.95	c   indicator        :        850          0     595953     200278          0       4011      97513          0     102627          0          0          0
706.90/706.95	c   logicor          :          0+         0     343654          0          0          0     191886       7833     209962          0          0          0
706.90/706.95	c   countsols        :          0          0          0         29          0        464          0          0          0          0          0          0
706.90/706.95	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
706.90/706.95	c   integral         :      24.55       0.00       0.00      24.53       0.00       0.02       0.00
706.90/706.95	c   varbound         :      12.30       0.00       9.88       2.39       0.00       0.00       0.03
706.90/706.95	c   linear           :      11.23       0.00      10.55       0.00       0.00       0.40       0.27
706.90/706.95	c   indicator        :      20.19       0.01       8.54       9.65       0.00       1.97       0.03
706.90/706.95	c   logicor          :       4.89       0.00       4.73       0.00       0.00       0.00       0.16
706.90/706.95	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
706.90/706.95	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
706.90/706.95	c   vbounds          :     320229     138461         17    9035290
706.90/706.95	c   rootredcost      :         29          0          0        687
706.90/706.95	c   pseudoobj        :     636224     101665      23512    4525250
706.90/706.95	c Propagator Timings :  TotalTime  Propagate    Resprop
706.90/706.95	c   vbounds          :      32.15      32.11       0.04
706.90/706.95	c   rootredcost      :       0.13       0.13       0.00
706.90/706.95	c   pseudoobj        :      14.54      13.67       0.87
706.90/706.95	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
706.90/706.95	c   propagation      :       2.00      48321      46767     156324       22.0       2591       10.7          -
706.90/706.95	c   infeasible LP    :       0.00         10         10         31       24.4          0        0.0          0
706.90/706.95	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
706.90/706.95	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
706.90/706.95	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
706.90/706.95	c   applied globally :          -          -          -      94093       18.8          -          -          -
706.90/706.95	c   applied locally  :          -          -          -          0        0.0          -          -          -
706.90/706.95	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
706.90/706.95	c   cut pool         :       0.00          5          -          -          5          -    (maximal pool size: 1420)
706.90/706.95	c   redcost          :      15.76     224084          0    8976085          0          0
706.90/706.95	c   impliedbounds    :       0.00          6          0          0          0          0
706.90/706.95	c   intobj           :       0.00          0          0          0          0          0
706.90/706.95	c   gomory           :       0.32          6          0          0        505          0
706.90/706.95	c   cgmip            :       0.00          0          0          0          0          0
706.90/706.95	c   closecuts        :       0.00          0          0          0          0          0
706.90/706.95	c   strongcg         :       0.27          6          0          0       1246          0
706.90/706.95	c   cmir             :       0.11          6          0          0          0          0
706.90/706.95	c   flowcover        :       0.04          6          0          0          0          0
706.90/706.95	c   clique           :       0.00          1          0          0          0          0
706.90/706.95	c   zerohalf         :       0.00          0          0          0          0          0
706.90/706.95	c   mcf              :       0.00          1          0          0          0          0
706.90/706.95	c   oddcycle         :       0.00          0          0          0          0          0
706.90/706.95	c   rapidlearning    :       0.06          1          0          0          0          0
706.90/706.95	c Pricers            :       Time      Calls       Vars
706.90/706.95	c   problem variables:       0.00          0          0
706.90/706.95	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
706.90/706.95	c   relpscost        :      24.43      80732        165        599          0          0     160292
706.90/706.95	c   pscost           :       0.00          0          0          0          0          0          0
706.90/706.95	c   inference        :       0.00          0          0          0          0          0          0
706.90/706.95	c   mostinf          :       0.00          0          0          0          0          0          0
706.90/706.95	c   leastinf         :       0.00          0          0          0          0          0          0
706.90/706.95	c   fullstrong       :       0.00          0          0          0          0          0          0
706.90/706.95	c   allfullstrong    :       0.00          0          0          0          0          0          0
706.90/706.95	c   random           :       0.00          0          0          0          0          0          0
706.90/706.95	c Primal Heuristics  :       Time      Calls      Found
706.90/706.95	c   LP solutions     :       0.03          -         29
706.90/706.95	c   pseudo solutions :       0.00          -          0
706.90/706.95	c   feaspump         :       0.00          0          0
706.90/706.95	c   oneopt           :       0.21         27          0
706.90/706.95	c   fracdiving       :       3.11        355          0
706.90/706.95	c   rootsoldiving    :       3.29        178          0
706.90/706.95	c   veclendiving     :       3.12        356          0
706.90/706.95	c   linesearchdiving :       3.08        356          0
706.90/706.95	c   guideddiving     :       3.14        356          0
706.90/706.95	c   coefdiving       :       3.25        356          0
706.90/706.95	c   pscostdiving     :       3.04        356          0
706.90/706.95	c   trivial          :       0.00          2          1
706.90/706.95	c   shiftandpropagate:       0.00          0          0
706.90/706.95	c   simplerounding   :       0.22     100269          0
706.90/706.95	c   zirounding       :       0.07       1000          0
706.90/706.95	c   rounding         :       0.30       4416          0
706.90/706.95	c   shifting         :       1.06       1396          0
706.90/706.95	c   intshifting      :       0.00          0          0
706.90/706.95	c   twoopt           :       0.00          0          0
706.90/706.95	c   fixandinfer      :       0.00          0          0
706.90/706.95	c   clique           :       0.00          0          0
706.90/706.95	c   intdiving        :       0.00          0          0
706.90/706.95	c   actconsdiving    :       0.00          0          0
706.90/706.95	c   objpscostdiving  :       3.99        165          0
706.90/706.95	c   octane           :       0.00          0          0
706.90/706.95	c   rens             :       0.02          1          0
706.90/706.95	c   rins             :       0.00          0          0
706.90/706.95	c   localbranching   :       0.00          0          0
706.90/706.95	c   mutation         :       0.00          0          0
706.90/706.95	c   crossover        :       0.98         34          0
706.90/706.95	c   dins             :       0.00          0          0
706.90/706.95	c   vbounds          :       0.00          0          0
706.90/706.95	c   undercover       :       0.00          0          0
706.90/706.95	c   subnlp           :       0.02          0          0
706.90/706.95	c   trysol           :       0.36       3541        461
706.90/706.95	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
706.90/706.95	c   primal LP        :       1.40          0          0       0.00       0.00
706.90/706.95	c   dual LP          :     436.91     334720    4513058      13.48   10329.41
706.90/706.95	c   lex dual LP      :       0.00          0          0       0.00          -
706.90/706.95	c   barrier LP       :       0.00          0          0       0.00          -
706.90/706.95	c   diving/probing LP:      18.90      13790     207978      15.08   11004.81
706.90/706.95	c   strong branching :      23.35      10070     227554      22.60    9744.01
706.90/706.95	c     (at root node) :          -         38      14598     384.16          -
706.90/706.95	c   conflict analysis:       0.00          0          0       0.00          -
706.90/706.95	c B&B Tree           :
706.90/706.95	c   number of runs   :          1
706.90/706.95	c   nodes            :     128028
706.90/706.95	c   nodes (total)    :     128028
706.90/706.95	c   nodes left       :          0
706.90/706.95	c   max depth        :         65
706.90/706.95	c   max depth (total):         65
706.90/706.95	c   backtracks       :      29598 (23.1%)
706.90/706.95	c   delayed cutoffs  :      19033
706.90/706.95	c   repropagations   :      85581 (1749241 domain reductions, 5326 cutoffs)
706.90/706.95	c   avg switch length:       6.44
706.90/706.95	c   switching time   :      27.15
706.90/706.95	c Solution           :
706.90/706.95	c   Solutions found  :        491 (30 improvements)
706.90/706.95	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
706.90/706.95	c   Primal Bound     : +2.06000000000000e+02   (in run 1, after 127879 nodes, 706.40 seconds, depth 13, found by <relaxation>)
706.90/706.95	c   Dual Bound       : +2.06000000000000e+02
706.90/706.95	c   Gap              :       0.00 %
706.90/706.95	c   Root Dual Bound  : +0.00000000000000e+00
706.90/706.95	c   Root Iterations  :        709
706.90/706.97	c Time complete: 706.97.

Verifier Data

OK	206

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-3447945-1307902365/watcher-3447945-1307902365 -o /var/tmp/evaluation-result-3447945-1307902365/solver-3447945-1307902365 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447945-1307902365.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.01 2.01 1.91 3/177 25757
/proc/meminfo: memFree=1151228/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=10116 CPUtime=0 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 1535 0 0 0 0 0 0 0 25 0 1 0 882652620 10358784 1488 33554432000 4194304 9128323 140737392706416 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25757/statm: 2529 1492 399 1205 0 1320 0

[startup+0.064258 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 25757
/proc/meminfo: memFree=1151228/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=24764 CPUtime=0.05 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 5306 0 0 0 5 0 0 0 25 0 1 0 882652620 25358336 5001 33554432000 4194304 9128323 140737392706416 18446744073709551615 8012681 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25757/statm: 6229 5017 582 1205 0 5020 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 24764

[startup+0.100279 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 25757
/proc/meminfo: memFree=1151228/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=27576 CPUtime=0.09 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 6157 0 0 0 8 1 0 0 25 0 1 0 882652620 28237824 5813 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25757/statm: 6894 5813 655 1205 0 5685 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27576

[startup+0.300245 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 25757
/proc/meminfo: memFree=1151228/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=45752 CPUtime=0.29 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 11708 0 0 0 28 1 0 0 25 0 1 0 882652620 46850048 10371 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25757/statm: 11438 10371 715 1205 0 10229 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45752

[startup+0.700189 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 25757
/proc/meminfo: memFree=1151228/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=45864 CPUtime=0.69 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 11813 0 0 0 68 1 0 0 25 0 1 0 882652620 46964736 10474 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25757/statm: 11466 10474 713 1205 0 10257 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45864

[startup+1.50104 s]
/proc/loadavg: 2.01 2.01 1.91 3/178 25758
/proc/meminfo: memFree=1111572/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=45920 CPUtime=1.49 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 14847 0 0 0 146 3 0 0 25 0 1 0 882652620 47022080 10531 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25757/statm: 11480 10531 719 1205 0 10271 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45920

[startup+3.10073 s]
/proc/loadavg: 2.01 2.01 1.91 3/178 25758
/proc/meminfo: memFree=1112192/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=45984 CPUtime=3.09 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 14855 0 0 0 305 4 0 0 25 0 1 0 882652620 47087616 10539 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25757/statm: 11496 10539 719 1205 0 10287 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45984

[startup+6.30019 s]
/proc/loadavg: 2.01 2.01 1.91 3/178 25758
/proc/meminfo: memFree=1111744/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=45984 CPUtime=6.29 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 14855 0 0 0 621 8 0 0 25 0 1 0 882652620 47087616 10539 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25757/statm: 11496 10539 719 1205 0 10287 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45984

[startup+12.7011 s]
/proc/loadavg: 2.01 2.01 1.91 3/178 25758
/proc/meminfo: memFree=1104104/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=51252 CPUtime=12.69 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 20892 0 0 0 1255 14 0 0 25 0 1 0 882652620 52482048 11776 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25757/statm: 12813 11776 728 1205 0 11604 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51252

[startup+25.5008 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 25759
/proc/meminfo: memFree=1100628/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=54612 CPUtime=25.49 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 26520 0 0 0 2520 29 0 0 25 0 1 0 882652620 55922688 12628 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25757/statm: 13653 12628 727 1205 0 12444 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54612

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25760
/proc/meminfo: memFree=1089140/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=59604 CPUtime=51.09 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 34878 0 0 0 5053 56 0 0 25 0 1 0 882652620 61034496 13918 33554432000 4194304 9128323 140737392706416 18446744073709551615 7164024 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25757/statm: 14901 13918 727 1205 0 13692 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 59604

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25761
/proc/meminfo: memFree=1075600/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=66796 CPUtime=102.29 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 49825 0 0 0 10121 108 0 0 25 0 1 0 882652620 68399104 15710 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25757/statm: 16699 15710 727 1205 0 15490 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 66796

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25762
/proc/meminfo: memFree=1062776/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=73164 CPUtime=162.29 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 73810 0 0 0 16059 170 0 0 25 0 1 0 882652620 74919936 17343 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25757/statm: 18291 17343 727 1205 0 17082 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 73164

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25764
/proc/meminfo: memFree=1040540/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=83360 CPUtime=222.29 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 90369 0 0 0 21996 233 0 0 25 0 1 0 882652620 85360640 19899 33554432000 4194304 9128323 140737392706416 18446744073709551615 7342520 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25757/statm: 20840 19899 727 1205 0 19631 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 83360

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25766
/proc/meminfo: memFree=1010484/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=100320 CPUtime=282.3 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 110875 0 0 0 27944 286 0 0 25 0 1 0 882652620 102727680 24107 33554432000 4194304 9128323 140737392706416 18446744073709551615 4683928 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25757/statm: 25080 24107 727 1205 0 23871 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 100320

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25767
/proc/meminfo: memFree=978580/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=117384 CPUtime=342.29 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 116459 0 0 0 33889 340 0 0 25 0 1 0 882652620 120201216 28349 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25757/statm: 29346 28349 727 1205 0 28137 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 117384

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25769
/proc/meminfo: memFree=951872/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=131148 CPUtime=402.3 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 124337 0 0 0 39836 394 0 0 25 0 1 0 882652620 134295552 31771 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25757/statm: 32787 31771 727 1205 0 31578 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 131148

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25770
/proc/meminfo: memFree=930388/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=145792 CPUtime=462.3 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 136509 0 0 0 45778 452 0 0 25 0 1 0 882652620 149291008 35414 33554432000 4194304 9128323 140737392706416 18446744073709551615 7217893 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25757/statm: 36448 35414 727 1205 0 35239 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 145792

[startup+522.301 s]
/proc/loadavg: 1.72 1.93 1.89 2/172 25796
/proc/meminfo: memFree=1058392/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=159952 CPUtime=522.3 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 149985 0 0 0 51725 505 0 0 25 0 1 0 882652620 163790848 38999 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25757/statm: 39988 38999 730 1205 0 38779 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 159952

[startup+582.301 s]
/proc/loadavg: 1.26 1.76 1.84 2/172 25798
/proc/meminfo: memFree=1050168/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=167824 CPUtime=582.31 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 159795 0 0 0 57677 554 0 0 25 0 1 0 882652620 171851776 40955 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25757/statm: 41956 40955 730 1205 0 40747 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 167824

[startup+642.301 s]
/proc/loadavg: 1.09 1.62 1.78 2/172 25799
/proc/meminfo: memFree=1046424/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=171468 CPUtime=642.31 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 170051 0 0 0 63626 605 0 0 25 0 1 0 882652620 175583232 41869 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25757/statm: 42867 41869 735 1205 0 41658 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 171468

[startup+702.301 s]
/proc/loadavg: 1.03 1.50 1.73 2/172 25801
/proc/meminfo: memFree=1042540/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=174684 CPUtime=702.31 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 191692 0 0 0 69578 653 0 0 25 0 1 0 882652620 178876416 42657 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25757/statm: 43671 42657 738 1205 0 42462 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 174684

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

[startup+703.901 s]
/proc/loadavg: 1.03 1.50 1.73 2/172 25801
/proc/meminfo: memFree=1042292/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=174972 CPUtime=703.9 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 192896 0 0 0 69736 654 0 0 25 0 1 0 882652620 179171328 42717 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25757/statm: 43743 42717 738 1205 0 42534 0
Current children cumulated CPU time (s) 703.9
Current children cumulated vsize (KiB) 174972

[startup+705.5 s]
/proc/loadavg: 1.03 1.50 1.72 2/172 25801
/proc/meminfo: memFree=1042292/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=175872 CPUtime=705.51 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 196064 0 0 0 69895 656 0 0 25 0 1 0 882652620 180092928 42990 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25757/statm: 43968 42990 738 1205 0 42759 0
Current children cumulated CPU time (s) 705.51
Current children cumulated vsize (KiB) 175872

[startup+706.3 s]
/proc/loadavg: 1.03 1.50 1.72 2/172 25801
/proc/meminfo: memFree=1041052/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=175872 CPUtime=706.31 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 196064 0 0 0 69974 657 0 0 25 0 1 0 882652620 180092928 42990 33554432000 4194304 9128323 140737392706416 18446744073709551615 5240706 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25757/statm: 43968 42990 738 1205 0 42759 0
Current children cumulated CPU time (s) 706.31
Current children cumulated vsize (KiB) 175872

[startup+706.701 s]
/proc/loadavg: 1.03 1.50 1.72 2/172 25801
/proc/meminfo: memFree=1041052/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=175872 CPUtime=706.7 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 196064 0 0 0 70013 657 0 0 25 0 1 0 882652620 180092928 42990 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25757/statm: 43968 42990 738 1205 0 42759 0
Current children cumulated CPU time (s) 706.7
Current children cumulated vsize (KiB) 175872

[startup+706.901 s]
/proc/loadavg: 1.03 1.50 1.72 2/172 25801
/proc/meminfo: memFree=1041052/32951124 swapFree=67055536/67111528
[pid=25757] ppid=25755 vsize=175872 CPUtime=706.9 cores=0,2,4,6
/proc/25757/stat : 25757 (scip-2.0.1.4.li) R 25755 25757 24685 0 -1 4202496 196064 0 0 0 70033 657 0 0 25 0 1 0 882652620 180092928 42990 33554432000 4194304 9128323 140737392706416 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25757/statm: 43968 42990 738 1205 0 42759 0
Current children cumulated CPU time (s) 706.9
Current children cumulated vsize (KiB) 175872

Child status: 0
Real time (s): 706.973
CPU time (s): 706.981
CPU user time (s): 700.394
CPU system time (s): 6.587
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 186360

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

runsolver used 1.10483 second user time and 2.14867 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-12 20:12:45
IDJOB=3447945
IDBENCH=79401
IDSOLVER=1944
FILE ID=node144/3447945-1307902365
RUNJOBID= node144-1307898941-25434
PBS_JOBID= 13559564
Free space on /var/tmp= 2900 MiB

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

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

MD5SUM BENCH= 415715e3de5713a6aca23e12a1a413cb
RANDOM SEED=379632024

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1151788 kB
Buffers:         55004 kB
Cached:       30719696 kB
SwapCached:       9228 kB
Active:       15572412 kB
Inactive:     15269120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1151788 kB
SwapTotal:    67111528 kB
SwapFree:     67055536 kB
Dirty:           24500 kB
Writeback:           0 kB
AnonPages:       64604 kB
Mapped:          16288 kB
Slab:           893588 kB
PageTables:       4560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   256908 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2900 MiB
End job on node144 at 2011-06-12 20:24:32