Trace number 3447381

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.05 1800.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900570242--soft-0-100-0.wbo
MD5SUM14bc8800f159591dc4e79c8dbc089eb4
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark80.6567
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 constraints2707
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 138262
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 138261
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 749
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-3447381-1307901484.wbo>
0.00/0.02	c original problem has 2938 variables (2938 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.02/0.05	o 138261
0.02/0.05	c feasible solution found by trivial heuristic, objective value  1.382610e+05
0.02/0.05	c presolving:
0.02/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.02/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	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.15	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.49/0.50	c   0.5s|     1 |     0 |   461 |     - |  18M|   0 |  26 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.59/0.61	c   0.6s|     1 |     0 |   522 |     - |  18M|   0 |  43 |5645 |8121 |5645 |2763 |  56 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.69/0.78	c   0.8s|     1 |     0 |   562 |     - |  19M|   0 |  50 |5645 |8121 |5645 |2770 |  63 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
1.10/1.12	c   1.1s|     1 |     0 |   586 |     - |  19M|   0 |  52 |5645 |8121 |5645 |2777 |  70 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
1.39/1.47	c   1.5s|     1 |     0 |   613 |     - |  20M|   0 |  53 |5645 |8121 |5645 |2779 |  72 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
1.79/1.85	c   1.8s|     1 |     0 |   634 |     - |  20M|   0 |  51 |5645 |8121 |5645 |2783 |  76 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
2.89/2.94	c   2.9s|     1 |     2 |   634 |     - |  20M|   0 |  51 |5645 |8121 |5645 |2783 |  76 |   0 |  33 | 0.000000e+00 | 1.382610e+05 |    Inf 
15.79/15.87	o 863
15.79/15.87	c *15.9s|   191 |   190 |  8251 |  40.1 |  24M| 126 |   - |5645 |8121 |5645 |2886 | 196 |   0 | 722 | 0.000000e+00 | 8.630000e+02 |    Inf 
19.39/19.43	o 540
19.39/19.43	c *19.4s|   429 |   419 | 23517 |  53.5 |  30M| 126 |   - |5645 |8121 |5645 |2853 | 610 |   0 | 800 | 0.000000e+00 | 5.400000e+02 |    Inf 
19.70/19.73	o 503
19.70/19.73	c *19.7s|   454 |   431 | 23980 |  51.5 |  33M| 126 |   - |5645 |8141 |5645 |2815 | 640 |  20 | 801 | 0.000000e+00 | 5.030000e+02 |    Inf 
32.29/32.36	o 494
32.29/32.36	c *32.4s|   938 |   777 | 81099 |  85.9 |  34M| 126 |   - |5645 |8319 |5645 |2866 |2182 | 198 | 908 | 0.000000e+00 | 4.940000e+02 |    Inf 
54.80/54.82	o 440
54.80/54.82	c *54.8s|  1813 |  1324 |188078 | 103.4 |  36M| 126 |   - |5645 |8736 |5645 |2825 |4992 | 615 |1158 | 0.000000e+00 | 4.400000e+02 |    Inf 
59.40/59.44	o 419
59.40/59.44	c *59.4s|  2062 |  1413 |201813 |  97.6 |  37M| 126 |   - |5645 |8988 |5645 |2841 |5804 | 868 |1195 | 0.000000e+00 | 4.190000e+02 |    Inf 
75.90/75.99	o 397
75.90/75.99	c *76.0s|  2606 |  1733 |282416 | 108.2 |  38M| 126 |   - |5645 |9300 |5645 |2850 |7668 |1189 |1465 | 0.000000e+00 | 3.970000e+02 |    Inf 
83.09/83.13	o 306
83.09/83.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
83.09/83.13	c *83.1s|  2901 |  1607 |317702 | 109.3 |  37M| 126 |   - |5645 |9502 |5645 |2946 |8624 |1392 |1488 | 0.000000e+00 | 3.060000e+02 |    Inf 
92.00/92.09	o 265
92.00/92.09	c *92.1s|  3238 |  1612 |364576 | 112.4 |  38M| 126 |   - |5645 |9679 |5645 |2927 |9493 |1579 |1578 | 0.000000e+00 | 2.650000e+02 |    Inf 
99.79/99.90	o 229
99.79/99.90	c *99.9s|  3602 |  1608 |411567 | 114.1 |  39M| 126 |   - |5645 |9848 |5645 |2904 |  10k|1770 |1588 | 0.000000e+00 | 2.290000e+02 |    Inf 
100.60/100.61	o 183
100.60/100.61	c * 101s|  3628 |  1376 |414553 | 114.1 |  37M| 126 |   - |5645 |9866 |5645 |2857 |  10k|1789 |1588 | 0.000000e+00 | 1.830000e+02 |    Inf 
102.20/102.22	o 168
102.20/102.22	c * 102s|  3699 |  1311 |423032 | 114.2 |  37M| 126 |   - |5645 |9896 |5645 |2779 |  10k|1828 |1589 | 0.000000e+00 | 1.680000e+02 |    Inf 
104.40/104.41	o 145
104.40/104.41	c * 104s|  3877 |  1134 |434169 | 111.9 |  37M| 126 |   - |5645 |9976 |5645 |2786 |  10k|1940 |1592 | 0.000000e+00 | 1.450000e+02 |    Inf 
105.29/105.37	o 113
105.29/105.37	c * 105s|  3949 |   975 |437266 | 110.6 |  37M| 126 |   - |5645 |9993 |5645 |2822 |  10k|1984 |1594 | 0.000000e+00 | 1.130000e+02 |    Inf 
105.50/105.59	o 99
105.50/105.59	c * 106s|  3966 |   914 |438046 | 110.3 |  37M| 126 |   - |5645 |9987 |5645 |2789 |  10k|1989 |1595 | 0.000000e+00 | 9.900000e+01 |    Inf 
105.60/105.63	o 91
105.60/105.63	c * 106s|  3967 |   870 |438063 | 110.3 |  36M| 126 |   - |5645 |9987 |5645 |2778 |  10k|1989 |1595 | 0.000000e+00 | 9.100000e+01 |    Inf 
106.50/106.55	o 72
106.50/106.55	c * 107s|  4066 |   455 |440556 | 108.2 |  35M| 126 |   - |5645 |9177 |5645 |2761 |  10k|2075 |1601 | 0.000000e+00 | 7.200000e+01 |    Inf 
130.90/130.94	o 66
130.90/130.94	c * 131s|  8087 |   918 |484524 |  59.8 |  43M| 126 |   - |5645 |9304 |5645 |2769 |  11k|5847 |1628 | 0.000000e+00 | 6.600000e+01 |    Inf 
141.99/142.01	c   142s| 10000 |  1153 |505724 |  50.5 |  47M| 126 |   1 |5645 |8099 |5645 |2748 |  11k|7730 |1641 | 0.000000e+00 | 6.600000e+01 |    Inf 
190.20/190.29	c   190s| 20000 |  1555 |559876 |  28.0 |  57M| 126 |   - |5645 |9416 |   0 |   0 |  12k|  18k|1677 | 0.000000e+00 | 6.600000e+01 |    Inf 
192.10/192.13	o 62
192.10/192.13	c f 192s| 20417 |  1567 |561877 |  27.5 |  57M| 126 |   - |5645 |9731 |5645 |2786 |  12k|  18k|1677 | 0.000000e+00 | 6.200000e+01 |    Inf 
192.20/192.29	o 53
192.20/192.29	c * 192s| 20430 |  1530 |562078 |  27.5 |  56M| 126 |   - |5645 |9373 |5645 |2770 |  12k|  18k|1677 | 0.000000e+00 | 5.300000e+01 |    Inf 
220.09/220.14	o 52
220.09/220.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
220.09/220.14	c * 220s| 26464 |  1652 |594640 |  22.4 |  59M| 126 |   - |5645 |9358 |5645 |2768 |  13k|  25k|1723 | 0.000000e+00 | 5.200000e+01 |    Inf 
237.40/237.43	c   237s| 30000 |  1708 |617142 |  20.6 |  60M| 126 |   - |5645 |8223 |5645 |2768 |  13k|  30k|1785 | 0.000000e+00 | 5.200000e+01 |    Inf 
242.79/242.89	o 48
242.79/242.89	c * 243s| 31112 |  1735 |625821 |  20.1 |  60M| 126 |   - |5645 |8314 |5645 |2769 |  13k|  31k|1792 | 0.000000e+00 | 4.800000e+01 |    Inf 
245.89/245.97	o 44
245.89/245.97	c * 246s| 31672 |  1734 |630185 |  19.9 |  59M| 126 |   - |5645 |7658 |5645 |2769 |  13k|  32k|1797 | 0.000000e+00 | 4.400000e+01 |    Inf 
252.09/252.12	o 36
252.09/252.12	c * 252s| 32859 |  1702 |639715 |  19.4 |  59M| 126 |   - |5645 |7226 |5645 |2769 |  13k|  33k|1806 | 0.000000e+00 | 3.600000e+01 |    Inf 
289.79/289.82	c   290s| 40000 |  1798 |704677 |  17.6 |  64M| 126 |   - |5645 |8367 |   0 |   0 |  14k|  43k|1936 | 0.000000e+00 | 3.600000e+01 |    Inf 
304.99/305.05	o 32
304.99/305.05	c * 305s| 42933 |  1849 |731573 |  17.0 |  65M| 126 |   - |5645 |8545 |5645 |2768 |  14k|  46k|1986 | 0.000000e+00 | 3.200000e+01 |    Inf 
342.60/342.67	c   343s| 50000 |  2023 |803883 |  16.1 |  68M| 126 |   9 |5645 |7334 |5645 |2768 |  14k|  55k|2114 | 0.000000e+00 | 3.200000e+01 |    Inf 
394.80/394.81	c   395s| 60000 |  2166 |895996 |  14.9 |  73M| 126 |   - |5645 |9742 |5645 |2768 |  14k|  68k|2261 | 0.000000e+00 | 3.200000e+01 |    Inf 
423.51/423.56	o 23
423.51/423.56	c * 424s| 65393 |  2235 |948845 |  14.5 |  75M| 126 |   - |5645 |  10k|5645 |2769 |  15k|  74k|2365 | 0.000000e+00 | 2.300000e+01 |    Inf 
449.60/449.62	c   450s| 70000 |  2180 |999574 |  14.3 |  75M| 126 |   - |5645 |8300 |   0 |   0 |  15k|  81k|2461 | 0.000000e+00 | 2.300000e+01 |    Inf 
480.70/480.76	o 19
480.70/480.76	c * 481s| 75674 |  2096 |  1064k|  14.1 |  74M| 126 |   - |5645 |8858 |5645 |2768 |  15k|  88k|2550 | 0.000000e+00 | 1.900000e+01 |    Inf 
508.79/508.89	c   509s| 80000 |  2016 |  1138k|  14.2 |  74M| 126 |  24 |5645 |7667 |5645 |2768 |  15k|  94k|2636 | 0.000000e+00 | 1.900000e+01 |    Inf 
577.50/577.52	c   578s| 90000 |  2185 |  1308k|  14.5 |  79M| 126 |  19 |5645 |9881 |5645 |2768 |  15k| 105k|2920 | 0.000000e+00 | 1.900000e+01 |    Inf 
643.51/643.57	c   644s|100000 |  2150 |  1477k|  14.8 |  82M| 126 |   - |5645 |  11k|   0 |   0 |  15k| 118k|3097 | 0.000000e+00 | 1.900000e+01 |    Inf 
702.40/702.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
702.40/702.44	c   702s|110000 |  2255 |  1616k|  14.7 |  86M| 126 |  22 |5645 |  14k|5645 |2768 |  15k| 130k|3336 | 0.000000e+00 | 1.900000e+01 |    Inf 
719.91/719.97	o 14
719.91/719.97	c * 720s|112936 |  2191 |  1656k|  14.7 |  83M| 126 |   - |5645 |  14k|5645 |2769 |  15k| 134k|3371 | 0.000000e+00 | 1.400000e+01 |    Inf 
725.71/725.72	o 8
725.71/725.72	c * 726s|114021 |  1654 |  1671k|  14.7 |  67M| 126 |   - |5645 |  12k|5645 |2769 |  15k| 135k|3417 | 0.000000e+00 | 8.000000e+00 |    Inf 
750.61/750.64	c   751s|120000 |  1610 |  1755k|  14.6 |  66M| 126 |  28 |5645 |9554 |5645 |2768 |  15k| 143k|3510 | 0.000000e+00 | 8.000000e+00 |    Inf 
796.91/796.99	c   797s|130000 |  1486 |  1930k|  14.8 |  65M| 126 |  38 |5645 |  10k|5645 |2768 |  15k| 156k|3706 | 0.000000e+00 | 8.000000e+00 |    Inf 
841.60/841.61	c   842s|140000 |  1443 |  2096k|  15.0 |  66M| 126 |  21 |5645 |  12k|5645 |2768 |  15k| 169k|3870 | 0.000000e+00 | 8.000000e+00 |    Inf 
885.31/885.39	c   885s|150000 |  1462 |  2249k|  15.0 |  69M| 126 |  30 |5645 |  18k|5645 |2768 |  15k| 182k|4067 | 0.000000e+00 | 8.000000e+00 |    Inf 
929.61/929.62	c   930s|160000 |  1342 |  2401k|  15.0 |  65M| 126 |  37 |5645 |  11k|5645 |2768 |  15k| 195k|4242 | 0.000000e+00 | 8.000000e+00 |    Inf 
973.41/973.43	c   973s|170000 |  1353 |  2558k|  15.0 |  68M| 126 |  32 |5645 |  16k|5645 |2768 |  15k| 208k|4406 | 0.000000e+00 | 8.000000e+00 |    Inf 
1018.51/1018.56	c  1019s|180000 |  1338 |  2718k|  15.1 |  68M| 126 |  33 |5645 |  16k|5645 |2768 |  15k| 221k|4619 | 0.000000e+00 | 8.000000e+00 |    Inf 
1023.51/1023.57	o 7
1023.51/1023.57	c *1024s|181234 |  1292 |  2735k|  15.1 |  67M| 126 |   - |5645 |  17k|5645 |2768 |  15k| 222k|4640 | 0.000000e+00 | 7.000000e+00 |    Inf 
1061.42/1061.42	c  1061s|190000 |  1249 |  2866k|  15.1 |  65M| 126 |  36 |5645 |  12k|5645 |2768 |  15k| 234k|4776 | 0.000000e+00 | 7.000000e+00 |    Inf 
1108.30/1108.39	c  1108s|200000 |  1198 |  3041k|  15.2 |  63M| 126 |   - |5645 |9900 |5645 |2768 |  15k| 247k|4942 | 0.000000e+00 | 7.000000e+00 |    Inf 
1155.91/1155.94	c  1156s|210000 |  1100 |  3227k|  15.4 |  63M| 126 |  44 |5645 |  12k|5645 |2768 |  15k| 260k|5149 | 0.000000e+00 | 7.000000e+00 |    Inf 
1204.61/1204.70	c  1205s|220000 |  1100 |  3417k|  15.5 |  66M| 126 |   - |5645 |  17k|   0 |   0 |  15k| 273k|5366 | 0.000000e+00 | 7.000000e+00 |    Inf 
1250.71/1250.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1250.71/1250.76	c  1251s|230000 |  1123 |  3586k|  15.6 |  67M| 126 |   - |5645 |  19k|5645 |2748 |  15k| 285k|5501 | 0.000000e+00 | 7.000000e+00 |    Inf 
1296.31/1296.30	c  1296s|240000 |  1155 |  3742k|  15.6 |  69M| 126 |  30 |5645 |  23k|5645 |2748 |  15k| 297k|5630 | 0.000000e+00 | 7.000000e+00 |    Inf 
1343.11/1343.11	c  1343s|250000 |  1096 |  3897k|  15.6 |  67M| 126 |  53 |5645 |  18k|5645 |2768 |  15k| 310k|5804 | 0.000000e+00 | 7.000000e+00 |    Inf 
1387.12/1387.19	c  1387s|260000 |  1109 |  4045k|  15.6 |  68M| 126 |  17 |5645 |  21k|5645 |2768 |  15k| 323k|5956 | 0.000000e+00 | 7.000000e+00 |    Inf 
1429.51/1429.57	c  1430s|270000 |  1138 |  4173k|  15.5 |  70M| 126 |   - |5645 |  23k|   0 |   0 |  15k| 336k|6066 | 0.000000e+00 | 7.000000e+00 |    Inf 
1474.11/1474.14	c  1474s|280000 |  1183 |  4310k|  15.4 |  71M| 126 |   - |5645 |  24k|5645 |2768 |  15k| 350k|6182 | 0.000000e+00 | 7.000000e+00 |    Inf 
1517.12/1517.15	c  1517s|290000 |  1082 |  4448k|  15.3 |  69M| 126 |   - |5645 |  22k|5645 |2768 |  15k| 363k|6314 | 0.000000e+00 | 7.000000e+00 |    Inf 
1565.82/1565.80	c  1566s|300000 |  1017 |  4617k|  15.4 |  66M| 126 |   - |5645 |  18k|5645 |2768 |  15k| 376k|6483 | 0.000000e+00 | 7.000000e+00 |    Inf 
1613.63/1613.61	c  1614s|310000 |   954 |  4791k|  15.5 |  66M| 126 |   - |5645 |  18k|5645 |2768 |  15k| 390k|6626 | 0.000000e+00 | 7.000000e+00 |    Inf 
1661.32/1661.38	c  1661s|320000 |   957 |  4961k|  15.5 |  66M| 126 |  37 |5645 |  18k|5645 |2768 |  15k| 404k|6787 | 0.000000e+00 | 7.000000e+00 |    Inf 
1708.62/1708.60	c  1709s|330000 |   969 |  5127k|  15.5 |  68M| 126 |  31 |5645 |  22k|5645 |2768 |  15k| 416k|6966 | 0.000000e+00 | 7.000000e+00 |    Inf 
1746.12/1746.18	o 6
1746.12/1746.18	c *1746s|338097 |   841 |  5252k|  15.5 |  65M| 126 |   - |5645 |  23k|5645 |2768 |  15k| 427k|7032 | 0.000000e+00 | 6.000000e+00 |    Inf 
1755.32/1755.33	c  1755s|340000 |   840 |  5282k|  15.5 |  63M| 126 |   - |5645 |  20k|5645 |2768 |  15k| 430k|7072 | 0.000000e+00 | 6.000000e+00 |    Inf 
1800.01/1800.00	c 
1800.01/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.01/1800.00	c Solving Time (sec) : 1800.00
1800.01/1800.00	c Solving Nodes      : 349740
1800.01/1800.00	c Primal Bound       : +6.00000000000000e+00 (803 solutions)
1800.01/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.01/1800.00	c Gap                : infinite
1800.01/1800.00	s SATISFIABLE
1800.01/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.01/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.01/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.01/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.01/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.01/1800.00	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.01/1800.00	v -x104 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.01/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 
1800.01/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.01/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.01/1800.00	v -x1 
1800.01/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.01/1800.00	c Total Time         :    1800.00
1800.01/1800.00	c   solving          :    1800.00
1800.01/1800.00	c   presolving       :       0.09 (included in solving)
1800.01/1800.00	c   reading          :       0.02 (included in solving)
1800.01/1800.00	c Original Problem   :
1800.01/1800.00	c   Problem name     : HOME/instance-3447381-1307901484.wbo
1800.01/1800.00	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1800.01/1800.00	c Presolved Problem  :
1800.01/1800.00	c   Problem name     : t_HOME/instance-3447381-1307901484.wbo
1800.01/1800.00	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1800.01/1800.00	c   Constraints      : 5414 initial, 25690 maximal
1800.01/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.01/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1800.01/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   root node        :          -       5128          -          -       5128          -          -          -          -          -
1800.01/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.00	c   integral         :          0          0          0     200021          0       3790          0        220       1883          0          0     365594
1800.01/1800.00	c   varbound         :          0+         6    2152519      15591          1          0      71954         35    6394391      15627          0          0
1800.01/1800.00	c   linear           :       2707          6    2158454         18          1       3786    5683033      57453    7917412          0          0          0
1800.01/1800.00	c   indicator        :       2707          0    2098018      15591          1       3753      83175          0     101621          0          0          0
1800.01/1800.00	c   logicor          :          0+         0     621039          0          0          0    1074677       9833     365882          0          0          0
1800.01/1800.00	c   bounddisjunction :          0+         0     265024          0          0          0       1703        181       2784          0          0          0
1800.01/1800.00	c   countsols        :          0          0          0         30          1        775          0          0          0          0          0          0
1800.01/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.01/1800.00	c   integral         :      54.01       0.00       0.00      53.93       0.00       0.09       0.00
1800.01/1800.00	c   varbound         :      21.89       0.00      20.64       1.21       0.00       0.00       0.04
1800.01/1800.00	c   linear           :      89.99       0.00      84.49       0.00       0.00       1.37       4.14
1800.01/1800.00	c   indicator        :      34.93       0.01      26.19       4.30       0.00       4.40       0.03
1800.01/1800.00	c   logicor          :      63.11       0.00      61.32       0.00       0.00       0.00       1.80
1800.01/1800.00	c   bounddisjunction :       3.15       0.00       3.14       0.00       0.00       0.00       0.00
1800.01/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.01/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.01/1800.00	c   vbounds          :     565052      29144         59    1130375
1800.01/1800.00	c   rootredcost      :         31          0          0       2564
1800.01/1800.00	c   pseudoobj        :    2179728      74614      21182    6389132
1800.01/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.01/1800.00	c   vbounds          :     134.60     134.59       0.02
1800.01/1800.00	c   rootredcost      :       0.43       0.43       0.00
1800.01/1800.00	c   pseudoobj        :     103.28     101.06       2.22
1800.01/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.00	c   propagation      :       7.04      88743      88636     540493       30.7       2577       23.2          -
1800.01/1800.00	c   infeasible LP    :      35.90      85376      85362     619730       42.4       1490       15.5          0
1800.01/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.00	c   pseudo solution  :       0.00         17         17         20        3.8          2       16.0          -
1800.01/1800.00	c   applied globally :          -          -          -     442786       31.4          -          -          -
1800.01/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.00	c   cut pool         :       0.00          5          -          -         13          -    (maximal pool size: 255)
1800.01/1800.00	c   redcost          :      23.63     206019          0    1156139          0          0
1800.01/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.01/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.00	c   gomory           :       0.60          6          0          0       1502          0
1800.01/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.01/1800.00	c   strongcg         :       0.51          6          0          0       1918          0
1800.01/1800.00	c   cmir             :       0.15          6          0          0          2          0
1800.01/1800.00	c   flowcover        :       0.13          6          0          0          4          0
1800.01/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.01/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.01/1800.00	c   rapidlearning    :       0.21          1          0          0          0          0
1800.01/1800.00	c Pricers            :       Time      Calls       Vars
1800.01/1800.00	c   problem variables:       0.00          0          0
1800.01/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.00	c   relpscost        :      53.73     184427        220       1883          0          0     365594
1800.01/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.01/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.00	c   LP solutions     :       0.03          -         30
1800.01/1800.00	c   pseudo solutions :       0.00          -          0
1800.01/1800.00	c   feaspump         :       0.01          0          0
1800.01/1800.00	c   oneopt           :       0.52         30          0
1800.01/1800.00	c   pscostdiving     :       1.24         37          0
1800.01/1800.00	c   fracdiving       :       1.64         37          1
1800.01/1800.00	c   veclendiving     :       0.76         37          0
1800.01/1800.00	c   guideddiving     :       1.02         37          0
1800.01/1800.00	c   rootsoldiving    :       1.10         19          0
1800.01/1800.00	c   objpscostdiving  :       3.82         19          0
1800.01/1800.00	c   linesearchdiving :       0.64         38          0
1800.01/1800.00	c   coefdiving       :       1.87         38          0
1800.01/1800.00	c   crossover        :       3.04         58          0
1800.01/1800.00	c   trivial          :       0.01          2          1
1800.01/1800.00	c   shiftandpropagate:       0.00          0          0
1800.01/1800.00	c   simplerounding   :       1.92     191831          0
1800.01/1800.00	c   zirounding       :       0.53       1000          0
1800.01/1800.00	c   rounding         :       2.13       6246          0
1800.01/1800.00	c   shifting         :       1.92       1916          0
1800.01/1800.00	c   intshifting      :       0.01          0          0
1800.01/1800.00	c   twoopt           :       0.00          0          0
1800.01/1800.00	c   fixandinfer      :       0.00          0          0
1800.01/1800.00	c   clique           :       0.00          0          0
1800.01/1800.00	c   intdiving        :       0.00          0          0
1800.01/1800.00	c   actconsdiving    :       0.00          0          0
1800.01/1800.00	c   octane           :       0.00          0          0
1800.01/1800.00	c   rens             :       0.06          1          0
1800.01/1800.00	c   rins             :       0.00          0          0
1800.01/1800.00	c   localbranching   :       0.00          0          0
1800.01/1800.00	c   mutation         :       0.00          0          0
1800.01/1800.00	c   dins             :       0.00          0          0
1800.01/1800.00	c   vbounds          :       0.00          0          0
1800.02/1800.00	c   undercover       :       0.00          0          0
1800.02/1800.00	c   subnlp           :       0.07          0          0
1800.02/1800.00	c   trysol           :       1.30       2713        771
1800.02/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.00	c   primal LP        :       0.26          0          0       0.00       0.00
1800.02/1800.00	c   dual LP          :     937.09     295188    5387186      18.25    5748.85
1800.02/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.00	c   diving/probing LP:       9.40       2645      56676      21.43    6031.54
1800.02/1800.00	c   strong branching :      50.59       7204     315329      43.77    6232.80
1800.02/1800.00	c     (at root node) :          -         33       9055     274.39          -
1800.02/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.00	c B&B Tree           :
1800.02/1800.00	c   number of runs   :          1
1800.02/1800.00	c   nodes            :     349740
1800.02/1800.00	c   nodes (total)    :     349740
1800.02/1800.00	c   nodes left       :        863
1800.02/1800.00	c   max depth        :        126
1800.02/1800.00	c   max depth (total):        126
1800.02/1800.00	c   backtracks       :      38606 (11.0%)
1800.02/1800.00	c   delayed cutoffs  :      11993
1800.02/1800.00	c   repropagations   :     739386 (3244428 domain reductions, 10918 cutoffs)
1800.02/1800.00	c   avg switch length:       6.07
1800.02/1800.00	c   switching time   :     115.19
1800.02/1800.00	c Solution           :
1800.02/1800.00	c   Solutions found  :        803 (32 improvements)

Verifier Data

OK	6

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.92 2/177 21574
/proc/meminfo: memFree=2920592/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=10288 CPUtime=0 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 1570 0 0 0 0 0 0 0 24 0 1 0 901746871 10534912 1524 33554432000 4194304 9128323 140736765824864 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21574/statm: 2572 1524 399 1205 0 1363 0

[startup+0.0267789 s]
/proc/loadavg: 1.92 1.98 1.92 2/177 21574
/proc/meminfo: memFree=2920592/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=16412 CPUtime=0.02 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 2809 0 0 0 2 0 0 0 24 0 1 0 901746871 16805888 2762 33554432000 4194304 9128323 140736765824864 18446744073709551615 8009021 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 4103 2807 431 1205 0 2894 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16412

[startup+0.100769 s]
/proc/loadavg: 1.92 1.98 1.92 2/177 21574
/proc/meminfo: memFree=2920592/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=35720 CPUtime=0.09 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 7948 0 0 0 9 0 0 0 24 0 1 0 901746871 36577280 7643 33554432000 4194304 9128323 140736765824864 18446744073709551615 5976499 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 8930 7643 531 1205 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35720

[startup+0.300723 s]
/proc/loadavg: 1.92 1.98 1.92 2/177 21574
/proc/meminfo: memFree=2920592/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=71652 CPUtime=0.29 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 17239 0 0 0 28 1 0 0 25 0 1 0 901746871 73371648 16835 33554432000 4194304 9128323 140736765824864 18446744073709551615 4815436 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 17913 16835 699 1205 0 16704 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71652

[startup+0.700669 s]
/proc/loadavg: 1.92 1.98 1.92 2/177 21574
/proc/meminfo: memFree=2920592/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=55132 CPUtime=0.69 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 21863 0 0 0 67 2 0 0 25 0 1 0 901746871 56455168 12738 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 13783 12738 717 1205 0 12574 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55132

[startup+1.50053 s]
/proc/loadavg: 1.92 1.98 1.92 3/178 21575
/proc/meminfo: memFree=2871008/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=59852 CPUtime=1.49 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 23014 0 0 0 145 4 0 0 25 0 1 0 901746871 61288448 13863 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 14963 13863 717 1205 0 13754 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59852

[startup+3.10027 s]
/proc/loadavg: 1.92 1.98 1.92 3/178 21575
/proc/meminfo: memFree=2866132/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=63448 CPUtime=3.09 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 29917 0 0 0 300 9 0 0 25 0 1 0 901746871 64970752 14601 33554432000 4194304 9128323 140736765824864 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 15862 14601 730 1205 0 14653 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63448

[startup+6.30072 s]
/proc/loadavg: 1.93 1.98 1.92 3/178 21575
/proc/meminfo: memFree=2863748/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=63860 CPUtime=6.29 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 30040 0 0 0 608 21 0 0 25 0 1 0 901746871 65392640 14724 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 15965 14724 730 1205 0 14756 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 63860

[startup+12.7007 s]
/proc/loadavg: 1.93 1.98 1.92 3/178 21575
/proc/meminfo: memFree=2863744/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=63860 CPUtime=12.69 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 30040 0 0 0 1224 45 0 0 25 0 1 0 901746871 65392640 14724 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 15965 14724 730 1205 0 14756 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63860

[startup+25.5005 s]
/proc/loadavg: 1.95 1.98 1.92 3/178 21576
/proc/meminfo: memFree=2847572/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=80984 CPUtime=25.5 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 42431 0 0 0 2478 72 0 0 25 0 1 0 901746871 82927616 18871 33554432000 4194304 9128323 140736765824864 18446744073709551615 7192542 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 20246 18871 737 1205 0 19037 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 80984

[startup+51.1002 s]
/proc/loadavg: 1.96 1.98 1.92 3/178 21577
/proc/meminfo: memFree=2843576/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=85380 CPUtime=51.1 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 54492 0 0 0 4978 132 0 0 25 0 1 0 901746871 87429120 19969 33554432000 4194304 9128323 140736765824864 18446744073709551615 7163840 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 21345 19969 737 1205 0 20136 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 85380

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.92 3/178 21578
/proc/meminfo: memFree=2832000/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=96276 CPUtime=102.3 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 67570 0 0 0 9974 256 0 0 25 0 1 0 901746871 98586624 22686 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 24069 22686 737 1205 0 22860 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 96276

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 21579
/proc/meminfo: memFree=2790928/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=138292 CPUtime=162.29 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 122549 0 0 0 15911 318 0 0 25 0 1 0 901746871 141611008 33209 33554432000 4194304 9128323 140736765824864 18446744073709551615 18446744073699065974 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 34573 33209 740 1205 0 33364 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 138292

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 21590
/proc/meminfo: memFree=2760684/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=165648 CPUtime=222.3 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 146445 0 0 0 21872 358 0 0 25 0 1 0 901746871 169623552 40094 33554432000 4194304 9128323 140736765824864 18446744073709551615 4683834 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 41412 40094 740 1205 0 40203 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 165648

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 21631
/proc/meminfo: memFree=3120092/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=182912 CPUtime=282.3 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 181320 0 0 0 27815 415 0 0 25 0 1 0 901746871 187301888 44391 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 45728 44391 751 1205 0 44519 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 182912

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 21632
/proc/meminfo: memFree=3089960/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=195128 CPUtime=342.3 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 216050 0 0 0 33755 475 0 0 25 0 1 0 901746871 199811072 47408 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 48782 47408 752 1205 0 47573 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 195128

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 21637
/proc/meminfo: memFree=3055188/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=203744 CPUtime=402.3 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 224126 0 0 0 39695 535 0 0 25 0 1 0 901746871 208633856 49584 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 50936 49584 752 1205 0 49727 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 203744

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 21638
/proc/meminfo: memFree=3009496/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=211940 CPUtime=462.3 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 253790 0 0 0 45631 599 0 0 25 0 1 0 901746871 217026560 51603 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 52985 51603 752 1205 0 51776 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 211940

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 21640
/proc/meminfo: memFree=2965808/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=215520 CPUtime=522.3 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 282616 0 0 0 51548 682 0 0 25 0 1 0 901746871 220692480 52514 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 53880 52514 753 1205 0 52671 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 215520

[startup+582.301 s]
/proc/loadavg: 2.03 2.00 1.93 3/178 21642
/proc/meminfo: memFree=2928452/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=219684 CPUtime=582.3 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 289511 0 0 0 57467 763 0 0 25 0 1 0 901746871 224956416 53524 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 54921 53524 753 1205 0 53712 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 219684

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21648
/proc/meminfo: memFree=2739092/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=230284 CPUtime=822.3 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 343285 0 0 0 81120 1110 0 0 25 0 1 0 901746871 235810816 56197 33554432000 4194304 9128323 140736765824864 18446744073709551615 4240303 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 57571 56197 753 1205 0 56362 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 230284

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21650
/proc/meminfo: memFree=2691432/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=230816 CPUtime=882.31 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 349185 0 0 0 87020 1211 0 0 25 0 1 0 901746871 236355584 56338 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 57704 56338 753 1205 0 56495 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 230816

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21651
/proc/meminfo: memFree=2644776/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=232620 CPUtime=942.3 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 349639 0 0 0 92915 1315 0 0 25 0 1 0 901746871 238202880 56792 33554432000 4194304 9128323 140736765824864 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 58155 56792 753 1205 0 56946 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 232620

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21653
/proc/meminfo: memFree=2598736/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=232888 CPUtime=1002.31 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 355517 0 0 0 98813 1418 0 0 25 0 1 0 901746871 238477312 56859 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 58222 56859 753 1205 0 57013 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 232888

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21654
/proc/meminfo: memFree=2548848/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=233352 CPUtime=1062.31 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 382516 0 0 0 104708 1523 0 0 25 0 1 0 901746871 238952448 56964 33554432000 4194304 9128323 140736765824864 18446744073709551615 7343421 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 58338 56964 753 1205 0 57129 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 233352

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21656
/proc/meminfo: memFree=2507884/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=233528 CPUtime=1122.31 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 388362 0 0 0 110598 1633 0 0 25 0 1 0 901746871 239132672 56994 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 58382 56994 753 1205 0 57173 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 233528

[startup+1182.3 s]
/proc/loadavg: 2.06 2.01 1.93 3/178 21658
/proc/meminfo: memFree=2465412/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=233612 CPUtime=1182.31 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 393233 0 0 0 116484 1747 0 0 25 0 1 0 901746871 239218688 57065 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 58403 57065 753 1205 0 57194 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 233612

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 21659
/proc/meminfo: memFree=2418868/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=234936 CPUtime=1242.31 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 393571 0 0 0 122373 1858 0 0 25 0 1 0 901746871 240574464 57387 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 58734 57387 753 1205 0 57525 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 234936

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21661
/proc/meminfo: memFree=2371336/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=235776 CPUtime=1302.32 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 399575 0 0 0 128273 1959 0 0 25 0 1 0 901746871 241434624 57571 33554432000 4194304 9128323 140736765824864 18446744073709551615 6856920 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 58944 57571 753 1205 0 57735 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 235776

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21662
/proc/meminfo: memFree=2325296/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=236652 CPUtime=1362.31 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 399809 0 0 0 134172 2059 0 0 25 0 1 0 901746871 242331648 57805 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 59163 57805 753 1205 0 57954 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 236652

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21664
/proc/meminfo: memFree=2282972/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=236828 CPUtime=1422.32 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 399858 0 0 0 140083 2149 0 0 25 0 1 0 901746871 242511872 57854 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 59207 57854 753 1205 0 57998 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 236828

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21666
/proc/meminfo: memFree=2237556/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=237684 CPUtime=1482.32 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 400066 0 0 0 145996 2236 0 0 25 0 1 0 901746871 243388416 58062 33554432000 4194304 9128323 140736765824864 18446744073709551615 5321200 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 59421 58062 753 1205 0 58212 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 237684

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21667
/proc/meminfo: memFree=2193368/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=238356 CPUtime=1542.32 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 406143 0 0 0 151897 2335 0 0 25 0 1 0 901746871 244076544 58191 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 59589 58191 753 1205 0 58380 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 238356

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21669
/proc/meminfo: memFree=2148568/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=238652 CPUtime=1602.32 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 406253 0 0 0 157794 2438 0 0 25 0 1 0 901746871 244379648 58301 33554432000 4194304 9128323 140736765824864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 59663 58301 753 1205 0 58454 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 238652

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21670
/proc/meminfo: memFree=2104744/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=238804 CPUtime=1662.32 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 406275 0 0 0 163689 2543 0 0 25 0 1 0 901746871 244535296 58323 33554432000 4194304 9128323 140736765824864 18446744073709551615 6713420 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 59701 58323 753 1205 0 58492 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 238804

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/178 21672
/proc/meminfo: memFree=2061800/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=238976 CPUtime=1722.31 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 406300 0 0 0 169589 2642 0 0 25 0 1 0 901746871 244711424 58348 33554432000 4194304 9128323 140736765824864 18446744073709551615 4336336 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 59744 58348 753 1205 0 58535 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 238976

[startup+1782.3 s]
/proc/loadavg: 2.10 2.03 1.94 3/178 21674
/proc/meminfo: memFree=2014264/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=240560 CPUtime=1782.32 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 433458 0 0 0 175483 2749 0 0 25 0 1 0 901746871 246333440 58808 33554432000 4194304 9128323 140736765824864 18446744073709551615 5984470 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21574/statm: 60140 58808 753 1205 0 58931 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 240560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.07 2.02 1.94 3/178 21674
/proc/meminfo: memFree=2002096/32951124 swapFree=67054520/67111528
[pid=21574] ppid=21572 vsize=240560 CPUtime=1800.02 cores=1,3,5,7
/proc/21574/stat : 21574 (scip-2.0.1.4.li) R 21572 21574 20310 0 -1 4202496 433459 0 0 0 177224 2778 0 0 18 0 1 0 901746871 246333440 58809 33554432000 4194304 9128323 140736765824864 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21574/statm: 60140 58810 755 1205 0 58931 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 240560

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.05
CPU user time (s): 1772.25
CPU system time (s): 27.7998
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 264296

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

runsolver used 2.98355 second user time and 6.542 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-12 19:58:04
IDJOB=3447381
IDBENCH=79309
IDSOLVER=1944
FILE ID=node130/3447381-1307901484
RUNJOBID= node130-1307897879-21247
PBS_JOBID= 13559576
Free space on /var/tmp= 2896 MiB

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

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

MD5SUM BENCH= 14bc8800f159591dc4e79c8dbc089eb4
RANDOM SEED=383529343

node130.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.838
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.67
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.838
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.838
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.838
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.81
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.838
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       2921276 kB
Buffers:         56056 kB
Cached:       28633692 kB
SwapCached:      10292 kB
Active:       14533724 kB
Inactive:     14591720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2921276 kB
SwapTotal:    67111528 kB
SwapFree:     67054520 kB
Dirty:           12148 kB
Writeback:           0 kB
AnonPages:      433040 kB
Mapped:          15796 kB
Slab:           838912 kB
PageTables:       5504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   637312 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2884 MiB
End job on node130 at 2011-06-12 20:28:06