Trace number 3447985

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-3_wcsp.wbo
MD5SUM2db150696fc8aa7bc9f51554db7714aa
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT TO
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark1800.07
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables141
Total number of constraints755
Number of soft constraints708
Number of constraints which are clauses708
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 708
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3447985-1307902803.wbo>
0.00/0.01	c original problem has 849 variables (849 bin, 0 int, 0 impl, 0 cont) and 756 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 0 del vars, 0 del conss, 0 add conss, 708 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 47 clqs
0.02/0.03	c (round 2) 0 del vars, 0 del conss, 0 add conss, 708 chg bounds, 0 chg sides, 0 chg coeffs, 48 upgd conss, 0 impls, 47 clqs
0.02/0.05	c    (0.0s) probing: 101/849 (11.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.02/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.02/0.05	c presolving (3 rounds):
0.02/0.05	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 708 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.05	c  708 implications, 47 cliques
0.02/0.05	c presolved problem has 1557 variables (849 bin, 0 int, 708 impl, 0 cont) and 1464 constraints
0.02/0.05	c       1 constraints of type <knapsack>
0.02/0.05	c      47 constraints of type <setppc>
0.02/0.05	c     708 constraints of type <linear>
0.02/0.05	c     708 constraints of type <indicator>
0.02/0.05	c transformed objective value is always integral (scale: 1)
0.02/0.05	c Presolving Time: 0.04
0.02/0.05	c - non default parameters ----------------------------------------------------------------------
0.02/0.05	c # SCIP version 2.0.1.4
0.02/0.05	c 
0.02/0.05	c # frequency for displaying node information lines
0.02/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.05	c display/freq = 10000
0.02/0.05	c 
0.02/0.05	c # maximal time in seconds to run
0.02/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.05	c limits/time = 1800
0.02/0.05	c 
0.02/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.05	c limits/memory = 13950
0.02/0.05	c 
0.02/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.05	c # [type: int, range: [1,2], default: 1]
0.02/0.05	c timing/clocktype = 2
0.02/0.05	c 
0.02/0.05	c # belongs reading time to solving time?
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c timing/reading = TRUE
0.02/0.05	c 
0.02/0.05	c # should presolving try to simplify inequalities
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c constraints/linear/simplifyinequalities = TRUE
0.02/0.05	c 
0.02/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c constraints/indicator/addCouplingCons = TRUE
0.02/0.05	c 
0.02/0.05	c # should presolving try to simplify knapsacks
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.05	c 
0.02/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.05	c separating/rapidlearning/freq = 0
0.02/0.05	c 
0.02/0.05	c -----------------------------------------------------------------------------------------------
0.02/0.05	c start solving
0.02/0.05	c 
0.09/0.12	o 53
0.09/0.12	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.12	c T 0.1s|     1 |     0 |     0 |     - |5551k|   0 |   - |1557 |2172 |1557 | 756 |   0 |   0 |   0 |      --      | 5.300000e+01 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   107 |     - |5235k|   0 |  94 |1557 |2172 |1557 | 756 |   0 |   0 |   0 | 0.000000e+00 | 5.300000e+01 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |   226 |     - |5715k|   0 |  94 |1557 |2206 |1557 | 757 |   1 |   0 |   0 | 0.000000e+00 | 5.300000e+01 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   255 |     - |5751k|   0 |  94 |1557 |2206 |1557 | 759 |   3 |   0 |   0 | 0.000000e+00 | 5.300000e+01 |    Inf 
0.19/0.26	c   0.3s|     1 |     0 |   272 |     - |5787k|   0 |  94 |1557 |2206 |1557 | 762 |   6 |   0 |   0 | 0.000000e+00 | 5.300000e+01 |    Inf 
0.19/0.28	c   0.3s|     1 |     0 |   354 |     - |5826k|   0 | 100 |1557 |2206 |1557 | 765 |   9 |   0 |   0 | 0.000000e+00 | 5.300000e+01 |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   499 |     - |6018k|   0 | 121 |1557 |2206 |1557 | 780 |  24 |   0 |   0 | 0.000000e+00 | 5.300000e+01 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   582 |     - |6771k|   0 | 126 |1557 |2206 |1557 | 814 |  58 |   0 |   0 | 0.000000e+00 | 5.300000e+01 |    Inf 
0.39/0.49	c   0.5s|     1 |     2 |   582 |     - |6830k|   0 | 126 |1557 |2206 |1557 | 814 |  58 |   0 |  12 | 0.000000e+00 | 5.300000e+01 |    Inf 
0.69/0.77	o 45
0.69/0.77	c y 0.8s|    11 |    10 |   937 |  35.5 |6891k|  10 |  54 |1557 |2206 |1557 | 825 |  58 |   0 | 109 | 0.000000e+00 | 4.500000e+01 |    Inf 
0.79/0.87	o 43
0.79/0.87	c y 0.9s|    16 |    15 |  1191 |  40.6 |6928k|  14 |   - |1557 |2206 |   0 |   0 |  58 |   0 | 154 | 0.000000e+00 | 4.300000e+01 |    Inf 
1.29/1.37	o 41
1.29/1.37	c y 1.4s|    33 |    32 |  1850 |  39.6 |7008k|  17 |   - |1557 |2206 |   0 |   0 |  58 |   0 | 324 | 0.000000e+00 | 4.100000e+01 |    Inf 
2.28/2.35	o 39
2.28/2.35	c y 2.4s|    85 |    84 |  2850 |  27.0 |7375k|  21 |  24 |1557 |2206 |1557 | 790 |  58 |   0 | 793 | 0.000000e+00 | 3.900000e+01 |    Inf 
2.59/2.68	o 36
2.59/2.68	c y 2.7s|   129 |   128 |  3843 |  25.5 |7640k|  21 |  51 |1557 |2206 |1557 | 790 |  58 |   0 | 904 | 0.000000e+00 | 3.600000e+01 |    Inf 
3.19/3.24	o 28
3.19/3.24	c y 3.2s|   270 |   269 |  7793 |  26.8 |8636k|  24 |   8 |1557 |2206 |1557 | 825 | 190 |   0 | 998 | 0.000000e+00 | 2.800000e+01 |    Inf 
3.29/3.32	o 23
3.29/3.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.29/3.32	c y 3.3s|   298 |   293 |  8659 |  27.2 |8781k|  24 |   - |1557 |2206 |   0 |   0 | 196 |   0 |1005 | 0.000000e+00 | 2.300000e+01 |    Inf 
3.48/3.58	o 20
3.48/3.58	c * 3.6s|   320 |   304 |  9524 |  28.0 |8916k|  24 |   - |1557 |2207 |1557 | 895 | 388 |   1 |1061 | 0.000000e+00 | 2.000000e+01 |    Inf 
46.39/46.47	o 19
46.39/46.47	c *46.5s|  7804 |  7498 |273142 |  34.9 |  18M|  37 |   - |1557 |2571 |1557 | 868 |  30k| 401 |4339 | 0.000000e+00 | 1.900000e+01 |    Inf 
61.79/61.88	c  61.9s| 10000 |  9492 |356192 |  35.6 |  21M|  37 |  70 |1557 |2619 |1557 | 790 |  42k| 507 |5520 | 0.000000e+00 | 1.900000e+01 |    Inf 
139.50/139.52	c   140s| 20000 | 18554 |763730 |  38.2 |  32M|  39 |  26 |1557 |2537 |1557 | 792 | 108k| 748 |  10k| 0.000000e+00 | 1.900000e+01 |    Inf 
219.29/219.35	c   219s| 30000 | 27354 |  1176k|  39.2 |  43M|  39 |  32 |1557 |2634 |1557 | 801 | 180k|1027 |  14k| 0.000000e+00 | 1.900000e+01 |    Inf 
301.60/301.67	c   302s| 40000 | 35804 |  1598k|  40.0 |  53M|  39 |  10 |1557 |2734 |1557 | 847 | 256k|1418 |  18k| 0.000000e+00 | 1.900000e+01 |    Inf 
348.30/348.39	o 18
348.30/348.39	c * 348s| 45642 | 39961 |  1837k|  40.3 |  58M|  40 |   - |1557 |2732 |1557 | 914 | 300k|1591 |  20k| 0.000000e+00 | 1.800000e+01 |    Inf 
384.60/384.60	c   385s| 50000 | 43015 |  2014k|  40.3 |  62M|  41 |  21 |1557 |2762 |1557 | 839 | 335k|1780 |  21k| 0.000000e+00 | 1.800000e+01 |    Inf 
467.91/467.92	c   468s| 60000 | 49517 |  2432k|  40.5 |  71M|  41 |  29 |1557 |2867 |1557 | 837 | 419k|2277 |  24k| 0.000000e+00 | 1.800000e+01 |    Inf 
556.61/556.62	c   557s| 70000 | 55253 |  2872k|  41.0 |  79M|  41 |  26 |1557 |2632 |1557 | 804 | 511k|2834 |  26k| 0.000000e+00 | 1.800000e+01 |    Inf 
626.81/626.84	o 17
626.81/626.84	c * 627s| 78288 | 59121 |  3230k|  41.3 |  85M|  41 |   - |1557 |2526 |1557 | 897 | 580k|3311 |  29k| 0.000000e+00 | 1.700000e+01 |    Inf 
641.00/641.04	c   641s| 80000 | 60189 |  3301k|  41.3 |  86M|  41 |   - |1557 |2512 |1557 | 875 | 593k|3446 |  29k| 0.000000e+00 | 1.700000e+01 |    Inf 
720.02/720.05	c   720s| 90000 | 66761 |  3701k|  41.1 |  95M|  41 |  28 |1557 |2518 |1557 | 792 | 671k|4213 |  31k| 0.000000e+00 | 1.700000e+01 |    Inf 
804.12/804.11	c   804s|100000 | 72832 |  4108k|  41.1 | 103M|  41 |  22 |1557 |2429 |1557 | 855 | 756k|4827 |  33k| 0.000000e+00 | 1.700000e+01 |    Inf 
886.22/886.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
886.22/886.26	c   886s|110000 | 79138 |  4509k|  41.0 | 112M|  41 |  32 |1557 |2404 |1557 | 818 | 839k|5410 |  35k| 0.000000e+00 | 1.700000e+01 |    Inf 
961.92/961.96	c   962s|120000 | 85962 |  4896k|  40.8 | 120M|  41 |  18 |1557 |2357 |1557 | 791 | 913k|5981 |  37k| 0.000000e+00 | 1.700000e+01 |    Inf 
1048.82/1048.87	c  1049s|130000 | 92288 |  5340k|  41.1 | 129M|  41 |  29 |1557 |2351 |1557 | 815 |1002k|6333 |  39k| 0.000000e+00 | 1.700000e+01 |    Inf 
1129.23/1129.20	c  1129s|140000 | 98598 |  5753k|  41.1 | 137M|  41 |   - |1557 |2347 |1557 | 883 |1081k|6931 |  40k| 0.000000e+00 | 1.700000e+01 |    Inf 
1207.93/1207.92	c  1208s|150000 |104918 |  6142k|  40.9 | 146M|  42 |  46 |1557 |2373 |1557 | 825 |1159k|7567 |  42k| 0.000000e+00 | 1.700000e+01 |    Inf 
1284.93/1284.97	c  1285s|160000 |111386 |  6525k|  40.8 | 154M|  42 |  28 |1557 |2399 |1557 | 798 |1236k|8095 |  44k| 0.000000e+00 | 1.700000e+01 |    Inf 
1364.94/1364.97	c  1365s|170000 |117764 |  6919k|  40.7 | 163M|  42 |  16 |1557 |2409 |1557 | 802 |1317k|8671 |  45k| 0.000000e+00 | 1.700000e+01 |    Inf 
1447.43/1447.48	c  1447s|180000 |123934 |  7321k|  40.7 | 171M|  42 |  41 |1557 |2393 |1557 | 844 |1401k|9289 |  47k| 0.000000e+00 | 1.700000e+01 |    Inf 
1526.94/1526.96	c  1527s|190000 |130318 |  7724k|  40.7 | 179M|  42 |   - |1557 |2350 |1557 | 869 |1479k|9829 |  48k| 0.000000e+00 | 1.700000e+01 |    Inf 
1608.44/1608.43	c  1608s|200000 |136186 |  8118k|  40.6 | 187M|  42 |  34 |1557 |2367 |1557 | 861 |1563k|  10k|  49k| 0.000000e+00 | 1.700000e+01 |    Inf 
1690.05/1690.01	c  1690s|210000 |142204 |  8522k|  40.6 | 195M|  42 |  18 |1557 |2431 |1557 | 807 |1646k|  11k|  51k| 0.000000e+00 | 1.700000e+01 |    Inf 
1769.85/1769.81	c  1770s|220000 |148396 |  8914k|  40.5 | 204M|  42 |  42 |1557 |2391 |1557 | 824 |1726k|  11k|  52k| 0.000000e+00 | 1.700000e+01 |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 223380
1800.05/1800.00	c Primal Bound       : +1.70000000000000e+01 (630 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s SATISFIABLE
1800.05/1800.00	v -x141 -x140 x139 -x138 -x137 x136 x135 -x134 -x133 -x132 x131 -x130 -x129 x128 -x127 -x126 x125 -x124 x123 -x122 -x121 -x120 x119 
1800.05/1800.00	v -x118 x117 -x116 -x115 x114 -x113 -x112 x111 -x110 -x109 x108 -x107 -x106 -x105 x104 -x103 x102 -x101 -x100 -x99 x98 -x97 
1800.05/1800.00	v -x96 x95 -x94 -x93 x92 -x91 -x90 x89 -x88 -x87 x86 -x85 -x84 -x83 x82 x81 -x80 -x79 -x78 -x77 x76 x75 -x74 -x73 -x72 -x71 x70 
1800.05/1800.00	v -x69 -x68 x67 x66 -x65 -x64 -x63 x62 -x61 -x60 x59 -x58 -x57 x56 -x55 -x54 x53 -x52 -x51 x50 -x49 x48 -x47 -x46 x45 -x44 -x43 
1800.05/1800.00	v x42 -x41 -x40 x39 -x38 -x37 -x36 -x35 x34 -x33 -x32 x31 -x30 x29 -x28 -x27 x26 -x25 -x24 x23 -x22 -x21 x20 -x19 -x18 x17 -x16 
1800.05/1800.00	v -x15 -x14 x13 x12 -x11 -x10 -x9 -x8 x7 x6 -x5 -x4 -x3 -x2 x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Total Time         :    1800.00
1800.05/1800.00	c   solving          :    1800.00
1800.05/1800.00	c   presolving       :       0.04 (included in solving)
1800.05/1800.00	c   reading          :       0.01 (included in solving)
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-3447985-1307902803.wbo
1800.05/1800.00	c   Variables        : 849 (849 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 756 initial, 756 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-3447985-1307902803.wbo
1800.05/1800.00	c   Variables        : 1557 (849 binary, 0 integer, 708 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 1464 initial, 2867 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   knapsack         :       0.01          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.01          0          0          0        708          0          0          0          0          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0    1946293          0      25715          0          1        174          0          0     375690

Verifier Data

OK	17

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.97 1.98 1.96 3/177 24833
/proc/meminfo: memFree=10992956/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=9992 CPUtime=0 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 1483 0 0 0 0 0 0 0 25 0 1 0 980510930 10231808 1436 33554432000 4194304 9128323 140734700551152 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24833/statm: 2498 1436 396 1205 0 1289 0

[startup+0.031899 s]
/proc/loadavg: 1.97 1.98 1.96 3/177 24833
/proc/meminfo: memFree=10992956/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=21324 CPUtime=0.02 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 4344 0 0 0 2 0 0 0 25 0 1 0 980510930 21835776 4039 33554432000 4194304 9128323 140734700551152 18446744073709551615 5266583 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 5331 4039 515 1205 0 4122 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21324

[startup+0.100936 s]
/proc/loadavg: 1.97 1.98 1.96 3/177 24833
/proc/meminfo: memFree=10992956/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=23768 CPUtime=0.09 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 5113 0 0 0 9 0 0 0 25 0 1 0 980510930 24338432 4804 33554432000 4194304 9128323 140734700551152 18446744073709551615 5992478 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 5942 4804 610 1205 0 4733 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23768

[startup+0.300896 s]
/proc/loadavg: 1.97 1.98 1.96 3/177 24833
/proc/meminfo: memFree=10992956/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=43856 CPUtime=0.29 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 10290 0 0 0 29 0 0 0 25 0 1 0 980510930 44908544 9628 33554432000 4194304 9128323 140734700551152 18446744073709551615 6286095 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 10964 9628 735 1205 0 9755 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43856

[startup+0.700827 s]
/proc/loadavg: 1.97 1.98 1.96 3/177 24833
/proc/meminfo: memFree=10992956/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=45472 CPUtime=0.69 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 10914 0 0 0 67 2 0 0 25 0 1 0 980510930 46563328 10252 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 11368 10252 747 1205 0 10159 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45472

[startup+1.50067 s]
/proc/loadavg: 1.97 1.98 1.96 3/178 24834
/proc/meminfo: memFree=10954656/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=45472 CPUtime=1.49 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 10920 0 0 0 146 3 0 0 25 0 1 0 980510930 46563328 10258 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 11368 10258 747 1205 0 10159 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45472

[startup+3.1004 s]
/proc/loadavg: 1.97 1.98 1.96 3/178 24834
/proc/meminfo: memFree=10954284/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=45472 CPUtime=3.09 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 10921 0 0 0 303 6 0 0 25 0 1 0 980510930 46563328 10259 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 11368 10259 748 1205 0 10159 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45472

[startup+6.3008 s]
/proc/loadavg: 1.97 1.98 1.96 3/178 24834
/proc/meminfo: memFree=10954504/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=43936 CPUtime=6.29 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 11857 0 0 0 620 9 0 0 25 0 1 0 980510930 44990464 10036 33554432000 4194304 9128323 140734700551152 18446744073709551615 7192528 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 10984 10036 749 1205 0 9775 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43936

[startup+12.7006 s]
/proc/loadavg: 1.98 1.98 1.96 3/178 24834
/proc/meminfo: memFree=10954520/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=43936 CPUtime=12.69 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 14775 0 0 0 1252 17 0 0 25 0 1 0 980510930 44990464 10043 33554432000 4194304 9128323 140734700551152 18446744073709551615 7205982 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 10984 10043 749 1205 0 9775 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43936

[startup+25.5003 s]
/proc/loadavg: 1.98 1.98 1.96 3/178 24834
/proc/meminfo: memFree=10954644/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=43936 CPUtime=25.49 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 16969 0 0 0 2518 31 0 0 25 0 1 0 980510930 44990464 10054 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 10984 10054 750 1205 0 9775 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43936

[startup+51.1006 s]
/proc/loadavg: 1.99 1.98 1.96 3/178 24835
/proc/meminfo: memFree=10949732/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=48960 CPUtime=51.09 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 27241 0 0 0 5047 62 0 0 25 0 1 0 980510930 50135040 11271 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 12240 11271 750 1205 0 11031 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 48960

[startup+102.306 s]
/proc/loadavg: 1.65 1.90 1.94 2/172 24861
/proc/meminfo: memFree=11176172/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=55408 CPUtime=102.3 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 41207 0 0 0 10111 119 0 0 25 0 1 0 980510930 56737792 12934 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 13852 12934 750 1205 0 12643 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 55408

[startup+162.3 s]
/proc/loadavg: 1.24 1.74 1.87 2/172 24863
/proc/meminfo: memFree=11166688/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=65692 CPUtime=162.29 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 43729 0 0 0 16053 176 0 0 25 0 1 0 980510930 67268608 15451 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 16423 15451 750 1205 0 15214 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 65692

[startup+222.3 s]
/proc/loadavg: 1.08 1.60 1.82 2/172 24865
/proc/meminfo: memFree=11156440/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=75692 CPUtime=222.29 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 49346 0 0 0 21994 235 0 0 25 0 1 0 980510930 77508608 18016 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 18923 18016 750 1205 0 17714 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 75692

[startup+282.3 s]
/proc/loadavg: 1.03 1.49 1.76 2/172 24866
/proc/meminfo: memFree=11150772/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=81112 CPUtime=282.3 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 50760 0 0 0 27932 298 0 0 25 0 1 0 980510930 83058688 19430 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 20278 19430 750 1205 0 19069 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 81112

[startup+342.3 s]
/proc/loadavg: 1.01 1.40 1.71 2/172 24868
/proc/meminfo: memFree=11140156/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=91768 CPUtime=342.3 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 53438 0 0 0 33871 359 0 0 25 0 1 0 980510930 93970432 22074 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 22942 22074 750 1205 0 21733 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 91768

[startup+402.3 s]
/proc/loadavg: 1.00 1.32 1.66 2/172 24869
/proc/meminfo: memFree=11135140/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=95928 CPUtime=402.3 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 69932 0 0 0 39807 423 0 0 25 0 1 0 980510930 98230272 23189 33554432000 4194304 9128323 140734700551152 18446744073709551615 6712802 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 23982 23189 750 1205 0 22773 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 95928

[startup+462.3 s]
/proc/loadavg: 1.00 1.26 1.62 2/172 24871
/proc/meminfo: memFree=11130232/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=100992 CPUtime=462.3 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 74285 0 0 0 45750 480 0 0 25 0 1 0 980510930 103415808 24420 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 25248 24420 750 1205 0 24039 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 100992

[startup+522.3 s]
/proc/loadavg: 1.00 1.21 1.58 2/172 24873
/proc/meminfo: memFree=11123844/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=108100 CPUtime=522.31 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 76069 0 0 0 51688 543 0 0 25 0 1 0 980510930 110694400 26204 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 27025 26204 750 1205 0 25816 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 108100

[startup+582.3 s]
/proc/loadavg: 1.00 1.17 1.54 2/172 24874
/proc/meminfo: memFree=11115816/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=114864 CPUtime=582.3 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 80687 0 0 0 57630 600 0 0 25 0 1 0 980510930 117620736 27990 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 28716 27990 750 1205 0 27507 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 114864

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 1.00 1.07 1.41 2/172 24881
/proc/meminfo: memFree=11092716/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=140872 CPUtime=822.31 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 107855 0 0 0 81386 845 0 0 25 0 1 0 980510930 144252928 33956 33554432000 4194304 9128323 140734700551152 18446744073709551615 7192200 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 35218 33956 750 1205 0 34009 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 140872

[startup+882.3 s]
/proc/loadavg: 1.00 1.05 1.38 2/172 24882
/proc/meminfo: memFree=11086928/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=146424 CPUtime=882.31 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 112395 0 0 0 87326 905 0 0 25 0 1 0 980510930 149938176 35365 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 36606 35365 750 1205 0 35397 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 146424

[startup+942.3 s]
/proc/loadavg: 1.00 1.04 1.35 2/172 24884
/proc/meminfo: memFree=11081296/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=151964 CPUtime=942.32 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 113867 0 0 0 93268 964 0 0 25 0 1 0 980510930 155611136 36834 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 37991 36834 750 1205 0 36782 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 151964

[startup+1002.3 s]
/proc/loadavg: 1.00 1.03 1.33 2/172 24885
/proc/meminfo: memFree=11074400/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=158976 CPUtime=1002.32 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 115604 0 0 0 99206 1026 0 0 25 0 1 0 980510930 162791424 38561 33554432000 4194304 9128323 140734700551152 18446744073709551615 7217893 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 39744 38561 757 1205 0 38535 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 158976

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.30 2/172 24887
/proc/meminfo: memFree=11067128/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=166064 CPUtime=1062.32 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 120623 0 0 0 105142 1090 0 0 25 0 1 0 980510930 170049536 40401 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 41516 40401 756 1205 0 40307 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 166064

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.28 2/172 24889
/proc/meminfo: memFree=11062864/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=170404 CPUtime=1122.33 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 121714 0 0 0 111082 1151 0 0 25 0 1 0 980510930 174493696 41462 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 42601 41462 750 1205 0 41392 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 170404

[startup+1182.3 s]
/proc/loadavg: 1.04 1.03 1.27 2/172 24893
/proc/meminfo: memFree=11055664/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=177596 CPUtime=1182.33 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 123583 0 0 0 117025 1208 0 0 25 0 1 0 980510930 181858304 43256 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 44399 43256 764 1205 0 43190 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 177596

[startup+1242.3 s]
/proc/loadavg: 1.01 1.02 1.25 2/172 24895
/proc/meminfo: memFree=11046940/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=185700 CPUtime=1242.33 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 125749 0 0 0 122964 1269 0 0 25 0 1 0 980510930 190156800 45304 33554432000 4194304 9128323 140734700551152 18446744073709551615 7192542 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 46425 45304 758 1205 0 45216 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 185700

[startup+1302.3 s]
/proc/loadavg: 1.00 1.02 1.23 2/172 24896
/proc/meminfo: memFree=11040660/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=191648 CPUtime=1302.33 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 127358 0 0 0 128905 1328 0 0 25 0 1 0 980510930 196247552 46844 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 47912 46844 750 1205 0 46703 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 191648

[startup+1362.3 s]
/proc/loadavg: 1.00 1.01 1.21 2/172 24898
/proc/meminfo: memFree=11037616/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=194840 CPUtime=1362.33 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 128192 0 0 0 134842 1391 0 0 25 0 1 0 980510930 199516160 47659 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 48710 47659 757 1205 0 47501 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 194840

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.19 2/172 24900
/proc/meminfo: memFree=11028360/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=203864 CPUtime=1422.34 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 130491 0 0 0 140788 1446 0 0 25 0 1 0 980510930 208756736 49898 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 50966 49898 750 1205 0 49757 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 203864

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/172 24901
/proc/meminfo: memFree=11021592/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=210440 CPUtime=1482.33 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 135259 0 0 0 146726 1507 0 0 25 0 1 0 980510930 215490560 51592 33554432000 4194304 9128323 140734700551152 18446744073709551615 6732570 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 52610 51592 750 1205 0 51401 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 210440

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/172 24903
/proc/meminfo: memFree=11017552/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=214712 CPUtime=1542.34 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 136368 0 0 0 152667 1567 0 0 25 0 1 0 980510930 219865088 52655 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 53678 52655 768 1205 0 52469 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 214712

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/172 24904
/proc/meminfo: memFree=11009200/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=222824 CPUtime=1602.34 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 138513 0 0 0 158608 1626 0 0 25 0 1 0 980510930 228171776 54684 33554432000 4194304 9128323 140734700551152 18446744073709551615 7192370 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 55706 54684 750 1205 0 54497 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 222824

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/172 24906
/proc/meminfo: memFree=11003936/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=228012 CPUtime=1662.34 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 139926 0 0 0 164554 1680 0 0 25 0 1 0 980510930 233484288 55998 33554432000 4194304 9128323 140734700551152 18446744073709551615 4893633 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 57003 55998 750 1205 0 55794 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 228012

[startup+1722.3 s]
/proc/loadavg: 1.06 1.02 1.14 2/172 24908
/proc/meminfo: memFree=10999620/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=232300 CPUtime=1722.34 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 141085 0 0 0 170499 1735 0 0 25 0 1 0 980510930 237875200 57090 33554432000 4194304 9128323 140734700551152 18446744073709551615 6712701 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 58075 57090 750 1205 0 56866 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 232300

[startup+1782.3 s]
/proc/loadavg: 1.02 1.01 1.13 2/172 24909
/proc/meminfo: memFree=10992820/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=238584 CPUtime=1782.34 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 142823 0 0 0 176442 1792 0 0 25 0 1 0 980510930 244310016 58728 33554432000 4194304 9128323 140734700551152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24833/statm: 59646 58728 750 1205 0 58437 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 238584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.01 1.01 1.12 2/172 24910
/proc/meminfo: memFree=10991436/32951124 swapFree=67056304/67111528
[pid=24833] ppid=24831 vsize=240072 CPUtime=1800.05 cores=0,2,4,6
/proc/24833/stat : 24833 (scip-2.0.1.4.li) R 24831 24833 24181 0 -1 4202496 143179 0 0 0 178198 1807 0 0 25 0 1 0 980510930 245833728 59066 33554432000 4194304 9128323 140734700551152 18446744073709551615 7934192 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24833/statm: 60018 59067 751 1205 0 58809 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 240072

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.07
CPU user time (s): 1781.99
CPU system time (s): 18.0862
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 240072

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

runsolver used 2.68959 second user time and 5.50416 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-12 20:20:03
IDJOB=3447985
IDBENCH=79442
IDSOLVER=1944
FILE ID=node110/3447985-1307902803
RUNJOBID= node110-1307897326-24330
PBS_JOBID= 13559603
Free space on /var/tmp= 2872 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-myciel5g-3_wcsp.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447985-1307902803/watcher-3447985-1307902803 -o /var/tmp/evaluation-result-3447985-1307902803/solver-3447985-1307902803 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447985-1307902803.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 2db150696fc8aa7bc9f51554db7714aa
RANDOM SEED=850176435

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.76
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.830
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.830
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.74
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.830
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:     32951124 kB
MemFree:      10993012 kB
Buffers:         44300 kB
Cached:       20959640 kB
SwapCached:       9144 kB
Active:        5953096 kB
Inactive:     15291064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10993012 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:           12184 kB
Writeback:           0 kB
AnonPages:      238100 kB
Mapped:          16824 kB
Slab:           649336 kB
PageTables:       4896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   431932 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= 2872 MiB
End job on node110 at 2011-06-12 20:50:06