Trace number 3447986

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.4MSAT (TO) 1800.06 1800.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-geom30a-4_wcsp.wbo
MD5SUMde59a4d263badb761d8b1cfdb0f0d5d5
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.007998
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables120
Total number of constraints354
Number of soft constraints324
Number of constraints which are clauses324
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 82
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 324
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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-3447986-1307902809.wbo>
0.00/0.00	c original problem has 444 variables (444 bin, 0 int, 0 impl, 0 cont) and 355 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 0 del conss, 0 add conss, 324 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 30 clqs
0.00/0.01	c (round 2) 0 del vars, 0 del conss, 0 add conss, 324 chg bounds, 0 chg sides, 0 chg coeffs, 31 upgd conss, 0 impls, 30 clqs
0.00/0.02	c    (0.0s) probing: 101/444 (22.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 324 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  324 implications, 30 cliques
0.00/0.02	c presolved problem has 768 variables (444 bin, 0 int, 324 impl, 0 cont) and 679 constraints
0.00/0.02	c       1 constraints of type <knapsack>
0.00/0.02	c      30 constraints of type <setppc>
0.00/0.02	c     324 constraints of type <linear>
0.00/0.02	c     324 constraints of type <indicator>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.02
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 2.0.1.4
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 13950
0.00/0.02	c 
0.00/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
0.00/0.02	c 
0.00/0.02	c # belongs reading time to solving time?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c timing/reading = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/indicator/addCouplingCons = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.04	o 24
0.00/0.04	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.04	c T 0.0s|     1 |     0 |     0 |     - |2749k|   0 |   - | 768 |1003 | 768 | 355 |   0 |   0 |   0 |      --      | 2.400000e+01 |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    61 |     - |2601k|   0 |  60 | 768 |1003 | 768 | 355 |   0 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
0.09/0.09	c   0.1s|     1 |     0 |   144 |     - |2839k|   0 |  65 | 768 |1041 | 768 | 364 |   9 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   163 |     - |2893k|   0 |  67 | 768 |1041 | 768 | 377 |  22 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
0.09/0.10	o 21
0.09/0.10	c y 0.1s|     1 |     0 |   163 |     - |2907k|   0 |  67 | 768 |1041 | 768 | 377 |  22 |   0 |   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   203 |     - |2947k|   0 |  71 | 768 |1041 | 768 | 388 |  33 |   0 |   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   299 |     - |3064k|   0 |  78 | 768 |1041 | 768 | 401 |  46 |   0 |   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
0.09/0.13	o 17
0.09/0.13	c y 0.1s|     1 |     0 |   299 |     - |3078k|   0 |  78 | 768 |1041 | 768 | 401 |  46 |   0 |   0 | 0.000000e+00 | 1.700000e+01 |    Inf 
0.09/0.15	c   0.2s|     1 |     0 |   401 |     - |3574k|   0 |  77 | 768 |1041 | 768 | 412 |  57 |   0 |   0 | 0.000000e+00 | 1.700000e+01 |    Inf 
0.09/0.18	c   0.2s|     1 |     0 |   507 |     - |3851k|   0 |  78 | 768 |1041 | 768 | 425 |  70 |   0 |   0 | 0.000000e+00 | 1.700000e+01 |    Inf 
0.09/0.18	o 16
0.09/0.18	c y 0.2s|     1 |     0 |   507 |     - |3865k|   0 |  78 | 768 |1041 | 768 | 425 |  70 |   0 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf 
0.19/0.21	c   0.2s|     1 |     2 |   507 |     - |3880k|   0 |  78 | 768 |1041 | 768 | 425 |  70 |   0 |   9 | 0.000000e+00 | 1.600000e+01 |    Inf 
0.29/0.36	o 12
0.29/0.36	c y 0.4s|    11 |    10 |   647 |  14.0 |3918k|  10 |  38 | 768 |1041 | 768 | 395 |  70 |   0 |  94 | 0.000000e+00 | 1.200000e+01 |    Inf 
0.59/0.64	o 8
0.59/0.64	c * 0.6s|    55 |    50 |  1150 |  11.9 |4091k|  22 |   - | 768 |1041 | 768 | 420 | 111 |   0 | 415 | 0.000000e+00 | 8.000000e+00 |    Inf 
0.69/0.76	o 7
0.69/0.76	c * 0.8s|   104 |    70 |  1622 |  10.8 |4261k|  26 |   - | 768 |1058 | 768 | 432 | 194 |  17 | 517 | 0.000000e+00 | 7.000000e+00 |    Inf 
0.69/0.78	o 6
0.69/0.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.78	c * 0.8s|   111 |    67 |  1749 |  11.3 |4283k|  26 |   - | 768 |1058 | 768 | 419 | 215 |  17 | 526 | 0.000000e+00 | 6.000000e+00 |    Inf 
0.79/0.82	o 5
0.79/0.82	c * 0.8s|   128 |    64 |  1919 |  11.1 |4325k|  26 |   - | 768 |1061 | 768 | 427 | 249 |  20 | 548 | 0.000000e+00 | 5.000000e+00 |    Inf 
1.19/1.24	o 4
1.19/1.24	c * 1.2s|   297 |   107 |  3798 |  11.1 |4756k|  26 |   - | 768 |1092 | 768 | 435 | 731 |  51 | 736 | 0.000000e+00 | 4.000000e+00 |    Inf 
20.89/20.96	c  21.0s| 10000 |  6104 |126603 |  12.6 |  11M|  36 |   8 | 768 |1660 | 768 | 392 |  34k|1207 |2490 | 0.000000e+00 | 4.000000e+00 |    Inf 
42.09/42.12	c  42.1s| 20000 | 10205 |250543 |  12.5 |  15M|  37 |   - | 768 |1368 | 768 | 416 |  72k|2404 |4094 | 0.000000e+00 | 4.000000e+00 |    Inf 
62.99/63.02	c  63.0s| 30000 | 14051 |376465 |  12.5 |  19M|  37 |  19 | 768 |1407 | 768 | 409 | 109k|3656 |5372 | 0.000000e+00 | 4.000000e+00 |    Inf 
84.60/84.66	c  84.7s| 40000 | 18583 |510196 |  12.7 |  24M|  38 |   6 | 768 |1419 | 768 | 409 | 149k|4796 |6594 | 0.000000e+00 | 4.000000e+00 |    Inf 
106.20/106.29	c   106s| 50000 | 22954 |641564 |  12.8 |  28M|  38 |  10 | 768 |1412 | 768 | 401 | 188k|6206 |7709 | 0.000000e+00 | 4.000000e+00 |    Inf 
127.39/127.41	c   127s| 60000 | 27137 |770596 |  12.8 |  32M|  38 |  20 | 768 |1483 | 768 | 396 | 226k|7562 |8700 | 0.000000e+00 | 4.000000e+00 |    Inf 
148.00/148.06	c   148s| 70000 | 31381 |898888 |  12.8 |  37M|  38 |   - | 768 |1463 | 768 | 423 | 262k|8935 |9517 | 0.000000e+00 | 4.000000e+00 |    Inf 
169.00/169.07	c   169s| 80000 | 34607 |  1022k|  12.8 |  41M|  38 |   6 | 768 |1388 | 768 | 408 | 300k|  10k|  10k| 0.000000e+00 | 4.000000e+00 |    Inf 
188.40/188.43	c   188s| 90000 | 38671 |  1135k|  12.6 |  45M|  38 |   6 | 768 |1511 | 768 | 395 | 334k|  11k|  11k| 0.000000e+00 | 4.000000e+00 |    Inf 
209.20/209.24	c   209s|100000 | 41778 |  1257k|  12.6 |  49M|  38 |   - | 768 |1584 | 768 | 420 | 371k|  13k|  11k| 0.000000e+00 | 4.000000e+00 |    Inf 
228.30/228.31	c   228s|110000 | 45505 |  1372k|  12.5 |  53M|  38 |  10 | 768 |1501 | 768 | 404 | 403k|  15k|  12k| 0.000000e+00 | 4.000000e+00 |    Inf 
248.00/248.07	c   248s|120000 | 48851 |  1484k|  12.4 |  56M|  38 |   6 | 768 |1743 | 768 | 395 | 439k|  16k|  13k| 0.000000e+00 | 4.000000e+00 |    Inf 
268.40/268.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
268.40/268.41	c   268s|130000 | 52272 |  1601k|  12.3 |  60M|  38 |   - | 768 |1598 | 768 | 429 | 476k|  18k|  13k| 0.000000e+00 | 4.000000e+00 |    Inf 
289.70/289.73	c   290s|140000 | 56425 |  1735k|  12.4 |  64M|  38 |   6 | 768 |1387 | 768 | 397 | 515k|  19k|  14k| 0.000000e+00 | 4.000000e+00 |    Inf 
310.21/310.24	c   310s|150000 | 61179 |  1867k|  12.4 |  69M|  38 |   - | 768 |1403 | 768 | 415 | 551k|  20k|  14k| 0.000000e+00 | 4.000000e+00 |    Inf 
331.79/331.83	c   332s|160000 | 65311 |  2000k|  12.5 |  74M|  38 |   - | 768 |1458 | 768 | 402 | 591k|  21k|  15k| 0.000000e+00 | 4.000000e+00 |    Inf 
352.01/352.02	c   352s|170000 | 69034 |  2123k|  12.5 |  77M|  39 |   6 | 768 |1466 | 768 | 400 | 627k|  23k|  16k| 0.000000e+00 | 4.000000e+00 |    Inf 
372.20/372.23	c   372s|180000 | 72721 |  2245k|  12.5 |  82M|  39 |  21 | 768 |1628 | 768 | 395 | 663k|  24k|  16k| 0.000000e+00 | 4.000000e+00 |    Inf 
392.30/392.31	c   392s|190000 | 76000 |  2364k|  12.4 |  85M|  39 |  14 | 768 |1564 | 768 | 402 | 699k|  26k|  17k| 0.000000e+00 | 4.000000e+00 |    Inf 
412.41/412.50	c   413s|200000 | 79842 |  2492k|  12.5 |  89M|  39 |  12 | 768 |1555 | 768 | 401 | 734k|  27k|  17k| 0.000000e+00 | 4.000000e+00 |    Inf 
433.10/433.17	c   433s|210000 | 83254 |  2618k|  12.5 |  93M|  39 |  10 | 768 |1538 | 768 | 416 | 771k|  28k|  18k| 0.000000e+00 | 4.000000e+00 |    Inf 
454.40/454.44	c   454s|220000 | 85762 |  2742k|  12.5 |  96M|  39 |   8 | 768 |1638 | 768 | 392 | 811k|  30k|  18k| 0.000000e+00 | 4.000000e+00 |    Inf 
475.01/475.07	c   475s|230000 | 89112 |  2871k|  12.5 | 100M|  39 |   - | 768 |1514 | 768 | 422 | 848k|  31k|  19k| 0.000000e+00 | 4.000000e+00 |    Inf 
495.30/495.37	c   495s|240000 | 93243 |  3000k|  12.5 | 104M|  39 |  16 | 768 |1594 | 768 | 392 | 884k|  32k|  19k| 0.000000e+00 | 4.000000e+00 |    Inf 
517.30/517.34	c   517s|250000 | 96489 |  3133k|  12.5 | 108M|  39 |   - | 768 |1744 | 768 | 411 | 928k|  33k|  20k| 0.000000e+00 | 4.000000e+00 |    Inf 
537.30/537.39	c   537s|260000 |100692 |  3260k|  12.5 | 112M|  39 |  14 | 768 |1844 | 768 | 392 | 964k|  34k|  20k| 0.000000e+00 | 4.000000e+00 |    Inf 
560.60/560.62	c   561s|270000 |103793 |  3400k|  12.6 | 115M|  39 |   2 | 768 |1758 | 768 | 398 |1012k|  35k|  21k| 0.000000e+00 | 4.000000e+00 |    Inf 
582.91/582.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
582.91/582.97	c   583s|280000 |107194 |  3539k|  12.6 | 119M|  39 |   6 | 768 |1895 | 768 | 402 |1056k|  36k|  21k| 0.000000e+00 | 4.000000e+00 |    Inf 
605.40/605.40	c   605s|290000 |110148 |  3674k|  12.7 | 122M|  39 |   8 | 768 |1921 | 768 | 414 |1101k|  38k|  22k| 0.000000e+00 | 4.000000e+00 |    Inf 
627.80/627.84	c   628s|300000 |113605 |  3811k|  12.7 | 126M|  39 |   - | 768 |1865 | 768 | 415 |1146k|  39k|  23k| 0.000000e+00 | 4.000000e+00 |    Inf 
650.50/650.56	c   651s|310000 |116445 |  3947k|  12.7 | 129M|  39 |   7 | 768 |1945 | 768 | 418 |1191k|  40k|  23k| 0.000000e+00 | 4.000000e+00 |    Inf 
672.31/672.34	c   672s|320000 |118991 |  4072k|  12.7 | 132M|  39 |   - | 768 |1931 | 768 | 406 |1232k|  41k|  23k| 0.000000e+00 | 4.000000e+00 |    Inf 
693.70/693.78	c   694s|330000 |121896 |  4200k|  12.7 | 135M|  39 |   - | 768 |2047 | 768 | 420 |1274k|  43k|  24k| 0.000000e+00 | 4.000000e+00 |    Inf 
715.81/715.87	c   716s|340000 |124157 |  4331k|  12.7 | 138M|  39 |   6 | 768 |1764 | 768 | 398 |1314k|  45k|  24k| 0.000000e+00 | 4.000000e+00 |    Inf 
737.71/737.76	c   738s|350000 |126952 |  4462k|  12.7 | 142M|  39 |  11 | 768 |1691 | 768 | 416 |1356k|  46k|  25k| 0.000000e+00 | 4.000000e+00 |    Inf 
761.22/761.24	c   761s|360000 |129666 |  4598k|  12.8 | 145M|  39 |   6 | 768 |1548 | 768 | 392 |1404k|  47k|  25k| 0.000000e+00 | 4.000000e+00 |    Inf 
783.51/783.58	c   784s|370000 |132495 |  4733k|  12.8 | 149M|  39 |   - | 768 |1609 | 768 | 407 |1447k|  49k|  26k| 0.000000e+00 | 4.000000e+00 |    Inf 
805.51/805.54	c   806s|380000 |134979 |  4864k|  12.8 | 152M|  39 |  10 | 768 |1693 | 768 | 392 |1489k|  51k|  26k| 0.000000e+00 | 4.000000e+00 |    Inf 
827.31/827.33	c   827s|390000 |137643 |  4995k|  12.8 | 155M|  39 |   8 | 768 |1772 | 768 | 407 |1530k|  52k|  27k| 0.000000e+00 | 4.000000e+00 |    Inf 
848.02/848.04	c   848s|400000 |140804 |  5115k|  12.8 | 159M|  39 |  20 | 768 |1792 | 768 | 393 |1570k|  54k|  27k| 0.000000e+00 | 4.000000e+00 |    Inf 
869.72/869.73	c   870s|410000 |143603 |  5244k|  12.8 | 162M|  39 |   6 | 768 |1743 | 768 | 413 |1611k|  55k|  28k| 0.000000e+00 | 4.000000e+00 |    Inf 
890.02/890.08	c   890s|420000 |146977 |  5362k|  12.8 | 166M|  39 |  15 | 768 |1687 | 768 | 402 |1648k|  57k|  28k| 0.000000e+00 | 4.000000e+00 |    Inf 
912.22/912.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
912.22/912.25	c   912s|430000 |149385 |  5490k|  12.8 | 168M|  39 |   - | 768 |1633 | 768 | 423 |1691k|  58k|  28k| 0.000000e+00 | 4.000000e+00 |    Inf 
933.62/933.60	c   934s|440000 |152785 |  5620k|  12.8 | 172M|  39 |  22 | 768 |1787 | 768 | 406 |1732k|  60k|  29k| 0.000000e+00 | 4.000000e+00 |    Inf 
954.72/954.79	c   955s|450000 |155318 |  5747k|  12.8 | 175M|  39 |  14 | 768 |1790 | 768 | 399 |1770k|  62k|  29k| 0.000000e+00 | 4.000000e+00 |    Inf 
975.21/975.23	c   975s|460000 |158566 |  5865k|  12.8 | 179M|  39 |   - | 768 |1782 | 768 | 405 |1807k|  63k|  29k| 0.000000e+00 | 4.000000e+00 |    Inf 
995.71/995.78	c   996s|470000 |161609 |  5987k|  12.7 | 182M|  39 |  12 | 768 |1702 | 768 | 406 |1845k|  65k|  30k| 0.000000e+00 | 4.000000e+00 |    Inf 
1016.72/1016.74	c  1017s|480000 |164638 |  6112k|  12.7 | 186M|  39 |  18 | 768 |1606 | 768 | 393 |1883k|  67k|  30k| 0.000000e+00 | 4.000000e+00 |    Inf 
1039.52/1039.50	c  1040s|490000 |167645 |  6241k|  12.7 | 189M|  39 |   - | 768 |1775 | 768 | 413 |1928k|  68k|  31k| 0.000000e+00 | 4.000000e+00 |    Inf 
1061.01/1061.07	c  1061s|500000 |170554 |  6369k|  12.7 | 193M|  39 |  16 | 768 |1725 | 768 | 392 |1968k|  69k|  31k| 0.000000e+00 | 4.000000e+00 |    Inf 
1082.12/1082.16	c  1082s|510000 |173406 |  6487k|  12.7 | 196M|  39 |   - | 768 |1685 | 768 | 402 |2008k|  71k|  31k| 0.000000e+00 | 4.000000e+00 |    Inf 
1105.31/1105.37	c  1105s|520000 |175453 |  6615k|  12.7 | 198M|  39 |   - | 768 |1653 | 768 | 414 |2054k|  72k|  32k| 0.000000e+00 | 4.000000e+00 |    Inf 
1125.42/1125.45	c  1125s|530000 |178877 |  6736k|  12.7 | 202M|  39 |   9 | 768 |1703 | 768 | 406 |2089k|  73k|  32k| 0.000000e+00 | 4.000000e+00 |    Inf 
1147.52/1147.53	c  1148s|540000 |181937 |  6865k|  12.7 | 206M|  39 |   6 | 768 |1810 | 768 | 405 |2132k|  75k|  32k| 0.000000e+00 | 4.000000e+00 |    Inf 
1168.62/1168.63	c  1169s|550000 |184869 |  6988k|  12.7 | 209M|  39 |   - | 768 |1678 | 768 | 404 |2172k|  76k|  33k| 0.000000e+00 | 4.000000e+00 |    Inf 
1189.92/1189.92	c  1190s|560000 |187306 |  7111k|  12.7 | 212M|  39 |  10 | 768 |1744 | 768 | 410 |2211k|  78k|  33k| 0.000000e+00 | 4.000000e+00 |    Inf 
1209.22/1209.22	c  1209s|570000 |190672 |  7225k|  12.7 | 216M|  39 |   6 | 768 |1660 | 768 | 408 |2244k|  80k|  33k| 0.000000e+00 | 4.000000e+00 |    Inf 
1230.32/1230.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1230.32/1230.33	c  1230s|580000 |193100 |  7340k|  12.7 | 219M|  39 |   - | 768 |1741 | 768 | 403 |2284k|  81k|  34k| 0.000000e+00 | 4.000000e+00 |    Inf 
1251.22/1251.22	c  1251s|590000 |195724 |  7459k|  12.6 | 223M|  39 |   - | 768 |1745 | 768 | 396 |2324k|  83k|  34k| 0.000000e+00 | 4.000000e+00 |    Inf 
1271.32/1271.34	c  1271s|600000 |199436 |  7576k|  12.6 | 226M|  39 |   6 | 768 |1867 | 768 | 392 |2361k|  84k|  34k| 0.000000e+00 | 4.000000e+00 |    Inf 
1291.82/1291.89	c  1292s|610000 |202054 |  7690k|  12.6 | 229M|  39 |  14 | 768 |1910 | 768 | 392 |2399k|  84k|  35k| 0.000000e+00 | 4.000000e+00 |    Inf 
1310.93/1310.94	c  1311s|620000 |205769 |  7803k|  12.6 | 233M|  39 |   - | 768 |1954 | 768 | 408 |2434k|  85k|  35k| 0.000000e+00 | 4.000000e+00 |    Inf 
1331.22/1331.25	c  1331s|630000 |208652 |  7920k|  12.6 | 236M|  39 |   6 | 768 |1767 | 768 | 420 |2470k|  86k|  35k| 0.000000e+00 | 4.000000e+00 |    Inf 
1350.73/1350.77	c  1351s|640000 |212072 |  8038k|  12.6 | 240M|  39 |   6 | 768 |1694 | 768 | 395 |2503k|  88k|  35k| 0.000000e+00 | 4.000000e+00 |    Inf 
1370.53/1370.51	c  1371s|650000 |215475 |  8157k|  12.5 | 244M|  39 |   - | 768 |1789 |   0 |   0 |2538k|  89k|  36k| 0.000000e+00 | 4.000000e+00 |    Inf 
1390.72/1390.74	c  1391s|660000 |218374 |  8275k|  12.5 | 247M|  39 |  21 | 768 |1622 | 768 | 392 |2574k|  91k|  36k| 0.000000e+00 | 4.000000e+00 |    Inf 
1410.33/1410.31	c  1410s|670000 |221112 |  8386k|  12.5 | 250M|  39 |   - | 768 |1727 | 768 | 406 |2608k|  93k|  36k| 0.000000e+00 | 4.000000e+00 |    Inf 
1430.43/1430.40	c  1430s|680000 |223664 |  8498k|  12.5 | 253M|  39 |   6 | 768 |1700 | 768 | 395 |2645k|  95k|  37k| 0.000000e+00 | 4.000000e+00 |    Inf 
1450.73/1450.76	c  1451s|690000 |226469 |  8616k|  12.5 | 257M|  39 |   8 | 768 |1778 | 768 | 417 |2682k|  97k|  37k| 0.000000e+00 | 4.000000e+00 |    Inf 
1471.02/1471.10	c  1471s|700000 |229389 |  8733k|  12.5 | 260M|  39 |   8 | 768 |1875 | 768 | 396 |2718k|  99k|  37k| 0.000000e+00 | 4.000000e+00 |    Inf 
1492.33/1492.37	c  1492s|710000 |232367 |  8857k|  12.5 | 264M|  39 |   - | 768 |1703 | 768 | 425 |2758k| 100k|  38k| 0.000000e+00 | 4.000000e+00 |    Inf 
1513.23/1513.24	c  1513s|720000 |235547 |  8975k|  12.5 | 267M|  39 |  16 | 768 |1801 | 768 | 403 |2797k| 101k|  38k| 0.000000e+00 | 4.000000e+00 |    Inf 
1533.23/1533.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1533.23/1533.25	c  1533s|730000 |238702 |  9090k|  12.5 | 271M|  39 |   8 | 768 |1664 | 768 | 401 |2833k| 103k|  38k| 0.000000e+00 | 4.000000e+00 |    Inf 
1553.73/1553.71	c  1554s|740000 |242033 |  9215k|  12.5 | 275M|  39 |   6 | 768 |1736 | 768 | 397 |2870k| 104k|  38k| 0.000000e+00 | 4.000000e+00 |    Inf 
1574.33/1574.34	c  1574s|750000 |244522 |  9332k|  12.4 | 278M|  39 |   6 | 768 |1717 | 768 | 395 |2907k| 106k|  39k| 0.000000e+00 | 4.000000e+00 |    Inf 
1594.13/1594.17	c  1594s|760000 |247514 |  9449k|  12.4 | 281M|  39 |   - | 768 |1690 | 768 | 401 |2942k| 107k|  39k| 0.000000e+00 | 4.000000e+00 |    Inf 
1614.94/1614.96	c  1615s|770000 |250372 |  9567k|  12.4 | 284M|  39 |  12 | 768 |1765 | 768 | 402 |2980k| 109k|  39k| 0.000000e+00 | 4.000000e+00 |    Inf 
1634.74/1634.75	c  1635s|780000 |253215 |  9684k|  12.4 | 288M|  39 |  15 | 768 |1757 | 768 | 412 |3015k| 111k|  39k| 0.000000e+00 | 4.000000e+00 |    Inf 
1653.53/1653.54	c  1654s|790000 |256279 |  9794k|  12.4 | 291M|  39 |   - | 768 |1847 | 768 | 408 |3047k| 113k|  40k| 0.000000e+00 | 4.000000e+00 |    Inf 
1674.33/1674.37	c  1674s|800000 |258867 |  9912k|  12.4 | 295M|  39 |   8 | 768 |2084 | 768 | 402 |3086k| 115k|  40k| 0.000000e+00 | 4.000000e+00 |    Inf 
1695.33/1695.37	c  1695s|810000 |260661 | 10029k|  12.4 | 297M|  39 |   - | 768 |1746 |   0 |   0 |3124k| 117k|  40k| 3.333333e-01 | 4.000000e+00 |1100.00%
1717.14/1717.16	c  1717s|820000 |262041 | 10147k|  12.4 | 299M|  39 |   - | 768 |1745 |   0 |   0 |3164k| 119k|  41k| 5.000000e-01 | 4.000000e+00 | 700.00%
1738.13/1738.19	c  1738s|830000 |263525 | 10264k|  12.4 | 302M|  39 |   6 | 768 |1764 | 768 | 397 |3201k| 122k|  41k| 5.000000e-01 | 4.000000e+00 | 700.00%
1759.73/1759.76	c  1760s|840000 |264815 | 10381k|  12.4 | 304M|  39 |  10 | 768 |1705 | 768 | 399 |3241k| 124k|  41k| 5.000000e-01 | 4.000000e+00 | 700.00%
1780.94/1780.95	c  1781s|850000 |266269 | 10498k|  12.4 | 306M|  39 |  17 | 768 |1720 | 768 | 392 |3279k| 126k|  41k| 5.000000e-01 | 4.000000e+00 | 700.00%
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 858847
1800.03/1800.00	c Primal Bound       : +4.00000000000000e+00 (468 solutions)
1800.03/1800.00	c Dual Bound         : +5.00000000000000e-01
1800.03/1800.00	c Gap                : 700.00 %
1800.03/1800.00	s SATISFIABLE
1800.03/1800.00	v -x120 x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 x107 -x106 -x105 x104 -x103 -x102 -x101 -x100 -x99 -x98 
1800.03/1800.00	v x97 -x96 x95 -x94 -x93 -x92 x91 -x90 -x89 x88 -x87 -x86 -x85 -x84 -x83 x82 -x81 x80 -x79 -x78 -x77 -x76 -x75 x74 -x73 x72 
1800.03/1800.00	v -x71 -x70 -x69 x68 -x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 x58 -x57 -x56 -x55 -x54 x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 
1800.03/1800.00	v x45 -x44 -x43 x42 -x41 x40 -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 x30 -x29 -x28 -x27 -x26 x25 -x24 -x23 -x22 x21 -x20 -x19 
1800.03/1800.00	v x18 -x17 -x16 x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 x5 x4 -x3 -x2 -x1 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       0.02 (included in solving)
1800.03/1800.00	c   reading          :       0.00 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3447986-1307902809.wbo
1800.03/1800.00	c   Variables        : 444 (444 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 355 initial, 355 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3447986-1307902809.wbo
1800.03/1800.00	c   Variables        : 768 (444 binary, 0 integer, 324 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 679 initial, 2102 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.00          0          0          0        324          0          0          0          0          0
1800.03/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0    3879296          0      44789          0         16        822          0          0    1128674
1800.03/1800.00	c   varbound         :          0+         6    1996214    3314174          2          0     104287         23    9186331    3314196          0          0
1800.03/1800.00	c   knapsack         :          1          6    1996347          2          2      44786          0          0          0          0          0          0
1800.03/1800.00	c   setppc           :         30          6    1996819          5          2      44784     162037      18913    1342190          0          0          0
1800.03/1800.00	c   linear           :        324+         7    1977906          5          0      44782     362093      20425    5622402          0          0          0
1800.03/1800.00	c   indicator        :        324          0    1957554    3314174          1      44782     178075          0     337870          0          0          0
1800.03/1800.00	c   logicor          :          0+         0     958505          0          0          0      57602     154391     252391          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          5          2        465          0          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.00	c   integral         :      26.47       0.00       0.00      26.45       0.00       0.02       0.00
1800.03/1800.00	c   varbound         :      44.17       0.00      22.76      21.38       0.00       0.00       0.03
1800.03/1800.00	c   knapsack         :       1.80       0.00       1.76       0.00       0.00       0.04       0.00
1800.03/1800.00	c   setppc           :       4.32       0.00       4.23       0.00       0.00       0.03       0.07
1800.03/1800.00	c   linear           :      17.84       0.00      17.32       0.00       0.00       0.34       0.18
1800.03/1800.00	c   indicator        :      84.26       0.03      15.58      62.96       0.00       5.64       0.04
1800.03/1800.00	c   logicor          :       9.90       0.00       9.85       0.00       0.00       0.00       0.05
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :     520754     100947          2   48393044
1800.03/1800.00	c   rootredcost      :          7          0          0          0
1800.03/1800.00	c   pseudoobj        :    2014830     287647      17585    9187188
1800.03/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.00	c   vbounds          :      35.99      35.96       0.02
1800.03/1800.00	c   rootredcost      :       0.42       0.42       0.00
1800.03/1800.00	c   pseudoobj        :      19.71      18.80       0.92
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :       2.15     211339     110592     145816       10.2        309       10.7          -
1800.03/1800.00	c   infeasible LP    :       0.00         45         45        113       11.2          0        0.0          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -     128928       10.1          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          5          -          -         45          -    (maximal pool size: 582)
1800.03/1800.00	c   redcost          :      66.61    2184855          0   48314480          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.03          6          0          0       1149          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.02          6          0          0       1168          0
1800.03/1800.00	c   cmir             :       0.02          6          0          0          0          0
1800.03/1800.00	c   flowcover        :       0.02          6          0          0          0          0
1800.03/1800.00	c   clique           :       0.00          6          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.04          1          0          0          0         38
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :      25.31     565122         16        822          0          0    1128674
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       0.00          2          0          0          0          0          4
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          5
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   intshifting      :       0.01          0          0
1800.03/1800.00	c   feaspump         :       0.02          0          0
1800.03/1800.00	c   oneopt           :       0.22         10          0
1800.03/1800.00	c   crossover        :       0.35         12          0
1800.03/1800.00	c   objpscostdiving  :       2.68       3123          0
1800.03/1800.00	c   rootsoldiving    :       3.70       3123          0
1800.03/1800.00	c   coefdiving       :       7.81       6246          0
1800.03/1800.00	c   pscostdiving     :       8.03       6246          0
1800.03/1800.00	c   fracdiving       :       8.12       6246          0
1800.03/1800.00	c   veclendiving     :       8.06       6246          0
1800.03/1800.00	c   guideddiving     :       7.90       6246          0
1800.03/1800.00	c   linesearchdiving :       8.52       6246          0
1800.03/1800.00	c   trivial          :       0.00          2          0
1800.03/1800.00	c   shiftandpropagate:       0.02          1          1
1800.03/1800.00	c   simplerounding   :       0.90          0          0
1800.03/1800.00	c   zirounding       :       2.68          0          0
1800.03/1800.00	c   rounding         :       1.36      10856          0
1800.03/1800.00	c   shifting         :       0.68       3202          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   clique           :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.01          1          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   vbounds          :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   subnlp           :       0.12          0          0
1800.03/1800.00	c   trysol           :       0.77      44292        462
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.16          0          0       0.00       0.00
1800.03/1800.00	c   dual LP          :     981.87    4118891   10336781       2.51   10527.64
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:      25.87      88320     265004       3.00   10242.79
1800.03/1800.00	c   strong branching :      20.54      42230     194368       4.60    9464.35
1800.03/1800.00	c     (at root node) :          -          9        311      34.56          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :     858847
1800.03/1800.00	c   nodes (total)    :     858847
1800.03/1800.00	c   nodes left       :     267451
1800.03/1800.00	c   max depth        :         39
1800.03/1800.00	c   max depth (total):         39
1800.03/1800.00	c   backtracks       :     192122 (22.4%)
1800.03/1800.00	c   delayed cutoffs  :       2348
1800.03/1800.00	c   repropagations   :      49767 (840056 domain reductions, 1823 cutoffs)
1800.03/1800.00	c   avg switch length:       5.08
1800.03/1800.00	c   switching time   :      83.94
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :        468 (10 improvements)
1800.03/1800.00	c   First Solution   : +2.40000000000000e+01   (in run 1, after 1 nodes, 0.04 seconds, depth 335, found by <shiftandpropagate>)
1800.03/1800.00	c   Primal Bound     : +4.00000000000000e+00   (in run 1, after 297 nodes, 1.25 seconds, depth 25, found by <relaxation>)
1800.03/1800.00	c   Dual Bound       : +5.00000000000000e-01
1800.03/1800.00	c   Gap              :     700.00 %
1800.03/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.00	c   Root Iterations  :        507

Verifier Data

OK	4

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 1.95 1.98 1.95 2/177 24362
/proc/meminfo: memFree=32413956/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=10132 CPUtime=0 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 1539 0 0 0 0 0 0 0 25 0 1 0 901883544 10375168 1492 33554432000 4194304 9128323 140734760151152 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24362/statm: 2533 1492 399 1205 0 1324 0

[startup+0.091387 s]
/proc/loadavg: 1.95 1.98 1.95 2/177 24362
/proc/meminfo: memFree=32413956/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=34448 CPUtime=0.09 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 7933 0 0 0 8 1 0 0 25 0 1 0 901883544 35274752 7276 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 8612 7276 731 1205 0 7403 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34448

[startup+0.100379 s]
/proc/loadavg: 1.95 1.98 1.95 2/177 24362
/proc/meminfo: memFree=32413956/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=34448 CPUtime=0.09 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 7948 0 0 0 8 1 0 0 25 0 1 0 901883544 35274752 7291 33554432000 4194304 9128323 140734760151152 18446744073709551615 6300128 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 8612 7291 733 1205 0 7403 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34448

[startup+0.300345 s]
/proc/loadavg: 1.95 1.98 1.95 2/177 24362
/proc/meminfo: memFree=32413956/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=36596 CPUtime=0.29 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 8565 0 0 0 26 3 0 0 25 0 1 0 901883544 37474304 7904 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 9149 7904 747 1205 0 7940 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36596

[startup+0.700282 s]
/proc/loadavg: 1.95 1.98 1.95 2/177 24362
/proc/meminfo: memFree=32413956/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=36596 CPUtime=0.69 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 8566 0 0 0 62 7 0 0 25 0 1 0 901883544 37474304 7905 33554432000 4194304 9128323 140734760151152 18446744073709551615 7206708 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 9149 7905 748 1205 0 7940 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36596

[startup+1.50013 s]
/proc/loadavg: 1.95 1.98 1.95 3/178 24363
/proc/meminfo: memFree=32385344/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=36596 CPUtime=1.49 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 8567 0 0 0 137 12 0 0 25 0 1 0 901883544 37474304 7906 33554432000 4194304 9128323 140734760151152 18446744073709551615 5128474 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 9149 7906 748 1205 0 7940 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36596

[startup+3.10085 s]
/proc/loadavg: 1.95 1.98 1.95 3/178 24363
/proc/meminfo: memFree=32385220/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=34548 CPUtime=3.09 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 9126 0 0 0 287 22 0 0 25 0 1 0 901883544 35377152 7681 33554432000 4194304 9128323 140734760151152 18446744073709551615 7205408 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 8637 7681 749 1205 0 7428 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34548

[startup+6.30028 s]
/proc/loadavg: 2.03 2.00 1.96 3/178 24363
/proc/meminfo: memFree=32384744/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=34548 CPUtime=6.3 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 10317 0 0 0 590 40 0 0 25 0 1 0 901883544 35377152 7685 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 8637 7685 749 1205 0 7428 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 34548

[startup+12.7002 s]
/proc/loadavg: 2.03 2.00 1.96 3/178 24364
/proc/meminfo: memFree=32384620/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=34548 CPUtime=12.69 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 15732 0 0 0 1198 71 0 0 25 0 1 0 901883544 35377152 7695 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 8637 7695 750 1205 0 7428 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34548

[startup+25.5009 s]
/proc/loadavg: 2.02 2.00 1.96 3/178 24364
/proc/meminfo: memFree=32384004/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=37780 CPUtime=25.49 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 18832 0 0 0 2418 131 0 0 25 0 1 0 901883544 38686720 8517 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 9445 8517 750 1205 0 8236 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37780

[startup+51.1004 s]
/proc/loadavg: 2.09 2.02 1.96 3/178 24365
/proc/meminfo: memFree=32378396/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=41600 CPUtime=51.09 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 19699 0 0 0 4856 253 0 0 25 0 1 0 901883544 42598400 9384 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 10400 9384 750 1205 0 9191 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 41600

[startup+102.306 s]
/proc/loadavg: 2.04 2.01 1.96 3/178 24366
/proc/meminfo: memFree=32358824/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=53740 CPUtime=102.3 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 22682 0 0 0 9736 494 0 0 25 0 1 0 901883544 55029760 12367 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 13435 12367 750 1205 0 12226 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 53740

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 24368
/proc/meminfo: memFree=32333232/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=68748 CPUtime=162.3 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 29126 0 0 0 15452 778 0 0 25 0 1 0 901883544 70397952 16242 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 17187 16242 750 1205 0 15978 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 68748

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24369
/proc/meminfo: memFree=32321400/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=79596 CPUtime=222.3 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 34496 0 0 0 21171 1059 0 0 25 0 1 0 901883544 81506304 19087 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 19899 19087 752 1205 0 18690 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 79596

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24371
/proc/meminfo: memFree=32305720/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=93488 CPUtime=282.3 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 37950 0 0 0 26888 1342 0 0 25 0 1 0 901883544 95731712 22532 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 23372 22532 750 1205 0 22163 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 93488

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24372
/proc/meminfo: memFree=32291908/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=107992 CPUtime=342.3 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 41114 0 0 0 32590 1640 0 0 25 0 1 0 901883544 110583808 25686 33554432000 4194304 9128323 140734760151152 18446744073709551615 4792752 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 26998 25686 750 1205 0 25789 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 107992

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24374
/proc/meminfo: memFree=32278944/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=119776 CPUtime=402.3 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 44123 0 0 0 38310 1920 0 0 25 0 1 0 901883544 122650624 28642 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 29944 28642 750 1205 0 28735 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 119776

[startup+462.301 s]
/proc/loadavg: 2.07 2.02 1.97 3/178 24376
/proc/meminfo: memFree=32268108/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=129452 CPUtime=462.3 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 48894 0 0 0 44029 2201 0 0 25 0 1 0 901883544 132558848 31092 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 32363 31092 750 1205 0 31154 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 129452

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 24377
/proc/meminfo: memFree=32255280/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=141228 CPUtime=522.31 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 51849 0 0 0 49746 2485 0 0 25 0 1 0 901883544 144617472 34047 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 35307 34047 751 1205 0 34098 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 141228

[startup+582.301 s]
/proc/loadavg: 2.01 2.00 1.97 3/178 24379
/proc/meminfo: memFree=32242944/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=153840 CPUtime=582.31 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 55094 0 0 0 55447 2784 0 0 25 0 1 0 901883544 157532160 37242 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 38460 37242 750 1205 0 37251 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 153840

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24385
/proc/meminfo: memFree=32200708/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=186920 CPUtime=822.31 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 63390 0 0 0 78318 3913 0 0 25 0 1 0 901883544 191406080 45512 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 46730 45512 750 1205 0 45521 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 186920

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24387
/proc/meminfo: memFree=32182064/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=200184 CPUtime=882.31 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 69261 0 0 0 84040 4191 0 0 25 0 1 0 901883544 204988416 48846 33554432000 4194304 9128323 140734760151152 18446744073709551615 7192225 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 50046 48846 750 1205 0 48837 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 200184

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24388
/proc/meminfo: memFree=32168852/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=208908 CPUtime=942.31 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 71452 0 0 0 89757 4474 0 0 25 0 1 0 901883544 213921792 51037 33554432000 4194304 9128323 140734760151152 18446744073709551615 8012251 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 52227 51037 750 1205 0 51018 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 208908

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24390
/proc/meminfo: memFree=32157384/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=217292 CPUtime=1002.32 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 73553 0 0 0 95482 4750 0 0 25 0 1 0 901883544 222507008 53137 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 54323 53137 750 1205 0 53114 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 217292

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24392
/proc/meminfo: memFree=32146296/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=227288 CPUtime=1062.32 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 76043 0 0 0 101208 5024 0 0 25 0 1 0 901883544 232742912 55627 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 56822 55627 750 1205 0 55613 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 227288

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24393
/proc/meminfo: memFree=32134968/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=235628 CPUtime=1122.32 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 78172 0 0 0 106927 5305 0 0 25 0 1 0 901883544 241283072 57754 33554432000 4194304 9128323 140734760151152 18446744073709551615 5241207 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 58907 57754 750 1205 0 57698 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 235628

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24395
/proc/meminfo: memFree=32122144/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=247220 CPUtime=1182.32 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 81030 0 0 0 112644 5588 0 0 25 0 1 0 901883544 253153280 60612 33554432000 4194304 9128323 140734760151152 18446744073709551615 7205349 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 61805 60612 750 1205 0 60596 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 247220

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24396
/proc/meminfo: memFree=32111924/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=256564 CPUtime=1242.32 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 83338 0 0 0 118377 5855 0 0 25 0 1 0 901883544 262721536 62920 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 64141 62920 750 1205 0 62932 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 256564

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24398
/proc/meminfo: memFree=32095388/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=272844 CPUtime=1302.33 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 86360 0 0 0 124103 6130 0 0 25 0 1 0 901883544 279392256 65933 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 68211 65933 750 1205 0 67002 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 272844

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24400
/proc/meminfo: memFree=32086160/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=281512 CPUtime=1362.33 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 88574 0 0 0 129822 6411 0 0 25 0 1 0 901883544 288268288 68145 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 70378 68145 750 1205 0 69169 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 281512

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24401
/proc/meminfo: memFree=32074328/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=292292 CPUtime=1422.33 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 91323 0 0 0 135553 6680 0 0 25 0 1 0 901883544 299307008 70894 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 73073 70894 750 1205 0 71864 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 292292

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24403
/proc/meminfo: memFree=32064952/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=300980 CPUtime=1482.32 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 93539 0 0 0 141277 6955 0 0 25 0 1 0 901883544 308203520 73105 33554432000 4194304 9128323 140734760151152 18446744073709551615 5117020 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 75245 73105 750 1205 0 74036 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 300980

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24404
/proc/meminfo: memFree=32052988/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=311840 CPUtime=1542.33 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 96269 0 0 0 147002 7231 0 0 25 0 1 0 901883544 319324160 75835 33554432000 4194304 9128323 140734760151152 18446744073709551615 5207389 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 77960 75835 750 1205 0 76751 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 311840

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24406
/proc/meminfo: memFree=32042268/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=321980 CPUtime=1602.33 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 98862 0 0 0 152721 7512 0 0 25 0 1 0 901883544 329707520 78427 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 80495 78427 756 1205 0 79286 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 321980

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24408
/proc/meminfo: memFree=32031056/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=332044 CPUtime=1662.33 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 101349 0 0 0 158445 7788 0 0 25 0 1 0 901883544 340013056 80904 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 83011 80904 750 1205 0 81802 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 332044

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24409
/proc/meminfo: memFree=32021044/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=340192 CPUtime=1722.33 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 105907 0 0 0 164181 8052 0 0 25 0 1 0 901883544 348356608 82957 33554432000 4194304 9128323 140734760151152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 85048 82957 750 1205 0 83839 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 340192

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24411
/proc/meminfo: memFree=32013920/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=345724 CPUtime=1782.33 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 107304 0 0 0 169910 8323 0 0 25 0 1 0 901883544 354021376 84353 33554432000 4194304 9128323 140734760151152 18446744073709551615 6713568 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24362/statm: 86431 84353 750 1205 0 85222 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 345724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.85 1.97 1.96 2/172 24436
/proc/meminfo: memFree=32145412/32951124 swapFree=67052812/67111528
[pid=24362] ppid=24360 vsize=347512 CPUtime=1800.04 cores=1,3,5,7
/proc/24362/stat : 24362 (scip-2.0.1.4.li) R 24360 24362 21680 0 -1 4202496 107736 0 0 0 171594 8410 0 0 25 0 1 0 901883544 355852288 84785 33554432000 4194304 9128323 140734760151152 18446744073709551615 5320780 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24362/statm: 86878 84785 752 1205 0 85669 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 347512

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.06
CPU user time (s): 1715.94
CPU system time (s): 84.1192
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 347512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1715.94
system time used= 84.1192
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107736
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= 3
involuntary context switches= 1846

runsolver used 2.31065 second user time and 5.8811 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-12 20:20:09
IDJOB=3447986
IDBENCH=79443
IDSOLVER=1944
FILE ID=node103/3447986-1307902809
RUNJOBID= node103-1307897153-22179
PBS_JOBID= 13559599
Free space on /tmp= 74064 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/coloring/normalized-geom30a-4_wcsp.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447986-1307902809/watcher-3447986-1307902809 -o /tmp/evaluation-result-3447986-1307902809/solver-3447986-1307902809 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447986-1307902809.wbo -t 1800 -m 15500

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

MD5SUM BENCH= de59a4d263badb761d8b1cfdb0f0d5d5
RANDOM SEED=1176894323

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32414764 kB
Buffers:        111400 kB
Cached:         147896 kB
SwapCached:      22648 kB
Active:         250032 kB
Inactive:        95816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32414764 kB
SwapTotal:    67111528 kB
SwapFree:     67052812 kB
Dirty:           24940 kB
Writeback:           0 kB
AnonPages:       84544 kB
Mapped:          12128 kB
Slab:           125584 kB
PageTables:       4880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   265220 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74064 MiB
End job on node103 at 2011-06-12 20:50:11