Trace number 3447797

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.13 1800.07

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900547389--soft-66-100-0.wbo
MD5SUM992c28e15fa8da7f001d610f6b39cc4c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark45.1491
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints927
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3447797-1307898390.wbo>
0.00/0.02	c original problem has 1158 variables (1158 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.04/0.08	c (round 2) 0 del vars, 166 del conss, 0 add conss, 927 chg bounds, 54 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.04/0.09	c (round 3) 108 del vars, 225 del conss, 0 add conss, 937 chg bounds, 103 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.09/0.10	c (round 4) 128 del vars, 225 del conss, 0 add conss, 937 chg bounds, 103 chg sides, 0 chg coeffs, 1684 upgd conss, 214 impls, 14 clqs
0.09/0.11	c (round 5) 128 del vars, 235 del conss, 0 add conss, 937 chg bounds, 103 chg sides, 0 chg coeffs, 1684 upgd conss, 214 impls, 14 clqs
0.09/0.16	c    (0.2s) probing: 101/1094 (9.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.16	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.16	c presolving (6 rounds):
0.09/0.16	c  128 deleted vars, 235 deleted constraints, 0 added constraints, 937 tightened bounds, 0 added holes, 103 changed sides, 0 changed coefficients
0.09/0.16	c  1077 implications, 14 cliques
0.09/0.16	c presolved problem has 1957 variables (1094 bin, 0 int, 863 impl, 0 cont) and 3400 constraints
0.09/0.16	c       1 constraints of type <knapsack>
0.09/0.16	c      72 constraints of type <setppc>
0.09/0.16	c     863 constraints of type <linear>
0.09/0.16	c     863 constraints of type <indicator>
0.09/0.16	c    1601 constraints of type <logicor>
0.09/0.16	c transformed objective value is always integral (scale: 1)
0.09/0.16	c Presolving Time: 0.13
0.09/0.16	c - non default parameters ----------------------------------------------------------------------
0.09/0.16	c # SCIP version 2.0.1.4
0.09/0.16	c 
0.09/0.16	c # frequency for displaying node information lines
0.09/0.16	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.16	c display/freq = 10000
0.09/0.16	c 
0.09/0.16	c # maximal time in seconds to run
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/time = 1800
0.09/0.16	c 
0.09/0.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/memory = 13950
0.09/0.16	c 
0.09/0.16	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.16	c # [type: int, range: [1,2], default: 1]
0.09/0.16	c timing/clocktype = 2
0.09/0.16	c 
0.09/0.16	c # belongs reading time to solving time?
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c timing/reading = TRUE
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify inequalities
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/linear/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/indicator/addCouplingCons = TRUE
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify knapsacks
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.16	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.16	c separating/rapidlearning/freq = 0
0.09/0.16	c 
0.09/0.16	c -----------------------------------------------------------------------------------------------
0.09/0.16	c start solving
0.09/0.16	c 
0.19/0.28	o 500
0.19/0.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.28	c T 0.3s|     1 |     0 |     0 |     - |9227k|   0 |   - |1957 |4265 |1957 |2537 |   0 |   2 |   0 |      --      | 5.000000e+02 |    Inf 
0.19/0.29	c   0.3s|     1 |     0 |    96 |     - |8827k|   0 |  45 |1957 |4265 |1957 |2537 |   0 |   2 |   0 | 0.000000e+00 | 5.000000e+02 |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |   166 |     - |9524k|   0 |  45 |1957 |4306 |1957 |2544 |   7 |   2 |   0 | 0.000000e+00 | 5.000000e+02 |    Inf 
0.49/0.56	c   0.6s|     1 |     0 |   201 |     - |9833k|   0 |  47 |1957 |4306 |1957 |2555 |  18 |   2 |   0 | 0.000000e+00 | 5.000000e+02 |    Inf 
0.69/0.75	c   0.8s|     1 |     0 |   225 |     - |  10M|   0 |  48 |1957 |4306 |1957 |2563 |  26 |   2 |   0 | 0.000000e+00 | 5.000000e+02 |    Inf 
0.89/0.98	c   1.0s|     1 |     0 |   270 |     - |  10M|   0 |  54 |1957 |4306 |1957 |2567 |  30 |   2 |   0 | 0.000000e+00 | 5.000000e+02 |    Inf 
1.19/1.22	c   1.2s|     1 |     0 |   350 |     - |  10M|   0 |  62 |1957 |4306 |1957 |2571 |  34 |   2 |   0 | 0.000000e+00 | 5.000000e+02 |    Inf 
1.39/1.47	c   1.5s|     1 |     0 |   416 |     - |  10M|   0 |  61 |1957 |4306 |1957 |2574 |  37 |   2 |   0 | 0.000000e+00 | 5.000000e+02 |    Inf 
1.89/1.94	c   1.9s|     1 |     2 |  1423 |     - |  10M|   0 |  61 |1957 |4306 |1957 |2574 |  37 |   2 |  10 | 0.000000e+00 | 5.000000e+02 |    Inf 
5.69/5.77	o 369
5.69/5.77	c * 5.8s|    38 |    24 |  3421 |  81.2 |  11M|  12 |   - |1957 |4322 |1957 |2583 |  51 |  18 | 413 | 0.000000e+00 | 3.690000e+02 |    Inf 
5.69/5.78	o 328
5.69/5.78	c * 5.8s|    39 |    23 |  3448 |  79.8 |  11M|  12 |   - |1957 |4322 |1957 |2576 |  55 |  18 | 413 | 0.000000e+00 | 3.280000e+02 |    Inf 
7.29/7.34	o 299
7.29/7.34	c * 7.3s|   109 |    38 |  4576 |  38.5 |  11M|  23 |   - |1957 |4387 |1957 |2573 |  60 |  83 | 645 | 0.000000e+00 | 2.990000e+02 |    Inf 
7.29/7.36	o 271
7.29/7.36	c * 7.4s|   112 |    39 |  4645 |  38.1 |  11M|  23 |   - |1957 |4387 |1957 |2572 |  62 |  83 | 645 | 0.000000e+00 | 2.710000e+02 |    Inf 
7.29/7.37	o 230
7.29/7.37	c * 7.4s|   113 |    35 |  4645 |  37.8 |  11M|  23 |   - |1957 |4387 |1957 |2571 |  62 |  83 | 645 | 0.000000e+00 | 2.300000e+02 |    Inf 
17.70/17.78	o 204
17.70/17.78	c *17.8s|  2128 |   338 | 23010 |  10.6 |  16M|  61 |   - |1957 |5874 |1957 |2567 | 159 |2211 |1669 | 0.000000e+00 | 2.040000e+02 |    Inf 
18.49/18.59	o 200
18.49/18.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.49/18.59	c *18.6s|  2366 |   386 | 26173 |  10.9 |  17M|  61 |   - |1957 |5942 |1957 |2559 | 184 |2452 |1681 | 0.000000e+00 | 2.000000e+02 |    Inf 
24.39/24.41	o 195
24.39/24.41	c g24.4s|  4623 |   742 | 44634 |   9.6 |  19M|  61 |   - |1957 |6259 |1957 |2559 | 323 |5046 |1758 | 0.000000e+00 | 1.950000e+02 |    Inf 
25.29/25.32	o 175
25.29/25.32	c *25.3s|  4951 |   792 | 47271 |   9.5 |  19M|  61 |   - |1957 |6263 |1957 |2559 | 339 |5379 |1776 | 0.000000e+00 | 1.750000e+02 |    Inf 
38.99/39.04	c  39.0s| 10000 |  1685 | 96094 |   9.6 |  24M|  61 |   - |1957 |6260 |1957 |2559 | 517 |  10k|1949 | 0.000000e+00 | 1.750000e+02 |    Inf 
46.99/47.02	o 173
46.99/47.02	c p47.0s| 13079 |  2152 |123096 |   9.4 |  26M|  61 |   - |1957 |6346 |1957 |2560 | 641 |  14k|1993 | 0.000000e+00 | 1.730000e+02 |    Inf 
54.29/54.33	o 131
54.29/54.33	c *54.3s| 15962 |  2496 |146480 |   9.2 |  28M|  61 |   - |1957 |6697 |1957 |2561 | 781 |  17k|2043 | 0.000000e+00 | 1.310000e+02 |    Inf 
65.59/65.62	c  65.6s| 20000 |  2837 |183783 |   9.2 |  31M|  66 |   - |1957 |6582 |   0 |   0 | 934 |  22k|2092 | 0.000000e+00 | 1.310000e+02 |    Inf 
92.99/93.04	c  93.0s| 30000 |  3555 |273053 |   9.1 |  39M|  66 |   - |1957 |7818 |   0 |   0 |1369 |  33k|2170 | 0.000000e+00 | 1.310000e+02 |    Inf 
124.69/124.76	c   125s| 40000 |  4781 |381045 |   9.5 |  49M|  82 |   - |1957 |8090 |   0 |   0 |1867 |  45k|2353 | 0.000000e+00 | 1.310000e+02 |    Inf 
146.09/146.14	o 78
146.09/146.14	c * 146s| 46675 |  4890 |451832 |   9.7 |  50M|  82 |   - |1957 |7919 |1957 |2561 |2194 |  53k|2548 | 0.000000e+00 | 7.800000e+01 |    Inf 
157.89/157.99	c   158s| 50000 |  4834 |489465 |   9.8 |  51M|  82 |   - |1957 |6071 |   0 |   0 |2253 |  57k|2640 | 0.000000e+00 | 7.800000e+01 |    Inf 
190.20/190.23	c   190s| 60000 |  4804 |588212 |   9.8 |  53M|  82 |   - |1957 |6792 |   0 |   0 |2455 |  69k|2851 | 0.000000e+00 | 7.800000e+01 |    Inf 
199.40/199.48	o 61
199.40/199.48	c * 199s| 62945 |  4326 |615909 |   9.8 |  49M|  82 |   - |1957 |6575 |1957 |2559 |2530 |  73k|2966 | 0.000000e+00 | 6.100000e+01 |    Inf 
200.00/200.01	o 46
200.00/200.01	c * 200s| 63121 |  3762 |617580 |   9.8 |  43M|  82 |   - |1957 |6206 |1957 |2559 |2533 |  73k|2967 | 0.000000e+00 | 4.600000e+01 |    Inf 
228.20/228.22	c   228s| 70000 |  3383 |734014 |  10.5 |  43M|  82 |   - |1957 |5495 |1957 |2559 |2552 |  81k|3187 | 0.000000e+00 | 4.600000e+01 |    Inf 
270.51/270.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
270.51/270.57	c   271s| 80000 |  3441 |906677 |  11.3 |  48M|  82 |   - |1957 |7527 |1957 |2570 |2577 |  93k|3558 | 0.000000e+00 | 4.600000e+01 |    Inf 
307.40/307.44	o 30
307.40/307.44	c * 307s| 89176 |  2196 |  1053k|  11.8 |  38M|  82 |   - |1957 |7693 |1957 |2562 |2604 | 105k|3820 | 0.000000e+00 | 3.000000e+01 |    Inf 
310.51/310.59	c   311s| 90000 |  2195 |  1067k|  11.9 |  38M|  82 |   - |1957 |6251 |1957 |2559 |2606 | 106k|3829 | 0.000000e+00 | 3.000000e+01 |    Inf 
350.11/350.13	c   350s|100000 |  2780 |  1239k|  12.4 |  45M|  82 |   - |1957 |8522 |   0 |   0 |2611 | 117k|4089 | 0.000000e+00 | 3.000000e+01 |    Inf 
376.21/376.28	o 26
376.21/376.28	c * 376s|106506 |  2855 |  1350k|  12.7 |  47M|  82 |   - |1957 |8847 |1957 |2561 |2615 | 126k|4310 | 0.000000e+00 | 2.600000e+01 |    Inf 
386.61/386.60	o 20
386.61/386.60	c * 387s|108949 |  2514 |  1398k|  12.8 |  44M|  82 |   - |1957 |6627 |1957 |2560 |2617 | 129k|4349 | 0.000000e+00 | 2.000000e+01 |    Inf 
390.21/390.24	c   390s|110000 |  2564 |  1415k|  12.9 |  45M|  82 |  20 |1957 |6784 |1957 |2570 |2617 | 130k|4377 | 0.000000e+00 | 2.000000e+01 |    Inf 
424.10/424.11	c   424s|120000 |  2603 |  1572k|  13.1 |  47M|  82 |  26 |1957 |8059 |1957 |2559 |2619 | 142k|4583 | 0.000000e+00 | 2.000000e+01 |    Inf 
430.02/430.01	o 19
430.02/430.01	c * 430s|121762 |  2573 |  1599k|  13.1 |  47M|  82 |   - |1957 |7999 |1957 |2559 |2619 | 145k|4646 | 0.000000e+00 | 1.900000e+01 |    Inf 
449.01/449.03	o 18
449.01/449.03	c * 449s|127754 |  1982 |  1686k|  13.2 |  41M|  82 |   - |1957 |7656 |1957 |2561 |2624 | 152k|4753 | 0.000000e+00 | 1.800000e+01 |    Inf 
449.11/449.14	o 6
449.11/449.14	c * 449s|127772 |  1004 |  1686k|  13.2 |  28M|  82 |   - |1957 |7488 |1957 |2560 |2625 | 152k|4753 | 0.000000e+00 | 6.000000e+00 |    Inf 
449.11/449.17	o 4
449.11/449.17	c * 449s|127780 |   714 |  1686k|  13.2 |  24M|  82 |   - |1957 |7115 |1957 |2559 |2625 | 152k|4753 | 0.000000e+00 | 4.000000e+00 |    Inf 
457.61/457.67	c   458s|130000 |   628 |  1727k|  13.3 |  23M|  82 |  40 |1957 |5358 |1957 |2559 |2625 | 155k|4874 | 0.000000e+00 | 4.000000e+00 |    Inf 
492.90/492.96	c   493s|140000 |   647 |  1900k|  13.6 |  25M|  82 |   - |1957 |  11k|   0 |   0 |2625 | 169k|5089 | 0.000000e+00 | 4.000000e+00 |    Inf 
527.31/527.37	c   527s|150000 |   665 |  2056k|  13.7 |  27M|  82 |   - |1957 |  13k|1957 |2559 |2625 | 183k|5293 | 0.000000e+00 | 4.000000e+00 |    Inf 
559.61/559.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
559.61/559.67	c   560s|160000 |   636 |  2201k|  13.8 |  27M|  89 |   - |1957 |  13k|   0 |   0 |2625 | 198k|5468 | 0.000000e+00 | 4.000000e+00 |    Inf 
591.71/591.72	c   592s|170000 |   587 |  2347k|  13.8 |  24M|  97 |  39 |1957 |7982 |1957 |2559 |2625 | 212k|5655 | 0.000000e+00 | 4.000000e+00 |    Inf 
626.02/626.09	c   626s|180000 |   585 |  2512k|  14.0 |  25M|  97 |  33 |1957 |  10k|1957 |2559 |2625 | 225k|5823 | 0.000000e+00 | 4.000000e+00 |    Inf 
661.31/661.30	c   661s|190000 |   659 |  2677k|  14.1 |  28M|  97 |   - |1957 |  15k|1957 |2559 |2625 | 239k|6031 | 0.000000e+00 | 4.000000e+00 |    Inf 
694.12/694.19	c   694s|200000 |   615 |  2826k|  14.1 |  28M|  97 |  26 |1957 |  15k|1957 |2559 |2625 | 254k|6176 | 0.000000e+00 | 4.000000e+00 |    Inf 
728.91/728.95	c   729s|210000 |   503 |  2991k|  14.2 |  26M|  97 |  29 |1957 |  13k|1957 |2570 |2625 | 268k|6369 | 0.000000e+00 | 4.000000e+00 |    Inf 
763.72/763.79	c   764s|220000 |   505 |  3158k|  14.4 |  28M|  97 |  28 |1957 |  17k|1957 |2570 |2625 | 282k|6481 | 0.000000e+00 | 4.000000e+00 |    Inf 
798.12/798.11	c   798s|230000 |   488 |  3315k|  14.4 |  27M|  97 |  20 |1957 |  13k|1957 |2570 |2625 | 296k|6658 | 0.000000e+00 | 4.000000e+00 |    Inf 
833.52/833.50	c   834s|240000 |   415 |  3486k|  14.5 |  26M|  97 |   - |1957 |  12k|   0 |   0 |2625 | 310k|6823 | 0.000000e+00 | 4.000000e+00 |    Inf 
867.62/867.62	c   868s|250000 |   407 |  3645k|  14.6 |  27M|  97 |   - |1957 |  16k|1957 |2559 |2625 | 324k|6971 | 0.000000e+00 | 4.000000e+00 |    Inf 
902.43/902.44	c   902s|260000 |   430 |  3801k|  14.6 |  29M|  97 |  29 |1957 |  19k|1957 |2559 |2625 | 338k|7115 | 0.000000e+00 | 4.000000e+00 |    Inf 
937.03/937.01	c   937s|270000 |   393 |  3955k|  14.6 |  27M|  97 |  31 |1957 |  14k|1957 |2559 |2625 | 353k|7236 | 0.000000e+00 | 4.000000e+00 |    Inf 
974.23/974.21	c   974s|280000 |   404 |  4135k|  14.8 |  27M|  97 |  26 |1957 |  15k|1957 |2559 |2625 | 366k|7358 | 0.000000e+00 | 4.000000e+00 |    Inf 
1010.52/1010.54	c  1011s|290000 |   422 |  4306k|  14.8 |  29M|  97 |   - |1957 |  20k|   0 |   0 |2625 | 380k|7483 | 0.000000e+00 | 4.000000e+00 |    Inf 
1042.73/1042.75	c  1043s|300000 |   405 |  4443k|  14.8 |  29M|  97 |   - |1957 |  19k|1957 |2559 |2625 | 395k|7617 | 0.000000e+00 | 4.000000e+00 |    Inf 
1077.93/1077.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1077.93/1077.96	c  1078s|310000 |   398 |  4604k|  14.9 |  29M|  97 |  44 |1957 |  19k|1957 |2559 |2625 | 409k|7747 | 0.000000e+00 | 4.000000e+00 |    Inf 
1112.23/1112.24	c  1112s|320000 |   404 |  4761k|  14.9 |  30M|  97 |  36 |1957 |  21k|1957 |2559 |2625 | 423k|7861 | 0.000000e+00 | 4.000000e+00 |    Inf 
1147.03/1147.02	c  1147s|330000 |   396 |  4909k|  14.9 |  30M|  97 |   - |1957 |  21k|1957 |2559 |2625 | 436k|8000 | 0.000000e+00 | 4.000000e+00 |    Inf 
1183.64/1183.61	c  1184s|340000 |   422 |  5059k|  14.9 |  32M|  97 |   - |1957 |  25k|   0 |   0 |2625 | 450k|8089 | 0.000000e+00 | 4.000000e+00 |    Inf 
1218.03/1218.03	c  1218s|350000 |   415 |  5203k|  14.9 |  30M|  97 |  39 |1957 |  19k|1957 |2559 |2625 | 464k|8172 | 0.000000e+00 | 4.000000e+00 |    Inf 
1252.53/1252.52	c  1253s|360000 |   434 |  5355k|  14.9 |  32M|  97 |   - |1957 |  23k|1957 |2559 |2625 | 478k|8273 | 0.000000e+00 | 4.000000e+00 |    Inf 
1285.84/1285.81	c  1286s|370000 |   423 |  5497k|  14.9 |  32M|  97 |  30 |1957 |  23k|1957 |2559 |2625 | 493k|8360 | 0.000000e+00 | 4.000000e+00 |    Inf 
1320.63/1320.64	c  1321s|380000 |   442 |  5647k|  14.9 |  33M|  97 |   - |1957 |  25k|1957 |2559 |2625 | 507k|8469 | 0.000000e+00 | 4.000000e+00 |    Inf 
1354.44/1354.46	c  1354s|390000 |   399 |  5788k|  14.8 |  31M|  97 |   - |1957 |  20k|   0 |   0 |2625 | 522k|8586 | 0.000000e+00 | 4.000000e+00 |    Inf 
1388.84/1388.84	c  1389s|400000 |   412 |  5938k|  14.8 |  33M|  97 |  25 |1957 |  26k|1957 |2559 |2625 | 536k|8685 | 0.000000e+00 | 4.000000e+00 |    Inf 
1423.34/1423.39	c  1423s|410000 |   421 |  6082k|  14.8 |  33M|  97 |   - |1957 |  25k|1957 |2559 |2625 | 550k|8779 | 0.000000e+00 | 4.000000e+00 |    Inf 
1458.65/1458.67	c  1459s|420000 |   448 |  6231k|  14.8 |  34M|  97 |  39 |1957 |  27k|1957 |2559 |2625 | 563k|8859 | 0.000000e+00 | 4.000000e+00 |    Inf 
1496.94/1496.92	c  1497s|430000 |   510 |  6393k|  14.9 |  35M|  97 |   - |1957 |  29k|   0 |   0 |2625 | 578k|8950 | 0.000000e+00 | 4.000000e+00 |    Inf 
1534.74/1534.70	c  1535s|440000 |   624 |  6544k|  14.9 |  36M|  97 |   - |1957 |  30k|1957 |2559 |2625 | 593k|9031 | 0.000000e+00 | 4.000000e+00 |    Inf 
1571.64/1571.62	c  1572s|450000 |   642 |  6694k|  14.9 |  37M|  97 |   - |1957 |  31k|1957 |2559 |2625 | 609k|9104 | 0.000000e+00 | 4.000000e+00 |    Inf 
1608.25/1608.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1608.25/1608.26	c  1608s|460000 |   729 |  6835k|  14.9 |  38M| 105 |  38 |1957 |  32k|1957 |2559 |2625 | 625k|9236 | 0.000000e+00 | 4.000000e+00 |    Inf 
1643.75/1643.71	c  1644s|470000 |   743 |  6977k|  14.8 |  39M| 105 |  29 |1957 |  32k|1957 |2559 |2625 | 641k|9305 | 0.000000e+00 | 4.000000e+00 |    Inf 
1677.56/1677.57	c  1678s|480000 |   716 |  7112k|  14.8 |  39M| 105 |  34 |1957 |  32k|1957 |2559 |2625 | 657k|9358 | 0.000000e+00 | 4.000000e+00 |    Inf 
1711.15/1711.11	c  1711s|490000 |   682 |  7245k|  14.8 |  38M| 105 |   - |1957 |  31k|   0 |   0 |2625 | 674k|9447 | 0.000000e+00 | 4.000000e+00 |    Inf 
1745.05/1745.08	c  1745s|500000 |   660 |  7382k|  14.8 |  39M| 105 |   - |1957 |  32k|1957 |2559 |2625 | 691k|9550 | 0.000000e+00 | 4.000000e+00 |    Inf 
1780.15/1780.18	c  1780s|510000 |   581 |  7524k|  14.8 |  36M| 105 |   - |1957 |  27k|1957 |2559 |2625 | 707k|9619 | 0.000000e+00 | 4.000000e+00 |    Inf 
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time (sec) : 1800.00
1800.06/1800.00	c Solving Nodes      : 515839
1800.06/1800.00	c Primal Bound       : +4.00000000000000e+00 (240 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.00	c Gap                : infinite
1800.06/1800.00	s SATISFIABLE
1800.06/1800.00	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.06/1800.00	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.06/1800.00	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.06/1800.00	v -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.06/1800.00	v x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.06/1800.00	v -x125 -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 
1800.06/1800.00	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1800.06/1800.00	v x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 -x56 -x55 
1800.06/1800.00	v -x54 -x53 -x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 
1800.06/1800.00	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 x15 -x14 -x13 -x12 -x11 -x10 -x9 x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.06/1800.00	v -x1 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Total Time         :    1800.00
1800.06/1800.00	c   solving          :    1800.00
1800.06/1800.00	c   presolving       :       0.13 (included in solving)
1800.06/1800.00	c   reading          :       0.02 (included in solving)
1800.06/1800.00	c Original Problem   :
1800.06/1800.00	c   Problem name     : HOME/instance-3447797-1307898390.wbo
1800.06/1800.00	c   Variables        : 1158 (1158 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1800.06/1800.00	c Presolved Problem  :
1800.06/1800.00	c   Problem name     : t_HOME/instance-3447797-1307898390.wbo
1800.06/1800.00	c   Variables        : 1957 (1094 binary, 0 integer, 863 implicit integer, 0 continuous)
1800.06/1800.00	c   Constraints      : 3400 initial, 34248 maximal
1800.06/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.06/1800.00	c   trivial          :       0.00         64          0          0          0          0          0          0          0          0
1800.06/1800.00	c   dualfix          :       0.00         64          0          0          0          0          0          0          0          0
1800.06/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   setppc           :       0.00          0          0          0          0          0         10          0          0          0
1800.06/1800.00	c   linear           :       0.07          0          0          0        937          0        161          0        103          0
1800.06/1800.00	c   indicator        :       0.00          0          0          0          0          0         64          0          0          0
1800.06/1800.00	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   root node        :          -       1680          -          -       1680          -          -          -          -          -
1800.06/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.00	c   integral         :          0          0          0     273964          0       2810          0        299       2483          0          0     538678
1800.06/1800.00	c   varbound         :          0+         6    2779814       2606          1          0      45744         45    3976618       2603          0          0
1800.06/1800.00	c   knapsack         :          1          6    2751511          7          1       2807    1015226      12324    5179745          0          0          0
1800.06/1800.00	c   setppc           :         72          6    2770107          3          1       2803    2722713      29422    1862435          0          0          0
1800.06/1800.00	c   linear           :        863+         7    2742747          6          1       2796    2764749      30076    2437534          0          0          0
1800.06/1800.00	c   indicator        :        863          0    2708706       2606          1       2794      70869          0      96268          0          0          0
1800.06/1800.00	c   logicor          :       1601+         6    1201392         19          1        221    4913556      53026    3706210          0          0          0
1800.06/1800.00	c   bounddisjunction :          0+         0     191591          0          0          0       1857        174       3585          0          0          0
1800.06/1800.00	c   countsols        :          0          0          0         19          1        223          0          0          0          0          0          0
1800.06/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.06/1800.00	c   integral         :      57.44       0.00       0.00      57.41       0.00       0.03       0.00
1800.06/1800.00	c   varbound         :       9.65       0.00       9.57       0.06       0.00       0.00       0.02
1800.06/1800.00	c   knapsack         :      15.93       0.00      14.86       0.00       0.00       0.01       1.06
1800.06/1800.00	c   setppc           :      14.13       0.00      13.29       0.00       0.00       0.02       0.82
1800.06/1800.00	c   linear           :      32.21       0.00      30.31       0.00       0.00       0.33       1.58
1800.06/1800.00	c   indicator        :      11.83       0.01      10.18       0.17       0.00       1.45       0.03
1800.06/1800.00	c   logicor          :     141.39       0.00     136.67       0.00       0.00       0.02       4.69
1800.06/1800.00	c   bounddisjunction :       1.27       0.00       1.27       0.00       0.00       0.00       0.00
1800.06/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.06/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.06/1800.00	c   vbounds          :     219199      21947         80     917948
1800.06/1800.00	c   rootredcost      :         21          0          0        840
1800.06/1800.00	c   pseudoobj        :    2800210      48537      14036    3975374
1800.06/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.06/1800.00	c   vbounds          :      21.57      21.56       0.01
1800.06/1800.00	c   rootredcost      :       0.50       0.50       0.00
1800.06/1800.00	c   pseudoobj        :      46.85      46.36       0.50
1800.06/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.00	c   propagation      :       9.18     139183     139027     853954       34.4       4432       26.5          -
1800.06/1800.00	c   infeasible LP    :      25.91     121703     121699     907363       43.1       2183       16.1          0
1800.06/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   pseudo solution  :       0.00         12         12         16        3.9          3       17.0          -
1800.06/1800.00	c   applied globally :          -          -          -     716960       33.1          -          -          -
1800.06/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.00	c   cut pool         :       0.00          5          -          -         57          -    (maximal pool size: 429)
1800.06/1800.00	c   redcost          :      12.70     289257          0     987138          0          0
1800.06/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.06/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.00	c   gomory           :       0.46          6          0          0       1002          0
1800.06/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.06/1800.00	c   strongcg         :       0.39          6          0          0       1809          0
1800.06/1800.00	c   cmir             :       0.08          6          0          0          3          0
1800.06/1800.00	c   flowcover        :       0.07          6          0          0          4          0
1800.06/1800.00	c   clique           :       0.00          6          0          0          0          0
1800.06/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.06/1800.00	c   rapidlearning    :       0.11          1          0          0          0         41
1800.06/1800.00	c Pricers            :       Time      Calls       Vars
1800.06/1800.00	c   problem variables:       0.00          0          0
1800.06/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.00	c   relpscost        :      57.13     271357        299       2483          0          0     538678
1800.06/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.06/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.00	c   LP solutions     :       0.04          -         19
1800.06/1800.00	c   pseudo solutions :       0.00          -          0
1800.06/1800.00	c   intshifting      :       0.01          0          0
1800.06/1800.00	c   oneopt           :       0.28         20          0
1800.06/1800.00	c   feaspump         :       0.14          1          0
1800.06/1800.00	c   crossover        :       1.29         32          0
1800.06/1800.00	c   pscostdiving     :       1.09        109          1
1800.06/1800.00	c   rootsoldiving    :       2.03         55          0
1800.06/1800.00	c   coefdiving       :       1.58        110          0
1800.06/1800.00	c   fracdiving       :       1.73        110          0
1800.06/1800.00	c   veclendiving     :       1.14        110          0
1800.06/1800.00	c   linesearchdiving :       0.84        110          0
1800.06/1800.00	c   guideddiving     :       1.75        110          1
1800.06/1800.00	c   objpscostdiving  :       0.71         56          0
1800.06/1800.00	c   trivial          :       0.00          2          0
1800.06/1800.00	c   shiftandpropagate:       0.12          1          1
1800.06/1800.00	c   simplerounding   :       0.70     278099          0
1800.06/1800.00	c   zirounding       :       0.65       1000          0
1800.06/1800.00	c   rounding         :       1.46       7451          0
1800.06/1800.00	c   shifting         :       1.14       2285          0
1800.06/1800.00	c   twoopt           :       0.00          0          0
1800.06/1800.00	c   fixandinfer      :       0.00          0          0
1800.06/1800.00	c   clique           :       0.00          0          0
1800.06/1800.00	c   intdiving        :       0.00          0          0
1800.06/1800.00	c   actconsdiving    :       0.00          0          0
1800.06/1800.00	c   octane           :       0.00          0          0
1800.06/1800.00	c   rens             :       0.07          1          0
1800.06/1800.00	c   rins             :       0.00          0          0
1800.06/1800.00	c   localbranching   :       0.00          0          0
1800.06/1800.00	c   mutation         :       0.00          0          0
1800.06/1800.00	c   dins             :       0.00          0          0
1800.06/1800.00	c   vbounds          :       0.00          0          0
1800.06/1800.00	c   undercover       :       0.00          0          0
1800.06/1800.00	c   subnlp           :       0.09          0          0
1800.06/1800.00	c   trysol           :       0.33       2403        218
1800.06/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.00	c   primal LP        :       0.02          0          0       0.00       0.00
1800.06/1800.00	c   dual LP          :    1108.63     404832    7568988      18.70    6827.32
1800.06/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.00	c   diving/probing LP:       7.24       5652      37484       6.63    5179.12
1800.06/1800.00	c   strong branching :      53.04       9699     357272      36.84    6735.91
1800.06/1800.00	c     (at root node) :          -         10       2091     209.10          -
1800.06/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.00	c B&B Tree           :
1800.06/1800.00	c   number of runs   :          1
1800.06/1800.00	c   nodes            :     515839
1800.06/1800.00	c   nodes (total)    :     515839
1800.06/1800.00	c   nodes left       :        549
1800.06/1800.00	c   max depth        :        105
1800.06/1800.00	c   max depth (total):        105
1800.06/1800.00	c   backtracks       :      52395 (10.2%)
1800.06/1800.00	c   delayed cutoffs  :      17222
1800.06/1800.00	c   repropagations   :    1228266 (2862564 domain reductions, 16666 cutoffs)
1800.06/1800.00	c   avg switch length:       6.38
1800.06/1800.00	c   switching time   :     141.73
1800.06/1800.00	c Solution           :
1800.06/1800.00	c   Solutions found  :        240 (22 improvements)
1800.06/1800.00	c   First Solution   : +5.00000000000000e+02   (in run 1, after 1 nodes, 0.28 seconds, depth 889, found by <shiftandpropagate>)
1800.06/1800.00	c   Primal Bound     : +4.00000000000000e+00   (in run 1, after 127780 nodes, 449.17 seconds, depth 31, found by <relaxation>)
1800.06/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.00	c   Gap              :   infinite
1800.06/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.00	c   Root Iterations  :        416
1800.06/1800.06	c Time complete: 1800.12.

Verifier Data

OK	4

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-3447797-1307898390/watcher-3447797-1307898390 -o /var/tmp/evaluation-result-3447797-1307898390/solver-3447797-1307898390 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447797-1307898390.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: 2.00 2.00 1.91 3/174 22980
/proc/meminfo: memFree=1449176/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=10132 CPUtime=0 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 1523 0 0 0 0 0 0 0 25 0 1 0 901439412 10375168 1476 33554432000 4194304 9128323 140735934409296 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22980/statm: 2533 1479 399 1205 0 1324 0

[startup+0.0500281 s]
/proc/loadavg: 2.00 2.00 1.91 3/174 22980
/proc/meminfo: memFree=1449176/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=28140 CPUtime=0.04 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 6028 0 0 0 4 0 0 0 25 0 1 0 901439412 28815360 5722 33554432000 4194304 9128323 140735934409296 18446744073709551615 5267788 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 7035 5722 514 1205 0 5826 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 28140

[startup+0.101008 s]
/proc/loadavg: 2.00 2.00 1.91 3/174 22980
/proc/meminfo: memFree=1449176/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=28140 CPUtime=0.09 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 6046 0 0 0 9 0 0 0 25 0 1 0 901439412 28815360 5740 33554432000 4194304 9128323 140735934409296 18446744073709551615 5266288 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 7035 5740 522 1205 0 5826 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28140

[startup+0.30098 s]
/proc/loadavg: 2.00 2.00 1.91 3/174 22980
/proc/meminfo: memFree=1449176/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=35252 CPUtime=0.29 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 8197 0 0 0 28 1 0 0 25 0 1 0 901439412 36098048 7765 33554432000 4194304 9128323 140735934409296 18446744073709551615 7980098 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 8813 7765 677 1205 0 7604 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35252

[startup+0.700939 s]
/proc/loadavg: 2.00 2.00 1.91 3/174 22980
/proc/meminfo: memFree=1449176/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=58448 CPUtime=0.69 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 14160 0 0 0 67 2 0 0 25 0 1 0 901439412 59850752 13372 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 14612 13372 739 1205 0 13403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58448

[startup+1.50079 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22981
/proc/meminfo: memFree=1398104/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=58448 CPUtime=1.49 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 14168 0 0 0 147 2 0 0 25 0 1 0 901439412 59850752 13380 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 14612 13380 742 1205 0 13403 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58448

[startup+3.10045 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22981
/proc/meminfo: memFree=1396120/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=58448 CPUtime=3.09 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 15124 0 0 0 305 4 0 0 25 0 1 0 901439412 59850752 13730 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 14612 13730 752 1205 0 13403 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58448

[startup+6.3009 s]
/proc/loadavg: 2.00 2.00 1.91 4/175 22981
/proc/meminfo: memFree=1395624/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=58448 CPUtime=6.29 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 15125 0 0 0 623 6 0 0 25 0 1 0 901439412 59850752 13731 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 14612 13731 753 1205 0 13403 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58448

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22981
/proc/meminfo: memFree=1394804/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=60284 CPUtime=12.69 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 15448 0 0 0 1257 12 0 0 25 0 1 0 901439412 61730816 14054 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 15071 14054 754 1205 0 13862 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60284

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22981
/proc/meminfo: memFree=1393676/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=58768 CPUtime=25.5 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 25053 0 0 0 2529 21 0 0 25 0 1 0 901439412 60178432 13770 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 14692 13770 758 1205 0 13483 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 58768

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22982
/proc/meminfo: memFree=1374772/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=73760 CPUtime=51.09 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 50466 0 0 0 5070 39 0 0 25 0 1 0 901439412 75530240 17558 33554432000 4194304 9128323 140735934409296 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 18440 17558 758 1205 0 17231 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73760

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22983
/proc/meminfo: memFree=1341184/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=102372 CPUtime=102.3 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 74714 0 0 0 10160 70 0 0 25 0 1 0 901439412 104828928 24722 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 25593 24722 758 1205 0 24384 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 102372

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22985
/proc/meminfo: memFree=1317576/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=123724 CPUtime=162.3 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 96236 0 0 0 16124 106 0 0 25 0 1 0 901439412 126693376 30056 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 30931 30056 758 1205 0 29722 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 123724

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22987
/proc/meminfo: memFree=1309224/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=131908 CPUtime=222.3 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 115825 0 0 0 22091 139 0 0 25 0 1 0 901439412 135073792 32096 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 32977 32096 758 1205 0 31768 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 131908

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22988
/proc/meminfo: memFree=1303472/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=136296 CPUtime=282.3 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 122150 0 0 0 28056 174 0 0 25 0 1 0 901439412 139567104 33196 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 34074 33196 758 1205 0 32865 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 136296

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22990
/proc/meminfo: memFree=1300552/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=139164 CPUtime=342.3 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 130489 0 0 0 34017 213 0 0 25 0 1 0 901439412 142503936 33931 33554432000 4194304 9128323 140735934409296 18446744073709551615 4241127 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 34791 33931 758 1205 0 33582 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 139164

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22991
/proc/meminfo: memFree=1295668/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=144016 CPUtime=402.3 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 147398 0 0 0 39979 251 0 0 25 0 1 0 901439412 147472384 35106 33554432000 4194304 9128323 140735934409296 18446744073709551615 5231747 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 36004 35106 758 1205 0 34795 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 144016

[startup+462.301 s]
/proc/loadavg: 2.05 2.01 1.91 3/175 22993
/proc/meminfo: memFree=1293252/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=146248 CPUtime=462.3 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 168693 0 0 0 45940 290 0 0 25 0 1 0 901439412 149757952 35674 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 36562 35674 758 1205 0 35353 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 146248

[startup+522.301 s]
/proc/loadavg: 2.02 2.01 1.91 3/175 22995
/proc/meminfo: memFree=1292700/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=146748 CPUtime=522.31 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 176804 0 0 0 51900 331 0 0 25 0 1 0 901439412 150269952 35828 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 36687 35828 758 1205 0 35478 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 146748

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22996
/proc/meminfo: memFree=1291788/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=147768 CPUtime=582.31 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 180995 0 0 0 57864 367 0 0 25 0 1 0 901439412 151314432 36096 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 36942 36096 758 1205 0 35733 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 147768

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.08 2.02 1.93 3/175 23003
/proc/meminfo: memFree=1283648/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=152080 CPUtime=822.32 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 187333 0 0 0 81706 526 0 0 25 0 1 0 901439412 155729920 37144 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 38020 37144 758 1205 0 36811 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 152080

[startup+882.301 s]
/proc/loadavg: 2.03 2.01 1.93 3/175 23042
/proc/meminfo: memFree=1285748/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=152080 CPUtime=882.32 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 187337 0 0 0 87669 563 0 0 25 0 1 0 901439412 155729920 37148 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 38020 37148 758 1205 0 36811 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 152080

[startup+942.301 s]
/proc/loadavg: 2.01 2.01 1.93 3/175 23044
/proc/meminfo: memFree=1277788/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=152716 CPUtime=942.32 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 187511 0 0 0 93630 602 0 0 25 0 1 0 901439412 156381184 37322 33554432000 4194304 9128323 140735934409296 18446744073709551615 4220936 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 38179 37322 758 1205 0 36970 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 152716

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 23045
/proc/meminfo: memFree=1274640/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=153492 CPUtime=1002.33 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 187714 0 0 0 99589 644 0 0 25 0 1 0 901439412 157175808 37525 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 38373 37525 758 1205 0 37164 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 153492

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 23047
/proc/meminfo: memFree=1265292/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=154868 CPUtime=1062.33 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 188014 0 0 0 105554 679 0 0 25 0 1 0 901439412 158584832 37825 33554432000 4194304 9128323 140735934409296 18446744073709551615 4220105 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 38717 37825 758 1205 0 37508 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 154868

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 23049
/proc/meminfo: memFree=1236964/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=154868 CPUtime=1122.32 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 188019 0 0 0 111516 716 0 0 25 0 1 0 901439412 158584832 37830 33554432000 4194304 9128323 140735934409296 18446744073709551615 4231452 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 38717 37830 758 1205 0 37508 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 154868

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 23050
/proc/meminfo: memFree=1221792/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=155172 CPUtime=1182.33 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 192118 0 0 0 117482 751 0 0 25 0 1 0 901439412 158896128 37947 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 38793 37947 758 1205 0 37584 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 155172

[startup+1242.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/175 23052
/proc/meminfo: memFree=1199172/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=155308 CPUtime=1242.34 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 192125 0 0 0 123446 788 0 0 25 0 1 0 901439412 159035392 37954 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 38827 37954 758 1205 0 37618 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 155308

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/175 23053
/proc/meminfo: memFree=1184592/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=155592 CPUtime=1302.34 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 192208 0 0 0 129409 825 0 0 25 0 1 0 901439412 159326208 38037 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 38898 38037 758 1205 0 37689 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 155592

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 23055
/proc/meminfo: memFree=1170892/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=155592 CPUtime=1362.34 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 192212 0 0 0 135374 860 0 0 25 0 1 0 901439412 159326208 38041 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 38898 38041 758 1205 0 37689 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 155592

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 23057
/proc/meminfo: memFree=1146668/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=158496 CPUtime=1422.35 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 192797 0 0 0 141342 893 0 0 25 0 1 0 901439412 162299904 38626 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 39624 38626 758 1205 0 38415 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 158496

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 23058
/proc/meminfo: memFree=1126912/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=158648 CPUtime=1482.34 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 192872 0 0 0 147309 925 0 0 25 0 1 0 901439412 162455552 38701 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 39662 38701 758 1205 0 38453 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 158648

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 23060
/proc/meminfo: memFree=1109368/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=159064 CPUtime=1542.35 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 192960 0 0 0 153278 957 0 0 25 0 1 0 901439412 162881536 38789 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 39766 38789 758 1205 0 38557 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 159064

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/175 23061
/proc/meminfo: memFree=1093072/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=159732 CPUtime=1602.35 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 193168 0 0 0 159243 992 0 0 25 0 1 0 901439412 163565568 38997 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 39933 38997 758 1205 0 38724 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 159732

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/175 23063
/proc/meminfo: memFree=1070832/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=161356 CPUtime=1662.35 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 193576 0 0 0 165211 1024 0 0 25 0 1 0 901439412 165228544 39405 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 40339 39405 758 1205 0 39130 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 161356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 23065
/proc/meminfo: memFree=1049680/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=161636 CPUtime=1722.35 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 193625 0 0 0 171179 1056 0 0 25 0 1 0 901439412 165515264 39454 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 40409 39454 758 1205 0 39200 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 161636

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 23066
/proc/meminfo: memFree=1031140/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=161976 CPUtime=1782.36 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 193714 0 0 0 177148 1088 0 0 25 0 1 0 901439412 165863424 39543 33554432000 4194304 9128323 140735934409296 18446744073709551615 4859456 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 40494 39543 758 1205 0 39285 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 161976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 23067
/proc/meminfo: memFree=1024552/32951124 swapFree=67064380/67111528
[pid=22980] ppid=22978 vsize=161976 CPUtime=1800.06 cores=0,2,4,6
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22218 0 -1 4202496 193718 0 0 0 178907 1099 0 0 25 0 1 0 901439412 165863424 39547 33554432000 4194304 9128323 140735934409296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22980/statm: 40494 39547 758 1205 0 39285 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 161976

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

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

Child status: 0
Real time (s): 1800.07
CPU time (s): 1800.13
CPU user time (s): 1789.12
CPU system time (s): 11.0033
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 163136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.12
system time used= 11.0033
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193722
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 3071

runsolver used 2.74958 second user time and 5.55215 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-12 19:06:30
IDJOB=3447797
IDBENCH=78937
IDSOLVER=1944
FILE ID=node105/3447797-1307898390
RUNJOBID= node105-1307897180-22831
PBS_JOBID= 13559597
Free space on /var/tmp= 2880 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900547389--soft-66-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447797-1307898390/watcher-3447797-1307898390 -o /var/tmp/evaluation-result-3447797-1307898390/solver-3447797-1307898390 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447797-1307898390.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 992c28e15fa8da7f001d610f6b39cc4c
RANDOM SEED=305114027

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1449356 kB
Buffers:         49684 kB
Cached:       30394340 kB
SwapCached:      19872 kB
Active:       15406708 kB
Inactive:     15143840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1449356 kB
SwapTotal:    67111528 kB
SwapFree:     67064380 kB
Dirty:           12432 kB
Writeback:           0 kB
AnonPages:      104068 kB
Mapped:          13388 kB
Slab:           886412 kB
PageTables:       4204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   254880 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= 2868 MiB
End job on node105 at 2011-06-12 19:36:32