Trace number 3447983

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.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-5_wcsp.wbo
MD5SUM02dbb62de02783c13bf2d3c63ea9332f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark34.3248
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables235
Total number of constraints1227
Number of soft constraints1180
Number of constraints which are clauses1180
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint5
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 1180
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6
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-3447983-1307902800.wbo>
0.00/0.01	c original problem has 1415 variables (1415 bin, 0 int, 0 impl, 0 cont) and 1228 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.01/0.02	c presolving:
0.01/0.03	c (round 1) 0 del vars, 0 del conss, 0 add conss, 1180 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 47 clqs
0.01/0.04	c (round 2) 0 del vars, 0 del conss, 0 add conss, 1180 chg bounds, 0 chg sides, 0 chg coeffs, 48 upgd conss, 0 impls, 47 clqs
0.01/0.07	c    (0.1s) probing: 101/1415 (7.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.07	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.01/0.07	c presolving (3 rounds):
0.01/0.07	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 1180 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.07	c  1180 implications, 47 cliques
0.01/0.07	c presolved problem has 2595 variables (1415 bin, 0 int, 1180 impl, 0 cont) and 2408 constraints
0.01/0.07	c       1 constraints of type <knapsack>
0.01/0.07	c      47 constraints of type <setppc>
0.01/0.07	c    1180 constraints of type <linear>
0.01/0.07	c    1180 constraints of type <indicator>
0.01/0.07	c transformed objective value is always integral (scale: 1)
0.01/0.07	c Presolving Time: 0.06
0.01/0.07	c - non default parameters ----------------------------------------------------------------------
0.01/0.07	c # SCIP version 2.0.1.4
0.01/0.07	c 
0.01/0.07	c # frequency for displaying node information lines
0.01/0.07	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.07	c display/freq = 10000
0.01/0.07	c 
0.01/0.07	c # maximal time in seconds to run
0.01/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.07	c limits/time = 1800
0.01/0.07	c 
0.01/0.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.07	c limits/memory = 13950
0.01/0.07	c 
0.01/0.07	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.07	c # [type: int, range: [1,2], default: 1]
0.01/0.07	c timing/clocktype = 2
0.01/0.07	c 
0.01/0.07	c # belongs reading time to solving time?
0.01/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.07	c timing/reading = TRUE
0.01/0.07	c 
0.01/0.07	c # should presolving try to simplify inequalities
0.01/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.07	c constraints/linear/simplifyinequalities = TRUE
0.01/0.07	c 
0.01/0.07	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.07	c constraints/indicator/addCouplingCons = TRUE
0.01/0.07	c 
0.01/0.07	c # should presolving try to simplify knapsacks
0.01/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.07	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.07	c 
0.01/0.07	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.07	c separating/rapidlearning/freq = 0
0.01/0.07	c 
0.01/0.07	c -----------------------------------------------------------------------------------------------
0.01/0.07	c start solving
0.01/0.07	c 
0.19/0.24	o 41
0.19/0.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.24	c T 0.2s|     1 |     0 |     0 |     - |9150k|   0 |   - |2595 |3588 |2595 |1228 |   0 |   0 |   0 |      --      | 4.100000e+01 |    Inf 
0.19/0.25	c   0.3s|     1 |     0 |    94 |     - |8617k|   0 |  94 |2595 |3588 |2595 |1228 |   0 |   0 |   0 | 0.000000e+00 | 4.100000e+01 |    Inf 
0.29/0.38	c   0.4s|     1 |     0 |   281 |     - |9293k|   0 |  99 |2595 |3623 |2595 |1229 |   1 |   0 |   0 | 0.000000e+00 | 4.100000e+01 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   441 |     - |9471k|   0 | 107 |2595 |3623 |2595 |1249 |  21 |   0 |   0 | 0.000000e+00 | 4.100000e+01 |    Inf 
0.49/0.51	c   0.5s|     1 |     0 |   544 |     - |  10M|   0 | 125 |2595 |3623 |2595 |1298 |  70 |   0 |   0 | 0.000000e+00 | 4.100000e+01 |    Inf 
0.59/0.64	c   0.6s|     1 |     0 |   594 |     - |  11M|   0 | 124 |2595 |3623 |2595 |1310 |  82 |   0 |   0 | 0.000000e+00 | 4.100000e+01 |    Inf 
0.69/0.78	c   0.8s|     1 |     0 |   648 |     - |  11M|   0 | 123 |2595 |3623 |2595 |1320 |  92 |   0 |   0 | 0.000000e+00 | 4.100000e+01 |    Inf 
0.89/0.93	c   0.9s|     1 |     0 |   681 |     - |  11M|   0 | 121 |2595 |3623 |2595 |1331 | 103 |   0 |   0 | 0.000000e+00 | 4.100000e+01 |    Inf 
1.10/1.17	c   1.2s|     1 |     2 |   681 |     - |  11M|   0 | 121 |2595 |3623 |2595 |1331 | 103 |   0 |   9 | 0.000000e+00 | 4.100000e+01 |    Inf 
1.69/1.72	o 23
1.69/1.72	c y 1.7s|    21 |    20 |  1439 |  37.9 |  11M|  20 |  18 |2595 |3623 |2595 |1360 | 114 |   0 | 199 | 0.000000e+00 | 2.300000e+01 |    Inf 
1.69/1.75	o 18
1.69/1.75	c y 1.7s|    22 |    21 |  1441 |  36.2 |  11M|  20 |   - |2595 |3623 |   0 |   0 | 114 |   0 | 210 | 0.000000e+00 | 1.800000e+01 |    Inf 
3.79/3.84	o 17
3.79/3.84	c y 3.8s|   126 |   125 |  3913 |  25.9 |  12M|  20 |   - |2595 |3623 |   0 |   0 | 126 |   0 | 980 | 0.000000e+00 | 1.700000e+01 |    Inf 
4.29/4.39	o 15
4.29/4.39	c y 4.4s|   203 |   202 |  5263 |  22.7 |  13M|  21 |  24 |2595 |3623 |2595 |1341 | 212 |   0 |1159 | 0.000000e+00 | 1.500000e+01 |    Inf 
4.49/4.51	o 13
4.49/4.51	c y 4.5s|   209 |   208 |  5421 |  22.8 |  13M|  25 |   - |2595 |3623 |   0 |   0 | 238 |   0 |1209 | 0.000000e+00 | 1.300000e+01 |    Inf 
4.59/4.68	o 12
4.59/4.68	c y 4.7s|   222 |   221 |  5794 |  23.1 |  14M|  25 |   - |2595 |3623 |   0 |   0 | 301 |   0 |1247 | 0.000000e+00 | 1.200000e+01 |    Inf 
4.89/4.96	o 6
4.89/4.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.89/4.96	c * 5.0s|   251 |   154 |  6461 |  23.1 |  14M|  26 |   - |2595 |3633 |2595 |1372 | 425 |  10 |1301 | 0.000000e+00 | 6.000000e+00 |    Inf 
5.29/5.32	o 5
5.29/5.32	c * 5.3s|   290 |   164 |  7394 |  23.2 |  14M|  26 |   - |2595 |3645 |2595 |1317 | 580 |  22 |1371 | 0.000000e+00 | 5.000000e+00 |    Inf 
5.40/5.41	o 4
5.40/5.41	c R 5.4s|   300 |   132 |  7752 |  23.6 |  14M|  26 |   - |2595 |3645 |2595 |1349 | 580 |  22 |1397 | 0.000000e+00 | 4.000000e+00 |    Inf 
5.79/5.82	o 3
5.79/5.82	c * 5.8s|   356 |   116 |  8604 |  22.3 |  15M|  34 |   - |2595 |3668 |2595 |1387 | 701 |  45 |1479 | 0.000000e+00 | 3.000000e+00 |    Inf 
5.99/6.01	o 2
5.99/6.01	c * 6.0s|   380 |    70 |  9148 |  22.3 |  15M|  34 |   - |2595 |3683 |2595 |1354 | 766 |  60 |1506 | 0.000000e+00 | 2.000000e+00 |    Inf 
5.99/6.05	o 1
5.99/6.05	c R 6.1s|   385 |    32 |  9398 |  22.7 |  15M|  34 |   - |2595 |3685 |2595 |1310 | 778 |  62 |1507 | 0.000000e+00 | 1.000000e+00 |    Inf 
19.19/19.23	c  19.2s| 10000 |    37 | 80344 |   8.0 |  17M|  34 |   - |2595 |9154 |   0 |   0 | 778 |  14k|1725 | 0.000000e+00 | 1.000000e+00 |    Inf 
34.29/34.35	c  34.4s| 20000 |    30 |153333 |   7.6 |  19M|  34 |  44 |2595 |  13k|2595 |1349 | 778 |  30k|1819 | 0.000000e+00 | 1.000000e+00 |    Inf 
50.99/51.00	c  51.0s| 30000 |    39 |226046 |   7.5 |  20M|  34 |  38 |2595 |  18k|2595 |1290 | 778 |  45k|2338 | 0.000000e+00 | 1.000000e+00 |    Inf 
68.89/68.91	c  68.9s| 40000 |    49 |296402 |   7.4 |  23M|  34 |  38 |2595 |  23k|2595 |1349 | 778 |  60k|2767 | 0.000000e+00 | 1.000000e+00 |    Inf 
87.59/87.70	c  87.7s| 50000 |    66 |365192 |   7.3 |  25M|  34 |   - |2595 |  29k|   0 |   0 | 778 |  76k|3110 | 0.000000e+00 | 1.000000e+00 |    Inf 
108.39/108.44	c   108s| 60000 |    76 |433496 |   7.2 |  27M|  34 |   - |2595 |  32k|   0 |   0 | 778 |  92k|3463 | 0.000000e+00 | 1.000000e+00 |    Inf 
131.90/131.98	c   132s| 70000 |   104 |509600 |   7.3 |  29M|  34 |  32 |2595 |  37k|2595 |1349 | 778 | 107k|3843 | 0.000000e+00 | 1.000000e+00 |    Inf 
155.10/155.12	c   155s| 80000 |    93 |579076 |   7.2 |  30M|  34 |  38 |2595 |  39k|2595 |1290 | 778 | 122k|4098 | 0.000000e+00 | 1.000000e+00 |    Inf 
179.60/179.68	c   180s| 90000 |    93 |644591 |   7.2 |  32M|  34 |  73 |2595 |  44k|2595 |1290 | 778 | 137k|4382 | 0.000000e+00 | 1.000000e+00 |    Inf 
207.09/207.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.09/207.18	c   207s|100000 |    96 |719465 |   7.2 |  33M|  35 |  80 |2595 |  47k|2595 |1290 | 778 | 152k|4711 | 0.000000e+00 | 1.000000e+00 |    Inf 
234.80/234.82	c   235s|110000 |   103 |793562 |   7.2 |  32M|  35 |   - |2595 |  41k|   0 |   0 | 778 | 168k|4944 | 0.000000e+00 | 1.000000e+00 |    Inf 
260.70/260.79	c   261s|120000 |   108 |868719 |   7.2 |  32M|  35 |  44 |2595 |  41k|2595 |1290 | 778 | 183k|5233 | 0.000000e+00 | 1.000000e+00 |    Inf 
284.29/284.38	c   284s|130000 |    99 |935325 |   7.2 |  33M|  35 |  24 |2595 |  42k|2595 |1290 | 778 | 198k|5393 | 0.000000e+00 | 1.000000e+00 |    Inf 
308.40/308.44	c   308s|140000 |   102 |  1004k|   7.2 |  35M|  35 |  40 |2595 |  49k|2595 |1290 | 778 | 215k|5640 | 0.000000e+00 | 1.000000e+00 |    Inf 
334.10/334.11	c   334s|150000 |   109 |  1074k|   7.2 |  36M|  35 |   - |2595 |  51k|   0 |   0 | 778 | 230k|5812 | 0.000000e+00 | 1.000000e+00 |    Inf 
361.10/361.14	c   361s|160000 |   102 |  1147k|   7.2 |  37M|  35 |  58 |2595 |  51k|2595 |1349 | 778 | 246k|6034 | 0.000000e+00 | 1.000000e+00 |    Inf 
389.60/389.63	c   390s|170000 |   107 |  1219k|   7.2 |  35M|  35 |   - |2595 |  47k|   0 |   0 | 778 | 262k|6257 | 0.000000e+00 | 1.000000e+00 |    Inf 
418.20/418.21	c   418s|180000 |   105 |  1296k|   7.2 |  37M|  35 |  50 |2595 |  52k|2595 |1349 | 778 | 277k|6395 | 0.000000e+00 | 1.000000e+00 |    Inf 
447.50/447.58	c   448s|190000 |    99 |  1370k|   7.2 |  38M|  35 |   - |2595 |  54k|   0 |   0 | 778 | 293k|6622 | 0.000000e+00 | 1.000000e+00 |    Inf 
478.00/478.02	c   478s|200000 |    94 |  1447k|   7.2 |  39M|  35 |  30 |2595 |  57k|2595 |1290 | 778 | 309k|6838 | 0.000000e+00 | 1.000000e+00 |    Inf 
509.21/509.26	c   509s|210000 |    87 |  1518k|   7.2 |  38M|  36 |  50 |2595 |  52k|2595 |1349 | 778 | 324k|6988 | 0.000000e+00 | 1.000000e+00 |    Inf 
538.80/538.82	c   539s|220000 |    98 |  1589k|   7.2 |  39M|  36 |   - |2595 |  55k|   0 |   0 | 778 | 341k|7130 | 0.000000e+00 | 1.000000e+00 |    Inf 
568.91/568.96	c   569s|230000 |    82 |  1658k|   7.2 |  39M|  36 |   - |2595 |  56k|   0 |   0 | 778 | 357k|7316 | 0.000000e+00 | 1.000000e+00 |    Inf 
600.00/600.03	c   600s|240000 |    79 |  1731k|   7.2 |  38M|  36 |   - |2595 |  53k|   0 |   0 | 778 | 372k|7525 | 0.000000e+00 | 1.000000e+00 |    Inf 
630.50/630.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
630.50/630.55	c   631s|250000 |    89 |  1809k|   7.2 |  40M|  36 |   - |2595 |  58k|   0 |   0 | 778 | 388k|7715 | 0.000000e+00 | 1.000000e+00 |    Inf 
661.71/661.76	c   662s|260000 |   107 |  1884k|   7.2 |  42M|  36 |  58 |2595 |  64k|2595 |1349 | 778 | 404k|7838 | 0.000000e+00 | 1.000000e+00 |    Inf 
694.91/694.90	c   695s|270000 |    97 |  1960k|   7.3 |  43M|  36 |  32 |2595 |  66k|2595 |1349 | 778 | 420k|8000 | 0.000000e+00 | 1.000000e+00 |    Inf 
729.41/729.49	c   729s|280000 |   130 |  2037k|   7.3 |  45M|  36 |   - |2595 |  70k|   0 |   0 | 778 | 435k|8133 | 0.000000e+00 | 1.000000e+00 |    Inf 
765.01/765.09	c   765s|290000 |   130 |  2114k|   7.3 |  45M|  36 |  62 |2595 |  72k|2595 |1349 | 778 | 451k|8293 | 0.000000e+00 | 1.000000e+00 |    Inf 
803.22/803.25	c   803s|300000 |   122 |  2187k|   7.3 |  46M|  36 |  50 |2595 |  73k|2595 |1349 | 778 | 467k|8453 | 0.000000e+00 | 1.000000e+00 |    Inf 
842.52/842.58	c   843s|310000 |   121 |  2256k|   7.3 |  47M|  36 |  52 |2595 |  78k|2595 |1349 | 778 | 483k|8570 | 0.000000e+00 | 1.000000e+00 |    Inf 
883.52/883.50	c   883s|320000 |   109 |  2334k|   7.3 |  48M|  37 |  40 |2595 |  76k|2595 |1290 | 778 | 498k|8809 | 0.000000e+00 | 1.000000e+00 |    Inf 
921.32/921.31	c   921s|330000 |   111 |  2402k|   7.3 |  50M|  37 |  60 |2595 |  82k|2595 |1290 | 778 | 514k|8943 | 0.000000e+00 | 1.000000e+00 |    Inf 
960.71/960.75	c   961s|340000 |   109 |  2467k|   7.3 |  51M|  37 |  30 |2595 |  87k|2595 |1290 | 778 | 530k|9087 | 0.000000e+00 | 1.000000e+00 |    Inf 
1002.41/1002.47	c  1002s|350000 |   108 |  2532k|   7.2 |  53M|  37 |  22 |2595 |  92k|2595 |1290 | 778 | 546k|9206 | 0.000000e+00 | 1.000000e+00 |    Inf 
1046.13/1046.13	c  1046s|360000 |   111 |  2599k|   7.2 |  55M|  37 |   - |2595 |  96k|   0 |   0 | 778 | 562k|9332 | 0.000000e+00 | 1.000000e+00 |    Inf 
1090.71/1090.71	c  1091s|370000 |   117 |  2668k|   7.2 |  57M|  37 |  42 |2595 | 102k|2595 |1290 | 778 | 577k|9436 | 0.000000e+00 | 1.000000e+00 |    Inf 
1137.12/1137.17	c  1137s|380000 |   113 |  2735k|   7.2 |  57M|  37 |  58 |2595 | 104k|2595 |1290 | 778 | 593k|9541 | 0.000000e+00 | 1.000000e+00 |    Inf 
1185.12/1185.17	c  1185s|390000 |   121 |  2805k|   7.2 |  59M|  37 |  68 |2595 | 107k|2595 |1290 | 778 | 608k|9652 | 0.000000e+00 | 1.000000e+00 |    Inf 
1235.82/1235.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1235.82/1235.89	c  1236s|400000 |   101 |  2878k|   7.2 |  59M|  37 |   - |2595 | 106k|   0 |   0 | 778 | 624k|9778 | 0.000000e+00 | 1.000000e+00 |    Inf 
1290.82/1290.82	c  1291s|410000 |    60 |  2954k|   7.2 |  56M|  37 |  48 |2595 |  97k|2595 |1290 | 778 | 640k|9919 | 0.000000e+00 | 1.000000e+00 |    Inf 
1336.32/1336.39	c  1336s|420000 |    70 |  3021k|   7.2 |  58M|  37 |  48 |2595 | 102k|2595 |1290 | 778 | 656k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1382.93/1382.90	c  1383s|430000 |   102 |  3096k|   7.2 |  60M|  37 |  80 |2595 | 105k|2595 |1290 | 778 | 671k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1433.43/1433.49	c  1433s|440000 |    92 |  3175k|   7.2 |  60M|  37 |   - |2595 | 107k|   0 |   0 | 778 | 688k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1481.93/1481.95	c  1482s|450000 |    65 |  3258k|   7.2 |  62M|  37 |   - |2595 | 112k|   0 |   0 | 778 | 704k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1536.13/1536.10	c  1536s|460000 |    90 |  3335k|   7.2 |  63M|  37 |  38 |2595 | 116k|2595 |1290 | 778 | 721k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1591.13/1591.17	c  1591s|470000 |    70 |  3415k|   7.3 |  64M|  37 |  74 |2595 | 119k|2595 |1290 | 778 | 737k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1645.64/1645.68	c  1646s|480000 |    70 |  3495k|   7.3 |  66M|  37 |  56 |2595 | 124k|2595 |1290 | 778 | 755k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1699.53/1699.54	c  1700s|490000 |    68 |  3571k|   7.3 |  67M|  37 |  54 |2595 | 126k|2595 |1290 | 778 | 771k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1755.13/1755.18	c  1755s|500000 |    89 |  3643k|   7.3 |  67M|  37 |   - |2595 | 126k|   0 |   0 | 778 | 788k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 507486
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+00 (68 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s SATISFIABLE
1800.04/1800.00	v -x235 -x234 x233 -x232 -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 x222 -x221 -x220 -x219 -x218 x217 -x216 -x215 x214 
1800.04/1800.00	v -x213 -x212 -x211 -x210 x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 x192 
1800.04/1800.00	v -x191 -x190 x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 
1800.04/1800.00	v -x170 -x169 -x168 -x167 x166 x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 x150 -x149 
1800.04/1800.00	v -x148 -x147 -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 
1800.04/1800.00	v -x126 x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 
1800.04/1800.00	v -x105 -x104 x103 -x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 x93 -x92 -x91 -x90 -x89 x88 -x87 -x86 -x85 -x84 -x83 x82 -x81 
1800.04/1800.00	v -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 -x55 
1800.04/1800.00	v -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 
1800.04/1800.00	v x28 -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 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.06 (included in solving)
1800.04/1800.00	c   reading          :       0.01 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3447983-1307902800.wbo
1800.04/1800.00	c   Variables        : 1415 (1415 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 1228 initial, 1228 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3447983-1307902800.wbo
1800.04/1800.00	c   Variables        : 2595 (1415 binary, 0 integer, 1180 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 2408 initial, 131159 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   knapsack         :       0.01          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.02          0          0          0       1180          0          0          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -       2360          -          -       2360          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0     330026          0        166          0        583       1424          0          0     655772
1800.04/1800.00	c   varbound         :          0+         6       3383        677          0          0        376          0      19284        764          0          0
1800.04/1800.00	c   knapsack         :          1          6       3700          3          0        142          0          0          0          0          0          0
1800.04/1800.00	c   setppc           :         47          6    2702492          4          0        161    2021781     171254    3394444          0          0          0
1800.04/1800.00	c   linear           :       1180+         7    2531238          4          0        138    9310962      92792    8963436          0          0          0
1800.04/1800.00	c   indicator        :       1180          0       3575        677          0        138        123          0        189          0          0          0
1800.04/1800.00	c   logicor          :          0+         0    1618736          0          0          0    1476810      56858     999760          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          4          0         66          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :      26.18       0.00       0.00      26.18       0.00       0.00       0.00
1800.04/1800.00	c   varbound         :       0.05       0.00       0.04       0.02       0.00       0.00       0.00
1800.04/1800.00	c   knapsack         :       0.01       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c   setppc           :      49.11       0.00      47.79       0.00       0.00       0.00       1.32
1800.04/1800.00	c   linear           :      68.19       0.00      65.10       0.00       0.00       0.02       3.07
1800.04/1800.00	c   indicator        :       0.14       0.00       0.04       0.04       0.00       0.05       0.00
1800.04/1800.00	c   logicor          :     601.51       0.00     599.39       0.00       0.00       0.00       2.12
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :       1359          9          0       2339
1800.04/1800.00	c   rootredcost      :         12          0          0       1180
1800.04/1800.00	c   pseudoobj        :    2704581        376         10      18104
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :       0.62       0.62       0.00
1800.04/1800.00	c   rootredcost      :       0.50       0.50       0.00
1800.04/1800.00	c   pseudoobj        :      46.22      46.22       0.00
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :      13.69     320914     318454    2252376       22.9      12869       17.2          -
1800.04/1800.00	c   infeasible LP    :       0.17       1049       1049       7491       21.2         25       13.6          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          2          2          3        3.3          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -     801511       18.0          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          5          -          -         49          -    (maximal pool size: 589)
1800.04/1800.00	c   redcost          :      13.81     329616          0       2337          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.20          6          0          0       1036          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.17          6          0          0       1565          0
1800.04/1800.00	c   cmir             :       0.10          6          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.06          6          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          6          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.10          1          0          0          0         35
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :      25.88     329347        583       1424          0          0     655772
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          4
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   feaspump         :       0.00          0          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   oneopt           :       0.21         12          0
1800.04/1800.00	c   crossover        :       0.34         11          0
1800.04/1800.00	c   pscostdiving     :       3.71        596          0
1800.04/1800.00	c   fracdiving       :       2.99        596          0
1800.04/1800.00	c   veclendiving     :       3.11        596          0
1800.04/1800.00	c   linesearchdiving :       3.13        596          0
1800.04/1800.00	c   guideddiving     :       2.88        596          0
1800.04/1800.00	c   coefdiving       :       3.34        597          0
1800.04/1800.00	c   objpscostdiving  :       1.64        299          0
1800.04/1800.00	c   rootsoldiving    :       3.14        299          0
1800.04/1800.00	c   trivial          :       0.00          2          0
1800.04/1800.00	c   shiftandpropagate:       0.18          1          1
1800.04/1800.00	c   simplerounding   :       0.12          0          0
1800.04/1800.00	c   zirounding       :       4.85          0          0
1800.04/1800.00	c   rounding         :       2.39      37687          2
1800.04/1800.00	c   shifting         :       0.68       2654          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.03          1          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       0.08          0          0
1800.04/1800.00	c   trysol           :       0.17         73         61
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :     321.31     330033    3622933      10.98   11275.55
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       8.36       9699      75371       7.77    9020.49
1800.04/1800.00	c   strong branching :      19.90      11110     168361      15.15    8461.66
1800.04/1800.00	c     (at root node) :          -          9       3139     348.78          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :     507486
1800.04/1800.00	c   nodes (total)    :     507486
1800.04/1800.00	c   nodes left       :         80
1800.04/1800.00	c   max depth        :         37
1800.04/1800.00	c   max depth (total):         37
1800.04/1800.00	c   backtracks       :     141399 (27.9%)
1800.04/1800.00	c   delayed cutoffs  :     147920
1800.04/1800.00	c   repropagations   :     575772 (5329910 domain reductions, 134020 cutoffs)
1800.04/1800.00	c   avg switch length:       3.66
1800.04/1800.00	c   switching time   :     390.10
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :         68 (13 improvements)
1800.04/1800.00	c   First Solution   : +4.10000000000000e+01   (in run 1, after 1 nodes, 0.24 seconds, depth 1208, found by <shiftandpropagate>)
1800.04/1800.00	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 385 nodes, 6.05 seconds, depth 25, found by <rounding>)
1800.04/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :        681

Verifier Data

OK	1

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-3447983-1307902800/watcher-3447983-1307902800 -o /tmp/evaluation-result-3447983-1307902800/solver-3447983-1307902800 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447983-1307902800.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: 1.85 1.97 1.95 3/177 24324
/proc/meminfo: memFree=32452408/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=10284 CPUtime=0 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 1560 0 0 0 0 0 0 0 25 0 1 0 901882676 10530816 1515 33554432000 4194304 9128323 140735822340256 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24324/statm: 2571 1517 399 1205 0 1362 0

[startup+0.0198711 s]
/proc/loadavg: 1.85 1.97 1.95 3/177 24324
/proc/meminfo: memFree=32452408/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=19612 CPUtime=0.01 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 3639 0 0 0 1 0 0 0 25 0 1 0 901882676 20082688 3592 33554432000 4194304 9128323 140735822340256 18446744073709551615 7973712 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 4903 3592 474 1205 0 3694 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 19612

[startup+0.100864 s]
/proc/loadavg: 1.85 1.97 1.95 3/177 24324
/proc/meminfo: memFree=32452408/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=28972 CPUtime=0.09 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 6435 0 0 0 9 0 0 0 25 0 1 0 901882676 29667328 6110 33554432000 4194304 9128323 140735822340256 18446744073709551615 5604739 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 7243 6110 609 1205 0 6034 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28972

[startup+0.300858 s]
/proc/loadavg: 1.85 1.97 1.95 3/177 24324
/proc/meminfo: memFree=32452408/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=45880 CPUtime=0.29 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 10788 0 0 0 28 1 0 0 25 0 1 0 901882676 46981120 10438 33554432000 4194304 9128323 140735822340256 18446744073709551615 6889623 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 11470 10438 704 1205 0 10261 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45880

[startup+0.700752 s]
/proc/loadavg: 1.85 1.97 1.95 3/177 24324
/proc/meminfo: memFree=32452408/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=53260 CPUtime=0.69 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 12794 0 0 0 68 1 0 0 25 0 1 0 901882676 54538240 12077 33554432000 4194304 9128323 140735822340256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 13315 12077 735 1205 0 12106 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53260

[startup+1.50064 s]
/proc/loadavg: 1.94 1.98 1.95 3/178 24325
/proc/meminfo: memFree=32396128/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=64872 CPUtime=1.49 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 15660 0 0 0 147 2 0 0 25 0 1 0 901882676 66428928 14943 33554432000 4194304 9128323 140735822340256 18446744073709551615 5873807 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 16218 14943 747 1205 0 15009 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64872

[startup+3.10036 s]
/proc/loadavg: 1.94 1.98 1.95 3/178 24325
/proc/meminfo: memFree=32395868/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=64872 CPUtime=3.09 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 15660 0 0 0 305 4 0 0 25 0 1 0 901882676 66428928 14943 33554432000 4194304 9128323 140735822340256 18446744073709551615 7163840 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 16218 14943 747 1205 0 15009 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64872

[startup+6.30076 s]
/proc/loadavg: 1.94 1.98 1.95 3/178 24325
/proc/meminfo: memFree=32395452/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=64872 CPUtime=6.29 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 15743 0 0 0 622 7 0 0 25 0 1 0 901882676 66428928 15026 33554432000 4194304 9128323 140735822340256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 16218 15026 749 1205 0 15009 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64872

[startup+12.7006 s]
/proc/loadavg: 2.03 2.00 1.96 3/178 24363
/proc/meminfo: memFree=32384632/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=63568 CPUtime=12.69 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 16870 0 0 0 1256 13 0 0 25 0 1 0 901882676 65093632 14992 33554432000 4194304 9128323 140735822340256 18446744073709551615 4780410 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 15892 14992 749 1205 0 14683 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63568

[startup+25.5004 s]
/proc/loadavg: 2.03 2.00 1.96 3/178 24364
/proc/meminfo: memFree=32384876/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=63568 CPUtime=25.49 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 21385 0 0 0 2527 22 0 0 25 0 1 0 901882676 65093632 14996 33554432000 4194304 9128323 140735822340256 18446744073709551615 6732570 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 15892 14996 749 1205 0 14683 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63568

[startup+51.1009 s]
/proc/loadavg: 2.02 2.00 1.96 3/178 24364
/proc/meminfo: memFree=32380884/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=63724 CPUtime=51.09 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 27438 0 0 0 5071 38 0 0 25 0 1 0 901882676 65253376 15003 33554432000 4194304 9128323 140735822340256 18446744073709551615 5241253 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 15931 15003 749 1205 0 14722 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63724

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 1.96 3/178 24366
/proc/meminfo: memFree=32359572/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=72240 CPUtime=102.29 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 36305 0 0 0 10164 65 0 0 25 0 1 0 901882676 73973760 17075 33554432000 4194304 9128323 140735822340256 18446744073709551615 5332936 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 18060 17075 750 1205 0 16851 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 72240

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 24367
/proc/meminfo: memFree=32335720/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=82156 CPUtime=162.3 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 41519 0 0 0 16136 94 0 0 25 0 1 0 901882676 84127744 19578 33554432000 4194304 9128323 140735822340256 18446744073709551615 4242705 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 20539 19578 749 1205 0 19330 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 82156

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24369
/proc/meminfo: memFree=32321900/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=83892 CPUtime=222.3 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 41765 0 0 0 22111 119 0 0 25 0 1 0 901882676 85905408 19824 33554432000 4194304 9128323 140735822340256 18446744073709551615 6526549 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 20973 19824 749 1205 0 19764 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 83892

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24371
/proc/meminfo: memFree=32309820/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=84828 CPUtime=282.3 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 41893 0 0 0 28088 142 0 0 25 0 1 0 901882676 86863872 19952 33554432000 4194304 9128323 140735822340256 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 21207 19952 749 1205 0 19998 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 84828

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24372
/proc/meminfo: memFree=32294032/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=86956 CPUtime=342.3 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 46227 0 0 0 34065 165 0 0 25 0 1 0 901882676 89042944 20508 33554432000 4194304 9128323 140735822340256 18446744073709551615 4207471 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 21739 20508 749 1205 0 20530 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 86956

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24374
/proc/meminfo: memFree=32282184/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=88892 CPUtime=402.31 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 46580 0 0 0 40045 186 0 0 25 0 1 0 901882676 91025408 20852 33554432000 4194304 9128323 140735822340256 18446744073709551615 4785281 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 22223 20852 749 1205 0 21014 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 88892

[startup+462.3 s]
/proc/loadavg: 2.08 2.02 1.97 3/178 24375
/proc/meminfo: memFree=32270096/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=89852 CPUtime=462.3 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 46849 0 0 0 46024 206 0 0 25 0 1 0 901882676 92008448 21121 33554432000 4194304 9128323 140735822340256 18446744073709551615 4219723 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 22463 21121 749 1205 0 21254 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 89852

[startup+522.301 s]
/proc/loadavg: 2.03 2.01 1.97 3/178 24377
/proc/meminfo: memFree=32256652/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=90824 CPUtime=522.3 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 47102 0 0 0 52004 226 0 0 25 0 1 0 901882676 93003776 21374 33554432000 4194304 9128323 140735822340256 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 22706 21374 749 1205 0 21497 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 90824

[startup+582.301 s]
/proc/loadavg: 2.01 2.00 1.97 3/178 24379
/proc/meminfo: memFree=32246420/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=90840 CPUtime=582.3 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 51110 0 0 0 57985 245 0 0 25 0 1 0 901882676 93020160 21377 33554432000 4194304 9128323 140735822340256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 22710 21377 749 1205 0 21501 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 90840

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24385
/proc/meminfo: memFree=32202696/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=99048 CPUtime=822.31 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 52929 0 0 0 81916 315 0 0 25 0 1 0 901882676 101425152 23196 33554432000 4194304 9128323 140735822340256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 24762 23196 749 1205 0 23553 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 99048

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24387
/proc/meminfo: memFree=32185916/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=104788 CPUtime=882.32 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 54308 0 0 0 87902 330 0 0 25 0 1 0 901882676 107302912 24575 33554432000 4194304 9128323 140735822340256 18446744073709551615 4207139 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 26197 24575 749 1205 0 24988 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 104788

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24388
/proc/meminfo: memFree=32173464/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=107512 CPUtime=942.32 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 54863 0 0 0 93888 344 0 0 25 0 1 0 901882676 110092288 25130 33554432000 4194304 9128323 140735822340256 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 26878 25130 749 1205 0 25669 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 107512

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24390
/proc/meminfo: memFree=32162236/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=111176 CPUtime=1002.31 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 55720 0 0 0 99873 358 0 0 25 0 1 0 901882676 113844224 25987 33554432000 4194304 9128323 140735822340256 18446744073709551615 5332936 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 27794 25987 749 1205 0 26585 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 111176

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24391
/proc/meminfo: memFree=32147676/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=114228 CPUtime=1062.32 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 56534 0 0 0 105861 371 0 0 25 0 1 0 901882676 116969472 26801 33554432000 4194304 9128323 140735822340256 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 28557 26801 749 1205 0 27348 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 114228

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24393
/proc/meminfo: memFree=32136836/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=115840 CPUtime=1122.32 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 56923 0 0 0 111847 385 0 0 25 0 1 0 901882676 118620160 27190 33554432000 4194304 9128323 140735822340256 18446744073709551615 6578323 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 28960 27190 749 1205 0 27751 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 115840

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24394
/proc/meminfo: memFree=32124508/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=117380 CPUtime=1182.32 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 57335 0 0 0 117835 397 0 0 25 0 1 0 901882676 120197120 27602 33554432000 4194304 9128323 140735822340256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 29345 27602 749 1205 0 28136 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 117380

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24396
/proc/meminfo: memFree=32112300/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=119436 CPUtime=1242.32 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 57696 0 0 0 123823 409 0 0 25 0 1 0 901882676 122302464 27963 33554432000 4194304 9128323 140735822340256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 29859 27963 749 1205 0 28650 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 119436

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24398
/proc/meminfo: memFree=32098252/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=124280 CPUtime=1302.33 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 58863 0 0 0 129812 421 0 0 25 0 1 0 901882676 127262720 29130 33554432000 4194304 9128323 140735822340256 18446744073709551615 4552912 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 31070 29130 749 1205 0 29861 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 124280

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24399
/proc/meminfo: memFree=32087168/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=124280 CPUtime=1362.33 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 58878 0 0 0 135797 436 0 0 25 0 1 0 901882676 127262720 29145 33554432000 4194304 9128323 140735822340256 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 31070 29145 749 1205 0 29861 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 124280

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24401
/proc/meminfo: memFree=32076328/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=124280 CPUtime=1422.33 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 58879 0 0 0 141784 449 0 0 25 0 1 0 901882676 127262720 29146 33554432000 4194304 9128323 140735822340256 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 31070 29146 749 1205 0 29861 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 124280

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24403
/proc/meminfo: memFree=32067072/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=125968 CPUtime=1482.33 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 64586 0 0 0 147770 463 0 0 25 0 1 0 901882676 128991232 29495 33554432000 4194304 9128323 140735822340256 18446744073709551615 5207902 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 31492 29495 749 1205 0 30283 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 125968

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24404
/proc/meminfo: memFree=32054480/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=127024 CPUtime=1542.33 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 64823 0 0 0 153758 475 0 0 25 0 1 0 901882676 130072576 29732 33554432000 4194304 9128323 140735822340256 18446744073709551615 5332936 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 31756 29732 749 1205 0 30547 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 127024

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24406
/proc/meminfo: memFree=32044628/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=127024 CPUtime=1602.33 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 64837 0 0 0 159747 486 0 0 25 0 1 0 901882676 130072576 29746 33554432000 4194304 9128323 140735822340256 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 31756 29746 749 1205 0 30547 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 127024

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24407
/proc/meminfo: memFree=32033672/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=128012 CPUtime=1662.33 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 65111 0 0 0 165736 497 0 0 25 0 1 0 901882676 131084288 30020 33554432000 4194304 9128323 140735822340256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 32003 30020 749 1205 0 30794 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 128012

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24409
/proc/meminfo: memFree=32021936/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=130716 CPUtime=1722.34 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 65562 0 0 0 171725 509 0 0 25 0 1 0 901882676 133853184 30471 33554432000 4194304 9128323 140735822340256 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 32679 30471 749 1205 0 31470 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 130716

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24411
/proc/meminfo: memFree=32016032/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=131676 CPUtime=1782.33 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 65812 0 0 0 177714 519 0 0 25 0 1 0 901882676 134836224 30721 33554432000 4194304 9128323 140735822340256 18446744073709551615 4207474 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24324/statm: 32919 30721 749 1205 0 31710 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 131676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24411
/proc/meminfo: memFree=32012052/32951124 swapFree=67052812/67111528
[pid=24324] ppid=24322 vsize=132508 CPUtime=1800.04 cores=0,2,4,6
/proc/24324/stat : 24324 (scip-2.0.1.4.li) R 24322 24324 21680 0 -1 4202496 66062 0 0 0 179482 522 0 0 25 0 1 0 901882676 135688192 30971 33554432000 4194304 9128323 140735822340256 18446744073709551615 4840374 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24324/statm: 33127 30971 751 1205 0 31918 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 132508

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.01
CPU time (s): 1800.06
CPU user time (s): 1794.83
CPU system time (s): 5.22821
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 132508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.83
system time used= 5.2282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66062
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2416

runsolver used 2.70659 second user time and 5.49416 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-12 20:20:01
IDJOB=3447983
IDBENCH=79440
IDSOLVER=1944
FILE ID=node103/3447983-1307902800
RUNJOBID= node103-1307897153-22178
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-myciel5g-5_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-3447983-1307902800/watcher-3447983-1307902800 -o /tmp/evaluation-result-3447983-1307902800/solver-3447983-1307902800 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447983-1307902800.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 02dbb62de02783c13bf2d3c63ea9332f
RANDOM SEED=2127872687

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:      32452960 kB
Buffers:        111344 kB
Cached:         147872 kB
SwapCached:      22648 kB
Active:         211120 kB
Inactive:        95776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32452960 kB
SwapTotal:    67111528 kB
SwapFree:     67052812 kB
Dirty:           24844 kB
Writeback:           0 kB
AnonPages:       45924 kB
Mapped:          12124 kB
Slab:           126168 kB
PageTables:       4892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   230636 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= 74052 MiB
End job on node103 at 2011-06-12 20:50:03