Trace number 3447811

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.04 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900544484--soft-66-100-0.wbo
MD5SUM9807244e443328f735b38c92df34bd91
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark24.0703
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints961
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46411
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46410
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 741
Number of bits of the biggest sum of numbers10
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-3447811-1307898619.wbo>
0.00/0.02	c original problem has 1192 variables (1192 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	c presolving:
0.03/0.04	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 15 clqs
0.03/0.07	c (round 2) 0 del vars, 157 del conss, 0 add conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 15 clqs
0.03/0.08	c (round 3) 100 del vars, 157 del conss, 0 add conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 1690 upgd conss, 200 impls, 15 clqs
0.03/0.09	c (round 4) 100 del vars, 233 del conss, 0 add conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 1690 upgd conss, 200 impls, 15 clqs
0.09/0.13	c    (0.1s) probing: 101/1142 (8.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (5 rounds):
0.09/0.13	c  100 deleted vars, 233 deleted constraints, 0 added constraints, 961 tightened bounds, 0 added holes, 50 changed sides, 0 changed coefficients
0.09/0.13	c  1111 implications, 15 cliques
0.09/0.13	c presolved problem has 2053 variables (1142 bin, 0 int, 911 impl, 0 cont) and 3436 constraints
0.09/0.13	c       1 constraints of type <knapsack>
0.09/0.13	c      39 constraints of type <setppc>
0.09/0.13	c     911 constraints of type <linear>
0.09/0.13	c     911 constraints of type <indicator>
0.09/0.13	c    1574 constraints of type <logicor>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.11
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 2.0.1.4
0.09/0.13	c 
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = 10000
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1800
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 13950
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # belongs reading time to solving time?
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c timing/reading = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	c 
0.09/0.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.16	c   0.2s|     1 |     0 |   116 |     - |8495k|   0 |  51 |2053 |4395 |2053 |2525 |   0 |  48 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.36	o 43928
0.29/0.36	c y 0.4s|     1 |     0 |  1842 |     - |8624k|   0 |  51 |2053 |4395 |2053 |2525 |   0 |  48 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.59/0.65	c   0.7s|     1 |     0 |  2691 |     - |9715k|   0 |  37 |2053 |4395 |2053 |2536 |  11 |  48 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.79/0.85	c   0.8s|     1 |     0 |  2939 |     - |  10M|   0 |  51 |2053 |4395 |2053 |2560 |  35 |  48 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.99/1.07	c   1.1s|     1 |     0 |  2965 |     - |  10M|   0 |  51 |2053 |4395 |2053 |2565 |  40 |  48 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
1.29/1.33	c   1.3s|     1 |     0 |  2995 |     - |  11M|   0 |  53 |2053 |4395 |2053 |2568 |  43 |  48 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
1.50/1.58	c   1.6s|     1 |     0 |  3031 |     - |  11M|   0 |  55 |2053 |4395 |2053 |2572 |  47 |  48 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
1.79/1.86	c   1.9s|     1 |     0 |  3049 |     - |  11M|   0 |  58 |2053 |4395 |2053 |2574 |  49 |  48 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
2.20/2.22	c   2.2s|     1 |     2 |  3049 |     - |  11M|   0 |  58 |2053 |4395 |2053 |2574 |  49 |  48 |   9 | 0.000000e+00 | 4.392800e+04 |    Inf 
2.99/3.04	o 513
2.99/3.04	c * 3.0s|     8 |     7 |  3654 |  86.4 |  12M|   7 |   - |2053 |4395 |2053 |2574 |  57 |  48 |  78 | 0.000000e+00 | 5.130000e+02 |    Inf 
3.29/3.33	o 367
3.29/3.33	c * 3.3s|    22 |    11 |  3975 |  44.1 |  12M|  15 |   - |2053 |4404 |2053 |2586 |  77 |  57 | 122 | 0.000000e+00 | 3.670000e+02 |    Inf 
3.29/3.34	o 340
3.29/3.34	c * 3.3s|    23 |    10 |  4006 |  43.5 |  12M|  15 |   - |2053 |4404 |2053 |2585 |  88 |  57 | 122 | 0.000000e+00 | 3.400000e+02 |    Inf 
6.60/6.62	o 327
6.60/6.62	c * 6.6s|    96 |    47 |  5993 |  31.0 |  13M|  16 |   - |2053 |4451 |2053 |2567 |  89 | 104 | 584 | 0.000000e+00 | 3.270000e+02 |    Inf 
7.20/7.23	o 306
7.20/7.23	c * 7.2s|   144 |    54 |  6732 |  25.8 |  13M|  31 |   - |2053 |4480 |2053 |2562 | 114 | 133 | 681 | 0.000000e+00 | 3.060000e+02 |    Inf 
7.20/7.28	o 266
7.20/7.28	c * 7.3s|   148 |    56 |  6761 |  25.3 |  13M|  31 |   - |2053 |4480 |2053 |2563 | 120 | 133 | 689 | 0.000000e+00 | 2.660000e+02 |    Inf 
7.20/7.29	o 256
7.20/7.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.20/7.29	c * 7.3s|   149 |    55 |  6761 |  25.1 |  13M|  31 |   - |2053 |4480 |2053 |2562 | 120 | 133 | 689 | 0.000000e+00 | 2.560000e+02 |    Inf 
7.39/7.45	o 238
7.39/7.45	c * 7.4s|   185 |    57 |  6857 |  20.7 |  13M|  31 |   - |2053 |4528 |2053 |2557 | 121 | 181 | 717 | 0.000000e+00 | 2.380000e+02 |    Inf 
8.19/8.20	o 230
8.19/8.20	c * 8.2s|   281 |    68 |  7430 |  15.6 |  14M|  37 |   - |2053 |4623 |2053 |2560 | 133 | 276 | 847 | 0.000000e+00 | 2.300000e+02 |    Inf 
9.69/9.80	o 193
9.69/9.80	c * 9.8s|   601 |    96 |  9335 |  10.5 |  15M|  53 |   - |2053 |4981 |2053 |2569 | 162 | 653 |1097 | 0.000000e+00 | 1.930000e+02 |    Inf 
12.80/12.89	o 177
12.80/12.89	c *12.9s|  1376 |   177 | 14515 |   8.3 |  18M|  53 |   - |2053 |5664 |2053 |2567 | 219 |1563 |1484 | 0.000000e+00 | 1.770000e+02 |    Inf 
13.39/13.43	o 169
13.39/13.43	c *13.4s|  1596 |   184 | 15799 |   8.0 |  18M|  53 |   - |2053 |5886 |2053 |2566 | 240 |1841 |1492 | 0.000000e+00 | 1.690000e+02 |    Inf 
14.39/14.49	o 153
14.39/14.49	c *14.5s|  1817 |   206 | 17907 |   8.2 |  18M|  53 |   - |2053 |5988 |2053 |2567 | 260 |2119 |1623 | 0.000000e+00 | 1.530000e+02 |    Inf 
19.39/19.41	o 97
19.39/19.41	c *19.4s|  3466 |   363 | 33214 |   8.7 |  19M|  53 |   - |2053 |6347 |2053 |2571 | 367 |3876 |1851 | 0.000000e+00 | 9.700000e+01 |    Inf 
20.19/20.22	o 82
20.19/20.22	c *20.2s|  3670 |   373 | 36057 |   9.0 |  19M|  53 |   - |2053 |6212 |2053 |2567 | 374 |4065 |1876 | 0.000000e+00 | 8.200000e+01 |    Inf 
20.99/21.09	o 76
20.99/21.09	c *21.1s|  3959 |   386 | 39033 |   9.1 |  19M|  53 |   - |2053 |5972 |2053 |2557 | 375 |4412 |1886 | 0.000000e+00 | 7.600000e+01 |    Inf 
22.89/22.98	o 70
22.89/22.98	c *23.0s|  4423 |   418 | 47493 |  10.1 |  19M|  53 |   - |2053 |5707 |2053 |2571 | 381 |4863 |1921 | 0.000000e+00 | 7.000000e+01 |    Inf 
27.39/27.45	o 51
27.39/27.45	c *27.5s|  5861 |   517 | 64751 |  10.5 |  20M|  53 |   - |2053 |5754 |2053 |2558 | 399 |6398 |1967 | 0.000000e+00 | 5.100000e+01 |    Inf 
27.60/27.65	o 45
27.60/27.65	c *27.6s|  5919 |   523 | 65524 |  10.6 |  20M|  53 |   - |2053 |5485 |2053 |2556 | 400 |6471 |1967 | 0.000000e+00 | 4.500000e+01 |    Inf 
27.69/27.77	o 40
27.69/27.77	c *27.8s|  5952 |   513 | 66135 |  10.6 |  20M|  53 |   - |2053 |5358 |2053 |2556 | 400 |6509 |1967 | 0.000000e+00 | 4.000000e+01 |    Inf 
27.69/27.77	o 38
27.69/27.77	c *27.8s|  5953 |   507 | 66136 |  10.6 |  20M|  53 |   - |2053 |5358 |2053 |2556 | 400 |6509 |1967 | 0.000000e+00 | 3.800000e+01 |    Inf 
27.79/27.83	o 31
27.79/27.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.79/27.83	c *27.8s|  5968 |   471 | 66372 |  10.6 |  20M|  53 |   - |2053 |5214 |2053 |2556 | 400 |6525 |1967 | 0.000000e+00 | 3.100000e+01 |    Inf 
27.79/27.89	o 27
27.79/27.89	c l27.9s|  5997 |   443 | 66587 |  10.6 |  20M|  53 |   - |2053 |5067 |2053 |2557 | 401 |6562 |1967 | 0.000000e+00 | 2.700000e+01 |    Inf 
27.89/27.99	o 14
27.89/27.99	c *28.0s|  6028 |   341 | 67084 |  10.6 |  19M|  53 |   - |2053 |4933 |2053 |2557 | 402 |6580 |1967 | 0.000000e+00 | 1.400000e+01 |    Inf 
27.99/28.00	o 11
27.99/28.00	c *28.0s|  6029 |   329 | 67089 |  10.6 |  19M|  53 |   - |2053 |4933 |2053 |2557 | 402 |6580 |1967 | 0.000000e+00 | 1.100000e+01 |    Inf 
38.79/38.83	c  38.8s| 10000 |   247 |123287 |  12.0 |  19M|  53 |  16 |2053 |5679 |2053 |2566 | 408 |  11k|1978 | 0.000000e+00 | 1.100000e+01 |    Inf 
66.59/66.66	c  66.7s| 20000 |   510 |266667 |  13.2 |  23M|  53 |  41 |2053 |8409 |2053 |2566 | 412 |  23k|2034 | 0.000000e+00 | 1.100000e+01 |    Inf 
78.19/78.24	o 9
78.19/78.24	c *78.2s| 23743 |   439 |325001 |  13.6 |  23M|  57 |   - |2053 |9551 |2053 |2559 | 415 |  28k|2193 | 0.000000e+00 | 9.000000e+00 |    Inf 
84.90/84.95	o 2
84.90/84.95	c *85.0s| 25645 |   334 |356123 |  13.8 |  21M|  57 |   - |2053 |7774 |2053 |2557 | 416 |  31k|2355 | 0.000000e+00 | 2.000000e+00 |    Inf 
99.30/99.35	c  99.4s| 30000 |   449 |429518 |  14.2 |  22M|  57 |   - |2053 |9091 |2053 |2556 | 416 |  36k|2687 | 0.000000e+00 | 2.000000e+00 |    Inf 
130.49/130.50	c   131s| 40000 |   484 |585545 |  14.6 |  23M|  66 |   - |2053 |9710 |   0 |   0 | 416 |  49k|3306 | 0.000000e+00 | 2.000000e+00 |    Inf 
160.50/160.54	c   161s| 50000 |   463 |734952 |  14.6 |  23M|  68 |   - |2053 |8880 |2053 |2556 | 416 |  61k|3927 | 0.000000e+00 | 2.000000e+00 |    Inf 
188.69/188.74	c   189s| 60000 |   418 |869598 |  14.4 |  24M|  68 |   - |2053 |  11k|   0 |   0 | 416 |  74k|4518 | 0.000000e+00 | 2.000000e+00 |    Inf 
217.69/217.78	c   218s| 70000 |   390 |  1011k|  14.4 |  24M|  68 |  27 |2053 |  12k|2053 |2556 | 416 |  87k|4986 | 0.000000e+00 | 2.000000e+00 |    Inf 
247.10/247.14	c   247s| 80000 |   243 |  1157k|  14.4 |  24M|  68 |  38 |2053 |  13k|2053 |2556 | 416 | 100k|5360 | 0.000000e+00 | 2.000000e+00 |    Inf 
275.30/275.32	c   275s| 90000 |   184 |  1290k|  14.3 |  25M|  68 |   - |2053 |  16k|2053 |2556 | 416 | 113k|5644 | 0.000000e+00 | 2.000000e+00 |    Inf 
304.79/304.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
304.79/304.89	c   305s|100000 |   247 |  1421k|  14.2 |  28M|  68 |  33 |2053 |  22k|2053 |2556 | 416 | 125k|5927 | 0.000000e+00 | 2.000000e+00 |    Inf 
333.10/333.12	c   333s|110000 |   233 |  1540k|  14.0 |  28M|  76 |   - |2053 |  23k|   0 |   0 | 416 | 140k|6131 | 0.000000e+00 | 2.000000e+00 |    Inf 
362.90/362.99	c   363s|120000 |   160 |  1670k|  13.9 |  26M|  76 |  21 |2053 |  18k|2053 |2556 | 416 | 153k|6395 | 0.000000e+00 | 2.000000e+00 |    Inf 
393.20/393.27	c   393s|130000 |   140 |  1811k|  13.9 |  27M|  76 |   - |2053 |  19k|   0 |   0 | 416 | 166k|6637 | 0.000000e+00 | 2.000000e+00 |    Inf 
423.30/423.34	c   423s|140000 |   165 |  1940k|  13.8 |  28M|  76 |  33 |2053 |  22k|2053 |2566 | 416 | 179k|6808 | 0.000000e+00 | 2.000000e+00 |    Inf 
455.10/455.16	c   455s|150000 |    30 |  2078k|  13.8 |  26M|  76 |  37 |2053 |  20k|2053 |2556 | 416 | 192k|7027 | 0.000000e+00 | 2.000000e+00 |    Inf 
488.50/488.50	c   489s|160000 |    51 |  2231k|  13.9 |  29M|  76 |  35 |2053 |  27k|2053 |2556 | 416 | 205k|7254 | 0.000000e+00 | 2.000000e+00 |    Inf 
520.90/520.95	c   521s|170000 |   124 |  2375k|  14.0 |  30M|  76 |  36 |2053 |  29k|2053 |2556 | 416 | 218k|7433 | 0.000000e+00 | 2.000000e+00 |    Inf 
553.90/553.91	c   554s|180000 |   157 |  2519k|  14.0 |  31M|  76 |   - |2053 |  29k|2053 |2556 | 416 | 232k|7599 | 0.000000e+00 | 2.000000e+00 |    Inf 
587.01/587.05	c   587s|190000 |   166 |  2667k|  14.0 |  33M|  79 |  41 |2053 |  33k|2053 |2556 | 416 | 246k|7731 | 0.000000e+00 | 2.000000e+00 |    Inf 
620.60/620.66	c   621s|200000 |   142 |  2809k|  14.0 |  31M|  79 |   - |2053 |  30k|2053 |2556 | 416 | 260k|7921 | 0.000000e+00 | 2.000000e+00 |    Inf 
653.21/653.22	c   653s|210000 |   205 |  2940k|  14.0 |  32M|  79 |  27 |2053 |  30k|2053 |2556 | 416 | 273k|8063 | 0.000000e+00 | 2.000000e+00 |    Inf 
685.50/685.58	c   686s|220000 |   167 |  3075k|  14.0 |  33M|  79 |  39 |2053 |  32k|2053 |2556 | 416 | 287k|8259 | 0.000000e+00 | 2.000000e+00 |    Inf 
719.10/719.19	c   719s|230000 |   125 |  3210k|  13.9 |  31M|  79 |  33 |2053 |  30k|2053 |2556 | 416 | 300k|8426 | 0.000000e+00 | 2.000000e+00 |    Inf 
751.30/751.39	c   751s|240000 |    29 |  3344k|  13.9 |  30M|  79 |   - |2053 |  30k|   0 |   0 | 416 | 314k|8626 | 0.000000e+00 | 2.000000e+00 |    Inf 
784.60/784.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
784.60/784.68	c   785s|250000 |    66 |  3478k|  13.9 |  32M|  79 |  25 |2053 |  33k|2053 |2556 | 416 | 328k|8735 | 0.000000e+00 | 2.000000e+00 |    Inf 
818.21/818.25	c   818s|260000 |    88 |  3612k|  13.9 |  33M|  79 |  39 |2053 |  34k|2053 |2556 | 416 | 341k|8852 | 0.000000e+00 | 2.000000e+00 |    Inf 
853.62/853.62	c   854s|270000 |   147 |  3759k|  13.9 |  34M|  79 |  27 |2053 |  36k|2053 |2556 | 416 | 355k|8991 | 0.000000e+00 | 2.000000e+00 |    Inf 
888.30/888.33	c   888s|280000 |   247 |  3896k|  13.9 |  36M|  79 |  32 |2053 |  39k|2053 |2556 | 416 | 368k|9098 | 0.000000e+00 | 2.000000e+00 |    Inf 
921.11/921.17	c   921s|290000 |   359 |  4024k|  13.9 |  37M|  79 |   - |2053 |  41k|2053 |2556 | 416 | 382k|9252 | 0.000000e+00 | 2.000000e+00 |    Inf 
958.11/958.14	c   958s|300000 |   450 |  4164k|  13.9 |  39M|  79 |  26 |2053 |  42k|2053 |2556 | 416 | 396k|9408 | 0.000000e+00 | 2.000000e+00 |    Inf 
993.31/993.31	c   993s|310000 |   511 |  4294k|  13.8 |  40M|  79 |  21 |2053 |  44k|2053 |2556 | 416 | 410k|9536 | 0.000000e+00 | 2.000000e+00 |    Inf 
1027.01/1027.07	c  1027s|320000 |   701 |  4423k|  13.8 |  43M|  79 |  36 |2053 |  48k|2053 |2556 | 416 | 424k|9626 | 0.000000e+00 | 2.000000e+00 |    Inf 
1063.01/1063.04	c  1063s|330000 |   642 |  4553k|  13.8 |  40M|  79 |   - |2053 |  41k|   0 |   0 | 416 | 439k|9805 | 0.000000e+00 | 2.000000e+00 |    Inf 
1101.51/1101.53	c  1102s|340000 |   590 |  4692k|  13.8 |  40M|  86 |  31 |2053 |  41k|2053 |2556 | 416 | 454k|9935 | 0.000000e+00 | 2.000000e+00 |    Inf 
1138.72/1138.76	c  1139s|350000 |   584 |  4832k|  13.8 |  42M|  86 |  31 |2053 |  43k|2053 |2556 | 416 | 468k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1179.11/1179.18	c  1179s|360000 |   593 |  4988k|  13.8 |  41M|  86 |   - |2053 |  41k|   0 |   0 | 416 | 482k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1218.51/1218.55	c  1219s|370000 |   552 |  5133k|  13.9 |  42M|  86 |  32 |2053 |  43k|2053 |2556 | 416 | 496k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1255.32/1255.32	c  1255s|380000 |   639 |  5266k|  13.9 |  44M|  86 |   - |2053 |  46k|2053 |2556 | 416 | 510k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1290.62/1290.65	c  1291s|390000 |   646 |  5395k|  13.8 |  44M|  89 |   - |2053 |  46k|2053 |2556 | 416 | 525k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1327.81/1327.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1327.81/1327.82	c  1328s|400000 |   721 |  5541k|  13.8 |  45M|  89 |   - |2053 |  47k|2053 |2556 | 416 | 539k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1364.32/1364.35	c  1364s|410000 |   741 |  5677k|  13.8 |  47M|  89 |  39 |2053 |  49k|2053 |2556 | 416 | 554k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1402.11/1402.10	c  1402s|420000 |   740 |  5819k|  13.8 |  48M|  89 |   - |2053 |  51k|   0 |   0 | 416 | 568k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1438.52/1438.55	c  1439s|430000 |   788 |  5953k|  13.8 |  48M|  89 |  39 |2053 |  50k|2053 |2556 | 416 | 582k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1476.31/1476.32	c  1476s|440000 |   875 |  6101k|  13.9 |  50M|  89 |  33 |2053 |  53k|2053 |2556 | 416 | 597k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1514.31/1514.32	c  1514s|450000 |   937 |  6239k|  13.9 |  49M|  89 |   - |2053 |  51k|2053 |2556 | 416 | 611k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1554.22/1554.29	c  1554s|460000 |   971 |  6369k|  13.8 |  51M|  89 |   - |2053 |  52k|   0 |   0 | 416 | 626k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1592.02/1592.08	c  1592s|470000 |   965 |  6503k|  13.8 |  51M|  89 |  19 |2053 |  52k|2053 |2556 | 416 | 641k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1630.62/1630.60	c  1631s|480000 |  1047 |  6642k|  13.8 |  52M|  89 |   - |2053 |  54k|   0 |   0 | 416 | 657k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1666.52/1666.57	c  1667s|490000 |  1064 |  6778k|  13.8 |  54M|  89 |   - |2053 |  56k|2053 |2556 | 416 | 673k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1703.02/1703.08	c  1703s|500000 |  1001 |  6913k|  13.8 |  52M|  97 |   - |2053 |  53k|2053 |2556 | 416 | 689k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1741.62/1741.69	c  1742s|510000 |   945 |  7050k|  13.8 |  50M|  97 |  35 |2053 |  50k|2053 |2556 | 416 | 704k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1778.42/1778.49	c  1778s|520000 |   941 |  7180k|  13.8 |  53M|  97 |   - |2053 |  55k|2053 |2556 | 416 | 718k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.02/1800.00	c Solving Time (sec) : 1800.00
1800.02/1800.00	c Solving Nodes      : 525029
1800.02/1800.00	c Primal Bound       : +2.00000000000000e+00 (162 solutions)
1800.02/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.00	c Gap                : infinite
1800.02/1800.00	s SATISFIABLE
1800.02/1800.00	v -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.02/1800.00	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.02/1800.00	v -x188 -x187 -x186 -x185 x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.02/1800.00	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.02/1800.00	v -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.02/1800.00	v x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.02/1800.00	v -x103 -x102 x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1800.02/1800.00	v -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 -x54 
1800.02/1800.00	v 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.02/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 
1800.02/1800.00	v -x1 
1800.02/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.02/1800.00	c Total Time         :    1800.00
1800.02/1800.00	c   solving          :    1800.00
1800.02/1800.00	c   presolving       :       0.11 (included in solving)
1800.02/1800.00	c   reading          :       0.02 (included in solving)
1800.02/1800.00	c Original Problem   :
1800.02/1800.00	c   Problem name     : HOME/instance-3447811-1307898619.wbo
1800.02/1800.00	c   Variables        : 1192 (1192 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1800.02/1800.00	c Presolved Problem  :
1800.02/1800.00	c   Problem name     : t_HOME/instance-3447811-1307898619.wbo
1800.02/1800.00	c   Variables        : 2053 (1142 binary, 0 integer, 911 implicit integer, 0 continuous)
1800.02/1800.00	c   Constraints      : 3436 initial, 56353 maximal
1800.02/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.02/1800.00	c   trivial          :       0.00         50          0          0          0          0          0          0          0          0
1800.02/1800.00	c   dualfix          :       0.00         50          0          0          0          0          0          0          0          0
1800.02/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   setppc           :       0.00          0          0          0          0          0         76          0          0          0
1800.02/1800.00	c   linear           :       0.05          0          0          0        961          0        107          0         50          0
1800.02/1800.00	c   indicator        :       0.00          0          0          0          0          0         50          0          0          0
1800.02/1800.00	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   root node        :          -       1806          -          -       1806          -          -          -          -          -
1800.02/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   integral         :          0          0          0     275884          0       1314          0        379       4350          0          0     543796
1800.02/1800.00	c   varbound         :          0+         6    2614967        393          1          0       2484          4     248646        401          0          0
1800.02/1800.00	c   knapsack         :          1          6    2651342          8          1       1311     962464      16314    4751432          0          0          0
1800.02/1800.00	c   setppc           :         39          6    2646759          6          1       1305    3043466      38700    2131593          0          0          0
1800.02/1800.00	c   linear           :        911          6    2609421         10          1       1292    3255699      32758    2667019          0          0          0
1800.02/1800.00	c   indicator        :        911          0    2564410        393          1       1292       8746          0      11543          0          0          0
1800.02/1800.00	c   logicor          :       1574+         6    1170125         26          1        136    4703822      48451    3763747          0          0          0
1800.02/1800.00	c   bounddisjunction :          0+         0     287056          0          0          0       1547        157       1848          0          0          0
1800.02/1800.00	c   countsols        :          0          0          0         26          1        138          0          0          0          0          0          0
1800.02/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.02/1800.00	c   integral         :      58.18       0.00       0.00      58.15       0.00       0.03       0.00
1800.02/1800.00	c   varbound         :       1.48       0.00       1.47       0.01       0.00       0.00       0.00
1800.02/1800.00	c   knapsack         :      15.47       0.00      14.50       0.00       0.00       0.00       0.97
1800.02/1800.00	c   setppc           :      16.47       0.00      15.60       0.00       0.00       0.01       0.86
1800.02/1800.00	c   linear           :      34.01       0.00      32.16       0.00       0.00       0.11       1.74
1800.02/1800.00	c   indicator        :       2.31       0.01       1.65       0.02       0.00       0.62       0.00
1800.02/1800.00	c   logicor          :     254.98       0.00     250.88       0.00       0.00       0.01       4.09
1800.02/1800.00	c   bounddisjunction :       1.19       0.00       1.19       0.00       0.00       0.00       0.00
1800.02/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.02/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.02/1800.00	c   vbounds          :      23579       1373         18      80578
1800.02/1800.00	c   rootredcost      :         28          0          0        903
1800.02/1800.00	c   pseudoobj        :    2665827       2698       1452     247060
1800.02/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.02/1800.00	c   vbounds          :       2.43       2.43       0.00
1800.02/1800.00	c   rootredcost      :       0.43       0.43       0.00
1800.02/1800.00	c   pseudoobj        :      36.80      36.77       0.03
1800.02/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.00	c   propagation      :       7.98     137854     137722     825286       34.1       3814       25.3          -
1800.02/1800.00	c   infeasible LP    :      25.98     129691     129687     943449       42.5       2054       15.2          0
1800.02/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   pseudo solution  :       0.00          1          1          1        3.0          0        0.0          -
1800.02/1800.00	c   applied globally :          -          -          -     725838       33.3          -          -          -
1800.02/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.00	c   cut pool         :       0.00          5          -          -         13          -    (maximal pool size: 546)
1800.02/1800.00	c   redcost          :       9.95     279089          0     141332          0          0
1800.02/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.02/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.00	c   gomory           :       0.61          6          0          0        662          0
1800.02/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.02/1800.00	c   strongcg         :       0.53          6          0          0       2765          0
1800.02/1800.00	c   cmir             :       0.05          6          0          0          0          0
1800.02/1800.00	c   flowcover        :       0.07          6          0          0          0          0
1800.02/1800.00	c   clique           :       0.00          6          0          0          0          0
1800.02/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.02/1800.00	c   rapidlearning    :       0.10          1          0          0          0          0
1800.02/1800.00	c Pricers            :       Time      Calls       Vars
1800.02/1800.00	c   problem variables:       0.00          0          0
1800.02/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   relpscost        :      57.92     275491        379       4350          0          0     543796
1800.02/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.02/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.00	c   LP solutions     :       0.01          -         26
1800.02/1800.00	c   pseudo solutions :       0.00          -          0
1800.02/1800.00	c   feaspump         :       0.21          1          0
1800.02/1800.00	c   oneopt           :       0.30         24          0
1800.02/1800.00	c   crossover        :       0.56         12          0
1800.02/1800.00	c   fracdiving       :       1.87         82          0
1800.02/1800.00	c   veclendiving     :       1.29         82          0
1800.02/1800.00	c   linesearchdiving :       0.77         82          1
1800.02/1800.00	c   pscostdiving     :       0.79         83          0
1800.02/1800.00	c   guideddiving     :       1.56         83          0
1800.02/1800.00	c   coefdiving       :       1.42         83          0
1800.02/1800.00	c   objpscostdiving  :       0.52         42          0
1800.02/1800.00	c   rootsoldiving    :       1.00         42          0
1800.02/1800.00	c   trivial          :       0.00          2          0
1800.03/1800.00	c   shiftandpropagate:       0.01          1          0
1800.03/1800.00	c   simplerounding   :       0.45     276848          0
1800.03/1800.00	c   zirounding       :       0.59       1000          0
1800.03/1800.00	c   rounding         :       1.03       7405          0
1800.03/1800.00	c   shifting         :       0.93       2292          0
1800.03/1800.00	c   intshifting      :       0.01          0          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.06          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.10          0          0
1800.03/1800.00	c   trysol           :       0.25       1114        135
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :     973.81     408583    7216123      17.66    7410.17
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:       6.88       5653      40064       7.09    5824.20
1800.03/1800.00	c   strong branching :      53.87      11814     382764      32.40    7104.72
1800.03/1800.00	c     (at root node) :          -          9       2532     281.33          -
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

Verifier Data

OK	2

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.92 2/172 3010
/proc/meminfo: memFree=28802428/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=9264 CPUtime=0 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 1402 0 0 0 0 0 0 0 25 0 1 0 901461493 9486336 1355 33554432000 4194304 9128323 140734097759376 18446744073709551615 8009021 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3010/statm: 2316 1367 380 1205 0 1107 0

[startup+0.0431021 s]
/proc/loadavg: 2.00 2.00 1.92 2/172 3010
/proc/meminfo: memFree=28802428/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=27124 CPUtime=0.03 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 5508 0 0 0 3 0 0 0 25 0 1 0 901461493 27774976 5459 33554432000 4194304 9128323 140734097759376 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 6781 5459 507 1205 0 5572 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27124

[startup+0.101092 s]
/proc/loadavg: 2.00 2.00 1.92 2/172 3010
/proc/meminfo: memFree=28802428/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=28424 CPUtime=0.09 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 6164 0 0 0 9 0 0 0 25 0 1 0 901461493 29106176 5858 33554432000 4194304 9128323 140734097759376 18446744073709551615 5207323 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 7106 5858 556 1205 0 5897 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28424

[startup+0.301055 s]
/proc/loadavg: 2.00 2.00 1.92 2/172 3010
/proc/meminfo: memFree=28802428/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=34616 CPUtime=0.29 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 8017 0 0 0 28 1 0 0 25 0 1 0 901461493 35446784 7628 33554432000 4194304 9128323 140734097759376 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 8654 7628 682 1205 0 7445 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34616

[startup+0.70099 s]
/proc/loadavg: 2.00 2.00 1.92 2/172 3010
/proc/meminfo: memFree=28802428/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=39544 CPUtime=0.69 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 14455 0 0 0 66 3 0 0 25 0 1 0 901461493 40493056 8984 33554432000 4194304 9128323 140734097759376 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 9886 8984 742 1205 0 8677 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39544

[startup+1.50085 s]
/proc/loadavg: 2.00 2.00 1.92 3/173 3011
/proc/meminfo: memFree=28768472/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=49600 CPUtime=1.5 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 16854 0 0 0 145 5 0 0 25 0 1 0 901461493 50790400 11365 33554432000 4194304 9128323 140734097759376 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 12400 11365 744 1205 0 11191 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 49600

[startup+3.10059 s]
/proc/loadavg: 2.00 2.00 1.92 3/173 3011
/proc/meminfo: memFree=28759484/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=51328 CPUtime=3.1 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 21842 0 0 0 299 11 0 0 25 0 1 0 901461493 52559872 11776 33554432000 4194304 9128323 140734097759376 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 12832 11776 754 1205 0 11623 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 51328

[startup+6.30107 s]
/proc/loadavg: 2.00 2.00 1.92 3/173 3011
/proc/meminfo: memFree=28755708/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=53284 CPUtime=6.29 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 22253 0 0 0 608 21 0 0 25 0 1 0 901461493 54562816 12186 33554432000 4194304 9128323 140734097759376 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 13321 12186 753 1205 0 12112 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53284

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.92 3/173 3011
/proc/meminfo: memFree=28739860/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=69960 CPUtime=12.69 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 31107 0 0 0 1230 39 0 0 25 0 1 0 901461493 71639040 16337 33554432000 4194304 9128323 140734097759376 18446744073709551615 6530281 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 17490 16337 761 1205 0 16281 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69960

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 1.92 3/173 3011
/proc/meminfo: memFree=28737164/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=69964 CPUtime=25.49 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 44845 0 0 0 2480 69 0 0 25 0 1 0 901461493 71643136 16425 33554432000 4194304 9128323 140734097759376 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 17491 16425 759 1205 0 16282 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69964

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 1.92 3/173 3013
/proc/meminfo: memFree=28734408/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=71896 CPUtime=51.1 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 56323 0 0 0 4974 136 0 0 25 0 1 0 901461493 73621504 16894 33554432000 4194304 9128323 140734097759376 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 17974 16894 759 1205 0 16765 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 71896

[startup+102.306 s]
/proc/loadavg: 2.05 2.01 1.93 3/173 3013
/proc/meminfo: memFree=28728356/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=75732 CPUtime=102.3 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 75020 0 0 0 9987 243 0 0 25 0 1 0 901461493 77549568 17828 33554432000 4194304 9128323 140734097759376 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 18933 17828 759 1205 0 17724 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 75732

[startup+162.301 s]
/proc/loadavg: 2.02 2.01 1.93 3/173 3015
/proc/meminfo: memFree=28725980/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=76808 CPUtime=162.29 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 78527 0 0 0 15857 372 0 0 25 0 1 0 901461493 78651392 18136 33554432000 4194304 9128323 140734097759376 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 19202 18136 759 1205 0 17993 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 76808

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/173 3017
/proc/meminfo: memFree=28723864/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=78684 CPUtime=222.3 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 83204 0 0 0 21742 488 0 0 25 0 1 0 901461493 80572416 18596 33554432000 4194304 9128323 140734097759376 18446744073709551615 5333028 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 19671 18596 759 1205 0 18462 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 78684

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/173 3019
/proc/meminfo: memFree=28720016/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=80788 CPUtime=282.29 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 85298 0 0 0 27628 601 0 0 25 0 1 0 901461493 82726912 19117 33554432000 4194304 9128323 140734097759376 18446744073709551615 6505895 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 20197 19117 759 1205 0 18988 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 80788

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/173 3021
/proc/meminfo: memFree=28713320/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=84524 CPUtime=342.3 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 86245 0 0 0 33531 699 0 0 25 0 1 0 901461493 86552576 20064 33554432000 4194304 9128323 140734097759376 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 21131 20064 759 1205 0 19922 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 84524

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/173 3021
/proc/meminfo: memFree=28710332/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=86140 CPUtime=402.3 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 88414 0 0 0 39419 811 0 0 25 0 1 0 901461493 88207360 20441 33554432000 4194304 9128323 140734097759376 18446744073709551615 7216845 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 21535 20441 759 1205 0 20326 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 86140

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/173 3023
/proc/meminfo: memFree=28705112/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=88432 CPUtime=462.3 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 88994 0 0 0 45313 917 0 0 25 0 1 0 901461493 90554368 21021 33554432000 4194304 9128323 140734097759376 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 22108 21021 759 1205 0 20899 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 88432

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/173 3025
/proc/meminfo: memFree=28701256/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=90504 CPUtime=522.3 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 89528 0 0 0 51205 1025 0 0 25 0 1 0 901461493 92676096 21555 33554432000 4194304 9128323 140734097759376 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 22626 21555 759 1205 0 21417 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 90504

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/173 3027
/proc/meminfo: memFree=28695784/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=92444 CPUtime=582.3 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 89961 0 0 0 57103 1127 0 0 25 0 1 0 901461493 94662656 21988 33554432000 4194304 9128323 140734097759376 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 23111 21988 759 1205 0 21902 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 92444

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/173 3033
/proc/meminfo: memFree=28686184/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=94500 CPUtime=822.31 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 93622 0 0 0 80721 1510 0 0 25 0 1 0 901461493 96768000 22533 33554432000 4194304 9128323 140734097759376 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 23625 22533 759 1205 0 22416 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 94500

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/173 3035
/proc/meminfo: memFree=28685040/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=95684 CPUtime=882.31 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 93936 0 0 0 86627 1604 0 0 25 0 1 0 901461493 97980416 22847 33554432000 4194304 9128323 140734097759376 18446744073709551615 6732552 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 23921 22847 759 1205 0 22712 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 95684

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/173 3037
/proc/meminfo: memFree=28682784/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=97992 CPUtime=942.31 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 94481 0 0 0 92536 1695 0 0 25 0 1 0 901461493 100343808 23392 33554432000 4194304 9128323 140734097759376 18446744073709551615 5332936 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 24498 23392 759 1205 0 23289 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 97992

[startup+1002.3 s]
/proc/loadavg: 2.05 2.01 1.94 3/173 3037
/proc/meminfo: memFree=28680412/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=100252 CPUtime=1002.3 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 95055 0 0 0 98452 1778 0 0 25 0 1 0 901461493 102658048 23966 33554432000 4194304 9128323 140734097759376 18446744073709551615 6856551 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 25063 23966 759 1205 0 23854 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 100252

[startup+1062.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/173 3039
/proc/meminfo: memFree=28678164/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=101624 CPUtime=1062.31 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 95362 0 0 0 104366 1865 0 0 25 0 1 0 901461493 104062976 24273 33554432000 4194304 9128323 140734097759376 18446744073709551615 7342472 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 25406 24273 759 1205 0 24197 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 101624

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/173 3041
/proc/meminfo: memFree=28673936/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=102412 CPUtime=1122.31 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 95578 0 0 0 110283 1948 0 0 25 0 1 0 901461493 104869888 24489 33554432000 4194304 9128323 140734097759376 18446744073709551615 4553104 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 25603 24489 759 1205 0 24394 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 102412

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/173 3043
/proc/meminfo: memFree=28669456/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=103156 CPUtime=1182.31 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 95790 0 0 0 116199 2032 0 0 25 0 1 0 901461493 105631744 24701 33554432000 4194304 9128323 140734097759376 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 25789 24701 759 1205 0 24580 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 103156

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/173 3045
/proc/meminfo: memFree=28668448/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=103460 CPUtime=1242.31 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 95840 0 0 0 122114 2117 0 0 25 0 1 0 901461493 105943040 24751 33554432000 4194304 9128323 140734097759376 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 25865 24751 759 1205 0 24656 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 103460

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/173 3045
/proc/meminfo: memFree=28666576/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=105372 CPUtime=1302.32 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 96332 0 0 0 128031 2201 0 0 25 0 1 0 901461493 107900928 25243 33554432000 4194304 9128323 140734097759376 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 26343 25243 759 1205 0 25134 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 105372

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/173 3047
/proc/meminfo: memFree=28664700/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=107032 CPUtime=1362.32 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 96740 0 0 0 133940 2292 0 0 25 0 1 0 901461493 109600768 25651 33554432000 4194304 9128323 140734097759376 18446744073709551615 7366216 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 26758 25651 759 1205 0 25549 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 107032

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/173 3049
/proc/meminfo: memFree=28663312/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=108628 CPUtime=1422.32 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 97127 0 0 0 139856 2376 0 0 25 0 1 0 901461493 111235072 26038 33554432000 4194304 9128323 140734097759376 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 27157 26038 759 1205 0 25948 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 108628

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/173 3051
/proc/meminfo: memFree=28656344/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=114360 CPUtime=1482.32 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 99313 0 0 0 145766 2466 0 0 25 0 1 0 901461493 117104640 27470 33554432000 4194304 9128323 140734097759376 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 28590 27470 759 1205 0 27381 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 114360

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/173 3053
/proc/meminfo: memFree=28652728/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=114360 CPUtime=1542.31 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 99315 0 0 0 151690 2541 0 0 25 0 1 0 901461493 117104640 27472 33554432000 4194304 9128323 140734097759376 18446744073709551615 6857008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 28590 27472 759 1205 0 27381 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 114360

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/173 3053
/proc/meminfo: memFree=28652836/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=114360 CPUtime=1602.32 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 99317 0 0 0 157608 2624 0 0 25 0 1 0 901461493 117104640 27474 33554432000 4194304 9128323 140734097759376 18446744073709551615 6581562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 28590 27474 759 1205 0 27381 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 114360

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/173 3095
/proc/meminfo: memFree=28659240/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=114836 CPUtime=1662.32 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 99464 0 0 0 163525 2707 0 0 25 0 1 0 901461493 117592064 27621 33554432000 4194304 9128323 140734097759376 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 28709 27621 759 1205 0 27500 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 114836

[startup+1722.3 s]
/proc/loadavg: 2.09 2.04 1.96 3/173 3098
/proc/meminfo: memFree=28479196/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=115336 CPUtime=1722.32 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 99562 0 0 0 169434 2798 0 0 25 0 1 0 901461493 118104064 27719 33554432000 4194304 9128323 140734097759376 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 28834 27719 759 1205 0 27625 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 115336

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 1.96 3/173 3100
/proc/meminfo: memFree=28477496/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=116540 CPUtime=1782.32 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 99886 0 0 0 175356 2876 0 0 25 0 1 0 901461493 119336960 28043 33554432000 4194304 9128323 140734097759376 18446744073709551615 4240234 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3010/statm: 29135 28043 759 1205 0 27926 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 116540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.03 1.96 3/173 3100
/proc/meminfo: memFree=28477248/32951132 swapFree=67061148/67111528
[pid=3010] ppid=3008 vsize=116716 CPUtime=1800.03 cores=1,3,5,7
/proc/3010/stat : 3010 (scip-2.0.1.4.li) R 3008 3010 2091 0 -1 4202496 99915 0 0 0 177106 2897 0 0 25 0 1 0 901461493 119517184 28072 33554432000 4194304 9128323 140734097759376 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3010/statm: 29179 28072 759 1205 0 27970 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 116716

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.04
CPU user time (s): 1771.06
CPU system time (s): 28.9796
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 116716

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

runsolver used 2.45163 second user time and 5.74313 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-12 19:10:19
IDJOB=3447811
IDBENCH=78944
IDSOLVER=1944
FILE ID=node129/3447811-1307898619
RUNJOBID= node129-1307897167-2528
PBS_JOBID= 13559577
Free space on /tmp= 74044 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900544484--soft-66-100-0.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-3447811-1307898619/watcher-3447811-1307898619 -o /tmp/evaluation-result-3447811-1307898619/solver-3447811-1307898619 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447811-1307898619.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 9807244e443328f735b38c92df34bd91
RANDOM SEED=613217322

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28802484 kB
Buffers:        446840 kB
Cached:        3321868 kB
SwapCached:      13132 kB
Active:        1240112 kB
Inactive:      2623784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28802484 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:           12056 kB
Writeback:           0 kB
AnonPages:       91584 kB
Mapped:          12080 kB
Slab:           220288 kB
PageTables:       3784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   257280 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74028 MiB
End job on node129 at 2011-06-12 19:40:21