Trace number 3451107

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 NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.06 1800.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii16b1.opb
MD5SUMd42136d6ba87217ffb9b46d4998ea4fa
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1523
Best CPU time to get the best result obtained on this benchmark1797.15
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1382
Optimality of the best value was proved NO
Number of variables3456
Total number of constraints26520
Number of constraints which are clauses26520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint16
Number of terms in the objective function 3456
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3456
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3456
Number of bits of the biggest sum of numbers12
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.01	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3451107-1307084328.opb>
0.09/0.20	c original problem has 3456 variables (3456 bin, 0 int, 0 impl, 0 cont) and 26520 constraints
0.09/0.20	c problem read
0.09/0.20	c presolving settings loaded
0.18/0.24	c presolving:
0.39/0.41	c (round 1) 0 del vars, 8 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25040 upgd conss, 165568 impls, 0 clqs
0.39/0.45	c (round 2) 0 del vars, 8 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 26512 upgd conss, 165568 impls, 0 clqs
0.59/0.64	c    (0.6s) probing: 101/3456 (2.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.59/0.64	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.59/0.64	c presolving (3 rounds):
0.59/0.64	c  0 deleted vars, 8 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.59/0.64	c  165568 implications, 0 cliques
0.59/0.64	c presolved problem has 3456 variables (3456 bin, 0 int, 0 impl, 0 cont) and 26512 constraints
0.59/0.64	c   25408 constraints of type <setppc>
0.59/0.64	c    1104 constraints of type <logicor>
0.59/0.64	c transformed objective value is always integral (scale: 1)
0.59/0.64	c Presolving Time: 0.41
0.59/0.64	c - non default parameters ----------------------------------------------------------------------
0.59/0.64	c # SCIP version 2.0.1.5
0.59/0.64	c 
0.59/0.64	c # frequency for displaying node information lines
0.59/0.64	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.64	c display/freq = 10000
0.59/0.64	c 
0.59/0.64	c # maximal time in seconds to run
0.59/0.64	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.64	c limits/time = 1800
0.59/0.64	c 
0.59/0.64	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.64	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.64	c limits/memory = 13950
0.59/0.64	c 
0.59/0.64	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.59/0.64	c # [type: int, range: [1,2], default: 1]
0.59/0.64	c timing/clocktype = 2
0.59/0.64	c 
0.59/0.64	c # belongs reading time to solving time?
0.59/0.64	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.64	c timing/reading = TRUE
0.59/0.64	c 
0.59/0.64	c # should presolving try to simplify inequalities
0.59/0.64	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.64	c constraints/linear/simplifyinequalities = TRUE
0.59/0.64	c 
0.59/0.64	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.59/0.64	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.64	c constraints/indicator/addCouplingCons = TRUE
0.59/0.64	c 
0.59/0.64	c # should presolving try to simplify knapsacks
0.59/0.64	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.64	c constraints/knapsack/simplifyinequalities = TRUE
0.59/0.64	c 
0.59/0.64	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.59/0.64	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.64	c separating/rapidlearning/freq = 0
0.59/0.64	c 
0.59/0.64	c -----------------------------------------------------------------------------------------------
0.59/0.64	c start solving
0.59/0.64	c 
5.89/5.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.89/5.95	c   5.9s|     1 |     0 |  9815 |     - |  45M|   0 |2352 |3456 |  26k|3456 |  26k|   0 |  21 |   0 | 5.320000e+02 |      --      |    Inf 
15.50/15.53	c  15.5s|     1 |     0 | 22540 |     - |  45M|   0 |2348 |3456 |  26k|3456 |  26k|   9 |  21 |   0 | 5.393125e+02 |      --      |    Inf 
16.39/16.44	c  16.4s|     1 |     0 | 23019 |     - |  46M|   0 |2348 |3456 |  26k|3456 |  26k|  21 |  21 |   0 | 5.447800e+02 |      --      |    Inf 
17.28/17.36	c  17.4s|     1 |     0 | 23433 |     - |  46M|   0 |2348 |3456 |  26k|3456 |  26k|  34 |  21 |   0 | 5.485221e+02 |      --      |    Inf 
18.39/18.40	c  18.4s|     1 |     0 | 23892 |     - |  46M|   0 |2348 |3456 |  26k|3456 |  26k|  48 |  21 |   0 | 5.515043e+02 |      --      |    Inf 
19.39/19.45	c  19.4s|     1 |     0 | 24309 |     - |  47M|   0 |2349 |3456 |  26k|3456 |  26k|  63 |  21 |   0 | 5.538587e+02 |      --      |    Inf 
20.58/20.62	c  20.6s|     1 |     0 | 24760 |     - |  47M|   0 |2349 |3456 |  26k|3456 |  26k|  82 |  21 |   0 | 5.563234e+02 |      --      |    Inf 
22.01/22.05	c  22.0s|     1 |     0 | 25421 |     - |  48M|   0 |2349 |3456 |  26k|3456 |  26k| 104 |  21 |   0 | 5.584928e+02 |      --      |    Inf 
23.49/23.50	c  23.5s|     1 |     0 | 26061 |     - |  48M|   0 |2347 |3456 |  26k|3456 |  26k| 123 |  21 |   0 | 5.606683e+02 |      --      |    Inf 
25.19/25.28	c  25.3s|     1 |     0 | 26759 |     - |  49M|   0 |2349 |3456 |  26k|3456 |  26k| 147 |  21 |   0 | 5.628692e+02 |      --      |    Inf 
27.19/27.21	c  27.2s|     1 |     0 | 27579 |     - |  49M|   0 |2350 |3456 |  26k|3456 |  26k| 169 |  21 |   0 | 5.646863e+02 |      --      |    Inf 
28.60/28.69	c  28.7s|     1 |     0 | 28287 |     - |  50M|   0 |2349 |3456 |  26k|3456 |  26k| 192 |  21 |   0 | 5.669157e+02 |      --      |    Inf 
30.09/30.17	c  30.2s|     1 |     0 | 28994 |     - |  51M|   0 |2349 |3456 |  26k|3456 |  26k| 217 |  21 |   0 | 5.687494e+02 |      --      |    Inf 
32.09/32.15	c  32.1s|     1 |     0 | 29979 |     - |  51M|   0 |2346 |3456 |  26k|3456 |  26k| 243 |  21 |   0 | 5.707382e+02 |      --      |    Inf 
34.48/34.50	c  34.5s|     1 |     0 | 31152 |     - |  52M|   0 |2348 |3456 |  26k|3456 |  26k| 269 |  21 |   0 | 5.723968e+02 |      --      |    Inf 
36.79/36.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.79/36.88	c  36.9s|     1 |     0 | 32057 |     - |  52M|   0 |2349 |3456 |  26k|3456 |  26k| 295 |  21 |   0 | 5.734766e+02 |      --      |    Inf 
39.49/39.54	c  39.5s|     1 |     0 | 33031 |     - |  53M|   0 |2350 |3456 |  26k|3456 |  26k| 315 |  21 |   0 | 5.746804e+02 |      --      |    Inf 
42.08/42.18	c  42.2s|     1 |     0 | 33815 |     - |  53M|   0 |2350 |3456 |  26k|3456 |  26k| 336 |  21 |   0 | 5.757180e+02 |      --      |    Inf 
44.89/44.95	c  44.9s|     1 |     0 | 34906 |     - |  54M|   0 |2349 |3456 |  26k|3456 |  26k| 357 |  21 |   0 | 5.767007e+02 |      --      |    Inf 
47.79/47.81	c  47.8s|     1 |     0 | 36066 |     - |  54M|   0 |2349 |3456 |  26k|3456 |  26k| 378 |  21 |   0 | 5.778448e+02 |      --      |    Inf 
50.79/50.88	c  50.9s|     1 |     0 | 36683 |     - |  54M|   0 |2351 |3456 |  26k|3456 |  26k| 398 |  21 |   0 | 5.783282e+02 |      --      |    Inf 
52.90/52.97	c  53.0s|     1 |     0 | 37384 |     - |  54M|   0 |2352 |3456 |  26k|3456 |  26k| 414 |  21 |   0 | 5.787239e+02 |      --      |    Inf 
54.89/54.94	c  54.9s|     1 |     0 | 37947 |     - |  54M|   0 |2352 |3456 |  26k|3456 |  26k| 428 |  21 |   0 | 5.792309e+02 |      --      |    Inf 
56.99/57.07	c  57.1s|     1 |     0 | 38316 |     - |  54M|   0 |2352 |3456 |  26k|3456 |  26k| 438 |  21 |   0 | 5.794784e+02 |      --      |    Inf 
59.19/59.24	c  59.2s|     1 |     0 | 38794 |     - |  55M|   0 |2353 |3456 |  26k|3456 |  26k| 445 |  21 |   0 | 5.797008e+02 |      --      |    Inf 
61.99/62.04	c  62.0s|     1 |     0 | 39190 |     - |  55M|   0 |2353 |3456 |  26k|3456 |  26k| 451 |  21 |   0 | 5.798945e+02 |      --      |    Inf 
64.59/64.67	c  64.7s|     1 |     0 | 39283 |     - |  55M|   0 |2353 |3456 |  26k|3456 |  26k| 453 |  21 |   0 | 5.799381e+02 |      --      |    Inf 
67.20/67.28	c  67.3s|     1 |     0 | 39351 |     - |  55M|   0 |2353 |3456 |  26k|3456 |  26k| 455 |  21 |   0 | 5.799527e+02 |      --      |    Inf 
69.79/69.88	c  69.9s|     1 |     0 | 39440 |     - |  55M|   0 |2353 |3456 |  26k|3456 |  26k| 456 |  21 |   0 | 5.799670e+02 |      --      |    Inf 
72.49/72.56	c  72.6s|     1 |     0 | 39507 |     - |  55M|   0 |2353 |3456 |  26k|3456 |  26k| 457 |  21 |   0 | 5.799759e+02 |      --      |    Inf 
75.09/75.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.09/75.18	c  75.2s|     1 |     0 | 39532 |     - |  55M|   0 |2353 |3456 |  26k|3456 |  26k| 458 |  21 |   0 | 5.799768e+02 |      --      |    Inf 
77.78/77.83	c  77.8s|     1 |     0 | 39581 |     - |  55M|   0 |2353 |3456 |  26k|3456 |  26k| 460 |  21 |   0 | 5.799839e+02 |      --      |    Inf 
80.41/80.48	c  80.5s|     1 |     0 | 39654 |     - |  55M|   0 |2353 |3456 |  26k|3456 |  26k| 461 |  21 |   0 | 5.799912e+02 |      --      |    Inf 
92.51/92.59	c  92.6s|     1 |     2 | 39654 |     - |  55M|   0 |2353 |3456 |  26k|3456 |  26k| 461 |  21 |  22 | 5.799912e+02 |      --      |    Inf 
1107.32/1107.33	o 1674
1107.32/1107.33	c R1107s|   708 |   316 |  1001k|1360.4 |  63M|  42 | 281 |3456 |  27k|3456 |  26k| 461 |1676 |1158 | 5.844048e+02 | 1.674000e+03 | 186.45%
1107.32/1107.34	o 1650
1107.32/1107.34	c b1107s|   709 |   317 |  1001k|1358.4 |  63M|  42 |   - |3456 |  27k|3456 |  26k| 461 |1676 |1158 | 5.844048e+02 | 1.650000e+03 | 182.34%
1172.51/1172.53	o 1637
1172.51/1172.53	c R1173s|  1045 |   348 |  1065k| 982.7 |  63M|  66 |  61 |3456 |  27k|3456 |  26k| 461 |1774 |1229 | 5.855489e+02 | 1.637000e+03 | 179.57%
1172.51/1172.53	o 1627
1172.51/1172.53	c b1173s|  1045 |   350 |  1065k| 982.7 |  63M|  66 |  61 |3456 |  27k|3456 |  26k| 461 |1774 |1229 | 5.855489e+02 | 1.627000e+03 | 177.86%
1172.63/1172.61	o 1626
1172.63/1172.61	c R1173s|  1049 |   349 |  1065k| 979.0 |  63M|  66 |   - |3456 |  27k|3456 |  26k| 461 |1774 |1229 | 5.855489e+02 | 1.626000e+03 | 177.69%
1172.63/1172.61	o 1623
1172.63/1172.61	c b1173s|  1049 |   346 |  1065k| 979.0 |  63M|  66 |   - |3456 |  27k|3456 |  26k| 461 |1774 |1229 | 5.855489e+02 | 1.623000e+03 | 177.18%
1178.32/1178.39	o 1622
1178.32/1178.39	c R1178s|  1218 |   343 |  1070k| 846.9 |  63M|  66 | 143 |3456 |  27k|3456 |  26k| 461 |1774 |1255 | 5.855489e+02 | 1.622000e+03 | 177.01%
1178.32/1178.39	o 1621
1178.32/1178.39	c s1178s|  1218 |   343 |  1070k| 846.9 |  63M|  66 | 143 |3456 |  27k|3456 |  26k| 461 |1774 |1255 | 5.855489e+02 | 1.621000e+03 | 176.83%
1178.42/1178.40	o 1613
1178.42/1178.40	c b1178s|  1218 |   345 |  1070k| 846.9 |  63M|  66 | 143 |3456 |  27k|3456 |  26k| 461 |1774 |1255 | 5.855489e+02 | 1.613000e+03 | 175.47%
1184.02/1184.05	o 1597
1184.02/1184.05	c *1184s|  1343 |   346 |  1073k| 770.4 |  64M|  66 |   - |3456 |  27k|3456 |  26k| 461 |1774 |1269 | 5.855489e+02 | 1.597000e+03 | 172.74%
1184.02/1184.05	o 1594
1184.02/1184.05	c b1184s|  1343 |   346 |  1073k| 770.4 |  64M|  66 |   - |3456 |  27k|3456 |  26k| 461 |1774 |1269 | 5.855489e+02 | 1.594000e+03 | 172.22%
1421.92/1421.99	o 1576
1421.92/1421.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1421.92/1421.99	c *1422s|  2531 |   426 |  1297k| 497.4 |  65M|  66 |   - |3456 |  27k|3456 |  26k| 461 |2168 |1706 | 5.880643e+02 | 1.576000e+03 | 168.00%
1422.02/1422.00	o 1571
1422.02/1422.00	c b1422s|  2531 |   426 |  1297k| 497.4 |  66M|  66 |   - |3456 |  27k|3456 |  26k| 461 |2168 |1706 | 5.880643e+02 | 1.571000e+03 | 167.15%
1498.12/1498.10	o 1523
1498.12/1498.10	c C1498s|  2731 |   460 |  1369k| 487.2 |  66M| 121 |2062 |3456 |  27k|3456 |  26k| 461 |2445 |1909 | 5.883537e+02 | 1.523000e+03 | 158.86%
1800.04/1800.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.01	c Solving Time (sec) : 1800.00
1800.04/1800.01	c Solving Nodes      : 3681
1800.04/1800.01	c Primal Bound       : +1.52300000000000e+03 (14 solutions)
1800.04/1800.01	c Dual Bound         : +5.92160678074331e+02
1800.04/1800.01	c Gap                : 157.19 %

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3451107-1307084328/watcher-3451107-1307084328 -o /tmp/evaluation-result-3451107-1307084328/solver-3451107-1307084328 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451107-1307084328.opb -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.59 1.87 1.95 3/415 31989
/proc/meminfo: memFree=25990768/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=15372 CPUtime=0 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 2855 0 0 0 0 0 0 0 25 0 1 0 276042186 15740928 2807 33554432000 4194304 9163163 140735559071488 18446744073709551615 4821507 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31989/statm: 3843 2809 394 1214 0 2625 0

[startup+0.107898 s]
/proc/loadavg: 1.59 1.87 1.95 3/415 31989
/proc/meminfo: memFree=25990768/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=21372 CPUtime=0.09 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 4345 0 0 0 9 0 0 0 25 0 1 0 276042186 21884928 4297 33554432000 4194304 9163163 140735559071488 18446744073709551615 8018320 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31989/statm: 5343 4298 395 1214 0 4125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21372

[startup+0.200893 s]
/proc/loadavg: 1.59 1.87 1.95 3/415 31989
/proc/meminfo: memFree=25990768/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=28508 CPUtime=0.18 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 5912 0 0 0 18 0 0 0 25 0 1 0 276042186 29192192 5861 33554432000 4194304 9163163 140735559071488 18446744073709551615 8041965 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 7127 5884 423 1214 0 5909 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 28508

[startup+0.30087 s]
/proc/loadavg: 1.59 1.87 1.95 3/415 31989
/proc/meminfo: memFree=25990768/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=55800 CPUtime=0.29 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 12649 0 0 0 28 1 0 0 25 0 1 0 276042186 57139200 12570 33554432000 4194304 9163163 140735559071488 18446744073709551615 6567801 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 13950 12570 497 1214 0 12732 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55800

[startup+0.700806 s]
/proc/loadavg: 1.59 1.87 1.95 3/415 31989
/proc/meminfo: memFree=25990768/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=97396 CPUtime=0.69 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 24387 0 0 0 66 3 0 0 25 0 1 0 276042186 99733504 22788 33554432000 4194304 9163163 140735559071488 18446744073709551615 5830187 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 24349 22788 632 1214 0 23131 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97396

[startup+1.50066 s]
/proc/loadavg: 1.62 1.88 1.95 3/416 31990
/proc/meminfo: memFree=25852372/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=120160 CPUtime=1.49 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 29946 0 0 0 145 4 0 0 25 0 1 0 276042186 123043840 27890 33554432000 4194304 9163163 140735559071488 18446744073709551615 7110322 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 30040 27890 761 1214 0 28822 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 120160

[startup+3.10038 s]
/proc/loadavg: 1.62 1.88 1.95 3/416 31990
/proc/meminfo: memFree=25847784/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=121200 CPUtime=3.08 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 30343 0 0 0 304 4 0 0 25 0 1 0 276042186 124108800 28254 33554432000 4194304 9163163 140735559071488 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 30300 28254 728 1214 0 29082 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 121200

[startup+6.30081 s]
/proc/loadavg: 1.62 1.88 1.95 3/416 31990
/proc/meminfo: memFree=25843536/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=116712 CPUtime=6.29 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 31956 0 0 0 624 5 0 0 25 0 1 0 276042186 119513088 27295 33554432000 4194304 9163163 140735559071488 18446744073709551615 7348296 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 29178 27295 672 1214 0 27960 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 116712

[startup+12.7007 s]
/proc/loadavg: 1.68 1.88 1.95 3/416 31990
/proc/meminfo: memFree=25836600/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=116712 CPUtime=12.69 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 31979 0 0 0 1262 7 0 0 25 0 1 0 276042186 119513088 27318 33554432000 4194304 9163163 140735559071488 18446744073709551615 7348024 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 29178 27318 672 1214 0 27960 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 116712

[startup+25.5004 s]
/proc/loadavg: 1.73 1.88 1.95 3/416 31990
/proc/meminfo: memFree=25823832/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=130496 CPUtime=25.49 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 37432 0 0 0 2539 10 0 0 25 0 1 0 276042186 133627904 30689 33554432000 4194304 9163163 140735559071488 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 32624 30689 699 1214 0 31406 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 130496

[startup+51.1009 s]
/proc/loadavg: 1.82 1.89 1.95 3/416 31991
/proc/meminfo: memFree=25807652/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=146868 CPUtime=51.09 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 51572 0 0 0 5091 18 0 0 25 0 1 0 276042186 150392832 34860 33554432000 4194304 9163163 140735559071488 18446744073709551615 6668677 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 36717 34860 856 1214 0 35499 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 146868

[startup+102.301 s]
/proc/loadavg: 1.93 1.91 1.95 3/416 31993
/proc/meminfo: memFree=25802524/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=151240 CPUtime=102.31 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 57425 0 0 0 10201 30 0 0 25 0 1 0 276042186 154869760 35878 33554432000 4194304 9163163 140735559071488 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 37810 35878 850 1214 0 36592 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 151240

[startup+162.301 s]
/proc/loadavg: 2.01 1.94 1.95 3/416 32003
/proc/meminfo: memFree=25800860/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=151240 CPUtime=162.29 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 57523 0 0 0 16189 40 0 0 25 0 1 0 276042186 154869760 35943 33554432000 4194304 9163163 140735559071488 18446744073709551615 7346272 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 37810 35943 817 1214 0 36592 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 151240

[startup+222.316 s]
/proc/loadavg: 2.04 1.96 1.96 3/416 32005
/proc/meminfo: memFree=25800964/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=151240 CPUtime=222.31 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 57548 0 0 0 22180 51 0 0 25 0 1 0 276042186 154869760 35955 33554432000 4194304 9163163 140735559071488 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 37810 35955 804 1214 0 36592 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 151240

[startup+282.301 s]
/proc/loadavg: 2.01 1.97 1.96 3/416 32006
/proc/meminfo: memFree=25799952/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=151488 CPUtime=282.29 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 57886 0 0 0 28167 62 0 0 25 0 1 0 276042186 155123712 36211 33554432000 4194304 9163163 140735559071488 18446744073709551615 7348243 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 37872 36211 722 1214 0 36654 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 151488

[startup+342.3 s]
/proc/loadavg: 2.00 1.97 1.96 3/416 32008
/proc/meminfo: memFree=25799932/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=151488 CPUtime=342.29 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 57894 0 0 0 34155 74 0 0 25 0 1 0 276042186 155123712 36219 33554432000 4194304 9163163 140735559071488 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 37872 36219 725 1214 0 36654 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 151488

[startup+402.301 s]
/proc/loadavg: 2.00 1.97 1.96 3/416 32009
/proc/meminfo: memFree=25800656/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=152988 CPUtime=402.29 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 59869 0 0 0 40143 86 0 0 25 0 1 0 276042186 156659712 36279 33554432000 4194304 9163163 140735559071488 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 38247 36279 947 1214 0 37029 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 152988

[startup+462.301 s]
/proc/loadavg: 2.16 2.00 1.97 3/416 32011
/proc/meminfo: memFree=25799032/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=154552 CPUtime=462.29 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 60322 0 0 0 46133 96 0 0 25 0 1 0 276042186 158261248 36510 33554432000 4194304 9163163 140735559071488 18446744073709551615 7348663 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 38638 36510 725 1214 0 37420 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 154552

[startup+522.301 s]
/proc/loadavg: 2.13 2.02 1.98 3/416 32013
/proc/meminfo: memFree=25799504/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=154552 CPUtime=522.3 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 60322 0 0 0 52122 108 0 0 25 0 1 0 276042186 158261248 36510 33554432000 4194304 9163163 140735559071488 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 38638 36510 725 1214 0 37420 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 154552

[startup+582.301 s]
/proc/loadavg: 2.05 2.01 1.98 3/416 32014
/proc/meminfo: memFree=25802720/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=151660 CPUtime=582.3 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 63626 0 0 0 58110 120 0 0 25 0 1 0 276042186 155299840 35780 33554432000 4194304 9163163 140735559071488 18446744073709551615 7348178 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 37915 35780 725 1214 0 36697 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 151660

[startup+642.3 s]

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

[startup+882.316 s]
/proc/loadavg: 2.05 2.03 2.00 3/416 32025
/proc/meminfo: memFree=25801548/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=153956 CPUtime=882.32 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 161672 0 0 0 88040 192 0 0 25 0 1 0 276042186 157650944 36060 33554432000 4194304 9163163 140735559071488 18446744073709551615 7348358 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 38489 36060 725 1214 0 37271 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 153956

[startup+942.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/416 32027
/proc/meminfo: memFree=25799796/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=155104 CPUtime=942.31 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 175934 0 0 0 94025 206 0 0 25 0 1 0 276042186 158826496 36633 33554432000 4194304 9163163 140735559071488 18446744073709551615 7375866 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 38776 36633 725 1214 0 37558 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 155104

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/416 32029
/proc/meminfo: memFree=25797792/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=157092 CPUtime=1002.31 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 207851 0 0 0 100008 223 0 0 25 0 1 0 276042186 160862208 37163 33554432000 4194304 9163163 140735559071488 18446744073709551615 7348243 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 39273 37163 725 1214 0 38055 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 157092

[startup+1062.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/416 32030
/proc/meminfo: memFree=25800748/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=155052 CPUtime=1062.31 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 220050 0 0 0 105994 237 0 0 25 0 1 0 276042186 158773248 36743 33554432000 4194304 9163163 140735559071488 18446744073709551615 7110339 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 38763 36743 725 1214 0 37545 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 155052

[startup+1122.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/416 32032
/proc/meminfo: memFree=25796380/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=158660 CPUtime=1122.32 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 222210 0 0 0 111984 248 0 0 25 0 1 0 276042186 162467840 37547 33554432000 4194304 9163163 140735559071488 18446744073709551615 7345648 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 39665 37547 725 1214 0 38447 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 158660

[startup+1182.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/416 32033
/proc/meminfo: memFree=25797240/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=155564 CPUtime=1182.31 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 251264 0 0 0 117970 261 0 0 25 0 1 0 276042186 159297536 37082 33554432000 4194304 9163163 140735559071488 18446744073709551615 7249851 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 38891 37082 725 1214 0 37673 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 155564

[startup+1242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/416 32035
/proc/meminfo: memFree=25796724/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=162300 CPUtime=1242.31 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 272809 0 0 0 123958 273 0 0 25 0 1 0 276042186 166195200 38417 33554432000 4194304 9163163 140735559071488 18446744073709551615 7209809 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 40575 38417 726 1214 0 39357 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 162300

[startup+1302.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/416 32036
/proc/meminfo: memFree=25793600/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=159492 CPUtime=1302.32 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 304192 0 0 0 129944 288 0 0 25 0 1 0 276042186 163319808 37903 33554432000 4194304 9163163 140735559071488 18446744073709551615 7225314 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 39873 37903 732 1214 0 38655 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 159492

[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/416 32038
/proc/meminfo: memFree=25790732/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=163668 CPUtime=1362.32 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 315636 0 0 0 135932 300 0 0 25 0 1 0 276042186 167596032 38728 33554432000 4194304 9163163 140735559071488 18446744073709551615 7345690 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 40917 38728 732 1214 0 39699 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 163668

[startup+1422.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/416 32040
/proc/meminfo: memFree=25791460/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=163668 CPUtime=1422.33 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 315675 0 0 0 141923 310 0 0 25 0 1 0 276042186 167596032 38767 33554432000 4194304 9163163 140735559071488 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 40917 38767 732 1214 0 39699 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 163668

[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/416 32041
/proc/meminfo: memFree=25789960/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=164780 CPUtime=1482.32 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 344236 0 0 0 147906 326 0 0 25 0 1 0 276042186 168734720 39096 33554432000 4194304 9163163 140735559071488 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 41195 39096 732 1214 0 39977 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 164780

[startup+1542.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/416 32043
/proc/meminfo: memFree=25790432/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=163712 CPUtime=1542.34 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 365293 0 0 0 153894 340 0 0 25 0 1 0 276042186 167641088 39121 33554432000 4194304 9163163 140735559071488 18446744073709551615 7225144 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 40928 39121 739 1214 0 39710 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 163712

[startup+1602.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/416 32044
/proc/meminfo: memFree=25788056/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=166168 CPUtime=1602.33 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 380834 0 0 0 159878 355 0 0 25 0 1 0 276042186 170156032 39717 33554432000 4194304 9163163 140735559071488 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 41542 39717 739 1214 0 40324 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 166168

[startup+1662.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/416 32046
/proc/meminfo: memFree=25790640/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=167528 CPUtime=1662.32 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 416147 0 0 0 165860 372 0 0 25 0 1 0 276042186 171548672 39122 33554432000 4194304 9163163 140735559071488 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 41882 39122 739 1214 0 40664 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 167528

[startup+1722.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/416 32048
/proc/meminfo: memFree=25787900/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=168468 CPUtime=1722.33 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 460049 0 0 0 171843 390 0 0 25 0 1 0 276042186 172511232 39789 33554432000 4194304 9163163 140735559071488 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 42117 39789 739 1214 0 40899 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 168468

[startup+1782.3 s]
/proc/loadavg: 1.94 2.01 1.99 3/416 32077
/proc/meminfo: memFree=25815104/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=168720 CPUtime=1782.33 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 470115 0 0 0 177830 403 0 0 25 0 1 0 276042186 172769280 40366 33554432000 4194304 9163163 140735559071488 18446744073709551615 7345677 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31989/statm: 42180 40366 752 1214 0 40962 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 168720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.95 2.01 1.99 3/416 32078
/proc/meminfo: memFree=25815652/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=167928 CPUtime=1800.04 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 471756 0 0 0 179598 406 0 0 25 0 1 0 276042186 171958272 40119 33554432000 4194304 9163163 140735559071488 18446744073709551615 4684144 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31989/statm: 41982 40119 793 1214 0 40764 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 167928

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

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

[startup+1800 s]
/proc/loadavg: 1.95 2.01 1.99 3/416 32078
/proc/meminfo: memFree=25815652/32950928 swapFree=52006644/67111528
[pid=31989] ppid=31987 vsize=167928 CPUtime=1800.04 cores=0,2,4,6
/proc/31989/stat : 31989 (scip-2.0.1.4b.l) R 31987 31989 28764 0 -1 4202496 471756 0 0 0 179598 406 0 0 25 0 1 0 276042186 171958272 40119 33554432000 4194304 9163163 140735559071488 18446744073709551615 4684144 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31989/statm: 41982 40119 793 1214 0 40764 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 167928

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.99
system time used= 4.07538
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 471756
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 3870

runsolver used 7.78682 second user time and 15.7756 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-03 08:58:48
IDJOB=3451107
IDBENCH=2161
IDSOLVER=1948
FILE ID=node112/3451107-1307084328
RUNJOBID= node112-1307084301-31860
PBS_JOBID= 13497876
Free space on /tmp= 73820 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii16b1.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3451107-1307084328/watcher-3451107-1307084328 -o /tmp/evaluation-result-3451107-1307084328/solver-3451107-1307084328 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451107-1307084328.opb -t 1800 -m 15500

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

MD5SUM BENCH= d42136d6ba87217ffb9b46d4998ea4fa
RANDOM SEED=1680181042

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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.61
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.847
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.847
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.847
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:     32950928 kB
MemFree:      25990924 kB
Buffers:        322584 kB
Cached:        5643616 kB
SwapCached:      31280 kB
Active:         918124 kB
Inactive:      5759732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25990924 kB
SwapTotal:    67111528 kB
SwapFree:     52006644 kB
Dirty:           25516 kB
Writeback:           0 kB
AnonPages:      688252 kB
Mapped:          15400 kB
Slab:           156420 kB
PageTables:      58544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 98672040 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73808 MiB
End job on node112 at 2011-06-03 09:28:50